/* Links */
a:link, a:visited {
	text-align: left;
 	font-size: 1.0em;
 	color: #5b9a00;
 	font-weight: bold;
 	text-decoration:underline;
}

a:hover {
 	font-weight: bold;
 	color: #000000;
 	text-decoration:none;
}

a.button:link, a.button:visited {
         display: inline-block;
         text-align: left;
 	font-size: 1.5em;
         font-weight: bold;
         text-shadow: rgba(0,0,0,0.2) 1px 1px 1px;

         color: #FFFFFF;
 	padding: 5px 55px 5px 15px;
 	margin: 5px 0px 2px 0px;

	background: #8bca11 url(../images/button.png) right center no-repeat;

         -webkit-box-shadow: 0px 12px 12px -10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 12px 12px -10px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 12px 12px -10px rgba(0, 0, 0, 0.15);
         text-decoration:none;

         -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a.button:hover {
         text-shadow: #2b2b2b 1px 1px 1px;
 	color: #FFFFFF;
         background: #8bca11 url(../images/button_hover.png) right center no-repeat;
         text-decoration:none;
}


/* Überschriften */
h1 {
	font-family: 'Fira Sans', sans-serif;
         font-size: 1.6em;
 	font-weight: bold;
 	text-align: left;
 	color: #FFFFFF;
 	margin: 0px 0px 15px 0px;
 	padding: 0px 0px 0px 0px;
 	vertical-align:top;
         text-transform: uppercase;
}

h2 {
         font-family: 'Fira Sans', sans-serif;
         font-size: 1.4em;
         font-weight: bold;
         text-align:center;
         color:#7c0000;
 	margin: 0px 0px 15px 0px;
 	padding: 0px 0px 0px 0px;
         vertical-align:top;
         text-decoration:none;

}

h3 {
         font-family: 'Fira Sans', sans-serif;
         font-size: 1.2em;
 	font-weight: bold;
 	text-align:center;
 	color: #c93a03;
 	margin: 5px 0px 15px 0px;
 	padding: 0px 0px 0px 0px;
 	vertical-align:top;
}


/* Standarts */
body {
         background:#eca700 url(../images/bg.jpg) top center no-repeat;
         font-size: 1.0em;
         vertical-align:top;
         text-align:left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
         min-width: 320px !important;
}

body, tr, td, div {
	font-family: 'Fira Sans', sans-serif;
         font-weight: 300;
 	font-size: 1.0em;
         color: #3F3F3F;
         vertical-align:top;
         text-align:left;
}

img 	{ border: 0px; }
.clear 	{ clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }
.pad	{ padding: 10px; }

table	{}
td	{ padding: 2px 5px; }
td.c	{ text-align: center; }
td.r	{ text-align: right; }
td.head	{ background:#0f5832; color: #ffdb4c; font-weight: bold; border-bottom: 2px #6faf2a solid; }
td.bg1	{ background:#FFFFFF; border-top: 2px #6faf2a solid; border-bottom: 2px #FFFFFF solid; }
td.bg2	{ background:#EFEFEF; border-top: 2px #6faf2a solid; border-bottom: 2px #FFFFFF solid; }


/* Seite */
#wrapper{
         width: 100%;
         min-width: 320px;
         max-width: 900px;
         margin: 0px auto;
}

#header {
         width: 100%;
         min-height: 120px;
}

#header #infobox {
	width: calc(100% - 30px);
	background: #ca4305;
	background: -moz-linear-gradient(top, #ca4305 0%, #e9650f 30%, #c33802 100%);
	background: -webkit-linear-gradient(top, #ca4305 0%,#e9650f 30%,#c33802 100%);
	background: linear-gradient(to bottom, #ca4305 0%,#e9650f 30%,#c33802 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca4305', endColorstr='#c33802',GradientType=0 );

         -webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 15px 15px -10px rgba(0, 0, 0, 0.15);

         padding: 15px 15px 35px 15px;
         margin: 0px 0px 15px 0px;

         font-size: 0.9em;
         color: #FFFFFF;

         -webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

#header #infobox .button { position: absolute; margin-top: 20px; left: calc(50% + 100px); }

#logo {
         float:right;
         width: 560px;
         height: 120px;

         margin: 0px auto;
         padding: 0px 0px;
         text-align: center;
}

#girl {
          float: left;
          width: 285px;
          height: 320px;
          margin-top: -130px;
}

#logo img, #girl img {
	width: 100%;
         height: auto;
}

#site {
         width: 100%;
         padding: 20px 0px 20px 0px;
         min-height: 50px;
         font-size: 0.9em;
}

/* Footer */
#footer {
	width: 100%;
	background: #ca4305;
	background: -moz-linear-gradient(top, #ca4305 0%, #e9650f 30%, #c33802 100%);
	background: -webkit-linear-gradient(top, #ca4305 0%,#e9650f 30%,#c33802 100%);
	background: linear-gradient(to bottom, #ca4305 0%,#e9650f 30%,#c33802 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca4305', endColorstr='#c33802',GradientType=0 );

         -webkit-box-shadow: 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0px 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow:         0px 15px 15px -10px rgba(0, 0, 0, 0.15);

         padding: 0px;
         margin: 0px;

         border: 3px transparent solid;
         -webkit-border-radius: 14px 14px 0px 0px;
	-moz-border-radius: 14px 14px 0px 0px;
	border-radius: 14px 14px 0px 0px;
}

#footer .in {
	padding: 15px;

         font-size: 1.0em;
         color: #FFFFFF;
         text-align: center;
}

#footer a, #footer a:link, #footer a:visited {
         color: #FFFFFF;
         font-size: 1.0em;
         font-weight: bold;

	padding: 5px 5px 5px 5px;
         margin: 0px;
         text-decoration: none;
         overflow: hidden;
         height: 20px;
}

#footer a:hover {
         font-weight: bold;
         color: #FFDF00;
}

