/* ########################################## */
/* HTML Standard-Tags */
/* ########################################## */

*{
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	float: left;
}

h1{
	margin: 5px 0 5px 0;
	font-size: 35px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 20px;
}

p{
	font-size: 18px;
}

a{
	text-decoration: none;
	cursor: pointer;
}

form input{
	display: block;
	margin: 13px 0 5px 5px;
	padding: 5px;
	font-size: 20px;
}

.anfrage form input{
	display: block;
	margin: 5px 0 5px 0;
	/*padding: 1%;*/
	border: none;
	border-bottom: 1px solid #dadada;
	background-size: 0 100%;
	background-repeat: no-repeat;
	width: 100%;
}

.anfrage label{
	background-image:url("../img/radiobutton.png");
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.anfrage input[type=radio]{
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

form input[type=submit]{
	margin-top: 30px;
	margin-bottom: 50px;
}

form input[type=submit]:focus{
	outline: none;
	background-size: 100% 100%;	
}

/* ########################################## */
/* Zusammengefügte Klassen */
/* ########################################## */

html, body, h1, h2, h3, h4, p{
	margin:0;
	padding: 0;
}

html, body, #page, .sitebar #placeholder, .sitebar .col_barfooter, form input, .sitebar{
	width: 100%;
	max-width: 100%;
}

html, body, #col_page, .sitebar, .left_side, .right_side{
	height: 100%;
	min-height: 100%;
}

h1, h2, h3, h4, p, a, a:visited, li, label, .col_send{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.sitebar aside ul li a{
	font-weight: 400;
}

h1, h2, h3, h4, a, a:visited, .sitebar aside ul li a, .sitebar .col_barfooter .col_li_top{
	color: #A8002F;
}

p, li, input, .col_info span{
	color: #474747;
}

.tabelle tr th p{
	color: #fff;
	font-weight: 500;
}

input::-webkit-input-placeholder, input{
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

form input[type=text]:focus, form input[type=password]:focus, form input[type=date]:focus, form input[type=number]:focus, form input[type=tel]:focus, form input[type=email]:focus{
	outline: none;
}

.anfrage form input[type=text]:focus, .anfrage form input[type=password]:focus, .anfrage form input[type=date]:focus, .anfrage form input[type=number]:focus, .anfrage form input[type=tel]:focus, .anfrage form input[type=email]:focus{
	outline: none;
	background-size: 100% 100%;
}

.anfrage input[type=radio] + label{
	padding-left:27px;
	margin-top: 7px;
	height:15px; 
	width: 100%;
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

.anfrage input[type=radio]:checked + label{
	background-position: 0 -15px;
}

.left_login, right_login{
	text-align:right;
}

/* ########################################## */
/* Klassen & Objekte */
/* ########################################## */

#page{
	width: 100%;
	margin: 0 auto 0 auto;
}

.left_side{
	float: left;
	width: 27%;
	max-width: 27%
}

.right_side{
	float: left;
	width: 73%;
	max-width: 73%;
	padding: 20px;
}

.col_bluetext{
color: rgb(50, 104, 178);
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 25px;
font-weight: bold;
line-height:25px;
padding-bottom:12px;
text-align:left;
}

.col27{
	float: left;
	width: 27%;
	max-width: 27%
}
.col73{
	float: left;
	width: 73%;
	max-width: 73%;
	padding: 20px;
}

#placeholder{
	height: 50px;
	min-height: 50px;
}

#content{
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.half{
	display: block;
	float: left;
	width: 50%;
	max-width: 50%;
	overflow: hidden;
}

.full{
	float: left;
	display: block;
	width: 100%;
}

.blue{
	color: #2E67B1;
}

.col_formbereich{
	margin: 0 0 20px 0;
	font-size: 20px;
}

.col_error{
	margin: 10px 0 10px 0;
}

.col_error p span{
	color: #FFCC00;
}


.tabelle{
	width: 100%;
	overflow: scroll; 
  	overflow-y: hidden;  
    -webkit-overflow-scrolling: touch;
    margin: 0 auto 0 auto;
}

.tabelle tr th,
.tabelle tr td{
	padding: 5px;
	text-align: left;
}

.tabelle tr:nth-of-type(even){
	background-color: #EFEFEF;
}

.tabelle tr th{
	border-bottom: 3px solid #ddd;
	background-color: #A8002F;
}

.tabelle tr th a,
.tabelle tr th a:visited,
.tabelle tr th{
	color: #fff;
}

.tabelle tr:hover td{
	background-color: #DADADA;
	color: #A8002F;
}

.tabelle tr th,
.tabelle tr td{
	padding: 5px;
	text-align: left;
}
.tabelle{
	overflow: auto;
}

/* ########################################## */
/* Header */
/* ########################################## */

#header{
	width: 80%;
	margin: 0 auto 20px auto;
}

#header img{
	display: block;
	height: 100%;
	margin: 0 auto 0 auto;
}

.col_head h1 {
    font-size: 32px;
    font-weight: 400;
}

/* ##################################################### */
/* Sitebar */ 
/* ##################################################### */

.sitebar aside ul li a, .col_send{ 
	transition:all 500ms; 
	-moz-transition:all 500ms; 
	-ms-transition:all 500ms; 
	-o-transition:all 500ms; 
	-webkit-transition:all 500ms;
}

.sitebar{
	left:0;
	width: 27%;
	float: left;
	margin: 0 5% 0 0;
	background-color: #dadada;
	position: absolute;
	overflow: auto;
}

