:root {
	--ok: #90ee90;
	--no: #ffc;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Calibri', Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(/images/bg.png);
	background-repeat: repeat;
	background-position: top center;
}

.internal {
	display: none;
}
/* Ende Smartphones */

#anmiation_position {
margin: 5% 10% 2% 10%;
background-color: #ffffff;
/* text-align: center; */
/* color: #ffffff; */
/* font-weight: bold; */
/* font-size: calc(12px + (36 - 12) * ((100vw - 320px) / (1900 - 320))); */
/* width: 99vw; */
}

#counter_position {
margin: 2% auto 0 auto;
color: #ffffff;
font-weight: bold;
font-size: calc(12px + (36 - 12) * ((100vw - 320px) / (1900 - 320)));
width: 99vw;
}

#counter_rechtschreibung_position {
margin: 2% auto 0 auto;
color: #ffffff;
font-weight: normal;
font-size: 18px;
width: 65vw;
}

#selfpage {
	margin: 0 auto 0 auto;
	width: 60%;
    background: #f5f5f5;
    hyphens: auto;
    text-align: justify;
    padding: 15px 15px 15px 15px;
    border: 3px solid #900;
	border-radius: 10px;
    display: inline-block;
    font-size: 16px;
}

.hr_line {
    border: 0;
    margin: 8px 0px 4px 0px;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
    background-image: -moz-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
    background-image: -ms-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
    background-image: -o-linear-gradient(left, rgba(240,111,15,0), rgba(240,111,15,0.75), rgba(240,111,15,0));
}

/*
#counter_position {
	margin: 50px auto 0 auto;
	/* display:inline-block; */
	/* height: 60px; 
	color: #ffffff;
	font-weight: bold;
	font-size: 26px;
}
*/
/* Einschliessen der Floats */
.wrap-3:before,
.wrap-3:after { content: " "; display: table; }
.wrap-3:after { clear: both; }

/* Negativer Margin auf Border - Simulation gleich hohen Spalten */
.wrap-3 { border-right: 0px solid #ddd; background-color: none; }
.wrap-3 .fix { float: right; width: 300px; margin-right: -300px; }
.wrap-3 .liquid { float: left; width: 100%; }

.container_box {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	margin: 0 0 0 -4vw;
}

.left-div {
	flex: 0 0 10px;
	flex-grow: 0, flex-shrink: 0, flex-basis: 200px;
	padding: 0 5% 0 0;
}

.right-div {
	flex: 1;
}

.background_date_time {
	margin: 2% auto 0%;
	width: fit-content;
	height: fit-content;
	padding: 5px 13px;
	background-color: #900;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.7);
	border-radius: 1.3em;
	color: #ffffff;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	text-align: center;
	font-size: 1.4vw;
}

.rechtschreibung_date_time {
	width: 53%;
	padding: 5px 10px 5px 10px;
	background-color: #900;
	box-shadow: rgba(153, 0, 0, 0.5) 10px 10px 15px;
	border-radius: 1.3em;
	color: #ffffff;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	text-align: center;
}

/*
.background_date_time {
	display: inline-block;
	background-color: #990000;
	border-radius: 24px;
	/* max-width: 35%; 
	padding: 5px 10px 5px 10px;	
	color: #ffffff;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
}
*/

#outer_startseite {
	overflow-y: hidden;
	width: 800;
	margin:  0 auto;
	border: 5px solid #990000;
	background: #fff;
	opacity: 0.6;
	background: -moz-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(40%,#e1e1e1), color-stop(50%,#f1f1f1), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -o-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%,#e1e1e1 40%,#f1f1f1 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	border-radius: 10px;
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
		-moz-box-shadow: 0 0 8px rgba(0,0,0,0.6);
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
		-ms-filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	box-shadow: rgba(153, 0, 0, 0.5) 10px 10px 15px;
}

#slogan {
	margin: 1% 0% 0% 0%;
 	position: absolute;
	text-align: center;
	width: 42%;
	z-index: 1;
}

