/*
Theme Name: FC-Translations
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/


/* da081a - Check later for this hex and replace it with da081a (TEST IT ALSO) */
/*
 *
 * REGULAR PAGE SETTINGS
 *
 */
body {
    position: relative;
    /* padding-top: 66px; */
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.container,
.container.container--smaller{
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

#footer-upper {
    padding-left: calc((100VW - 100%) / 2 + 22px);
}

#main-menu .mCustomScrollBox {
    height: calc(100% - 80px);
}


@media (min-width: 1200px) {
    #header-menu--list li:hover .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    
}
@media (min-width: 1630px) {

    #footer-upper {
        padding-left: calc((100VW - 1630px) / 2 + 7px);
    }

    
    .container.container--smaller {
        width: 1360px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container {
        width: 1630px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #team-members .tm-column {
        /* width: 20%; */
        width: 16.66666667%;
    }
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-vertical-center {
    align-items: center;
}

.flex-pull-right {
    margin-left: auto;
}

.flex-justify-right {
    justify-content: flex-end;
}

.flex-align-center{
    align-items: center;
}


.relative{
    position: relative;
}

input {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    border-radius: 0;
}

body.ios input,
body.ios textarea {
    box-shadow: none;
    background-clip: padding-box;
}

/*
 *
 * HEADER
 *
 */

header {
    position: relative;
    z-index: 2;
}

#content-global{
    position: relative;
    z-index: 1;
}

/* #header-inner {
    background-color: white;
    position: relative;
} */

#header-top{
    
}


#header-top{
    color: #ffffff;
    background-color: #da081a;
    overflow: hidden;
    /*
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    */
}

#header-top a,
#header-top .call-service-button{
    color: #ffffff;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}
#header-top a:hover,
#header-top .call-service-button:hover{
    cursor: pointer;
    color: #000000;
}


#header-top-mobile{
    display: none;
}

#header-bottom{
    background-color: #fff;
    padding: 32px 0 19px;
}

.header-bottom--inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#logo-header {
    width: 376px;
    display: block;
    position: relative;
    z-index: 10;
    line-height: 0;
}

#logo-header svg{
    width: 100%;
    height: auto;
}

#main-menu{
    width: calc(100% - 375px);
    display: flex;
    justify-content: flex-end;
}

#header-menu--list{
    display: flex;
    margin: 0;
}

#header-menu--list li {
    position: relative;
}

#header-menu--list li a {
    color: #000000;
}

#header-menu--list > li > a {
    padding: 0 10px;
}

#header-menu--list li.current_menu_item > a,
#header-menu--list li.current_menu_item_parent > a,
#header-menu--list li a:hover {
    color: #da0719;
}

#header-menu--list > li:last-child > a {
    color: #fff;
    position: relative;
}

#header-menu--list > li:last-child > a::before {
    content: '';
    width: 100%;
    height: 44px;
    background-color: #da0719;
    position: absolute;
    top: -9px;
    left: 0;
    z-index: -1;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

#header-menu--list li.current_menu_item:last-child > a::before,
#header-menu--list li.current_menu_item_parent:last-child > a::before,
#header-menu--list > li:last-child > a:hover::before {
    background-color: #a80614;
}


#header-menu--list .sub-menu{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding: 15px 0 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

#header-menu--list .sub-menu li{
    white-space: nowrap;
    margin: 0;
    padding: 5px 10px;
}

.header-top-bar {
    display: flex;
    justify-content: flex-end;
}

.header-top-bar-el{
    display: flex;
    align-items: center;
    padding: 17px 0;
}

.header-phone {
    margin-right: 20px;
}

.header-phone i {
    font-size: 3.2rem;
    margin-right: 7px;
}

.call-service-button{
    margin-right: 20px;
}

.call-service-button i{
    font-size: 3.2rem;
    margin-right: 9px;
}

.header-calc{
    position: relative;
    padding-left: 15px;
}

.header-calc *{
    z-index: 1;
}

.header-calc:before{
    content: "";
    height: 100%;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #a80614;
    z-index: 0;
    pointer-events: none;
}

.header-calc i{
    font-size: 3.2rem;
    margin-right: 12px;
}

#header-menu--list li.menu-item-has-children{
    
}

#header-menu--list li.menu-item-has-children a{
    
}

.open-submenu {
    font-size: 1.2rem;
    position: absolute;
    top: 3px;
    right: 0px;
    width: 20px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.open-submenu:hover {
    color: #136279;
}

.open-submenu:before {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    transform-origin: center center;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.open-submenu.rotate:before {
    -moz-transform: translate(0%, -50%) rotate(180deg);
    -webkit-transform: translate(0%, -50%) rotate(180deg);
    transform: translate(0%, -50%) rotate(180deg);
}

#global-top-image{
    position: relative;
}


#top_page_slider .slick-arrow{
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    top: auto;
    transform: none;
    bottom: 0;
    z-index: 1;
}


#top_page_slider .prevArrowCC-subheader{
    left: 0;

   
}

#top_page_slider .nextArrowCC-subheader{
    right: 0;
}


.featured_image_manual{
    background-position: 50% 50%; 
    background-repeat: no-repeat; 
    background-size: cover;
    width: 100%;
    height: auto;
}

.global-top-image-text{
    position: absolute;
    bottom: 22%;
    left: 0;
    padding: 34px 13px;
    background-color: #fff;
    color: #434343;
    font-family: 'robotobold', sans-serif;
    font-size: 3.3rem;
    line-height: 1.1em;
}

.global-top-image-text p{
    margin: 0;
}

/*
 *
 * FOOTER
 *
 */
.social_icons_wrapper{
    font-size: 40px;
}

.social_icons_wrapper a{
    margin-right: 13px;
}

footer {
    background-color: #000000;
}



#footer-lower {
    background-color: #da0719;
    padding: 0.85em 0 0.95em;
    text-align: center;
}

.footer-content {
    display: flex;
}

.footer-black {
    flex: 1;
    display: flex;
    padding-top: 34px;
    padding-right: 15px;
    padding-bottom: 25px;
}

.footer-red{
    background-color: #da0719;
    padding: 45px 25px 0 47px;
    width: 525px;
}



.footer-left,
.footer-middle,
.footer-right{
    width: 33.33%;
}

.footer-part {
    flex: 1;
    display: flex;
    padding: 3.37em 0 4em 0;
}

.footer-part:nth-child(1) {
    padding-right: 15px;
    background: #231F20;
    justify-content: flex-end;
}

.footer-part:nth-child(2) {
    padding-left: 15px;
    background-color: #da081a;
}

.footer-part .footer-part-inner {
    width: 785px;
    display: flex;
}

.footer-part:nth-child(2) .footer-part-inner {
    display: block;
}

#footer-upper,
#footer-lower {
    color: white;
}

#footer-l-l {
    width: 60%;
    padding-right: 15px;
}

#footer-l-r {
    width: 40%;
    padding-left: 15px;
}

footer a,
footer a.button-border-white-simple{
    color: #fff;
}

.footer-black a:hover,
.footer-black a:focus{
    color: #da081a;
}

.footer-black a.button-border-white-simple:hover,
.footer-black a.button-border-white-simple:focus{
    color: #fff;
}

/* button button-border-white-simple button-caret-right */
.footer-red a:hover,
.footer-red a:focus{
    color: #fff;
}



.footer-red a:hover .underline-me,
.footer-red a:focus .underline-me{
    text-decoration: underline;
}



.footer-phone i {
    font-size: 2rem;
    margin-right: 15px;
    vertical-align: middle;
}

.footer-email i {
    font-size: 2.2rem;
    margin-right: 15px;
    vertical-align: text-top;
}

