.notfall {
    background-image: url(../img/thiersee.jpeg);
    background-size: cover;
    width: 100vw;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    margin: 0;
}

.aktivsommer {
    background-image: url(../img/sommer.jpg);
    background-size: cover;
    width: 100vw;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    margin: 0;
}

.aktivwinter {
    background-image: url(../img/winter.jpg);
    background-size: cover;
    width: 100vw;
    height: calc(100vh - 50px);
    background-repeat: no-repeat;
    margin: 0;
}

#aussen {
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    min-height: 70px;
    gap: 10px;
    padding: 10px;
}

#innen-symbol {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#innen-liste {
    width: calc(100% - 110px);
    height: 100%;
    padding: 10px;
}

.icons {
    height: 50px;
}

.iconstd {
    height: 30px;
}


.linksymbol {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}

th {
    text-align: center;
}
td {
    text-align: center;
    align-items: center;
    color: white;
    font-size: 30px;
}

h1 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-shadow: 
    -1px 2px 1px hsl(0,0%,52%), 
    -2px 4px 1px hsl(0,0%,54%)
}

li {
    font-size: 18px;
}