/* KONTAKTFORMULAR */

form > label, form #rechnungsanschrift > label, form #lieferfield > label{
	width:48%;
	display:block;
	float:left;
	margin:0 0 20px;
}

form > label:nth-of-type(2n), form #rechnungsanschrift >label:nth-of-type(2n), form #lieferfield > label:nth-of-type(2n){
	float:right;
}

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

.club-select{
	width:48%;
}

.club-select label{
	display:block;
	width:100%;
}

select, input:not([type="checkbox"]):not([type="radio"]), .checkbox, 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;
}

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

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

.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:#891002;
	pointer-events:none;
	height:100%;
}

.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;
}

input[type="checkbox"], input[type="radio"]{
	display:none;
}

.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:#891002;
}

.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;
}

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

.column-3{
	display:block;
	-moz-columns:3;
	-webkit-columns:3;
	-ms-columns:3;
	columns:3;
	line-height:35px;
}

.column-3 .checkbox{
	width:100%;
	margin-right:0;
}

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

#kontakt #sendenbutton{
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
	background: none repeat scroll 0 0 #891002;
    border: 1px solid #891002;
    border-radius: 25px;
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 40px auto 30px;
    padding: 35px 0;
    width: 50%;
}

#kontakt #sendenbutton:hover{
	background:#fff;
	color:#891002;
}

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

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

.kat-wrapper{
	background:#f4f4f4;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border:1px solid #ccc;
	margin:0 0 40px;
	position:relative;
}

.kat-wrapper:after{
	content:"\f067";
	font-family:fontawesome;
	display:block;
	position:absolute;
	right:15px;
	top:15px;
	background:#fff;
	border:1px solid #ccc;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	border-radius:3px;
	pointer-events:none;
	text-indent:1px;
	font-size:14px;
}

.kat-wrapper.detail-offen:after{
	content:"\f068";
}


.kat-wrapper label{
	display:block;
	width:100%;
	background:#eee;
	padding:10px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 10px;
}

.kat-wrapper input:not([type="checkbox"]):not([type="radio"]){
	width:70px;
	float:right;
	padding:5px;
	text-align:right;
}

.kat-wrapper label span{
	display:inline-block;
	width:70%;
	padding:7px 10px 6px;
}

.kat-wrapper label em{
	font-style:normal;
	font-weight:700;
}

.kat-wrapper .detail{
	display:none;
}

.kat-wrapper > strong{
	font-weight:400;
	display:block;
	width:100%;
	padding:20px 20px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	cursor:pointer;
}

.kat-wrapper > strong:hover{
	font-weight:700;
}

@media only screen and (max-width:860px){
	.column-3{
		-moz-columns:2;
		-webkit-columns:2;
		-ms-columns:2;
		columns:2;
		line-height:35px;
	}
	
	textarea{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
}

@media only screen and (max-width:720px){
	.column-3{
		-moz-columns:1;
		-webkit-columns:1;
		-ms-columns:1;
		columns:1;
	}
	
	form > label, select, input:not([type="checkbox"]):not([type="radio"]), .checkbox, form #rechnungsanschrift > label, form #lieferfield > label{
		float:none;
		width:100%;
	}
	
	.kontakt #sendenbutton{
		width:100%;
		padding:15px 0;
		border-radius:15px;
	}
	
	.club-select, .select{
		width:100%;
	}
	
	.kontakt #sendenbutton{
		font-size:16px;
	}
	
	.checkbox{
		text-align:left;
	}
	
	.kat-wrapper label span{
		width:100%;
	}
	
	.kat-wrapper input:not([type="checkbox"]):not([type="radio"]){
		display:inline-block;
		float:none;
	}
	
	.kat-wrapper label em{
		padding:0 10px;
	}
}