footer .footer_title {
    color: #da081a;
    margin-top: 0;
    margin-bottom: 0.55em;
    font-size: 2.4rem;
}

.footer_text {
    line-height: 1.7em;
}
.footer_text p {
    margin-bottom: 8px;
}

.footer_title_placeholder {
    display: block;
}

.weitere-links {
    margin: 0;
}

.weitere-links li {
    margin-bottom: 0.7em;
}

.weitere-links li a {
    color: white;
}

.weitere-links li a:hover {
    color: #da081a;
}

.weitere-links li:last-child {
    margin-bottom: 0;
}

.footer-r-l {
    width: 20%;
    padding-right: 12px;
    text-align: right;
}

.footer-r-l i {
    font-size: 5rem;
}

.footer-r-r {
    width: 80%;
    padding-left: 12px;
}

.display-block {
    flex: 1;
    display: flex;
    margin-bottom: 1.5em;
}

.footer-form-wrapper {
    padding-left: 54px;
}

.ff-display-block {
    flex: 1;
    display: flex;
}

.ff-inputs-holder {
    width: 70%;
    padding-right: 12px;
}

.ff-submit-holder {
    width: 30%;
    position: relative;
}

.ff-inputs-holder input {
    width: 100%;
    
    padding: 1px 9px;
    color: #231f20;
    font-size: 13px;
    border: none !important;
}

.ff-inputs-holder input#ff_name {
    margin-bottom: 15px;
}

.ff-inputs-holder .relative:last-child input {
    margin-bottom: 0px;
}

.ff-inputs-holder input:focus {
    border: 1px solid #818181;
}

#ff_submit {
    border: none;
    background: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    color: #231f20;

    -webkit-transition: color .25s, background-color .25s;
    -moz-transition: color .25s, background-color .25s;
    -ms-transition: color .25s, background-color .25s;
    -o-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
}

#ff_submit:not(:disabled):hover {
    background-color: #231f20;
    color: #fff;
}

#ff_submit:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.f-lower-l {
    width: 50%;
    padding-right: 15px;
    display: inline-flex;
    align-items: center;
}

.f-lower-r {
    width: 50%;
    padding-left: 15px;
    font-size: 1.6rem;
    /* display: inline-flex; */
    /* justify-content: flex-end; */
    /* align-items: center; */
    text-align: right;
}

.footer-form-title{
    font-size: 1.9rem;
}

.footer-form-title i{
    font-size: 4.1rem;
    vertical-align: middle;
    margin-right: 9px;
}

.f-lower-r a{
    color: #fff;
}
.f-lower-r a:hover{
    color: #231F20;
}
.payment-methods {

}

.payment-methods .payment-method {
    width: 54px;
    height: 34px;
    float: left;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.payment-methods .payment-method:last-child {
    margin-right: 0;
}

.footer-address p:last-child {
    margin-bottom: 0;
}

#main-menu .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.select_ls_wrapper {
    padding: 0 40px;
    margin: 20px 0;
}

.select_ls_wrapper .language-link {
    color: white;
    position: relative;
    font-size: 2.2rem;
    padding: 7px 16px;
}

.select_ls_wrapper .language-link:first-child {
    padding-left: 0;
}

.select_ls_wrapper .language-link:last-child {
    padding-right: 0;
}

.select_ls_wrapper .language-link:after {
    content: '/';
    position: absolute;
    right: -6px;
    color: rgba(19, 98, 121, 0.55);
}

.select_ls_wrapper .language-link:last-child:after {
    display: none;
}

.select_ls_wrapper .language-link:hover {
    color: #136279;
}

.select_ls_wrapper .language-link.current-language {
    color: #136279;
}


.ff-privacy-holder {
    margin: 8px 0;
    font-size: 1.6rem;
}

.footer-part-inner .display-block:last-child {
    margin-bottom: 0;
}

.footer-bgicon {
    background-repeat: no-repeat;
    background-size: 356px;
    background-position: 100% 30px;
}

body.popup-active {
    overflow: hidden !important;
}

.popup-overlay .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

body:not(.ie):not(.tablet):not(.mobile).popup-active
/*body:not(.ie):not(.tablet):not(.mobile).popup-active header*/ {
    padding-right: 17px;
}

body.edge.popup-active,
body.edge.popup-active header {
    padding-right: 16px;
}


.popup-overlay {
    z-index: 1000;
    opacity: 0.00001;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    pointer-events: none;
}

body.popup-active:not(.fileupload_modal-active) .popup-overlay:not(.fileupload_modal-overlay),
body.popup-active.fileupload_modal-active .popup-overlay.fileupload_modal-overlay{
    opacity: 0.9999;
    visibility: visible;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    -ms-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
    pointer-events: all;
}

.popup {
    background-color: white;
    padding: 30px 30px 40px 30px;
    border-radius: 5px;
    width: 1030px;
    z-index: 1001;
    position: relative;
    top: 0;
    left: 0;
    margin: 70px auto 20px;
    min-height: 20%;
}

.popup-header {
    position: relative;
}

.popup-header-content {
    padding-right: 50px;
}

.popup-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3.4rem;
    color: #969696;
    cursor: pointer;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.popup-close:hover {
    color: #da081a;
}

#datetimepicker-input-header {
    cursor: pointer;
    /* border-radius: 5px; */
}

#datetimepicker-header .icon-arrow-down {
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 12px;
    color: #0f1220;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    pointer-events: none;
}

.dropdown.open span.icon-arrow-down,
#datetimepicker-header.opened .icon-arrow-down {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#wordlimit-form input,
#wordlimit-form textarea,
#header-form input,
#header-form textarea,
#on-request-form input,
#on-request-form textarea,
#tsm-form input,
#tsm-form textarea {
    width: 100%;
    border: 1px solid #D7D7D7;
    margin-bottom: 10px;
    padding: 11px 20px;
    color: #231f20;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
#wordlimit-form textarea,
#on-request-form textarea{
    min-height: 106px;
    max-width: 100%;
}

#header-form .nice-select {
    border-radius: 0;
    width: 100%;
    font-size: 1.8rem;
    border: 1px solid #D7D7D7;
    height: 48px;
    line-height: 46px;
    padding-left: 20px;
}

.gecko #header-form .nice-select {
    line-height: 40px;
}

#header-form .nice-select:after {
    content: '\e918';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    font-size: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    margin-top: -5px;
}

#header-form .nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#header-form .nice-select:focus {
    border: solid 1px #e8e8e8;
}

#header-form input:focus,
#header-form textarea:focus,
#tsm-form input:focus,
#tsm-form textarea:focus,
#header-form .nice-select:active,
#header-form .nice-select.open,
#header-form .nice-select.open:focus {
    border: 1px solid #818181;
}

#header-form .nice-select .list {
    margin-top: 6px;
    border-radius: 3px;
    width: 100%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
    border: 1px solid #c5c5c5;
    z-index: 101;
}

#header-form .nice-select .option {
    padding-left: 20px;
    min-height: 30px;
    line-height: 30px;
}

#header-form textarea {
    min-height: 106px;
    resize: vertical;
    display: block;
}

.custom-column-padding {
    margin: 0px -7px;
}

.custom-column-padding > div {
    padding: 0px 7px;
}

#datetimepicker-header #ui-datepicker-div {
    z-index: 999 !important;
    position: absolute !important;
    top: 41px !important;
    left: 0px !important;
    max-width: 100%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.36);
}

#datetimepicker-header #ui-datepicker-div td span,
#datetimepicker-header #ui-datepicker-div td a {
    text-align: center;
}

