* {
    box-sizing: border-box;
}

BODY {
    width:100%;     
    height: 100%; 
    margin: 0px;
    padding: 0px;
    background-color: lightgrey;
}
@font-face {
    font-family: 'arial-roundedregular';
    src: url('unicode.arialr-webfont.woff2') format('woff2'),
         url('unicode.arialr-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#ripples {
    position:fixed;
    z-index: 1;
    width:100%;     
    height: 100%; 
}

video {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
  @media (min-aspect-ratio: 16/9) {
    video {
        width:100%;
        height: auto;
    }
}
    @media (max-aspect-ratio: 16/9) {
    video { 
        width:auto;
        height: 100%;
    }
}

a:link {
    color: white;
    text-decoration: none;
}
a:visited {
    color: white;
}

a:hover {
    color: blue;
    cursor: pointer;
  }
a:active {
    color: blue;
}

.box-text a:link {
    color: blue;
    text-decoration: none;
}
.box-text a:visited {
    color: blue;
}

.box-text a:hover {
    color: white;
    cursor: pointer;
  }
.box-text a:active {
    color: white;
}

.footer a:link {
    color: lightgray;
    text-decoration: none;
}
.footer a:visited {
    color:lightgray;
}

.footer a:hover {
    color: white;
    cursor: pointer;
  }
.footer a:active {
    color: lightgray;
}

h1{
    font-size:2vw;
    line-height: 2.4vw;
}
ul {
    padding-left: 0%;
  }
li{
    list-style-type: none;
}

.logo {
    width: 21%;;
    max-width: initial;
    position: absolute;
    left: 1.6%;
    top: 1.5%;
    z-index: 1;
}

.x {
    position: absolute;
    font-size: 6vw;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    color:blue;
    top: 10px;
    right: 15px;
    z-index: 500;
    opacity: 0;
    cursor: default;
}
.sprache {
    width: auto;
    text-align: center;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 3vw;
    letter-spacing: 0.08vw;
    position: absolute;
    color: white;
    text-shadow: 2px 2px 20px darkgray;
    right: 1.6%;
    top: 1%;
    z-index: 2;
}

.willkommen {
    width: 11%;
    text-align: center;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 3vw;
    letter-spacing: 0.08vw;
    position: absolute;
    color:white;
    padding:1%;
    opacity:0.9;
    border-radius: 50%;
    background:lightgray;
    box-shadow: inset 0px 0px 20px #f14aab;
    left: 1.6%;
    bottom: 5%;
    z-index: 2;
 
}
.programm {
    width: 11%;
    text-align: center;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 3vw;
    letter-spacing: 0.08vw;
    position: absolute;
    color:white;
    padding:1%;
    opacity:0.9;
    border-radius: 50%;
    background:lightgray;
    box-shadow: inset 0px 0px 20px #f14aab;
    left: 30%;
    bottom: 5%;
    z-index: 2;
}

.livestream {
    width: 11%;
    text-align: center;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 3vw;
    letter-spacing: 0.08vw;
    position: absolute;
    color:white;
    padding:1%;
    opacity:0.9;
    border-radius: 50%;
    background: lightgray;
    box-shadow: inset 0px 0px 20px #f14aab;;
    right: 30%;
    bottom: 5%;
    z-index: 2;
}

.radio {
    width: 11%;
    text-align: center;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 1.3vw;
    line-height: 3vw;
    letter-spacing: 0.08vw;
    position: absolute;
    color:white;
    padding:1%;
    opacity:0.9;
    border-radius: 50%;
    background:lightgray;
    box-shadow: inset 0px 0px 20px #f14aab;
    right: 1.6%;
    bottom: 5%;
    z-index: 2;
    cursor: pointer;
}

.box-text {
    width: 60%;
    height: 80%;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 1.15vw;
    line-height: 1.35vw;
    letter-spacing: 0.03vw;
    color:blue;
    margin: auto 0;
    padding: 4% 7% 7% 7%;
    border-radius: 10%;
    background:lightgrey;
    opacity: 0.9;
    box-shadow: 5px 5px 20px black;
    position: absolute;
    z-index: 200;
    display: none;
    overflow: scroll;
    top: 50%;
    left: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-text-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(blue, black);
    opacity: 0.5;
    position: fixed;
    z-index:80;
    display: none;
    overflow: hidden;
}

.tabelle-date {
    font-size:2.8vw;
    line-height: 2.8vw;
    padding-top:1vw;
    padding-bottom: 1vw;
    border-top: 1vw;
    border-top-color: blue;
    border-top-style: solid;
}

.grid-container {
    display: grid;
    grid-template-columns: 16% 57% 21%;
    grid-column-gap: 3%;
    grid-row-gap: 10px;
    padding-bottom: 60px;
}

.grid-item {
    border-top: 2px;
    border-top-color: blue;
    border-top-style: solid;
    padding-top: 10px;
    padding-bottom:20px;
}

.footer {
    width: 100%;
    background-color:#f16bba;
    opacity:0.8;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: absolute;
    bottom: 0;
    font-family: 'arial-roundedregular', Arial, Helvetica, sans-serif;
    font-size: 0.8vw;
    font-size: 0.8vw;
    letter-spacing: 0.05vw;
    text-align:center;
    color:lightgray;
    z-index: 300;
}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
    h1{
        font-size: 4vw;
        line-height: 4vw;
    }
    .logo {
        width: 50%;;
        left: 3.5%;
    }
    #ripples {
        display: none; 
    }
    video {
        left: -100%;
    } 
    .x {
        opacity: 1;
        cursor: pointer;
    }
    .sprache {
        font-size: 4.75vw;
        letter-spacing: 0.7 vw;
        right: 3.5%;
        top: 2.3%;
    }
    .willkommen {
        width: 75%;
        font-size: 6vw;
        line-height: 20vw;
        letter-spacing: 0.5vw;
        left: 50%;
        top: 13%;
        transform: translateX(-50%);
        bottom: inherit;
    }
    .programm {
        width: 75%;
        font-size: 6vw;
        line-height: 20vw;
        letter-spacing: 0.5vw;
        left: 50%;
        top: 32%;
        transform: translateX(-50%);
        bottom: inherit;
    }
    .livestream {
        width: 75%;
        font-size: 6vw;
        line-height: 20vw;
        letter-spacing: 0.5vw;
        left: 50%;
        top: 52%;
        transform: translateX(-50%);
        bottom: inherit;
    }
    .radio {
        width: 75%;
        font-size: 6vw;
        line-height: 20vw;
        letter-spacing: 0.5vw;
        left: 50%;
        top: 72%;
        transform: translateX(-50%);
        bottom: inherit;
    }
    .box-text {
        width: 90%;
        height: 87%;
        font-size: 3.2vw;
        line-height: 3.75vw;
        letter-spacing: 0.075vw;
        margin: auto 0;
        padding: 5%;
        border-top-left-radius:     12px 12px;
        border-top-right-radius:    12px 12px;
        border-bottom-right-radius: 12px 12px;
        border-bottom-left-radius:  12px 12px;
        top: 10%;
        left: 5%;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        z-index: 400;
    }
    .tabelle-date {
        font-size:6vw;
        line-height: 4vw;
        padding-top:2vw;
        padding-bottom: 3vw;
    } 
    .grid-container {
        display: grid;
        grid-template-columns: 13% 58% 23%;
        grid-column-gap: 3%;
        grid-row-gap: 10px;
        padding-bottom: 40px;
    }
    .footer {
        padding-bottom: 4px;
        padding-right: 6px;
        font-size: 10px;
        line-height: 13px;
        letter-spacing: 0.1vw;
    }
  }
  
  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    body {
    }
  }