/*
Theme Name:   DiviChildTheme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChildTheme
*/

@font-face {
    font-family: "Barlow";
    src: url("./fonts/Barlow/Barlow-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Barlow";
    src: url("./fonts/Barlow/Barlow-Light.ttf") format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Barlow";
    src: url("./fonts/Barlow/Barlow-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url("./fonts/Rajdhani/Rajdhani-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url("./fonts/Rajdhani/Rajdhani-Light.ttf") format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url("./fonts/Rajdhani/Rajdhani-SemiBold.ttf") format("ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Rajdhani";
    src: url("./fonts/Rajdhani/Rajdhani-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}

html {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    font-family: 'Barlow', sans-serif;
}
.et_pb_text_inner h1 {
    font-weight: lighter;
}
body #page-container .et_slide_in_menu_container {
    background: none !important;
}
#page-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    left: 0 !important;
}
#et-boc {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
/* Header 
#main-header {
    left: 0 !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.9);
}
#main-header.et-fixed-header {
    box-shadow: none !important;
}
#main-header:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(to right, rgba(32, 146, 207, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.et_menu_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 80px;
}

.et_header_style_left .logo_container {
    width: auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.et_header_style_left .logo_container a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
}

.et_slide_in_menu_container ul#mobile_menu_slide {
    padding-left: 10px;
    padding-right: 47px;
    max-height: 100%;
}

.et_header_style_left .logo_container img {
    height: 100%;
}

.et_menu_container .et-social-icons {
    line-height: 1;
    float: none;
    width: 100%;
    display: flex;
    align-items: center;
}
.et_menu_container .et-social-icon a {
    width: 40px;
    height: 40px;
}
.et_menu_container .et-social-icon a.icon:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -4px;
    margin: auto;
    width: 1px;
    height: 1px;
    border-radius: 100%;
    background-color: #000;
    z-index: -1;
    transition: .3s all ease;
}
.et_menu_container .et-social-icon a.icon:hover:before {
    opacity: 1;
    width: 40px;
    height: 40px;
}

.et_menu_container .et-social-icon a.icon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    z-index: 1;
    transition: .5s all ease;
    filter: invert(0);
}
.et_menu_container .et-social-icon.et-social-instagram .icon:after {
    background-image: url(./img/icons/Menu/png/icon_menu_instagram_inactive.png);
}

.et_menu_container .et-social-icon.et-social-facebook .icon:after {
    background-image: url(./img/icons/Menu/png/icon_menu_facebook_inactive.png);
}

.et_menu_container .et-social-icon.et-social-linkedin .icon:after {
    background-image: url(./img/icons/Menu/png/icon_menu_linkedin_inactive.png);
}

.et_menu_container .et-social-icon.et-social-telegram .icon:after {
    background-image: url(./img/icons/Menu/png/icon_menu_telegram_inactive.png);
}

.et_menu_container .et-social-icon.et-social-twitter .icon:after {
    background-image: url(./img/icons/Menu/png/icon_blog_share_twitter.png);
}

.et_menu_container .et-social-icon a.icon:hover:after {
    filter: invert(1);
}

span.logo_helper {
    height: 0;
}

.et_header_style_fullscreen #et-top-navigation, .et_header_style_slide #et-top-navigation {
    padding: 0 !important;
}

.et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu {
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.et_header_style_slide .mobile_menu_bar:hover .stick-1,
.et_header_style_slide .mobile_menu_bar:hover .stick-3 {
    width: 32px;
}

.mobile_menu_bar:after,
.mobile_menu_bar:before {
    display: none;
}
.mobile_menu_bar .stick {
    width: 40px;
    height: 3px;
    background-color: #000;
    border-radius: 10px;
    display: flex;
    transition: .3s all ease;
    pointer-events: none;
} */

/* Slide Menu 

.et_toggle_slide_menu:before,
.et_toggle_slide_menu:after {
    color: #000;
}

.et_slide_in_menu_container {
    background-color: transparent;
    overflow: visible;
}

.et_slide_menu_top {
    background-color: transparent;
}

.et_header_style_slide .et_slide_in_menu_container {
    width: 400px;
    top: 0;
    bottom: 0;
}
.et_slide_in_menu_container:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    background-image: url(./img/icons/Menu/graphic/menu_edge.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
}
.et_slide_in_menu_container:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 7%;
    left: 0;
    width: 170px;
    background-image: url(./img/icons/Menu/graphic/menu_partikel.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: right;
    opacity: 0;
    transition: 1s all ease;
    z-index: -1;
}

.et_pb_slide_menu_opened.et_slide_in_menu_container:after {
    opacity: 1;
    left: -139px;
}

.et_pb_fullscreen_nav_container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    background-color: #2093d0;
    margin-left: 50px;
}

.et_pb_fullscreen_nav_container:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
    opacity: 0;
    transition: 0.7s all;
}

.et_pb_slide_menu_opened .et_pb_fullscreen_nav_container:before {
    opacity: 1;
}

.et_mobile_menu {
    overflow: scroll;
    -ms-overflow-style: none;
}
.et_mobile_menu::-webkit-scrollbar {
    display: none;
}
.et_slide_in_menu_container .et_mobile_menu {
    font-family: 'Rajdhani' ,serif;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding-left: 60px;
    text-align: right;
    position: relative;
}
.et_slide_in_menu_container #mobile_menu_slide > li{
    margin-bottom: 38px;
}
.et_slide_in_menu_container #mobile_menu_slide > li > a {
    font-size: 24px;
    padding: 0;
    font-weight: 600;
}
.et_slide_in_menu_container #mobile_menu_slide .sub-menu {
    margin-bottom: 63px;
}
.et_slide_in_menu_container #mobile_menu_slide .sub-menu li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    opacity: 1;
    padding: 0;
    margin-top: 23px;
}

.et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a {
    padding: 0;
}
.et_slide_in_menu_container #mobile_menu_slide li li a:hover,
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
}

.et_slide_in_menu_container #mobile_menu_slide .sub-menu li a:hover {
    color: #fff;
    padding-right: 6px;
    border-right: 2px solid #000000;
}

.et_slide_in_menu_container #mobile_menu_slide .sub-menu li a:after {
    content: '';
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #000;
}

.et_mobile_menu_arrow {
    display: none !important;
}

.et_header_tip_text {
    position: relative;
    width: 340px;
    padding-right: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.9;
    text-align: right;
    letter-spacing: 0.02em;
    white-space: pre-line;
}
.custom-header:before {
    content: '';
    background-image: url(./img/Spur.png);
    background-repeat: no-repeat;
    position: absolute;
    right: calc(-100% - 6px);
    top: 10px;
    width: 100%;
    height: 100%;
}

.et_header_tip_text span {
    color: #fff;
}

.et_header_tip_text:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url(./img/icons/Menu/svg//icon_clue_inactive.svg);
    background-repeat: no-repeat;
}

.et_header_tip_text:after {
    content: '';
    position: absolute;
    top: 15px;
    left: -6px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(./img/icons/Menu/png/ellipse.png);
}
.close-slide-menu {
    display: block;
    float: right;
    padding: 20px 37px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    box-sizing: content-box;
    position: relative;
}
.close-slide-menu:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 32px;
    background-image: url(./img/icons/Menu/svg//icon_menu_open.svg);
    background-repeat: no-repeat;
}
.slide-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
/* end Slide Menu */

/* end Header */

/* Main */
.page.et_pb_pagebuilder_layout #main-content {
    min-height: 90vh;
}
.fullwidth .et_pb_row {
    max-width: none;
    width: 100%;
    overflow: hidden;
}
.slick-slide {
    position: relative;
}
.slick-slide:after {
    content: '';
    background-image: url(./img/dashed.png);
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 0;
    width: 3px;
    height: 100%;
}
.wdcl-image-carousel-item figure img {
    width: auto !important;
    height: 150px;
    margin: auto;
}
.blog-link h3 {
    display: block;
}
.blog-link h3:before {
    content: '';
    background-image: url(./img/icons/Blog/png/icon_article_inactive.png);
    width: 40px;
    height: 40px;
}

/*
.et_pb_menu .et_mobile_nav_menu li {
    list-style-type: none;
}

.header-burger nav.sliding-menu{
    display: flex;
    justify-content: end;
    align-items: baseline;
}


@media (max-width: 768px) {

    .sliding-menu .main-nav-container {
        width: 100%!important;
    }
    .header-mobile-burger {
        display: flex;
        justify-content: end;
        align-items: baseline;
    }
    .header-mobile-burger .sliding-menu .rsm-burger {
        font-size: 30px!important;
    }
    .header-mobile-burger .main-nav li.item span.title {
        font-size: 19px!important;
    }
}
/* end Main */