body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
}
main {
    padding: 20px 20px;
}

/*-header.blade-*/
.header{
    top: 0;
    right: 0;
    background: url('../images/azubiWallpaper.png');
    height: 200px;
}
.headline{
    font-size: 360%;
    position: absolute;
    text-align: center;
    color: white;
    left: 0;
    right: 0;
}
.headlineText{
    position: absolute;
    font-size: 130%;
    text-align: center;
    color: white;
    top: 120px;
    left: 0;
    right: 0;
}

/*-header.blade -> menu-*/
.menu{
    background-color: #646464;
    height: 30px;
}
.menuBar{
    position: relative;
    top: 6px;
    left: 56px;
    color: yellowgreen;
    display: inline-flex;
    gap: 30px;
}
.menuLink{
    color: white;
    text-decoration: none;
}

/*-footer.blade-*/
.footer{
    color: white;
    bottom: 0;
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    gap: 60px;
    position: fixed;
    background-color: #424242;
}
.footerText{
    text-decoration: none;
    color: white;
}

/*-welcome.blade-*/
.container-wlc{
    margin: 20px 0;
    display: flex;
    gap: 80px;
    justify-content: center;
}
.wlc-text{
    background-color: yellowgreen;
    border: solid 5px yellowgreen;
    width: 300px;
    text-align: left;
}
.lnk-wlc{
    color:black;
    font-size: 26px;
    text-decoration: none;
}
.img-lnk{
    color: black;
    text-decoration: none;
}

/*-dashboard.blade-*/
.container-d{
    display: inline-flex;
    position: relative;
}
.input-d{
    font-size: 20px;
    width: 100px;
    font-family: Bahnschrift, sans-serif;
}
.input-d:focus{
    outline: none;
    border: yellowgreen 2px solid;
}
.btn-d{
    position: relative;
    left: 20px;
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: yellowgreen;
    border: yellowgreen 2px solid;
    cursor: pointer;
}
.container-e{
    margin: 20px 0;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    row-gap: 35px;
}
.date{
    font-size: 24px;
}
.actual_date{
    border: solid 5px yellowgreen !important;
}
.entryView{
    top: 10px;
    padding: 10px;
    background-color: lightgray;
    border: white 5px solid;
    resize: none;
    height: 250px;
    width: 230px;
    font-family: Bahnschrift, sans-serif;
}
.entryView::placeholder{
    color: #838383;
}
.entryView:focus{
    outline: none;
    border: solid 5px yellowgreen;
}
.input-t{
    font-size: 20px;
    width: 58px;
    font-family: Bahnschrift, sans-serif;
}
.input-t:focus{
    outline: none;
    border: yellowgreen 2px solid;
}
.arrows{
    position: relative;
    top: 10px;
    color: dimgrey;
    font-size: 52px;
    text-decoration: none;
    height: 48px;
}
.btn-sv{
    position: relative;
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: yellowgreen;
    border: yellowgreen 2px solid;
    cursor: pointer;
}
.btn-pdf{
    position: relative;
    left: 30px;
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: yellowgreen;
    border: yellowgreen 2px solid;
    cursor: pointer;
}

/*-check the rest-*/

/*-profile-*/
.profile {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    gap: 120px;
}
.profile-hl{
    position: relative;
    left: 2px;
    display: flex;
    justify-content: left;
}
.profile-div{
    margin: 10px;
    padding: 10px;
    display: flex;
    justify-content: left;
}
.profile-div-dlt{
    position: relative;
    top: 13px;
    display: flex;
    justify-content: left;
}
.profile-chPsw{
    position: relative;
    left: 3px;
}
.profile-input-psw{
    position: relative;
    right: 4px;
    font-size: 16px;
    width: 280px;
    font-family: Bahnschrift, sans-serif;
}
.dlt-btn{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: salmon;
    border: salmon 2px solid;
    cursor: pointer;
}
.dlt-user-c-btn{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: salmon;
    border: none;
    cursor: pointer;
}
.popup{
    display: none;
    text-align: left;
}

