/**
* Theme Name: Ekme Child
* Description: This is a child theme of Ekme, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: ekme
* Version: 1.2.2
*/

/* manrope-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/manrope-v15-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/manrope-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/manrope-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/manrope-v15-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/manrope-v15-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/manrope-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* manrope-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/manrope-v15-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-style: normal;
    src: url('fonts/fontawesome-5/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-style: normal;
    src: url('fonts/fontawesome-5/webfonts/fa-regular-400.woff2') format('woff2');
    font-display: swap;
}

html, body {
    color: #fff;
    font-family: "Manrope", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.fixed-top {
    z-index: 9999 !important;
}
.fixed-top.scroll .navbar-brand img {
    /*width: 120px !important;*/
    height: 60px;
    width: auto;
}

#page {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fullsize {
    width: auto !important;
    left: 0 !important;
}

.container-fullsize .vc_column-inner {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", Helvetica, Arial, sans-serif;
}

h4 {
    color: #009fe3;
    font-size: 14pt;
    margin-bottom: 25px;
}

h4 a {
    color: #009fe3;
}

b, strong {
    font-weight: 600;
}

.vc_custom_heading.u-text-roboto {
    font-family: "Manrope", Helvetica, Arial, sans-serif;
}

.navbar-light .navbar-toggler,
.navbar.bg-tra .navbar-toggler {
    color: #fff;
}

.navbar.bg-tra {
    padding: 1.75rem 0;
}

.navbar-brand img {
    width: auto;
    height: 60px;
    transition: width 0.5s ease; /* Sanfte Animation */
}

#menu-main-menu {
    text-transform: uppercase;
}

#menu-main-menu li {
    border: 1px solid transparent;
    margin-left: 15px;
}

#menu-main-menu .dropdown-item {
    padding: 0.6rem 1.5rem 0.5rem 1.5rem;
}

#menu-main-menu li:first-child {
    margin-left: 0;
}

#menu-main-menu li:last-child {
    background: #199FE3;
    border: 0;
    border-radius: 4px;
    color: #fff;
    text-transform: none;
}

.navbar.scroll #menu-main-menu li:last-child {
    border: 0;
    border-radius: 4px;
    color: #fff;
}

.navbar.scroll #menu-main-menu li:last-child a {
    color: #fff !important;
}

.navbar.scroll.bg-tra {
    background-color: transparent;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.navbar.scroll.bg-tra.scroll {
    background-color: #1b1b1bcc;
}

.colorbox .wpb_wrapper {
    background: #232D32;
    height: 100%;
    min-height: 308px;
    padding: 35px 35px;
}

.hero-content {
    top: 60%;
}

.hero-banderole {
    position: absolute;
    top: 20%;
    right: 20%;
    z-index: 999;
}

#hero-3 {
    height: 96vh;
    min-height: 700px;
    padding-top: 25%;
}

#hero-3 h2 {
    font-size: 50px;
}

.slides-pagination {
    bottom: 20%;
}

.no-padding {
    padding: 0 !important;
}

.no-padding .vc_column-inner {
    padding: 0 !important;
}

.section-title {
    margin-bottom: 60px;
}

.section-title .section-id {
    font-size: 1rem;
    letter-spacing: 2px;
}

.btn-booking {
    margin: 50px 0 0;
    text-align: center;
    width: 100%;
}

.timify-button {
    background: #199FE3;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.925rem;
    font-weight: 700;
    padding: 0.825rem 2.25rem 0.775rem;
}

#btn-nav-timify {
    background: #199FE3;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.925rem;
    font-weight: 700;
    margin-left: 20px;
    padding: 9px 20px;
}

.navbar.scroll #btn-nav-timify {
    color: #333;
    border-color: #333;
}

.timify-button:hover {
    background: #009fe3;
    color: #fff;
}

#stage {
    padding-top: 35%;
    padding-bottom: 10%;
}

#stage .headline {
    color: #fff;
    font-size: 38px;
    letter-spacing: 4px;
    line-height: 1.5;
    margin-top: 50px;
    margin-bottom: 30%;
    text-transform: uppercase;
    text-align: center;
}

#stage .subheadline {
    color: #8d8b85;
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
}

#what-is {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#what-is .content-box {
    background: #111111CC;
    padding: 50px 50px;
}

#services {
    background-position: center -15% !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
}

#services .content-box > .vc_column-inner {
    background-color: #111111CC;
}

#price-booking .content-box .vc_column-inner {
    background-color: #111111CC;
}