#datetimepicker-header #ui-datepicker-div .ui-state-active,
#datetimepicker-header #ui-datepicker-div .ui-widget-content .ui-state-active {
    border: 1px solid #2d6b98 !important;
    background: #2d6b98 !important;
    color: #fff !important;
}

#datetimepicker-header #ui-datepicker-div :not(.ui-widget-header) .ui-state-hover, 
#datetimepicker-header #ui-datepicker-div .ui-widget-content .ui-state-hover, 
#datetimepicker-header #ui-datepicker-div .ui-state-focus, 
#datetimepicker-header #ui-datepicker-div .ui-widget-content .ui-state-focus, 
#datetimepicker-header #ui-datepicker-div .ui-widget-header .ui-state-focus, 
#datetimepicker-header #ui-datepicker-div .ui-button:hover, 
#datetimepicker-header #ui-datepicker-div .ui-button:focus ,
#datetimepicker-header #ui-datepicker-div .ui-widget-header .ui-state-highlight,
#datetimepicker-header #ui-datepicker-div .ui-widget-header .ui-state-active, 
#datetimepicker-header #ui-datepicker-div a.ui-button:active, 
#datetimepicker-header #ui-datepicker-div .ui-button:active, 
#datetimepicker-header #ui-datepicker-div .ui-button.ui-state-active:hover {
    border: 1px solid #2d6b98;
    background: #2d6b98;
    font-weight: normal;
    color: #fff;
}

#datetimepicker-header #datetimepicker-input-header:focus {
    border: 1px solid #D7D7D7;
}

#datetimepicker-header.opened #datetimepicker-input-header,
#datetimepicker-header.opened #datetimepicker-input-header:focus {
    border: 1px solid #818181;
}

.popup button[type=submit] {
    margin: 0;
    width: 100%;
    padding: 11px;
}

.header-submit-holder,
.tsm-submit-holder {
    position: relative;
}

.text-two-lines {
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #8D8B8C;
    margin: 20px 0;
}

.text-two-lines span {
    zoom: 1;
    display: inline;
    vertical-align: middle;
    position: relative;
    padding: 0 30px;
}

.text-two-lines span:before,
.text-two-lines span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 50%;
    border-top: 2px solid #DFDFDF;
}

.text-two-lines span:before {
    right: 100%;
}

.text-two-lines span:after {
    left: 100%;
}

.call-us-text-wrapper {
    text-align: center;
}

.popup-call-us-text {
    font-size: 2.6rem;
    margin-bottom: 0.5em;
    font-family: 'robotomedium', sans-serif;
}

.popup-phone {
    font-size: 3.2rem;
}

.popup-phone span {
    font-family: 'robotobold', sans-serif;
    margin-left: 10px;
}

.header-privacy-link {
    display: block;
}

/*
 *
 * HOME
 *
 */

.section-1,
.section-3,
.section-5{
    background-color: #ffffff;
}

.section-2,
.section-4{
    background-color: #ebebeb;
}

.page-template-template-home .section-2 {

}

#jubilee-content {
    color: #787878;
    margin-bottom: 27px;
}

.jc-l {
    width: 524px;
    border-right: 2px solid #E3E3E3;
    padding-right: 30px;
}

.jc-r {
    flex: 1;
    padding-left: 44px;
}

.jc-l-number {
    font-size: 9.0rem;
    line-height: 7rem;
    color: #da081a;
    font-family: 'robotobold', sans-serif;
    letter-spacing: -0.5rem;
    padding-right: 26px;
}

.jc-l-title {
    flex: 1;
}

.icons-wrapper {
    margin-bottom: 32px;
    margin-top: 15px;
}

.fe-icon-holder {
    color: #da081a;
    margin-bottom: 17px;
}

.fe-icon {
    font-size: 3.8rem;
    margin-right: 20px;
}

.fe-text {
    flex: 1;
    font-size: 1.8rem;
    justify-content: center;
    flex-direction: column;
    display: flex;
    font-family: 'robotomedium', sans-serif;
}

#subheader-slider {

}

#subheader-slider .subheader-slide {

}

#subheader-slider .subheader-slide .subheader-slide-title {
    margin-top: 0;
}

#subheader-slider .slick-slide {
    margin: 0 15px;
}

#subheader-slider .slick-list {
    margin: 0 -15px;
}

.date_slider_prev-arrow,
.date_slider_next-arrow,
.prevArrowCC-subheader,
.nextArrowCC-subheader {
    color: #434343;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.prevArrowCC-subheader {
    left: -50px;
}

.nextArrowCC-subheader {
    right: -50px;
}

.date_slider_prev-arrow:hover,
.date_slider_next-arrow:hover,
.prevArrowCC-subheader:hover,
.nextArrowCC-subheader:hover {
    color: #da081a;
}

.date_slider_prev-arrow,
.date_slider_next-arrow{
    font-size: 20px;
    line-height: 0.8em;
}

.date_slider_prev-arrow{
    left: -52px;
}

.date_slider_next-arrow{
    right: -55px;
}
.section-3 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 3, 18, 0.8);
}

.section-content {
    position: relative;
    padding: 40px 0 20px;
}

.text-two-lines-small {
    position: relative;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: 20px;
}

.text-two-lines-small span {
    zoom: 1;
    display: inline;
    vertical-align: middle;
    position: relative;
    padding: 0 30px;
}

.text-two-lines-small span:before,
.text-two-lines-small span:after {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    top: 50%;
    border-top: 2px solid #da081a;
}

.text-two-lines-small span:before {
    right: 100%;
}

.text-two-lines-small span:after {
    left: 100%;
}

.section-title {
    margin-top: 0;
    color: #434343;
}

.section-subtitle {
    text-align: center;
    color: white;
    font-size: 2.2rem;
    margin: 1.65em 0 3.2em 0;
    line-height: 1.225em;
}

#technical-translations {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    margin-top: 27px;

}

#technical-translations.loaded {
    opacity: 0.9999;
    visibility: visible;
}

.tt-page-holder {
    background: white;
    flex: 1 1 30%;
    margin-bottom: 30px;
    margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.tt-page-holder:nth-child(3n) {
    margin-right: 0;
}

.tt-content-holder {
    padding: 45px 30px 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

body:not(.ie) .tt-content-holder {
    flex: 1;
}

body.ie .tt-content-holder {
    flex: 1 0 0;
}

.tt-content {
    flex: 1 0 0;
}

.tt-image-link {
    position: relative;
    border-bottom: 5px solid #da081a;
}

.tt-image-link:before {
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    position: absolute;
    bottom: 7px;
    right: 10px;
    z-index: 2;
}

.tt-image-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: 30px solid #da081a;
    border-left-color: transparent;
    border-top-color: transparent;
}

.tt-image > .tt-image-link{
    display: inline-block;
    width: 100%;
}

.tt-image > .tt-image-link > .tt-image-img {
    display: block;
    width: 100%;
}

.tt-image-link .tt-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.0001;
    visibility: hidden;
    background: rgba(218, 8, 26, 0.4);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.tt-image-link:hover .tt-image-overlay {
    opacity: 0.9999;
    visibility: visible;
}

.tt-link {
    margin-top: 2.2em;
    display: inline-block;
}

#top-image {
    position: relative;
    min-height: 270px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-color: #009fc7;
}

#top-image h1,
#top-image h2 {
    color: white;
    position: relative;
}

#top-image .top-image-overlay {
    background: rgba(3, 9, 44, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-page-title {
    text-transform: uppercase;
    margin-bottom: 0.8em;
}

#main-page-title-holder {

}

.text-one-line {
    position: relative;
    overflow: hidden;
}

.text-one-line span {
    text-transform: uppercase;
    zoom: 1;
    display: inline;
    vertical-align: middle;
    position: relative;
    padding-right: 10px;
}

