/*Colors ------------------------------------------
orange #d87200
rot #b30001
gelb #ffe305
*/

/* *************** RESET ************************** /
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td { 
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, 
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
a { outline: none; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f7f0ba;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

::-moz-selection {
  background-color: #ffe305;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #ffe305;
  color: #000;
  text-shadow: none;
}


/* 320 up */
/* -----------------------------------------------------------------------*/
html { height: 100%; padding-bottom: 1px; position: relative;}
body { font: 100%/1.6154 "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, sans-serif; color: #222; height: 100%;}

/* ***************** TYPOGRAPHIE *****************************/

/* Headlines
------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; background: none;}

h2 span.punkt {
    padding-right: 25px;
    background: transparent url('img/punkt-icon.png') no-repeat right center;
}


h1 { color: #b30001; font-size: 23px;  line-height:30px;      margin-bottom:14px;  margin-top: 14px; }
h2 { color: #b30001; font-size: 18px;  line-height:21px;      margin-bottom:14px; margin-top: 18px; }
h3 { color: #d87200; font-size: 16px;  line-height:21px;      margin-bottom:7px;  margin-top: 14px; }
h4 { color: #222222; font-size: 16px;  line-height:21px;      margin-bottom:0; }

/* Text + Listen
------------------------------------------------------------------------- */
p, ul, ol, dl { font-size: 16px; line-height:24px; margin-bottom: 24px;}
li, dt, dl {font-size: 16px; }

ul { list-style: disc; list-style-position: inside;}
ul.nobullet { list-style: none;}
li span { width: 4em; display: block; float: left;}

li span {display:block; float:left; width:4.5em;}

ol { list-style: decimal; list-style-position: inside;}

dl { margin-bottom: 10px; clear: both; overflow: hidden; }
dt { font-weight: bold; float: left; display: block; width: 10em;}
dd { float: left;}

a:link, a:visited { color:#b30001; text-decoration:none; }
a:hover, a:active { text-decoration: underline; }
a:focus { color: #b30001; text-decoration: underline; }

a[href^="tel"]:link, a[href^="tel"]:visited, a[href^="tel"]:hover {
   text-decoration: none;
   cursor: text;
}

.orange a:link, .orange a:visited { color: #d87200; text-decoration:none; }
.orange a:hover, .orange a:active, .orange a:focus { color:#b30001; text-decoration:none;  }

.small { font-size: .8459em; line-height: 1.9091em; margin-bottom: 0; }
.quiet { color: #757b7f; font-size: .8459em; line-height: 1.9091em; margin-bottom: 0;}
.signal { color: #b30001;}
.orange { color: #d87200;}

.hide { display: none; }
.highlight { color: #b30001; font-weight: bold; }

.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }

.trennlinie { clear: both; border-top: 1px dotted #c2c8cc; height: 1px; height: 1px; margin-bottom: 1.6154em;}
.trennlinie-vert { background: transparent url('img/dotted-vert.png') repeat-y right top;}

.margin-baseline { margin-bottom: 1.6154em;}

/* Mobile Layout */
#page { margin: 0 auto; padding: 0;}

#hd {  height: auto; background: #e8e8e9 url('img/bg-sidebox.png') repeat-x 0 0; padding: 0 15px 15px 15px; overflow: hidden;}
#hd h2 { text-shadow: 3px 3px 2px rgba(254, 254, 254, 1); font-size: 24px;}
#hd h2 span { display: block; float: left; margin: 0 3px 10px 3px;}
#hd h2 span.text { color: #222; }
#hd h2 span.bindestrich { display: none; }
#logo { width: 100%; height: 140px; background: transparent url('img/bg-logo-mobile.png') no-repeat 0 0;}

#navigation  { font-size: 16px; list-style: none; margin: 0 0 30px 0; padding: 0;}
#navigation li { border-bottom: 1px solid #ccc; padding: 0 3px; height: 3.2308em; }
#navigation li a { line-height: 20px; padding: 20px 0 13px 0; display: block; color: #222; }
#navigation li a:hover { color: #d87200; text-decoration: none; }
#navigation li.aktiv a { color: #b30001; }

.nobullet.orange li { margin-bottom: .5em;}

#bd { padding: 0 15px;}
.sidebox { margin: 40px 0 20px 0; padding: 15px; border-top: 1px solid #ccc; background: #e8e8e9 url('img/bg-sidebox.png') repeat-x 0 0; }

a.sidebox {
	display: block;
	text-align: center;
	background: #b30001;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

a.sidebox:hover {
	background: #d87200;
}

#ft { padding: 20px 0;}

/* ----- Mediaqueries Start -----------------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) { 
    
    body { background: #fff url('img/bg-body.png') repeat-x top left; height: 100%;}
    #hd {  height: 280px; background: transparent; position: relative;}
    #hd h2 {text-indent: -10000px;}
    #logo { width: 200px; height: 280px; position: absolute; top: 0; left: 30px; background: transparent url('img/bg-logo.png') no-repeat 0 0;}
    #claim { width: 520px; height: 194px; position: absolute; top: 0; right: 20px; background: transparent url('img/bg-claim-medium.png') no-repeat 0 0;}

}

@media only screen and (min-width: 980px) { 
    
    h1 { color: #b30001; font-size: 23px;  line-height:30px;      margin-bottom:7px;  margin-top: 14px; }
    h2 { color: #b30001; font-size: 18px;  line-height:21px;      margin-bottom:14px; margin-top: 18px; }
    h3 { color: #d87200; font-size: 14px;  line-height:21px;      margin-bottom:7px;  margin-top: 14px; }
    h4 { color: #222222; font-size: 13;    line-height:21px;      margin-bottom:0; }
    
    p, ul, ol, dl { font-size: 14px; line-height: 21px; margin-bottom: 21px;}
    li, dt, dl {font-size: 14px; }
    
    /* **************** GRIDS ***************** */
    .line, .lastUnit {overflow: hidden; _overflow: visible; zoom:1;width:auto !important;}
    .unit{float:left;zoom:1;}
    .size1of1{float:none;}
    .size1of2{width:50%;_width:49.9% !important;}
    .size1of4{width:25%;_width:24.95% !important;}
    .size3of4{width:75%;_width:74.95% !important;}
    
    .nav-col {width:18%;_width:17.95% !important; }
    .text-col {width:55%;_width:44.9% !important; }
    .side-col {width:23%;_width:22.95% !important; }
    
    .lastUnit {float:none;_float:right;}
    
    /* Gutter */
    h1, h2, h3, h4, h5, h6, ul, ol, dl, p { padding:0 30px; }
   
  
    /* ***************** LAYOUT ************************/   
    
    /* Page
    ------------------------------------------------------------------------- */
    #page { margin: 0 auto; max-width: 980px;}
    
    /* Header
    ------------------------------------------------------------------------- */
    #claim { right: 100px; }
    
    /* Navigation
    ------------------------------------------------------------------------- */
    
    #navigation  { font-size: 16px; list-style: none; margin: 0 0 0 -15px; padding: 0;}
    #navigation li { padding: 0 10px; }
    #navigation li a { padding: 20px 0 0 15px; }
    
    /* Content
    ------------------------------------------------------------------------- */
    #bd { clear: both; padding: 0 10px 21px 0; overflow: auto;}
    
    #map { 
        float: left; width: 520px; height: 250px; padding: 2px; border: 2px solid #eaddb2; margin: 0 20px 10px 25px
        }
    
    /* Sidebox 
    ---------------------------------------------------------------------------*/
    
    .sidebox { margin: 9px 10px 15px 9px; padding: 20px 0; border: 1px solid #ccc; border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px; background: #e8e8e9 url('img/bg-sidebox.png') repeat-x 0 0; 
    -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.5); box-shadow: 2px 2px 3px rgba(0,0,0,0.5);}
    
    .sidebox h2, .sidebox h3, .sidebox p, .sidebox ul{ padding: 0 15px 7px 15px;}
    .sidebox h3 {color: #222;}
	
	a.sidebox {
		display: block;
		text-align: center;
		background: #b30001;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		border: none;
	}
     
    /* Footer
    ------------------------------------------------------------------------- */
    #ft { clear: both; width: 100%; height: 50px;}
    #ft p { width: 920px; margin: 0 auto; text-align: right; height: 30px; line-height: 30px; padding-top: 15px;}
    #ft a { color: #222;}
    #ft a:hover { color: #b30001;}
    
    /* Standard classes
    -------------------------------------------------------------- */

    .floatright { float: right;}
    .floatleft { float: left;}
    
    img.floatleft { padding: 2px; border: 1px solid #eaddb2; margin: 0 20px 10px 25px; }
    img.floatright { padding: 2px; border: 1px solid #eaddb2; margin: 0 0 10px 20px; }
    
    .clear { clear: both;}
    .toplink { display: none; }
    
} /* End Mediaqueries */


























