﻿
* {
  box-sizing: border-box;
}

/* ------------------------------- */


body {
	background-color:   ;
	height: auto;
    max-width: 720px;
    margin: 0 auto ;
}



/* For mobile phones: */
@media only screen and (max-width: 760px) {
body {
	max-width: 520px;
}
}









/* ------------------------------- */




/* ------------------------------- */










.div-0  {
position: relative; 
max-width: 100%; 
height: auto;
border:0px solid #ff0000;
}










.schliessen-div  {
position: absolute;
right: 20px;
top: 15px;
border:0px solid #ff0000;
background-color:    ;
z-index: 5;
}





/* ------------------------------- */


.film {
width: 100%;
height: auto;
border-radius: 15px;
padding: 0px;
}


/* ------------------------------- */



a.link-b:link {
font-family: Arial, Helvetica, sans-serif;
font-size:22px;
text-decoration:none;
  color: #000000;
}
a.link-b:visited {
  color: #000000;
}
a.link-b:hover {
  color: #FF0000;
}
a.link-b:active {
  color: #FF0000;
}




/* ------------------------------- */













