<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* codrops
-------------------------------------------------------------------------------*/


.grid {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid a.fgure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 270px;
    text-align: center;
    cursor: pointer;
}
.page-template-tpl_aktuelles-php .grid a.fgure,
body.archive .grid a.fgure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 220px;
    text-align: center;
    cursor: pointer;
}


body.home .index-news-teaser .grid a.fgure { 
    height: 240px;
}
body.home .index-news-teaser .figcaption-inner {
    padding: 0 0.8em 1.5em 0.8em;
    display: block;
}
.figcaption-inner p {
    padding: 0 5px; 
    font-size: 10px!important;
}




.grid a.fgure h2 {
    font-size: 13px;
    font-weight: 400;
}

.grid a.fgure img {
    position: relative;
    display: block;
    min-height: 100%;

}
.grid a.fgure:hover img {

}

.grid a.fgure figcaption {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.figcaption-inner {
    padding: 0 1em 1em 1em;
    display: block;
}
body.page-template-tpl_aktuelles-php .figcaption-inner,
body.archive .figcaption-inner {
    padding: 0 1em 1em 1em;
    display: block;
}

.grid a.fgure figcaption::before,
.grid a.fgure figcaption::after {
    pointer-events: none;
}

.grid a.fgure figcaption,
.grid a.fgure a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid a.fgure a {
    z-index: 1000;
    text-indent: 0;
    white-space: nowrap;
    font-size: 16;
    /*opacity: 1;*/
}

.grid a.fgure h2 {
    word-spacing: -0.15em;    
}

.grid a.fgure h2 span {
    font-weight: 400;
}

.grid a.fgure h2,
.grid a.fgure p {
    margin: 0;
}

.grid a.fgure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

a.fgure.effect-lily img {
    max-width: none!important;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px,0, 0);
    transform: translate3d(-20px,0,0);
}

a.fgure.effect-lily figcaption {
    top: auto;
    bottom: 0;
    height: 20%;
    text-align: left;
}

a.fgure.effect-lily h2,
a.fgure.effect-lily p {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

a.fgure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

a.fgure.effect-lily p {
    color: rgba(255,255,255,1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}



a.fgure.effect-lily:hover img,
a.fgure.effect-lily:hover h2,
a.fgure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

a.fgure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}









.grid section {
    padding: 1em;
    text-align: center;
}



.figcaption-inner h2 {
    background: url(img/icon-calendar-termine.png) 10px 10px no-repeat;
    padding-left: 50px;
    /*display: inline-block;*/
    padding: 10px;
    padding-left: 35px;
}


@media (max-width: 630px) {

    .figcaption-inner h2 {
        font-size: .8em!important;
    }

}

@media screen and (max-width: 25em) {

    .codrops-header {
        font-size: 75%;
    }

    .codrops-icon span {
        display: none;
    }

}


</pre></body></html>