
/* cuprum-regular - latin */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/cuprum-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cuprum Regular'), local('Cuprum-Regular'),
       url('./fonts/cuprum-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/cuprum-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/cuprum-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/cuprum-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/cuprum-v9-latin-regular.svg#Cuprum') format('svg'); /* Legacy iOS */
}

/* cuprum-700 - latin */
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/cuprum-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cuprum Bold'), local('Cuprum-Bold'),
       url('./fonts/cuprum-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/cuprum-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/cuprum-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/cuprum-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/cuprum-v9-latin-700.svg#Cuprum') format('svg'); /* Legacy iOS */
}

/* crushed-regular - latin */
@font-face {
  font-family: 'Crushed';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/crushed-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Crushed Regular'), local('Crushed-Regular'),
       url('./fonts/crushed-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/crushed-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/crushed-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/crushed-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/crushed-v8-latin-regular.svg#Crushed') format('svg'); /* Legacy iOS */
}

/* londrina-solid-300 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/londrina-solid-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Londrina Solid Light'), local('LondrinaSolid-Light'),
       url('./fonts/londrina-solid-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/londrina-solid-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/londrina-solid-v6-latin-300.svg#LondrinaSolid') format('svg'); /* Legacy iOS */
}

/* londrina-solid-regular - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/londrina-solid-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Londrina Solid Regular'), local('LondrinaSolid-Regular'),
       url('./fonts/londrina-solid-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/londrina-solid-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/londrina-solid-v6-latin-regular.svg#LondrinaSolid') format('svg'); /* Legacy iOS */
}

/* londrina-solid-900 - latin */
@font-face {
  font-family: 'Londrina Solid';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/londrina-solid-v6-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Londrina Solid Black'), local('LondrinaSolid-Black'),
       url('./fonts/londrina-solid-v6-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/londrina-solid-v6-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/londrina-solid-v6-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/londrina-solid-v6-latin-900.svg#LondrinaSolid') format('svg'); /* Legacy iOS */
}

/* Links */
a { color: #F7CA2F; text-decoration: none; }
a:hover { color: #d2f093; }

/* Buttons */
a.button, a.button.link, a.button:visited {
         display: inline-block;

         background: transparent url(../images/layout/button_bg.png) right center no-repeat;
         -webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);

         -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

         font-family: 'Crushed', cursive;
         font-size: 26px;
         font-weight: bold;
         color: #310c00;
         text-shadow: #f9ca44 1px 1px 0px;
         text-transform: uppercase;

         padding: 7px 45px 4px 20px;
         margin: 5px;
}
a.button:hover {
         background: transparent url(../images/layout/button_bg_hover.png) right center no-repeat;
}

a.button_blue, a.button_blue.link, a.button_blue:visited {
         display: inline-block;
         background: #0a78cc url(../images/layout/button_dot_blue.png) 185px center no-repeat;
         -webkit-box-shadow: inset 0px 4px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);

         -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
         border: 0px;

         font-family: 'Crushed', cursive;
         font-size: 26px;
         font-weight: bold;
         text-transform: uppercase;
         color: #FFFFFF;
         text-shadow: #05457c 1px 1px 0px;

         padding: 7px 45px 4px 20px;
         margin: 5px;
}
a.button_blue:hover {
	background-color: #1281d6;
}


/* Box */
.box a { color: #714a17; font-weight: bold;  }
.box a:hover { color: #8c5f25; }

/* Standarts */
* { margin: 0; padding: 0; }
html, body { margin: 0; padding: 0; }

.left { float: left; }
.right { float: right; }

.a_l { text-align: left; }
.a_c { text-align: center !important; }
.a_r { text-align: right !important; }

.clear { clear:both; line-height:0.0em; height: 0px; display: block; background-color: #FFDF00; }

ul { margin: 5px 0px 5px 5px; }
li { padding: 7px 0px 5px 35px; list-style: none; }
li:nth-child(odd) { background: #FFFFFF url(../images/layout/dot.png) 5px center no-repeat; }
li:nth-child(even) { background: #e8e8e8 url(../images/layout/dot.png) 5px center no-repeat; }


/* Überschriften */
h1 {
         font-family: 'Londrina Solid', cursive;
         font-size: 25px;
         font-weight: bold;
         color: #f8cc33;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
}

h2 {
         font-family: 'Londrina Solid', cursive;
         font-size: 26px;
         font-weight: bold;
         color: #addb31;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
}

h3 {
         font-family: 'Crushed', cursive;
         font-size: 32px;
         font-weight: normal;
         color: #fffdac;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
         text-transform: uppercase;
}

h4 {
         font-family: 'Londrina Solid', cursive;
         font-size: 25px;
         font-weight: bold;
         color: #FFFFFF;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;
}

/* Seitenaufbau */
body {
  	background: #40270d url(../images/layout/bg_complete.jpg) center top no-repeat;
         font-family: Verdana; font-size: 10px;

}

#wrapper {
  	width: 970px;
  	margin: 0px auto;
}


/* Login */
#login {
	/*position: fixed;
	top: 0px; */
	background: transparent url(../images/layout/top_login.png) center top no-repeat;
	width: 835px;
	height: 115px;
  	margin: 0px auto;
}

#login form {
	width: 770px;
	height: 62px;
	margin: 0px auto;
	padding: 5px 10px;
	text-align: center;
}

#login form input, #login form select {
	display: inline-block;
  	background: #FFFFFF;
	margin: 0px 3px;
  	padding: 0px 10px;

	height: 32px;
	width: 200px;

  	border: 0px;
	/*font-family: 'Crushed', cursive;*/
	font-family: 'Cuprum', sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #310c00;
	text-shadow: #FFFFFF 1px 1px 0px;
	/*text-transform: uppercase;*/
	text-transform: none !important;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
}

#login form select {
	width: 120px;
}
#login form input[type="password"] {
	width: 140px;
}

