/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

* {
    outline: none !important;
}

ul.list, ol.list {
    padding-left: 20px;
}

ol.list {
    counter-reset: item
}

    ol.list li {
        display: block
    }

        ol.list li:before {
            content: counters(item, ".") " ";
            counter-increment: item
        }

input[type='text'], input[type='file'], input[type='password'], select, textarea {
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
}

#login-form input, #login-form select {
    margin-bottom: 10px;
}

.animate-bg {
    animation: animateBg 6s ease-in-out;
    -webkit-animation: animateBg 4s ease-in-out;
}

@keyframes animateBg {
    0% {
        background-size: 500px 425.4px;
    }
}

@-webkit-keyframes animateBg {
    0% {
        background-size: 500px 425.4px;
    }
}

.languages-container {
    display: flex;
    padding: 15px;
}

.languages-flag {
    opacity: 0.33;
    /*margin-right: 3px;*/
}

    .languages-flag-active,
    .languages-flag:hover {
        opacity: 1;
    }

.languages-active-flag-container {
    padding: 0 5px 1px 5px;
}

.submenu-collapsed-btn {
    background-color: white;
    border: 1px solid #f0f0f0;
    color: #74777a;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-decoration: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.submenu-navbar .navbar-toggle {
    margin-right: 0px;
}

.caption-wrap {
    background-color: rgba(71, 71, 71, 0.36);
    width: 300px;
    padding: 8px;
    float: right;
    border: 1px solid rgba(95, 95, 95, 0.44);
    text-align: left;
    margin-bottom: 4px;
}

.caption-header {
    font-size: 22px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
    max-height: 300px;
    min-height: 200px;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

.panel-body {
    height: 180px;
}

.btn-bottom-position {
    position: absolute;
    bottom: 35px;
    left: 30px;
}

.submenu {
    background-color: white;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-top: 46px;
    padding: 0px;
}

    .submenu ul {
        margin: 0 0 0 0px;
        padding: 0px;
    }

        .submenu ul li {
            list-style-type: none;
        }

li {
    line-height: 20px;
}

.submenu ul li a {
    background: url("../images/blue-arrow.png") no-repeat scroll 22px center rgba(0, 0, 0, 0);
    border-top: 1px solid #dcdcdb;
    color: #1d2833;
    display: block;
    padding: 9px 5px 9px 42px;
    text-decoration: none;
}

.submenu ul li:first-child a {
    border-top: 1px solid transparent;
}

.submenu ul li.active a {
    background: url("../images/blue-arrow.png") no-repeat scroll 22px center rgba(0, 0, 0, 0) !important;
}

.submenu ul li a:hover, .submenu ul li.active a {
    background-color: #E3E3E3 !important;
    text-decoration: none;
}

.submenu ul li ul li a {
    padding-left: 62px;
}

.submenu ul li ul li ul li.norm a {
    padding-left: 82px;
    background-position: 62px center !important;
    background-color: white !important;
}

    .submenu ul li ul li ul li.norm a:hover, .submenu ul li ul li ul li.active a:hover, .submenu ul li ul li ul li.active a {
        padding-left: 82px;
        background-position: 62px center !important;
        background-color: #FCFCFC !important;
    }

.submenu ul li ul li.norm a {
    background-color: white !important;
    background-position: 44px center !important;
}

    .submenu ul li ul li.norm a:hover, .submenu ul li ul li.active a, .submenu ul li ul li.active a:hover {
        background-color: #F8F8F8 !important;
        background-position: 44px center !important;
    }

.submenubtn {
    background-color: white;
    border: 1px solid #f0f0f0;
    color: #74777a;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
}

#rss-news a {
    color: #9F9F9F;
    text-decoration: none;
}

    #rss-news a:hover {
        color: white;
        text-decoration: underline;
    }

#rss-news {
    position: fixed;
    height: 10px;
    z-index: 999;
    background-color: #3C3C3C;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    width: 5000px;
}

.rss-item {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 2px;
    margin-left: 30px;
}

.carousel-inner {
    background-image: url('/images/watermark-rotated.png');
    background-repeat: no-repeat;
    background-position: 38% center;
    background-color: #BBBBBB;
    background-size: 925px 787px;
}

