/*
         Bonopolo V2 CSS
         Design: Hear My Name Internet Agentur | https://www.hmn.ug
         ======================
         Grundfarben: #FFD11B (Gelb), #ff5400 (Orange), #9CCD1C (Grün), #685B50 (Braun), #d0d7e0 (Grau), #f5f5f5 (Grau Hell)
*/

/* Links */
a:link, a:visited {
	text-align: left;
 	font-size: 1.0em;
 	color: #685B50;
 	font-weight: normal;
 	text-decoration:underline;
}

a:hover {
 	font-weight: normal;
 	color: #ff5400;
 	text-decoration:none;
}

a.button:link, a.button:visited {
         display: inline-block;

         color: #685B50;
         text-align: center;
 	font-size: 0.9em;
         font-weight: 500;
         text-shadow: rgba(255, 255, 255, 0.99) 1px 1px 0px;

         -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 5px 10px -5px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 5px 10px -5px rgba(0, 0, 0, 0.25);

 	padding: 3px 10px 3px 10px;
 	margin: 2px 0px 5px 0px;

         background: #FFFFFF;
         text-decoration:none;
}

a.button:hover, a.button.active, .box a.button {
         text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px;
 	color: #FFFFFF;
         background: #ff5400;
         text-decoration:none;
}

a.button.active:hover {
         text-shadow: rgba(255, 255, 255, 0.99) 1px 1px 0px;
 	color: #685B50;
         background: #FFFFFF;
         text-decoration:none;
}

a {
	-webkit-transition: all 0.2s ease;
    	-moz-transition   : all 0.2s ease;
}


/* Überschriften */
h1 {
         font-family: 'Quicksand';
         font-size: 1.5em;
 	font-weight: 700;
 	text-align: left;
 	color: #2c2119;
 	margin: 0px 0px 5px 0px;
 	padding: 0px 0px 0px 0px;
 	vertical-align:top;
}

h2 {
         display: block;
         font-family: 'Quicksand';
         font-size: 1.8em;
 	font-weight: 700;
 	text-align:left;
 	color:#432e2e;
         line-height: 1.4em;
 	margin: 20px 0px 10px 0px;
 	padding: 0px 0px 0px 0px;
 	vertical-align:top;
}

h3 {
         display: inline-block;
         background: #ff5400;

         font-family: 'Quicksand';
         font-size: 1.4em;
         font-weight: 700;
         text-align:left;
         color:#FFFFFF;
         text-decoration:none;
         text-transform: uppercase;

 	margin-bottom: 10px;
         margin-top: 0px;
 	padding: 2px 10px 2px 10px;
         vertical-align:top;
}

h4 {
         display: inline-block;
         font-family: 'Quicksand';
         font-size: 1.2em;
 	font-weight: 500;
 	text-align:left;
 	color:#685B50;
 	margin: 5px 0px 5px 0px;
 	padding: 5px 0px 5px 0px;
 	vertical-align:top;
}

h5 {
         font-family: 'Quicksand';
         font-size: 0.9em;
         font-weight: normal;
         text-align:left;
         color:#7F7F7F;

 	margin: 5px 0px 5px 0px;
 	padding: 5px 10px 5px 10px;

         vertical-align:top;
         background: #FFFFFF;

         border: 1px #cfcfcf solid;
}

h5.error {
         color:#FFFFFF;
         vertical-align:top;
         background: #c51d20;
         border: 1px #a51315 solid;
         padding: 5px 15px 5px 15px;
}

h5.ok {
         color:#FFFFFF;
         vertical-align:top;
         background: #7aaf14;
         border: 1px #659112 solid;
         padding: 5px 15px 5px 15px;
}

h1.center, h2.center, h3.center, h4.center, h5.center { text-align: center; }

/* Standarts */
body {
         background:#FFFFFF;
         font-size: 1.0em;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
         min-width: 800px;
}

body, tr, td, div {
	font-family: 'Quicksand';
         font-weight: 400;
 	font-size: 1.0em;
         vertical-align:top;
         text-align:left;
         color: #2e0900;
}