/* Contentbox */
.contentbox {
	width: calc(100% - 34px);

         background: #FFFFFF !important;

         padding: 15px;
         margin: 10px 0px;

         border: 2px #FFFFFF solid;
         -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.15), 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 0px 0px 15px 0px rgba(0, 0, 0, 0.15), 0px 15px 15px -10px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 0px 0px 15px 0px rgba(0, 0, 0, 0.15), 0px 15px 15px -10px rgba(0, 0, 0, 0.15);

	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

.contentbox h3 { display: block; }

#angebote .contentbox {
         float:left;
         width: calc(33.33333% - 54px);
         margin: 0px 10px 25px 10px;
}
#angebote .contentbox h3 { color: #5b9a00; }
#angebote .contentbox a { display: block; text-align: center; margin-bottom:10px; }
#angebote .contentbox a img {
         width: 100%;
         max-width: 250px;
         height: auto;
         margin: 0px auto;
}
#angebote .contentbox div.text { height: 110px; overflow: hidden; text-align: left; }
#angebote .contentbox ul {
         width: calc(100% + 30px);
         margin: 10px 0px 5px -15px;
         padding: 0px;
         list-style: none;
}

#angebote .contentbox ul li {
         list-style: none;
         margin: 0px;
         padding: 5px 15px 5px 45px;
         font-size: 0.9em;
         font-weight: bold;
         background: transparent url(../images/dot.png) center left no-repeat;
}

#angebote .contentbox ul li:nth-child(odd) { background: #efeeeb url(../images/dot.png) center left no-repeat; }

#angebote .contentbox div {
         display: block;
         text-align: center;
}

#angebote .contentbox .button {
	position: relative;
         display: inline-block;
         margin-top: 10px;
         padding: 10px 45px 10px 15px;
}

/* Sonstiges */
div[id^="ad_"] { text-align: center; vertical-align: middle; margin: 10px auto; }
#ad_300 { display: none; }
#w { position: fixed; display: block; bottom: 0; left: 0; background: #000000; color: #FFFFFF; padding: 5px 10px; }



/* Formulare */
input, select, textarea {
 	border: 0px #000000 solid;
 	background: #DFDFDF;
         font-size: 1.3em;
 	color: #000000;

         margin: 2px;
         padding: 4px 5px 4px 8px;

         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         border-radius: 5px;

         -moz-box-shadow:    inset 3px 3px 5px #BFBFBF;
   	-webkit-box-shadow: inset 3px 3px 5px #BFBFBF;
   	box-shadow:         inset 3px 3px 5px #BFBFBF;
}

