/**
 * @author: place4service.de
 * Copyright (C) 2019 by DST GmbH - Alle Rechte vorbehalten.
/* Typography =================================================== */
/*
:root {
	--main: #900;
	--white: #fff;
}
*/
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;
}
.leitfaden {
	margin: 0 auto;
	width: fit-content;
	height: fit-content;
	color: #fff;
	background-color: #900;
	padding: 4px 10px 6px;
	border-radius: 10px;
	font-size: 1.4vw;
	box-shadow: 5px 8px 14px rgb(0, 0, 0);
}
.ip_adress {
	display: block;
	margin: 2% auto 0%;
	width: fit-content;
	height: fit-content;
	border-radius: 10px;
	background-color: var(--main);
	color: #fff;
	position: relative;
	padding: 5px 10px;
}
.pictures {
	position: relative;
	margin: 0 auto;
	width: 40%;
	outline: 4px solid #900;
	outline-offset: 2px;
	border-radius: 20px;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.7);
}
.fontane {
	position: absolute;
	text-align: left;
	float: left;
	margin: 1.5% 1.5%;
	width: 11%;
	outline: 1px solid #fff;
	outline-offset: 5px;
	border-radius: 100%;
	z-index: 3;
}
.picture_fontane {
	position: relative;
	text-align: right;
	width: 99.9%;
	border-radius: 20px;
}
.background_timezone {
	width: fit-content;
	height: fit-content;
	background-color: #990000;
	border-radius: 12px;
	padding: 2px 8px;
	color: #ffffff;
	font-weight: normal;
	font-size: 0.8vw;
	box-shadow: 3px 3px 15px #900;
}
.coffee_card, .kino_card {
	height: 100;
	border-radius: 20px;
	border: 2px solid #fff;
}
.coffee_card {
	width: 170px; 
}
.kino_card {
	width: 240px; 
}
.internal {
	display: none;
}

#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;
    }
}
