/* ==========================================
   HEADER
========================================== */
.header{
    background-color:var(--header-bg);
    color:var(--header-c);
    padding:30px;
	border-top: solid 1px var(--dataregel-top);
	border-bottom: solid 1px var(--dataregel-bottom);
}

.header h1{
    font-size:2rem;
    margin-bottom:5px;
}

.header p{
    color:#xxx;
}

@media screen and (max-width:1200px){

}

@media screen and (max-width:900px){

}

@media screen and (max-width:600px){

}