@CHARSET "UTF-8";
@import url(https://fonts.sewobe.de/varta.css);
* {
	font-family: 'Varta', arial, sans-serif;
}
/**
Tablets
*/
@media only screen and
(min-device-width:768px) and
(max-device-width:1024px) and
(orientation:portrait)or(orientation:landscape){
	input,label,td{
		font-size: 22px;
	}
	td.tbl_radio>div{
		width: 250px;
	}
	div#FEHLER{
		position: fixed !important;
	}
}

@media only print{
	div.nav,a,div.footer,input{
		display:none;
	}
	#MELDUNG{
		display: block;
	}
}

body{
	margin: 0 auto !important;
	padding: 10px;
	font-family:'Varta',arial,sans-serif;
	color: grey;
	max-width: 786px;
}


/**
 * Variable Farben
 */
.bg-style{
	color: #fff;
	background: -moz-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: -webkit-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: -o-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: -ms-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
	border: 1px solid rgba(226, 168, 55, 1
) !important;
}

.btn-warning {
	background: rgba(226, 168, 55, 1
);
}

body>div.title>h1{
	color: #666666;
	font-weight: bold;
}
body>div.nav>div.item.aktiv>div.icon{
	background: rgba(226, 168, 55, 1
);
}
body>div.content>div.title{
	color: rgba(226, 168, 55, 1
);
}
.btn-default {
	background-color: transparent !important;
}
/**
 * NAVIGATION
 */
body>div.title{
	text-align: left;
}
body>div.title>span{
	text-align: left;
	font-size: 38px;
}

body>div.nav>div{
	float: left;
	margin-right: 5px;
}
body>div.nav>div.arrow{
	height: 80px;
}
body>div.nav>div.item{
	font-size: 15px;
	margin-top: 25px;
}
body>div.nav>div.item>div{
	float:left;
}
body>div.nav>div.item>div>span{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;

}
body>div.nav>div.item>div.text{
	line-height: 30px;
	vertical-align: middle;
}
body>div.nav>div.item>div.icon{
	background: #CDCDCD;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 31px;
	vertical-align: middle;
	color: #fff;
}

body>div.nav>div.item.aktiv>div.text{
	font-weight: bold;
}
/**
 * NAVIGATION ENDE
 */
/**
 * CONTENT
 */

div.content{
	clear:left;
	background: #EDEDED;
	border: 1px solid #CDCDCD;
}
div.content>div.form-group{
	margin:10px;
}
div.content>div.title{
	background: #FDFDFD;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
}
td.tbl_radio>div{
	width: 150px;
	float:left;
}
td.label{
	width: 200px;
}
input[type="checkbox"]{
	height: 18px;
	width: 18px;
	box-shadow: none;
	float: left;
    margin: 0 5px 0 0 !important;
}
/**
 * CONTENT ENDE
 */
div.footer{
	text-align: right;
	line-height: 40px;
	vertical-align: middle;
}
label.btn-default.active{
	background: rgba(226, 168, 55, 1
) !important;
	color: #fff !important;
}
div.ermaechtigung {
margin-bottom: 20px;
}
tab#t1{
	padding-left: 20px;
}
div.he{
	min-height: 190px;
}
label.btn.dis {
	color: #CDCDCD;
}
div.well.inline{
	display: inline-block;
	float: right;
	margin: 0px;
}
div.betrag{
	font-size: 16px;
}
/**
 * FOOTER
 */

body>div.footer{
	height: 50px;

}

label.lbl_valid{
	display: block;
	text-align:left !important;
}
input.input_month{
	width: 50px;
	display: inline-block;
}
input.input_year{
	width: 70px;
	display: inline-block;
}
span.trenner{
	font-size: 16px;
}
div.fix_width{
	width:300px;
}

form#formular{
	position: relative;
}

a.weiter {
	background: -moz-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: -webkit-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: -o-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: -ms-linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
    background: linear-gradient(90deg, rgba(226, 168, 55, 1
) 0%, rgba(226, 168, 55, 1
) 100%);
}


/**
 * FOOTER ENDE
 */

/**
 * Spartphones
 */
@media only screen and
(min-device-width:320px) and
(max-device-width:480px){

	body>div.title>span{
		text-align: center;
		font-size: 28px;
		color: rgba(226, 168, 55, 1
);
	}
	body>div.nav>div.item>div.text,body>div.nav>div.arrow{
		display: none;
	}
	body>div.nav>div.item>div.icon{
		width: 40px ;
		height: 40px;
		font-size: 30px;
		line-height: 40px;
	}
	body>div.nav>div.item{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	body>div.title>span{
		font-size: 22px;
	}
}
