/* ==========================================================================
   Werbeagentur exakt - Darmstadt
   www.exakt-kreativ.de

   Gesamtbreite: 1120px 
   Breite Content: 1060px 
   Farbe. #d2923f
   Alle Angaben von jeweiligen Wert ändern, um die Breite durchgehend anzupassen
   ========================================================================== */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/***** Global *****/
body {
	font-family: 'Roboto';
	color: #444444;
	font-size: 17px;
	font-weight: 400;
	padding: 0;
	margin: 0;
	background: #f6f6f6; /*Farbe Hintergrund - für context Box Hintergrund siehe Zeile 409*/
}
/***** Headlines *****/
h1, h2, h3, h4 {
	overflow-wrap: break-word;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.3em;
}

h1 {
	font-size: 2.0em;
	color: #d2923f;
}

h2 {
	font-size: 1.6em;
	color: #111111;

}

h3 {
	font-size: 1.5em;
	color: #d2923f;

}

h4 {
	font-size: 1.2em;
	color: #d2923f;
	text-align: center;

}


p {
	line-height: 1.4em;
	margin-bottom: 20px;
}




/***** Links *****/

a {
	color: #d2923f;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
hr {
	border: 1px solid #C8C8C8;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin: 20px auto;
}
button {
	color: #111;
	background-color: #fcc141;
	border: #fcc141 solid 1px;
	padding: 10px;
	min-height: 60px;
	font-size: 20px;
	display: inline-block;
	border-radius: 15px;
	margin: 30px 0px 40px 0px;
}
button:hover {
	color: #111;
	background-color: #fcb315;
	cursor: pointer;
}

@media screen and (max-width: 400px) {
	button {
		width: 100%;
	}
}
/***** Header *****/
#headerwrap {
	width: 1120px;
	background-color: #555555;
	-webkit-box-shadow: inset -1px -5px 0px -1px #555555;
	-moz-box-shadow: inset -1px -5px 0px -1px #555555;
	box-shadow: inset -1px -5px 0px -1px #555555;
	top: 0;
	min-height: 47px;
	z-index: 1000;
	margin: auto;
	position: relative;
	border-bottom: 5px solid #d2923f;
}
#header {
	margin: auto;
}
/***** Menu *****/
#menu li:hover .down {
	transform: rotate(225deg);
	color: #d2923f;
}
#menu {
	font-size: 20px;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu li {
	display: inline-block;
	height: 42px;
	border-left: 1px solid #222222;
}
#menu li a {
	color: #FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	border-left: 1px solid #383838;
	height: 42px;
	padding: 0 10px;
	line-height: 47px;
	display: inline-block;
}
#menu a:hover {
	color: #d2923f;
}
#menu li ul {
	visibility: hidden;
	position: absolute;
	padding: 0;
	background-color: #555555;
	z-index: 500;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
	min-width: 160px;
	width: inherit;
}
#menu li ul li {
	display: list-item;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #E0E0E0;
}
#menu li ul li a {
	height: 42px;
	padding: 0 10px;
	line-height: 47px;
	color: #FFFFFF;
	text-transform: inherit;
	letter-spacing: 0;
	display: block;
}
#menu li ul li a:hover {
	color: #d2923f;
}
/***** Menu mobil *****/
#momenu-o {
	display: none;
	width: 100%;
	cursor: pointer;
	float: right;
}
.menuicon {
	width: 24px;
	height: 2px;
	background-color: #FFFFFF;
	backface-visibility: hidden;
	display: block;
	transform: rotate(180deg);
	margin: 25px 20px 35px 20px;
	float: right;
}
.menuicon:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	box-sizing: border-box;
	transform-origin: 1.71429px center;
	width: 24px;
	height: 2px;
	background-color: #FFFFFF;
	backface-visibility: hidden;
}
.menuicon:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	box-sizing: border-box;
	transform-origin: 1.71429px center;
	width: 24px;
	height: 2px;
	background-color: #FFFFFF;
	backface-visibility: hidden;
}
.menucross {
	width: 24px;
	height: 2px;
	background-color: #FFFFFF;
	backface-visibility: hidden;
	position: relative;
	display: block;
	transform: rotate(225deg);
	margin: 25px 20px 35px 20px;
	float: right;
}
.menucross:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	box-sizing: border-box;
	transform-origin: 8px 5px;
	width: 24px;
	height: 2px;
	background-color: #FFFFFF;
	transform: rotate(90deg);
	backface-visibility: hidden;
}
#momenu-o ul {
	display: none;
	position: absolute;
	list-style: none;
	padding: 0;
	top: 37px;
	left: 0;
	background-color: #222222;
	/*left: -250px;*/
	width: 100%;
	z-index: 2000;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
#momenu-o li {
	background-color: #222222;
	padding: 20px;
	border-bottom: 1px solid #E0E0E0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}
