@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html, body{
	margin: 10px 5 0 5;
	padding: 0;
	background-color: #dddd79;
	font-family: 'Roboto', sans-serif;
	color: White;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
}
.item1 {
	grid-area: headder;
	background-color: #220701;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
}
.item2 {
	grid-area: left;
	background-color: #ffff79;
	padding: 6px;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: black;
}
.item3 {
	grid-area: main;
	background-color: #D2D44C;
	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: #ffff79;
	padding: 6px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: White;
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-areas:
    'main main main main main main';
  grid-gap: 10px;
  background-color: #0080d2;
  }
  .grid-container-html{
  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: #0080d2;
  }
 p.text-startseite{
 	font-family: 'Roboto', sans-serif;
 	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	color: Black;
	text-align: justify;
 }
p.text-startseite-klein{
 	font-family: 'Roboto', sans-serif;
 	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	color: Black;
	text-align: justify;
 } 
 p.sponsorlinks{
 	line-height: 2;
 }
 
 
img{
	max-width: 100%;
	height: auto;
}
.textgross{
	font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
}
.um-pornofilm{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.um-werbung-telefonsex{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.um-werbung-b7{
	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-frivol{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe-frivol {
  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;
	font-size: calc(14px + (32 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: black;
}
h2.startseite{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (32 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: red;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	color: black;
}
a{
	font-family: 'Roboto', sans-serif;
	font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #FDFF4D;
	color: black;
	display: inline;
	margin: 3px;
	padding: 3px;
	line-height: 30px;
}
a.start-blau{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #008cff;
	color: black;
	display: block;
	margin: 6px;
	padding: 3px;
}
a.start-rot{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #ff0055;
	color: black;
	display: block;
	margin: 6px;
	padding: 3px;
}
a.start-blau1{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #03a8d2;
	color: black;
	display: block;
	margin: 6px;
	padding: 3px;
}


a.linkstartseite{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #FDFF4D;
	color: red;
	display: block;
	margin: 3px;
	padding: 3px;
}
a.linkstartseite-rotehaus{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #FDFF4D;
	color: red;
	display: block;
	margin: 3px;
	padding: 3px;
}
a.sponsoren{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #FDFF4D;
	color: black;
	display: inline;
	padding: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
a.telefonsex{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #FDFF4D;
	color: black;
	display: inline;
	padding: 5px;
	margin: 3px;
	line-height: 30px;
}
a.bild{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	color: black;
	display: block;
	margin: 3px;
	padding: 3px;
}
a.eingang{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	color: #B000B2;
	display: block;
	margin: 3px;
	padding: 3px;
}
a.toplisten{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: left;
	text-decoration: none;
	background-color: transparent;
	color: #B000B2;
	display: block;
	margin: 3px;
	padding: 3px;
}
a.klein{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #fdff4d;
	color: #B000B2;
	display: block;
	margin: 3px;
	padding: 3px;
	float: left;
	width: 18%;
}
a.minnibanner{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	width: 15%;
	padding: 1px;
}
a.minnibanner-startseite{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	width: 30%;
	padding: 1px;
	background-color: transparent;
}
a.minnibanner-startseite-neben-swingerwerbung{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	width: 20%;
	padding: 1px;
	background-color: transparent;
}
a.checktore{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
	float: none;
	width: 96%;
	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:  #0080a6;
	display: block;
	padding: 1px;
	margin-bottom: 12px;
	margin-top: 8px;
}
.formular-links{
	float: left;
	width:10%;
}
.formular-rechts{
	float: left;
	width:80%;
}
.halbe-breite{
	float: left;
	width: 45%;
}
.halbe-breite-geschichten{
	float: left;
	width: 43%;
}
.halbe-breite-formular-links{
	float: left;
	width: 15%;
}
.halbe-breite-formular-rechts{
	float: left;
	width: 80%;
}
.clear{
	clear: both;
}
input{
	width: 80%;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	margin-bottom: 5px;
}
textarea{
	width: 80%;
	height: 250px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	margin-bottom: 5px;
}
form{
	width: 98%;
}

.um-erotikring{
	width: 50%;
	border: 1px solid Black;
	float: left;
}
a.eortikring-einezeile{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	width: 96%;
	background-color: White;
	border: 1px solid Black;
	float: none;
	margin: 0px;
	padding: 5px;
}
a.eortikring-dreizeile{
	width: 30%;
	float: left;
	background-color: White;
	border: 1px solid Black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	margin: 0px;
	padding: 5px;
}
a.dbox{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	margin: 0px;
	padding: 5px;
}
#dropbox{
	position: absolute;
	visibility: visible;
	left: 280px;
	top: -350px;
	width: 420px;
	height: 300px;
	background-color: #00FF7F;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
}
#dropbox-startseite{
	position: absolute;
	visibility: visible;
	left: 600px;
	top: -490px;
	width: 490px;
	height: 470px;
	background-color: white;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
	text-align: center;
}
.um-drop-down-mdh{
	float: left;
	width: 23%;
}
.mdh-dropdown{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	background-color: Maroon;
	color: White;
}
.um-mmshandybilder{
	float: left;
	width: 20%;
}
.links-top{
	float: left;
	width: 15%;
}
.rechts-top{
	float: left;
	width: 75%;
	text-align: center;
}
@media screen and (max-width: 1144px) {
#dropbox-startseite{
	left: 60px;
}
}
@media screen and (max-width: 900px) {
.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: #0080d2;
  }
 .grid-container-html{
  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: #0080d2;
  }
 .um-erotikring{
	width: 98%;
	border: 1px solid Black;
	float: none;
}
a.minnibanner-startseite-neben-swingerwerbung{
	width: 98%;
	float: none;
}
}

@media screen and (max-width: 500px) {
html, body{
	margin-left: 2px;
}
.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: 2px;
  background-color: #0080d2;
  }
  .grid-container-html{
  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: 2px;
  background-color: #0080d2;
  }
  .item3 {
  	padding: 2px;
  }
	a.klein{
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
	text-align: center;
	text-decoration: none;
	background-color: #fdff4d;
	color: #B000B2;
	display: block;
	margin: 3px;
	padding: 3px;
	float: left;
	width: 43%;
}
a.minnibanner{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	width: 25%;
	padding: 1px;
}
a.checktore{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: white;
	display: block;
	float: left;
	width: 45%;
	padding: 1px;
}
.halbe-breite-formular-links{
	float: none;
	width: 96%;
	margin-left: 1%;
}
.halbe-breite-formular-rechts{
	float: none;
	width: 96%;
	margin-left: 1%;
}
input{
	width: 98%;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	margin-bottom: 5px;
}
textarea{
	width: 98%;
	height: 250px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(14px + (28 - 14) * ((100vw - 320px) / (1600 - 320)));
	margin-bottom: 5px;
}
a.eortikring-einezeile{
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	width: 96%;
	background-color: White;
	border: 1px solid Black;
	float: none;
	margin: 0px;
	padding: 5px;
}
a.eortikring-dreizeile{
	width: 28%;
	float: left;
	background-color: White;
	border: 1px solid Black;
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	margin: 0px;
	padding: 5px;
}
a.minnibanner-startseite-neben-swingerwerbung{
	width: 98%;
	float: none;
	height: 60px;
}
#dropbox{
	position: absolute;
	visibility: visible;
	left: 20px;
	top: -350px;
	width: 280px;
	height: 300px;
	background-color: #00FF7F;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1600 - 320)));
	border: 1px solid Black;
}
#dropbox-startseite{
	left: 5px;
	width:300px;
	height: 380px;
}
.um-mmshandybilder{
	float: left;
	width: 47%;
}
.halbe-breite-geschichten{
	float: none;
	width: 96%;
	margin-left: 0px;
}
.um-werbung-b7{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 106.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.um-werbung-telefonsex{
	position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 190.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
}


