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

/* ---------------- */
		.probetraining img{
			display:none!important;
		}
		
		.probetraining a{
			margin:42px 0 0!important;
		}
/* ---------------- */

#ie-hint {
	background:#fff;
	width:600px;
	padding:20px;
	border:10px solid #0280ee;
	margin:50px auto;
	display:none;
}

#ie-hint p {
	text-align:center;
	font:bold 20px/30px 'Open Sans', Arial, sans-serif;
}

#ie-hint p a {
	color:#0280ee;
}

#back-top {
	position:fixed;
	bottom:30px;
	right:30px;
}

#back-top a {
	width:50px;
	height:50px;
	display:block;
	background:url(../images/back-top.png) no-repeat center center;
	opacity:0.5;
	transition:500ms;
}

#back-top a:hover {
	opacity:1.0;
}


* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	-webkit-appaerance: none;
	-webkit-text-adjust: none;
}

html, html*{-webkit-text-size-adjust:none;text-size-adjust:none;}

::selection {
	background:#000;
	color:#fff;
}

::-moz-selection {
	background:#000;
	color:#fff;
}

html {
	background:#f5f5f5;
}

body {
	font:12px/20px 'Lato', Arial, sans-serif;
	color:#606060;
}

body.scroll {
	margin: 123px 0px 0px;
}

a {
	color:#0280ee;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.pdf {
	display:block;
	margin:10px 0 20px 0;
	background:url(../images/pdf-icon.png) top left no-repeat;
	padding:15px 0 15px 60px;
}

a.zip {
	display:block;
	margin:10px 0 20px 0;
	background:url(../images/zip-icon.png) top left no-repeat;
	padding:15px 0 15px 60px;
}

h1 {
	font:400 35px/30px 'Lato', Arial, Helvetica, sans-serif;
	color: #454545;
	text-transform: uppercase;
}

h2 {
	font:bold 35px/25px 'Lato', Arial, Helvetica, sans-serif;
}

h3 {
	font:bold 17px/20px 'Lato', Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
	font:bold 12px/20px 'Lato', Arial, Helvetica, sans-serif;
}

p, h1, h2, h3, h4, h5, h6, table, ol, ul, fieldset {
	margin:0 0 20px 0;
}

table {
	border-collapse:collapse;
}

table td, table th {
	padding:5px 10px 5px 0;
	text-align:left;
	vertical-align:top;
}


ul {
	list-style:outside disc;
	margin:0 0 0 20px;
}

ol {
	list-style:outside decimal;
	margin:0 0 20px 20px;
}

hr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	clear:both;
	margin:20px 0;
}

fieldset {
	border:1px solid #ccc;
	padding:10px;
}

input {

	border:1px solid red;

}

textarea {
	border:1px solid red;
}

.clear, .clearfix {
	clear:both;
}

.hidden{
	display:none;
}

p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 25px;
}



/* INPUT ERROR FORMULAR */

input[type=text].inputerror, textarea.inputerror, input[type=text].inputerror {
	border:1px solid red!important;
}


/* jQUERY UI RESET */

.ui-widget-content {
	font:12px/20px 'Lato', Arial, Helvetica, sans-serif;
	color:#333;
}

.fehler .fancybox-inner{
	text-align:center;
	padding:20px 0;
	background:url(../images/error.png) 25px top no-repeat;
	background-size:contain;
}

.fehler h2{
	color:#f26b6b;
}


/* Page */

.centered {
	max-width: 1200px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/******************
      HEADER
******************/

#page {
	margin: 157px 0 0 0;
}


body.scroll {
	top: 91px;
	position: relative;
}

header {
	background-color: #fff;
	padding: 25px;
	position: fixed;
	width: 100%;
	max-width: 1200px;
	top: 0;
	z-index: 1000;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}

#logo-club {
	float: left;
	width: 20%;
	display: block;
	margin: 0;
}

#logo-club img {
	width: auto;
	height: auto;
	display: block;
	max-height: 80px;
}