#momenu-o li ul li {
	border-bottom: 0;
	padding: 10px;
	display: block;
	text-transform: none;
	letter-spacing: normal;
	font-size: 15px;
}
#momenu-o a {
	display: block;
	color: #ffffff;
}
#momenu-o a:hover {
	color: #d2923f;
}
#momenu-o li ul {
	position: relative;
	top: 15px;
	width: 100%;
	box-shadow: 0 0 0 0;
	display: none;
	padding-bottom: 15px;
}
.arrow {
	border: solid;
	border-color: inherit;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
}
.down {
	transform: rotate(45deg) translate(-2px, -2px);
	-webkit-transform: rotate(45deg) translate(-2px, -2px);
}
.arrowwrapper {
	padding: 5px 3px;
}
#menu .selected-menu {
	color: #FFF;
	background: #d2923f;
	margin-top: -5px;
	height: 52px !important; 
	border-width: 0 !important;
}
#menu .selected-menu a {
    border-width: 0 !important;
}
#menu .selected-menu a:hover {
	color:#fff !important;
}
#menu .selected-menu ul a:hover {
	color:#d2923f !important;
}
#menu .selected-menu .arrowwrapper {
	border-color: #fff;
}

/***** Logo *****/
#logo {
	text-align: center;
	margin: 0;
	border: none 0;
	padding: 0;
	overflow: hidden;
}
#logo img {
	width: 1120px;
	box-shadow: 0 0 3px #CACACA;
	margin: auto;
	border: none 0;
	padding: 0;
	/* Für ein kleiner werdendes Hintergrund (wie im Original)*/
	max-width: 100%;
	/* Für ein zentriertes Hintergrundbild mit fester Höhe*/
	/*position: absolute;  
	left: -9999px;
	right: -9999px;*/
}
#logo a {
	height: 0;
	margin: 0;
	border: none 0;
	padding: 0;
}
#kontakt a {
	color: #FE2E64;
	text-decoration: none;
}
.textcenter {
	text-align: center;
}

#headspace {
	height: 0;
	width: 100%;
}
/***** Footer *****/
#footerwrap {
	color: #dddddd;
	background: #222222;
	border-top: 8px solid #d2923f;
	padding-bottom: 66px;

}
#footer {
	margin: auto;
	color: #fff;
	padding: 30px 0;
	font-size: 17px;
	background: #555555;
	border-bottom: 1px solid #444;
}
#footer .three-elements {
	background: #555555;
	padding: 0;
}
#footer .one-third-element {
	margin: 0 2% 0 0;
}
#footer .one-third-content {
	padding: 0;
}
#footer a, #footer h3 {
	color: #fff;
	font-size: 17px;
}
#footer a:hover {
	color: #d2923f;
}
#footer ul {
	margin: 0;
	padding: 0;

}
#footer li {
	padding: 0px 0px 10px 0px;
}


.listball {
    list-style-image: url(gfx/ball.png);
    margin-left: 20px;
}



.widecontent {
	background-color: rgba(225,225,225,0.5);
	padding: 60px 20px 40px 20px;
}
.content {
	margin: auto;
	font-size: 17px;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #CACACA;
    box-shadow: 0 0 3px #CACACA;
	background: #ffffff;  /*Farbe Hintergrund content box*/
}
.content li {
	line-height: 30px;
}
.contentframe {
	background-color: #ffffff;
	padding: 15px 5px 15px 20px;
	font-size: 17px;
	line-height: 18px;
}
.contentframe img {
	float: left;
}
.contentframe-footer {
	background-color: #555555;
	padding: 15px 5px 15px 20px;
	line-height: 18px;
}
.large-inline-image-left {

	margin: 5px 25px 5px 0;
	display: inline;
	max-height: 100%;
	vertical-align: middle;
}
.info-small {
	font-size: 13px;
	color: #8A8A8A;
}
.textbild {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
	margin-top: 50px;
	margin-bottom: 20px;
}
.bg-tranparent-white {
	background-color: rgba(255,255,255,0.6);
	;
}
.textbild2 {
	width: 100%;
	text-align: left;
	font-size: 0.8em;
}
.lists {
	width: 100%;
	overflow: auto;
}
.lists ul {
	line-height: 2em;
	list-style-image: url(gfx/blitz15.png);
}
.imgblock {

	text-align: center;
}
.imgblock img {
	max-width: 100%;
	padding: 20px 0px 40px 0px;
}
#header, #footer, .content, .widecontenttext, #quickinfos {
	width: 1120px; /* Breite des Inhalts */
	max-width: 100%;
}
#title, #title-o {
	padding-left: 15px;
}
#title-o, #momenu-o {
	overflow: hidden;
}
#title img, #title-o img {
	padding: 0.67em 0.5em;/* max-height: 3.33em; */
}
#titletext {
	font-size: 1.9em;
	font-weight: bold;
	margin: 0.67em 0;
	color: #1c202b;
	float: right;
}
.titleimg {
	position: relative;
	left: 0;
}
.titleimgtxt {
	position: absolute;
	top: 0;
}
.titleimgtxt h1 {
	text-align: left;
}
.lightboxwrap {
	width: 100%;
	overflow: auto;
}
.lightboximg-whole {
	width: 100%;
	text-align: center;
}
.one-element {
	width: 1060px;
	margin: auto;
	padding: 20px;
	background: #f7f7f7;
}
.two-elements {
	overflow: hidden;
	width: 1060px;
	margin: auto;
	padding: 35px 0;
	background: #f7f7f7;
}
.three-elements {
	width: 1060px;
	margin: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 24px;
	padding: 35px 0;
	background: #ffffff;
}



