/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

/* COLORS */
:root {
    --sh-deep-sea-blue: #00162f;
    --sh-steel-blue: #8ba6b5;
    --sh-steel-blue-light: #d1dce3;

    --sh-purple-red-dark: #251117;
    --sh-purple-red: #3c1b29;

    --sh-grey: #a3a8a9;
    --sh-grey-light: #ebebeb;

    --sh-grey-text: #444444;

    --sh-green: #38a875;
}

/* BASIC */


/* HELPER */

.sh-deep-sea-blue {
    color: var(--sh-deep-sea-blue);
}

.sh-steel-blue {
    color: var(--sh-steel-blue);
}

.sh-steel-blue-light {
    color: var(--sh-steel-blue-light);
}

.sh-light-grey {
    color: var(--sh-grey);
}

.sh-deep-sea-blue-bg {
    background-color: var(--sh-deep-sea-blue);
}

.sh-steel-blue-bg {
    background-color: var(--sh-steel-blue);
}

.sh-light-grey-bg {
    background-color: var(--sh-grey);
}


/* GLOBAL OVERWRITES */

h6 a:hover {
    color: var(--sh-steel-blue);
}

/* salvia-holding signet (section nav arrow up and down) */
.circle {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.section-divider.circle.up {
    background-image: url("../../uploads/signet-white.svg");
    background-size: 54px;
    background-repeat: no-repeat;
    background-position: center;
}

.next .icon-down-open-big {
    color: white;
}

.prev .icon-up-open-big {
    display: none;
}

/* ? */
.corporation3-section-border {
    border-top: 1px solid #e6e6e6;
}

/* NAV*/

/* dakrmode */
.dark-mode-bg-top-bar {
    background-color: var(--sh-deep-sea-blue) !important;
}

#Top_bar .logo {
    margin-left: 15%;
}

#Top_bar .menu_wrapper {
    margin-right: 15%;
}

#Top_bar.is-sticky .logo {
    margin-left: 15%;
}

/* Hide elements at mobile device view */
/* search area */
#Side_slide>div.extras {
    display: none;
}

/* social icons */
#Side_slide>ul.social {
    display: none !important;
}

/* SLIDER */

.slider-vertical-line {
    width: 1px;
    border-left: white 1px solid;
}

/* example mediaquerys */
/* .slider-signet-img {
    width: 80px !important;
    height: 80px !important;
} */

/* HOME*/

.wideview-slider-container {
    overflow: hidden;
}

.wideview-slider {
    position: relative;
    top: -2px;
}

.section-portfolio .section_wrapper {
    max-width: 1920px;
}


/* ÜBER UNS */

.zoom-box-about-us-wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.zoom-box-about-us .zoom_box .desc_wrap {
    position: unset;
    transform: unset;
    padding-top: 75px;
}

.zoom-box-about-us .zoom_box .desc .desc_txt {
    padding: 0 30px;
}

.zoom-box-about-us .zoom-box-text {
    font-size: 16px;
    line-height: 26px;
}

.section-statement {
    background: linear-gradient(170deg, rgb(0, 45, 97) 0%, rgb(0, 39, 83) 40%, rgba(0, 22, 47, 1) 100%);
}


/* INVESTMENTS */
.investments-image-gallery-mobile {
    display: none;
}

/* KONTAKT */

/* Kontaktformular */

.contact-form-accept-datapolicy p {
    color: var(--sh-grey-text);
    margin: 0;
}

.contact-form-small-text {
    font-size: 12px;
    color: var(--sh-grey-text);
    line-height: 1.5;
}

#contact-map .gm-svpc {
    display: none !important;
}


/* DATENSCHUTZERKÄRUNG */

.text-data-policy li h5 {
    color: var(--sh-grey-text);
    font-weight: 500;
}

.text-data-policy li h6 {
    color: var(--sh-grey-text);
    font-weight: 500;
}

.text-data-policy li {
    color: var(--sh-grey-text);
}

/* FOOTER */

#Footer {
    position: relative;
    background: linear-gradient(170deg, rgb(0, 45, 97) 0%, rgb(0, 39, 83) 40%, rgba(0, 22, 47, 1) 100%);
    border-top: var(--sh-steel-blue) 5px solid;
}


.footer_copy {
    display: none;
}

#footer-cs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

/*COL 1*/
#footer-cs .footer-logo {
    width: 310px;
    margin: auto;
}

