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

/*
 *
 * Import rte
 *
 */

@import url("rte.css");


/*
 *
 * Clearfix
 *
 */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.relative {
    position: relative;
}

/*
    General
*/

body {
    min-height: 100vh;
}

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

.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.shadow {
    position: relative;
}

.shadow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0a0d11;
}

.shadow::before {
    content: "";
    display: block;
    width: 100%;
    height: 57px;
    background: -moz-linear-gradient(top, rgba(239,240,240,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(239,240,240,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(239,240,240,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff0f0', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.quoted {
    position: relative;
}

.quoted::after,
.quoted::before {
    font-family: 'icomoon';
    font-size: 16px;
    color: #fff;
}

.quoted::after {
    content: '\e919';
    position: relative;
    bottom: 22px;
    margin-left: 7px;
}

.quoted::before {
    content: '\e918';
    position: relative;
    bottom: -6px;
    margin-right: 2px;
}

.features_image_text.quoted::after {
    bottom: 15px;
}

.section .box_image_text.quoted::after {
    bottom: 15px;
}

#page_container {
    position: relative;
    z-index: 1;
}

/*
    Shortcodes
*/

.youtube_container {
    margin: 0 0 1.575em;
}

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

.play_link {
    position: relative;
    display: block;
}

.play_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4,27,38,0.4);
}

.play_link::after {
    content: '';
    background-image: url('images/svg/play.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
} 

.play_link:hover::after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*
    Sections
*/

.sections_wrapper > .section {
    padding: 111px 0 90px;
    background-repeat: no-repeat;
    background-image: url('images/svg/Image5-Right.svg');
    background-size: 625px;
    background-position: right 111px;
    background-color: #0a0d11;
}

.sections_wrapper > .section > .container > .row > .col-xs-12 > .section {
    margin-top: 28px;
}

.sections_wrapper > .section > .container > .row > .col-xs-12 > .section:first-child {
    margin-top: 0;
}

.sections_wrapper > .section:nth-child(even) {
    background-color: #323A32;
    background-position: left 111px;
    background-image: url('images/svg/Image5-Left.svg');
}

/*
    WP Gallery
*/

.wp_gallery_advanced_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Slider */

.wp_gallery_advanced_slider_wrapper .slide_nav {
    width: 50px;
    height: 80px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 10px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.wp_gallery_advanced_slider_wrapper .slide_nav:hover {
    background-color: #1376a8;
}

.wp_gallery_advanced_slider_wrapper .slide_nav::after {
    font-family: 'icomoon';
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -9px;
}

.wp_gallery_advanced_slider_wrapper .slide_nav.slide_prev {
    right: 58px;
}

.wp_gallery_advanced_slider_wrapper .slide_nav.slide_next {
    right: 4px;
}

.wp_gallery_advanced_slider_wrapper .slide_nav.slide_prev::after {
    content: '\e902';
}

.wp_gallery_advanced_slider_wrapper .slide_nav.slide_next::after {
    content: '\e903';
}

.wp_gallery_advanced_caption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 3.2rem;
    font-family: 'Bodoni';
    font-weight: normal;
    text-align: center;
    padding: 59px 90px;
    line-height: 1.125em;
}

/* Grid */

.wp_gallery_advanced_thumbnails {
    flex-wrap: wrap;
}

.wp_gallery_advanced_thumbnails {
    margin: -30px -15px 0;
}

.wp_gallery_advanced_single_thumb_wrapper {
    margin-top: 30px;
}

.wp_gallery_advanced_gal_item_thumb {
    position: relative;
    display: block;
}

.wp_gallery_advanced_gal_item_thumb::before {
    content: ''; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #242944;
    opacity: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -moz-transition: opacity .25s, visibility .25s;
    -ms-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

.wp_gallery_advanced_gal_item_thumb:hover::before {
    opacity: 0.5;
    visibility: visible;
}

.wp_gallery_advanced_gal_item_thumb::after {
    font-family: "icomoon";
    content: '\e90a';
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 75%;
    left: 50%;
    margin: -34px 0 0 -25px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top .25s, opacity .25s, visibility .25s;
    -moz-transition: top .25s, opacity .25s, visibility .25s;
    -ms-transition: top .25s, opacity .25s, visibility .25s;
    -o-transition: top .25s, opacity .25s, visibility .25s;
    transition: top .25s, opacity .25s, visibility .25s;
}

.wp_gallery_advanced_gal_item_thumb:hover::after {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/*
    Header
*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px 20px;
    z-index: 10;
    background-color: rgba(27,90,125,0);
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.sticky header {
    background-color: rgba(0,0,0,0.9);
}

#header_shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 357px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 1;
}

#logo {
    display: inline-block;
    position: relative;
}

#logo img {
    width: 130px;
    height: 112px;
    -webkit-transition: width .25s, height .25s;
    -moz-transition: width .25s, height .25s;
    -ms-transition: width .25s, height .25s;
    -o-transition: width .25s, height .25s;
    transition: width .25s, height .25s;
}

.sticky #logo img {
    width: 86px;
    height: 73px;
}

.side_container {
    width: 300px;
}

.menu_container {
    justify-content: center;
}

#header_inner_wrapper {
    align-items: center;
    justify-content: space-between;
}

.social_container,
.menu_container {
    margin: 0 0 21px 0;
    -webkit-transition: margin .25s, transform 0.55s, opacity 0.75s, visibility 0.75s !important;
    -moz-transition: margin .25s, transform 0.55s, opacity 0.75s, visibility 0.75s !important;
    -ms-transition: margin .25s, transform 0.55s, opacity 0.75s, visibility 0.75s !important;
    -o-transition: margin .25s, transform 0.55s, opacity 0.75s, visibility 0.75s !important;
    transition: margin .25s, transform 0.55s, opacity 0.75s, visibility 0.75s !important;
}

.sticky .social_container,
.sticky .menu_container {
    margin: 0;
}

.social_container {
    align-items: center;
    justify-content: flex-end;
}

/*
    Main menu
*/

#main_menu {
    margin: 0;
    padding: 0;
}

#main_menu li {
    padding: 0 21px;
}

#main_menu li:first-child {
    padding-left: 0;
}

#main_menu li:last-child {
    padding-right: 0;
}