@media screen and (min-width: 1120px) {
#menu {
	text-align: center
}
#title, #title-o {
	float: left;
}
.textblock-leftimg img {
	float: left;
}
.textblock-rightimg img {
	float: right;
}
.titleimg {
	width: 100%;
}
.titleimg img {
	width: 100%;
}
.titleimgtxt {
	width: 500px;
	padding-left: 20px;
	top: 20px;
}
.lightboximg-half {
	float: left;
	width: 50%;
	text-align: center;
}
.one-third-element {
	float: left;
	width: 31%;
	height: 100%;
	margin: 0 .5% 0 1.5%;
}
.two-thirds-element {
	float: left;
	width: 66%;
	margin: 0 .5% 0 .5%;
	height: 100%;
	box-shadow: 0 0 3px #CACACA;
}
.one-half-element {
	float: left;
	width: 50%;
	height: 100%;
	box-shadow: 0 0 3px #CACACA;
}
}

@media screen and (max-width: 1120px) {
.one-element, .two-elements, .three-elements, #header, #headerwrap {
	width: 100%;
	padding: 0;
}

.one-element, .two-elements, .three-elements {
	margin: 25px auto;
}

.content {
	width: 99%;
}
#menu {
	display: none;
}
#headerwrap {
	position: absolute;
	height: 53px;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 0 0 rgba(0,0,0,0.4);
}
#logo {
	text-align: center;
	margin-top: 55px;
	height: fit-content;
	height: -moz-fit-content;
	height: -webkit-fit-content;
	height: -o-max-content;
	display: inline-block;
	width: 100%;
}
#quickinfoswrap-mobil {
	margin: auto;
	width: 100%;
	background-color: rgba(210,20,37,1.00);
	position: relative;
	z-index: 500;
	-webkit-box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 0 -3px 5px 0 rgba(0,0,0,0.4);
	padding: 10px 0;
}
.button-quickinfo a {
	padding: 10px;
}
#footer {
	text-align: left;

}
#momenu-o {
	display: block;
}
.arrowwrapper {
	padding: 5px 10px 5px 10px;
}
#stoerer img {
	max-width: 170px;
}
#stoerer {
	padding: 40px 20px 20px 20px;
}
#title {
	text-align: center;
}
#title-o {
	text-align: left;
}
#titletext {
	display: none;/* Für Text ohne Logo(austaschen):
    	float: none;
	*/
}
.titleimg {
	height: 300px;
	overflow: hidden;
	margin: auto;
}
.titleimg img {
	height: 300px;
	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}
.titleimgtxt {
	width: 60%;
	padding-left: 20px;
	text-align: center;
}
.titleimgtxt p, .titleimgtxt h1 {
	text-align: left;
}
.lightboximg-half {
	clear: both;
	width: 100%;
	text-align: center;
}

/* ==========================================================================
   Spaltenbreiten und -eigenschaften bei Mobile
   ========================================================================== */

.one-third-element {
	width: 100%;
}
.two-thirds-element {
	width: 100%;
}
.one-half-element {
	width: 100%;
}
.contentframe {
	padding: 20px;
}
.contentframe-footer {
	padding: 20px;
}
#quickinfoswrap {
	display: none;
}
#quickinfos {
	display: none;
}
#quickinfoswrap-mobil {
	display: inherit;
}
#quickinfos-mobil {
	display: inherit;
}
#quickinfos-mobil a {
	font-family: 'Amatic SC';
	font-size: 28px;
	display: block;
	margin: -15px -10px;
}
}
#overlay {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.one-third-content {
	margin: auto;
	padding: 20px;
	max-width: 500px;
}
.one-third-image {
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}
.one-third-image img {
	width: 100%;
	z-index: 0;
}
.one-half-content {
	margin: auto;
	padding: 20px;
}
.one-half-image img {
	width: 100%;
}
.textblock-leftimg, .textblock-rightimg {
	overflow: auto;
	padding: 20px;
	text-align: center;
}
.sidetext {
	text-align: left;
}
.textblock-leftimg img, .textblock-rightimg img {
	max-height: 450px;
	padding: 35px 20px 20px 0;
	max-width: 100%;
}
.socialimg {
	margin: 10px;
}
.ad-container {
	height: auto;
	background: #ffffff;
	box-shadow: 0 0 3px #CACACA;
	margin: auto;
}


