/* ------------------------------------------------
    CUSTOM WEB FONTS
--------------------------------------------------*/

/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2b6ced");

  
@font-face {font-family: 'GillSansMTStd-Light';src: url('../webfonts/2B6CED_0_0.eot');src: url('../webfonts/2B6CED_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B6CED_0_0.woff') format('woff'),url('../webfonts/2B6CED_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'GillSansMTStd-LightItalic';src: url('../webfonts/2B6CED_1_0.eot');src: url('../webfonts/2B6CED_1_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B6CED_1_0.woff') format('woff'),url('../webfonts/2B6CED_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'GillSansMTStd-Medium';src: url('../webfonts/2B6CED_2_0.eot');src: url('../webfonts/2B6CED_2_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B6CED_2_0.woff') format('woff'),url('../webfonts/2B6CED_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'GillSansDisplayMTStd-Bold';src: url('../webfonts/2B6CED_3_0.eot');src: url('../webfonts/2B6CED_3_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/2B6CED_3_0.woff') format('woff'),url('../webfonts/2B6CED_3_0.ttf') format('truetype');}
 

/* --------------------------------------
    RESET
----------------------------------------*/
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/* ------------- Typo ------------------*/

.GillSansMTStd-Light { 
	font-family: GillSansMTStd-Light;
	font-weight: normal;
	font-style: normal;
}
.GillSansMTStd-LightItalic { 
	font-family: GillSansMTStd-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.GillSansMTStd-Medium { 
	font-family: GillSansMTStd-Medium;
	font-weight: normal;
	font-style: normal;
}
.GillSansDisplayMTStd-Bold { 
	font-family: GillSansDisplayMTStd-Bold;
	font-weight: normal;
	font-style: normal;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }
body {
    font-family: GillSansMTStd-Medium;
	font-weight: normal;
	font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #3B3B3B;
}

p { margin-bottom: 25px; }
p.intro { 
	font-family: GillSansDisplayMTStd-Bold;
	font-size: 16px;
	color: #003b5a; 
	text-transform:uppercase; }

/* links */
a:link, a:visited {
    color: #a5afb6;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #003b5a;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: GillSansMTStd-Light;
	text-transform: uppercase;
	color: #003b5a;
}
h1 {
    font-size: 35px;
    line-height: 50px;
    letter-spacing: 0.9px;
    margin-left: -2px;
	margin-bottom: 40px;
}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}

/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
#about-us ul { list-style-image: url(../images/stroke.png); }
#about-us ol { list-style: decimal; }

/*dl { margin-bottom: 0; }
dt { font-weight: bold; color: #046416; }
dd { padding-left: 20px; }*/

/*blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}*/

input, select {
    vertical-align: middle;
}

strong, b {
    font-weight: bold; 
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #FDD2B3;
}

italic {
	font-style:italic;
	}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
#header-wrap {
    width: 100%;
    height: 130px;
    z-index: 99997;
    position: fixed;
	background-color: #a5afb6;
    top: 0;
    left: 0;
}
header {
    position: relative;
    width: 940px;
    height: 130px;
    margin: 0 auto;
}
	
.bluebox {
	position: relative;
	height: 350px;
	width: 100%;
	margin-top: 130px;
	margin-bottom: -150px;
	background-color: #003b5a;
	}
	
.bluebox h1 {
	font-family: GillSansMTStd-Light;
	font-size: 38px;
	line-height: 50px;
	color: white;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 130px;
	}	
	
.img-box {
	position: relative;
	float: right;
	height: 390px;
	width: 280px;
	background-color: #a5afb6;
	}	
	
.img-box-left {
	position: relative;
	float: left;
	height: 420px;
	width: 280px;
	margin-right: 40px;
	}	
	
.gebiete {
	position: relative;
	width: 940px;
	float: left;
	margin-bottom: -30px;
	}	
	
table {
	border-collapse:separate;
	border-spacing: 5px;
	margin-right: -5px;
	margin-left: -5px;
	}	
	
td {
	height: 80px;
	width: 300px;
	display: table-cell;
    vertical-align: middle;
	margin: 10px 10px;
	text-align: center;
	border: 1px solid #a5afb6;
	color: #003b5a;
	font-size: 14px;
	line-height: 18px;
	}	
	
	
.content-wrap {
    width: 940px;
    margin: 120px auto 0 auto;
}
.content-wrap section {
    position: relative;
    padding: 75px 0 75px 0;
}
.content-wrap section section {
    background: none;
    margin: 0;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-wrap section .row .col {
    float: left;
    margin: 0;
    padding: 0;
    width: 290px;
	
}
.content-wrap section .row .mid  {
    margin-left: 35px;
    margin-right: 35px;
}
.content-wrap section .no-bottom-margin{
    margin-bottom: -60px;
}
.content-wrap section .primary {
    float: left;
    width: 620px;
}
.content-wrap section .primary p.intro {
    /* margin: 15px 0 10px 0; */
    margin: 15px 0 25px 0;
}

footer {
    position: relative;
    background: url(../images/section-sep.png) repeat-x left 25px;
    width: 940px;
    margin: 0 auto;
    padding-top: 125px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */
header hgroup {
    position: absolute;
    height: 47px;
    width: 230px;
    display: block;
    top: 38px;
    left: -2px;
}
header hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 31px;
    width: 130px;
}
header hgroup h3  {
    text-indent: -9999em;
    height: 0;
}

/* Main Navigation */
header nav {
    float: right;
    margin-top: 50px;
}
header nav ul {
    font-size: 10px;
	font-family: GillSansDisplayMTStd-Bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
    margin-right: 0;
    padding: 0;
    list-style: none;
}

header nav ul li {
    float: left;
}
header nav ul a:link, header nav ul a:visited {
	text-decoration: none;
	color: white;
    margin-right: 12px;
}
header nav ul a:hover,
header nav ul a:active {
    color: #003b5a;
}

header nav ul li a.current {
	color: #003b5a;
	}

/* -----------------------------------------
    Main Section
------------------------------------------ */
section#main {
    width: 940px;
    background: none;
}
section#main h1 {
    margin-top: 10px;
    margin-bottom: 15px;
}
section#main .intro-box {
    position:relative;
    width:940px;
	text-align:center;
	padding-top: 40px;
	margin-bottom: -40px;
	/*border-bottom: 1px solid #003b5a;*/
}
section#main .row .col h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Open Close Section*/