.l 	{ float:left; }
.c	{ text-align: center;}
.r 	{ float:right; }
.inline 	{ display: inline-block; }
.hide 	{ display: none; }
.show 	{ display: block; }
img 	{ border: 0px; }
.clear 	{ clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }
.pad	{ padding: 10px; }
.pad_top	{ padding: 20px 0px; }
.pad_l 	{ padding: 0px 0px 0px 10px; }
.pad_m 	{ padding: 0px 10px 0px 10px; }
.pad_r 	{ padding: 0px 10px 0px 0px; }
.pad_big	{ padding: 10px 25px !important; }
.white	{ color: #FFFFFF; }
.small	{ font-size: 0.8em !important; }
.smaller	{ font-size: 0.6em !important; }
.big	{ font-size: 1.3em !important; }
.line	{ border-bottom: 2px #BFBFBF dotted; }
.round	{ -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }
.roundbig{ -webkit-border-radius: 20px !important; -moz-border-radius: 20px !important; border-radius: 20px !important; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.texti	{ text-indent: 100%; white-space: nowrap; overflow: hidden; }
hr 	{ border: 0px #FFFFFF; border-bottom: 2px #685B50 dotted; height: 0px; }
td 	{ vertical-align: middle; }
::-moz-selection { background: #ff5400; color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px; }
::selection { background: #ff5400; color: #FFFFFF; text-shadow: rgba(0, 0, 0, 0.15) 1px 1px 0px; }

.w100  { width: 100%; }
.w80  { width: 80%; }
.w75  { width: 75%; }
.w70  { width: 70%; }
.w66  { width: 66%; }
.w60  { width: 60%; }
.w50  { width: 50%; }
.w33  { width: 33.333%; }
.w20  { width: 20%; }

.w50pad  { width: calc(50% - 20px); margin: 0px 10px; }
.w66pad  { width: calc(66.666% - 20px); margin: 0px 10px;  }
.w33pad  { width: calc(33.333% - 20px); margin: 0px 10px;  }
.w25pad  { width: calc(25% - 24px); margin: 0px 10px;  }

.s { color: black; background-color: black; }
.w { color: white; background-color: white; }

.bg1 { background: #f5f5f5; }
.bg2 { background: #d0d7e0; }
.bg3 { background: #685B50; }
.bg4 { background: #9CCD1C; }
.bg5 { background: #ff5400; }
.bg6 { background: #FFD11B; }

/* Site */
#wrapper {
         width: 100%;
         padding: 0px 0px 0px 0px;
         margin: 0px 0px 0px 0px;
}

.in 	{
	width: calc(80% - 60px);
         padding: 0px 30px;
         margin: 0px auto;
}

#top_bar {
         position: fixed;
         background:#FFFFFF;
         width: 100%;
         min-height: 60px;
         padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 6px 3px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 6px 3px rgba(0, 0, 0, 0.10);
}

#top_bar #logo {
         float:left;
         width: 200px;
         margin-top: 10px;
         margin-right: 20px;
}

#top_bar #logo img {
	height: inherit;
         width: 100%;
}

#top_bar #navigation {
	     float:left;
         width: calc(100% - 420px);
         padding-top: 10px;
         text-align: center;
}

#top_bar #navigation a {
         font-weigth: bold;
         letter-spacing: 1px;
	     display: inline-block;
	     margin: 5px 5px 5px 5px;
         text-transform: uppercase;
         text-decoration: none;
         padding: 5px;
}


#top_bar #anmeldung {
	     float:left;
         width: 80px;
         margin-top: 20px;
         text-align: center;     
}  


#top_bar #anmeldung a {
         font-weight: bold;
	     width: 50%;
         background: #c5c5c5;
        padding: 10px 25px;
         text-decoration: none;  
        
}

#top_bar #login {
	     float:right;
         width: 50px;
         margin-top: 20px;
         text-align: center;
}

#top_bar #login a {
        font-weight: bold;
	     width: 50%;
         background: #e8e7e7;
         padding: 10px 25px;
         text-decoration: none;
}

#top_bar #notification {
         width: 100%;
         padding: 10px 0px;
         margin-top: -10px;
         background: #DF0000;
}
#top_bar #notification .in {
         color: #FFFFFF;
         font-size: 1.1em;
         text-align: center;
         text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
         font-weight: bold;
}

#site 	{ margin: 20px 0px 20px 0px; }
#site li.dot { list-style: circle !important; }

#footer {
         display: block;
         padding: 10px 0px;
         padding: 20px 0px;

         text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
         font-size: 0.9em;
}
#footer .in {
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
         padding-top: 20px;
}

#footer .copy {
         float:left;
         width: 240px;
         margin-top: 10px;
         margin-right: 60px;
}

