@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0
}
:focus, :active { outline:0 }

body {
font: .9em Verdana, Arial, Helvetica, sans-serif;
color: #333;
background-color: #ccc;
margin: 0;
line-height: 1.2em;
}

img {
border: 0px;
}

.clear { clear: both; }

a {
	text-decoration: none;
	color: #c00;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
}

#content {
	width: 968px;
	margin: 0 auto;
	padding-top:20px;
	background: #eee;
	min-height: 500px;
}

#head {
	width:968px;
	padding:0px;
	background: #fff;
	height:120px;
}

#headleft {
	width: 490px;
	padding: 0px;
	float: left;
}

#headright {
	width: 478px;
	padding: 0px;
	float: right;
}

#language {
	float:right;
	margin-top:10px;
	margin-right: 25px;
}

#main {
	width: 920px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top:0px;
	padding-left:10px;
	background: #fbfbfb;
	text-align: left;
	height: 500px;
}

#mainmerch {
	width: 920px;
	margin: 0 auto;
	margin-top: 40px;
	padding-bottom:20px;
	padding-top:0px;
	padding-left:10px;
	background: #fbfbfb;
	text-align: left;
	height: 650px;
}

#mainimp {
	width: 920px;
	margin: 0 auto;
	margin-top: 40px;
	padding-top:0px;
	padding-left:10px;
	background: #fbfbfb;
	text-align: left;
	height: 1100px;
	font-size: 0.9em;
}

#menu {
	background-color: #ddd;
	margin-left: 0px;
	width: 923px;
	height: 38px;
	padding-left: 45px;
}

#menu li {
	display: inline;
	font-size: 1em;
}

#menu li a {
	float: left;
	color: #333;
	padding: 8px 7px;
	margin: 0 58px 0 0;

}
#menu li a:hover, #menu li.current a, #menu li a:focus {
	color: #4d9e2d;
}

#menu li:last-child a {
    padding-right: 0;
}

#imageline {
	-moz-opacity: 0.4;
	filter: Alpha;
	opacity: 0.4;
	width: 478px;
}

#footer {
	font-size: 0.7em;
	text-align: center;
	color: #888;
}

.left {
	float: left;
	width: 250px;
	margin-bottom: 20px;
	margin-left: 2px;
	padding: 5px;
	border:#7baf69 1px solid;
	font-size: 0.9em;
}

.middle {
	float: left;
	width: 250px;
	margin-left: 60px;
	margin-bottom: 20px;
	padding: 5px;
	border:#7baf69 1px solid;
	font-size: 0.9em;
}

.right {
	float: left;
	width: 250px;
	margin-left: 60px;
	margin-bottom: 20px;
	padding: 5px;
	border:#7baf69 1px solid;
	font-size: 0.9em;
}

.int {
	color: #408927;
	font-weight: bold;
}

.extlnk {
	color: #888;
}

.line {
	clear: both;
	border-bottom: 1px solid #777;
}

.kontab {
  width: 500px;
  margin: Auto;
  border-spacing: 1px;
 }
/*
 th, td {
  padding: 5px;
 }
 */
 
 label {
  cursor: Pointer;
 }
 .pflichtfeld {
  color: #FF0000;
  border: 0px;
 }
 .hintergrund {
  color: #000000;
  background-color: #CCCCCC;
 }
 .danke, .danke a {
  color: #000000;
  padding: 10px;
  width: 480px;
  margin: Auto;
  margin-top: 100px;
 }
 
/**
 *
 * Gewinnspiel
 *
 */
.clear {
	clear: both !important;
	float: none !important;
	width: auto !important;
}
#raffle {
	width: 930px;
	margin: 15px auto 0 auto;
	background: #fff;
	font-family: 'Oswald', sans-serif;
	position: relative;
}
#raffle .raffle_top {
	background: url('images/raffle_bg.jpg') top center no-repeat;
	width: 100%;
    background-size: cover;
	/*height: 746px;*/
    position: relative;
}
#raffle .raffle_top h1 {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
	padding: 20px 0;
	text-rendering: optimizeLegibility;
}
@media (max-device-width: 1024px) { #raffle .raffle_top h1 { font-size: 24px; } }
#raffle .raffle_top h1 span {
	background: #fff;
	color: #53af31;
	padding: 0px 8px;
}
#raffle .raffle_top .content_left {
	width: 515px;
	display: inline-block;
	margin: 45px 0 30px 30px;
}
#raffle .raffle_top .content_left .bg {
	opacity: .93;
	background: #fff;
	width: 100%;
}
#raffle .raffle_top .content_left .bg p {
	padding: 15px 20px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
}