#main_menu li::before {
    display: none;
}

#main_menu li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

#main_menu li a::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width .25s, left .25s;
    -moz-transition: width .25s, left .25s;
    -ms-transition: width .25s, left .25s;
    -o-transition: width .25s, left .25s;
    transition: width .25s, left .25s;
}

#main_menu li.current_menu_item a::after,
#main_menu li a:hover::after {
    width: 100%;
    left: 0;
}

/*
    Social networks
*/

.social_wrapper {
    position: relative;
    padding-right: 24px;
    margin-right: 24px;
}

.social_wrapper::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: -1px;
}

.social_elem {
    display: inline-block;
    position: relative;
    font-size: 37px;
    color: #fff;
    opacity: 0.6;
    vertical-align: top;
    margin-right: 8px;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.social_elem:hover,
.social_elem:focus {
    color: #fff;
    opacity: 1;
}

.social_elem:last-child {
    margin-right: 0;
}

/*
    Burger
*/

#burger {
    display: none;
    width: 50px;
    height: 26px;
    position: relative;
}

#burger:hover {
    cursor: pointer;
}

#burger .bb_1,
#burger .bb_2,
#burger .bb_3 {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #fff;
    left: 0;
    -webkit-transition: opacity .25s, transform .25s, width .25s, left .25s;
    -moz-transition: opacity .25s, transform .25s, width .25s, left .25s;
    -ms-transition: opacity .25s, transform .25s, width .25s, left .25s;
    -o-transition: opacity .25s, transform .25s, width .25s, left .25s;
    transition: opacity .25s, transform .25s, width .25s, left .25s;
}

#burger .bb_1 {
    top: 0;
}

#burger .bb_2 {
    top: 11px;
}

#burger .bb_3 {
    top: 22px;
    width: 50%;
    left: 50%;
}

#burger.active .bb_1 {
    width: 68%;
    -webkit-transform: translate(19px, 11px) rotate(45deg);
    -moz-transform: translate(19px, 11px) rotate(45deg);
    -ms-transform: translate(19px, 11px) rotate(45deg);
    -o-transform: translate(19px, 11px) rotate(45deg);
    transform: translate(19px, 11px) rotate(45deg);
}

#burger.active .bb_2 {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#burger.active .bb_3  {
    left: 0;
    width: 68%;
    -webkit-transform: translate(19px, -11px) rotate(-45deg);;
    -moz-transform: translate(19px, -11px) rotate(-45deg);;
    -ms-transform: translate(19px, -11px) rotate(-45deg);;
    -o-transform: translate(19px, -11px) rotate(-45deg);;
    transform: translate(19px, -11px) rotate(-45deg);;
}

/*
    Footer
*/

footer {
    background-color: #000;
    position: relative;
    z-index: 2;
    padding: 40px 0 35px;
}

footer::before { /*
    content: '';
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url('images/svg/footer-pattern.svg');
    background-repeat: repeat-x;
    z-index: -1;
    animation: animatedBackground 500s linear infinite;
*/ }

@keyframes animatedBackground {
    from {
      background-position: 0 0;
    }
    to {
      background-position: -10000px 0;
    }
}

#footer_menu {
    margin: 0;
    flex-wrap: wrap;
    margin: 0 -20px;
    justify-content: center;
}

#footer_menu li {
    padding: 0 20px;
}

#footer_menu li::before {
    display: none;
}

#footer_menu li a {
    color: #bdbdbd;
    font-size: 1.6rem;
    font-family: "Montserrat-Regular";
}

#footer_menu li a:hover,
#footer_menu li a.active {
    color: #fff;
}

#copyright_wrapper {
    margin-top: 1px;
    color: #fff;
    font-family: "Montserrat-Regular";
}

.footer_inner_container {
    justify-content: space-between;
    overflow: hidden;
}

#scrollToTop {
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 58px;
    height: 58px;
    background-color: rgba(132,132,132,0.3);
    cursor: pointer;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

#scrollToTop:hover {
    background-color: #fff;
}

#scrollToTop::after {
    content: '\e900';
    font-family: 'icomoon';
    font-size: 21px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -10px;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

#scrollToTop:hover::after {
    color: #1b2c22;
}

/*
    Mobile menu
*/

#mobile_menu_wrapper {
    position: absolute;
    bottom: -20px;
    right: 0;
    -webkit-transform: translate(0 , 120%);
    -moz-transform: translate(0 , 120%);
    -ms-transform: translate(0 , 120%);
    -o-transform: translate(0 , 120%);
    transform: translate(0 , 120%);
    width: 300px;
    opacity: 0;
    visibility: hidden;
    -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;
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

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

#mobile_menu_container {
    background-color: #fff;
    padding: 19px 13px 13px;
}

#custom_button_contaianer {
    padding: 13px;
    background-color: #1b2c22;
}

#custom_button_contaianer a {
    width: 100%;
}

#mobile_menu {
    margin: 0;
    padding: 0;
}

#mobile_menu li::before {
    display: none;
}

#mobile_menu li {
    padding: 11px 0 8px;
    border-bottom: 1px solid #dfdfdf;
}

#mobile_menu li:first-child {
    padding-top: 0;
}

#mobile_menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#mobile_menu li a {
    font-family: "Montserrat-Medium";
    text-transform: uppercase;
    color: #212121;
}

#mobile_menu li.current_menu_item a {
    color: #1b2c22;
}

#mobile_menu_wrapper::after {
    content: '';
    position: absolute;
    top: -4px;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #ffffff transparent;
}

/*
    Home slider
*/

.home_slide {
    min-height: 100vh;
    position: relative;
    vertical-align: top;
}

.home_slide_content_container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 75px 100px;
}

.home_slide_title {
    color: #fff;
    margin: 0;
    font-size: 4.8rem;
}

