/* TOUCAN CSS RESET | v0.1.9 */

/* General
---------------------------------------- */
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 {
	margin: 0;
	padding: 0;
}

p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.5em;
}

/* Structure
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	/* font-family: georgia, palatino, "palatino linotype", times, "times new roman", serif; */
	font-family: arial, helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.5;
}

/* Text
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.2em;
}

h2 {
	font-size: 2em;
	line-height: 1.15;
	margin-bottom: .357em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: .476em;
}

h4, h5, h6 {
	font-size: 1em;
	margin-bottom: .715em;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote, q, cite {
	font-style: italic;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}

pre {
	/* word-wrap: break-word; */
	white-space: pre-wrap;
}

abbr, acronym, dfn {
	border-bottom: 1px dotted;
	cursor: help;
	font-style: normal;
	font-variant: normal;
}

var {
	font-style: normal;
}

center {
	text-align: center;
}

/* Hypertext
---------------------------------------- */
a {
	color: #e2001a;
	text-decoration: none;
}
/*
a:link {
}

a:visited {
}

a:hover {
	text-decoration:underline;
}

a:active {
}
*/

a:focus {
	outline: none;
}

/* Image
---------------------------------------- */
img {
	border: 0;
}
#content img {
	border:1px solid #bae4f6;
	padding:2px;
	margin:0 0 10px 20px;
}

/* List
---------------------------------------- */

ul {
	list-style: disc outside none;
}

ol {
	list-style: decimal outside none;
}

li {
	margin-left: 2em;
}

li ul, li ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1em;
}

/* Presentation
---------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid;
}

big {
	font-size: 1.25em;
}

small, sub, sup {
	font-size: .85em;
}

sub, sup {
	line-height: 1;
}

sub {
	vertical-align: bottom;
}

sup {
	vertical-align: top;
}

del, s, strike {
	text-decoration: line-through;
}

ins {
	border-bottom: 1px dotted;
	text-decoration: none;
}

bdo {
	border-bottom: 1px dotted;
}

u {
	text-decoration: underline;
}

/* Form
---------------------------------------- */
fieldset {
	padding: 1em;
}

legend {
	font-weight: bold;
	padding: 0 .25em;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}

input[type=button], input[type=file], input[type=image], input[type=reset], input[type=submit],
button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
	line-height: 1;
}

input[type=text], input[type=password], textarea {
	padding: 1px;
}

textarea {
	line-height: 1.25;
	text-align: left;
}

/* Table
---------------------------------------- */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.3;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

th, td {
	border: 0px solid;
	padding: .5em 1em;
}

caption {
	padding-bottom: 1em;
}

th {
	font-weight: bold;
}

/* Main Layout Elements
---------------------------------------- */
.clearer {
	clear: both;
}

body {
	background: url(../images/page-bg.png) repeat-x 0 0 #f8fdff;
	color: #00315e;
	padding: 50px 0;
}

#wrapper-top {
	background: url(../images/wrapper-top.png) no-repeat 0 0 transparent;
	width: 984px;
	height: 13px;
	margin: 0 auto;

}

#wrapper {
	width: 986px;
	margin: 0 auto;
	background: url(../images/wrapper-bg.png) repeat-y 0 0 transparent;
}

#wrapper-bottom {
	background: url(../images/wrapper-bottom.png) no-repeat 0 0 transparent;
	width: 984px;
	height: 13px;
	margin: 0 auto;

}

#header {
	background: url(../images/top-bg.png) repeat-x scroll 0 0 transparent;
	height: 110px;
	margin-left: 13px;
	width: 960px;
	position: relative;
}

#main-navi {
	padding-left: 70px;
	padding-top: 29px;
}

#main-navi ul {
	margin: 0;
	margin-left: -30px;
}

#main-navi ul li {
	list-style-type: none;
	margin: 0;
	display: block;
	height: 32px;
	float: left;
	padding-left: 30px;
}

#main-navi a,
#main-navi span {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	letter-spacing:-0.25px;
}