#login form input[type="submit"] {
	height: 40px;
	width: 180px;

	background: transparent url(../images/layout/button_bg.png) right center no-repeat;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	font-family: 'Crushed', cursive;
	font-size: 26px;
	font-weight: bold;
	color: #310c00;
	text-shadow: #f9ca44 1px 1px 0px;
	text-transform: uppercase !important;

	padding: 0px 35px 0px 10px;
	margin-top: 5px;
}
#login form input[type="submit"]:hover {
         background: transparent url(../images/layout/button_bg_hover.png) right center no-repeat;
}

#login input[type="button"] {
	float: right;
	margin-right: 120px;

	height: 30px;
	background: #0a78cc url(../images/layout/button_dot_blue_small.png) 150px center no-repeat;
	-webkit-box-shadow: inset 0px 3px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 3px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 3px 0px 0px rgba(47, 140, 212, 0.99), 3px 3px 0px 0px rgba(38, 21, 9, 0.75);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 0px;

	font-family: 'Crushed', cursive;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: #05457c 1px 1px 0px;

	padding: 3px 25px 1px 10px;
}
#login input[type="button"]:hover {
	background-color: #1281d6;
}


#login .flags {
	float:right;
         display: block;
	width: 230px;
	height: 34px;
	margin-right: 90px;
	margin-top: 0px;
         text-align: center;
         border: 0px #000000 solid;
}

#login input[type="button"].flag {
	float: none;
         display: inline-block;
         height: 30px;
	width: 45px;
	background: transparent;
         background-size: cover;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(47, 140, 212, 0.01), 0px 0px 0px 0px rgba(38, 21, 9, 0.01);
	-moz-box-shadow:    inset 0px 0px 0px 0px rgba(47, 140, 212, 0.01), 0px 0px 0px 0px rgba(38, 21, 9, 0.01);
	box-shadow:         inset 0px 0px 0px 0px rgba(47, 140, 212, 0.01), 0px 0px 0px 0px rgba(38, 21, 9, 0.01);

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0px;
	padding: 0px;
	margin: 0px 3px;
}
#login input[type="button"].flag:hover {
	background-color: transparent;
}

#login input[type="button"].flag.de { background-image: url(../images/flags/flag_de.png); }
#login input[type="button"].flag.en { background-image: url(../images/flags/flag_en.png); }

#login .links {
	float:left;
         width: 320px;
         text-align: center;
         color: #997045;
         margin-left: 60px;
}
#login .links a {
         font-family: Verdana;
         font-size: 10px;
	color: #997045;
}
#login .links a:hover {
	color: #000000;
}

/* Register-Form */
#registerbox {
         background: transparent url(../images/layout/box_form.png) center top no-repeat;
         width: 475px;
         height: 520px;
  	margin: 20px auto 125px auto;
}

#registerbox h3 {
	text-shadow: #5a1800 2px 2px 4px;
         font-size: 40px;
         height: 75px;
}

#registerbox form {
	width: 295px;
	height: 345px;
	margin: 0px auto;
	padding: 135px 0px 0px 0px;

	font-family: 'Crushed', cursive;
	font-size: 20px;
	font-weight: normal;
	text-shadow: #462e25 1px 1px 0px;
	text-transform: uppercase;
	text-align: left;
	color: #ffeebc;
	line-height: 1.6em;

}

#registerbox form input, #registerbox form select {
	float:right;
	margin: 3px 0px;

	font-family: 'Cuprum', sans-serif;
	font-size: 17px !important;
	text-transform: none !important;
}