.headerbox {
	display: block;
	width: 25%;
	float: right;
	text-align: right;
	margin: 40px 25px 0px;
}

.headerbox a {
	background-color: #f5f5f5;
	display: inline-block;
	padding: 9px;
	color: #606060;
	text-transform: uppercase;
	text-decoration: none;
	font: 400 16px/25px 'Lato', sans-serif;
	float: right;
	margin: 0 0 0 10px;
	transition: ease 300ms;
}

.headerbox a:hover,
.headerbox a.active {
	background-color: #1DB2E7;
	transition: ease 300ms;
	color: #fff;
}

.filter {
	box-sizing: border-box;
	padding: 15px 25px;
	margin-bottom: 25px;
	position: relative;
	display: block;
	overflow: hidden;
	display: none;
	width: 100%;
	background-image: url("../images/bg-starbig.png");
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: right center;
}

.filter.active {
	background-color: #fafafa;
	box-sizing: border-box;
	padding: 15px 25px;
	margin-bottom: 25px;
	position: relative;
	display: block;
	overflow: hidden;
}

.filter h2 {
	font: 400 25px/25px 'Lato', sans-serif;
	width: 100%;
	color: #1DB2E7;
}

.filterbox {
	width: 100%;
}

.filterbox p {
	margin: 0px 0px 20px 15px;
}

.filterbox p:last-child {
	margin: 0 0 0 15px;
}

.filterbox p label {
	margin-right: 25px;
	font-size: 25px;
	color: #1db2e7;
}

.filterbox p:nth-of-type(2) label {
	margin-right: 32px;
}

.filterbox p select {
	display: inline-block;
    width: 35%;
    padding: 10px 5px;
    font: 14px/22px 'Lato',sans-serif;
    box-sizing: border-box;
	margin: 0 0 5px;
}

.filterbox p option {
    padding: 5px 15px;
}

.filter.fixed {
	position: fixed;
	top: 132px;
	width: 100%;
	max-width: 1200px;
	z-index: 1000;
}

.probetraining {
	float: right;
	padding: 0;
	width: 30%;
	box-sizing: border-box;
	text-align: right;
	margin: 0;
}

.probetraining img{
	width: 50%;
	height: auto;
	display: inline-block;
}

.probetraining a {
	display: block;
	box-sizing: border-box;
	text-decoration: none;
	background-color: #1db2e7;
	padding: 10px 15px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin: 15px 0 0 0;
	transition: ease 300ms;
}

.probetraining a:hover {
	background-color: #1d92b1;
	transition: ease 300ms;
}

/******************
      MAIN
******************/

.gesamtbewertung {
	background-color: #1db2e7;
	margin-bottom: 25px;
	padding: 15px 25px;
	box-sizing: border-box;
	position: relative;
}

.gesamtbewertung h1 {
	font: 600 25px/35px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	float: left;
	width: 40%;
	padding: 5px 0 0 0;
	box-sizing: border-box;
	margin: 0;
}

.stars-gesamt {
	float: left;
	width: 35%;
	font-size: 40px;
	box-sizing: border-box;
	color: #fff;
	box-sizing: border-box;
	padding: 3px 0 0 0;
}

.stars-gesamt a {
	display: inline-block;
	color: #fff;
	font: 400 13px/25px 'Lato', sans-serif;
	text-decoration: none;
}

.stars-gesamt a:hover {
	color: #606060;
}

.bewertung-uebersicht {
	float: right;
	margin: 0;
	padding: 0;
	width: 25%;
}

.bewertung-uebersicht ul {
	margin: 0;
	padding: 0;
}

.bewertung-uebersicht ul li {
	list-style: none;
}

.bewertung-uebersicht ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	border: 1px solid #fff;
	font: 400 15px/25px 'Lato', sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	transition: ease 300ms;
}

.bewertung-uebersicht ul li a:hover {
	background-color: #1D92B1;
	transition: ease 300ms;
}

