
/*
=============================================
WGs Regionen
=============================================
*/
.element-wgs {
    margin-top: 40px;
}

/*
theme 2.0
.element-wgs div.innerWrap div.posts-table-wrap div.posts-table div.posts-row.layout-2 div.text {
    width: 100%!important;
}

.element-wgs .posts-table .posts-row > div {
    display: block;
}
*/

.element-wgs .text p {
    font-size: 18px;
    color: #707070;
    line-height: 1.6;
    -moz-osx-font-smoothing: grayscale;
}

.element-wgs .carousel, .element-wgs .carousel-inner, .element-wgs .carousel-item, .element-wgs .w-100 {
    height: auto;
}

.wg-slider, .wg-infos {
    width: 100%
}

.wg-outer {
    display:flex !important;
    gap: 10px;
    margin-bottom: 30px;
}


@media screen and (max-width: 768px) {
    .wg-outer{
        flex-wrap: wrap;
        gap: 0;
    }

    .wg-slider, .wg-infos {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.wg-infos {
    background-color: var(--color-main);
    padding:6px 20px 6px 20px;
    text-align: left;
}
.wg-infos .wg-infos-heading {
    font-weight: 700;
    font-size: 16px;
    margin:0;
}

.wg-infos p {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}


.wg-outer  a.button.white {
    font-size: 14px !important;
    padding: 9px 20px 8px !important;

}


/*
=============================================
WGs ubersicht
=============================================
*/
.wg-region-image {
    padding-bottom: 20px;
}

@media only screen and (min-width:768px){
    .wg-region-outer {
        display:block!important;
    }

    .wg-region-image, .wg-region-infos {
        max-width: 100%;
    }
}

@media only screen and (max-width:767px){
    .wg-region-image {
        margin-bottom: 20px;
    }
}
.wg-region-outer img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width:768px) and (max-width:1439px){
    .wg-region-infos p {
        font-size: 14px;
    }
}