#footer .copy img {
	height: inherit;
         width: 100%;
         opacity: 0.5;
    	filter: alpha(opacity=50);
}

#footer .box {
	float: left;
         width: calc(25% - 75px);
         border: 0px rgba(0, 0, 0, 0.10) solid;
         padding: 0px;
}

#footer .box b {
	display: block;
         color: #ff5400;
         font-weight: 700;
         text-transform: uppercase;
}

#footer .box a {
	display: block;
         color: #7c7c7c;
         text-decoration: none;
         padding: 3px 0px;
}
#footer .box a:hover { color: #ff5400; }

#footer .box div.l { color: #BFBFBF; }
#footer .box div.r { color: #7c7c7c; }

#header {
	background: #ffcc02 url(../images/header.jpg) top right no-repeat;
         background-size: 50%;
         width: 100%;
         min-height: 300px;
         padding: 80px 0px 40px 0px;
}

#header .in span {
	display: block;
         width: 40% !important;
         margin: 50px 0px 0px 0px;

         color: #432e2e;
}

#header .in span h1 {
	font-size: 1.8em;
         color: #432e2e;
         margin: 0px;
}

#header .in span .button {
	font-size: 0.9em;
         text-transform: uppercase;
         padding: 15px 25px;
}

#header .in span .k {
	display: inline;
         color: #685B50;
}
#header .in span .button:hover > .k { color: #FFFFFF; }

#header_site {
         width: 100%;
         min-height: 140px;
         padding: 70px 0px 40px 0px;
         background-size: 40% !important;
         background-color: #ffcc02;
         background-position: bottom right;
         background-repeat: no-repeat;
}

#header_site.sub_1 { background-image: url(../images/header_sub_1.jpg); }
#header_site.sub_2 { background-image: url(../images/header_sub_2.jpg); }


#header_site .in span {
	display: block;
         width: 50% !important;
         margin: 50px 0px 0px 0px;

         color: #432e2e;
}

#header_site .in span h1 {
	font-size: 1.6em;
         color: #432e2e;
         margin: 0px 0px 10px 0px;
}

#steps {
	margin: 20px 0px;
}

#steps, #steps div {
	text-align: center;
         font-size: 1.0em;
         color: #8F8F8F;
}
#steps div.pad {
	padding: 10px 30px;
}

#steps b {
	display: block;

         font-size: 1.6em;
         font-weight: 700;
         text-transform: uppercase;
         color: #2e0900;

         padding: 5px 0px;
}

#sharing {
	background:#FFFFFF url(../images/content.jpg) no-repeat;
         background-size: 100%;
         height: 360px;
}

#sharing span {
	display: inline-block;
         width: 50%;
         height: 360px;
	background: transparent url(../images/content_bg.png) right center no-repeat;
}

#sharing span div {
	display: block;
	width: 60% !important;
	padding: 60px 0px 10px 0px;
         padding-left: 25%;

         font-size: 1.1em;
         color: #FFFFFF;
         font-weight: 700;
         text-shadow: 2px 2px 2px rgba(0,0,0,0.25);
}

#sharing span div h4 {
         font-size: 1.7em;
         color: #FFFFFF;
         font-weight: 700;
         text-align: left;
}

#sharing span div .button {
	font-size: 0.9em;
         text-transform: uppercase;
         padding: 15px 25px;
}

#tabs {
	width: 100%;
         margin: 40px 0px;
}

#tabs .top {
         background: #FFFFFF;
         width: 100%;
         height: 105px;
         border-bottom: 1px #BFBFBF solid;
         text-align: center;
}

#tabs .top .button {
	display: inline-block;
         padding: 65px 10px 10px 10px;
         width: 140px;
         margin: 0px 5px;

         cursor: pointer;
         text-align: center;
         text-transform: uppercase;
         font-size: 1.4em;
         font-weight: 700;
         color: #7F7F7F;

	border-left: 1px #BFBFBF solid;
         border-right: 1px #BFBFBF solid;
         border-top: 1px #BFBFBF solid;
         border-bottom: 1px #BFBFBF solid;

         -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

}
#tabs .top .button.deals { background: transparent url(../images/icon_tab_deal.png) center 10px no-repeat; }
#tabs .top .button.shops { background: transparent url(../images/icon_tab_shop.png) center 10px no-repeat; }
#tabs .top .button.active {
	border-top: 1px #BFBFBF solid;
	background-color: #ececec;
         border-bottom: 1px #ececec solid;
}