.bewertung-uebersicht ul li table {
	position:absolute;
	background:#fff;
	z-index:200;
	font:15px/25px 'Lato', sans-serif;
	width:450px;
	padding:25px;
	display:none;
	border:2px solid #ddd;
	box-sizing: border-box;
	right: 0;
	top: 77px;
}

.bewertung-uebersicht ul li table tr td {
	padding: 10px 0;
	width: 50%;
	border-bottom: 1px solid #f5f5f5;
}

.bewertung-uebersicht ul li table tr:last-child td {
	border-bottom: none;
}

.bewertung-uebersicht ul li table tr th {
	padding: 0px;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.bewertung-uebersicht ul li i.fa {
	color: #1db2e7;
	font-size: 35px;
}

.bewertung-uebersicht ul li table tr:nth-of-type(5) th  {
	padding:20px 0 0 0;
	}

.bewertung-uebersicht ul li:hover table {
	display:block;
}

.content {
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 25px 25px;
	margin-bottom: 25px;
}

.contentbox {
	box-sizing: border-box;
	padding: 50px 25px;
	background-color: #fff;
	margin-bottom: 25px;
}

.profilfoto {
	display: block;
	position: relative;
	margin: 0 0 0 2%;
	width: 25%;
	float: left;
}

.profilfoto img {
	z-index: 200;
	position: relative;
	width: 86%;
	height: auto;
}

.profilbox img {
	margin-bottom: 25px;
}

.profilfoto:after {
    content: "";
    display: block;
    width: 100%;
	max-width: 245px;
    height: 100%;
	max-height: 230px;
    background-color: #767B7E;
    transform: rotate(-9deg);
    z-index: 150;
    top: 0px;
    position: absolute;
    left: 0;
	opacity: .5;
}

.profilfoto p {
	padding: 25px 0 0;
}

.profilfoto table {
	width: 90%;
	font: 400 14px/25px 'Lato', sans-serif;
	margin: 25px 0 0;
}

.profilfoto table td {
	padding: 0 10px 0 0;
}

.profilfoto table tr td:first-child {
	width: 15%;
}

.textbox {
	width: 48%;
	float: left;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	padding-right: 2%;
}

.textbox h2 {
	font: 600 25px/30px "Lato",sans-serif;
	margin: 0px;
}

.textbox p {
	margin: 15px 0 0;
	font: 400 16px/28px 'Lato',sans-serif;
	font-style: italic;
}

.infobox {
	width: 25%;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 5%;
}

.infobox p {
	margin: 0 0 0 0;
}

.infobox p strong {
	color: #606060;
	font: 400 15px/25px "Lato",sans-serif;
	font-style: normal;
}

.infobox p .fa {
	font-size: 35px;
	color: #1db2e7;
	padding: 10px 2% 0px;
}

.infobox a.normal-btn {
	display: block;
	border: 1px solid #1db2e7;
	background-color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font: 400 15px/25px 'Laot', sans-serif;
	color: #606060;
	box-sizing: border-box;
	padding: 10px 15px 5px;
	transition: ease 300ms;
}

.infobox a:hover,
.box-left a:hover {
	background-color: #1db2e7;
	color: #fff;
	transition: ease 300ms;
}
.detailbox,
.contentbox.active .infobox a {
	display: none;
}

.detailbox.active {
	box-sizing: border-box;
	padding: 0 25px;
	float: none;
	width: 100%;
	display: block;
}

.box-left {
	float: left;
	width: 25%;
	padding: 10px 0 0;
}

.text-detail p {
	color: #1db2e7;
	text-transform: uppercase;
	margin: 0 0 10px;
	padding: 0px 0 0;
	font: 400 18px/25px 'Lato', sans-serif;
}

.text-detail table {
	margin: 0 0 25px 0;
	font: 400 15px/25px 'Lato', sans-serif;
}

.text-detail table.bewertungstabelle {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.text-detail table.bewertungstabelle:last-child {
	float: right;
	width: 30%;
	margin-right: 0;
}

.text-detail table .fa {
	color: #1db2e7;
	font-size: 18px;
}

.text-detail table tr {
	border-bottom: 1px solid #f5f5f5;
	box-sizing: border-box;
	padding: 10px 0;
}

.text-detail table tr:last-child {
	border-bottom: 0;
}

.text-detail table tr td:last-child {
	text-align: right;
}

.box-left a {
	box-sizing: border-box;
	display: block;
	border: 1px solid #f5f5f5;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font: 400 15px/25px 'Lato', sans-serif;
	color: #606060;
	padding: 10px 15px;
	width: 90%;
	background-color: #f5f5f5;
}

.text-detail {
	float: right;
	width: 73%;
}

.infobox .normal-btn {
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 2;
    transition: all 300ms ease 0s;
}

/******************
      FOOTER
******************/

footer {
	background-color: #fff;
}

.map {
	display: block;
	position: relative;
}

.map iframe {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

.map-active, .map-deactive {
    background: #1db2e7 none repeat scroll 0% 0%;
    color: #FFF;
    position: absolute;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font: 400 20px/22px 'Lato',sans-serif;
    padding: 10px 20px;
    text-align: center;
    width: 240px;
    z-index: 121;
    margin: 0px;
	top: 0;
	right: 0;
}

.map-overlay {
    width: 100%;
    height: 300px;
    background: transparent none repeat scroll 0% 0%;
    position: absolute;
    z-index: 120;
	top: 0;
	left: 0;
}

#map_canvas2243559 {
    margin: 0px 0px 50px;
}

.bottom {
	padding: 50px 25px 25px;
	box-sizing: border-box;
}

.footerbox {
	float: left;
	display: block;
	width: 30%;
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	padding: 0 25px;
	min-height: 300px;
}

.footerbox:nth-of-type(1) {
	width: 25%;
}

.footerbox:nth-of-type(4) {
	float: right;
	width: 15%;
	border-right: none;
}

.footerbox h2 {
	color: #1db2e7;
	font: 400 25px/30px 'Lato', sans-serif;
}

.footerbox a {
	text-decoration: none;
	display: inline-block;
	color: #606060;
}

.footerbox a:hover {
	color: #1db2e7;
}

.footerbox:nth-of-type(3) a {
	background-color: #fff;
	border: 1px solid #1db2e7;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: ease 300ms;
	display: block;
}

.footerbox:nth-of-type(3) a:hover {
	background-color: #1db2e7;
	color: #fff;
	transition: ease 300ms;
}

.footerbox table {
	width: 100%;
	font: 400 15px/20px 'Lato', sans-serif;
}

.footerbox table tr {
	border-bottom: 1px solid #f5f5f5;
}

.footerbox table tr td:last-child {
	text-align: right;
}

.footerbox ul {
	margin: 0;
	padding: 0;
}

.footerbox ul li {
	list-style: none;
	border-bottom: 1px solid #f5f5f5;
}

.footerbox ul li a {
	box-sizing: border-box;
	padding: 5px 0;
	display: block;
	text-decoration: none;
	color: #606060;
	font: 400 15px/25px 'Lato', sans-serif;
}

.footerbox ul li a:hover {
	color: #1db2e7;
}

.footerbox ul li:last-child,
.footerbox table tr:last-child {
	border-bottom: none;
}

.star{
	float:left;
	display:block;
	width:35px;
	height:35px;
	background: #ededed;
	position:relative;
	transition:500ms;
	margin:10px 10px 20px 0 ;
	text-decoration:none;
	color:#484848;
	font-family:Rubik;
}

.star:after{
	content:"";
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	left:0;
	top:0;
	background-image:url(../images/outstar.png);
	background-size:cover;
}

.star:before {
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
	background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	content: "";
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.2;
	position: absolute;
	top: 0;
	width: 100%;
	transition:300ms;
	-webkit-animation-duration: 1500ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: pulse;
	-webkit-animation-timing-function: ease-in-out;
	animation-duration: 1500ms;
	animation-iteration-count: infinite;
	animation-name: pulse;
	animation-timing-function: ease-in-out;
}

.star.filled{
	background:#1db2e7;
}

.star.filled:before{
	display:block;
}

.star.half:after{
	background-image:url(../images/outstar-half.png);
}

.star.yellow{
	margin:0 10px 0 0;
}

.star.yellow.filled{
	background:#ffba00;
}

.star.yellow:after{
	background-image:url(../images/outstarblue.png);
}

.star.yellow.half:after{
	background-image:url(../images/outstarblue-half.png);
}

.gesamttable .star{
	margin:0 4px 0 0;
}

.star.small, .star.small:after{
	width:15px;
	height:15px;
}

.star.small{
	margin:3px 8px 0 0;
}

#hiddenkontakt{
	display:none;
}

@keyframes pulse {
	0% {
		opacity:.2;
	}
	50% {
		opacity:.55;
	}
	100% {
		opacity:.2;
	}
}

@media only screen and (max-width:1200px) {
	.centered {
		width: 100%;
	}

	header {
		padding: 15px;
	}

	.headerbox {
		width: 40%;
	}

	.probetraining {
		width: 32%;
	}

	.bewertung-uebersicht {
		float: none;
		display: inline-block;
		width: 100%;
	}

	.bewertung-uebersicht ul li table {
		top: 142px;
		z-index: 210;
		width: 100%;
	}

	.stars-gesamt {
		float: right;
		width: 35%;
		text-align: right;
	}

	.stars-gesamt .star {
		text-align: right;
	}

	.gesamtbewertung h1 {
		padding: 5px 0px 25px;
		font: 600 18px/35px "Lato",sans-serif;
		width: 50%;
	}

	.infobox {
		float: none;
		width: 100%;
		padding: 0;
	}

	.infobox p {
		float: left;
		margin: 0 25px 0 0;
	}

	.infobox p strong {
		font: 400 18px/25px "Lato",sans-serif;
	}

	.infobox span {
		margin: -5px 10px 20px 0px;
	}

	.infobox a.normal-btn {
		float: right;
		display: inline-block;
		margin: -60px 0 0 0;
	}

	.profilfoto,
	.textbox {
		margin: 30px 0 0 0;
	}

	.textbox {
		width: 69%;
		border-right: none;
		float: right;
	}

	.profilfoto::after {
		width: 100%;
		max-width: 210px;
		height: 100%;
		max-height: 200px;
	}

	.profilfoto table {
		width: 100%;
	}

	footer iframe {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width:1000px) {

	#logo-club {
		width: 43%;
		margin: 0 auto;
	}

	#logo-club img {
		max-width: 100%;
		height:auto;
	}

	.probetraining {
		width: 50%;
	}

	.headerbox {
		position: fixed;
		bottom: 0px;
		left: 0px;
		float: none;
		width: 100%;
		margin: 0;
	}

	.headerbox a {
		width: 50%;
		margin: 0;
		padding: 9px 0;
		text-align: center;
		background-color: #1DB2E7;
		color: #fff;
	}

	.headerbox a:hover,
	.headerbox a.active {
		background-color: #F5F5F5;
		color: #606060;
	}

	.gesamtbewertung {
		padding: 15px;
	}

	.stars-gesamt {
		width: 50%;
	}

	.stars-gesamt .star {
		text-align: right;
	}

	.profilfoto::after {
		width: 100%;
		max-width: 155px;
		height: 100%;
		max-height: 150px;
	}

	.footerbox {
		border-right: none;
		width: 50%;
	}

	.footerbox:nth-of-type(2) {
		float: right;
	}

	.footerbox:nth-of-type(4) {
		width: 50%;
	}

	.footerbox:nth-of-type(3) a {
		display: none;
	}

	.text-detail {
		width: 69%;
	}

	.text-detail table.bewertungstabelle,
	.text-detail table.bewertungstabelle:last-child {
		float: none;
		width: 90%;
	}

	.text-detail table.bewertungstabelle tr td:first-child {
		width: 50%;
	}

	.footerbox:nth-of-type(1) {
    width: 35%;
}
}

