<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wbg-home .banner-image{
    min-height: 270px;
    margin-bottom: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0e627c;
}

.wbg-home .carousel-navigation{
     width: 50px;
     height: 50px;
     background: #e2e2e2;
     top: 43%;
     display: table;
 }
.wbg-home .carousel-navigation i{
    display: table-cell;
    vertical-align: middle;
    margin-left:auto;
    margin-right:auto;
    color: #030303;
}

.wbg-home .news-title-home{
    margin-top:50PX;
}
.wbg-home .wbg-zurich-p{
    margin-top:32px;
    font-size: 23px;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid black;
    line-height: 52px;
    margin-bottom:0px;
}
.wbg-home .news-p{
    font-size:58px;
    font-weight:300;
}
.wbg-home .welcome-text{
    margin-bottom: 25px;
}
.verband .welcome-text{
    /*margin-top: -7px;*/
}
.wbg-home .welcome-text h1{
    font-size:30px;
    color:#005873;
    margin-top: 3px;
}
.wbg-home .welcome-text p{
    font-size:16px;
    line-height:23px;
    color:#666666;
}
.wbg-home .sticky-news h2{
    font-size:32px;
    font-weight:300;
}
.home-event{
    padding:10px;
    height:200px;
    overflow: hidden;
}
.home-event .all-veranstaltungen-link{
    font-size: 18px;
    cursor: pointer;
    margin-left: 5px;
}
.wbg-home .all-news-link{
    font-size: 20px;
    cursor: pointer;
    color: #005873;
    text-transform: uppercase;
}
.wbg-home .fa-angle-right{
    color: #005873;
    -webkit-font-smoothing: unset;
    margin-left: 5px;
}
.home-event .title,.home-event .description,.home-event .all-info{
    margin-left:0px !important;
}
.home-event .title{
    font-weight: 300;
    line-height:26px;
}
.home-event a.title:hover,.home-event a.title:focus,.home-event a.title:active{
    text-decoration: none;
    cursor: pointer;
}
.home-event .description{
    line-height:25px;
    margin-top:10px;
}

.wbg-home .veranstaltungen-p {
    font-size: 58px;
    font-weight: 300;
}
.dividing-hr{
    margin-top: 40px;
    margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
    .wbg-home .carousel-navigation{
        width: 30px;
        height: 30px;
        top: 40%;
    }

    .wbg-home .veranstaltungen-p {
        font-size: 58px;
    }

    .wbg-home .sticky-news h2{
        font-size: 58px;
    }

    #myCarousel img{
        width:751px;
        height:425px;
    }
}

@media screen and (max-width: 480px) {
    .wbg-home .news-p {
        font-size: 26px;
    }

    .wbg-home .sticky-news h2{
        font-size: 24px;
    }
    .wbg-home .sticky-news p {
        font-size: 16px;
    }
    .wbg-home .veranstaltungen-p{
        font-size: 24px;
    }

    .home-event .all-veranstaltungen-link{
        font-size: 16px;
    }

    .wbg-home .all-news-link{
        font-size: 16px;
    }

    #myCarousel img{
        width:302px;
        height:172px;
    }

    .home-event{
        padding:15px;
    }
}
a.post-title-link{
    color: #005873;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
}</pre></body></html>