
.slab--wty::after {
    display:none;
}


@media screen and (min-width: 76rem) {
    .slab--wty::after {
        background-image: url(images/wty.gif);
        background-position: center top;
        height: 800px;
        position: relative;
        bottom: -2.5rem;
        content: "";
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


.teaser--event {
    position: relative;
}

.teaser--event .calendar-preview {
    position: absolute;
    width:100%;
    bottom: 0;
    z-index: 1000;
    background: #FFDC00
}

.teaser--event .calendar-heading a {
    background-image:none;
    color:#0033a0;
}

/*.page-header--hero {*/
    /*position: relative;*/
/*}*/


/*.page-header h1.headline-group__popout {*/
    /*position: absolute;*/
    /*bottom: 10%;*/
    /*top:auto;*/

/*}*/

/*.page-header h1 .headline-group__head {*/
    /*text-decoration:none;*/
    /*font-size: 2rem;*/
    /*color:white;*/
    /*!*font-family: "Surveyor Display A";*!*/
/*}*/