@media only screen and (max-width:720px) {

	#page {
		margin: 0 0px 0px;
	}

	header {
		position: relative;
		margin-bottom: 60px;
	}

	.probetraining img {
		width: 100%;
		display: inline-block;
		padding: 12px 0 0 0;
	}

	.probetraining a {
		position: absolute;
		left: 0px;
		display: block;
		width: 90%;
		left: 4%;
		top: 78%;
		font-size: 13px;
	}

	.gesamtbewertung h1 {
		width: 100%;
		float: none;
		text-align: center;
		font: 600 16px/35px "Lato",sans-serif;
	}

	.stars-gesamt {
		width: 100%;
		float: none;
		text-align: center;
		margin: 0 0 20px 0;
	}

	.star {
		display: inline-block;
		float: none;
	}

	.text-detail {
    width: 100%;
    float: none;
    margin: 25px 0 0 0;
}

.text-detail table.bewertungstabelle tr td:first-child {
		width: 40%;
	}

	.text-detail table.bewertungstabelle,
	.text-detail table.bewertungstabelle:last-child {
		width: 100%;
	}

	.bewertung-uebersicht ul li table {
    	top: 233px;
	}

	.bewertung-uebersicht ul li table tr td:first-child {
		width: 20%;
	}

	.gesamttable .star,
	.gesamttable .star::after {
		width: 25px;
		height: 25px;
	}

	.contentbox {
		padding: 25px 15px;
	}

	.infobox {
		text-align: center;
	}

	.infobox p {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}

	.infobox a.normal-btn {
		float: none;
		margin: 0px 0px 0px;
	}

	.profilfoto {
		float: none;
		width: 100%;
		text-align: center;
	}

	.profilfoto::after {
		height: 80%;
		left: 9%;
		max-height: none;
		max-width: none;
		text-align: center;
		width: 80%;
	}


	.textbox {
		width: 100%;
		float: none;
	}

	.map-active, .map-deactive {
		width: 150px;
		bottom: 0;
		font: 400 14px/22px "Lato",sans-serif;
		top: inherit;
	}

	.bottom {
		padding: 25px 15px;
	}

	.footerbox {
		float: none;
		text-align: center;
		width: 100%;
		padding: 0;
		min-height: inherit;
		margin: 0 0 50px;
	}

	.footerbox:nth-of-type(1),
	.footerbox:nth-of-type(4) {
		width: 100%;
		float: none;
	}

	.footerbox:nth-of-type(2) {
   	 margin: 0 0 25px;
	}

	.headerbox a {
		font: 400 12px/25px "Lato",sans-serif;
	}

	.filterbox p select {
		width: 75%;
	}
}





