@font-face {
    font-family: Franxurter Medium;
    src: local('Franxurter Medium'), url('../fonts/FranxurterTotallyMedium.woff2') format('woff2');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e3e3e3;
}

* {
    box-sizing: border-box;
  }

.full-width{
    position: absolute;
    left:0;
    top:0;
    width:100%;

}

.vibrant-header, .vibrant-footer, .center-container, .center-container-404 {
    margin:0 auto;
    width:60%;
    background: #90D5D0;
}

.vibrant-footer {
    background-color: #A181E6;
}

.footer-logos a {
    display: inline-block;
    padding:0;
    text-decoration: none;
}

.footer-logos a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-logos a img:last-child {
    margin-right: 0;
}

.top-menu {
    margin: 0 auto;
    text-align: center;
}

.top-menu-sub {
    background: #E886B7;
    text-align: center;
    padding: 0;
}

.top-menu-sub ul {
    padding:0;
    margin:0;
}

.top-menu-sub ul li, .footer-menu-sub ul li {
    margin-right: 20px;
}

.top-menu-sub li:last-child, .footer-menu-sub li:last-child {
    margin-right: 0;
}

.top-menu-sub ul li a, .footer-menu-sub ul li a {
    Display:inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-family: Franxurter Medium;
    font-size: 32px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 4px #000;
}

.footer-menu-sub ul li a {
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1px;
}

.footer-menu-sub ul {
    margin-left: 0;
    padding-left: 0;
}

ul {
    list-style: none;
}

li {
    display:inline-block;
}

.top-menu ul {
    padding:0;
}

.center-container, .center-container-404 {
    position: relative;
    padding-bottom: 10px;
    background-color: #fff;
}

.center-container-404 {
    padding-bottom: 0;
}

.wp-block-image{
    margin:0;
}

.center-header {
    position: relative;
    text-align: center;
    padding: 5px;
    color: #fff;
    background:#E886B7;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Franxurter Medium;
    letter-spacing: 3px;
    text-shadow: #000 0px 0px 5px;
}

.center-header a{
    text-decoration: none;
    color:#fff;
}

.center-header img{
    position:absolute;
    height:150px;
    left:10%;
    top:-50px;
    z-index:200;
}

.center-header img.right{
    left:auto;
    right:10%;
}

.center-content-3-rows, .center-artwork {
    display: flex;
    flex-wrap: wrap;
}

.center-artwork>div {
    flex-grow: 1;
    width: 100%;
    text-align: center;
}

.center-artwork>div>img {
    width: 100%;
    object-fit: cover;
    display:block;
}

.center-content-3-rows>div {
    flex-grow: 1;
    width: 33%;
    text-align: center;
}

.center-content-3-rows>div>div {
    position: relative;
    margin: 10px;
    background-color: #90D5D0;
    border-radius:10px;
    height: 90%;
}

.center-content-3-rows>div>div>a {
    text-decoration: none;
}