#jahre {
	margin: 2% 0% 0% 0%;
 	position: absolute;
	left: 32%;
	width: 10%;
	z-index: 1;
}

#logo {
	margin: 3% 0% 0% 0%;
 	position: absolute;
	left: 42%;
	width: 25%;
	z-index: 1;
}

#line1 {
	margin: 0 auto;
    width: 40%;
    height: 4px;
	background-color: #0000cf;
	text-decoration: dotted;
}

#line {
	margin: 0 auto;
	border: none;
	border-top: 4px dotted #0000cf;
	color:#ffffff;
	background-color:#ffffff;
	height: 6px;
	width: 60%;
}

#box_sorry {
 height: auto; /* Höhe der div-Box */
 width: auto; /* Breite der div-Box */
 /* margin-top: -100px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
 margin-right: 80%;
 position: relative; /* positionieren */
 /* top: 50%; /* in die Mitte verschieben */
 left: 40%;
 /* weitere Angaben */
 background-color: #0000cf;
 border: 0px solid #0000cf;
 padding-left: -10px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0000cf;
}

h7 {
	font-size: 20px;
	color: #0000cf;
}

h7 + ul {
  margin-top: -2px;
}

h8 {
	font-size: 22px;
	font-weight: bold;
	color: #0000cf;
}

h8 + ul {
	margin-top: -2px;
}

h9 {
	font-size: 22px;
	font-weight: bold;
	color: #0000cf;
}

h9 + ul {
	margin-top: -2px;
	font-size: 18px;
}

/*
a:link {
	text-decoration: underline dotted;
	color: #008600;
}
a:active {
	text-decoration: underline dotted;
	color: #00ff00;
}
a:visited {
	text-decoration: none;
	color: purple;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
*/
.header {
	font-size: 24px;
	background-color: #0000cf;
	border-radius: 20px;
	color: #ffffff;
	padding: 10px 20px 10px 18px;
}
.darks {
	margin: 9% 0 0 18%;
	/* text-align: center; */
 }

.highlight_green {
	font-family: calibri, arial black,sans-serif;
	font-size: 22px;
	font-weight: bold;
	background-color: #008600;
	border-radius: 20px;
	color: #ffffff;
	padding: 2px 17px 6px 17px;
}

.highlight_red {
	font-family: calibri, arial black,sans-serif;
	font-size: 22px;
	font-weight: bold;
	background-color: #ff0000;
	border-radius: 20px;
	color: #ffffff;
	padding: 2px 17px 6px 17px;
}

.vorwort {
	margin: 1% 0 0 0%;
 	text-align: center;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 28px;
}

.absatz {
	margin: 1% 15% 0 15%;
 	text-align: justify;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 22px;
}

.bedingungen {
	margin: 1% 0 0 0%;
 	text-align: justify;
	hyphens: auto;
	font-size: 16px;
	font-family: Calibri, Helvetica, sans-serif;
	padding: 0% 15% 0% 10%;
}

.dse {
	margin: 1% 0 0 0%;
 	text-align: justify;
	hyphens: auto;
	font-size: 16px;
	font-family: Calibri, Helvetica, sans-serif;
	padding: 0% 15% 0% 10%;
}

.rueckblick {
	margin: 1% 0 0 0%;
 	text-align: justify;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 18px;
	padding: 0% 15% 0% 15%;
}

.verlosung {
	margin: 1% 0 0 0%;
 	text-align: justify;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 18px;
	padding: 0% 15% 0% 20%;
}

.impressum {
	margin: 1% 0 0 0%;
 	text-align: justify;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 16px;
	padding: 0% 15% 0% 25%;
}
.gewinne {
	margin: 1% 0 0 0%;
 	text-align: justify;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 16px;
}

.gewinner {
	margin: 0% 0 0 0%;
 	text-align: left;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 18px;
	color: #0000cf;
	font-size: 28px;
}