#raffle .raffle_top .content_left .bg hr {
	padding: 0;
	margin: 5px 20px;
	border: 0;
	border-bottom: 1px solid #9a9a96; 
	clear: both;
	float: none;
}
#raffle .raffle_top .content_left .bg span.desc {
	text-align: center;
	width: 100%;
	display: block;
	color: #53af31;
	margin: 0 0 15px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 400;
	position: relative;
}
#raffle .raffle_top .content_left .bg span.desc:before,
#raffle .raffle_top .content_left .bg span.desc:after {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #53af31;
	height: 1px;
	width: 140px;
	position: absolute;
	margin-left: -165px;
	top: 8px; 
}
#raffle .raffle_top .content_left .bg span.desc:after {
	margin-left: 25px;
}
#raffle .raffle_top .content_left .bg img.howto {
	margin-left: 25px;
	margin-bottom: 5px;
}
#raffle .raffle_top .content_left .bg .columns {
	margin-bottom: 25px;
}
#raffle .raffle_top .content_left .bg .columns > div {
	width: 163px;
	display: block;
	float: left;
    text-align: center;
    position: relative;
}
#raffle .raffle_top .content_left .bg .columns > div .number {
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    background: #53af31;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
#raffle .raffle_top .content_left .bg .columns > div .img-box {
    height: 100px;
    position: relative;
    margin-bottom: 15px;
}
#raffle .raffle_top .content_left .bg .columns > div img {
    display: inline-block;
    margin: 0 auto;
    left: -20px;
    right: 0;
    position: absolute;
    bottom: 0;
}
#raffle .raffle_top .content_left .bg .columns > div p {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
    word-wrap:break-word;
    text-align: left;
}
#raffle .raffle_top .content_left .bg .columns > div:first-child {
	margin-left: 20px;
}
#raffle .raffle_top .content_left a.win-button {
	background: #4c4c4b;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding: 20px 0;
	font-weight: 400;
	position: relative;
	transition: background 300ms; 
}
#raffle .raffle_top .content_left a.win-button:hover {
	background: #3b3b3b;
}
#raffle .raffle_top .content_left a.win-button:before {
	content: '';
	background: url('images/raffle_form_icon.png') center center no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	margin-left: -40px;
	margin-top: -8px;
}
#raffle .raffle_top .content_right {
	display: inline-block;
	float: right;
	margin-top: 45px;
	width: 370px;
}

#raffle .raffle_top .content_right .gewinne .ball,
#raffle .raffle_top .content_right .gewinne .trikot,
#raffle .raffle_top .content_right .gewinne .kaffee {
    display: block;
}

#raffle .raffle_top .content_right .gewinne .bubble span {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    top: -15px;
}

#raffle .raffle_top .content_right .gewinne .bubble {
    background: #53af31;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 31px;
    line-height: 70px;
    font-weight: 400;
    z-index: 2;
}

#raffle .raffle_top .content_right .gewinne .bubble:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0px;
    z-index: 1;
    display: block;
    background: url(images/comment.png) no-repeat center center; 
}

#raffle .raffle_top .content_right .gewinne .kaffee .bubble {
    font-size: 16px;
    height: 50px;
    width: 50px;
    line-height: 20px;
    padding-top: 7px;
    bottom: 80px;
    left: -20px;
    top: inherit;
}

#raffle .raffle_top .content_right .gewinne {
    position: relative;
    height: 440px;
    margin-left: 20px;
    margin-top: 15px;   
}

#raffle .raffle_top .content_right .gewinne .ball {
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: inline-block;
}
#raffle .raffle_top .content_right .gewinne .kaffee {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
}
#raffle .raffle_top .content_right .gewinne .trikot {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
}

#raffle .raffle_top .content_right .bottom-buttons {
    position: absolute;
    bottom: 17px;
    margin-left: 30px;
}

#raffle .raffle_top .content_right a.button {
	background: #53af31;
	color: #fff;
	display: block;
	width: 240px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	padding: 15px;
	text-align: center;
	margin: 13px auto;
	font-weight: 400;
	transition: background 300ms;
}
#raffle .raffle_top .content_right a.button:hover {
	background: #429e20;
}
#raffle .raffle_top .content_right a.button:before {
	content: '';
	background: url('images/raffle_arrows.png') center center no-repeat;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	display: inline-block;
}
#raffle .raffle_bottom {
	padding: 25px;
}
#raffle .raffle_bottom .bottom_left {
	display: inline-block;
	width: 610px;
	padding-right: 45px;
	border-right: 1px solid #ccc;
}
#raffle .raffle_bottom .bottom_left p {
	color: rgba(76,76,76,.75);
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
#raffle .raffle_bottom .bottom_left p.mark-1 {
	margin-left: 15px;
}
#raffle .raffle_bottom .bottom_left p.mark-1:before {
	content: '*';
	padding-right: 8px;
	margin-left: -15px;
}
#raffle .raffle_bottom .bottom_left p.mark-2 {
	margin-left: 15px;
}
#raffle .raffle_bottom .bottom_left p.mark-2:before {
	content: '**';
	padding-right: 4px;
	margin-left: -15px;
}
#raffle .raffle_bottom .bottom_right {
	float: right;
	margin-right: 15px;
}
#raffle .raffle_bottom .bottom_right img {
	margin-top: 20px;
}

#raffle .modal-bg {
	display: none;
	position: absolute;
	top: 0;
	background: #fff;
	opacity: .8;
	width: 100%;
	height: 100%;
    z-index: 10;
}
#raffle .modal-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #53af31;
	opacity: .8;
	padding: 8px 10px;
	color: #fff;
	transition: background 300ms;
}
#raffle .modal-close:hover {
	background: #5cca34;
}
#raffle .modal {
	display: none;
	position: absolute;
	top: 150px;
	background: #fff;
	width: 600px;
	left: 17%;
	padding: 25px;
    z-index: 99;
	box-shadow: 0 0 10px 0px rgba(0,0,0,.2);
}

#raffle .modal h2,
#raffle .modal h3 {
	margin: 15px 0;
	font-weight: 300;
}
#raffle .modal p {
	margin: 15px 0;
	font-weight: 300;
}
