html, body {
	margin: 2px;
	padding:5px 0 0 5px;
	background-color: #FEFFA3;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color:#000;
	font-size : 12px;
}
img{
	max-width: 100%;
	height: auto;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.item1 {
	grid-area: headder;
	background-color: #ffff79;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: Black;
}
.item2 {
	grid-area: left;
	background-color: #37B9B7;
	padding: 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;
	text-align: center;
}
.item3 {
	grid-area: main;
	background-color: #A9C3D3;
	padding: 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: #008080;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: White;
	text-align: center;
}
.item5 {
	grid-area: footer;
	background-color: #008080;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: White;
	text-align: center;
}
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: 'left main main main main main';
	grid-gap: 10px;
	background-color: transparent;
}
.grid-container-haus2 {
	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: transparent;
}
.grid-container-anzeigenauswahl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: 'left main main main main right'
	'footer footer footer footer footer footer';
	grid-gap: 10px;
	background-color: transparent;
}
h1, h2, h3, h4, h5, h6, p {
	margin : 0;
	padding : 0;
}

h1 {
	padding: 0 0 8px 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(20px + (48 - 20) * ((100vw - 320px) / (1600 - 320)));
	color: Red;
	text-align: center;
	display: block;
}

h2 {
	padding: 0 0 8px 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(18px + (26 - 18) * ((100vw - 320px) / (1600 - 320)));
	display: block;
	background-color: transparent;
	text-align: center;
}

h3 {
	padding : 8px 0 16px 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1600 - 320)));
}

h4 {
	padding : 8px 0 16px 0;
	font-family: 'Roboto', sans-serif;
	font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1600 - 320)));
}
.zentriert {
   display: flex;
   justify-content: center;
   align-items: center;
	width: 100%;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size : 100%;
	text-decoration : underline;
}

a {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-decoration: none;
}
a.links {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-decoration: none;
	display: block;
	margin: 3px;
	padding: 3px;
	background-color: #2D9998;
}
a.seitennavi {
	color: #1C3D73;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	background-color: #5C91B2;
		border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
}
a.um-auswahl {
	float: left;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	background-color: #5C91B2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid Black;
	width: 30%;
	display:block;
	text-align: center;
}
a.navi {
	float: left;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	background-color: #5C91B2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid Black;
	display: block;
	width: 200px;
}
a.ganze-breite {
	float: none;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	background-color: #5C91B2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid Black;
	display: block;
	width: 96%;
}
a.sextipps {
	float: left;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	background-color: #C00000;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid Black;
}
.linktrenner{
	background-color: #ff0000;
	color: #ffc829;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	margin: 3px;
	padding: 3px;
	margin-top: 8px;
}
.halbe-breite{
	float: left;
	width: 47%;
	padding: 3px;
}
.virtel-breite{
	float: left;
	width: 23%;
	padding: 3px;
}
.dreiviertel-breite{
	float: left;
	width: 73%;
	padding: 3px;
}
.ganze-breite{
	float: none;
	width: 96%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
}
.um-bilder{
	float: left;
	width: 30%;
	margin: 3px;
	padding: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}
.um-bilder-klein{
	float: left;
	width: 23%;
	margin: 3px;
	padding: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: center;
}
.um-werbung-links{
	float: none;
	width: 100%;
}
input{
	width: 96%;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
}
textarea{
	width: 96%;
	height: 250px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
}
.link-footer{
	float: left;
	width: 32%;
	background-color:#2929A5;
	background-image:linear-gradient( #008080 20%,#a9c3d3 95%);
	padding: 2%;
	color:white;
	margin: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 90%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 0.5px solid #ffffff;
	text-align: center;
	padding: 3px;
}
.clear{
	clear: both;
}
.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%;
}
.um-werbung-b7{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.um-werbung-b7-banner{
	position: relative;
  overflow: hidden;
  width: 90%;
  padding-top: 16.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

@media screen and (max-width: 1075px) {
.link-footer{
	float: left;
	width: 47%;
	background-color:#2929A5;
	background-image:linear-gradient( #008080 20%,#a9c3d3 95%);
	padding: 2%;
	color:white;
	margin: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 90%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 0.5px solid #ffffff;
	text-align: center;
	padding: 3px;
}

}
@media screen and (max-width: 830px) {
.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';
  grid-gap: 10px;
	background-color: transparent;
  }
  .grid-container-haus2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: 
	 'main main main main main main'
  'left left left right right right';
	grid-gap: 10px;
	background-color: transparent;
}
.grid-container-anzeigenauswahl {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-areas: 'main main main main main main'
	'left left left right right right'
	'footer footer footer footer footer footer';
	grid-gap: 10px;
	background-color: transparent;
}
.halbe-breite{
	float: none;
	width: 96%;
	padding: 3px;
}
.um-werbung-links{
	float: left;
	width: 47%;
}
.um-bilder{
	float: left;
	width: 47%;
	margin: 3px;
	padding: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
}
@media screen and (max-width: 498px) {
.link-footer{
	float: none;
	width: 96%;
	background-color:#2929A5;
	background-image:linear-gradient( #008080 20%,#a9c3d3 95%);
	padding: 2%;
	color:white;
	margin: 3px;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 90%;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	border: 0.5px solid #ffffff;
	text-align: center;
	padding: 3px;
}
@media screen and (max-width: 490px) {
.um-bilder{
	float: none;
	width: 96%;
	margin: 3px;
	padding: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(10px + (12 - 10) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
a.um-auswahl {
	float: left;
	color: black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1600 - 320)));
	background-color: #5C91B2;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 3px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid Black;
	width: 43%;
	display:block;
	text-align: center;
}
}