.linkleiste {
	margin: 0.5% 0 0 0%;
 	text-align: center;
	font-family: Calibri, Helvetica, sans-serif;
	hyphens: auto;
	font-size: 16px;
	color: #0000cf;
}

.gewerke {
	font-size: 24px;
	font-family: Calibri, arial black,sans-serif;
	font-weight: bold;
	background-color: #0000cf;
	border-radius: 20px;
	color: #ffffff;
	padding: 4px 22px 8px 22px;
}
	
	
.bull {
	vertical-align: middle;
	font-size: 24px;
	color: #B29600;
	padding-bottom: 6px;
}

.bull_small {
	vertical-align: middle;
	font-size: 14px;
	color: #B29600;
	padding-bottom: 6px;
}

.wappen-duo-header {
	margin: 2% 0 0 0 !important;
 	position: absolute;
	top: 0px;
	left: 5%;
	width: 5%;
	z-index: 1;
}

.slogan {
	margin: 2% 0 0 0 !important;
 	position: absolute;
	top: 0px;
	right: 3%;
	width: 20%;
	z-index: 1;
}

.slogan-startseite {
	/* margin: 0px 0px 0px 0px !important; */
 	position: absolute;
	top: 900px;
	left: 250px;
	width: 15%;
	z-index: 1;
}

/* Spoiler */
.spoiler {
	overflow:hidden;
	background: transparent;
	padding-left: 5px;
}
.spoiler > div {
	margin-top: 1%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: margin 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: margin 0.2s ease;
	border: 2px solid #00f;
	border-radius: 5px;
	color: #008600;
	width: 25%;
	padding: 5px 10px;
	background-color: #e5e5e5;
}
.spoilerbutton[value="Inhalt-Anzeigen"] + .spoiler > div {
	display: none;
}
.spoilerbutton[value="Inhalt-Verbergen"] + .spoiler {
	padding:5px;
}

/* Button Pfeil nach oben */
#button_up {
	position: fixed;
	bottom: 60px;
	margin-left: 75%;
	background: url(../images/button_up.png);
	background-color: none !important;
}

#button_up span {
	width: 32px; /* die Grafik muss genau die angegebene Größe haben */
	height: 32px; /* die Grafik muss genau die angegebene Größe haben */
	/* display: block !important; */
	background: url(../images/button_up.png);
	background-color: none !important;
}
#button_up:hover {
	background-color: none !important;
}
#button_up:link {
	background-color: none !important;
}
/* Button Pfeil nach unten */
#button_down {
	position: fixed;
	bottom: 95px;
	margin-left: 75%;
	background: url(../images/button_down.png);
	background-color: none !important;
}

#button_down span {
	width: 32px; /* die Grafik muss genau die angegebene Größe haben */
	height: 32px; /* die Grafik muss genau die angegebene Größe haben */
	display: block !important;
	background: url(../images/button_down.png);
	background-color: none !important;
}

#seitenende {
	display: block !important;
}
@media (max-width: 768px) {
	#button_up, #button_down, #button_up span, #button_down span {
     display: none;
	}
}

.footer_1 {
	margin: 1% 5%;
	width: 90%;
	font: normal 10px Helvetica, Arial, Verdana, Sans-Serif;
	color: #000;
}
.footer_2 {
	margin: 1% 2%;
	font: normal 10px Helvetica, Arial, Verdana, Sans-Serif;
	color: #000;
}

/* Start Smartphones */
/* Landscape phones and down */
@media (max-width: 480px) { 
	.mainContainer {
		width: 50%;
		/* width: 100%; */
    }
}

@media (min-width: 768px) { 
	.mainContainer {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
    }
}

