#content, #header, #headerwrapper, #headerClaimParallax, .grid_slider_header, .slider_wrapper {
    border: 0;
    padding: 0;
    margin: 0;

}

#header {
    height: auto;
    position:relative;
       background-color: blueviolet; 
   z-index: unset;
   z-index: 2;
   width: 100%;
   margin: 0 25px;
}

#headerWrapper {
    border: 0;
    padding: 0;
    margin: 0;
}

#headerClaimParallax {
    background-image: url(../img/Splash_weiss.png);
    background-color: bisque;
    z-index: 5;
}

.headerClaim {
    top: 0;
    display: none;
}
    
    
    
    #headerClaimParallax {
    background-image: url(../img/Splash_weiss.png);
    /* height: 110px; */
    margin-left: 2.5%;
    }
    
    #content {
    width: 100%;
    background-color: aqua;
    margin: 0px 25px;
    }

    @media screen and (max-width: 480px) { 
}
    @media screen and (max-width: 720px) { 
}
    @media screen and (max-width: 960px) { 
}
    @media screen and (max-width: 1348px) { 
}
    @media screen and (max-width: 1024px) { 
}
    