.center-content-3-rows>div>div>a>img {
    display:block;
    border-radius:10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-content-3-rows>div>div>a>div {
    display:none;
    position: absolute;
    bottom:0;
    width:100%;
    background-color: rgba(144,213,208,0.7);
    max-height: 50%;
    overflow:hidden;
    text-align: left;
    border-radius: 0 0 10px 10px;
}

.center-content-3-rows>div>div>a>img:hover + div {
    display:block;
}

.center-content-3-rows>div>div>a>div>span {
    margin:10px;
    display:inline-block;
    font-size:calc(100% + 0.1vw);
    text-align: left!important;
    color: #fff;
    text-shadow: 0px 0px 4px #14413e;
    ;
    font-family: Franxurter Medium;
    font-weight: normal;
}

.counter-text, .counter-countdown {
    text-align: center;
    margin: 10px auto;
    color: #90D5D0;
    font-family: Franxurter Medium;
    font-size: 24px;
    font-weight: normal;
}

.copyright{
    clear: both;
    text-align: center;
    font-family: Franxurter Medium;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color:#fff;
    text-shadow: 0px 0px 4px #000;
    vertical-align: middle;
}

.footer-container {
    padding:10px;
}

.footer-menu-sub {
    vertical-align: middle;
    float:right;
}

.counter-part {
    display:inline-block;
    margin-right:10px;
    text-align: center;
    color: #fff;
    background: #E886B7;
    padding:10px 20px;
    border-radius: 10px;
    text-shadow: #000 2px 2px 4px;
}

.vibrant-logo, .vibrant-logo-text, .header-menu-right {
    display: inline-block;
    margin: 10px 30px 10px 0;
    vertical-align: middle;
    text-align: left;
}

.header-menu-right {
    margin-right:0;
    vertical-align: middle;
}

.vibrant-logo img, .nav-link img {
    display: inline-block;
    width:100px;
}

.nav-link img {
    width:70px;
}

.vibrant-logo-text img {
    display: block;
    width:300px;
    
}

.vibrant-teaser-background{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background: #000;
}

.vibrant-teaser-background iframe {
    display: block;
    width:100%;
    height: 580px;
}

.vibrant-teaser{
    position: relative;
    pointer-events: none;
    box-sizing: border-box;
}

.mobile-menue {
    display:none;
}

article>header>img{
    width:100%;
    max-height: 400px;
    display:block;
    object-fit: cover;
}

.entry-title, .entry-title-member{
    color:#A181E6;
    font-family: Franxurter Medium;
    font-weight: normal;
    font-size: 30px;
    margin:0;
}

.entry-title-member {
    text-align: center;
}

.entry-header, div.entry-content{
    
    padding:0 10px;
    margin-bottom: 5px;
}

.entry-header{
    padding:0 10px;
    margin-bottom: 5px;
}

article>header>h3.entry-date{
    
    color: #000;
    text-align: left;
    display:block;
    font-size: 0.8em;
    margin: 5px 0;
}

div.entry-content .wp-block-image {
    margin-bottom: 1em;
}


.wp-block-media-text__content{
    align-self: auto!important;
}

.wp-block-media-text__content p{
    margin-top:0;
}

.page-title{
    display:block;
    text-align: center;
    color:#90D5D0;
    margin:0;
    font-family: Franxurter Medium;
    font-weight: normal;
    font-size: 3em;
}

.page-title::first-letter{
    display:block;
    text-align: center;
    color:#E886B7;
    margin:0;
}

#breadcrumbs {
    display:block;
    margin: 0px;
    padding: 10px 0;
}

#breadcrumbs span, #breadcrumbs span a{
    font-family: Franxurter Medium;
    font-weight: normal;
    color:#E886B7;
    font-size: 20px;
}

#breadcrumbs span.breadcrumb_last{
    color:#90D5D0;
}

.archive-post{
    margin:10px 0px;
}

.archive-post:first-child{
    margin-top:0;
}

.archive-post:last-child{
    margin-bottom:0;
}

.archive-post-content{
    display:flex;
    align-items: flex-start;
    padding: 0 10px;
}

.archive-post-excerpt{
    flex-grow: 1;
    margin-left: 10px;
}

.archive-post-excerpt p{
    margin:0;
}

.archive-post-excerpt p::first-letter{
    text-transform: uppercase;
    font-size: 2em;
}

.archive-post-header, .page-header-archive{
    padding: 0 10px;
}

.archive-post-header h1, .archive-post-header h2, .member-name{
    margin:0;
    color:#A181E6;
}

.archive-post-thumbnail img{
    display:block;
    width: 350px;
    height:250px;
    object-fit: cover;
}