/* Logo */
.sitebar .col_logo img{
	display: block; 
	margin: 0 auto 0 auto;
	padding: 20px;
	width: 100%;
	max-width: 350px;
}

/*Platzhalter */
.sitebar #placeholder{
	height: 30px;
}

/*Navigation */
.sitebar aside ul{
	margin: 0;
	padding: 0;
   width: 100%;
   font-size: 20px;
   overflow: hidden;
}

.sitebar aside ul li{
	height: 50px;
	list-style: none;
	
}

.sitebar aside ul li span{
	margin: 0 15px 0 0;
	font-size: 18px;
}

.sitebar aside ul li a{
	display: block;
	height: 25px;
	padding: 13px 0 12px 20px;
	text-decoration: none;
}

.sitebar aside ul li{
	border-bottom: 1px solid #cccccc;
}

.sitebar aside ul .menue a:hover{
	background-color: #666;
	height: 50px;
	color: white;
	cursor: pointer;
}

/*Adresse*/
.sitebar .col_barfooter{
	position: relative;
	height: 115px;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.sitebar .col_barfooter li{
	font-size: 15px;
	text-align: left;
	line-height: 25px;
	list-style: none;
}

.sitebar .col_barfooter .col_li_top{
	margin: 0 0 10px 0;
	font-size: 17px;
}

.sitebar .nav_info a{
	cursor: default;
}

/* ########################################## */
/* Login */
/* ########################################## */

/* Head */
.col_head p{
	margin-left: 8px;
	line-height: 20px;
}

.col_head h1{
	font-size:32px;
	font-weight: 400;
}

.adress li{
	margin-left: 8px;
	font-size: 15px;
	line-height: 25px;
	list-style: none;
}

.col_info{
	text-align: justify;
	margin-bottom: 50px;
}

.col_info span{
	font-size: 30px;
	margin: 0 0 5px 0;
}

.col_login{
	margin-top: 70px;
	width:70%;
	margin-left: auto;
	margin-right: auto;
}

.login_rand{
	padding: 20px;
	-moz-box-shadow:1px 1px 6px #a0a0a0; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #a0a0a0; /* Chrome, Safari */
	box-shadow:1px 1px 6px #a0a0a0; /* CSS3 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.col_login a{
	text-decoration: underline;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

}

.col_login .left_login p{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top: 20px;
	margin-right: 8px;
}

.left_login{
	width: 110px;
	max-width: 110px;
	float:left;
}

.right_login{
	width: calc(100% - 110px);;
	max-width: calc(100% - 110px);
	float:left;
}

.col_login h2{
	margin: 0 0 30px 0;
}

.col_send{
	border: none;
	color: #777;
	background: #dadada;
	cursor: pointer;
	min-width: 100px;
}

.col_send:hover{
	background: #666;
	color: #fff;
}

.col_login form .col_send{
	background: #9e9e9e;
	background-image: -webkit-linear-gradient(top, #2E64FE, #6a8cb5);
    background-image: -moz-linear-gradient(top, #2E64FE, #6a8cb5);
    background-image: -ms-linear-gradient(top, #2E64FE, #6a8cb5);
    background-image: -o-linear-gradient(top, #2E64FE, #6a8cb5);
    background-image: linear-gradient(to bottom, #2E64FE, #6a8cb5);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    -webkit-box-shadow: 0px 0px 6px #666666;
    -moz-box-shadow: 0px 0px 6px #666666;
    box-shadow: 0px 0px 6px #666666;
    color: #fff;
    font-size: 20px;
    padding: 5px 5px 5px 5px;
	
	min-height:inherit;
	height: 34px;
	margin-bottom: 23px;
	font-weight: 400;
	
}

.col_login form #col_send{
	float: right;
	width: 25%;
	min-width: 100px;
	max-width: 150px;
}

.col_login form #col_monkrate{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	min-width: 300px;
	max-width: 350px;
}

.col_login form .col_send:hover{
	background: #2E64FE;
	color: #fff;
}

.col_login form #loginfo{
	text-align: right;
}

/* ########################################## */
/* Kreditratenberechnung */
/* ########################################## */
.tableinfo{
	text-align: right;
}

#col_send_brechn{
	min-width: 230px;
	min-height: 45px;
}

/* ########################################## */
/* Bonitätsanfrage */
/* ########################################## */

.col_pruefform #nachricht{
	display: none;
}

/* ########################################## */
/* Footer */
/* ########################################## */

.footer {
   margin-top:0px;
   position:fixed;
   left:0px;
   bottom:0px;
   min-height:40px;
   width:100%;
   background:#dadada;
   padding: 10px 10px 0 10px;
}

.col_footer_left{
	float: left;
}

.col_footer_right{
	float: right;
}

/* ########################################## */
/* Gerätetyp-Anpassungen */
/* ########################################## */

/* Mobile Geräte */
@media only screen and (max-width: 1050px) {
   .left_login, right_login{
		text-align:left;
	}
	
	.right_login{
		width: 100%;
		max-width: 100%;
	}
}

@media only screen and (max-width: 850px) {
   #content{
   	padding: 10px 10px 0px 10px;
   }

   .half{
   	display: block;
   	width: 100%;
   	max-width: 100%;
   }

   .footer{
   	position: relative;
   	float: left;
   	left: auto;
   	bottom: auto;
   }
}