.home_slide_description {
    margin-top: 15px;
    font-family: 'Bodoni';
    font-size: 2rem;
}

.home_slide_description + .button {
    margin-top: 23px;
}

.home_slide_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
    Home slider nav
*/

#home_slider .slide_nav {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 80px;
    margin-top: -40px;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    z-index: 1;
    cursor: pointer;
}

#home_slider .slide_nav:hover {
    background-color: #323A32;
}

#home_slider .slide_nav::after {
    font-family: 'icomoon';
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -9px;
}

#home_slider .slide_nav.slide_prev {
    left: 1px;
}

#home_slider .slide_nav.slide_next {
    right: 1px;
}

#home_slider .slide_nav.slide_prev::after {
    content: '\e902';
}

#home_slider .slide_nav.slide_next::after {
    content: '\e903';
}

/*
    Home slider dots
*/

#home_slider.slick-dotted.slick-slider {
    margin: 0;
}

#home_slider .slick-dots {
    bottom: 5px;
}

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

#home_slider .slick-dots li {
    margin: 0 2px;
}

#home_slider .slick-dots button {
    border-radius: 50%;
    border: 3px solid #fff;
    width: 9px;
    height: 9px;
    padding: 3px;
    margin: 0 auto;
    -webkit-transition: background .25s;
    -moz-transition: background .25s;
    -ms-transition: background .25s;
    -o-transition: background .25s;
    transition: background .25s;
}

#home_slider .slick-dots button:hover,
#home_slider .slick-dots .slick-active button {
    background: #fff;
}

/* Loader */
 
#slider-loading {
 
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 8;
}

.loader,
.loader:before,
.loader:after {
    background: #fff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    color: #fff;
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

#slider-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*
    Home blocks
*/

.home_section {
    padding: 130px 0;
    position: relative;
}

.home_section:not(.bg) {
    background-color: #0a0d11;
}
.home_section:not(.bg) h1,
.home_section:not(.bg) h2,
.home_section:not(.bg) h3,
.home_section:not(.bg) h4,
.home_section:not(.bg) h5,
.home_section:not(.bg) p,
.home_section:not(.bg) div,
.home_section:not(.bg) a:not(:hover):not(:focus),
.home_section:not(.bg) a.button:not(:hover):not(:focus),
.home_section:not(.bg) button:not(:hover):not(:focus),
.sections_wrapper > .section:nth-child(even) h1,
.sections_wrapper > .section:nth-child(even) h2,
.sections_wrapper > .section:nth-child(even) h3,
.sections_wrapper > .section:nth-child(even) h4,
.sections_wrapper > .section:nth-child(even) h5,
.sections_wrapper > .section:nth-child(even) p,
.sections_wrapper > .section:nth-child(even) div,
.sections_wrapper > .section:nth-child(even) a:not(:hover):not(:focus),
.sections_wrapper > .section:nth-child(even) a.button:not(:hover):not(:focus),
.sections_wrapper > .section:nth-child(even) button:not(:hover):not(:focus),
.sections_wrapper > .section h1,
.sections_wrapper > .section h2,
.sections_wrapper > .section h3,
.sections_wrapper > .section h4,
.sections_wrapper > .section h5,
.sections_wrapper > .section p,
.sections_wrapper > .section div,
.sections_wrapper > .section a:not(:hover):not(:focus),
.sections_wrapper > .section a.button:not(:hover):not(:focus),
.sections_wrapper > .section button:not(:hover):not(:focus),
.aeh_title
{
    color: #FFF;
}
.home_section:not(.bg) a.button,
.home_section:not(.bg) button,
.sections_wrapper > .section:nth-child(even) a.button,
.sections_wrapper > .section:nth-child(even) button,
.sections_wrapper > .section a.button,
.sections_wrapper > .section button
{
    border-color: #FFF;
}
.home_section:not(.bg) a.button:focus,
.home_section:not(.bg) button:focus,
.home_section:not(.bg) a.button:hover,
.home_section:not(.bg) button:hover,
.sections_wrapper > .section:nth-child(even) a.button:focus,
.sections_wrapper > .section:nth-child(even) button:focus,
.sections_wrapper > .section:nth-child(even) a.button:hover,
.sections_wrapper > .section:nth-child(even) button:hover,
.sections_wrapper > .section a.button:focus,
.sections_wrapper > .section button:focus,
.sections_wrapper > .section a.button:hover,
.sections_wrapper > .section button:hover
{
    background-color: #FFF;
    color: #000;
}

.wide_container {
    padding: 0 90px;
}

.section_header {
    margin-bottom: 61px;
}

/* Presentation */

.home_section[data-type="presentation"] {
/*     background-image: url('images/svg/image2.svg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 59%; */
}

.home_section[data-type="presentation"] .section_body {

}

.presentation_inner_elem {
    width: 50%;
    padding: 0 15px;
}

.presentation_options_wrapper {
    flex-direction: column;
    justify-content: center;
}

#presentation_title {
    text-align: center;
}

.presentation_image {
    width: 100%;
    height: auto;
}

.presentation_image.svg {
    background-size: contain;
}

.option_elem {
    margin-bottom: 30px;
}

.option_elem:last-child {
    margin-bottom: 0;
}

.option_icon_wrapper {
    background-color: #323A32;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 26px;
    justify-content: center;
    align-items: center;
}

.option_title_wrapper h4 {
    margin: 0;
}

.option_title_wrapper {
    align-items: center;
    margin-left: 10px;
}

.option_body {
    margin-top: 5px;
}

.option_body *:last-child {
    margin-bottom: 0;
}

/* Boxes */

.home_section[data-type="boxes"][data-bg-type="wave"] {
    background-color: #f1f4f6;
    background-image: url('images/svg/wave-pattern.svg');
    background-repeat: repeat;
}

.home_section[data-type="boxes"][data-bg-type="regular"] {
    background-repeat: no-repeat;
    background-image: url(images/svg/Image5-Right.svg);
    background-size: 625px;
    background-position: right 111px;
}

.lr_box[data-orientation="odd"] {
    flex-direction: row;
}