.text-one-line span:after {
    content: '';
    display: block;
    width: 130px;
    position: absolute;
    top: 50%;
    border-top: 2px solid #da081a;
    left: 100%;
}

.subsection-content-bg-gray {

}

.subsection-content-bg-white {
    padding-top: 0px;
}

.subsection-content-bg-gray + .subsection-content-bg-white {
    padding-top: 76px;
}

/*
 *
 * YouTube shortcode
 *
 */

 .youtube_container {
    position: relative;
    margin: 9px 0 1.29em 0;
}

.youtube_container.ar3_2 {
    margin: 9px 0 1.29em 0;
}

.youtube_container.ar20_11 {
    margin: 9px 0 2.89em 0;
}

.youtube_container > img {
    width: 100%;
    height: auto;
}

.video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}

.play {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -75px;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out;
    -ms-transition: transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
}

.play:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.play img {
    width: 100%;
    height: auto;
}

.gallery-image {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.gallery-overlay > i {
    color: white;
    font-size: 6.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery-image:hover .gallery-overlay {
    opacity: 0.9999;
    visibility: visible;
}

.img-gallery {
    margin: 0.5em 0 2em 0;
}

#team-members {
    margin-top: 3em;
}

.row-team {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.col-team {
    width: 270px;
    padding-left: 15px;
    padding-right: 15px;
}

.team-member {
    border: 2px solid #E9E9E9;
    border-radius: 5px;
    position: relative;
    padding-bottom: 145px;
    overflow: hidden;
    margin-bottom: 30px;
}

.tm-image {
    /* height: 293px; */
    /* background-repeat: no-repeat;
    background-size: cover; */
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
}

.team-img{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-image.no-img {
    background-color: #a80614;
    color: #fff;
}

.tm-image.no-img > i {
    font-size: 20rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tm-info-holder {
    padding: 25px 15px 25px 15px;
    text-align: center;
    position: absolute;
    border-top: 5px solid #da081a;
    bottom: 0px;
    left: 0;
    width: 100%;
    max-height: 145px;
    min-height: 145px;
    background-color: white;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.tm-info-holder:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    position: absolute;
    top: -28px;
    right: 10px;
    z-index: 2;
}

.tm-info-holder:after {
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    border: 30px solid #da081a;
    border-left-color: transparent;
    border-top-color: transparent;
}

.tm-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.tm-function {
    font-family: 'robotomedium';
    line-height: 1.3em;
}

.tm-description {
    opacity: 0;
    margin-top: 20px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.team-member:hover .tm-description {
    opacity: 1;
}

.team-member:hover .tm-info-holder {
    max-height: 350px;
}

.hinweis {
    color: #717171;
    margin-bottom: 1.85em;
}

.main-page-title.mb_10 {
    margin-bottom: 0.3em;;
}

.acf-map {
    width: 100%;
    position: relative;
    margin-top: 3em;
    margin-bottom: 1.6em;
}

.acf-map img {
    object-fit: cover;
    margin: 0;
    height: 550px !important;
}

.content-phone,
.content-email {
    display: inline-block;
}

.cp-address {
    margin-bottom: 1.6em;
    line-height: 1.3em;
}

#cp-form input, #cp-form textarea {
    width: 100%;
    border: 1px solid #D7D7D7;
    margin-bottom: 10px;
    /* border-radius: 5px; */
    padding: 11px 20px;
    color: #231f20;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#cp-form input:focus,
#cp-form textarea:focus {
    border: 1px solid #818181;
}

#cp-form textarea {
    min-height: 164px;
    resize: vertical;
    display: block;
}

#cp-submit {
    margin: 0;
    padding: 11px 50px;
}

.cp-submit-holder {
    text-align: right;
    position: relative;
}

.cp-privacy-holder {
    margin-top: 6px;
}

#popup-footer .button {
    margin-top: 0;
}

.page-template-template-home .section-4 {
}

.page-template-template-home .section-5 {
    background-color: #F7F7F7;
    border-top: 2px solid #EFEFEF;
    position: relative;
}

.page-template-template-home .section-5 .container {
    position: relative;
    z-index: 1;
}

.page-template-template-home .section-5 .section-overlay-white {
    position: absolute;
    width: 100%;
    height: 257px;
    left: 0;
    bottom: 0;
    background-color: white;
}

#references-slider {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5em;
    position: relative;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
}

#references-slider .slick-list {
    border-radius: 5px;
}

.references-slide {
    padding: 3.8em;
    background-color: white;
}

.rs-content {
    height: 194px;
}

.rs-content .mCSB_container p:last-child {
    margin-bottom: 0;
}

#references-slider:before {
    content: '';
    background-image: url(images/svg/ellipse.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: calc(100% + 70px);
    height: 33px;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0%);
    z-index: -1;
}

#references-slider .slick-dots {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#references-slider .slick-dots li {
    padding: 0;
    display: inline-block;
    border: 2px solid #9E9E9E;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#references-slider .slick-dots li:last-child {
    margin-right: 0px;
}

#references-slider .slick-dots li.slick-active {
    border-color: #da081a;
    background-color: #da081a;
}

#references-slider .slick-dots li:before,
#references-slider .slick-dots li button {
    display: none;
}

#references-slider .prevArrowCC-subheader {
    left: -140px;
    font-size: 4rem;
}

#references-slider .nextArrowCC-subheader {
    right: -140px;
    font-size: 4rem;
}

.rs-content .mCSB_scrollTools {
    width: 2px;;
}

.rs-content .mCSB_inside>.mCSB_container {
    margin-right: 10px;
}

#calc_block {
    position: relative;
    padding-bottom: 35px;
    z-index: 1;
}

#calc_block .loader-spin {
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    color: #da081a;
    font-size: 4rem;
}

.top-section-inner {
    height: calc(100vh - 90px);
    opacity: 0;
    visibility: hidden;
}

.top-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.top-section-bg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 3, 18, 0.3);
}


.top-section-content {
    position: relative;
    flex: 1;
    margin: 0 calc((100vw - 1600px)/2);
}

body:not(.ie):not(.tablet):not(.mobile) .top-section-content {
    margin: 0 calc((100vw - 1617px)/2);
}

body.edge .top-section-content {
    margin: 0 calc((100vw - 1616px)/2);
}

.ts-content-text {
    flex: 1;
    color: white;
    padding: 130px 30px 130px 0;
    align-self: center;
}

.ts-content-calc {
    width: 845px;
    align-items: flex-end;
}

#calc_main_wrap_PLACEHOLDER {
    background: #c3c3c3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    height: 796px;
    width: 100%;
}

.text-one-line.white span {
    padding-right: 20px;
}

.text-one-line.white span:after {
    border-color: white;
}

.ts-inner-mobile {
    padding: 5em 0;
    opacity: 0;
    visibility: hidden;
    background: white;
}

.ts-inner-mobile .icons-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.ts-inner-mobile .fe-text {
    text-transform: uppercase;
    font-family: 'robotobold', sans-serif;
}

.ts-inner-mobile .fe-icon {
    margin-right: 10px;
}

.ts-inner-mobile .fe-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ts-content-image-mobile {
    margin-bottom: 2.1em;
    position: relative;
    min-height: 100px;
}

.ts-content-image-mobile img {
    display: block;
    width: 100%;
}