.archive-post-date{
    color: #222;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

.front-page-image-full a{
    display:block;
}

.front-page-image-full img{
    width:100%;
    height: auto;
    margin:0;
    padding: 0;
    display:block;
}

.archive-post-header h1, .archive-post-header h2 a, .member-name a{
    color:#A181E6;
    text-decoration: none;
}

nav.pagination .nav-links{
    text-align: center;
    font-size: 1.6em;
    padding-bottom:10px;
    color:#90D5D0;
    border-radius: 5px;
}

.nav-links>span.current{
    font-weight: bold;
}

nav.pagination .nav-links a{
    color:#A181E6;
    text-decoration: none;
}

.member-container{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.member-name{
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    font-family: Franxurter Medium ;
    letter-spacing: 2px;
}

.archive-member .archive-post-thumbnail img{
    object-fit: cover;
    margin:0;
}

.post-thumbnail img{
    width: 100%;
    height:auto;
    display:block;
}

@media screen and (max-width:1000px) {

    .center-header img{
        position:absolute;
        height:100px;
        left:10%;
        top:-30px;
        z-index:200;
    }
    
    .center-header img.right{
        left:auto;
        right:10%;
    }

    .archive-post{
        margin:10px 0;
    }

    .archive-post-header h1, .archive-post-header h2 a{
        color:#A181E6;
        text-decoration: none;
    }

    .archive-post-content{
        display:block;
    }

    .archive-post-excerpt{
        margin-left:0;
    }

    

    .archive-post-date{
        color: #222;
        text-align: left;
        display:block;
        font-size: 0.8em;
        font-weight: bold;
        margin: 5px 0;
    }
    
    .vibrant-header, .vibrant-footer, .center-container{
        width:80%;
        padding-bottom: 1px;
    }

    .vibrant-logo{
        margin-left:10px;
    }

    .vibrant-logo-text{
        margin: 0 auto;
        padding: 5px 10px;
        width: 40%;
    }

    .vibrant-logo-text img {
        width:100%;
    }

    .header-menu-right{
        text-align: right;
        margin-right:10px;
    }

    .top-menu {
        display:flex;
        align-items: center;
        justify-content: space-between;
    }

     .top-menu-sub-mobile { 
        position:absolute;
        width: 100%;
        top:80px;
        background: #E886B7;
        text-align: center;
        font-size: 1.7em;
        font-weight: normal;
        font-family: Franxurter Medium;
        height: auto; 
        max-height:0; 
        overflow: hidden; 
        transition: all 0.5s;
        z-index:300;
    }

     .top-menu-sub-mobile ul>li{
        display:block;
        width: 100%;
        margin-left: 30px;
        margin-bottom: 20px;
        text-align: left;
    }

    .top-menu-sub-mobile ul>li:last-child{
        margin-bottom: 0;
    }

     .top-menu-sub-mobile ul>li>a{
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 1.7em;
        font-weight: normal;
        font-family: Franxurter Medium;
        text-shadow: 0px 0px 4px #000;
     }

     .center-artwork>div {
        flex-grow: 1;
        width: 90%;
        text-align: center;
    }
    
    .center-artwork>div>img {
        overflow: hidden;
        width:100%;
        max-width: unset;
        max-height: 100px;
        margin: 0;
        border-radius: 0;
        border-width: 0;
    }

    .center-header{
        text-align: center;
        padding: 5px;
        color: #fff;
        background:#E886B7;
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .center-content-3-rows>div:first-child{
        height:auto;
    }

    .center-content-3-rows>div>div{
        flex-grow: 1;
        max-height: 100%;
    }

    .center-content-3-rows>div>div img{
        height: auto;
    }

    .center-content-3-rows>div:first-child {
        min-width: 100%;
        width: 100%;
        margin-bottom:0;
        height: 100%;
    }

    .center-content-3-rows>div{
        max-width:50%;
    }

  
    .footer-menu-sub ul li{
        margin-right:10px;
    }
    

    .copyright{
        font-size: 16px;
    }

    article>header>img{
        width:100%;
        height: auto;
        display:block;
        object-fit: cover;
    }

    div.entry-content{
        margin-bottom: 0;
        padding:0;
    }

    div.entry-content::first-letter{
        font-size: 1.6em;
    }

    article>header>.entry-title, .entry-title-member, div.entry-content p{
        margin-top:5px;
        padding:0;
        margin-bottom: 5px;
    }

    div.entry-content p{
        padding:0;
    }

    article>header>h3.entry-date{
        padding:0;
        color: #222;
        text-align: left;
        display:block;
        font-size: 0.8em;
        margin: 5px 0;
    }

    div.entry-content .wp-block-image {
        margin-bottom: 1em;
        display:block;
    }

    .wp-block-media-text__content{
        padding:0!important;
    }

}

@media screen and (max-width:750px) {

    .center-header img{
        position:absolute;
        height:100px;
        left:10%;
        top:-30px;
        z-index:200;
    }
    
    .center-header img.right{
        left:auto;
        right:10%;
    }

    .archive-post{
        margin:10px 0;
    }

    .archive-post-header h1, .archive-post-header h2 a{
        color:#A181E6;
        text-decoration: none;
    }

    .archive-post-content{
        display:block;
    }

    .archive-post-excerpt{
        margin-left:0;
    }

    

    .archive-post-date{
        color: #222;
        text-align: left;
        display:block;
        font-size: 0.8em;
        font-weight: bold;
        margin: 5px 0;
    }
    
    .vibrant-header, .vibrant-footer, .center-container{
        width:100%;
        padding-bottom: 1px;
    }

    .vibrant-logo{
        display:none;
    }

    .vibrant-logo img, .nav-link img {
        display: inline-block;
        width:40px;
    }

    .vibrant-logo-text{
        margin: 0 auto;
        padding: 5px 10px;
        width: 70%;
    }

    .vibrant-logo-text img {
        width:100%;
    }

    .header-menu-right{
        text-align: center;
        width:100%;
        display: none;
    }

    .top-menu {
        display:flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-menue{
        display:inline-block;
    }

    label.hamburg { 
        display: block;
        width: 75px; 
        height: 50px; 
        position: relative; 
        margin: 0 auto;
     }

     #hamburg{
        display:none;
     }

     .line { 
        position: absolute; 
        left:10px;
        height: 4px; width: 55px; 
        background: #fff; border-radius: 2px;
        display: block; 
        transition: 0.5s; 
        transform-origin: center; 
     }
     
     .line:nth-child(1) { top: 12px; }
     .line:nth-child(2) { top: 24px; }
     .line:nth-child(3) { top: 36px; }

     #hamburg:checked + .hamburg .line:nth-child(1){
        transform: translateY(12px) rotate(-45deg);
     }
     
     #hamburg:checked + .hamburg .line:nth-child(2){
        opacity:0;
     }
     
     #hamburg:checked + .hamburg .line:nth-child(3){
        transform: translateY(-12px) rotate(45deg);
     }

     .top-menu-sub {
        display:none;
     }

     .top-menu-sub-mobile { 
        position:absolute;
        width: 100%;
        top:80px;
        background: #E886B7;
        text-align: center;
        font-size: 1.7em;
        font-weight: normal;
        font-family: Franxurter Medium;
        height: auto; 
        max-height:0; 
        overflow: hidden; 
        transition: all 0.5s;
        z-index:300;
    }

     .top-menu-sub-mobile ul>li{
        display:block;
        width: 100%;
        margin-left: 30px;
        margin-bottom: 20px;
        text-align: left;
    }

    .top-menu-sub-mobile ul>li:last-child{
        margin-bottom: 0;
    }

     .top-menu-sub-mobile ul>li>a{
        text-decoration: none;
        color: #fff;
        text-align: center;
        font-size: 1.7em;
        font-weight: normal;
        font-family: Franxurter Medium;
        text-shadow: 0px 0px 4px #000;
     }

     #hamburg:checked + .hamburg  + .top-menu-sub-mobile { 
        max-height: 600px; 
    }

     .center-artwork>div {
        flex-grow: 1;
        width: 90%;
        text-align: center;
    }
    
    .center-artwork>div>img {
        overflow: hidden;
        width:100%;
        max-width: unset;
        max-height: 100px;
        margin: 0;
        border-radius: 0;
        border-width: 0;
    }

    .center-header{
        text-align: center;
        padding: 5px;
        color: #fff;
        background:#E886B7;
        font-size: 1.5em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .center-content-3-rows>div{
        display: none;
    }

    .center-content-3-rows>div:first-child {
        display: block;
        flex-grow: 1;
        width: 100%;
    }

    .footer-logos a {
        display: block;
        margin:0;
        padding:0;
        text-align: center;
    }
    
    .footer-logos a img {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    
    .footer-logos a img:last-child {
        margin-right: 0;
    }

    .footer-menu-sub{
        float:none;
        margin-bottom: 5px;
        text-align: center;
    }

    .footer-menu-sub a {
        text-decoration: none;
    }
    
    .footer-menu-sub ul {
        margin:0;
    }

    .footer-menu-sub ul>li {
        display: block;
        margin-right: 0;
        margin: 10px 0;
    }

    .copyright{
        font-size: 1em;
    }

    article>header>img{
        width:100%;
        height: auto;
        display:block;
        object-fit: cover;
    }

    div.entry-content{
        margin-bottom: 0;
        padding:0;
    }

    div.entry-content::first-letter{
        font-size: 1.6em;
    }

    article>header>.entry-title, .entry-title-member, div.entry-content p{
        margin-top:5px;
        padding:0;
        margin-bottom: 5px;
    }

    div.entry-content p{
        padding:0;
    }

    article>header>h3.entry-date{
        padding:0;
        color: #222;
        text-align: left;
        display:block;
        font-size: 0.8em;
        margin: 5px 0;
    }

    div.entry-content .wp-block-image {
        margin-bottom: 1em;
        display:block;
    }

    .wp-block-media-text__content{
        padding:0!important;
    }

}

@media screen and (max-width:280px) {
    .center-header img{
        position:absolute;
        height:70px;
        left:0;
        top:-15px;
        z-index:200;
    }
    
    .center-header img.right{
        left:auto;
        right:0;
    }
}