.lr_box[data-orientation="even"] {
    flex-direction: row-reverse;
}

.lr_box {
    padding: 37px 0;
}

.lr_box:first-child {
    padding-top: 0;
}

.lr_box:last-child {
    padding-bottom: 0;
}

.box_elem {
    width: 50%;
    padding: 0 15px;
}

.box_image {
    width: 100%;
    height: auto;
}

.lr_box[data-orientation="odd"] .box_image_wrapper {
    padding-left: 0;
}

.lr_box[data-orientation="even"] .box_image_wrapper {
    padding-right: 0;
}

.box_image_inner_wrapper {
    position: relative;
    overflow: hidden;
}

.box_image_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 75px 15px;
}

.box_image_text {
    margin: 0;
}

.box_text_wrapper {
    justify-content: center;
    flex-direction: column;
}

.box_text_wrapper h1,
.box_text_wrapper h2,
.box_text_wrapper h3,
.box_text_wrapper h4 {
    margin-top: 0;
}

.box_text_wrapper *:last-child {
    margin-bottom: 0;
}

.lr_box[data-orientation="odd"] .box_text_wrapper  {
    padding-right: 225px;
}

.lr_box[data-orientation="even"] .box_text_wrapper  {
    padding-left: 225px;
}

/* Section content */

.home_section_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home_section_overlay[data-type="white"] {
    background-color: rgba(10, 13, 17, 0.90);
}

.home_section_overlay[data-type="blue"] {
    background-color: rgba(10, 13, 17, 0.90);
}

.content_section_inner {
    position: relative;
    z-index: 1;
}

.home_section[data-type="content"] .section_body > .container > *:last-child {
    margin-bottom: 0;
}

/*
 *
 * Accordian
 *
 */

 .accordian_elem {
    position: relative;
    border-bottom: 2px solid #d9d9d9;
    padding: 20px 0 18px;
}

.accordian_elem:first-child {
    padding-top: 0;
}

.aeh_icon {
    font-size: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0;
    color: #989898;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform .25s, color .25s;
    -moz-transition: transform .25s, color .25s;
    -ms-transition: transform .25s, color .25s;
    -o-transition: transform .25s, color .25s;
    transition: transform .25s, color .25s;
}

.accactive .aeh_icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #FFF;
}

.aeh_title {
    font-weight: normal;
    padding: 0 50px 0 0;
    position: relative;
    font-size: 2.2rem;
    color: #FFF;
}

.ae_header {
    cursor: pointer;
    position: relative;
}

.ae_body {
    display: none;
    font-weight: normal;
}

.ae_content_container {
    padding-top: 23px;
    padding-bottom: 5px;
}

.ae_content_container > *:last-child {
    margin-bottom: 0;
}

/* Accordion category */

.accordian_elem.blogdd {
    border-bottom: none;
    padding: 40px 0 38px;
}

.blogdd .aeh_title {
    margin: 0;
    font-size: 2.8rem;
}

/* Featured */

.home_section[data-type="features"] {
    background-color: #0a0d11;
    background-repeat: no-repeat;
    background-image: url(images/svg/Image5-Left.svg);
    background-size: 625px;
    background-position: left 111px;
}

.feature_boxes_wrapper {
    flex-wrap: wrap;
    margin: 0 -25px;
    position: relative;
}

.feature_boxes_wrapper::after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1.5px;
    background-color: #d5dbe1;
} 

.feature_box {
    width: 50%;
    padding: 38px 25px 33px;
    position: relative;
}

.feature_box::after {
    content: '';
    height: 3px;
    width: calc(100% - 50px);
    position: absolute;
    top: 0;
    left: 25px;
    background-color: #d5dbe1;
}

.feature_box:nth-child(1),
.feature_box:nth-child(2) {
    padding-top: 0;
}

.feature_box:nth-child(1)::after,
.feature_box:nth-child(2)::after {
    background-color: transparent;
}

.fb_header {
    position: relative;
    overflow: hidden;
}

.feature_image {
    width: 100%;
    height: auto;
}

.features_image_text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    padding: 35px 15px;
}

.fb_body {
    padding-top: 31px;
}

.fb_box_text {
    padding-top: 12px;
}

.fb_box_text > *:last-child {
    margin-bottom: 0;
}

/* Team */

.home_section_overlay[data-type="blue"] + .content_section_inner a {
    color: #8ca6b5;
}

.team_slider {
    margin: 0 -15px;
}

.team_image {
    width: 100%;
    height: auto;
}

.team_slide {
    padding: 0 15px;
}

.team_box_body {
    position: relative;
    background-color: #fff;
}

.section .team_box {
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
}

.section .team_slider .slick-track {
    padding-bottom: 10px;
}

