.teaser_wrapper .swiper{
    width: 100%;
    height: 100%;
    max-height: 800px;
}
.teaser_wrapper .swiper .swiper-button-next,
.teaser_wrapper .swiper .swiper-button-prev{
    color: var(--white);
    font-weight: bold;
}
/*---Teaser------------------------------------------------------------------------------------------------------------*/
.teaser{
    position: relative;
}
body.logged_in .teaser{
    margin:  0 auto;
}
.teaser .teaser_bild{
    margin: 0 auto;
}
.teaser .teaser_inner{
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background-size: 50vw 100%;
    background-position: left center;
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
}
.no_inner .teaser .teaser_inner{
    display: none;
}
.teaser .teaser_inner .teaser_inner_wrap{
    padding: 40px;
    /*text-align: center;*/
    background-color:transparent;
    border: 8px solid var(--secondaryColor);
    margin-left: 300px;
}
body:not(.logged_in) .no_inner .teaser .teaser_inner .teaser_inner_wrap{
    display: none;
}
.teaser .teaser_inner .termin_link{
    display: block;
    width: 100%;
    margin-top: 30px;
    background-color: var(--primaryColor);
    color: var(--white);
    padding: 15px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.3);
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid var(--primaryColor);
    transition: all 1s;
}
.teaser .teaser_inner .termin_link .icon{
    display: inline-block!important;
    vertical-align: middle;
    max-width: 50px;
    margin: 0 10px 5px 0;
}
.teaser .teaser_inner .termin_link .icon.invert{
    display: none;
    width: 0;
    margin: 0;
}
.teaser .teaser_inner .termin_link:hover .icon{
    display: none;
    width: 0;
    margin: 0;
}
.teaser .teaser_inner .termin_link:hover .icon.invert{
    display: inline-block!important;
    width: auto;
    margin: 0 10px 5px 0;
}
.teaser .teaser_inner .termin_link:hover{
    color: var(--primaryColor);
    background-color: var(--white);
}
.teaser_headline{
    color: var(--white);
    font-size: 2.5rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
}
/*.teaser_headline:after{*/
/*    display: block;*/
/*    content: "";*/
/*    border-bottom: 3px solid var(--secondaryColor);*/
/*    padding-bottom: 20px;*/
/*    max-width: 150px;*/
/*    margin: 0 auto 20px;*/
/*}*/
.inhalte_bearbeiten .teaser .teaser_headline,
.inhalte_bearbeiten .teaser .inhalt{
    min-width: 300px;
}
.teaser .inhalt p{
    color: var(--white);
    font-size: 2.5rem;
    line-height: 1.5em;
    font-weight: bold;
}
.teaser a{
    color: var(--white);
}
/*---Text Teaser-------------------------------------------------------------------------------------------------------*/
.text_teaser .teaser .teaser_bild{
    margin: 0;
    width: 50%;
    /*margin-left: -50%;*/
    /*transition: all 1s;*/
}
.text_teaser .teaser .teaser_inner{
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 50%;
    background-image: none;
    background-color: var(--BG_2);
    display: grid;
    align-items: center;
    align-content: center;
    justify-items: flex-start;
    justify-content: flex-start;
    /*margin-left: 50%;*/
    /*transition: all 1s;*/
}
.text_teaser .teaser .teaser_inner .teaser_inner_wrap{
    padding: 40px;
    background-color:transparent;
    border: none;
    margin-left: 0;
    max-width: 45vw;
}
.text_teaser .teaser_headline{
    font-size: 2.3em;
    line-height:1.5em;
    color: var(--primaryColor);
    margin-bottom:30px;
}
.text_teaser .teaser .inhalt p{
    font-size:1.3em;
    line-height:1.5em;
    color:var(--primaryTextColor);
    font-weight: normal;
}
.text_teaser .teaser a{
    color: var(--primaryTextColor);
}
/*---Responsive--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1650px){
    .teaser .teaser_inner .teaser_inner_wrap{
        margin-left: 150px;
    }
}
@media screen and (max-width:1350px){
    .teaser .teaser_inner .teaser_inner_wrap{
        padding: 20px;
        border: 4px solid var(--secondaryColor);
        margin-left: 100px;
    }
    .text_teaser .teaser_headline{
        font-size: 1.8em;
        line-height:1.5em;
    }
    .text_teaser .teaser .teaser_bild{
        width: 100%;
    }
    /*.text_teaser .teaser .teaser_bild img{*/
    /*    display: inline-block!important;*/
    /*}*/
    .text_teaser .teaser .teaser_inner{
        position: absolute;
        top: 150px;
        left: 150px;
        right: 150px;
        bottom: 150px;
    }
    .text_teaser .teaser .teaser_inner .teaser_inner_wrap{
        max-width: unset;
    }
}
@media screen and (max-width:1050px){
    .teaser .teaser_inner .teaser_inner_wrap{
        margin-left: 50px;
    }
    .teaser .teaser_headline *{
        font-size: 21px !important;
        line-height:21px  !important;
        margin-bottom:10px;
    }
    .teaser .inhalt * {
        font-size:21px  !important;
        line-height:21px  !important;
    }
}
@media screen and (max-width:800px){
    .teaser .teaser_headline *{
        font-size: 16px !important;
        line-height:16px  !important;
        margin-bottom:5px;
    }
    .teaser .inhalt * {
        font-size:16px  !important;
        line-height:16px  !important;
    }
    .teaser .teaser_inner .teaser_inner_wrap{
        border:unset;
        padding:unset;
    }
}
@media screen and (max-width:500px){
    .teaser .teaser_headline *{
        font-size: 14px !important;
        line-height:14px  !important;
        margin-bottom:5px;
    }
    .teaser .inhalt * {
        font-size:14px  !important;
        line-height:14px  !important;
    }
}
@media screen and (max-width:500px){
    .teaser .teaser_inner .teaser_inner_wrap{
        margin-left:30px;
    }
}
/*@media screen and (max-width:1050px){*/
/*    .teaser .teaser_inner{*/
/*        position: relative;*/
/*        top: unset;*/
/*        left: unset;*/
/*        right: unset;*/
/*        bottom: unset;*/
/*        background-position: top right;*/
/*        background-size: 150% auto;*/
/*        text-align: center;*/
/*        padding: 20px;*/
/*        justify-items: center;*/
/*        justify-content: center;*/
/*    }*/
/*    .teaser .teaser_inner .teaser_inner_wrap{*/
/*        margin: 0;*/
/*    }*/
/*    .text_teaser .teaser .teaser_bild{*/
/*        width: 100%;*/
/*        margin: 20px auto;*/
/*    }*/
/*    .text_teaser .teaser .teaser_bild img{*/
/*        max-width: 500px;*/
/*    }*/
/*    .text_teaser .teaser .teaser_inner{*/
/*        position: relative;*/
/*        top: unset;*/
/*        left: unset;*/
/*        right: unset;*/
/*        bottom: unset;*/
/*        width: 100%;*/
/*    }*/
/*    .teaser_headline{*/
/*        font-size: 1.8rem;*/
/*    }*/
/*    .teaser .inhalt p{*/
/*        font-size: 1.8rem;*/
/*    }*/
/*}*/
/*@media screen and (max-width:450px){*/
/*    .text_teaser .teaser .teaser_inner .teaser_inner_wrap{*/
/*        padding: 0;*/
/*    }*/
/*}*/