/* footer menu */
#footer-cs .footer-menu {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;

}

#footer-cs .footer-menu li a {
    color: var(--sh-steel-blue);
    font-size: 16px !important;
}

#footer-cs li .active {
    color: white !important;
}

#footer-cs .footer-menu li a:hover,
#footer-cs .footer-menu li a:active {
    color: white;
    text-decoration: unset;
}

/* COL 2 */
#footer-cs .footer-address-sec {
    padding-top: 2px;
}

/* COL 3 */

#footer-cs .footer-contact-sec {
    padding-top: 2px;
}

#footer-cs .contact-links a {
    padding-left: 10px;
    color: white !important;
}

#footer-cs .contact-links a:hover {
    color: var(--sh-steel-blue) !important;
}


/* MEDIAS QUERIES */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ------ WIDESCREEN DEVICES ------ */
@media only screen and (min-width: 1921px) {

    .n2-ss-slide-backgrounds.n2-ow-all .n2-ss-slide-background:nth-child(1) video {
        /* show cime */
        object-position: top;
        transform: translateY(-50px) scale(1.2);
    }

}

/* ------ LARGE DEVICES ------ */
@media only screen and (max-width: 1239px) {
    h1 {
        font-size: 48px;
    }

    /* MOBILE MENU */
    #Side_slide #menu ul li {
        text-align: center !important;
        padding: 20px 0px 20px 35px;
    }

    #Side_slide #menu ul li:nth-child(1) {
        border-top: unset !important;
    }

    #Side_slide #menu ul li a {
        padding: 10px 0 !important;
        font-size: 18px !important;
    }

    .mobile-menu-logo {
        height: 28px;
    }

    /* ------ HOME ------ */
    /* pillars of success */
    .success-investment-desc .mcb-column-inner .column_attr {
        padding: 0px !important;
    }

    /* ABOUT US */
    .zoom-box-about-us .zoom_box .desc_wrap {
        padding-top: 55px;
    }

    .zoom-box-about-us .zoom-box-text {
        font-size: 13px;
    }

    .zoom-box-about-us .desc_txt>span {
        font-size: 22px;
    }
}


/* ------ MEDIUM DEVICES ------ */
@media only screen and (max-width: 840px)
/*and (min-width: 481px)*/
    {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 46px;
        letter-spacing: 0px;
    }

    h3 {
        font-size: 35px;
        letter-spacing: 0px;
    }

    /* NAVBAR */
    #Top_bar .logo {
        float: unset;
        width: 270px !important;
        margin: 0 auto !important;
    }

    /* FOOTER */
    #Footer .widgets_wrapper {
        padding: 40px 0;
    }

    #footer-cs {
        justify-content: space-evenly;
    }

    #footer-cs .footer-logo-sec {
        width: 100%;
        margin: 0 0 24px 0;
    }

    #footer-cs .footer-menu {
        padding: 12px 0 0 0;
    }

    /* HOME */
    /* pillars of success */
    .success-investment-desc .mcb-column-inner .column_attr h5 {
        font-size: 16px !important;
    }

    .success-investment-desc .mcb-column-inner .column_attr h6 {
        font-size: 11px !important;
    }

    .success-investment-desc .mcb-column-inner .column_attr {
        padding: 0px !important;
    }

    /* ABOUT US */
    .zoom-box-about-us .zoom_box .desc_wrap {
        padding-top: 35px;
    }

    .zoom-box-about-us .zoom_box .desc .desc_txt {
        padding: 0 10px;
    }

    .zoom-box-about-us .zoom_box .desc_txt hr {
        margin: 0 auto 10px auto !important;
    }

    .zoom-box-about-us .zoom_box .zoom-box-text {
        font-size: 12px;
        line-height: 19px;
    }

    .zoom-box-about-us .zoom_box .desc_txt>span {
        font-size: 18px;
    }

    /* INVESTMENTS */
    .section-investment .section_wrapper>div {
        flex: unset !important;
    }

    /* slider */
    .section-investment-toggled .section_wrapper>div:nth-child(1),
    .section-investment-untoggled .section_wrapper>div:nth-child(2) {
        width: 45%;
    }

    /* description */
    .section-investment-toggled .section_wrapper>div:nth-child(2),
    .section-investment-untoggled .section_wrapper>div:nth-child(1) {
        width: 55%;
    }

    /* slider */
    .section-investment-toggled .section_wrapper>div:nth-child(1) .mcb-wrap-inner,
    .section-investment-untoggled .section_wrapper>div:nth-child(2) .mcb-wrap-inner {
        top: 66px;
    }

    /* description */
    .section-investment-toggled .section_wrapper>div:nth-child(2) .mcb-wrap-inner,
    .section-investment-untoggled .section_wrapper>div:nth-child(1) .mcb-wrap-inner {
        top: 0;
    }
}