.team_box_body::after {
    content: '';
    height: 54px;
    width: 100%;
    background-image: url('images/static/team_curve.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 0;
    top: -54px;
}

.team_box_body h2 {
    color: #1b2c22 !important;
    margin: 0;
    text-align: center;
}

.team_position {
    color: #231f20;
    margin-top: 0.75em;
    text-align: center;
}

.team_box_inner {
    height: 174px;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.team_slider.slick-dotted.slick-slider {
    margin-bottom: 135px;
}

.section .team_slider.slick-dotted.slick-slider {
    margin-bottom: 125px;
}

.team_slider .slick-dots {
    bottom: -77px;
    left: 0;
}

.section .team_slider .slick-dots {
    bottom: -67px;
}

.team_slider .slick-dots li::before,
.team_slider .slick-dots li button {
    display: none;
}

.team_slider .slick-dots li {
    margin: 0 4px;
    width: 55px;
    height: 4px;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.section .slick-dots li {
    background-color: #c1c1c1;;
}

.team_slider .slick-dots li.slick-active,
.team_slider .slick-dots li:hover {
    background-color: rgba(255,255,255,1);
}

.section .team_slider .slick-dots li.slick-active,
.section .team_slider .slick-dots li:hover {
    background-color: #323A32;
}

.team_slider .slide_nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 35px;
    height: 70px;
    z-index: 1;
    cursor: pointer;
}

.team_slider .slide_prev {
    left: calc(((100vw - 100%) / 2 / 2)* -1 - 7px);
}

.team_slider .slide_next {
    right: calc(((100vw - 100%) / 2 / 2)* -1 - 7px);
}

.team_slider .slide_prev::after,
.team_slider .slide_next::after {
    font-family: 'icomoon';
    font-size: 70px;
    color: rgba(255,255,255,0.5);
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -35px;
}

.section .team_slider .slide_prev::after,
.section .team_slider .slide_next::after {
    color: #c1c1c1;
}

.team_slider .slide_prev:hover::after,
.team_slider .slide_next:hover::after {
    color: rgba(255,255,255,1);
}

.section .team_slider .slide_prev:hover::after,
.section .team_slider .slide_next:hover::after {
    color: #323A32;
}

.team_slider .slide_prev::after {
    content: '\e905';

}

.team_slider .slide_next::after {
    content: '\e904';
}

/*
    Angebote section
*/

.asi_left {
    width: 480px;
}

.asi_right {
    width: calc(100% - 480px);
}

.asi_data_wrapper {
    margin-top: 50px;
}

/*
    Kontakt info
*/

.c_company_subtitle {
    font-family: 'Montserrat-Medium';
    margin-bottom: 1.2em;
}

.c_company_address {
    margin-bottom: 1.85em;
}

.cc_label {
    width: 92px;
}

.cc_value {
    width: calc(100% - 92px);
}

.c_company_contact_wrapper {
    margin-bottom: 2.3em;
}

.c_social_wrapper .social_elem {
    color: #c7c7c7;
    font-size: 42px;
}

.c_social_wrapper {
    margin-top: 38px;
}

/*
    Form
*/

.form {
    margin-top: -7px;
}

.form .row {
    margin-left: -7px;
    margin-right: -7px;
}

.form .cgrid {
    padding: 0 7px;
    margin-top: 14px;
}

.form input[type="text"] {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 12px 50px 10px 20px;
    color: #969696;
}


.gecko .form input[type="text"] {
    padding: 11px 50px 11px 20px;
}

.edge .form input[type="text"] {
    padding: 11px 50px 11px 20px;
}

.ie .form input[type="text"] {
    padding: 10px 50px 13px 20px;
}

.form textarea {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 12px 20px 10px;
    color: #969696;
    height: 160px;
    resize: none;
    vertical-align: top;
}

.form .nice-select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    padding: 13px 50px 12px 20px;
    border-radius: 0;
    height: auto;
    line-height: normal;
    font-size: inherit;
    color: #969696;
}

.ie .form .nice-select {
    padding: 12px 50px 11px 20px;
}

.form .nice-select:after {
    display: none;
}

.form .nice-select::before {
    content: '\e901';
    font-family: 'icomoon';
    font-size: 11px;
    color: #5d5d5d;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}

.form .nice-select .list {
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.45);
}

.form .nice-select .list li::before {
    display: none;
}

.form_field {
    position: relative;
}

.required:after {
    content: '*';
    position: absolute;
    top: 16px;
    right: 24px;
    color: #969696;
}

.ie .required:after {
    top: 14px;
}

.form_bottom {
    justify-content: space-between;
    align-items: center;
}

.contact_info_wrapper {
    flex-direction: column;
}

.form_label {
    display: none !important;
    margin-bottom: 5px;
    display: inline-block;
}

/*GOOGLE CAPTCHA*/

#googlecaptcha_wrapper {
    position: absolute;
    top: 20px;
    right: -2px;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
}

#googlecaptcha_wrapper.active {
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(0,-110px);
    -moz-transform: translate(0,-110px);
    -ms-transform: translate(0,-110px);
    -o-transform: translate(0,-110px);
    transform: translate(0,-110px);
}

#googlecaptcha_wrapper:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 74%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 11px;
    border-color: #d3d3d3 transparent transparent transparent;
}

.submit_wrapper {
    position: relative;
}

#l-notify {
    position: fixed;
    bottom: 0;
    z-index: 5;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.75);
    padding: 25px 15px;
    color: #fff;
    font-size: 3rem;
    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.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);
}

/*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: 3px;
    right: 10px;
    z-index: 100;
    font-style: normal;
}
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;
    width: 6px;
    height: 16px;
    background: url('images/static/hover_error_form.png');
    position: absolute;
    top: 5px;
    right: -6px;
}

/*
 *
 * Form placeholders
 *
 */

form.form input::-webkit-input-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}

form.form  input:-moz-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
} /* FF 4-18 */

form.form  input::-moz-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
} /* FF 19+ */

form.form  input:-ms-input-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
} /* IE 10+ */

form.form  textarea::-webkit-input-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}

form.form  textarea:-moz-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
} /* FF 4-18 */

form.form  textarea::-moz-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
} /* FF 19+ */



form textarea:-ms-input-placeholder { 
    color: #969696 !important;
    font-family: 'Montserrat-Regular';
    font-weight: normal;
} /* IE 10+ */

form input:focus::-webkit-input-placeholder { 
    color:transparent !important;
}

form input:focus:-moz-placeholder {
    color:transparent !important;
} /* FF 4-18 */

form input:focus::-moz-placeholder {
    color:transparent !important;
} /* FF 19+ */

form input:focus:-ms-input-placeholder {
    color:transparent !important;
} /* IE 10+ */


form textarea:focus::-webkit-input-placeholder {
    color:transparent !important;
}

form textarea:focus:-moz-placeholder {
    color:transparent !important;
} /* FF 4-18 */

form textarea:focus::-moz-placeholder {
    color:transparent !important;
} /* FF 19+ */

form textarea:focus:-ms-input-placeholder {
    color:transparent !important;
} /* IE 10+ */

/*
    Page header
*/

#page_header {
    height: 295px;
    overflow: hidden;
}

.page_header_inner {
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 83px 15px 0;
    justify-content: center;
    align-items: center;
}

#page_header_title {
    margin: 0;
    color: #fff;
}