.experten-team img {
    max-width: 250px !important;
    width: 100%;
}

.experten-team .experts-class {
    color: #707070;
}
.experten-team .experts-class strong {
    color: #fff;
}

.final-booking-button .btn-booking {
    margin-top: 0 !important;
}

.footer-top {
    background: #1b1b1b;
    color: #fff;
    padding: 25px 0;
}

.footer-top .headline {
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 8px 0 16px;
    text-transform: uppercase;
}
.footer-top p {
    font-size: 10pt !important;
    line-height: 1.75;
}
.footer-top .box-address {
    background: url("images/icon_footer_address.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: inherit;
    margin-top: 15px;
    padding: 0 0 0 50px;
    position: relative;
    width: 310px;
}
.footer-top .box-address .box-icons {
    margin-top: 38px;
}
.footer-top .box-contact {
    background: url("images/icon_footer_contact.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: inherit;
    margin-top: 15px;
    padding: 0 0 0 50px;
    position: relative;
    width: 315px;
}
.footer-top .box-newsletter-outer {
    display: inline-block;
    float: left;
    margin: 0 0 0 15px;
    width: 300px;
}
.footer-top .box-newsletter {
    background: url("images/icon_footer_newsletter.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 150px;
    margin-top: 15px;
    padding: 0 0 0 50px;
}
.footer-top .box-newsletter .newsletter-container { margin: 25px 0 0 -50px; }
.footer-top .box-newsletter .newsletter { padding-left: 50px; }
.footer-top .box-newsletter input { background: #fff; border: 0; color: #000; float: left; font-size: 10pt;  margin: 0 0 10px 0; padding: 12px 10px; width: 150px; }
.footer-top .box-newsletter button {
    background: url(images/bkg_newsletter-button.png) no-repeat scroll 76px center #000;
    border: 0;
    border-radius: 0;
    color: #fff;
    float: left;
    font-size: 10pt;
    margin-left: 0;
    padding: 12px 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100px
}

#footer-2 {
    padding: 25px 0;
    text-align: center;
}

.footer-2-content {
    padding: 0;
}

.bottom-footer {
    padding-bottom: 0;
}

.footer-copyright p {
    font-size: 10pt;
}

.absfooter-links {
    margin-bottom: 20px !important;
}

.absfooter-links a:hover {
    color: #009FE3;
}

#absfooter {
    padding: 25px 0 100px 0;
    text-align: center;
}

#absfooter hr {
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #5f5f5f;
    margin: 0 0 75px 0;
}

.nt-footer {
    background-color: #1b1b1b !important;
}

#expertsfooter {
    background: #090909 url(images/bkg_experts-footer_v2.jpg) bottom center no-repeat;
    background-size: 100%;
    color: #fff;
    margin-right: -15px;
    margin-left: -15px;
    min-height: 875px;
    padding-top: 10vh;
    padding-bottom: 60vh;
}

#expertsfooter .headline {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#expertsfooter .calltoaction {
    position: absolute;
    top: 5px;
    left: 360px;
}

#expertsfooter .subheadline {
    font-size: 44px;
    font-weight: 300;
    line-height: 1.25;
}

#expertsfooter .subheadline strong {
    font-weight: 700;
    text-transform: uppercase;
}

#expertsfooter .copytext {
    line-height: 1.7;
    padding-right: 80px;
}

#semifooter {
    margin-top: 50px;
}

#semifooter .partner-swiper {
    height: auto;
    width: 100%;
}

#semifooter .partner-swiper .swiper-slide {
    align-self: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
}

#semifooter .partner-swiper .swiper-slide img {
    height: auto;
    max-height: 65px;
    width: 100%;
}

#semifooter ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
}

#semifooter ul li {
    flex-grow: 1;
    list-style: none;
    padding: 0 35px;
    text-align: center;
}

#semifooter ul li:first-child {
    padding-left: 0;
    text-align: left;
}

#semifooter ul li:last-child {
    padding-right: 0;
    text-align: right;
}

#semifooter ul li img {
    height: auto;
    max-height: 65px;
    width: 100%;
}

#semifooter hr {
    border: 0;
    border-top: 1px solid #5f5f5f;
    margin: 50px 0 0 0;
}

#footer {
    padding: 4rem 0 0;
}
#footer .productlist-filter-headline,
#footer .newsletter-footer-heading {
    border-bottom: 0 solid #ebebeb;
    color: #4b9ddd;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0;
}

#footer .nav > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 3px 0;
}