.kontaktwrapper{
	padding:40px;
	background-image: url("../images/bg-starbig.png");
	background-position:bottom -40px right;
	background-repeat:no-repeat;
}

.kontaktwrapper form > label{
	width:48%;
	display:block;
	float:left;
	margin:0 0 20px;
}

.kontaktwrapper form > label:nth-of-type(2n){
	float:right;
}

.kontaktwrapper label input{
	display:block;
	width:100%;
}

.kontaktwrapper select, .kontaktwrapper input:not([type="checkbox"]), .kontaktwrapper .checkbox, .kontaktwrapper textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:0;
	border:1px solid #ccc;
	font:500 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	width:100%;
	max-width:100%;
	padding:20px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
	box-shadow:none;
	margin:0;
	display:block;
}

.kontaktwrapper select{
	width:400px;
	padding-right:45px;
}

.kontaktwrapper .select{
	width:auto;
	display:inline-block;
	position:relative;
	margin:0 0 10px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}

.kontaktwrapper .select:before{
	content:"\f067";
	display:block;
	width:65px;
	font:300 16px/65px Arial, Helvetica, sans-serif;
	font-family: FontAwesome;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	background:#1db2e7;
	pointer-events:none;
	height:100%;
}

.kontaktwrapper .checkbox{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:80px;
	display:inline-block;
	width:auto;
	position:relative;
	margin:0 0 20px;
	margin-right:20px;
}

