﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ font-family: 'Arial', sans-serif; margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; vertical-align: baseline; }

:focus { outline: 0; }
ol, ul { list-style: none; }
.clear { clear:both; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

body { font: 14px Arial, sans-serif; color:#000; }

a:link, a:visited, a:focus, a:active { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }

ul { list-style: none; margin: 0; padding: 0; }

#wrapper { width: 692px; margin: 0px auto; }
#header { width: 692px; height: 342px; }


/******** BEGINN ********/

#hotline { width: 100%;	height: 60px; line-height: 60px; background-color: #336699; }
#hotline h1 { color:#fff; font-family: Arial, sans-serif; font-size:28px; font-style: italic; text-align: center; }
#hotline img { vertical-align: middle; margin-right: 15px; }
#telefontracking { display: inline; }


#content { margin: 0 auto; padding: 25px 0 0 0; }

h2 { color: #336699; font: 23px Arial, sans-serif; padding: 0 0 10px 0; }
.box { width: 100%; height: auto; margin-bottom: 25px; background-color: #f9f9f9; border: 1px solid #e2e2e2; border-radius: 5px; }
.box a:link, .box a:visited, .box a:focus, .box a:active, .text a:link, .text a:visited, .text a:focus, .text a:active { color: #336699; text-decoration: none; }
.box a:hover, .text a:hover { color: #000; text-decoration: underline; }


#content #contentleft { float: left; width: 340px; }
#content #contentleft { margin-right: 25px; }
#content #contentleft .text { border-bottom: 1px dotted #000000; margin: 0 15px 15px; padding-bottom: 20px; display: inline-block; }
.liste { margin:10px 0 10px 13px; list-style-position: outside; list-style-type: disc; }
.bild { float: left; }
.bildtext { float: right; width: calc(100% - 100px); margin-top: -4px; }
#content #contentleft #betreuung { border-bottom: none!important; margin-bottom: 0!important; padding-bottom: 0!important; }
#content #contentleft #abwicklung img { float: left; padding: 5px 15px 0 0; }

#content #contentright { float: left; width: 310px; }
#content #contentright h2 { padding: 10px 20px 10px 20px; }

#content #contentright #vorteile ul { padding: 0 15px 10px 20px; }	
#content #contentright #vorteile ul li { padding: 5px 0 5px 35px; background:url('../images/arrow.png') no-repeat 0 5px; }
#vorteile a:link, #vorteile a:visited, #vorteile a:focus, #vorteile a:active { color: #000;text-decoration: none; }

#content #contentright #formular { background:url('../images/formular.jpg') repeat; border: 1px solid #e2e2e2; }
#content #contentright #formular h2 { color: #336699; }


#karte_rechts { margin: 25px 0; background: #fff!important; }
#karte_rechts h2, .karte ul { font-size: 18px; padding: 10px 15px!important; text-align: center; }

#karte_unten { margin: 0; display: none; background: #fff!important; }
#karte_unten h2 { text-align: center; padding: 15px 0; }

#karte_rechts .ovpn, #karte_unten .ovpn { margin-left: 10px; }
#karte_rechts .ovpn img, #karte_unten .ovpn img { margin: 3px 10px 5px; vertical-align: middle;}
#karte_rechts .ovpn p, #karte_unten .ovpn p { font-size: 12px; text-align: center; }

#website { width: 100%; height: 60px; margin: 20px 0 20px 0; line-height: 60px; background-color: #336699; }
#website h3 { color:#fff; font-family: Arial, sans-serif; font-size:26px; font-style:italic; text-align: center; }
#website img { vertical-align: middle; margin-right: 15px; }

#footer { width: calc(100% - 40px); height: auto; margin: 0 auto; padding: 20px; background-color: #f4f4f4; font: 11px Arial, sans-serif; }
#footer_desktop { float:left; display: inline-block; }
#footer_mobil { float: left; display: none; }
#meta { float: right; display: inline-block; }
#footer a:link, #footer a:visited, #footer a:focus, #footer a:active { color: #336699; text-decoration: underline; }
#footer a:hover { color: #336699; text-decoration: none; }


#sub-footer { color: #111111; font: 11px Arial, sans-serif; height: 25px; margin: 0 auto; padding: 10px 0 0 15px; text-align: center; max-width: 640px; }

#sub-footer a:link, #sub-footer a:visited, #sub-footer a:active { color: #336699; text-decoration: underline; }
#sub-footer a:hover { color: #336699; text-decoration: none; }




/****** FORMULAR *****/
input.error,
select.error,
textarea.error {
    border: red solid 1px;
	background-color:#F00;
}

fieldset {
	padding: 20px 0 0 20px;
	display: block;
	color: #000;
	clear: both;
}

label {
	display: block;
	width: 79px;
	float: left;
	clear: both;
	margin: 5px 0; 
}

input,textarea {
	margin-top:3px;
	margin-bottom:4px;
	border: 1px solid #fff;
	padding:2px;
	width:179px;
}  

.btnSubmit { 
	width:264px;
   	height:55px;
   	border:0;
 
   	margin-top:12px;
}

.ssl {
	color:#7d7d7d;
	font-size:11px;
	margin-left:22px;
	background:url('../images/schloss.gif') no-repeat 0 3px;
	padding-left:19px;
	height:20px;
	line-height:24px;
	width:250px;
	margin-top:-14px;
	margin-bottom:10px;
	font-style:italic;
}

.errorStyle {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}


@media (max-width: 420px){
#wrapper { width: 100%; }
#hotline { margin-bottom: 15px; }
#header { width: 100%; height: auto; }
#header img { width: 100%; height: auto; }

#hotline, #website { height: auto; }
#hotline h1, #website h3 { font-size: 20px!important; line-height: 30px; text-align:center; padding: 10px 0!important; }
#website img, #hotline img { display: none; }

h2 { font-size: 23px; }

#content { padding: 0!important; margin: 25px 5%; width: 90%; }

#content #contentleft, #content #contentright { margin: 0; width: 100%; }
#content #contentleft .text { margin: 0 0 15px; }
.box { margin: 25px 0 0 0; }

#footer_desktop { display: none!important; }
#footer_mobil { display: inline-block; width: 100%; margin-bottom: 15px; }
#meta { float: left; }

fieldset { padding: 0; margin: 0 20px; width: calc(100% - 40px); }
input, textarea { margin: 0; padding: 5px 0 ; width: 100%; }
label { margin: 5px 0 0; }
.btnSubmit { margin-left: calc(50% - 132px); }
.ssl { margin-left: calc(50% - 130px); }
}


@media (max-width: 395px){
#hotline h1, #website h3 { font-size: 18px!important; }
h2 { font-size: 23px; }
}

@media (max-width: 355px){
#hotline h1, #website h3 { font-size: 17px!important; }
h2 { font-size: 22px; }
#karte_rechts h2, .karte ul { font-size: 17px; }
}

@media (max-width: 335px){
#karte_rechts h2, .karte ul { font-size: 16px; }
#hotline h1, #website h3 { font-size: 16px!important; }
}