/*Bottom Links __________________________*/
.bottom-links-container{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    box-sizing: border-box;
    margin: 70px 0;
    margin-bottom: 90px!important;
}
.bottom-link{
    width: 50%;
    box-sizing: border-box;
    max-width: 450px;
    padding: 10px;
}
.bottom-links-container .gb-button-wrapper {
    justify-content: center;
    margin-top: 40px;
}
.bottom-links-container .gb-button {
    padding: 20px 40px;
}
@media(max-width: 765px) {
.bottom-links-container{
    flex-wrap: wrap;
}
.bottom-link{
    width: 100%;
    margin-bottom: 40px;
}
}

/*Saisonhighlight__________________________*/

.saisonhighlight-container{
    padding-top: 75px;
    padding-bottom: 75px;
}
.saisonhighlight{
    display: flex;
    flex-wrap: nowrap;
    margin: 40px 0;
    height: 500px;
    background-color: #ffffff;
}
.saisonhighlight-bild{
    width: 50%;
    box-sizing: border-box;
}
.saisonhighlight-bild img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.saisonhighlight-text{
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    padding: 40px 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.saisonhighlight-text h3, .saisonhighlight-text h4{
    width: 100%;
}

.saisonhighlight .gb-button {
    padding: 20px 40px;
}
.saisonhighlight-container.display-none{
    display: none;
}

@media screen and (max-width: 1024px){
    .saisonhighlight-bild{
        width: 30%;
    }
    .saisonhighlight-text{
        width: 70%;
    }
}
@media screen and (max-width: 765px){
    .saisonhighlight{
        flex-wrap: wrap;
        height: auto;
    }
    .saisonhighlight-bild{
        width: 100%;
    }
    .saisonhighlight-text{
        width: 100%;
        padding: 20px 30px;
    }
}

/*Aktionsboxen ____________________________________________*/

.aktionsboxen-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aktionsbox{
    box-sizing: border-box;
    width:  calc(50% - 10px);
    margin: 5px;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.aktionsbox-content .heading-box span, .aktionsbox-content .text-box p{
    color: #fff;
}
.aktionsbox-content{
    background-color: rgba(181,18,62,0);
    height: 100%;
    width: 100%;  
    transition: all 0.2s linear;
    box-sizing: border-box;
    overflow: hidden;
}
.aktionsbox .heading-box{
    box-sizing: border-box;
    background-color: rgba(181,18,62,0.75);
    padding: 30px;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    font-size: 25px;
    font-weight: 600;
}
.aktionsbox .text-box{
    box-sizing: border-box;
    padding: 30px;
    transform: translateY(100%);
    transition: all 0.5s ease-out;
    opacity: 0;
}

/*Hover*/
.aktionsbox:hover .aktionsbox-content{
    background-color: rgba(181,18,62,0.75);
}
.aktionsbox:hover .heading-box{
    background-color: rgba(181,18,62,0);
    border-bottom: 1px solid #fff;
}
.aktionsbox:hover .text-box{
    transform: translateY(0);
    opacity: 1;
}

@media screen and (max-width: 1024px){
.aktionsbox{
    min-height: auto;
}
.aktionsbox .aktionsbox-content{
    background-color: rgba(181,18,62,0.75);
}
.aktionsbox .heading-box{
    background-color: rgba(181,18,62,0);
    border-bottom: 1px solid #fff;
}
.aktionsbox .text-box{
    transform: translateY(0);
    opacity: 1;
}
}

@media screen and (max-width: 767px){
.aktionsbox{
    width: 100%;
    margin: 5px 0;
}
}

/*Termin fixed Box ___________________________________________________*/
.termin-box{
    width: 350px;
    position: fixed;
    top: 40vh;
    right: 0;
    display: flex;
    min-height: 100px;
    transform: translateX( calc(100% - 40px) );
    transition: all 0.4s ease-in-out;
}
.icon-side{
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    background-color: #D9DADB;

    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.35);
}
.icon-side svg{
    width: 25px;
    transition: all 0.4s ease-in-out;
}
.termin-side{
    width: calc(100% - 40px);
    height: 100%;
    box-sizing: border-box;
    padding: 20px 10px 10px 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
}

.termin-side span{
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.termin-side span strong{
    color: #B5123E;
}

.termin-single{
    line-height: 30px;
    border-bottom: 1px solid #D9DADB;
    font-size: 15px;
}
.termin-single:last-child{
    border-bottom: none;
}

.termin-single a, .inside-article .termin-single a:visited{
    color: #000;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.termin-single a:hover, .inside-article .termin-single a:visited:hover{
    color: #B5123E;
}

.termin-box a.button{
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #B5123E;
}
.termin-box a.button:hover{
    color: #fff;
}

/*Hover*/

.termin-box:hover{
    transform: translateX(0);   
}
.termin-box:hover .icon-side svg{
    color: #B5123E;
}

@media screen and (max-width: 765px){
    .termin-box{
        display: none;  
    }
}

/*Aktuelles Boxen & Aktuelles Slider ___________________________________________*/

.aktuelles-container{
    display: flex;
    flex-wrap: wrap;
}

.aktuelles-single{
    width: calc(33.3% - 10px);
    margin: 5px 5px;
    max-width: 450px;
    border: 1px solid #d9dadb;
    box-sizing: border-box;
    transition: all 0.2s linear;
    background-color: #fff;
}

.aktuelles-bild{
    width: 100%;
    height: 250px;
}

.aktuelles-bild img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aktuelles-text{
    padding: 30px 20px 20px;
    width: 100%;
    box-sizing: border-box;
}
.aktuelles-single .truncate-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aktuelles-text .button{
    text-align: center;
    padding: 15px 40px;
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #D9DADB;
    transition: all 0.2s linear;
}

/*Hover*/

.aktuelles-text .button:hover{
    background-color: #B5123E;
    color: #fff;
}

.aktuelles-single:hover{
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
}

@media screen and (max-width: 1024px){
    .aktuelles-single{
        width: calc(50% - 10px);
        margin: 5px 5px;
    }
}

@media screen and (max-width: 720px){
    .aktuelles-single{
        width: 100%;
        margin: 5px 0;
        max-width: 100%;
    }
}

/*Termin Slider ______________________________________________*/

.termin-slider-container {
    display: flex;
    flex-wrap: wrap;
}

.termin-slider-box{
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    text-decoration: none;
    transition: all 0.2s linear;
    margin: 5px;
    height: 100%;
    width: calc(25% - 10px);
    box-sizing: border-box;
}

.termin-kategorie{
    width: 100%;
    box-sizing: border-box;
    background-color: #D9DADB;
    color: #000;
    padding: 10px 5px 0 5px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.2s linear;
    max-height: 85px;
}
.kategorie-icon svg{
    height: 40px;
}
.kategorie-icon{
    display: flex;
    justify-content: center;
}

.termin-text{
    box-sizing: border-box;
    border: 1px solid #D9DADB;
    width: 100%;
    transition: all 0.2s linear;
    height: 100%;
    align-self: flex-end;
}
.termin-text-wrapper{
    padding: 20px 15px 5px 15px;
    margin-bottom: 5px;
}
.truncate-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.termin-slider-box .gb-button-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

.termin-slider-box .gb-button {
    padding: 15px 40px;
    width: 100%;
    text-align: center;
    background-color: #D9DADB;
    transition: all 0.2s linear;
}

/*Hover*/

.termin-slider-box:hover .termin-kategorie, .gb-button:hover{
    background-color: #B5123E;
    color: #fff;
}
.termin-slider-box:hover .termin-kategorie h3, .termin-slider-box:hover .termin-kategorie svg{
    color: #fff!important;
}
.termin-slider-box:hover .termin-text{
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);

}

/*Termine Blogbeiträge Klein ___________Beitragstermine____________________________*/

.termin-klein-container{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    margin-bottom: 40px!important;
}

.termin-klein-box{
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    text-decoration: none;
    transition: all 0.2s linear;
    box-sizing: border-box;
    border: 1px solid #D9DADB;
    width: 100%;
    width: calc(25% - 10px);
    margin: 5px;
    border-radius: 2px;

    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.3);
}
.termin-klein-box .termin-klein-text-wrapper{
    padding: 20px 15px 0 15px;
}