/* Tabelle Service & Tools */
.button_startseite a:link, .button_startseite a:active, .button_startseite a:visited {
	color: #fff;
}
.button_startseite a:hover {
	background-color: #fff;
	color: #900;
	border: 1px solid #900;
	display: inline-block;
	width: fit-content;
	padding: 4px 11px 8px;
	border-radius: 7px;
}	
.button_startseite {
	display: block;
	width: fit-content;
	padding: 4px 11px 8px;
	color: #fff;
	background-color: #900;
	border-radius: 7px;
}
td {
    border: 1px solid #900;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	color: #900;
}
td a {
	width: 98%;
	height: 100%;
	border-radius: 10px;
	margin: -1% 0% -1% 0%;
	color: #900;
}
div.ip-info td {
	color: #f00;
}
.tbl_dl {
	background-color: f5f5f5;
	border: 2px solid #00f;
	border-radius: 10px;
	padding: 3px;
}
.tbl_mybb, .tbl_mybb_agent, .tbl_ip_list {
	background-color: #f5f5f5;
	border: 2px solid #900;
	border-radius: 10px;
	padding: 3px;
	font-size: 14px;
}
.tbl_mybb {
	width: 90%;
}
.tbl_ip_list {
	width: 85%;
}
.tbl_mybb_agent {
	width: 60%;
}

.headlines {
	border: 2px solid #900;
	font-size: 22px;
	color: #900;
}
.headlines:hover {
	background-color: #f5f5f5;
	color: #900;
}

.roket_ok {
	width: 35%;
}
.roket_no {
	width: 35%;
}

.zelle_grafik {
	background-color: #f5f5f5;
}

.zelle_point {
	width: 4%;
	background-color: #f5f5f5;
}

.support_no {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #f00;
    /* border: 2px solid #666; */
    color: #fff;
    text-align: center;
    font: 64px Arial, sans-serif;
}
.no_support_line {
	/* display: inline-block; */
	padding-bottom: 10px;
	color: #f00;
}

.status_point_green_legend, .status_point_blue_legend, .status_point_brown_legend, .status_point_red_legend, .status_point_magenta_legend, .status_point_nothing_legend::before {
	border-radius: 8px;
	display: inline-block;
	height: 0.6vw;
	width: 0.6vw;
}
.status_point_magenta_legend {
	background-color: #f0f;
}
.status_point_green_legend {
	background-color: #008600;
}
.status_point_blue_legend {
	background-color: #00F;
}
.status_point_brown_legend {
	background-color: #900;
}
.status_point_red_legend {
	background-color: #F00;
}
.status_point_nothing_legend {
	/*background-color: #000;*/
	content: var(--fa);
	color: #f0f;
}
.status_point_nothing_legend::before {
	padding-right: 2px;
	font: var(--fa-font-solid);  /* Font-Familie per CSS Custom Property */
	content: '\f*';            /* Unicode des gewünschten Icons (hier: user-icon) */
}
.legend_description {
	margin: 0 auto;
}

.status_point_green, .status_point_blue, .status_point_brown, .status_point_red, .status_point_magenta, .status_point_nothing::before {
	margin-top: 1px;
	margin-left: 3px;
	border-radius: 8px;
	margin: 1px auto 0 auto;	
	height: 12px;
	width: 12px;	
}
.status_point_magenta {
	background-color: #f0f;
}
.status_point_green {
	background-color: #008600;
}
.status_point_blue {
	background-color: #00F;
}
.status_point_brown {
	background-color: #900;
}
.status_point_red {
	background-color: #F00;
}
.fa-asterisk {
	--fa: "\*";
}
.status_point_nothing {
	/*background-color: #000;*/
	content: var(--fa);
	color: #f0f;
}
.status_point_nothing::before {
  font: var(--fa-font-solid);  /* Font-Familie per CSS Custom Property */
  content: '\f*';            /* Unicode des gewünschten Icons (hier: user-icon) */
}

.zelle_testforum {
	background-color: #dbead5;
}
.zelle_testforum:hover {
	background-color: #ff0;
	color: #900;
}

.zelle_leer:hover {
	background-color: #f00;
	color: #00f;
}

