  
html body { margin-top: 0px; }
html #header { display: none; }
html #right .content h1 { color: black; }  
html #right .content p { color: black; }
html #main {min-height: calc(100vh - 341px);}
div#right { background-color: transparent; box-shadow: none;}


@media (min-width: 550px) { 

html body{
    background-image: url(https://www.cfan.eu/fileadmin/bilder/Products/Reckless-Love/Reckless-Love-Background_en.jpg);
    background-size: 129%;
    background-color: #000000;
    margin-top: 0px;
    background-repeat: no-repeat;
    background-position-y: 0px;
}
  
html body:lang(de) {
    background-image: url(https://www.cfan.eu/fileadmin/bilder/Products/Reckless-Love/Reckless-Love-Background_de.jpg);
}
                          
html body:lang(fr) {
    background-image: url(https://www.cfan.eu/fileadmin/bilder/Products/Reckless-Love/Reckless-Love-Background_fr.jpg);
}

  
html #content{ box-shadow: none; }
div#top-banner { display:none; }
html #footer{ box-shadow: none; }

html #top-banner + #space #right { padding-top: 50vw; } 
  
html #right .content h1 { color: white; }
html #right .content p { color: white; }  

}
  

@media (min-width: 720px) { 

html body{ margin-top: 70px; background-position-y: 0px; }
 
}
  