html, body{
	margin: 10px 5 0 5;
	padding: 0;
	background-color: #0080d2;
	font-family: 'Roboto', sans-serif;
	color: White;
	font-size: 18px;
}
.item1 {
	grid-area: headder;
	background-color: #fdff4d;
	padding: 6px;
	margin: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.item2 {
	grid-area: left;
	background-color: #ffff79;
	padding: 6px;
	margin: 6px;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.item3 {
	grid-area: main;
	background-color: #ffff79;
	padding: 6px;
	margin: 6px;
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.item4 {
	grid-area: right;
	background-color: #ffff79;
	padding: 6px;
	margin: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.item5 {
	grid-area: navi;
	background-color: transparent;
	padding: 6px;
	margin: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: White;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.item6 {
	grid-area: navi-unten;
	background-color: transparent;
	padding: 6px;
	margin: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: White;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
  	'headder headder headder headder headder headder'
    'main main main main right right';

  grid-gap: 10px;
  background-color: #00049e;
  }
  
img{
	max-width: 100%;
	height: auto;
}

.um-pornofilm{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

h1{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (42 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: red;
}
h2{
	font-family: 'Roboto', sans-serif;
	ont-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: white;
}
a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: black;
	display: block;
	padding: 1px;
}

a.navi{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color:  #005c5b;
	display: block;
	width: 23%;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 8px;
	margin-right: 6px;
	float: left;
}
a.im-text{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #005c5b;
	display: inline;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 2px;
}
.halbe-breite{
	float: left;
	width: 45%;
}
.ohne-navi{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color:  #005c5b;
	display: block;
	width: 23%;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 8px;
	margin-right: 6px;
	float: left;
}
.um-vorschaubilder{
	float: left;
	background-color: #E9EC00;
	width: 15%;
	border: 1px solid Black;
	min-height: 180px;
	padding: 3px;
	margin: 3px;
	padding-top: 3px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.um-privatebilder{
	background-color: #fdff4d;
	float: left;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid Black;
	margin: 3px;
	padding: 3px;
	width: 15%;
}
.clear{
	clear: both;
}


@media screen and (max-width: 900px) {
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
  	'headder headder headder headder headder headder'
    'main main main main main main'
	'right right right right right right';
  grid-gap: 10px;
  background-color: #00049e;
  }
 	.halbe-breite{
	float: none;
	width: 96%;
}
a.navi{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color:  #005c5b;
	display: block;
	width: 45%;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 8px;
	margin-right: 6px;
	float: left;
}
.ohne-navi{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: white;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color:  #005c5b;
	display: block;
	width: 45%;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 8px;
	margin-right: 6px;
	float: left;
}
.um-vorschaubilder{
	float: left;
	background-color: #E9EC00;
	width: 27%;
	border: 1px solid Black;
	min-height: 180px;
	padding: 3px;
	margin: 3px;
	padding-top: 3px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.um-privatebilder{
	background-color: #fdff4d;
	float: left;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid Black;
	margin: 3px;
	padding: 3px;
	width: 27%;
}
}