.hide_page_header_title #page_header_title
{
    display: none;
}

/*
    Template Contact
*/

.contact_elem {
    width: 50%;
    padding: 0 15px;
}

.contact_section_lower {
    margin-top: 36px;
}

.contact_section_lower .c_company_name {
    margin-bottom: 0;
}

.acf-map {
    height: 545px;
    position: relative;
}

.acf-map::after {
    content: '';
    width: 100%;
    height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.1);
}

/*
    Template Angebote
*/

.section .box_text_wrapper {
    padding: 0 15px !important;
}


/*
 *
 * BLOG
 *
 */

.blog_box {
    border: 2px solid #eaeaea;
    margin-bottom: 27px;
    background-color: #fcfcfc;
}

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

.blog_box.wide .bb_elem {
    float: left;
}

.blog_box.wide .bb_left {
    width: 47%;
}

.blog_box.wide .bb_right {
    width: 53%;
}

.bb_title {
    margin: 0;
    line-height: 1.35em;
}

.bb_right  {
    padding: 25px 30px 36px;
}

.bb_date {
    position: relative;
    margin: 14px 0 22px;
    color: #898989;
}

.bb_date::before {
    content: '\e912';
    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;
    margin-right: 5px;
}

.bb_excerpt {
    line-height: 1.35em;
}

.blog_box.wide .bbr_upper {
    height: 293px;
    overflow: hidden;
    position: relative;
}

.bbr_upper {
    margin-bottom: 26px;
}

.blog_box.wide .bbr_upper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+100&0+2,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mobile_top {
    display: none;
}

#blog_wrapper_single {
    margin-top: 7px;
}

/*
 *
 * Pagination
 *
 */

 #pagination_wrapper {
    text-align: center;
    border-top: 3px solid #e6e7e9;
    margin-top: 74px;
    padding-top: 44px;
    margin-bottom: 27px;
}

.page-numbers {
    border: 1px solid #d6d2c5;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 4px 0px;
    margin: 0px 4px;
    color: #484848;
	text-decoration: none !important;
    -webkit-transition: background-color .25s ease-in-out, border .25s ease-in-out, color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out, border .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out, border .25s ease-in-out, color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out, border .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, border .25s ease-in-out, color .25s ease-in-out;
}

.page-numbers:hover,
.page-numbers.current {
    background-color: #1b2c22;
    border: 2px solid #1b2c22;
    color: #fff;
}

.prev.page-numbers span,
.next.page-numbers span {
    font-size: 10px;
    position: relative;
    top: -2px;
}

/*
 *
 * Title underline
 *
 */

#similar_projects
{
    margin-top: 62px;
    margin-bottom: 27px;
}

.title_underline
{
    border-bottom: 2px solid #e6e7e9;
    position: relative;
    padding-bottom: 0.65em;
    margin: 0 0 17px 0;
}

.title_underline::after
{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #1b2c22;
    height: 2px;
    width: 55px;
}

/* Search box */

.search_wrapper {
    background-color: #efefef;
    padding: 11px 26px 26px;
}

.search-submit {
    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;
}

.search_title {
    margin: 0;
}

.search-form {
    position: relative;
    margin-top: 12px;
}

.search-field {
    width: 100%;
    border: none;
    height: 51px;
    padding: 10px 51px 10px 15px;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    border-radius: 0;
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: none;
    color: #a4a4a4;
    padding: 17px;
}

#no_results {
    text-align: center;
}



/* Category box */

.blog_categories_wrapper {
    margin-top: 55px;
}

.blog_categories {
    margin-top: 22px;
}

.bcw li.bcl_elem::before {
    display: none;
}

.bcl_elem {
    border-bottom: 2px solid #e3e3e3;
    text-transform: uppercase;
    padding: 22px 0 20px;
}

.bcl_elem:first-child {
    padding: 0 0 20px;
}

.bcl_elem a {
    position: relative;
    color: #484848;
    display: block;
    font-family: "Montserrat-Medium";
}

.bcl_elem a:hover,
.bcl_link.current_term {
    color: #1b2c22;
}

.bcw li.bcl_elem a::after {
    content: '\e903';
    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;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    font-size: 12px;
}


/* Tag cloud */

.blog_tags_wrapper {
    margin-top: 55px;
}

.blog_tags {
    margin: -6px -4px;
}

.tag-cloud-link {
    display: inline-block;
    background-color: #e7e7e7;
    padding: 10px 16px 8px;
    color: #484848;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 6px 4px;
    -webkit-transition: background-color 0.25s, color 0.25s;
    -moz-transition: background-color 0.25s, color 0.25s;
    -ms-transition: background-color 0.25s, color 0.25s;
    -o-transition: background-color 0.25s, color 0.25s;
    transition: background-color 0.25s, color 0.25s;
}

.tag-cloud-link:hover {
    color: #fff;
    background-color: #1b2c22;
}


/* Recent posts */

.blog_recent_wrapper {
    margin-top: 55px;
}

.bre_elem .bb_date {
    margin-top: 7px;
    margin-bottom: 0;
}

.bre_left {
    width: 95px;
    margin-top: 2px;
}

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

.bre_right {
    width: calc(100% - 95px);
    padding-left: 23px;
    flex-direction: column;
    justify-content: space-between;
}

.blog_recent_title {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.25em;
}

.blog_recent_elem {
    border-bottom: 1px solid #d0d0d0;
    padding: 18px 0 20px;
}

.blog_recent_elem:first-child {
    padding: 7px 0 20px;
}

#pagination_wrapper.blog_pagi {
    margin-top: 38px;
}


/* Blog single */

.single_blog_title {
    margin-top: -9px;
}

.single_blog_date {
    position: relative;
    margin: -5px 0 36px;
    color: #898989;
}

.single_blog_date::before {
    content: '\e912';
    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;
    margin-right: 5px;
}

.single_blog_image {
    margin-bottom: 42px;
}

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

#related_posts {
    border-top: 3px solid #e3e3e3;
    padding-top: 54px;
    margin-top: 54px;
}
.search-submit {
    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;
}