.ts-content-image-overlay-mobile {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 1em 1.5em;
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.ts-info-mobile {
    text-align: center;
}

.ts-phone {
    margin-bottom: 15px;
    display: inline-block;
}

.ts-email {
    color: #da081a;
    display: block;
}

.ts-contact-mobile {
    margin: 0;
    width: 100%;
}

.tsm-privacy-holder {
    margin: 5px 0px 20px 0;
}

/* CALCULATOR INFO BLOCK */
.calc-info {
    background-color: #ebebeb;
    position: relative;
    margin-bottom: 45px;
}



.calc-info--inner {
    display: flex;
}
/* 25  60  15 */

.calc-info--left,
.calc-info--middle,
.calc-info--right{

}

.calc-info--left{
    width: 25%;
    position: relative;

    padding: 34px 33px 27px;
}

.calc-info--middle{
    width: 60%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 22px;
}




.calc-info--middle .calc-angle {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.calc-info--middle .calc-angle svg {
    width: 31px;
    height: 100%;
}

.calc-info--right .calc-angle {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.calc-info--right .calc-angle svg {
    width: 31px;
    height: 100%;
    fill: #ebebeb;
}


.calc-info--right{
    position: relative;
    width: 15%;
    padding: 34px 20px 27px 50px;
}

.calc-info--left,
.calc-info--right{
    background-color: #434343;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.25em;
}

.calc-info--left a,
.calc-info--right a{
    color: #fff;
    text-decoration: underline;
}

.calc-info--left a:hover,
.calc-info--left a:focus,
.calc-info--right a:hover,
.calc-info--right a:focus{
    color: #da081a;
    text-decoration: none;
}

.calc-steps-info-wrap{
    display: flex;
    padding-top: 8px;
    color: #000;
}

.calc-step-info{
    text-align: center;
    padding: 0 5px 0;
    width: 20%;
}

.calc-step-info-number,
.calc-step-info-icon,
.calc-step-info-text {
    display: block;
}

.calc-step-info-number{
    font-size: 4rem;
    margin-bottom: 8px;
}

.calc-step-info-icon{
    font-size: 7.1rem;
    color: #da081a;
    margin-bottom: 2px;
}

.calc-step-info-text{
    font-size: 1.6rem;
    line-height: 1.2em;
}


.calc_info_button{
    transform: translateY(100%);
    position: absolute;
    bottom: 17px;
    right: calc(15% - 60px);
    background-color: #da081a;
    color: #fff;
    padding: 13px 20px 13px 29px;
}

.calc_info_button::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 31px 0 31px 14px;
    border-color: transparent transparent transparent #da0819;
    position: absolute;
    top: 0;
    right: -14px;
}

.calc_info_button a{
    color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
}

.calc_info_button a .underline-me{
    text-decoration: underline;
}

.calc_info_button a:hover .underline-me,
.calc_info_button a:focus .underline-me{
    text-decoration: none;
}

.calc_info_button i {
    font-size: 3.7rem;
    margin-left: 8px;
}

#on-request-form .header-privacy-link,
#wordlimit-form .header-privacy-link {
    display: inline-block;
}

/*
 *
 * FORM STYLES
 *
 */
 ::-webkit-input-placeholder {
    color: #929292;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #929292;  
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #929292;
 }
 
 :-ms-input-placeholder {  
    color: #929292;
 }


textarea.error, input.error {
    border: 1px solid red !important;
}

label.error {
    display: none !important;
}

/*FORM ERROR*/

span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form em {
    position: absolute;
    top: 5px;
    right: 12px;
    z-index: 100;
    font-style: normal;
    /*white-space: nowrap;*/
}

#calc_form em {
    top: 0;
}

#calc_form .checkbox_wrap em {
    top: -4px;
}

form em:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}
form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    border: 6px solid #ededed;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 7px;
    right: -12px;
}

#l-notify {
    position: fixed;
    bottom: 0;
    z-index: 1100;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #da0719;
    border-top: 1px solid white;
    padding: 25px 15px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: transform .25s, opacity .25s, visibility .25s;
    -moz-transition: transform .25s, opacity .25s, visibility .25s;
    -ms-transition: transform .25s, opacity .25s, visibility .25s;
    -o-transition: transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}


#l-notify.l-error{
    border-top: 1px solid #fc8256;
    background-color: red;
}

#l-notify.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}




/*
 * General
 */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

p:empty {
    display: none;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content p img {
    margin-bottom: 8px;
    margin-top: 8px;
}

/*
 * Image set
 */

.imageset_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 3em -15px;
}

.imgset_elem {
    padding: 0 15px;
}

.imgset_elem:empty {
    display: none;
}

.img-imageset {
    max-width: 100%;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .imageset_container {
       flex-direction: column;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .imgset_elem {
        padding: 0;
        margin-bottom: 15px;
    }
    footer a, footer a.button-border-white-simple {
        margin-right: 0;
    }
}

/*
 * Image caption
 */

.ic_wrapper {
    margin-bottom: 30px;
}

.ic_body {
    background-color: #f7f7f7;
    padding: 21px 27px;
}

.ic_name {
    margin-bottom: 1px;
}

.ic_name,
.ic_position {
    text-transform: uppercase;
}

/*
 * Youtube video
 */

.ytv_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.ytv_action_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ytv_play {
    position: relative;
    color: #fff;
    cursor: pointer;
    background: rgba(45, 108, 153, 0.4);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    transition: all 0.2s ease-in-out;
}

.ytv_play:after {
    content: '\e934';
    font-family: 'Icomoon';
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0.3s;
}

.ytv_play:before {
    content: '';
    border: 1px solid white;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all 0.25s ease-in-out;
    border-radius: 50%;
}

.ytv_play:hover {
    background: rgba(45, 108, 153, 0.7);
}

.ytv_play:hover:after {
    color: white;
    font-size: 3rem;
}

.ytv_play:hover:before {
    width: 100%;
    height: 100%;
}






/* .payment-method[alt="TWINT"] {
    display: none;
} */
.cart_payment_methods .payment-methods .payment-method[alt="TWINT"] {
    width: 85px;
}

.calc-info--middle .calc-angle-down,
.calc-info--right .calc-angle-down{
    display: none;
}


#menu-button{
    display: none;
}
/*
 *
 * MEDIA QUERY
 *
 */

@media (max-width: 1700px) {
    #subheader-slider {
        width: 1512px;
        margin: 0 auto;
    }
}

@media (max-width: 1629px) {
    #blue-appendix-header {
        width: calc((100% - 1200px + 30px)/2 + 200px);
    }

    .footer-part .footer-part-inner {
        width: 570px;
    }

    .icons-wrapper > .row > div {
        width: 100%;
    }

    .icons-wrapper > .row > div:first-child .fe-icon-holder {
        padding-top: 0;
    }

    .icons-wrapper > .row > div:last-child .fe-icon-holder {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .fe-icon {
        font-size: 4.6rem;
        margin-right: 20px;
    }

    .fe-text {
        font-size: 1.8rem;
    }

    #subheader-slider {
        width: 100%;
        margin: 0 auto;
    }

    .tt-content {
        font-size: 1.4rem;
        line-height: 1.45em;
    }

    .tt-image {
        height: auto;
    }

    .ts-inner-mobile .fe-icon-holder {
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
    }

    .ts-inner-mobile .fe-content {
        border-bottom: 1px solid #E3E3E3;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    body:not(.ie):not(.tablet):not(.mobile) .top-section-content {
        margin: 0 calc((100vw - 1170px)/2);
    }

    .ts-content-text .h1 {
        font-size: 4rem;
    }

    .calc-info--inner {
        display: block;
    }

    .calc-info--left, 
    .calc-info--middle,
    .calc-info--right{
        width: 100%;
    }

    .calc-info--left{
        display: block;
        text-align: center;
        padding: 28px 15px 1px;
    }

    .calc-info--middle {
        padding: 60px 15px 20px;
    }

    .calc-info--right{
        display: block;
        text-align: center;
        padding: 65px 15px 15px;
    }

    .calc-info--middle .calc-angle,
    .calc-info--right .calc-angle{
        display: none;
    }

    .calc-info--middle .calc-angle-down,
    .calc-info--right .calc-angle-down{
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 35px;
    }


    .footer-content {
        display: block;
    }

    #footer-upper {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .footer-black {
        padding-top: 34px;
        padding-bottom: 11px;
        margin-left: -30px;
        margin-right: -30px;
    }

    .footer-red {
        padding: 20px 26px 1px 30px;
        width: auto;
        margin-left: -30px;
        margin-right: -30px;
    }

    .footer-left, .footer-middle, .footer-right {
        width: auto;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-form-wrapper {
        padding-left: 0;
    }
    
    .ff-inputs-holder {
        width: 66.6%;
        display: flex;
        margin-left: -15px;
        margin-right: -15px;
    }

    .ff-inputs-holder div{
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ff-inputs-holder input {
        padding: 6px 12px;
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .ff-submit-holder {
        width: 33.3%;
        position: relative;
        padding-left: 15px;
    }

    #logo-header {
        width: 280px;
    }

    #main-menu {
        width: calc(100% - 280px);
    }

}