.kontaktwrapper input[type="checkbox"]{
	display:none;
}

.kontaktwrapper .checkbox:after{
	display:block;
	position:absolute;
	font-family: FontAwesome;
	content:'';
	text-align:center;
	width:60px;
	height:100%;
	top:0;
	left:0;
	line-height:60px;
	z-index:200;
	font-size:40px;
	background:#f4f4f4;
	color:#1db2e7;
}

.kontaktwrapper .checkbox:before {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 100%;
    content: "";
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 40px;
    z-index: 201;
}

.kontaktwrapper input[type="checkbox"]:checked + label:after{
	content:"\f058";
	z-index:201;
}

.kontaktwrapper textarea{
	display:block;
	width:100%;
	min-width:100%;
	max-width:100%;
	height:300px;
	margin:0 0 20px;
	cursor:inherit;
}

.kontaktwrapper #sendenbutton{
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	background: none repeat scroll 0 0 #1db2e7;
    border: 1px solid #1db2e7;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 40px auto 0;
    padding: 20px 0;
    width: 250px;
}

.kontaktwrapper #sendenbutton:hover{
	background:#fff;
	color:#1db2e7;
}

.kontaktwrapper #posStrasse {
    float: left;
    width: 75%;
}
.kontaktwrapper #posHnr {
    float: right;
    width: 20%;
}
.kontaktwrapper #posPlz {
    float: left;
    width: 20%;
}
.kontaktwrapper #posOrt {
    float: right;
    width: 75%;
}