#tabs div[class^="content_"] {
	border-top: 1px #BFBFBF solid;
	background: #ececec;
         margin-top: -2px;
}

#tabs div[class^="content_"] img {
	width: calc(16.66666666666667% - 34px);
         height: inherit;
         margin: 15px;
}

#reasons {
	margin: 40px auto;
         text-align: center;
}

#reasons h3, #payed h3, #social h3 {
         display: block;
         background: transparent;
         color: #5e5e5e;
         font-size: 1.8em;
         text-align: center;
         text-transform: none;
}

#reasons .item {
         display: inline-block;
         background: transparent url(../images/dot.png) left top no-repeat;
	width: calc(40% - 105px);
	padding: 5px 20px 10px 60px;
         margin: 10px;
         color: #9c9c9c;
         font-size: 1.2em;

}

#reasons .item h4 {
	display: block;
         text-align: left;
         color: #ff5400;
         font-weight: 700;
         font-size: 1.2em;
         padding: 0px;
         margin: 0px;
}

#reasons .button {
	font-size: 0.9em;
         text-transform: uppercase;
         padding: 15px 55px;
}
#reasons .button:hover { background: #EFEFEF;}

#payed {
	background: #ececec;
         padding: 40px 0px;
         text-align: center;
}

#payed i { color: #AFAFAF; }

#payed #payed_counter {
	display: inline-block;
         min-width: 360px;

	background: #ff5400;
         -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

         padding: 15px 20px;
         margin: 10px auto;

         font-weight: 700;
}

#payed #payed_counter .digit, #payed #payed_counter .digit_dot, #payed #payed_counter .digit_euro {
	display: inline-block;
         width: 50px;

         padding: 10px 0px;

	text-align: center;
         font-size: 4.0em;
         font-weight: 700;
         color: #FFFFFF;
         text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);

	background: #ff7f40;
         -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

         border-top: 1px rgba(255, 255, 255, 0.1) solid;
         border-left: 1px rgba(255, 255, 255, 0.1) solid;
         border-right: 1px rgba(0, 0, 0, 0.1) solid;
         border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}

#payed #payed_counter .digit_dot {
	display: inline-block;
         width: 20px;
	background: transparent;
         border: 0px #ff7f40 solid;
}

#payed #payed_counter .digit_euro {
	display: inline-block;
         width: 50px;
	background: transparent;
         border: 0px #ff7f40 solid;
}

#social {
	padding: 40px 0px;
         text-align: center;
}

#social h3 { color: #8c8888; }

#social a {
	display: inline-block;
	text-indent: -9999px;
         width: 60px;
         height: 60px;
         background: transparent url(../images/socialmedia.png) left top no-repeat;
}

#social a.facebook { background-position: 0px 0px; }
#social a.twitter { background-position: -84px 0px; }
#social a.google { background-position: -169px 0px; }
#social a.youtube { background-position: -253px 0px; }
#social a.pinterest { background-position: -336px 0px; }
#social a.instagram { background-position: -420px 0px; }


/* Login-Register-Box */
#login_box, #register_box {
         display: none;
         position: absolute;
         z-index: 100;
         top: 0;
         left: 0;

         width: 350px;

         background: #FFFFFF;

         -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
         padding: 20px 25px 5px 25px;

         -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 10px 10px -5px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 10px 10px -5px rgba(0, 0, 0, 0.4);

         text-align: center;
}

#login_box.show, #register_box.show {
	display: block;
         position: relative;
         z-index: 1;
         top: 0;
         left: 0;
         border: 4px #ff5400 solid;
         float:right;
}

#login_box b, #register_box b {
	font-size: 1.4em;
         color: #ff5400;
         display: block;
         margin-bottom: 5px;
}

#login_box input, #register_box input { width: 100%; border: #FFFFFF 2px solid; }
#login_box input[type="submit"], #register_box input[type="submit"] { width: 100%; border: #FFFFFF 0px solid; }
#register_box #vorname { width: 49%; float:left; }
#register_box #nachname { width: 49%; float:right; }
#register_box #frage { width: calc(100% - 210px); float:right; margin-top: 2px; }
#register_box img { margin-top: 5px; }
#register_box #passwort { width: calc(100% - 45px); float:left; }
#register_box #show_passwort { cursor: pointer; width: 25px !important; height: 25px !important; padding: 0px !important; margin: 10px 10px 10px 10px; float:right; }