/*-cards-*/
.backArrow{
    color: black;
    text-decoration: none;
}
.cCreate{
    border: 5px white solid;
}
.categoryShow{
    border: 2px lightgray solid;
    padding: 20px;
    max-width: 400px;
    max-height: 600px;
    align-self: flex-start;
}
.cShow{
    border: 2px lightgray solid;
    padding: 20px;
    max-height: 620px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.solution-text{
    font-size: 18px;
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
}
.solution-text::-webkit-scrollbar{
    width: 100px;
}
.dlt-lnk{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    color: black;
    text-decoration: none;
    background-color: salmon;
    border: salmon 5px solid;
    cursor: pointer;
}
.crd-lnk{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    color: black;
    text-decoration: none;
    background-color: yellowgreen;
    border: yellowgreen 5px solid;
    cursor: pointer;
}
.cButtons{
    display: flex;
    gap: 5px;
}
.labelImage{
    cursor: pointer;
}
.inputImage{
    display: none;
}
.inputSolution{
    font-size: 16px;
    width: 280px;
    height: 164px;
    resize: none;
    font-family: Bahnschrift, sans-serif;
}
.inputSolution:focus{
    outline: none;
    border: yellowgreen 2px solid;
}
.cTextA{
    top: 10px;
    padding: 10px;
    background-color: lightgray;
    border: white 5px solid;
    resize: none;
    height: 100px;
    width: 150px;
    font-family: Bahnschrift, sans-serif;
}
.cTextA::placeholder{
    color: #838383;
}
.cTextA:focus{
    outline: none;
    border: solid 5px yellowgreen;
}
.quizArea{
    border: lightgray 5px solid;
    resize: none;
    width: 100%;
    height: 240px;
    font-family: Bahnschrift, sans-serif;
}
.quizArea::placeholder{
    color: #838383;
}
.quizArea:focus{
    outline: none;
    border: solid 5px yellowgreen;
}
.results{
    font-size: 20px;
}
.answers{
    font-size: 24px;
}
.c-images{
    height: auto;
    max-height: 80px;
}

/*-LösungButton-*/
.btn-sl{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: yellowgreen;
    border: none;
    cursor: pointer;
}
.bar{
    height: 24px;
    color: white;
    background-color: yellowgreen;
}
.border{
    border: 1px solid darkgray;
    width: 680px;
}

/*-calendar-*/
.highlightedDay{
    background-color: yellowgreen;
}

/*-general-classes-*/
.container{
    margin: 20px 0;
    display: flex;
    justify-content: center;
}
.container-gw{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.container-cards{
    display: flex;
    justify-content: center;
}
.container-c{
    margin: 20px 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: left;
}
.container-d{
    display: inline-flex;
    position: relative;
}

.container-r{
    margin: 1rem;
    padding: 2rem 2rem;
    text-align: center;
}
.container-re{
    display: inline-block;
    border: 1px solid darkgrey;
    padding: 1rem 1rem;
    vertical-align: middle;
}
.input{
    font-size: 16px;
    width: 280px;
    font-family: Bahnschrift, sans-serif;
}
.input:focus{
    outline: none;
    border: yellowgreen 2px solid;
}
.link{
    text-decoration: none;
    color: #2563eb;
}
.btn{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: yellowgreen;
    border: yellowgreen 2px solid;
    cursor: pointer;
}
.linkToBtn{
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    background-color: yellowgreen;
    border: yellowgreen 5px solid;
    cursor: pointer;
}
.errorMsg{
    font-size: 16px;
    font-family: Bahnschrift, sans-serif;
    color: salmon;
    text-align: center;
}

@media only screen and (max-width: 1919px) {
    .btn-pdf{
        position: relative;
        left: 0;
        bottom: 10px;
        font-size: 16px;
        font-family: Bahnschrift, sans-serif;
        background-color: yellowgreen;
        border: yellowgreen 2px solid;
        cursor: pointer;
    }
}

@media only screen and (max-width: 800px) {
    .btn{
        font-size: 16px;
        font-family: Bahnschrift, sans-serif;
        background-color: yellowgreen;
        border: yellowgreen 4px solid;
        cursor: pointer;
    }
    .btn-d{
        position: relative;
        left: 25px;
        font-size: 16px;
        font-family: Bahnschrift, sans-serif;
        background-color: yellowgreen;
        border: yellowgreen 2px solid;
        cursor: pointer;
    }
    .dlt-btn{
        font-size: 16px;
        font-family: Bahnschrift, sans-serif;
        background-color: salmon;
        border: salmon 4px solid;
        cursor: pointer;
    }
    .card-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .headline{
        font-size: 360%;
        position: absolute;
        text-align: center;
        text-shadow: 0 0 3px black, 0 0 5px black;
        color: white;
        left: 0;
        right: 0;
    }
    .headlineText{
        position: absolute;
        font-size: 130%;
        text-align: center;
        text-shadow: 0 0 3px black, 0 0 5px black;
        color: white;
        top: 120px;
        left: 0;
        right: 0;
    }

}