@media screen and (max-width: 1120px) {
.ad-container {
	height: auto;
	background: #ffffff;
	box-shadow: 0 0 3px #CACACA;
	max-width: 320px;
}
}



/* ==========================================================================
   new CSS styles
   ========================================================================== */




.blanc {
	height: 30px;
}
/* ==========================================================================
   Video in einem responsive Webdesign 
   ========================================================================== */


.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
	width: 100%;
}
.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videobox {
	margin-top: 40px;
	margin-bottom: 40px;
	border: thin solid #cccccc;
	width: auto;
	position: relative;
}

/* ==========================================================================
   2 spaltiger Block mit Bilder
   ========================================================================== */



.one-2-content {
	margin: auto;
	padding: 20px;
	max-width: 550px;
}
.one-2-image {
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}
.one-2-image img {
	width: 100%;
	z-index: 0;
}
.one-8-content {
	margin: auto;
	padding: 20px;
	max-width: 550px;
	background-color: #038BE2;
	color: #fff;
}

@media screen and (max-width: 799px) {
.one-2-element {
	width: 100%;
}
}

@media screen and (min-width: 800px) {
.one-2-element {
	float: left;
	width: 50%;
	height: 100%;
}
}
/* ==========================================================================
   4 spaltiger Block mit Bilder
   ========================================================================== */



.one-4-content {
	margin: auto;
	padding: 20px;
	max-width: 450px;
}
.one-4-image {
	width: 100%;
	margin: 0 auto 15px;
	text-align: center;
}
.one-4-image img {
	width: 100%;
	z-index: 0;
}

@media screen and (max-width: 799px) {
.one-4-element {
	width: 100%;
}
}

@media screen and (min-width: 800px) {
.one-4-element {
	float: left;
	width: 25%;
	height: 100%;
}
}

/* ==========================================================================
   H1 bei Mobile
   ========================================================================== */



@media screen and (max-width: 499px) {
h1 {
	font-size: 1.4em;

}

h2 {
	font-size: 1.2em;

}
h3 {
	font-size: 1.2em;

}
}

/* ==========================================================================
   Logo bei Mobile
   ========================================================================== */

@media screen and (max-width: 359px) {
#title img, #title-o img {
	padding: 1.2em 0.5em;
	max-height: 3.0em;
}
}

@media screen and (max-width : 310px ) {
#title img, #title-o img {
	padding: 1.2em 0.3em;
	max-height: 2.4em;
}
}


/*Ändern Wenn Footer-Höhe sich ändert!*/
#foot .one-third-element, #foot .one-half-element {
	height: 480px;
}
}
/* ==========================================================================
   Titelbild
   ========================================================================== */



.titelbild {
	width: 100%;
	display: block;
}
/* ==========================================================================
   E-Mail Darstellung
   ========================================================================== */



#e-mail-2 a:link {
	color: #fff;
}
#e-mail-2 a:visited {
	color: #fff;
}
#e-mail-2 a:hover {
	color: #888;
text-decoration:
}
#e-mail-2 a:active {
	color: #888;
text-decoration:
}
/* ==========================================================================
   Dreie Block in bau
   ========================================================================== */


.bluebox {
	margin: auto;
	padding: 20px;
	max-width: 450px;
	background-color: #038BE2;
	color: #fff;
}
.bluebox h3 {
	color: #FFD21D;
	font-size: 1.3em;
}




.right { text-align: right; }





/* ==========================================================================
   Print  -  Bestell-Button
   ========================================================================== */




.print {
	background-color: #fcc141;
	font-size: 1.3em;
	line-height: 1.1em; 
	padding: 0.8em;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #000000;
	margin: 1.5em;
	border-radius: 15px;
}

.print:hover{
  background-color: #fdbc2f;
  color: #000000;
  text-decoration: none;
}



/* ==========================================================================
   Button nach oben
   ========================================================================== */




.buttontop {
	padding: 80px 20px 20px 0px;
	text-align: right;

}


/* ==========================================================================
   Linie im Ratgeber
   ========================================================================== */



.hrlinie {
	border: 1px solid #C8C8C8;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin: 50px auto;
}

/* ==========================================================================
   Anzeige 
   ========================================================================== */



.anzeige {
	text-align: right;
}

.anzeige p {
	margin: 0;
	padding: 0;
	font-size: 0.7em;

}