.leistungen {
	width: 450px;
	float: left;
	}
	
.leistungen ul li {
	margin: 0;
	}	

ajax {
	width: 450px;
	float: right;
	top: -70px;
	}

.auswahl {
	position: relative;
	width: 80px;
	height: auto;
	float: left;
	margin-top: 10px;
}		

.mandate { width: 800px; }

dl { width: 820px; float:right; border-bottom:1px solid #a5afb6; padding-bottom: 15px; }	
	
dt {
	float:right;
	width:800px;
	font-family: GillSansDisplayMTStd-Bold;
	color: #a5afb6;
	padding:30px 10px 20px 10px;
	margin-top:15px;
	border-top:1px solid #a5afb6;
	/*border-bottom:1px solid #003b5a;*/
	cursor:pointer;
}

dt:active, dt:hover, dt:focus {
	color: #003b5a;
}

dd {
	display: none;
	margin: 0;
	float: right;
	width: 710px;
	padding: 15px 100px 0 10px;
	/*border-bottom: 1px solid #003b5a;*/
}

#button {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(button.png) left no-repeat; }

.open { background:url(button.png) right no-repeat; }


/* ------------------------------------------------
    About
------------------------------------------------ */
section# .primary .row .first {
	margin-right: 35px;
}
section#about-us .primary ul.the-team {
    margin: 25px 0 25px 0;
    padding: 0;
    list-style: none;
}
section#about-us .primary ul.the-team li {
    float: left;
    width: 290px;
    height: 150px;
}
section#about-us .primary ul.the-team li a {
    color: #3B3B3B;
}
section#about-us .primary ul.the-team li a:hover,
section#about-us .primary ul.the-team li a:focus,
section#about-us .primary ul.the-team li a:active {
    color: #285935;
}

section#about-us .primary ul.the-team li .thumbnail {
    position: relative;
    float: left;
    width: 120px;
    height: 150px;
    margin-right: 12px;
}
section#about-us .primary ul.the-team li .thumbnail img {
    position: absolute;
    top: 19px;
    left: 18px;
}
section#about-us .primary ul.the-team li p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
}
section#about-us .primary ul.the-team li p.mname {
    font-family: GillSansMTStd-Medium;
    margin: 10px 0 0 0;
}
section#about-us .primary ul.the-team li.odd {
    margin-right: 35px;
}

/* ---------------------------------------------------
    Kontaktformular
----------------------------------------------------- */
section#contact .primary {
	width: 100%;
	}