#login_box div.text, #register_box div.text { text-align: left; font-size: 0.8em; padding: 5px 0px; }
#login_box div.text input[type="checkbox"], #register_box div.text input[type="checkbox"] { float:left; display: block; width: 30px; padding: 2px; margin: 2px 2px 40px 2px; }
#login_box a, #register_box a { color: #ff5400; }
#login_box a:hover, #register_box a:hover { color: #000000; }
#login_box input[type="submit"], #register_box input[type="submit"] { font-size: 1.2em; }

#login_box #error_massage_login, #register_box #error_massage_register { background: #DF0000; color: #FFFFFF; padding: 2px; text-align: center; }
div[id^="f_"], #password_check { background: #DF0000; color: #FFFFFF; padding: 2px; font-size: 0.7em; text-align: left; margin-top: -7px; }
#f_passwort, #password_check { width: calc(100% - 53px); margin-left: 2px; float:left; }
#password_check { background: #EFEFEF; }

#register_box .kurz{ background:#DF0000; color: #FFFFFF; }
#register_box .schwach{ background: #ffa500; color: #FFFFFF; }
#register_box .gut{ background:#000; color: #FFFFFF; }
#register_box .stark{ background:#009000; color: #FFFFFF; }

#register_content .l { width: calc(100% - 450px); max-width: 900px; }
#register_content .r { width: 420px; }

#login_box .pass { display: block; text-align: center; font-size: 0.9em; border: 2px #f5f5f5 solid; padding: 3px 5px; }

/* Schatten */
#shadow {
         display: none;
         position: fixed;
         top: 0px;
    	left: 0px;
    	right: 0px;
    	bottom: 0px;

         z-index: 50;
         background-color: rgba(0, 0, 0, 0.55);
         width: 100%;
         height: 100%;
         cursor: pointer;
}

.noScroll {
    	overflow: hidden;
    	position: fixed;
}

/* Contentbox */
.box {
         width: calc(100% - 34px);
         border: 2px rgba(0, 0, 0, 0.10) solid;
         padding: 10px 15px;
}
.box.ok { border: 2px rgba(120, 175, 20, 1.0) solid; margin-top: -6px; }
.box.error { border: 2px rgba(200, 30, 30, 1.0) solid; margin-top: -6px; }

/* Seitenanzeige */
#pages {
         width: 100%;
         line-height:30px;
         padding: 5px 0px;
         text-align: center;
}

#pages a:link, #pages a:visited {
 	display: inline-block;
         height: 27px;
         width: 27px;

         color: #685B50;
         text-align: center;
         text-decoration:none;
 	font-size: 0.9em;
         font-weight: 500;
         text-shadow: rgba(255, 255, 255, 0.99) 1px 1px 0px;

         -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15), 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15), 0px 5px 10px -5px rgba(0, 0, 0, 0.25);
	box-shadow:         inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15), 0px 5px 10px -5px rgba(0, 0, 0, 0.25);

 	padding: 3px 5px 3px 5px;
 	margin: 5px 0px 2px 0px;

         background: #FFFFFF;
         text-decoration:none;

         -webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#pages a:first-child, #pages a:last-child {
	background: #ff5400;
         text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
         color: #FFFFFF;
}

#pages a:hover {
 	background: #ff5400;
         color: #FFFFFF;
         text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

#pages div {
         display: inline-block;
         height: 27px;
         width: 27px;

 	font-size: 1.0em;
 	color: #FFFFFF;
 	font-weight: bold;
 	text-decoration:none;
         text-align:center;
         text-shadow: #146ec1 1px 1px 0px;

 	padding: 0px 0px 2px 0px;
 	margin: 2px 1px;

 	background: #1e83e1;
         border: 1px #1e83e1 solid;

         -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Top */
#top {
         position: fixed;
         z-index: 10;
         bottom: 20px;
         right: 20px;
         display: none;

         background: #ff5400;
         padding: 6px 10px 6px 12px;

         font-size: 0.9em;
         color: #FFFFFF;
         text-shadow: #FF3F00 1px 1px 0px;

         cursor: pointer;
}

#top .show { display: block; }
#top b { display: inline; font-weight: bold; padding-top: 0px !important; }


/* Datenschutz */
/*
#################################
##  Cookie / Datenschutz Info
#################################
*/

