/* Theme Name: Vertriebs-App
Author: Gildner Werbeagentur
Author URI: https://gildner-werbeagentur.de/ */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

* {
    box-sizing: border-box;
}

body{
    /* background-image: url('https://www.vmr-kg.de/v-app-api/wp-content/uploads/2021/09/VMR_App_bg.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    margin:0;
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 100vh;
    width: 100vw;

    font-family: 'Source Sans Pro';
    font-weight: 600;
    color: #110C34;
}

ul{
    padding-left: 20px;
    margin-bottom: 30px;
}

p, li{
    font-size: 32px; 
    margin-bottom: 15px;
}

li{
    position: relative;
    list-style: none;
}

ul>li>ul>li {
    font-weight: 400;
    margin-bottom: 0;
}

li:before{
    content: '•';
    font-size: 32px;
    color: #111D71;
    line-height: 32px;
    position: absolute;
    left: -20px;
}

.breadcrumb{
    font-size: 27px;
    font-weight: 400;
    color: #C1C7D3;
    position: relative;
}

h1{
    font-size: 52px;
    font-weight: 600;
    padding-bottom: 60px;
    margin-bottom: 50px;
    margin-top: 40px;
    position: relative;
}

h1:after{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 300px;
    border-top: 1px solid #C1C7D3;
}

.themen-tpl{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
}




















img{
    max-width: 100%;
    height: auto;
}

/* .folien-tpl{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    overflow:hidden;
    z-index: -1;
    opacity: 0;
    animation: zindexdown 1.5 ease;
    left: 50%;
}


.folien-tpl.f_show{
    animation: zindexup 1.5s ease;
    z-index: 1;
    opacity: 1;
    left: 0%;
}

.folien-tpl.f_show.on_front .folien-tpl{
    opacity: 0!important;
}

.folien-tpl.f_hide{
    animation: zindexdown 1.5s ease;
    z-index: -1;
    opacity: 0;
    left: 50%;
}

@keyframes zindexup {
    0% { opacity: 0; z-index: 0; left: -50%;
    }
    99% {z-index: 0; 
    }
    100% {opacity: 1; z-index: 1; left: 0%;
    }
}

@keyframes zindexdown {
    0% { opacity: 1; z-index: 1; left: 0%;
    }
    99% { z-index: 1;
    }
    100% { opacity: 0; z-index: 0; left: -50%;
    }
}

.folien-tpl.f_hide>.bilder_rl_flex_container{
    transform:translateX(200%);
    transition: all 1.5s ease;
}

.folien-tpl.f_hide>.bilder_rl_flex_container.order-2{
    transform:translateX(200%);
    transition: all 1.5s ease;
}

.folien-tpl.f_show>.bilder_rl_flex_container{
    transform:translateX(0%);
    transition: all 1.5s ease;
}

.folien-tpl.f_hide>.inhaltsbereich>.bilder_i_flex_container{
    transform:translateY(200%);
    transition: all 1.5s ease;
}

.folien-tpl.f_show>.inhaltsbereich>.bilder_i_flex_container{
    transform:translateY(0%);
    transition: all 1.5s ease;
} */

.folien-tpl{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    overflow:hidden;
    z-index: -1;
    opacity: 0;
    animation: zindexdown 1.5 ease;
    left: 0%;
}


.folien-tpl.f_show{
    animation: zindexup 1.5s ease;
    z-index: 1;
    opacity: 1;
    left: 0%;
}

.folien-tpl.f_show.on_front .folien-tpl{
    opacity: 0!important;
}

.folien-tpl.on_back{
    opacity: 0 !important;
    z-index: -1 !important;
}

/* .folien-tpl.f_hide{
    opacity: 0!important;
} */

.folien-tpl.f_hide{
    animation: zindexdown 1.5s ease;
    z-index: -1;
    opacity: 0;
    left: 0%;
}

@keyframes zindexup {
    0% { opacity: 0; z-index: 0; left: 0%;
    }
    50% {z-index: 1; 
    }
    100% {opacity: 1; z-index: 1; left: 0%;
    }
}

@keyframes zindexdown {
    0% { opacity: 1; z-index: 1; left: 0%;
    }
    50% { z-index: 1;
    }
    100% { opacity: 0; z-index: 0; left: 0%;
    }
}

.folien-tpl.f_hide>.themenuebersicht>.themengrid{
/* .folien-tpl.f_show.on_front>.themenuebersicht>.themengrid{ */
    margin-top: -100% !important;
    transition: all 1.5s ease;
}

.folien-tpl.f_show>.themenuebersicht>.themengrid{
    margin-top: -8px !important;
    transition: all 1.5s ease;
}

.folien-tpl.f_hide>.inhaltsbereich.order-1>.text_inhalt{
/* .folien-tpl.f_show.on_front>.inhaltsbereich.order-1>.text_inhalt{ */
    margin-left: 50%;
    width: 100%;
    transition: all 1.5s ease;
}

.folien-tpl.f_hide>.inhaltsbereich.order-2>.text_inhalt{
/* .folien-tpl.f_show.on_front>.inhaltsbereich.order-2>.text_inhalt{ */
    margin-left: -50%;
    width: 100%;
    transition: all 1.5s ease;
}

.folien-tpl.f_show>.inhaltsbereich>.text_inhalt{
    margin-left: 0%;
    width: 100%;
    transition: all 1.5s ease;
}

.folien-tpl.f_hide>.inhaltsbereich>.bilder_i_flex_container{
/* .folien-tpl.f_show.on_front>.inhaltsbereich>.bilder_i_flex_container{ */
    transform:translateY(100%);
    transition: all 1.5s ease;
}

.folien-tpl.f_show>.inhaltsbereich>.bilder_i_flex_container{
    transform:translateY(0%);
    transition: all 1.5s ease;
}

body>.thema-tpl>.folien-tpl:first-child{
    z-index: 1 !important;
    opacity: 1 !important;
}

.app-btn{
    background-color: #111D71;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 60px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    opacity: 1;
    transform: scale(1, 1);
    transition: all 1.5s ease;
}

.app-btn.text-btn{
    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid rgba(2557, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(17,30,114,1) 0%, rgba(17,12,52,1) 100%);
}

.app-btn.text-btn::after{
    content: ' >';
    margin-left: 30px;
}

.card_thema .card_thema_body{
    box-shadow: rgb(0 0 0 / 20%) 0px 3px 1px -2px, rgb(0 0 0 / 14%) 0px 2px 2px 0px, rgb(0 0 0 / 12%) 0px 1px 5px 0px;
}

.card_thema{
    /* transform: translateY(0); */
    transition: all 0.7s ease;
}

.card_thema:hover, .card_thema:focus{
    transform: translateY(-15px);
}

.card_thema .card_image_wrapper>img{
    /* transform: scale(1); */
    transition: all 0.7s ease;
}

.card_thema:hover .card_image_wrapper>img, .card_thema:focus .card_image_wrapper>img{
    transform: scale(1.1);
}

.card_thema, .open_thema, .close_thema, .prev_folie, .next_folie, .to_first_folie{
    cursor: pointer;
}

.open_thema.open_thema:not(.card_thema){
    padding-left: 30px;
    padding-right: 30px;
}

.open_thema:not(.card_thema)::after{
    content: '>';
    margin-left: 15px;
}

.close_thema{
    position:fixed;
    top: 60px;
    right: 35px;
    z-index: 2;
    background-color: rgba(255,255,255,0.25);
}

.prev_folie{
    position:fixed;
    bottom: 60px;
    right: 115px;
    z-index: 2;
}

.next_folie{
    position:fixed;
    bottom: 60px;
    right: 35px;
    z-index: 2;
}

.to_first_folie{
    position: fixed;
    bottom: 60px;
    left: 150px;
    padding: 0px;
    z-index: 2;
    background-color: transparent;
}

.to_first_folie svg{
    width: 60px;
    height: 60px;
}


.hide_btn{    
    opacity: 0;
    transform: scale(0, 1);
    transition: all 1s ease;
}

/* .prev_folie.hide_btn{
    transform: scale(0, 1);
} */

.folie_flex_reverse{
    flex-flow: row-reverse;
}

.bilder_rl_flex_container, .bilder_i_flex_container{
    display:inline-flex;
    width: 34%;
    max-width: 34%;
    height: calc(100% + 16px);
    max-height: calc(100% + 16px);
    flex-flow: column;
    flex-basis: 100%;
    flex-wrap: nowrap;

    margin: -8px;
}

.bilder_rl_flex_container{
    margin-left: 0px;
    margin-right: 0px;
}

/* .bilder_rl_flex_container img{
    object-fit: cover;
    width: 100%; 
} */

.bilder_i_flex_container{
    width: calc(100%);
    max-width: calc(100%);
    /* min-width: calc(100%); */
    height: 36%;
    max-height: 36%;
    flex-flow: row;

    margin-top: 0px;
    margin-bottom: 0px;
}

/* .bilder_i_flex_container img{
    object-fit: cover;
    height: 100%;
} */

.inhaltsbereich{
    display:inline-flex;
    flex-flow: column;
    justify-content: space-between;
    width: 66.66%;
    max-width: 66.66%;
    height: 100%;
    /* padding-top: ; */
    /* padding-bottom: 100px; */
}

.inhaltsbereich.order-1{
    /* padding-left: 270px; */
    padding-left: calc((100% - 1400px) / 2);
}

.inhaltsbereich.order-2{
    padding-left: 135px;
}

.inhaltsbereich.fullw{
    /* padding: 0px; */
    /* padding-left: 270px; */
    padding-left: calc((100% - 1400px) / 2);
    width: 100%;
    max-width: 100%;
}

.inhaltsbereich.fullw.max{
    padding-left: 0px;
}

.text_inhalt{
    padding-top: 100px;
}

.inhaltsbereich.order-2>.text_inhalt{
    padding-right: 30px;
}

.inhaltsbereich.order-2>.text_inhalt{
    padding-right: 130px;
}

.inhaltsbereich.fullw>.text_inhalt{
    padding-right: 135px;
}

.inhaltsbereich.fullw.max>.text_inhalt{
    /* padding-left: 270px;
    padding-right: 135px; */
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
}

.inhaltsbereich.fullw .bilder_i_flex_container{
    height: auto;
    max-height: 100%;

    width: calc(100% + 16px);
    max-width: calc(100% + 16px);
    min-width: calc(100% + 16px);
}

.inhaltsbereich.fullw h1{
    padding-bottom: 0;
}

.inhaltsbereich.fullw h1:after{
    display:none;
}

/* .order-1 .text_inhalt{
    padding-right: 270px;
}

.order-2 .text_inhalt{
    padding-left: 135px;
} */

.cols-1 .img_wrapper{
    width: 100%;
    /* max-width: 100%;
    min-width: 100%; */
}
.cols-2 .img_wrapper{
    width: 50%;
    /* max-width: 50%;
    min-width: 50%; */
}
.cols-3 .img_wrapper{
    width: 33.33%;
    /* max-width: 33.33%;
    min-width: 33.33%; */
}

[class*="cols-"] .img_wrapper{
    /* width: 100%; */
    height:100%;
    min-height: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

.rows-1 .img_wrapper {
    height: 100%;
    /* min-height: 100%;
    max-height: 100%; */
}
.rows-2 .img_wrapper {
    height: 50%;
    /* max-height: 50%;
    min-height: 50%; */
}
.rows-3 .img_wrapper {
    height: 33.33%;
    /* min-height: 33.33%; */
    /* max-height: 33.33%; */
}

[class*="rows-"] .img_wrapper{
    /* height: 100%; */
    width:100%;
    padding-top: 8px;
    padding-bottom: 8px;
}


.div_bg_image{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* .bilder_rl_flex_container>div, .bilder_i_flex_container>div{
    object-fit:cover;
} */

.card_image_wrapper {
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bilderuebersicht h1{
    margin-bottom: 0;
}

.bilderuebersicht h1:after{
    display:none;
}

.themengrid::-webkit-scrollbar {
    display: none;
}  

/* Hide scrollbar for IE, Edge and Firefox */
.themengrid {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.themenuebersicht_titel{
    font-size: 27px;
    font-weight: 400;
}

.klickbare_flaeche{
    position: relative;
}

.btn_on_image{
    position: absolute;
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    /* border: 1px solid #dcdcdc; */
}

.card_thema.btn_on_image{
    transform: none !important;
    /* opacity: 0; */
}

/* .card_thema.btn_on_image:hover{
    opacity: 1;
    transition: 0.7s ease;
} */

.post-password-form input[name="post_password"]{
    font-size: 24px;
}

.post-password-form input[name="Submit"]{
    background-color: #111D71;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    min-height: 60px;
    border-radius: 30px;
    border: none;
    box-shadow: none;
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    opacity: 1;
    transform: scale(1, 1);
    transition: all 1.5s ease;
    cursor:pointer;

    font-size: 18px;
    font-weight: 400;
    display: inline-flex;
    padding: 10px 30px;
    border: 1px solid rgba(2557, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(17,30,114,1) 0%, rgba(17,12,52,1) 100%);
}