/*Hover*/

.termin-klein-box:hover{
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0);
}

@media screen and (max-width: 1124px){
    .termin-klein-box{
        width: calc(33.3% - 10px);
        max-width: 100%;
    }
}
@media screen and (max-width: 900px){
    .termin-klein-box{
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 600px){
    .termin-klein-box{
        width: calc(100% - 10px);
    }
}

/* Innenstadtakteure Slider Boxen _____________________________________________*/
.innenstadtakteure-slider-container{
    display: flex;
    flex-wrap: wrap;
}

.innenstadtakteure-slider-box{
    display: flex;
    flex-wrap: wrap;
    /*max-width: 400px;*/
    text-decoration: none;
    transition: all 0.2s linear;
    width: calc(25% - 10px);
    margin: 5px;
}

.innenstadtakteure-bild{
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
}
.innenstadtakteure-bild img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.innenstadtakteure-text{
    box-sizing: border-box;
    border: 1px solid #D9DADB;
    width: 100%;
    transition: all 0.2s linear;
}
.innenstadtakteure-text-wrapper{
    padding: 20px 15px 5px 15px;
    margin-bottom: 5px;
}
.truncate-text {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.innenstadtakteure-slider-box .gb-button-wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
}

.innenstadtakteure-slider-box .gb-button-wrapper a.gb-button {
    padding: 20px 40px;
    width: 100%;
    text-align: center;
    background-color: #D9DADB;
    transition: all 0.2s linear;
    max-width: 100%;
}

.gb-button-wrapper.hide{
    display: none;
}

/*Hover*/

.innenstadtakteure-slider-box:hover .gb-button{
    background-color: #B5123E;
    color: #fff;
}
.innenstadtakteure-slider-box:hover .innenstadtakteure-text{
    -webkit-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 7px -2px rgba(0,0,0,0.5);

}

@media screen and (max-width: 1124px){
    .innenstadtakteure-slider-box{
        width: calc(33.3% - 10px);
    }
}
@media screen and (max-width: 900px){
    .innenstadtakteure-slider-box{
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 550px){
    .innenstadtakteure-slider-box{
        width: calc(100% - 10px);
    }
}
/*Mitglieder ______________________________*/
.mitglieder-container{
    display: flex;
    flex-wrap: wrap;
}
.mitglied-single{
    width: calc(33.3% - 20px);
    margin: 20px 10px;
}
.mitglied-single img{
    height: 100px;
    margin-bottom: 30px;
}
@media screen and (max-width: 1200px){
    .mitglied-single{
        width: calc(50% - 20px);
    }
}
@media screen and (max-width: 750px){
    .mitglied-single{
        width: 100%;
        margin: 20px 0;
    }
}