/* ------ SMALL DEVICES ------ */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 32px;
        letter-spacing: 0px;
        line-height: 44px;
    }

    h3 {
        font-size: 28px;
        letter-spacing: 0px;
        line-height: 40px;
    }

    /* NAVBAR */
    #Top_bar .logo {
        float: unset !important;
        margin: 0 auto !important;
        width: 242px !important;
        opacity: 1 !important;
        transition: opacity 0.3s ease-in-out;

    }

    #Top_bar.is-sticky .logo {
        margin: 0 auto !important;
    }

    /* HEADER */
    .section-header {
        padding: 0 !important;
        height: calc(100vh - 215px)
    }

    .section-header .section_wrapper {
        align-items: flex-end;
    }

    .section-header .section_wrapper>div:nth-child(1) {
        display: none;
    }

    .section-header .section_wrapper>div:nth-child(2) {
        order: 999;
        height: 70px;
        position: relative;
        top: 70px;
        animation: fadeInHeadlineMobile 1s ease-in-out forwards;
    }

    @keyframes fadeInHeadlineMobile {
        0% {
            opacity: 0;
            top: 70px;
        }

        100% {
            opacity: 1;
            top: 0px;
        }
    }

    .section-header .section_wrapper .mcb-wrap-inner {
        padding: 20px 5% 0 5% !important;
    }

    .section-header .section_wrapper .mcb-wrap-inner h1 {
        text-align: center;
    }

    
    .side-slide-is-open #Top_bar .logo {
        opacity: 0 !important;
    }

    /* FOOTER */
    #Footer .widgets_wrapper {
        margin: 0;
    }

    #footer-cs {
        flex-direction: column;
    }

    .footer-logo-sec {
        margin: 0 0 28px 0;
    }
    #footer-cs .footer-logo {
        width: 300px;
        margin: auto;
    }

    #footer-cs .footer-menu {
        padding: 20px 0 0 0;
    }

    .footer-contact-sec .contact-links i {
        display: none;
    }


    /* HOME */
    .section-portfolio .section_wrapper {
        padding: 0px;
    }

    .section-portfolio .hover_box .hover_box_wrapper {
        height: 100vw;
        display: flex;
        justify-content: center;
    }

    .section-portfolio .hover_box .hover_box_wrapper img {
        max-width: unset;
        height: 100%;
        width: auto;
    }

    /* ABOUT US */
    .zoom-box-about-us .zoom_box .desc_wrap {
        padding-top: 56px;
    }

    .zoom-box-about-us .zoom_box .desc .desc_txt {
        padding: 0 20px;
    }

    .zoom-box-about-us .zoom_box .desc_txt hr {
        margin: 0 auto 30px auto !important;
    }

    .zoom-box-about-us .zoom_box .desc_txt>span {
        font-size: 22px;
    }

    .zoom-box-about-us .zoom_box .zoom-box-text {
        font-size: 14px;
        line-height: 28px;
    }

    /* INVESTMENTS */
    .section-investment .section_wrapper {
        padding: 0px !important;
    }

    .section-investment .section_wrapper>div {
        flex: unset !important;
    }

    /* slider */
    .section-investment-toggled .section_wrapper>div:nth-child(1),
    .section-investment-untoggled .section_wrapper>div:nth-child(2) {
        display: none;
    }

    /* description */
    .section-investment-toggled .section_wrapper>div:nth-child(2),
    .section-investment-untoggled .section_wrapper>div:nth-child(1) {
        width: 100%;
    }

    .section-investment .section_wrapper>div .mcb-wrap-inner {
        top: unset !important;
        left: unset !important;
        padding-left: 35px !important;
        padding-right: 35px !important;
        background-color: rgba(255, 255, 255, 0.5);
    }

    /* image-gallery */
    .investments-image-gallery-mobile {
        display: unset;
        padding-bottom: 20px;
    }

    .investments-image-gallery-mobile .gallery-item {
        width: calc((100vw / 2) - 35px) !important;
        height: calc((100vw / 2) - 35px) !important;
    }
}