#main-navi li.active,
#main-navi li.trail {
	background: url(../images/active-menu-marker.png) no-repeat 5px 100% transparent;
}

#main-navi li.active a,
#main-navi li.trail a {
	color: #00315e;
}

#sub-navi {
	padding-left: 70px;
	margin-top: 10px;
}

#sub-navi ul {
	margin: 0;
}

#sub-navi ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	margin-right: 5px;
}

#sub-navi ul li.divider {
	color: #02b0e6;
}

#sub-navi a {
	color: #00315e;
}

#sub-navi li.active a,
#sub-navi li.active span {
	font-weight: bold;
}

#logo {
	position: absolute;
	right: 72px;
	top: 28px;
	width: 199px;
	height: 61px;
}

#container {
	background: url(../images/container-bg.png) repeat-x 0 0 #edf8fd;
	margin-left: 13px;
	width: 960px;
	overflow: hidden;
}

#footer {
	background: url(../images/footer-bg.png) repeat-x 0 0 transparent;
	margin-left: 13px;
	width: 960px;
	height: 110px;
	position: relative;
}

#footer-cols {
	padding-left: 70px;
	padding-top: 24px;
	line-height: 1.2;
}

#footer-cols .col-1 {
	float: left;
	width: 120px;
}

#footer-cols .col-2 {
	float: left;
	width: 180px;
}

#footer-cols .col-3 {
	float: left;
}

#footer-navi {
}

#footer-navi ul {
	margin: 0;
}

#footer-navi ul li {
	list-style-type: none;
	margin: 0;
}

#footer-navi li.active a,
#footer-navi li.active span {
	color: #e2001a;
}

#content {
	padding-left: 70px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 55px;
	min-height: 271px;
	overflow: hidden;
}

#main {}

#main-bottom {
}

#footer .buttons {
	position: absolute;
	right: 70px;
	top: -50px;
	height: 101px;
}

#footer .buttons .footer-btn {
	float: left;
	margin-left: 10px;
}

#footer .buttons .footer-btn a {
	display: block;
	width: 100px;
	height: 101px;
}

#footer .buttons .footer-btn a span { display: none; }

#footer .buttons .downloads-btn a {
	background: url(../images/button_downloads.png) no-repeat 0 0 transparent;
}

#footer .buttons .downloads-btn a:hover {
	background: url(../images/button_downloads_hover.png) no-repeat 0 0 transparent;
}

#footer .buttons .notdienst-btn a {
	background: url(../images/button_notdienst.png) no-repeat 0 0 transparent;
}

#footer .buttons .notdienst-btn a:hover {
	background: url(../images/button_notdienst_hover.png) no-repeat 0 0 transparent;
}

#footer .buttons .engagement-btn a {
	background: url(../images/button_engagement.png) no-repeat 0 0 transparent;
}

#footer .buttons .engagement-btn a:hover {
	background: url(../images/button_engagement_hover.png) no-repeat 0 0 transparent;
}

#footer .zitat {
    font-size: 1.1em;
    left: 0;
    margin-top: 0;
    padding-left: 70px;
    position: absolute;
    top: -40px;
}

.mod_breadcrumb {
	font-size:11px;
	padding:25px 0 0 70px;
}

#teamfotos-kopie img, 
#teamfotos img { 
	margin:0 !important; }
/*
#teamfotos #dogmaisklassegf h3 {
	position: relative;
	left: 240px;
	top: 80px;
}*/
#teamfotos-kopie #dogmaisklassegf p,
#teamfotos #dogmaisklassegf p {
	margin-bottom: 10px;
}

#teamfotos-kopie #dogmaisklassegf,
#teamfotos #dogmaisklassegf {
	float: left;
	padding-right: 60px !important;
}

#teamfotos-kopie .clear,
#teamfotos .clear {
	clear: both;
}

#teamfotos-kopie #dogmaisklassegf .image_container img {
	margin: 0!important;
}

body.kick-content #content:first-of-type {
 padding-bottom:0!important;
	
}