*{
	padding: 0;
	margin: 0;
	font-display: swap;
}

html {
	margin: 0;
	padding: 0;
	background-color: #437DAD;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #D7007E;
	transition: color 250ms;
	transition-timing-function: ease-out;
}

a:hover {
	color: #FF9600;
}
#content p a,
#content p a:link,
#content p a:active,
#content p a:visited {
	text-decoration: underline;
	text-underline-offset: 2px;
}
#content p a:hover {
	text-decoration: none;
}
h1  {
	font-size: 6vw;
	margin-bottom: 15px;
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	color: #2A8FE5;
	text-transform: uppercase;
}

h2, h3  {
	font-size: 5vw;
	margin-bottom: 15px;
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	color: #2A8FE5;
}

hr {
	border: none;
	border-bottom: 1px dotted #ccc;
    height: 0;
	margin-bottom: 15px;
}

/* = Grundstruktur
-------------------------------------------------------------- */
#out {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 520px;
	box-sizing: border-box;
	border-radius: 0;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    overflow-x: hidden;
}

#header {
	margin: 0 20px;
	margin-bottom: 0;
	width: 100%;
	display: block;
}

#header #logo {
	width: 100%;
	margin: 0;
	text-align: center;
}

#header #logo img {
	width: 60%;
	max-width: 344px;
	height: auto;
}

#header #topad {
	display: none;
}

#navline,
#navline_top {
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
}

#navline_top {
	margin: 0 20px;
	border-bottom: 1px dotted #ccc;
}

#navline {
	margin: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
}

#navline ul,
#navline_top ul {
	list-style:none;
	margin:0;
	padding:0;
}

#navline ul li,
#navline_top ul li {
	text-align: center;
	display: inline-block;
	padding: 0;
	margin: 15px 10px;
	font-size: 3vw;
}

#navline ul li a:link,
#navline_top ul li a:link {
	font-weight: bold;
	text-decoration: none;
}

#content,
#content2 {
	margin: 0 20px 20px 20px;
	width: 100%;
	box-sizing: border-box;
}

#sidebar {
	margin: 0 20px 20px 20px;
	width: 100%;
	box-sizing: border-box;
}

#sidebar img {
	margin-bottom: 20px;
}

#sidebar .sticky {
	position: relative;
}

#footer {
	border-top: 1px dashed #ccc;
	margin: 0 20px 20px 20px;
	padding-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 2vw;
	color: #333;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #333;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
	text-decoration: none;
}

#sidebar iframe {
	margin-bottom: 20px;
}

img.pornobild {
	margin: 5px 10px 10px 0;
	padding: 4px;
	background-color: #fff;
	float: left;
	width: 33%;
	max-width: 150px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 50%;
	shape-outside: circle(50% at 50% 50%);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}

p.copyright {
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #333;
}

p.desc,
p.desc2,
p.desc3,
p.desc4 {
	margin-bottom: 15px;
	text-align: justify;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
}
p.desc2 {
	text-align: center;
	margin-bottom: 0;
}
p.desc3 {
	text-align: center;
	margin-bottom: 20px;
}
p.desc4 {
	text-align: left;
	margin-bottom: 20px;
}

/* = Einträge Liste
-------------------------------------------------------------- */

.eintrag {
	box-sizing: border-box;
	margin: 0 0 20px 0;
	display: flex;
	align-items: stretch;
	width: 100%;
	border-radius: 10px;
	background-color: #fdfdfd;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
}

.eintrag:last-child {
	margin: 0;
}

.eintrag a.toplink:before {
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	content: "\f101  ";
}

.eintrag a.toplink,
.eintrag a.toplink:link,
.eintrag a.toplink:active,
.eintrag a.toplink:visited {
	font-size: 1.2em;
	display: block;
	margin-bottom: 5px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
}

.eintrag .rank {
	font-family: 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #555;
	text-align: center;
	background-color: #f5f5f5;
	display: flex;
    align-items: center;
	border-radius: 10px 0 0 10px;
	border-right: 1px solid #eee;
}

.eintrag .rank span {
	box-sizing: border-box;
	display: block;
	width: 46px;
}

.eintrag .inhalt {
	padding: 10px 10px 5px 10px;
	border-left: 1px solid #fff;
}

.eintrag .inhalt img.banner {
	margin: 5px 10px 0 0;
	padding: 3px;
	background-color: #fff;
	float: left;
	width: 34%;
	max-width: 200px;
	height: auto;
	border: 1px solid #ddd;
	border-radius: 50%;
	shape-outside: circle(50% at 50% 50%);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	transition: opacity .5s ease, transform .5s ease;
}

.eintrag .inhalt img.banner:hover {
	opacity: 0.7;
	transform: scale(0.95);
}

.eintrag .inhalt p {
	font-size: 0.95em;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	text-align: justify;
}

.eintrag .inhalt .stats {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 2.5vw;
	color: #555;
	border-top: 1px solid #f5f5f5;
}

.eintrag .inhalt .stats span {
	box-sizing: border-box;
	display: inline-block;
	width: 25%;
	text-align: center;
	padding-top: 2px;
}

/* = Button
-------------------------------------------------------------- */

a.button,
a.button:link,
a.button:active,
a.button:visited {
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 15px 10px 15px 10px;
	display: inline-block;
	width: 100%;
	background-color: #098400;
	transition: background-color 250ms;
	transition-timing-function: ease-out;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
a.button:hover {
	background-color: #46b41f;
	padding: 16px 10px 14px 10px;
}

/* scroll top */
.scrollToTop {
	padding:0; 
	text-align:center; 
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	z-index: 9999;
	font-size: 2em;
	text-shadow: 1px 2px 8px rgba(0,0,0,0.5);
}
.scrollToTop:hover {
	text-decoration:none;
	cursor: pointer;
}

.more {
	margin: 20px 0 0 0;
	padding-top: 20px;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
	border-top: 1px dashed #ccc;
}
.more ul {
	list-style: none;
}
.more ul li {
	margin: 10px 0 10px 25px;
	position: relative;
	word-break: break-all;
}
.more ul li:before {
	content: "🔥";
	text-shadow: none;
	position: absolute;
	left: -25px;
}

@media only screen and (min-width: 788px) {
	body {padding: 20px 0;}
	#out {max-width: 768px !important;border-radius: 3px;}
	#header #logo {margin-bottom: 1px;}
	#header #logo img {width: 250px;}
	#header #topad {width: 728px;box-sizing: border-box;display: block;}
	#navline_top {margin-top: 1px;}
	#navline, #navline_top {text-align: left;}
	#navline ul li, #navline_top ul li {text-align: left;margin-left: 0;font-size: 0.8em;}
	#navline_top ul li {font-size: 0.9em;}
	#navline_top ul li:before {content: "⭐ ";}
	#navline ul li:before {font-family: 'Font Awesome\ 5 Free';color:#afafaf;font-weight: 700;content: "\f101  ";}
	.eintrag .inhalt img.banner {max-width:80px !important;}
	#footer, .eintrag .inhalt .stats {font-size: 0.75em;}
	h1 {font-size: 1.5em;}
	h2, h3 {font-size: 1.3em;}
}