#registerbox form input[type="submit"] {
	height: 40px;

	background: transparent url(../images/layout/button_bg.gif) right center no-repeat;
	-webkit-box-shadow: inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 0px 4px 0px 0px rgba(255, 237, 150, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	font-family: 'Crushed', cursive !important;
	font-size: 26px !important;
	font-weight: bold;
	color: #310c00;
	text-shadow: #f9ca44 1px 1px 0px;
	text-transform: uppercase !important;

	padding: 0px 35px 0px 10px;
	margin-top: 10px;
}
#registerbox form input[type="submit"]:hover {
         background: transparent url(../images/layout/button_bg_hover.png) right center no-repeat;
}

#registerbox form p {
         font-family: 'Crushed', cursive;
         font-size: 14px;
         font-weight: normal;
         text-shadow: #462e25 1px 1px 0px;
         text-transform: uppercase;
         text-align: left;
         color: #ffeebc;
         margin-bottom: 12px;
}

#registerbox form p input {
	float:left;
         margin: 5px;
         width: 20px;
         height: 20px;
}

/* Buttonsbar */
#buttonsbar {
	margin: 20px auto !important;
         text-align: center;
}

/* Inhalte */
#content {
	margin: 10px 0px;
}
#content .left { width:510px; }
#content .right { width:350px; }

#content #pig {
	position: absolute;
         margin: 30px 0px 0px 519px;
	background: transparent url(../images/layout/pet_pig.png) center top no-repeat;
	width: 135px;
         height: 238px;
}

/* Screenshots */
#screenshots {
	width: 970px;
         height: 170px;
         margin: 20px 0px;
}

#screenshots #slider_left { float:left; }
#screenshots #slider_left a {
         display: block;
         background: transparent url(../images/layout/slider_left.png) center center no-repeat;
	width: 45px;
         height: 45px;
         padding: 60px 0px 50px 0px;
}
#screenshots #slider_left a:hover {
	background: transparent url(../images/layout/slider_left_hover.png) center center no-repeat;
}

#screenshots #slider { float:left; overflow: hidden; width: 880px !important;  }
#screenshots #slider div { width: 880px; overflow: hidden; }
#screenshots #slider div img { border: 0px #FFF solid; float:left; display: inline; margin: 0px padding: 0px; }

#screenshots #slider_right { float:right; }
#screenshots #slider_right a {
	display: block;
         padding: 60px 0px 50px 0px;
	background: transparent url(../images/layout/slider_right.png) center center no-repeat;
	width: 45px;
         height: 45px;
}
#screenshots #slider_right a:hover {
	background: transparent url(../images/layout/slider_right_hover.png) center center no-repeat;
}

/* Footer */
#footer {
         font-family: 'Londrina Solid', cursive;
         font-size: 13px;
         font-weight: normal;
         color: #b49f8a;

         text-align: center;
         text-shadow: #0d0702 1px 1px 0px;

  	width: 750px;
  	line-height: 1.4;
  	padding: 0px;
         margin: 5px auto;
}
#footer a {
  	color: #b49f8a;
         font-weight: normal;
}

#footer a:hover {
  	color: #F7CA2F;
         font-weight: normal;
}


/* Contentbox */
.contentbox {
	display: block;
         min-height: 100px;

         background: #321b07;
         -webkit-box-shadow: inset 0px 4px 0px 0px rgba(76, 50, 27, 0.99), 3px 3px 0px 0px rgba(22, 11, 2, 0.99);
	-moz-box-shadow:    inset 0px 4px 0px 0px rgba(76, 50, 27, 0.99), 3px 3px 0px 0px rgba(22, 11, 2, 0.99);
	box-shadow:         inset 0px 4px 0px 0px rgba(76, 50, 27, 0.99), 3px 3px 0px 0px rgba(22, 11, 2, 0.99);

         -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
         border: 3px #321b07 solid;

         font-family: 'Londrina Solid', cursive;
         font-size: 28px;
         font-weight: bold;
         color: #f8cc33;
         text-shadow: #0d0702 2px 2px 0px;
         text-align: center;

         padding: 8px 0px 0px 0px;
         margin: 0px 0px 10px 0px;
}

.contentbox .content {
	background: #FFFFFF;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 4px #321b07 solid;

	font-family: 'Londrina Solid', cursive;
	font-size: 17px;
	font-weight: normal;
	color: #160b02;
	text-shadow: #FFFFFF 1px 1px 0px;
	text-align: left;
	letter-spacing: 0px;

	padding: 10px 15px;
}