.zelle_red:hover {
	background-color: #f653a6;
	color: #fff;
}
.zelle_green:hover {
	background-color: #0f0;
	color: #00f;
}
.zelle_green, .zelle_red {
	/* margin: 10px; */
	font:  Sans-Serif, Calibri, Helvetica, Arial, Verdana;
	font-size: 16px;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
}
.zelle_green, .zelle_red, .zelle_testforum {
	padding-left: 10px;
	text-align: left;
}
.zelle_green, .zelle_header {
	color: #00f !important;
}
.zelle_labor {
	background-color: #ffffbf;
	color: #f00 !important;
}
.mybb_php, .html_php {
	background-color: #f5f5f5;
	color: #00f;
	font-size: 14px;
}
.mybb_stats, .html_stats {
	background-color: #f5f5f5;
	color: #00f;
	font-size: 14px;
}

.mybb_0, .mybb_1, .mybb_2, .mybb_3, .mybb_4, .mybb_5, .mybb_6, .mybb_7, .mybb_8 {
	background-color: #f5f5f5;
	color: #00f;
	font-size: 14px;
}

.mybb_0:hover, .mybb_php:hover, .mybb_1:hover, .mybb_2:hover, .mybb_3:hover, .mybb_4:hover, .mybb_5:hover, .mybb_6:hover, .mybb_7:hover {
	color: #f00;
}
.html_1, .html_2, .html_3, .html_4, .html_5, .html_6, .html_7, .html_8 {
	background-color: #f5f5f5;
	color: #00f;
	font-size: 14px;
}

.html_1:hover, .html_2:hover, .html_3:hover, .html_4:hover, .html_5:hover, .html_6:hover, .html_7:hover {
	color: #f00;
}

.mybb_version {
	background-color: #e5f2e5  !important;
	/*color: #008600;*/
	font-weight: normal;
	font-size: 15px;
}
.mybb_version:hover {
	color: #00f;
	font-weight: normal;
}
.php_v {
	background-color: #f5f5f5;
	/* color: #008600; */
	font-weight: bold;
	font-size: 12px;
}
.points {
	background-color: #ffffe5;
}
.php_outdated, .php_rework, .php_error, .mybb_green, .php_default {
	font-size: 15px;
}
.php_outdated {
	background-color: magenta;
	color: #fff;
	font-size: 14px;
}
.php_rework {
	background-color: #ffd8ff;
	color: #008600;
}
.php_empty {
	background-color: #f00;
	color: #fff;
	font-size: 11px;
}
.php_correct {
	background-color: #e5f2e5 !important;
	color: #008600;
}
.php_correct:hover {
	background-color: #008600 !important;
	color: #fff !important;
}
.php_sell {
	background-color: #cce6cc;
	color: #008600;
}
.php_default {
	background-color: #f00;
	color: #fff;
}

.mybb_wrong {
	background-color: #ffd8ff !important;
	color: #00f;
	font-weight: 900;
	font-size: 14px;
	opacity: 0.6;
}
.mybb_wrong:hover {
	color: #f00;
	font-weight: bold;
	opacity: 1;
}
.mybb_correct {
	background-color: #f5f5f5 !important;
	color: #008600;
	font-weight: bold;
}
.mybb_correct:hover {
	background-color: #008600 !important;
	color: #fff !important;
}
.mybb_blue {
	background-color: #f5f5f5;
	color: #00f;
	font-weight: bold;
	font-size: 14px;
}
.mybb_empty {
	background-color: #f00;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
}
.table_footer {
	border: 1px solid #900;
	font-size: 12px;
	font-weight: normal;
	color: #00f;
}

/* Speedtester */
#dsl_test {
	width: 53%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	margin: 0 auto;
}
.dsl_iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	/* min-height: 360px;*/
	border: none;
	border-radius: 30px;
	overflow: hidden !important;
}
.anime {
	display: inline-block;
	color: #f00;
	animation: flipAnimation 5s infinite;
}