/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

body, h1, h2, h3, h4, h5, h6, .sf-menu .menu-title-text, select, input, .bold, b, strong, .nectar-button, .forminator-button {
    font-family: "Poppins", sans-serif !important;
}

.page-header-overlay-color {
    display: none;
}

.zmagine-footer {
    width: 80px !important;
    display: inline !important;
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-bottom: 0 !important;
}

.usps .row-bg-wrap .row-bg, .about .row-bg-wrap .row-bg {
    background-size: 100% 100% !important;
}

.usps > .row-bg-wrap .row-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 16px;
    background: url(rl-repeat.png) top left repeat-x;
    background-size: contain;
}

.flickity-page-dots .dot {
    transition: all .25s;
    width: 12px !important;
    height: 12px !important;
    opacity: 1;
    margin: 0 5px !important;
}

.flickity-page-dots .dot::before {
    background: #aaa !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px !important;
    box-shadow: none !important;
}

.flickity-page-dots .dot.is-selected {
    width: 30px !important;
}

.flickity-page-dots .dot.is-selected::before {
    background: #fff !important;
    transform: none !important;
}

.cap h1, .cap h2, .cap h3 {
    text-transform: uppercase;
}

.kurse > .row-bg-wrap > .row-bg-layer > .row-bg {
    background-size: 100% 66%;
}

.kurse .cell .wpb_row, .kurse .cell .wpb_row > .row_col_wrap_12_inner, .kurse .cell .wpb_row > .row_col_wrap_12_inner .kurs .vc_column-inner {
    height: 100% !important;
}

.kurs-hl {
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(209,209,209,1) 100%);
    display: flex;
    width: calc(100% + 50px);
    padding: 25px;
    align-items: center;
    justify-content: center;
    margin-left: -25px;
    margin-top: -25px;
}

.kurs-dur {
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% + 50px);
    margin-left: -25px;
}

.kurs .divider-wrap {
    width: calc(100% + 50px);
    margin-left: -25px;
}

.kurs-pers {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding-left: 25px;
    padding-top: 20px;
    border-top: 1px solid;
}

.mwst-info {
    top: -60px;
}

.partner .wpb_wrapper {
    display: flex;
    gap: 40px;
    flex-flow: row wrap;
    justify-content: space-evenly;
}

.partner img {
    height: 96px !important;
}

.forminator-ui#forminator-module-17.forminator-design--default .forminator-button-submit {
    padding: 15px 35px;
    text-transform: uppercase;
    font-weight: 600;
}

.select2-selection {
    height: 44px !important;
}

#consent-1 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.flogo {
    height: 90px !important;
    width: auto !important;
}

.ftext-red, .ftext-red a, .ftext-red p {
    color: #D20029 !important;
    text-transform: uppercase;
}

#footer a {
    opacity: 1 !important;
}

.copy a:hover {
    color: #D20029 !important;
}

.ftext-red a:hover {
    color: #fff !important;
}

#header-space {
    height: 75px !important;
}

.menu-item {
    text-transform: uppercase;
}

.menu-item-btn-style-button_extra-color-1 a {
    line-height: 10px !important;
}

#header-outer #mobile-menu {
    text-align: right;
}

#header-outer #mobile-menu ul li a {
    display: inline-block !important;
}

#header-outer {
    transition: all .25s ease !important;
}

#mobile-menu .menu-item-144 a span {
    color: #fff !important;
}

#header-outer #mobile-menu .menu-item-144 > a::before {
    border-radius: 10px;
}

#header-outer #mobile-menu .menu-item-144 > a {
    padding: 0px !important;
    margin: 20px 0px;
}

#about {
    top: -110px;
    position: relative;
}

@media only screen and (min-width: 1000px) {
    #header-outer:not([data-format="left-header"]) #top > .container > .row nav {
        flex: 1;
        justify-content: space-between;
    }

    #header-outer:not([data-format="left-header"]) #top .span_3 {
        width: 140px;
        height: 75px;
    }

    #header-outer #top > .container > .row {
        align-items: center !important;
        justify-content: center !important;
    }

    #top #logo {
        position: absolute;
        background: #D20029;
        padding: 25px;
        left: -25px;
        top: 0;
        margin: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    #header-outer.small-nav #logo {
        margin-top: 0;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1170px) {
    #header-outer:not([data-format="left-header"]) #top > .container > .row nav {
        flex: 1;
        justify-content: flex-end !important;
    }

    #header-outer #top > .container > .row > .right-aligned-menu-items {
        position: absolute !important;
        right: 0;
        top: 0;
        z-index: 100;
        height: 100%;
        width: 100%;
        justify-content: flex-end;
        align-items: center;
        display: flex;
        pointer-events: none;
    }

    #header-outer #top > .container > .row > .span_9 {
        position: absolute !important;
        right: 0 !important;
        z-index: 101;
    }

    #header-outer #mobile-menu {
        z-index: 199 !important;
    }
}

@media only screen and (min-width: 783px) {
    .anrede {
        flex: 1 20% !important;
    }

    #name-1 {
        flex: 1 80%;
    }

    #email-1 {
        flex: 1 60%;
    }

    #phone-1 {
        flex: 1 40%;
    }
}

@media screen and (max-width: 480px) {
    .nectar-flickity.nectar-carousel[data-format="default"][data-spacing*="px"] .flickity-slider .cell {
        width: 100%;
    }
}

@media screen and (max-width: 999px) {
    #header-outer {
        background-color: #d20029 !important;
    }
}