#footer .nav > li > a:hover {
    background: 0;
    color: #199FE3;
}

#footer .laufbar-brands {
    margin-top: 25px;
}

#footer .laufbar-brands ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .laufbar-brands ul li {
    display: inline-block;
    margin-right: 20px;
}

#footer .laufbar-payments {
    margin-top: 25px;
}

#footer .laufbar-payments ul {
    margin: 0;
    padding: 0;
}

#footer .laufbar-payments ul li {
    display: inline-block;
    margin-right: 10px;
}

#footer .newsletter-container {
    min-height: 105px;
}

#footer .newsletter-container input {
    background: #1B1B1B;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #5f5f5f;
    color: #fff;
    padding: 10px 5px;
}

#footer .newsletter-container input::placeholder {
    color: #fff;
    opacity: 0.9;
}

#footer .newsletter-container button {
    background: #4b9ddd;
    border: 0;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    margin-left: 20px;
}

#footer .box-normal-hr {
    display: none;
}

@media (min-width: 2500px) {
    .vc_section.mountain-layer {
        margin-top: -31% !important;
    }
}

@media (min-width: 2300px) and (max-width: 2499px) {
    .vc_section.mountain-layer {
        margin-top: -36% !important;
    }
}

@media (min-width: 2000px) and (max-width: 2299px) {
    .vc_section.mountain-layer {
        margin-top: -40% !important;
    }
}

@media (min-width: 1500px) and (max-width: 1999px){
    .vc_section.mountain-layer {
        margin-top: -45% !important;
    }
}



@media (max-width: 1600px) {
    #hero-3 {
        padding-top: 30%;
    }
}

@media (min-width: 1300px) {
    #semifooter .container {
        max-width: 1550px;
    }

    #absfooter .container {
        max-width: 1550px;
    }
}

@media (max-width: 1299px) {
    #hero-3 {
        padding-top: 40%;
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1450px;
    }
}

@media (max-width: 1490px) {
    #expertsfooter .headline {
        font-size: 70px;
    }

    #expertsfooter .subheadline {
        font-size: 32px;
    }

    #expertsfooter .copytext {
        padding-right: 10px;
    }
}

@media (max-width: 1430px) {
    .colorbox .wpb_wrapper {
        margin-bottom: 0;
        min-height: 390px;
    }

    #expertsfooter {
        min-height: 775px;
        padding-bottom: 40vh;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .lab-content-box {
        min-height: 480px !important;
    }
}

@media (max-width: 1200px) {
    #hero-3 {
        padding-top: 42%;
    }
    .colorbox .wpb_wrapper {
        margin-bottom: 20px;
        min-height: 258px;
    }
    #expertsfooter {
        min-height: 775px;
        padding-bottom: 40vh;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {
    .container-fullsize {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }
    .navbar.bg-tra {
        background: transparent !important;
        box-shadow: none;
    }

    #hero-6 h2 {
        font-size: 42px !important;
    }

    #hero-3 {
        height: 80vh;
        padding: 45% 5% 0 5%;
    }
    #hero-3 h2 {
        font-size: 32px !important;
    }

    .colorbox .wpb_wrapper {
        height: auto;
        min-height: initial;
        margin-bottom: 20px;
    }

    #services {
        padding-bottom: 230px !important;
    }

    #expertsfooter {
        background-position: top center;
        min-height: initial;
        padding-top: 40%;
        padding-bottom: 50px;
    }

    #expertsfooter .headline {
        font-size: 64px;
        margin-bottom: 50px;
    }

    #expertsfooter .subheadline {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 1rem;
    }

    #expertsfooter .copytext {
        margin-bottom: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) {
    .box-normal-hr {
        display: none;
    }
}

