
*{
    font-family: 'Overpass', sans-serif;
}

body{
    background-color: azure;
    padding: 0%;
    margin: 0%;
    size: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.panel{
    background-color:azure;
    max-width: 1200px;
    height: 100%;
    margin-right: auto;
    padding: 35px;
    border-radius: 5px;
}

.content-container{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 200px;
    display: flex;
    justify-content: left;
    flex-direction: column;
    font-weight: 200;
    font-family: 'Work Sans' sans-serif;
}

h1{
    font-family: 'Overpass', sans-serif;
    color: black;
    font-size: 28px;
    font-weight: normal;
}

h2{
    font-size: 20px;
    font-weight: 400;
    color: rgb(32, 27, 21);
}

a{
    text-decoration: none;
    font-size: 18px;
    color: black;
}

a:hover{
    color: rgb(209, 99, 99);
}

p{
    margin: 0px;
}

.header{
    background-color: azure;
    position: fixed;
    max-width: 15%;
    font-weight: 100;
    z-index: 20;
}

.header-flex{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-around;
    align-content: space-around;
    gap: 16px;
}


.headertitel{
    margin-bottom: 24px;
}

.section{
    display: flex;
    gap: 12px;
    align-self:baseline;
    position: relative;
    padding: 12 px;
    margin-top: 16px;
}

.section h2{
    min-width: 96px;
}

.article{
    position: relative;
    left: 12px;
    margin-top: 16px;
}

.pasfoto{
    display: inline;
    border-radius: 2px;
    margin-left: 35px;
    margin-top: 16px;
    max-width: 400px;
    height: auto;
}

.hero{
    min-height: 100vh;
}

.headercategorie{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    align-items: flex-end;
    justify-content: space-around;
    gap: 12px;
}

.headercategorie a{
    font-size: 16px;
}

.headercategorie-container{
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 14px;
}

.indented{
    margin-right: 10px;
}

.dropdown-small{
    opacity: 0; 
    height: 0px;
}

.drop-checkbox{
    opacity: 0; 
    height: 0px;
}


@media only screen and (max-width: 800px) {
    .hero{
        min-height: auto;
    }
    .content-container{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 42px;
        padding-left: 0px;
        display: flex;
        justify-content: left;
        flex-direction: column;
        font-weight: 200;
        font-family: 'Work Sans' sans-serif;
    }
    .section{
        display: flex;
        gap: 12px;
        align-self:baseline;
        position: relative;
        flex-direction: column;
        padding: 12 px;
        margin-top: 16px;
        max-width: 600px;
    }

    .header{
        position: relative;
        background: none;
        right: 0%;
        top: 0%;
        right: 0%;
        min-width: 200px;
        font-weight: 100;
        z-index: 20;
        border-radius: 6px;
        height: 0px;
    }

    .header .small-header-flex{
        background-color: rgb(240, 255, 255);
        border-radius: 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: auto;
        position: fixed;
        top: 0%;
        right: 0%;
        gap: 0px;
    }

    .dropdown-small{
        width: auto;
        min-height: 16px;
        opacity: 100; 
        height: auto;
        cursor: pointer;
        align-self:center;
        justify-self: center;
        padding: 6px 48px;
    }

    .header-flex{
        background-color: rgb(240, 255, 255);
        border-radius: 6px;
        margin-top: 4px;
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: flex-end;
        justify-content: space-around;
        align-content: space-around;
        gap: 16px;
        overflow: scroll;
        height: 0px;
        transition: height .4s ease;
    }
    .drop-checkbox{
        display: none;
    }

    #verschenen-check:checked + .header-flex{
        height: auto;
    }
}

@media only screen and (max-device-width: 30cm) {

    *{
        font-size: 36px;
    }

    h1{
        font-size: 46px;
    }

    h2{
        font-size: 42px;
    }

    a{
        font-size: 36px;
    }

    .headercategorie{
        font-size: 36px;
    }
    
    .headercategorie a{
        font-size: 32px;
    }

    .pasfoto{
        max-width: 740px;
        min-width: 360px;
    }

    .panel{
        max-width: 100vw;
        font-size: xx-large;
    }
    .hero{
        min-height: auto;
    }
    .content-container{
        min-width: 90vw;
        margin-left: 1vw;
        margin-right: 1vw;
        margin-top: 42px;
        padding-left: 0px;
        display: flex;
        justify-content: left;
        flex-direction: column;
        font-weight: 200;
        font-family: 'Work Sans' sans-serif;
    }
    .section{
        display: flex;
        gap: 12px;
        align-self:baseline;
        position: relative;
        flex-direction: column;
        padding: 12 px;
        margin-top: 16px;
        width: 100%;
    }

    .header{
        position: static;
        background: none;
        min-width: 200px;
        font-weight: 100;
        z-index: 20;
        border-radius: 6px;
    }

    .header .small-header-flex{
        background-color: rgb(240, 255, 255);
        border-radius: 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-items: center;
        height: auto;
        position: fixed;
        top: 3%;
        right: 0%;
        gap: 0px;
        z-index: 40;
    }
	.dropdown-small{
        width: auto;
        min-height: 16px;
        opacity: 100; 
        height: auto;
        cursor: pointer;
        align-self:center;
        justify-self: center;
        padding: 16px 82px;
    }

    .header-flex{
        background-color: rgb(240, 255, 255);
        border-radius: 6px;
        margin-top: 4px;
        padding: 0px 16px;
        
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: flex-end;
        justify-content: space-around;
        align-content: space-around;
        overflow: hidden;
        gap: 16px;
        height: 0px;
        transition: height .4s ease;
    }
    .drop-checkbox{
        display: none;
    }

    #verschenen-check:checked + .header-flex{
        height: auto;
    }
}