.kontaktwrapper label[for="none"] span {
    display: block;
    width: 100%;
}

.kontaktwrapper h2 {
    color: #1db2e7;
    font: 400 25px/30px "Lato",sans-serif;
}

@media only screen and (max-width:720px){

	.kontaktwrapper form > label, .kontaktwrapper select, .kontaktwrapper input:not([type="checkbox"]):not([type="radio"]), .kontaktwrapper .checkbox, .kontaktwrapper form #rechnungsanschrift > label, .kontaktwrapper form #lieferfield > label{
		float:none;
		width:450px;
		max-width:100%;
	}

	.kontaktwrapper textarea{
		width:450px;
		max-width:100%;
	}

	.kontaktwrapper #sendenbutton{
		width:100%;
		padding:15px 0;
	}

	.kontaktwrapper .select{
		width:100%;
	}

	.kontaktwrapper #sendenbutton{
		font-size:16px;
	}

	.kontaktwrapper .checkbox{
		text-align:left;
	}

	.kontaktwrapper .kat-wrapper label span{
		width:100%;
	}

	.kontaktwrapper .kat-wrapper input:not([type="checkbox"]):not([type="radio"]){
		display:inline-block;
		float:none;
	}

	.kontaktwrapper .kat-wrapper label em{
		padding:0 10px;
	}
	
	.kontaktwrapper{
		box-sizing:border-box;
		padding:15px;
	}
	
	.bewertung-uebersicht ul li:hover table{
		display:none;
	}
	
	.bewertung-uebersicht ul li table{
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		box-sizing:border-box;
		margin:20px 0 0;
	}
	
	.bewertung-uebersicht ul li table tr td, .bewertung-uebersicht ul li table tr th{
		padding:10px;
	}
	
	.fancybox-close{
		top:0!important;
		right:0!important;
	}
	
	.kontaktwrapper form > label, .kontaktwrapper select, .kontaktwrapper input:not([type="checkbox"]):not([type="radio"]), .kontaktwrapper .checkbox, .kontaktwrapper form #rechnungsanschrift > label, .kontaktwrapper form #lieferfield > label, .kontaktwrapper textarea{
		width:100%;
		-webkit-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	
	#logo-club{
		float:none;
	}
	
	#logo-club img{
		margin:auto;
	}

}