@media (max-width: 1500px) {
    #header-bottom {
        padding: 15px 0 19px;
    }
    .header-bottom--inner {
        display: block;
    }
    #logo-header {
        margin: 0 auto;
        margin-bottom: 26px;
    }

    #main-menu {
        width: 100%;
    }


}

@media (max-width: 1400px) {
    #references-slider {
        width: 900px;
    }

    #references-slider:before {
        bottom: -19px;
    }
}

@media (max-width: 1360px) {
    #subheader-slider {
        width: 1082px;
        margin: 0 auto;
    }
}

/*tablet*/
@media (max-width: 1199px) {
    #header-inner .inner .top-bar .call-service-button,
    .header-phone,
    #menu-button .text,
    #blue-appendix-header {
        display: none;
    }

    header {
        border-bottom: 2px solid white;
        box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.12);
    }

    #header-inner .inner {
        height: 60px;
    }

    #logo-header, #logo-header svg {
        width: 317px;
        height: auto;
    }

    #logo-header {
        margin: 0;
    }

    #header-inner-mobile .header-phone-mobile {
        display: inline-flex;
        width: calc(50% + 6px);
        height: 100%;
        align-items: center;
        justify-content: center;
        background: #EDF8FB;
        color: #231f20;
    }

    #header-inner-mobile .header-phone-mobile i {
        font-size: 2.2rem;
        margin-right: 12px;
        vertical-align: text-bottom;
    }

    #header-inner-mobile .call-service-button {
        display: inline-flex;
        width: calc(50% - 6px);
        height: 100%;
        align-items: center;
        background: #20BFEE;
        color: white;
        text-transform: uppercase;
        justify-content: center;
        position: relative;
    }

    #header-inner-mobile .call-service-button:before {
        content: '';
        width: 0;
        height: 0;
        position: absolute;
        left: -12px;
        bottom: 0;
        z-index: 8;
        border-right: 12px solid #20BFEE;
        border-top: 54px solid transparent;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    #header-inner-mobile .call-service-button i {
        font-size: 2.4rem;
        margin-right: 12px;
        vertical-align: text-bottom;
    }

    #header-inner-mobile {
        height: 54px;
        background: white;
    }

    #header-menu,
    .select_ls_wrapper,
    #footer-upper .footer-container.flex .footer-part {
        padding: 0 calc((100% - 940px)/2);
    }

    #footer-upper .footer-container.flex .footer-part {
        padding-top: 3.37em;
        padding-bottom: 4em;
    }

    #footer-upper .footer-container.flex .footer-part:last-child {
        padding-bottom: 0;
    }

    #footer-upper .footer-container.flex {
        display: block;
    }

    #footer-l-l,
    #footer-l-r {
        width: 50%;
    }

    .footer-part .footer-part-inner {
        width: 100%;
    }

    .footer-bgicon {
        background-size: 270px;
    }

    .popup {
        width: 940px;
    }

    .page-template-template-home .section-2 {
        background: #F6F6F6;
        border-top: 2px solid #E3E3E3;
    }

    #jubilee-content {
        display: block;
    }

    .jc-l {
        width: 60%;
        padding-right: 0;
        border-right: none;
        margin-bottom: 1.2em;
        margin-left: auto;
        margin-right: auto;
    }

    .jc-r {
        padding-left: 0;
    }

    #subheader-slider {
        width: 100%;
        margin: 0 auto;
    }

    .play {
        position: absolute;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        margin: -50px 0 0 -50px;
        cursor: pointer;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: transform .15s ease-in-out;
        -moz-transition: transform .15s ease-in-out;
        -ms-transition: transform .15s ease-in-out;
        -o-transition: transform .15s ease-in-out;
        transition: transform .15s ease-in-out;
    }
    .acf-map img {
        height: 370px !important;
    }

    #references-slider .prevArrowCC-subheader {
        left: -50px;
        font-size: 3rem;
    }

    #references-slider .nextArrowCC-subheader {
        right: -50px;
        font-size: 3rem;
    }

    body:not(.ie):not(.tablet):not(.mobile) .top-section-content {
        margin: 0 calc((100vw - 940px)/2);
        display: block;
    }

    .ts-content-text {
        padding: 30px 0;
        width: 100%;
    }

    .ts-content-calc {
        margin: 0 auto;
        width: 100%;
    }


    .header-bottom--inner {
        display: flex;
        align-items: flex-start;
    }

    .menu-button-wrapper {
        width: calc(100% - 317px);
        display: flex;
        justify-content: flex-end;
    }

    #menu-button {
        display: flex;
    }

    #menu-button .text {
        text-transform: uppercase;
        color: white;
    }

    #menu-button {
        border: none;
        background: none;
        fill: #fff;
        margin-left: 15px;
        padding: 0;
        position: relative;
        z-index: 9999;
    }
    
    #menu-button .text {
        text-transform: uppercase;
        color: white;
    }
    
    #menu-opened {
        visibility: hidden;
    }
    
    #menu-button svg {
        width: 41px;
        height: 41px;
        margin-left: 14px;
    }
    
    #main-menu {
        background-color: #434343;
        height: calc(100vh - 90px);
        position: absolute;
        -webkit-transition: right .2s ease-in-out;
        -moz-transition: right .2s ease-in-out;
        -ms-transition: right .2s ease-in-out;
        -o-transition: right .2s ease-in-out;
        transition: right .2s ease-in-out;
        opacity: 0;
        visibility: hidden;
        z-index: 9;
        width: 100%;
        height: calc(100vh - 66px);
        top: 66px;
        right: -100%;
        box-shadow: none;
        display: block;
    }

    body.main-menu-active #main-menu {
        right: 0;
        opacity: 1;
        visibility: inherit;
        z-index: 999;
    }
    
    #header-menu {
        background-color: #da081a;
        position: relative;
        border-bottom: 2px solid #3ECDF1;
        margin-bottom: 0;
        padding: 0 40px;
    }
    
    #header-menu > li {
        border-bottom: 2px solid #1BAAD4;
        opacity: 0;
        visibility: hidden;
        position: relative;
        right: -20px;
    }
    
    #header-menu > li:last-child {
        border-bottom: none;
    }
    
    #header-menu > li > a {
        color: white;
        font-size: 2.2rem;
        display: block;
        padding: 22px 0;
    }
    
    #header-menu > li.current_menu_item_parent > a,
    #header-menu > li.current_menu_item > a,
    #header-menu > li > a:hover {
        color: #136279;
    }
    
    #header-menu:after {
        content: '';
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -4px;
        left: 0;
        background-color: #1198C0;
    }
    
    #header-menu > li > .sub-menu {
        margin-left: 15px;
        display: none;
    }
    
    #header-menu > li > .sub-menu > li {
        border-top: 1px solid #1baad4b0;
    }
    
    #header-menu > li > .sub-menu > li > a {
        font-size: 2rem;
        color: #fff;
        padding: 10px 0;
        display: block;
    }
    
    #header-menu > li > .sub-menu > li.current_menu_item > a,
    #header-menu > li > .sub-menu > li > a:hover {
        color: #136279;
    }
    
    #header-menu .menu-item-has-children > a {
        margin-right: 30px;
    }
    
    
    
    #header-inner-mobile .header-phone-mobile,
    #header-inner-mobile .call-service-button {
        display: none;
        cursor: pointer;
    }
    

    #header-menu--list {
        display: block;
        margin: 0;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        border-bottom: 2px solid #da081a;
    }

    #header-menu--list li a {
        color: #fff;
    }

    #header-menu--list > li {
        margin-left: 0;
        position: relative;
        border-bottom: 2px solid #da081a;
    }
    #header-menu--list > li:last-child {
        border-bottom: none;
    }

    #header-menu--list > li > a {
        color: white;
        font-size: 2.2rem;
        display: block;
        padding: 22px 0;
    }

    #header-menu--list .sub-menu {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding-top: 0;
        margin-left: 15px;
    }

    #header-menu--list > li > .sub-menu > li {
        border-top: 1px solid #da081a;
        padding-left: 0;
    }

    #header-menu--list > li > .sub-menu > li > a {
        font-size: 2rem;
        color: #fff;
        padding: 10px 0;
        display: block;
    }

    #header-menu--list > li > .sub-menu > li.current_menu_item > a, #header-menu--list > li > .sub-menu > li > a:hover {
        color: #da081a;
    }

    .global-top-image-text {
        padding: 22px 13px;
    }

    .main-page-title {
        font-size: 2.4rem;
    }




    #header-menu--list > li:last-child > a {
        color: #fff;
        position: relative;
    }

    #header-menu--list li.current_menu_item:last-child > a, #header-menu--list li.current_menu_item_parent:last-child > a, #header-menu--list li:last-child a:hover {
        color: #da0719;
    }
    
    #header-menu--list > li:last-child > a::before {
        display: none;
    }


}