.carousel-indicators {
    text-align: right;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.hide-this {
    display: none;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        -moz-transition: opacity ease-in-out .7s;
        -o-transition: opacity ease-in-out .7s;
        -webkit-transition: opacity ease-in-out .7s;
        transition: opacity ease-in-out .7s;
        left: 0 !important;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block !important;
        z-index: 1;
    }

        .carousel.fade .item:first-child {
            top: auto;
            position: relative;
        }

        .carousel.fade .item.active {
            opacity: 1;
            -moz-transition: opacity ease-in-out .7s;
            -o-transition: opacity ease-in-out .7s;
            -webkit-transition: opacity ease-in-out .7s;
            transition: opacity ease-in-out .7s;
            z-index: 2;
        }

    .carousel.fade .carousel-control {
        z-index: 999;
        display: none;
    }

.reference-logo {
    width: 100%;
    min-height: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 95% auto;
    background-position: center center;
    border: 1px solid #D7D7D7;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}

.partners-logo {
    margin-top: 30px;
    height: 300px;
}

    .partners-logo .reference-logo {
        min-height: 260px;
    }

.panel.panel-default {
    border-radius: 0px;
}

.btn.btn-primary {
    background-color: #015da4;
}

.minislider-wrap {
    /*    position: absolute;
    left: 30px;
    right: 30px;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */

    transition: all 400ms linear;
    cursor: pointer;
}

.minislides {
    display: grid;
    grid-template-areas: "content";
}

.minislider-wrap .reference-logo div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.minislider-wrap.out {
    opacity: 0 !important;
    z-index: 101 !important;
}

.minislider-wrap .reference-content {
    display: none;
}

.reference-content-display {
}

.minislider-wrap.item {
    grid-area: content;
    height: 0;
    pointer-events: none;
}

.minislider-wrap.active {
    z-index: 100;
    pointer-events: initial;
    height: initial;
}

.minislider-wrap.stack {
    z-index: 50;
    opacity: 0;
}

.slidebox-item {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

    .slidebox-item.active {
        display: block;
    }

    .slidebox-item.hidden {
        display: none;
    }

    .slidebox-item .panel-heading, .slidebox-item .panel-body {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

.news-item {
    border: 1px solid #C7C7C8;
}

    .news-item img {
        display: none !important;
    }

    .news-item:hover {
        border: 1px solid #0061ac;
        -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
        box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
    }

    .news-item .top-content {
        cursor: pointer;
        position: relative;
    }

        .news-item .top-content .click-for-more {
            display: none;
            position: absolute;
            right: 0px;
            top: 0px;
            background-color: #0061ac;
            padding: 6px;
            color: white;
            font-size: 16px;
        }

    .news-item:hover .click-for-more {
        display: block;
    }

    .news-item.header {
        height: 65px;
        overflow: hidden;
    }

.sitemap-overview ul {
    margin-top: 0px;
    list-style-type: none;
}

.sitemap-overview ul, .sitemap-overview li, .sitemap-overview a {
    border: none !important;
}

.sitemap-overview > ul > li {
    margin-top: 30px;
    margin-bottom: 10px;
}

    .sitemap-overview > ul > li > a {
        font-size: 26px;
    }

.search-results-box {
    list-style-type: none;
}

.print-header, .print-footer {
    display: none;
}

.modal-mask.modal-invisible {
    opacity: 0;
    pointer-events: none;
}

    .modal-mask.modal-invisible .modal-content {
        opacity: 0;
        top: 0;
    }

.modal-mask, .modal-content {
    transition: all 700ms ease-in-out;
}

.modal-mask {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: rgba(30, 30, 30, 0.76);
    z-index: 9999999999;
}

.modal-content {
    position: absolute;
    max-width: 96%;
    max-height: 96%;
    background-color: white;
    border-radius: 4px;
    border: 1px solid gray;
    padding: 4px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 840px;
}

    .modal-content > * {
        max-width: 100%;
    }

    .modal-content:after {
        position: absolute;
        top: -6px;
        right: -7px;
        font-family: "FontAwesome";
        content: "\f00d";
        padding: 5px;
        background-color: white;
        border-radius: 4px;
        box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.19);
    }

.modal-inner-content {
    height: 80vh;
    overflow: auto;
}

.list-row {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid transparent;
}

    .list-row:hover {
        border-color: #f5f5f5;
        background-color: #fcfcfc;
    }

span.required::before {
    content: "*";
    color: #b50000;
}

.btn-tiny {
    padding: 5px;
    font-size: 12px;
}

.new-job {
    margin-bottom: 50px;
    border-bottom: 1px solid black;
    padding: 10px;
    padding-bottom: 20px;
    position: relative;
}

.new-job-no-border {
    border: hidden !important;
}

.job-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    pointer-events: none;
}

.new-job:hover {
    background-color: #f5f5f5;
}

    .new-job:hover:after {
        content: "";
        background-image: url(/images/logo.png);
        width: 110px;
        height: 40px;
        position: absolute;
        bottom: 12px;
        right: 12px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        opacity: 0.2;
    }

.new-job-content {
    height: 120px;
    margin-bottom: 20px;
    overflow: hidden;
}

.new-job h3 {
    margin: 0;
    font-size: 20px;
}

.new-job-button {
    border: 1px solid black;
    padding: 10px;
    display: inline-block;
    color: black;
    background-color: white;
}

    .new-job-button:hover {
        color: black;
        text-decoration: none;
    }

.job-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.position-header {
    border-bottom: 1px solid black;
    margin-bottom: 40px;
}

.contact-images {
    height: 180px;
    width: 140px;
}

.pdf-viewer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    overflow: auto;
}

.pdf-page-canvas {
    display: block;
    margin: 5px auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.small-screen-menu-hide {
    display: none !important;
}

.small-screen-menu-present {
    display: block;
}

.dropdown-inline-block {
    display: inline-block !important;
}

.atag-page-content {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    z-index: 3;
}

.job-teaser-frontpage {
    height: 258px;
    max-height: 258px;
    overflow: hidden;
}

.jobindex-teaser {
    color: black;
    margin-bottom: 10px;
    padding: 0 !important;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 3em;
    line-height: 2.0em;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;*/ /* number of lines to show */
    /*-webkit-box-orient: vertical;*/
}

    .jobindex-teaser .h4 {
        margin: 0;
    }

    .jobindex-teaser:hover {
        color: #74777a;
        cursor: pointer;
    }

.new-job-content-blog-teaser {
    height: 198px;
    margin-bottom: 20px;
}

.blog-teaser {
    margin-bottom: 20px;
    border: 1px solid #F4F4F4;
    padding: 5px;
}

    .blog-teaser > div > header > a > h3 {
        color: black;
    }

.header-blog-teaser {
    height: 40px;
}

.blog-teaser-text {
    margin-top: 6px;
    padding: 0 !important;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 130px;
}

.blog-teaser-flex {
    display: flex;
    flex-direction: row;
}

.blog-center-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.blog-teaser-image {
    padding-top: 20px;
    width: 100%;
    object-fit: contain;
}

.remove-padding {
    padding: 0px !important;
}

.frontpage-movie-style {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

    .frontpage-movie-style iframe {
        width: 100%;
        height: 100%;
    }


/* Responsive Styles */
@media(min-width:768px) {
    .force-font-30 {
        font-size: 30px !important;
    }

    /*    .new-job h3 {
        padding-left: 15px;
    }*/

    .dropdown:hover > .dropdown-menu {
        display: inline-block;
    }

    .dropdown-left {
        padding-right: 0 !important;
    }

    .dropdown-right {
        padding-left: 0 !important;
    }

    /*.frontpage-movie-style {
        width: 64%;
    }*/
}

@media screen and (max-width: 769px) {
    .nav-dropdown-mobile {
        width: 100%;
    }

    .nav-dropdown-mobile-caret {
        padding: 15px;
    }

    .dropdown-left {
        width: 88%;
    }

    .dropdown-right {
        width: 12%;
    }

    .job-teaser-frontpage {
        height: initial;
        max-height: initial;
    }

    .header-blog-teaser {
        height: initial;
    }
}

@media(max-width:1199px) {
    .navbar-nav > li > a {
        padding: 15px 7px;
    }

    .navbar-nav > li > .languages-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media(max-width:991px) {
    .navbar-nav > li > a {
        padding: 15px 4px;
        font-size: 10px;
    }

    .navbar-nav > li > .languages-container {
        padding-left: 0;
        padding-right: 0;
    }

    .new-job-content-blog-teaser {
        height: 100%;
    }

    .text-overflow {
        height: 112px;
    }

    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }

    #bs-example-navbar-collapse-2 {
        margin-top: 10px;
    }

    .relative-mobile {
        position: relative !important;
        text-align: center;
    }

    .ref-logo-mobile {
        text-align: center;
    }

        .ref-logo-mobile a {
            border: 1px solid #ddd;
            display: block;
            margin-bottom: 20px;
            background: #f5f5f5;
            margin-top: 0 !important;
            right: auto !important;
        }
}


@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .submenu {
        margin-top: 0px;
    }

    .panel-body {
        height: auto;
    }

    .btn-bottom-position {
        position: static;
        left: auto;
        bottom: auto;
    }

    .page-header {
        margin-top: 20px;
    }

    .page-header-no-margin {
        margin-top: 0 !important;
    }

    .carousel.fade .carousel-control {
        display: block;
    }

    .navbar-brand img {
        width: 200px !important;
    }

    .navbar-brand {
        padding: 14px 15px 15px;
    }

    .navbar-nav > li > a {
        padding: 15px 15px;
        font-size: 14px;
    }

    .navbar-nav > li > .languages-container {
        padding-left: 15px;
    }

    .caption-wrap {
        width: 240px;
    }

    .caption-header {
        font-size: 16px;
    }

    .new-job:hover:after {
        bottom: 20px;
    }

    /*    .frontpage-movie-style {
        width: 85%;
    }*/
}

@media(max-width:600px) {
    .youtube-iframe {
        height: 380px !important;
    }
}

@media(max-width:440px) {
    .youtube-iframe {
        height: 260px !important;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 370px;
}

.social-media-grid {
    display: inline-grid;
    grid-template-columns: 20% auto auto auto auto 20%;
    width: 100%;
    margin-top: 14px;
}

.social-media {
    justify-self: center;
    font-size: 48px;
    padding: 10px;
}

@media (min-width: 1200px) {
    .container {
        width: 1220px;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