@media (max-width: 991px) {
    .container-fullsize {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
    }

    .navbar.bg-tra {
        background: transparent !important;
        box-shadow: none;
    }

    .navbar-nav {
        padding-top: 20px;
    }

    .navbar.scroll.bg-tra {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar.bg-tra.scroll {
        background: #1b1b1bcc !important;
        box-shadow: 0 0 2px rgba(50, 50, 50, 0.4);
    }

    .navbar-brand img,
    .fixed-top.scroll .navbar-brand img {
        height: 32px;
    }

    #hero-6 h2 {
        font-size: 32px !important;
    }

    #hero-3 {
        height: 80vh;
        padding: 50% 5% 0 5%;
    }
    #hero-3 h2 {
        font-size: 32px !important;
    }

    .hero-banderole {
        position: absolute;
        top: 15%;
        right: 10%;
        z-index: 999;
    }

    .hero-banderole img {
        width: 100px;
    }

    #stage {
        padding-top: 55%;
        padding-bottom: 10%;
    }

    #stage .lab-logo {
        margin-bottom: 30%;
    }

    #stage .headline {
        font-size: 24px;
        margin-bottom: 10%;
    }

    #stage .subheadline {
        font-size: 24px;
        margin-bottom: 0;
    }

    #what-is {
        padding-top: 65% !important;
        padding-bottom: 50px !important;
        background-size: contain !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    #what-is .content-box {
        padding: 50px 30px;
        width: 100%;
    }

    #what-is .btn-booking {
        margin-top: 25px;
    }

    #what-is .timify-button {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    #services {
        background: url(/wp-content/themes/ekme-child/images/services_background_mountains.webp) bottom center no-repeat !important;
        background-size: 100% !important;
        padding-top: 25px !important;
    }

    #services .content-box {
        width: 100%;
    }

    #services .content-box > .vc_column-inner {
        padding-bottom: 75px !important;
    }

    #services .content-box.last > .vc_column-inner {
        background: linear-gradient(to bottom, #111111cc, #11111100) !important;
    }

    #services .content-box .lab-content-box {
        min-height: initial;
        margin-bottom: 50px;
    }

    #evolution-edition .content-box {
        width: 100%;
    }

    #price-booking {
        padding-top: 65% !important;
        padding-bottom: 0 !important;
        background-size: contain !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    #price-booking .content-box {
        width: 100%;
    }

    #price-booking .btn-booking {
        margin-top: 25px !important;
    }

    #price-booking .timify-button {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }

    #experts {
        background-position: center 0 !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        padding-bottom: 0 !important;
    }

    #experts .container .wpb_column {
        margin-bottom: 25px;
    }

    #experts .container .vc_row {
        margin-bottom: 0 !important;
    }

    #footer-call-to-action {
        padding-top: 0;
    }
    #footer-call-to-action .btn-booking {
        margin-top: 0;
    }
    #footer-call-to-action .timify-button {
        width: 100%;
    }

    .colorbox .wpb_wrapper {
        margin-bottom: 20px;
        min-height: initial;
    }

    .colorbox:last-child .wpb_wrapper {
        margin-bottom: 0;
    }

    .experten-team {
        padding-top: 25px;
    }

    #expertsfooter {
        background-position: top center;
        min-height: initial;
        padding-top: 40%;
        padding-bottom: 50px;
    }

    #expertsfooter .headline {
        font-size: 64px;
        margin-bottom: 50px;
    }

    #expertsfooter .subheadline {
        font-size: 24px;
        line-height: 1.25;
        margin-bottom: 1rem;
    }

    #expertsfooter .copytext {
        margin-bottom: 25px;
        padding-right: 25px;
    }

    #semifooter {
        margin-left: -15px;
        margin-right: -15px;
    }
    #semifooter .container {
        padding-left: 0;
        padding-right: 0;
    }
    #semifooter .partner-swiper .swiper-slide img {
        max-height: 45px;
    }

    #footer .productlist-filter-headline {
        border: 0;
        color: #fff;
        cursor: pointer;
        position: relative;
    }
    #footer .productlist-filter-headline::after {
        display: inline-block;
        font-size: 1em;
        position: absolute;
        right: 10px;
        top: 5px;
    }
    #footer .productlist-filter-headline[data-toggle="collapse"]::after {
        content: '\f078' !important;
        font-family: 'Font Awesome 5 Free' !important;
        font-weight: 900;
        margin-left: 0.5rem;
        vertical-align: middle;
        display: inline-block;
        line-height: 1;
        transition: transform 0.2s;
        will-change: transform;
        border-top: 0;
    }
    #footer .productlist-filter-headline[aria-expanded="true"]::after {
        transform: rotate(180deg);
    }

    #footer .box-normal-hr {
        border-color: #313d42;
        display: block;
        margin: 1rem 0;
    }
    .footer-widget-toggle-area {
        display: none;
    }
    .footer-widget-toggle-area.show {
        display: block;
    }
    #footer .widget {
        margin-bottom: 0;
    }

    #absfooter {
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 75px;
    }
    #absfooter .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 580px) {
    #hero-3 {
        height: 60vh;
        padding: 70% 5% 0 5%;
    }
    #hero-3 h2 {
        font-size: 32px !important;
    }
}