@media (max-width: 1060px) {
    #subheader-slider {
        width: 852px;
        margin: 0 auto;
    }
}


@media (max-width: 992px) {
    body {
        font-size: 1.4rem;
    }

    #header-inner-mobile .header-phone-mobile i {
        font-size: 1.8rem;
        margin-right: 6px;
    }
    
    #header-inner-mobile .call-service-button i {
        font-size: 2rem;
        margin-right: 6px;
    }

    #header-menu,
    .select_ls_wrapper,
    #footer-upper .footer-container.flex .footer-part {
        padding: 0 calc((100% - 720px)/2);
    }

    #footer-upper .footer-container.flex .footer-part {
        padding-top: 3.37em;
        padding-bottom: 4em;
    }

    #header-menu > li > a {
        font-size: 1.6rem;
        padding: 16px 0;
    }

    #header-menu > li > .sub-menu > li > a {
        font-size: 1.5rem;
    }
    .open-submenu {
        height: 52px;
    }

    .select_ls_wrapper .language-link {
        font-size: 1.6rem;
        padding: 7px 20px;
    }

    .select_ls_wrapper .language-link:after {
        right: -5px;
    }

    .footer-bgicon {
        background-size: 230px;
    }

    #l-notify {
        font-size: 2rem;
    }
    .popup {
        width: 720px;
        margin: 60px auto 50px;
    }

    .custom-column-padding.mobile-margin {
        margin-bottom: 10px;
    }

    #header-form .nice-select {
        font-size: 1.4rem;
    }

    #popup-header-content h2 {
        font-size: 3.0rem;
    }

    .text-two-lines {
        font-size: 1.6rem;
    }

    .popup-call-us-text {
        font-size: 2.0rem;
    }

    .popup-phone {
        font-size: 2.4rem;
    }

    form em:before {
        line-height: 12px;
    }

    span.error.hover-active {
        top: 4px;
    }

    .jc-l-number {
        font-size: 5.6rem;
        line-height: 4rem;
        letter-spacing: -0.3rem;
        padding-right: 24px;
    }

    .jc-l-title p {
        font-size: 2.0rem;
        line-height: 1.171em;
    }

    #subheader-slider,
    #references-slider {
        width: 100%;
        margin: 0 auto;
    }

    .team-member {
        padding-bottom: 112px;
    }

    .tm-info-holder {
        max-height: 112px;
        min-height: 112px;
    }

    .tt-page-holder {
        flex: 1 1 40%;
    }

    .tt-page-holder:nth-child(3n) {
        margin-right: 30px;
    }

    .tt-page-holder:nth-child(2n) {
        margin-right: 0;
    }

    .references-slide {
        padding: 15px;
    }

    #references-slider:before {
        bottom: -22px;
    }

    .rs-content {
        margin-top: 15px;
    }


    .footer-black {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .footer-left, .footer-middle, .footer-right {
        width: 50%;
        padding-bottom: 17px;
    }

    .global-top-image-text {
        padding: 18px 13px;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
    }

    .main-page-title {
        font-size: 2.1rem;
        margin: 0;
    }

    .section-content .main-page-title {
        margin-bottom: 0.8em;
    }
    
    .featured_image_manual {
        min-height: 220px;
    }

    .calc-steps-info-wrap {
        flex-wrap: wrap;
    }

    .calc-step-info {
        width: 33.333%;
        padding: 0 4.5% 41px;
    }

    .calc-step-4-info,
    .calc-step-5-info{
        width: 50%;
        padding: 0 8% 0;
    }
}