/* Comment form */

.comment_field_wrapper {
    position: relative;
    margin-bottom: 18px;
}
textarea {
    width: 100%;
}
#comment {
    height: 110px;
    resize: none;
    vertical-align: top;
    padding: 14px 40px 14px 17px;
}
#comment .form-submit button {
    float: right;
}
#reply-title {
    overflow: hidden;
    margin: 0 0 23px 0;
}

.comment-list #reply-title > small > a {
    padding: 0 15px;
    display: inline-block;
}

.comment-list #respond {
    margin: 54px -15px 58px;
}

.comment-list #respond .required:after {
    top: 19px;
}

.comment_req_text {
    margin-top: 12px;
}

.comment_field_full_width {
    width: 100% !important;
    margin-bottom: 20px;
}

.comment_field_wrapper input {
    width: 100%;
    height: 46px;
    padding: 0 20px;
}
ul.comment-list ul.children {
    padding-left: 80px;
}
ul.comment-list ul.children li {
    background: #e7e7e7;
    color: #484848;
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
}
ul.comment-list ul.children li:before {
    content: "\e916";
    font-size: 30px;
    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;
    position: absolute;
    top: 0;
    left: -55px;
    color: #1b2c22;
}
.comment_field_container {
    width: calc(50% - 10px);
}
a.comment-reply-link {
    display: inline-block;
    border: 2px solid;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat-Medium';
    padding: 0.625em 30px 0.488em;
    background-color: transparent;
    color: #1b2c22;
    border-color: #1b2c22;
    -webkit-transition: background-color .25s, color .25s, border-color .25s;
    -moz-transition: background-color .25s, color .25s, border-color .25s;
    -ms-transition: background-color .25s, color .25s, border-color .25s;
    -o-transition: background-color .25s, color .25s, border-color .25s;
    transition: background-color .25s, color .25s, border-color .25s;
}
a.comment-reply-link:hover {
    background-color: #1b2c22;
    color: #fff;
}
ul.comment-list {
    margin-top: 48px;
    margin-bottom: 50px;
}
ul.comment-list > li:before {
    display: none;
}
li.comment {
    padding: 0 0 30px 0;
}
.comment_header {
    display: flex;
    justify-content: space-between;
    flex: 1;
    border-bottom: 2px solid #cecece;
    padding-bottom: 20px;
    margin-bottom: 22px;
}
.comment_author.h5 {
    font-size: 1.8rem;
}
.comment_date,
.comment_body {
    font-family: 'Montserrat-Light';
}
div#comments_container {
    margin-top: 22px;
}


/*
    Blog single custom
*/

.single_blog_content .container {
    max-width: 100%;
    padding: 0;
}
/*
    Page title
*/

.page_title {
    text-align: center;
    margin-bottom: 45px;
}

/*
 *
 * MEDIA QUERY
 *
 */

 @media (max-width: 1800px) {
    #scrollToTop {
        position: absolute;
        bottom: auto;
        top: -90px;
        right: 25px;
    }

    #scrollToTop:hover {
        background-color: #05212f;
    }

    #scrollToTop:hover::after {
        color: #fff;
    }

    .lr_box[data-orientation="odd"] .box_text_wrapper  {
        padding-right: 15px;
    }
    
    .lr_box[data-orientation="even"] .box_text_wrapper  {
        padding-left: 15px;
    }
}

@media (max-width: 1500px) {
    .asi_left {
        width: 380px;
    }

    .asi_right {
        width: calc(100% - 380px);
    }

    .blog_box.wide .bbr_upper {
        height: 211px;
    }
}

@media (max-width: 1366px) {
    .social_container {
        flex-direction: column;
        align-items: flex-end;
    }

    .social_wrapper {
        margin-right: 0;
        margin-bottom: 15px;
        padding: 0;
    }

    .social_wrapper::after {
        display: none;
    }

    .social_container {
        margin-bottom: 0;
    }

    .team_slider {
        padding: 0 90px;
        margin-left: 0;
        margin-right: 0;
    }

    .team_slider .slide_next {
        right: 0;
    }

    .team_slider .slide_prev {
        left: 0;
    }
}

@media (max-width: 1200px) {

    h1,.h1 {
        font-size: 4.5rem;
    }

    h2, .h2 {
        font-size: 3.6rem;
    }

    .home_slide_title {
        font-size: 4rem;
    }

    h3,.h3 {
        font-size: 2.8rem;
    }

    h4,.h4 {
        font-size: 2.2rem;
    }

    .t22 {
        font-size: 2rem;
    }

    .t20 {
        font-size: 1.8rem;
    }

    blockquote {
        font-size: 2rem;
    }

    #l-notify {
        font-size: 2.5rem;
    }

    #burger {
        display: block;
    }

    #header_custom_button,
    .menu_container {
        display: none;
    }

    #logo img,
    .sticky #logo img {
        width: 101px;
        height: 86px;
    }

    header {
        padding: 20px 10px 0;
    }

    header {
        position: absolute;
    }
    
    .sticky header {
        background-color: rgba(27,90,125,0);
    }

    .home_slide_content_container {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .wide_container {
        padding: 0 15px;
    }

    .angebote_section_inner_wrapper {
        flex-direction: column;
    }

    .asi_elem {
        width: 100%;
    }

    .asi_right {
        margin-top: 56px;
    }

    .contact_info_wrapper {
        flex-direction: row;
    }

    .contact_info_upper,
    .contact_info_lower {
        width: 50%;
    }

    .c_company_contact_wrapper {
        margin-bottom: 0;
    }

    .contact_wrapper {
        flex-direction: column;
    }

    .contact_elem {
        width: 100%;
    }

    .contact_right {
        margin-top: 56px;
    }

    .mobile_top {
        display: block;
    }

    .desktop_top {
        display: none;
    }

    .blog_box.wide .bb_elem {
        float: none;
        width: 100%;
    }

    .blog_box.wide .bbr_upper {
        height: auto;
    }

    .blog_box.wide .bbr_upper:after {
        display: none;
    }
}

