body {
	margin:20px 0;
	color:#333;
	padding-bottom:100px;
	font-size:11pt;
}

.label {
	width:100%;
}

.form-control.kmiStyle {
	margin:13px 0 0;
	border:0;
	border-bottom:1px solid #333;
	border-radius:0;
	padding: 0;
	background:transparent;
	height:auto !important;
	-webkit-appearance: none;
}

.blackPart {
	padding-left:15px;
	padding-right:15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background:#ddd;
	color:#333
}

.greyPart {
	padding-top:15px;
	padding-bottom:15px;
	background:#ededed;
}

.optionBox {
	border:1px solid #333;
	padding:15px;
	background:#fff;
	font-size:90%;
	font-weight: 300;
	margin: 0;
	position:relative;
}

.card {
	border: none;
}

.membershipBox {
	margin:15px 0;
	padding:15px;
	background:#fff; 
	border:1px solid #333;
	color:#333;
}

.membershipBox table {
	background:#ddd;
}

label {
	width:100%;
}

h1 {
	font-size:160%;
	font-weight:600;
}

h2 {
	font-size:130%;
}

.checkImageInFront {
	margin:3px 0;
	padding-left: 18px;
	display:block;
}

.checkImageInFront img {
	margin-left:-18px;
	max-width:100%;
	width:15px;
	height:15px;
	position:relative;
	top:-3px;
}

.width-auto {
	width:auto;
}

.margin-right-1 {
	margin-right:1em;
}

.markerFont {
	font-family: 'Permanent Marker', cursive;
	color:#d0151c;
	font-size:200%;
	margin:0;
	display:inline-block;
	text-transform: uppercase;
}

.markerFont small {
	margin:0;
	font-size:50%;
	display:block;
	margin-top:-10px;
}

.price {
	font-size:200%;
	display:block;
	text-align:center;
}

.runtime {
	font-size:100%;
	display:block;
	margin-top:-10px;
	text-align:center;
}

.font-size-80 {
	font-size:80%;
}

.bigText {
	font-size:200%;
	margin:0;
	font-weight:bolder;
	display:block;
}

table{
    border-collapse: collapse;
    border-spacing: 2px;
    background-color: lightGrey;
}

td{
    background-color:#eee;
    border: 6px solid #fff;
    border-right:0;
    padding: 6px;
}

.header {
	margin: 30px 0;
}

.price {
	cursor: pointer;
}

.clause {
	font-size:60%;
	margin-top:15px;
	margin-bottom:0;
}

.clickReactor {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0);
	cursor:pointer;
}

.clickReactor[data-active="true"] {
	background-color:rgba(50,255,50,0.3);
}

tr[data-membership]>td:first-of-type {
	cursor:pointer;
}

tr[data-membership]>td:first-of-type[data-clicked=true] {
	background:blue;
}

@media(max-width:768px) {
	.mainlogo {
		margin: 0 auto 20px auto;
		display:block;
		width:50%;
	}
	.kmiStyle {
		font-size:110%;
	}
	.membershiph1 {
		font-size:100%;
		text-align:center;
	}
	.membershiph2 {
		font-size:90%;
		text-align:center;
	}
	label[for="chkCash[dauerauftrag]"] {
		margin-top:70px;
	}
}


.chkMembershipU {
	position:absolute;
	top:0;
	left:0;
}



.membershipLabel {
	background:#fafafa;
	color:#333;
	padding:15px;
}
.membershipLabel input[type=radio] {
	margin-left:-12px;
	margin-right:5px;
}
.membershipLabel small {
	margin-left:19px;
}
.membershipRow {
	margin-bottom:30px;
}
label[for=txPromotion] {
	text-align:right;
}



.blackPart h2 {
	margin:-15px -15px 23px -15px;
	padding:15px;
	background:#666;
	color:#fff;
}
a {
	color:#ea202d;
}
a:hover {
	color:#ea202d;
}
.btn-primary {
	background:#ea202d;
	border:none;
	color:#fff;
	border-radius:999px;
}
.btn-primary:hover,
.btn-primary:active {
	background:#F0202D
}
.btn-primary:focus {
	background:#C6202D;
}