@media (max-width: 840px) {
    #subheader-slider,
    #references-slider {
        width: 632px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #header-inner-mobile .header-phone-mobile {
        justify-content: flex-start;
        padding: 0 15px;
        font-size: 1.1rem;
        line-height: 1.2em;
    }

    #header-inner-mobile .call-service-button {
        justify-content: flex-end;
        padding: 0 15px;
        font-size: 1.1rem;
        line-height: 1.2em;
    }

    #header-inner-mobile .header-phone-mobile i {
        font-size: 1.3rem;
        margin-right: 6px;
    }
    
    #header-inner-mobile .call-service-button i {
        font-size: 1.5rem;
        margin-right: 6px;
    }

    #header-menu,
    .select_ls_wrapper {
        padding: 0 15px;
    }

    #footer-upper .footer-container.flex .footer-part {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .popup {
        width: calc(100% - 30px);
    }

    #popup-header-content h2 {
        font-size: 2.0rem;
    }

    .header-privacy-link {
        display: inline;
    }

    .header-privacy-holder {
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .popup-close {
        font-size: 2.4rem;
    }

    .popup {
        padding: 17px 17px 20px 17px;
    }

    .jc-l {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .icons-wrapper,
    .ts-inner-mobile .icons-wrapper {
        margin: 0 0 14px;
    }

    .fe-icon-holder {
        padding: 13px 0px;
        margin-bottom: 0;
    }

    #subheader-slider,
    #technical-translations,
    #references-slider {
        width: calc(100% - 60px);
        margin: 0 auto;
    }

    #subheader-slider .slick-slide,
    #subheader-slider .slick-list {
        margin: 0;
    }

    .prevArrowCC-subheader,
    #references-slider .prevArrowCC-subheader {
        left: -36px;
    }

    .nextArrowCC-subheader,
    #references-slider .nextArrowCC-subheader {
        right: -36px;
    }

    #cp-submit {
        width: 100%;
        margin-top: 20px;
    }

    .tt-page-holder {
        margin: 0 !important;
        border-radius: 3px;
    }

    .tt-image > .tt-image-link,
    .tt-image > .tt-image-link > .tt-image-img {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .tt-content-holder {
        padding: 20px 15px;
        display: block;
    }

    .tt-content-holder h4 {
        margin-top: 0;
    }

    .section-subtitle {
        margin-bottom: 1.2em;
    }

    #references-slider .slick-dots {
        bottom: -50px;
    }

    .editor_ui_left img,
    .editor_ui_right img {
        margin-top: 1.1em;
        margin-bottom: 1.1em;
    }

    .ts-inner-mobile .icons-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .ts-inner-mobile {
        padding: 3em 0 0;
    }

    hr:not(.hr-small) {
        margin-top: 0em;
        margin-bottom: 2.1em;
    }

    .section-content {
        padding: 40px 0 30px;
    }

    #logo-header, #logo-header svg {
        width: 210px;
        height: auto;
    }

    .menu-button-wrapper {
        width: calc(100% - 210px);
    }

    #header-top .call-service-button{
        display: none;
    }
    .header-calc:before {
        display: none;
    }

    .footer-left, .footer-middle, .footer-right {
        width: 100%;
        padding-bottom: 17px;
        text-align: center;
    }

    .footer-middle > .h3 {
        display: none;
    }

    .footer-left {
        padding-bottom: 5px;
    }

    .footer-form-title,
    .ff-privacy-holder {
        text-align: center;
    }

    .ff-privacy-holder {
        margin-top: 23px;
    }

}

@media (max-width: 600px) {
    #references-slider:before {
        bottom: -28px;
    }

    .calc-info--left {
        display: block;
        text-align: left;
        padding: 15px 15px 1px;
    }

    .calc-info--middle {
        display: block;
        padding: 40px 15px 13px;
    }

    .calc-info--right {
        text-align: left;
        padding: 52px 15px 15px;
    }

    .calc-steps-info-wrap {
        display: block;
    }

    .calc-step-info {
        text-align: left;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 10px 0 10px;
    }

    .calc-step-info-number {
        font-size: 3.8rem;
        padding-right: 8px;
        margin-bottom: 0;
    }

    .calc-step-info-icon {
        font-size: 3.3rem;
        color: #da081a;
        margin-bottom: 0;
        padding-right: 10px;
    }

    .calc-step-info-text {
        font-size: 1.6rem;
        line-height: 1.2em;
    }

    .calc_info_button {
        right: 15px;
    }

    .container, .container.container--smaller {
        padding-left: 15px;
        padding-right: 15px;
    }

    hr {
        padding-top: 1.5em;
        border-bottom: 4px solid #d9d9d9;
    }
    hr:not(.hr-small) {
        margin-bottom: 1.6em;
    }
    
    .ff-display-block {
        flex-wrap: wrap;
    }

    .ff-inputs-holder {
        flex-wrap: wrap;
        width: 100%;
        padding-right: 0;
        margin: 0;
    }

    .ff-submit-holder {
        width: 100%;
        padding-left: 7px;
        padding-right: 7px;
        padding-top: 15px;
    }

    .ff-inputs-holder div {
        padding-left: 7px;
        padding-right: 7px;
    }

    .footer-red {
        padding: 20px 22px 1px 22px;
    }

    .ff-inputs-holder input {
        padding: 11px 20px;
    }

    #ff_submit {
        padding: 11px 20px;
    }



}

@media (max-width: 480px) {
    .text-one-line span:after {
        display: none;
    }
    .footer-part .footer-part-inner {
        display: block;
    }

    #footer-l-l, #footer-l-r {
        width: 100%;
        padding: 0;
    }

    #footer-l-l {
        padding-bottom: 3em;
    }

    #footer-upper {
        text-align: center;
    }

    .footer-phone,
    .footer-email {
        display: block;
    }

    .footer-phone i,
    .footer-email i {
        display: block;
        margin-right: 0;
        margin-bottom: 0.4em;
        font-size: 3rem;
    }

    .footer-address p {
        margin-bottom: 1.6em;
    }

    .weitere-links li {
        margin-bottom: 0.5em;
        display: inline-flex;
        padding-right: 26px;
        position: relative;
    }

    .weitere-links li:after {
        content: '•';
        position: absolute;
        right: 7px;
        top: 1px;
    }

    .weitere-links li:last-child {
        padding-right: 0;
    }

    .weitere-links li:last-child:after {
        display: none;
    }

    .footer-r-l,
    .footer-r-r {
        width: 100%;
        padding: 0;
    }

    .footer-r-l {
        text-align: center;
    }

    .footer-part-inner .display-block {
        display: block;
    }

    .footer-r-l i {
        display: block;
        margin-right: 0;
        margin-bottom: 0.4em;
        font-size: 3rem;
    }

    .ff-display-block {
        display: block;
    }

    .ff-inputs-holder {
        width: 100%;
        padding: 0;
    }

    .ff-inputs-holder input {
        margin-bottom: 12px;
        padding: 12px 20px;
    }

    .ff-inputs-holder .relative:last-child input {
        margin-bottom: 12px;
    }

    .ff-submit-holder {
        width: 100%;
    }

    #ff_submit {
        padding: 11px 20px;
        font-size: 1.6rem;
    }

    .f-lower-l {
        display: none;
    }

    .f-lower-r {
        width: 100%;
        font-size: 1.4rem;
        padding-left: 0;
        border-top: 3px solid #00B0DC;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #footer-upper .footer-container.flex .footer-part:last-child {
        padding-bottom: 0;
    }

    /* #footer-lower {
        padding-bottom: 0;
    } */

    .ff-privacy-holder {
        margin: 30px 0 8px 0;
    }

    .footer-bgicon {
        background-size: 280px;
        background-position: center 20px;
    }

    #l-notify {
        padding: 15px 15px;
        font-size: 1.6rem;
    }

    #popup-header-content p {
        display: none;
    }

    .popup-header {
        margin-bottom: 15px;
    }

    #top-image {
        min-height: 170px;
    }

    .ul_columns_2,
    .ul_columns_3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        -o-column-count: 1;
        column-count: 1;
    }

    .tm-info-holder {
        padding: 30px 15px;
        max-height: 120px;
        min-height: 120px;
    }

    .team-member {
        padding-bottom: 120px;
    }

    .rs-content {
        height: 270px;
    }

    #references-slider .slick-dots li {
        width: 13px;
        height: 13px;
    }

    #references-slider .slick-dots li:not(:last-child) {
        margin-right: 10px;
    }

    .main-page-title {
        font-size: 1.6rem;
    }
    .global-top-image-text {
        width: 100%;
    }

    .ff-inputs-holder div {
        width: 100%;
        margin-bottom: 14px;
    }

    .ff-inputs-holder div:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 360px) {
	.jc-l-title p {
        font-size: 1.8rem;
        line-height: 1.371em;
    }

    .text-one-line span:after {
        width: 40px;
    }

    #references-slider:before {
        bottom: -29px;
    }
}



/*
 *
 * ANIMATIONS
 *
 */

.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}


.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassRightLeft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}

.animaClassActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -moz-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -ms-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    -o-transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
    transition: transform 0.55s, opacity 0.75s, visibility 0.75s;
}



#header-form .nice-select .option {
    padding: 4px 18px 4px 18px;
}