.wiwo-header {
        background: #FFFF00 url(../pics/wiwo/wiwo_logo_allgemein.jpg) no-repeat 1% center;
        background-size: 12%;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 5%;
        color: #000000;
        text-indent: 20%;
}

.wiwo-text {
        background: #FFFF00;
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        color: #000000;
}

.wiwo-text h2 {
         color: #000000;
         text-decoration: underline;
         width: 85%
}

.wiwo-text h3 {
         color: #000000;
         width: 85%
}

.wiwo-text p {
         text-indent: 0%;
         color: #000000;
         width: 100%;
         text-align: justify;
         text-justify: inter-word;
}

.table-wiwo-left {
         background: #FFFF00;
         color: #000000;
         text-indent: 0%;
         width: 15%;
         position: absolute;
         top: 180px;
         left: 2%;
         line-height: 1px;
}

.table-wiwo-center {
         text-indent: 0%;
         width: 60%;
         position: absolute;
         left: 20%;
         top: 180px;
}

.table-wiwo-right {
         background: #FFFF00;
         color: #000000;
         text-indent: 0%;
         width: 15%;
         position: absolute;
         left: 85%;
         top: 180px;
}

.table-wiwo-right a {
         color: #000000;
         width: 85%
}

/* Overlay style */
.overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #FFFF00;
}

/* Overlay closing cross */

.overlay .overlay-close_black {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 20px;
        overflow: hidden;
        border: none;
        background: url(../images/cross_black.gif) no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 100;
}

@media screen and (max-height: 30.5em) {
        .overlay nav {
                height: 70%;
                font-size: 34px;
        }
        .overlay ul li {
                min-height: 34px;
        }
}