/* Sonstiges */
#info_box {
         position: absolute;
         top: 280px;
         left: 50%;
         margin-left: 220px;

         background:transparent url(../images/layout/box_info.png) no-repeat;
         width: 175px;
         height: 342px;

         font-family: 'Crushed', cursive;
         font-size: 16px;
         font-weight: normal;
         color: #ac2a00;
         text-align: center;
         text-shadow: #FFFFFF 1px 1px 1px;
         text-transform: uppercase;
}

#info_box p { margin-top: 175px; }
#info_box div {
	font-size: 24px;
         font-weight: bold;
         color: #1d110a;
         line-height: 1.0em;
         margin-bottom: 6px;
}

#info_clowd {
         position: absolute;
         top: 250px;
         left: 50%;
         margin-left: 350px;

         background:transparent url(../images/layout/box_blase.png) no-repeat;
         width: 135px;
         height: 103px;

         font-family: 'Crushed', cursive;
         font-size: 20px;
         font-weight: bold;
         color: #FFFFFF;
         text-align: center;
         text-shadow: #357f9a 1px 1px 1px;
         text-transform: uppercase;
         padding-top: 10px;
}

#info_login {
         position: absolute;
         top: 12px;
         left: 50%;
         margin-left: -444px;

         background:transparent url(../images/layout/login2.png) no-repeat;
         width: 65px;
         height: 40px;
}

#info_competion {
         position: absolute;
         top: 530px;
         left: 50%;
         margin-left: -390px;

         background:transparent url(../images/layout/competition.png) no-repeat;
         width: 178px;
         height: 90px;
}

#info_competion div {
         width: 90px;
         height: 40px;

         font-family: 'Crushed', cursive;
         font-size: 19px;
         font-weight: normal;
         color: #FFFFFF;
         text-align: center;
         text-shadow: #8f2100 1px 1px 1px;
         text-transform: uppercase;
         padding: 22px 0px 0px 80px;
         line-height: 1.0em;
}

#moregames {
	position: fixed;
         z-index:100;
         bottom: 0px;
         right: 20px;
         background:#386D05;
         color:#FAE4AC;
         padding: 5px 8px 3px 8px;
         -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;
}

#moregames select {
	font-size:8pt;
         width: 170px;
         padding: 2px;
         font-weight: normal;
         font-family: Verdana;
         font-size: 12px;
         text-transform: none;
         text-align: center;
         -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
         -webkit-box-shadow: inset 4px 4px 10px 0px rgba(220, 220, 220, 0.0), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(220, 220, 220, 0.0), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
	box-shadow:         inset 4px 4px 10px 0px rgba(220, 220, 220, 0.0), 2px 2px 0px 0px rgba(38, 21, 9, 0.0);
}
#moregames select option {
         font-weight: bold;
         font-family: Verdana;
         font-size: 12px;
         text-transform: none;
         text-align: center;
}
#moregames select option:first-child { text-align: left; font-weight: normal; }


/* Forms */
label, input[type="button"], input[type="submit"], button {
  	cursor: pointer;
}

input, select, textarea {
  	background: #FFFFFF;
         margin: 0px 3px;
  	padding: 2px 4px;

  	border: 0px;

         font-family: 'Crushed', cursive;
         font-size: 20px;
         font-weight: normal;
         color: #310c00;
         text-shadow: #FFFFFF 1px 1px 0px;
         text-transform: uppercase;

         -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

         -webkit-box-shadow: inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	-moz-box-shadow:    inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
	box-shadow:         inset 4px 4px 10px 0px rgba(220, 220, 220, 0.75), 2px 2px 0px 0px rgba(38, 21, 9, 0.75);
}

/* Datenschutz layer */
#datenschutz p { margin: 10px 0px; }

#cdi_layer {
         z-index: 101;
         bottom: 0;
         position: fixed;

         width: 100%;
         min-height: 50px;

         background: #77CC0B;
         border-top: 1px #000000 solid;

         color: #FFFFFF;
         font-size: 12px;
         font-weight: normal;
         text-shadow: #77CC0B 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: #FFFFFF;
	font-weight: bold;
         text-decoration: underline;
         text-shadow: #77CC0B 1px 1px 0px;

         padding: 0px 0px;
}

#cdi_layer .cdi-info a:hover { color: #000000; }

#cdi_layer .cdi-button {
	float:right;
         width: 180px;

         padding: 9px 10px 10px 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: #FFFFFF;

         color: #77CC0B;
	font-weight: bold;
         text-shadow: #FFFFFF 1px 1px 0px;
         text-decoration: none;
         text-align: center;

         height: 35px;
         padding: 7px 15px !important;
         margin: 0px 0px;

         border: 1px #FFFFFF 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: #F99F52;

         color: #FFFFFF;
         text-shadow: #F99F52 1px 1px 0px;

         border: 1px #F99F52 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; }
}