input[type="submit"] {
 	border: 0px #000000 solid;
 	background: #A4CA08;
         font-size: 1.0em;
 	color: #FFFFFF;
         text-shadow: 1px 1px 0px #8DAD01;

         margin: 2px;
         padding: 4px 5px 4px 8px;

         -webkit-border-radius: 5px;
         -moz-border-radius: 5px;
         border-radius: 5px;

         -moz-box-shadow:    inset 3px 3px 5px #8DAD01;
   	-webkit-box-shadow: inset 3px 3px 5px #8DAD01;
   	box-shadow:         inset 3px 3px 5px #8DAD01;

         cursor: pointer;
}

/* Media Querys */
@media (max-width: 900px) {
         #wrapper { width: 100% !important; }
         #header, #site, #footer { width: calc(100% - 40px) !important; margin: 0px 20px; }
         #girl { width: 240px; height: 270px; margin-top: -130px; }
         #logo { width: 70%; }
         #header #infobox .button { left: calc(75% - 100px); }
         #footer .in { text-align: center; }
}
@media (max-width: 800px) {
	#angebote .contentbox { width: calc(50% - 44px); margin: 0px 5px 25px 5px; }
         #ad_300 { display: block; }
         #ad_728 { display: none; }
}

@media (max-width: 640px) {
	#girl { display: none; }
         #logo { width: 90%; height: auto; float: none; }
         #header #infobox .button { left: calc(50% - 100px); }
         h1 { text-align: center; }
}

@media (max-width: 560px) {
         #angebote .contentbox { width: calc(100% - 34px); margin: 0px 0px 25px 0px; }
}

@media (max-width: 400px) {
         #header, #site, #footer { width: calc(100% - 20px) !important; margin: 0px 10px; }
         #footer .in { font-size: 1.0em; }

}

/*
#################################
##  Cookie / Datenschutz Info
#################################
*/

#cdi_layer {
         z-index: 101;
         bottom: 0;
         position: fixed;

         width: 100%;
         min-height: 50px;

         background: #EFEFEF;
         border-top: 1px #BFBFBF solid;

         color: #1F1F1F;
         font-size: 12px;
         font-weight: normal;
         text-shadow: #FFFFFF 1px 1px 0px;
         text-align: left;

         -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#cdi_layer .cdi-clear { clear:both; line-height:0.0em; height: 0px; display: block; }

#cdi_layer .cdi-info {
	float:left;
         width: calc(100% - 200px);
         padding: 18px 0px 18px 10px;
}

#cdi_layer .cdi-info a, #cdi_layer .cdi-info a:visited {
	color: #1F1F1F;
	font-weight: bold;
         text-decoration: underline;
         text-shadow: #FFFFFF 1px 1px 0px;

         padding: 0px 0px;
}

#cdi_layer .cdi-info a:hover { color: #ec9101; }

#cdi_layer .cdi-button {
	float:right;
         width: 180px;

         padding: 9px 10px 0px 0px;
         text-align: right;
}
#cdi_layer .cdi-button form { margin: 0px; padding: 0px; }

#cdi_layer .cdi-button a, #cdi_layer .cdi-button a:visited, #cdi_layer .cdi-button .button, #cdi_layer .cdi-button input[type="submit"] {
	display: inline-block;
         cursor: pointer;

	background: #ECA701;

         color: #FFFFFF;
	font-weight: bold;
         text-shadow: #ec9101 1px 1px 0px;
         text-decoration: none;
         text-align: center;

         padding: 7px 15px !important;
         margin: 0px 0px;

         border: 1px #ECA701 solid;
         -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

         -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25);
}

#cdi_layer .cdi-button a:hover, #cdi_layer .cdi-button .button:hover, #cdi_layer .cdi-button input[type="submit"]:hover {
	background: #575757;

         color: #FFFFFF;
         text-shadow: #202020 1px 1px 0px;

         border: 1px #424242 solid;
}

@media (max-width: 500px) {
	#cdi_layer .cdi-info, #cdi_layer .cdi-button { float: none; width: calc(100% - 40px) !important; padding: 18px 20px 18px 20px !important; text-align: left !important; }
         #cdi_layer .cdi-button { padding: 0px 20px 18px 20px !important; }
         #cdi_layer .cdi-button a, #cdi_layer .cdi-button a:visited, #cdi_layer .cdi-button .button, #cdi_layer .cdi-button input[type="submit"] { width: calc(100% - 2px); padding: 8px 0px !important; }
}