@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html, body{
	margin: 10px 5 0 5;
	padding: 0;
	background-color: #add8e6;
	font-family: 'Roboto', sans-serif;
	color: White;
	font-size: 18px;
}
.item1 {
	grid-area: headder;
	background-color: Red;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
}
.item2 {
	grid-area: left;
	background-color: #add8e6;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	color: black;
}
.item3 {
	grid-area: main;
	background-color: #add8e6;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
}
.item4 {
	grid-area: right;
	background-color: #add8e6;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	color: black;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
   'left main main main main right';
  grid-gap: 10px;
  background-color: #93CCDF;
  }
 
img{
	max-width: 100%;
	height: auto;
}
.text-gross{
	font-family: 'Roboto', sans-serif;
	font-size: calc(18px + (28 - 18) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: black;
	text-align: left;
}
.text-gross-link{
	font-family: 'Roboto', sans-serif;
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: black;
	text-align: left;
}
iframe.werbung{
	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) */
}
.um-werbung-iframe{
	position: relative;
  overflow: hidden;
  width: 100%;
  background-color: Black;
  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(12px + (32 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: black;
}
h2{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (28 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: black;
}
a{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: Black;
	display: block;
	padding: 1px;
	display: block;
	background-color: #ffd700;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 4px;
}
a.bild{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (22 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	color: Black;
	display: block;
	padding: 1px;
	display: block;
	background-color: transparent;
	margin-bottom: 8px;
	margin-top: 8px;
	padding: 4px;
}
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: #900000;
	display: block;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 8px;
}
a.navioben{
	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-image: url(../bilder/navbar.gif);
	display: block;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 20px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	width:18%;
	height: 20px;
}
.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:
   'main main main main main main'
    'left left left left left left'
	  'right right right right right right';
  grid-gap: 10px;
  background-color: #6A1504;
  }
 #cloud {
 		background-image: url(../bilder/tagcloud-lang.png);
		background-size: contain;
		height: 180px;
 }
}
@media screen and (max-width: 580px) {
a.navioben{
 width:30%;
}
}
@media screen and (max-width: 500px) {
	.videovorschau{
		width:45%;
	}
	.videovorschau-zwei{
	
	}
.um-pornofilm-klein{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  float: left;
}
.bilder-neben-video{
	float: none;
	width: 100%;
	background-color: transparent;
}
a.navioben{
 width:45%;
}
}


