p, div{
    font-size: 13pt;
}

.container{
    padding: 15px;
    background-color: rgb(40, 40, 40);
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.container ul, .container ol{
    padding: 5px 20px;
}

.container ul li, .container ol li{
    margin-bottom: 5px;
}

h1{
    margin-bottom: 20px;
}

.newsHeadline{
    margin-bottom: 5px;
}

.calculator{
    width: 40%;
    border-radius: 10px;
}

.timer{
    width: 60%;
    border-radius: 10px;
}

#guessNumber{
    width: 70%;
    border-radius: 10px;
}

.snake{
    width: 30%;
    border: 10px;
}

.sliderDisabled{
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

.sliderEnabled{
    opacity: 1;
    position: initial;
    pointer-events: all;
    transition: opacity 1500ms ease-in-out;
}

.sliderControl{
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    vertical-align: middle;
    width: 35px;
}

.sliderControl:hover{
    background-color: rgb(100, 100, 100);
}

#sliderContent{
    margin-left: 65px;
    min-height: 40vh;
}

#slider{
    min-height: 30px;
    background-color: rgba(60, 60, 60, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    width: 80%;
}

#projectClick{
    text-align: center;
    margin-bottom: 30px;
    user-select: none;
}

#projectClick span{
    font-size: 20px;
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.3);
    user-select: none;
    cursor: pointer;
}

#projectClick span:hover{
    color: rgba(255, 255, 255, 0.7);
}

.activeProject{
    color: white !important;
}

#sliderContent h3{
    font-size: 20pt;
    text-align: center;
}

#sliderContent p{
    text-align: center;
    font-size: 15pt;
}

.linkButtons{
    margin-top: 10px;
    font-size: inherit;
    width: 250px;
    height: 50px;
    color: inherit;
    background-color: rgb(20, 20, 20);
    user-select: none;
    cursor: pointer;
    border-radius: 30px;
    margin-left: 30%;
    border: 1px solid rgb(100, 100, 100);
}

.linkButtons:hover{
    background-color: rgb(30, 30, 30);
}

.linkButtons:active{
    background-color: rgb(10, 10, 10);
    width: 255px;
}

#warning{
    color: red;
}

#contactForm{
    margin-bottom: 30px;
}

input{
    margin-bottom: 15px;
    padding: 0 12px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: rgb(40, 40, 40);
    min-width: 50%;
    height: 40px;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 10px;
}

input:focus, textarea:focus{
    outline: none;
    background-color: rgb(60, 60, 60);
}

input:hover, textarea:hover{
    background-color: rgb(50, 50, 50);
}

textarea{
    color: inherit;
    background-color: rgb(40, 40, 40);
    min-width: 50%;
    max-width: 100%;
    min-height: 100px;
    border: 1px solid rgb(100, 100, 100);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 8px 12px;
    font-size: inherit;
    font-family: inherit;
}

#submit, .accept{
    font-size: inherit;
    width: 200px;
    height: 50px;
    color: inherit;
    background-color: rgb(20, 20, 20);
    user-select: none;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid rgb(100, 100, 100);
    margin-bottom: 30px;
}

#submit:hover, .accept:hover{
    background-color: rgb(40, 40, 40);
    width: 210px;
    transition: 0.4s;
}

#submit:focus, .accept:focus{
    outline: none;
    background-color: rgb(60, 60, 60);
}

.subInfo{
    margin-bottom: 30px;
}

#contactPossibilities{
    margin-bottom: 30px;
    background-color: rgb(40, 40, 40);
    border-radius: 10px;
    width: 100%;
}

#contactPossibilities td{
    padding: 5px;
}

.normalContainer{
    margin-bottom: 30px;
}

u{
    font-size: 13pt;
}

.card{
    display: flex;
}

.cards{
    width: 48%;
    background-color: rgb(40, 40, 40);
    padding: 20px;
    border-radius: 10px;
    margin: 4px;
    text-align: center;
    line-height: 1.5em;
}

.cards p{
    margin-top: 10px;
}

.logo{
    width: 70px;
}

.cards:hover{
    background-color: rgb(60, 60, 60);
}

select{
    background-color: rgb(40, 40, 40);
    color: inherit;
    font-size: inherit;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgb(100, 100, 100);
    margin-bottom: 10px;
}

.click{
    user-select: none;
    cursor: pointer;
}

.merkmale{
    margin-top: 20px;
    margin-left: 10px;
    text-align: left;
}

.merkmale li{
    margin-bottom: 10px;
}

.normalList{
    margin: 20px 0 20px 30px;
    line-height: 1.5em;
}

.datenschutzTabelle{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13pt;
    width: 100%;
    border-radius: 10px;
    background-color: rgb(40, 40, 40);
    padding: 10px;
}

.datenschutzTabelle thead{
    font-size: 16pt;
    font-weight: bolder;
}

.datenschutzTabelle td{
    height: 30px;
}

.wurzelexponent{
    height: 200px;
    margin: 10px 0;
}

.radikantexponent{
    height: 160px;
    margin: 10px 0;
}

#numberField{
    width: 200px;
    min-width: 200px;
    height: 44px;
}

#difficulty{
    margin-bottom: 30px;
    width: 200px;
}

#newGame{
    background-color: rgba(40, 40, 40, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#dialogContent{
    background-color: rgb(20, 20, 20);
    position: absolute;
    padding: 20px;
    top: 80px;
    left: 18%;
    border-radius: 10px;
    width: 64%;
}

#highscoreText{
    color: rgb(180, 180, 180);
    font-size: 18pt;
}

.fullscreenIMG{
    width: 70%;
}

.externLink{
    vertical-align: middle;
    width: 25px;
    margin-left: 3px;
}

.programmeIcon{
    vertical-align: middle;
    width: 40px;
}

.settings{
    width: 50%;
}

.quickAccess{
    width: 30%;
}

.subtitle{
    margin-bottom: 10px;
    color: rgb(180, 180, 180);
    border-top: 1px solid rgb(50, 50, 50);
    padding-top: 2px;
    width: 50%;
}

#canvas{
    background-color: rgb(40, 40, 40);
}

.openMenu{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.openMenu:hover{
    background-color: rgb(100, 100, 100);
}

.direction{
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
}

.direction:hover{
    background-color: rgb(40, 40, 40);
}

#stop{
    cursor: pointer;
    user-select: none;
    border-radius: 50%;
}

#stop:hover{
    background-color: rgb(40, 40, 40);
}

.marked{
    background-color: rgb(40, 40, 40);
}

.buttonDisabled{
    pointer-events: none;
}

.closeBar {
    border-bottom: 3px solid rgb(10, 10, 10);
}

@media(max-width: 600px) {
    .calculator, .timer, #guessNumber, .snake{
        width: 100%;
    }

    #projectClick{
        margin-left: 0%;
    }

    #sliderContent{
        margin-left: 5px;
        margin-right: 5px;
    }

    .linkButtons{
        margin-left: 0;
        width: 50%;
    }

    .linkButtons:active{
        width: 70%;
    }

    #slider{
        width: 100%;
    }

    .card{
        display: initial;
    }

    .cards{
        width: 90%;
    }

    #projectClick span{
        margin-left: 5px;
        font-size: 16px;
    }

    #newGame{
        height: 150%;
    }

    #dialogContent{
        left: 5%;
        width: 85%;
    }

    .container{
        padding: 10px;
    }

    .settings, .quickAccess, .fullscreenIMG{
        width: 100%;
    }
}