/* ======= Scrollbar ======= */

html::-webkit-scrollbar{
    width: 12px;
}

html::-webkit-scrollbar-thumb{
    background-color: #bebebe;
    border-radius: 10000px;
    border:  solid white;
}

html::-webkit-scrollbar-thumb:hover{
    background-color: #a8a8a8;
}

html::-webkit-scrollbar-track{
    background-color: white;
    margin-block: 2px;
}

/* ======= Body ======= */

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Varela Round', sans-serif;
    /* background-color: #F3F5F6; */
    background-color: white;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

@media (max-width:750px){  

    body{
    padding-left: 0px;
    padding-right: 0px;
    }
}

.main {
    background-color: rgb(255, 255, 255);
    padding: 16px;
}

.main2 {
    background-color: rgb(255, 255, 255);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
}

.main3 {
    background-color: rgb(255, 255, 255);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

/* ======= Head/Nav ======= */

.header {
    background-color: #DEDEDE;
    display: flex;
    justify-content: space-between;
    border-radius: 7px;
}

.headerhome{
    display: flex;
    justify-content: left;
    align-items: center;
}

.navhomepic{
    height: 25px;
    align-self: center;
    margin: 5px;
}

.navtextactive{
    color: #831D17;
    text-decoration: none;
    padding: 7px;
    font-weight: 600;
    align-self: center;
    font-size: 22px;
}

.navtextactive:hover {
    text-decoration: underline;
}

.navtextall{
    align-items: center;
    align-self: center;
}

.navtext {
    color: #831D17;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    align-self: center;
    font-size: 18px;
}

.navtext:hover {
    text-decoration: underline;
}

.header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.textweg{
    color: transparent;
    text-decoration: none;
    padding: 7px;
    font-size: 11px;
}

.balkenmittext{
    text-align: center;
    background-color: #DEDEDE;
    border-radius: 7px;
}

.textinbalken{
    color: black;
    padding: 7px;
    font-weight: 600;
}

@media (max-width:750px){  

    .navhomepic{
        height: 15px;
    }

    .navtext{
        font-size: 10px;        
    }    

    .navtextactive{
        font-size: 12px;
    }
    
    .header-image{
        height: 300px;
    }
}

.fragen{
    background-color: #DEDEDE;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 216px;
    padding-right: 216px;
    margin-top: 16px;
    border-radius: 7px;
}

@media (max-width:1000px){
    
    .fragen{
        padding-left: 116px;
        padding-right: 116px;
    }

}

@media (max-width:500px){
    
    .fragen{
        padding-left: 16px;
        padding-right: 16px;
    }

}

.einfragob{
    padding-top: 0px;
    font-size: 27px;
}

.einfrag{
    padding-top: 16px;
    font-size: 27px;
}

.ant{
    padding-top: 7px;
    font-size: 24px;
}

.ant02{
    font-size: 24px;
}

.ant2{
    font-size: 24px;
    padding-top: 3px;
}

.listpic{
    height: 12px;
    vertical-align: middle;
    padding-bottom: 2px;
    margin-right: 7px;
}

.linkintext{
    text-decoration: none;
    color: #831D17;
}

/* ======= Footer ======= */

.footer {
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    justify-content: space-between;
}

.footer-text {
    margin-right: 4px;
    color: black;
    text-decoration: none;
}

.footer-link {
    color: black;
    text-decoration: none;
}

.footer-link:hover{
    text-decoration: underline;
}

.footer-link-top {
    color: #831D17;
    text-decoration: none;
}

.footer-link-top:hover{
    text-decoration: underline;
}