#cdi {
         display: block;
         z-index: 101;
         bottom: 25px;
         right: 25px;
         position: fixed;

         width: 250px;
         min-height: 50px;

         background: #FFFFFF;
         border-top: 0px #BFBFBF solid;

         color: #1F1F1F;
         font-size: 13px;
         font-weight: normal;
         text-shadow: #FFFFFF 1px 1px 0px;
         text-align: center;

         -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         inset 0px 1px 1px 0px rgba(255, 255, 255, 0.25), 0px 0px 25px 0px rgba(0, 0, 0, 0.35);
}

#cdi .cdi-clear { clear:both; line-height:0.0em; height: 0px; display: block; }

#cdi .cdi-info {
	float:none;
         width: calc(100% - 20px);
         padding: 10px 10px 10px 10px;
         text-align: center;
}

#cdi .cdi-info a, #cdi .cdi-info a:visited {
	color: #000000;
	font-weight: bold;
         text-decoration: underline;
         text-shadow: #FFFFFF 1px 1px 0px;

         padding: 0px 0px;
}

#cdi .cdi-info a:hover { color: #ff5400; }

#cdi .cdi-button {
	float:none;
         width: calc(100% - 20px);

         padding: 5px 10px 10px 10px;
         text-align: center;
}
#cdi .cdi-button form { margin: 0px; padding: 0px; }

#cdi .cdi-button a, #cdi .cdi-button a:visited, #cdi .cdi-button .button, #cdi .cdi-button input[type="submit"] {
	display: block;
         width: calc(100% - 0px);

         cursor: pointer;

	background: #FFDF00;

         font-size: 14px !important;
         color: #2F2F2F;
	font-weight: bold;
         text-shadow: #FFFF00 1px 1px 0px;
         text-decoration: none;
         text-align: center;

         padding: 7px 0px;
         margin: 0px 0px;

         border: 1px #FFBF00 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 .cdi-button a:hover, #cdi .cdi-button .button:hover, #cdi .cdi-button input[type="submit"]:hover {
	background: #5F5F5F;

         color: #FFFFFF;
         text-shadow: #000000 1px 1px 0px;

         border: 1px #1F1F1F solid;
}

@media (max-width: 500px) {
         #cdi { bottom: 0; right: 0; width: 100%; }
	#cdi .cdi-info, #cdi .cdi-button { float: none; width: calc(100% - 40px) !important; padding: 18px 20px 18px 20px !important; text-align: left !important; }
         #cdi .cdi-button { padding: 0px 20px 18px 20px !important; }
         #cdi .cdi-button a, #cdi .cdi-button a:visited, #cdi .cdi-button .button, #cdi .cdi-button input[type="submit"] { width: calc(100% - 2px); padding: 8px 0px !important; }
}

/* Sonstiges */
#w {
         display: none;
         position: fixed;
         z-index: 100;
         left: 0px;
         bottom: 0px;
         color: #FFFFFF;
         padding: 5px;
         background: #BF0000;
}

/* Forms */
form.bg {
	background: #EFEFEF;
         padding: 20px;
         display: inline-block;
}

input[type="text"], input[type="password"], select, textarea {
         background: #f6f6f6;

         font-family: 'Quicksand';
 	font-size: 1.1em;
 	color: #000000;

 	padding: 5px 10px;
 	margin: 2px 0px;

         border: #FFFFFF 0px solid;
         -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

         -webkit-box-shadow: inset 4px 4px 3px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:    inset 4px 4px 3px 0px rgba(0, 0, 0, 0.05);
	box-shadow:         inset 4px 4px 3px 0px rgba(0, 0, 0, 0.05);
}

form.bg input[type="text"], form.bg select, form.bg textarea {
	background: #FFFFFF;
         -webkit-box-shadow: inset 4px 4px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    inset 4px 4px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow:         inset 4px 4px 3px 0px rgba(0, 0, 0, 0.15);
}

select {
         padding-right: 25px;
         -webkit-appearance: none;
   	-moz-appearance: none;
   	appearance: none;
   	background: #FFFFFF url(../images/select_arrow2.png) center right no-repeat !important;
}
select::-ms-expand { display: none; }


input.error, select.error, textarea.error, .checkbox_error {
         border: #DF0000 2px solid !important;
}
input.ok, select.ok, textarea.ok {
         border: #9CCD1C 2px solid !important;
}

