/* table.noborder{
border: 0px solid rgb(0,0,0);
}  */

/* Setzt den Header für Archive, Beiträge und Seiten, die nicht Startseite sind, auf 50 Prozent Fensterhöhe (Desktop) */

@media screen and (min-width: 48em) {
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header {
height: 1200px;
height: 47vh;
max-height: 0%;
overflow: hidden;
}
} 

.custom-header, .has-header-image.twentyseventeen-front-page .custom-header { height: 870px; }
@media only screen and (max-width:768px) 

{ 
.custom-header, .has-header-image.twentyseventeen-front-page .custom-header { height: 400px; } } @media only screen and (max-width:480px) { .custom-header, .has-header-image.twentyseventeen-front-page .custom-header { height: 200px; } } 

/*@media screen and (max-width:1000em){
.panel-image {background-size:contain !important}
}*/