section#contact .primary form {
	float: right;
	width: 500px;
    border: 1px solid #a5afb6;
    margin: 0 15px 25px 0;
    padding: 25px 25px;
}
section#contact .primary form p {
	font-family: GillSansMTStd-Medium;
    font-size: 14px;
	color: #a5afb6;
}
section#contact .primary form label {
    display: block;
    font-family: GillSansMTStd-Medium;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 2px 1px;
}
section#contact .primary form label span {
    color: #a5afb6;
}
section#contact .primary form input,
section#contact .primary form select,
section#contact .primary form textarea {
    margin-bottom: 10px;
	padding: 7px 7px;
    color: #6A6969;
	border: 1px solid #a5afb6;
	font-size: 14px; 
	font-family: GillSansMTStd-Medium;
}
section#contact .primary form textarea {
    height: 125px;
    margin-bottom: 0;
}
section#contact .primary form input:focus,
section#contact .primary form select:focus,
section#contact .primary form textarea:focus {
	background: #F0F0F0;
}
section#contact .primary form input.button {
   	height: 38px;
	margin: -5px 0;
	background: #003b5a;
    font-family: GillSansMTStd-Medium;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

.ie7 section#contact .primary form input.button {
    padding: 0 2px;
}

#name, #company, #email, #message, #subject, #phone {
	width: 485px;
}

/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
footer p.footer-text {
    font-size: 10px;
	font-family: GillSansMTStd-Medium;
    padding: 22px 0 0 0;
	color: #565656;
	border-top: 1px solid #a5afb6;
}
footer .footer-content {
    position: relative;
    width: 940px;
    top: -105px;
}
footer ul.footer-menu {
    float: right;
    margin: 22px 0 5px -3px;
    padding: 0;
    list-style: none;
}
footer  ul.footer-menu li {
    float: right;
}
footer  ul.footer-menu li a {
    display: block;
    font-size: 10px;
	font-family: GillSansDisplayMTStd-Bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.1em;
    line-height: 1em;
    color: #a5afb6;
    padding: 0 0 0 12px;
    /*border-left:  1px  solid #ADADAD;*/
}
footer  ul.footer-menu li a:hover {
	color: #003b5a;
	}
footer  ul.footer-menu li a:focus,
footer  ul.footer-menu li a:active {
    color: #a5afb6;
}
footer  ul.footer-menu li.rss-feed a {
    /*background: url(../images/rss.png) no-repeat right 0;*/
    padding-right: 20px;
}
footer  ul.footer-menu li:first-child a {
    border: none;
}

footer ul.footer-menu li a.current {
	color: #003b5a;
	}

/* ----------------------------------------------------
    Leistungen
----------------------------------------------------- */

#leftcolumn{
float:left;
width:480px;
height: 520px;
font-family: GillSansDisplayMTStd-Bold;
padding-right: 20px;
border-top: 1px solid #a5afb6;
}

#leftcolumn a{
padding: 25px 10px;
display: block;
width: 100%;
text-decoration: none;
border-bottom: 1px solid #a5afb6;
color: #a5afb6;
}

#leftcolumn a:visited {
color: #a5afb6;
}

#leftcolumn a:hover {
color: #003b5a;
}

#leftcolumn a:active {
color: #003b5a;
}

#rightcolumn{
float:right;
width: 370px;
height: auto;
margin-left: 10px;
padding: 25px 10px;
border-top: 1px solid #a5afb6;
}

/* ----------------------------------------------------
    Sprachauswahl
----------------------------------------------------- */

#sprache-wrap {
    width: 100%;
    height: 30px;
    z-index: 99999;
    position: fixed;
    top: -25px;
    right: -12px;
}
.sprache {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

.sprache ul li {
	padding: 1px 5px;
	margin-left: 2px;
	top: 0;
	float: right;
	background-color: white;
}

.sprache a {
	font-family: GillSansDisplayMTStd-Bold;
	font-size: 8px;
	color: #003b5a;
}
	
.sprache ul li a:hover,
.sprache ul li a.current, 		
.sprache ul li:hover,
.sprache ul li.current {
	color: white;
	background: #003b5a;
	}	
	
.sprache a li.current {
	color: white;
	background: #003b5a;
	}	
	
	
/* ----------------------------------------------------
    Kontakt
----------------------------------------------------- */

.box_left {
	position: relative;
	float: left;
	width: 230px;
	padding: 25px 25px 0 25px;
	background-color: #003b5a;
	color: white;
	margin-right: 40px;	
	}
	