@media (max-width: 992px) {

    .footer_inner_container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    #copyright_wrapper {
        margin-top: 25px;
        text-align: center;
    }

    #scrollToTop:hover {
        background-color: #fff;
    }

    #scrollToTop {
        top: auto;
        bottom: 0;
        right: 50px;
    }

    #scrollToTop:hover::after {
        color: #1b2c22;
    }

    .presentation_options_wrapper {
        margin-top: 61px;
    }

    .home_section[data-type="presentation"] .section_body {
        flex-direction: column;
    }

    .presentation_inner_elem {
        width: 100%;
        padding: 0;
    }

    .lr_box {
        flex-direction: column !important;
    }

    .box_elem {
        width: 100%;
    }

    .box_image_wrapper {
        padding: 0 !important;
    }

    .box_text_wrapper {
        padding: 0 15px !important;
        margin-top: 25px;
    }

    .feature_box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .feature_box:last-child {
        padding-bottom: 0;
    }

    .feature_box:nth-child(2) {
        padding-top: 38px;
    }

    .feature_box:nth-child(2)::after {
        background-color: #d5dbe1;
    }

    .feature_box::after {
        width: 100%;
        left: 0;
    }

    .feature_boxes_wrapper {
        margin: 0 ;
    }

    .feature_boxes_wrapper::after {
        display: none;
    }

    .team_slide {
        padding: 0;
    }

    .section .box_text_wrapper {
        padding: 0 !important;
    }

}

@media (max-width: 768px) {

    h1,.h1 {
        font-size: 3.8rem;
    }

    h2, .h2 {
        font-size: 3rem;
    }

    .home_slide_title {
        font-size: 3.3rem;
    }

    h3,.h3 {
        font-size: 2.3rem;
    }

    h4,.h4 {
        font-size: 2rem;
    }

    #l-notify {
        font-size: 2rem;
    }

    /* .t22 {
        font-size: 2rem;
    }

    .t20 {
        font-size: 1.8rem;
    }

    blockquote {
        font-size: 2rem;
    } */

    #scrollToTop {
        position: relative;
        left: 0;
        right: auto;
        margin-top: 25px;
        width: 100%;
        height: 45px;
    }

    .home_slide_content_container {
        padding: 36px 10px 60px;
    }

    .contact_info_wrapper {
        flex-direction: column;
    }

    .contact_info_upper,
    .contact_info_lower {
        width: 100%;
    }

    .c_company_contact_wrapper {
        margin-bottom: 2.3em;
    }

    .form_bottom {
        flex-direction: column;
    }

    .form_bottom > div {
        width: 100%;
    }

    .req_text {
        text-align: center;
        margin-bottom: 15px;
    }

    .submit_wrapper #submit {
        width: 100%;
    }

    #googlecaptcha_wrapper,
    #contact_form #googlecaptcha_wrapper {
        right: 50%;
        margin-right: -152px;
    }

    #googlecaptcha_wrapper:after {
        left: 46%;
    }

    .quoted::after {
        bottom: 14px;
    }
    
    .features_image_text.quoted::after {
        bottom: 9px;
    }
    
    .section .box_image_text.quoted::after {
        bottom: 9px;
    }

    #footer_menu {
        margin: 0 -10px;
    }

    #footer_menu li {
        padding: 0 10px;
    }

    .comment_field_container {
        width: 100%;
    }
    .comment_field_container.required.pull-right {
        float: none;
        margin-bottom: 20px;
        order: 2;
    }
    form#commentform {
        display: flex;
        flex-direction: column;
    }
    .comment_field_container {
        order: 1;
    }
    form#commentform > .row {
        order: 3;
        text-align: center;
    }
    form#commentform button#submit_id {
        float: none;
        margin-top: 20px;
        width: 100%;
    }

    .home_section {
        padding: 75px 0;
    }
}

@media (max-width: 480px) {

    .team_slider .slide_prev::after,
    .team_slider .slide_next::after {
        font-size: 25px;
        margin: -17px 0 0 -12px;
    }

    .team_slider .slide_nav {
        margin-top: -17px;
        width: 25px;
        height: 34px;
    }

    .team_slider .slide_next {
        right: -15px;
    }

    .team_slider .slide_prev {
        left: -15px;
    }

    .team_slider {
        padding: 0 10px;
    }

    .form_label {
        display: block !important;
    }

    form.form input::-webkit-input-placeholder { 
        color: transparent !important;
    }
    
    form.form  input:-moz-placeholder { 
        color: transparent !important;
    } /* FF 4-18 */
    
    form.form  input::-moz-placeholder { 
        color: transparent !important;
    } /* FF 19+ */
    
    form.form  input:-ms-input-placeholder { 
        color: transparent !important;
    } /* IE 10+ */
    
    form.form  textarea::-webkit-input-placeholder { 
        color: transparent !important;
    }
    
    form.form  textarea:-moz-placeholder { 
        color: transparent !important;
    } /* FF 4-18 */
    
    form.form  textarea::-moz-placeholder { 
        color: transparent !important;
    } /* FF 19+ */

    .bb_right {
        padding: 25px 15px 15px;
    }

}

@media (max-width: 360px) {
    .blog_recent_elem {
        flex-direction: column;
    }

    .bre_elem {
        width: 100%;
    }

    .bre_right {
        margin-top: 15px;
        padding-left: 0;
        flex-direction: column;
        justify-content: normal;
    }
}



/*
 *
 * ANIMATIONS
 *
 */

body .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;
}


body .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;
}

body .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;
}

body .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;
}

body .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;
}

body
{
    background: #000;
}

.map-holder {
    padding: 15px;
    margin-top: 20px;
}

.map-holder .maps-image {
    display: flex;
    justify-content: center;
}

.map-holder .maps-image a {
    width: 100%;
    max-width: 700px;
}

.map-holder .maps-image img {
    width: 100%;
    max-width: 700px;
    border-radius: 8px;
    transition: transform 0.2s;
}

.map-holder .maps-image a:is(:hover, :focus) img {
    transform: scale(0.98);
}