input[type=checkbox] {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
	box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}





/* Custom Checkbox */

label,
input[type="radio"] + span,
input[type="radio"] + span::before,
label,
input[type="checkbox"] + span,
input[type="checkbox"] + span::before
{
    display: inline-block;
    vertical-align: middle;
}
 
label *,
label *
{
    cursor: pointer;
}
 
input[type="radio"],
input[type="checkbox"]
{
    opacity: 0;
    position: absolute;
}
 
input[type="radio"] + span,
input[type="checkbox"] + span
{
    font: normal 11px/14px Arial, Sans-serif;
    color: #333;
}
 
label:hover span::before,
label:hover span::before
{
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
 
label:hover span,
label:hover span
{
    color: #000;
}
 
input[type="radio"] + span::before,
input[type="checkbox"] + span::before
{
    content: "";
    width: 14px;
    height: 14px;
    margin: 0 4px 0 0;
    border: solid 1px #a8a8a8;
    line-height: 14px;
    text-align: center;
     
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
     
    background: #f6f6f6;
    background: -moz-radial-gradient(#f6f6f6, #dfdfdf);
    background: -webkit-radial-gradient(#f6f6f6, #dfdfdf);
    background: -ms-radial-gradient(#f6f6f6, #dfdfdf);
    background: -o-radial-gradient(#f6f6f6, #dfdfdf);
    background: radial-gradient(#f6f6f6, #dfdfdf);
}
 
input[type="radio"]:checked + span::before,
input[type="checkbox"]:checked + span::before
{
    color: #666;
}
 
input[type="radio"]:disabled + span,
input[type="checkbox"]:disabled + span
{
    cursor: default;
     
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}
 
input[type="checkbox"] + span::before
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
 
input[type="radio"]:checked + span::before
{
    content: "\2022";
    font-size: 30px;
    margin-top: -1px;
}
 
input[type="checkbox"]:checked + span::before
{
    content: "\2714";
    font-size: 12px;
}



input[class="blue"] + span::before
{
    border: solid 1px blue;
    background: #B2DBFF;
    background: -moz-radial-gradient(#B2DBFF, #dfdfdf);
    background: -webkit-radial-gradient(#B2DBFF, #dfdfdf);
    background: -ms-radial-gradient(#B2DBFF, #dfdfdf);
    background: -o-radial-gradient(#B2DBFF, #dfdfdf);
    background: radial-gradient(#B2DBFF, #dfdfdf);
}
input[class="blue"]:checked + span::before
{
    color: darkblue;
}



input[class="red"] + span::before
{
    border: solid 1px red;
    background: #FF9593;
    background: -moz-radial-gradient(#FF9593, #dfdfdf);
    background: -webkit-radial-gradient(#FF9593, #dfdfdf);
    background: -ms-radial-gradient(#FF9593, #dfdfdf);
    background: -o-radial-gradient(#FF9593, #dfdfdf);
    background: radial-gradient(#FF9593, #dfdfdf);
}
input[class="red"]:checked + span::before
{
    color: darkred;
}


.checkbox label span {
	font-size:100%;
}
.membershipLabel span {
	font-size:100% !important;
	line-height: normal !important;
}

label[for='chkCash[lastschrift]'] span,
label[for='chkCash[dauerauftrag]'] span {
	font-size:100%;
	font-weight:300;
}

@media (max-width:768px) {
	.btn-primary {
		width:100%;
	}
	.membershipLabel {
		text-align:center;
	}
	.membershipLabel small {
		margin-left:0;
	}
	input[class="red"] + span::before {
		margin-bottom:8px;
	}
	.blackPart h2 {
		text-align: center;
	}
	.clause {
		font-size:70%;
		text-align:center;
	}
}