input[type="submit"] {
         background: rgb(255,84,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,84,0,1) 10%, rgba(224,67,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,84,0,1) 10%,rgba(224,67,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,84,0,1) 10%,rgba(224,67,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5400', endColorstr='#e04300',GradientType=0 ); /* IE6-9 */

         font-family: 'Quicksand';
         color: #FFFFFF;
         font-size: 1.1em;
         font-weight: normal;
         padding: 6px 15px 6px 15px;

         cursor: pointer;

         border: #FFFFFF 0px solid;
         -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

         -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.0);
	-moz-box-shadow:    inset 0px 0px 6px 0px rgba(0, 0, 0, 0.0);
	box-shadow:         inset 0px 0px 6px 0px rgba(0, 0, 0, 0.0);
}

input[type="submit"]:hover {
	background: rgb(224,67,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,67,0,1) 0%, rgba(255,84,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,67,0,1) 0%,rgba(255,84,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,67,0,1) 0%,rgba(255,84,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04300', endColorstr='#ff5400',GradientType=0 ); /* IE6-9 */
}

input[type="submit"].roundbig { font-size: 1.1em; padding: 10px 25px; }



/*
///////////////////////////////////
	Media-Querys
///////////////////////////////////
*/
@media (max-width: 1460px) {
         #header .k { display: none !important; }
         #header { font-size: 0.9em; height: 300px !important; padding: 60px 0px 0px 0px; }
	.in { width: calc(90% - 60px); padding: 0px 30px; }
         #header_site { font-size: 0.9em; background-size: 45% !important; padding: 40px 0px 20px 0px; }

         #steps b { font-size: 1.5em; }

         #sharing span div { width: 70% !important; padding: 30px 0px 0px 0px; padding-left: 15%; font-size: 1.0em; }
         #sharing span div h4 { font-size: 1.4em; }
}

@media (max-width: 1280px) {
	.in { width: calc(90% - 40px); padding: 0px 20px; }
         #steps b { font-size: 1.4em; }
         #steps div.pad { padding: 10px 15px; }

         #sharing, #sharing span { max-height: 280px; }

         #tabs div[class^="content_"] img { width: calc(20% - 34px); }

         #footer .copy { float: none; display: none; }
         #footer .copy img { height: 100%; width: auto; }
	#footer .box { float: left; width: calc(25% - 0px); }
}

@media (max-width: 1024px) {
	.in { width: calc(95% - 30px); padding: 0px 15px; }

         #header { background-size: 55%; min-height: 200px; max-height: 250px; padding: 60px 0px 0px 0px; }
	#header .in span { margin: 40px 0px 0px 0px; line-height: 1.2em; }
	#header .in span h1 { font-size: 1.6em; }
	#header .in span .button { padding: 10px 15px; }

         #header_site { font-size: 0.7em; background-position: 500px bottom; }

	#top_bar #logo { width: 180px; margin-right: 20px; }
	#top_bar #navigation { width: calc(100% - 280px); }
	#top_bar #navigation a { margin: 5px 5px 5px 5px; padding: 5px; }
	#top_bar #login { width: 80px; }
	#top_bar #login a { padding: 10px 15px; }
    #top_bar #anmeldung: 80px; }
	#top_bar #anmeldung: 10px 15px; }

         #steps { font-size: 0.9em; }
         #steps div.pad { padding: 10px 10px; }
         #steps img { width: 150px; height: 150px; }

         #sharing, #sharing span { max-height: 250px !important; }
         #sharing span div { padding: 15px 0px 0px 0px; padding-left: 12.5%; font-size: 0.9em; }
         #sharing span div h4 { font-size: 1.3em; }
         #sharing span div .button { padding: 10px 15px; }

         #tabs div[class^="content_"] img { width: calc(25% - 34px); }
         #tabs .top .button { background-size: 30% !important; }

         #reasons .item { display: block; width: calc(100% - 85px); }
}

@media (max-width: 860px) {
	#header .in span { font-size: 0.9em; }
         #header { background-size: 60%; }
         #header_site { font-size: 0.9em; background-size: 45% !important; background-position: 500px bottom; padding: 50px 0px 20px 0px; }
         #header_site .subline { display: none; }
         #sharing, #sharing span { max-height: 225px !important; }
         #sharing span div { padding: 10px 0px 0px 0px; padding-left: 10%; font-size: 0.8em; }
         #footer .box { font-size: 0.9em; }
}
