* {
	margin: 0;
	padding: 0;
	position:relative;
}
/* allgemeine Definitionen */
#toggleNavMain,
header, #content,section, footer,
#footerNav li a,
#mainNav li a,
article, article a,
span, .item-pageleistungen a,
aside, .feature, div, input,nav, td, table, tr,a

{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	behavior: url(polyfill/boxsizing.htc);
}

.alert.alert-error,
.alert.alert-message{
    border: 1px solid rgba(0,0,0,0.2);
    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    background: #f0f0f0;
}
.alert.alert-message p,
.alert.alert-error p{
 	margin-bottom:0; 
}


.alert.alert-error:before{
  content: "Bitte prüfen Sie Ihre Angaben";
    font-weight:bold;
  display:block;
  margin-bottom:10px;
}

.alert.alert-error a.close,
.alert.alert-message a.close{
  position: absolute;
  top:10px;
  right:10px;
      z-index: 10;
  text-decoration:none;
  font-weight:bold;
}

header {
	position:relative;
}

h1,h2,h3 {
	color: rgb(0,53,118);
	font-family: Arial;
}

h1 {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top:8px;
	text-align:center;
}

h1 .trenner {

}

h2 {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: 1em;
}

img {
	max-width: 100%;
	height: auto;
}
a{
	text-decoration:underline;
	color: rgb(77,77,77);
}
a:hover {
	text-decoration:underline;
	text-deocration-color: #ccc;
}
.js #mainNav {
	display:none;
}

.row {
	background: #fff;
}

body {
	background: #d5e1ec;
	font-size: 16px;
	font-family: Arial, arial;
}

p {
	font-size: 0.85em;
	margin-bottom: 15px;
	color: rgb(77,77,77);
	line-height: 1.4;
}

p img {
	display:block;
	margin: 5px auto;
}

.container {
	position:relative;
	background: #fff;
	padding: 0 15px;
    width: 100%;

}

#schatten {
	margin: 0 auto 15px;
	position: relative;
	 box-shadow: 0 0 10px #808080;
	 max-width: 62.5em;
}

.container.nopadding {
	padding: 0;
	margin-bottom: 0;
}

header img {
	display:block;
	margin: 0 auto;
	padding-left: 10px;
	max-width: 303px;

}

#content {
	float: left;
	background: #fff;
	margin-left: 35px;
	width: 668px;
}

aside {
	display: block;
	width: 253px;
	border-left: 1px solid green;
	height: 20px;
	float:right;
	margin-right: 32px;
}
/* Headerbereich */

header.row {
	padding: 15px 0;
	background: #d5e1ec;
}

header .custom,
header p{
	display: inline-block;
	margin-bottom: 0;
}
header p {
	margin-left: 10px;
	line-height: 1;
}


/* Navigationstyles */

strong {
	color: rgb(0,53,118);
}

.hauptmenu {

}

.hauptmenu .nav.menu {
	list-style: none;
	margin-left: 0;
}
.hauptmenu .nav.menu .nav-header,
.hauptmenu .nav.menu a {
	color: #888;
	border-bottom:none;
	font-size: 1.125em;
	text-decoration: none;
	cursor: pointer;

}



.hauptmenu .nav.menu li:hover .nav-header,
.hauptmenu .nav.menu li:hover a {
	text-decoration:none;
	color: rgb(0,53,118);

}

.hauptmenu .nav.menu ul a {
	text-decoration:none;
	border-bottom: none;
}


.hauptmenu .nav.menu li:hover ul{
	display:block;
}

.hauptmenu .nav.menu .nav-header,
.hauptmenu .nav.menu li:hover li a {
	color: #888;
}

.hauptmenu .nav.menu li {
	float:left;
	width: 20%;
	display:block;
	margin: 10px 0 12px 0;
}
.hauptmenu .nav.menu li.active .nav-header,
.hauptmenu .nav.menu li.active a{
	color: #003178;
/*	border-bottom: 1px solid red; */
}
.hauptmenu .nav.menu li.active:hover a {
	text-decoration:none;

}

/* Zweite Ebene */

.hauptmenu .nav.menu li li {
	padding: 5px 10px;
	float:none;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
	width: 100%;
	margin: 0;
	line-height: 1.25;
}
.hauptmenu .nav.menu li li:last-child {
	border-bottom: 1px solid #ccc;
}

.hauptmenu .nav.menu li.active li a,
.hauptmenu .nav.menu li li a {
	font-size: 0.9375em;
	color: #888;
}

.hauptmenu .nav.menu li li:hover a {
	/* border-bottom: 1px solid red !important; */
	color: #003178;

}
.hauptmenu .nav.menu li.active li a {
	border-bottom: none;
}

.hauptmenu .nav.menu li li.active a {
	color: rgb(0,53,118);
}

.hauptmenu .nav.menu ul {
	list-style: none;
	display:none;
	position:absolute;
	z-index: 100;
	margin-left: -10px;

}

/** Handynavigation **/

#smallnav {
	margin-top: 10px;
}


/** Footer **/
section {
	
}

footer {
	border-top: 1px solid #ccc;
	margin-top: 1em !important;
	padding: 5px 0;
}

span.hidden {
	display:none;
}


/** Webseiten styles **/

.eingerueckt {
	padding-left: 25px;
}

.image_links {

	margin: 15px auto 25px;
	display:block;
	border: 1px solid #ccc;
}

.image_rechts {
	border: 1px solid #ccc;
	margin: 15px auto 25px;
	display:block;
}

.image_mitte {
	display: block;
	margin: 0 auto 25px;
	border: 1px solid #ccc;
}

section ul {
	list-style-image: url(../images/list-icon.jpg);
	font-size: 0.85em;
	color: rgb(77,77,77);
}

section ul ul {
	list-style-image: url(../images/list-icon-blau.jpg);
}
section ul li {
	padding: 2px 0;
}

ul li ul {
	font-size: 1em;
}

.br1 {
	border-right: 1px solid #ccc;
}

/** Bilder mit Beschreibung **/

div.img_caption {
	border: 1px solid #ccc;

	margin-bottom: 10px;
	margin: 0 auto 10px;
}

div.img_caption.left {
	float: none !important;

}
div.img_caption.right {
	float: none !important;
}

p.img_caption {
	background: #D9E1EA;
	color: #003576;
	text-align:center;
	margin-bottom: 0;

}

/* Startseitenteaser */
.startseitenteaser {
	width: 100%;
	display:block;
}

.startseitenteaser img {
	width: 100%;
}


.startseitenteaser .custom {
	display:table;
	width: 100%;
}

.zitatbox_auslaufen {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	display:table;
	height: 215px;
	max-width: 303px;
	width: 294px;
	float:right;
	margin-bottom: 1em;
}


.zitatbox {
	display: table-cell;
	height: 215px;
	width: 303px;
	background: rgba(0,49,120,0.40);
	vertical-align:middle;
}

/* Suchen Menü */

form {
	margin: 12px 0;
}

.element-invisible {
	display:none;
}

.search input[type="text"] {
	box-shadow:none;
	height: auto;
	padding: 4px 0 4px 4px;
	margin-bottom: 0;
	font-size: 0.875em;
	color: rgb(77,77,77);
	border:none;
	outline:none;
	background: rgb(234,238,241);
}

.search input[type="text"]:focus {
	border:none;
	background: rgb(234,238,241);
	outline: none;
	box-shadow:none;
}




.quelle {
	font-size: 0.8em;
	font-style:italic;
	margin-bottom: 2.2em;
}
/** Newsseite **/

.item-page_experten .row img,
.item-page_news .row img {

	max-width: 180px;
	display:block;
	margin: 0 auto;
	border: 1px solid #ccc;

}

.item-page_experten .row img {
	width: 100%;
}


.newsdatum p{
	font-weight: bold;
	text-align:center;
}


.item-page_experten .row img {
	margin: 15px auto 25px;
}

/* footermenü */

.menufooter {
	list-style:none;
	margin-left: 0;
}

.menufooter li {
	width: auto;
	float:left;

}

.menufooter a {
	padding: 0 3px;
	font-size: 0.875em;
	color: rgb(77,77,77);
	text-decoration:none;
	border-left: 1px solid #4D4D4D;
}
.menufooter li:first-child a {
	border-left:none;
}

.menufooter .separator {

}

.copyright {
	font-size: 0.875em;
	color: rgb(77,77,77);
	width: 100%;
	text-align:center;
	margin-bottom:0;
}


/** Styles für die rechte Seite **/

.custom_address {
	padding: 7px 10px 10px;
	background: #d5e1ec;
	max-width: 303px;
	margin-bottom: 0.5em;
	margin-top: -50px;

}

.custom_wolke {
	padding: 7px 10px 10px;
	background: #d5e1ec;
	max-width: 303px;
	margin-bottom: 0.5em;
	text-align:center;
}
.tagscloud {
	padding: 7px 10px 10px;
	background: #d5e1ec;
	max-width: 303px;
	margin-bottom: 0.5em;
	text-align:center;
}
.custom_wolke span {
	display:inline-block;
}

.custom_wolke a {
	text-decoration:none;
	padding: 5px;
	margin-bottom: 5px;
}

span.wolke-0 {
	font-size: 1em;
}
span.wolke-1 {
	font-size: 1.1em;
}
span.wolke-2 {
	font-size: 1.2em;
}
span.wolke-3 {
	font-size: 1.3em;
}
span.wolke-4 {
	font-size: 1.4em;
}
span.wolke-5 {
	font-size: 1.5em;
}
span.wolke-6 {
	font-size: 1.6em;
}
span.wolke-7 {
	font-size: 1.7em;
}
span.wolke-8 {
	font-size: 1.8em;
}
span.wolke-9 {
	font-size: 1.9em;
}

span.bold {
	font-weight: bold;
}

.custom_address h2 {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 1.125em;
}

.custom_address p{
	line-height: 1.4;

}
.custom_address p:last-child {
	margin-bottom: 0;
}

.custom_zitat {
	/* background: rgb(217,225,234); */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZTFlYSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Q5ZTFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWUxZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(213,225,236,0.75) 0%, rgba(213,225,236,1) 50%, rgba(213,225,236,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(213,225,236,0.75)), color-stop(50%,rgba(213,225,236,1)), color-stop(100%,rgba(222,238,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(213,225,236,0.75) 0%,rgba(213,225,236,1) 50%,rgba(213,225,236,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(213,225,236,0.75) 0%,rgba(213,225,236,1) 50%,rgba(213,225,236,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(213,225,236,0.75) 0%,rgba(213,225,236,1) 50%,rgba(213,225,236,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(213,225,236,0.75) 0%,rgba(213,225,236,1) 50%,rgba(213,225,236,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd9e1ea', endColorstr='#d9e1ea',GradientType=1 ); /* IE6-8 */
	padding: 10px;
	height: 215px;
	margin-bottom: 0.5em;
	display:table-cell;
	vertical-align:middle;
}

section .custom_zitat {
	background: none;
	margin-top: 0;
	height: auto;
	background: rgb(213,225,236);
	display:block;
}

.custom_siegel {
	background: rgb(213,225,236);
}

.custom_siegel img {
	width: 100%;
	max-width: 200px;
	display:block;
	margin: 10px auto 10px;
	padding: 10px;
}

.custom_zitat p{
	font-size: 1em;
	line-height: 1.5;
	color: rgb(0,53,118);
	font-weight: bold;
	margin-bottom: 0.5em;
}

.custom_zitat p.autor {
	font-style:italic;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1.4;
	color: rgb(0,53,118);
	margin-bottom: 0;
}

.custom_termine {
	background: rgb(213,225,236);
	padding: 10px;
	margin-bottom: 0.5em;
}

.custom_platzhalter {
	background: rgb(213,225,236);
	padding: 10px;
	margin-bottom: 0.5em;
}



.rahmen {
	border: 1px solid #ccc;
}

.rahmen2 {
	border: 1px solid #ccc;
	padding: 15px 5px;
}

#menuitem {
	display:block;
	width: 100%;
	max-width: 45px;
	height: 45px;
	float:right;
	background: url(../img/menue_symbol.png);
	background-size: 45px 45px;
}

/** Kontaktformular **/

.contact dl dt {
	display:none;
}
.contact dd {
	font-size: 0.85em;
	margin-bottom: 0;
	color: #4d4d4d;
}

.contact .contact-misc p {
	font-size: 1em;
}

.contact .page-header h2 {
	margin-bottom: 0;
}
#contact-form {
	margin-top: 0px;
}

#contact-form label {
	margin-top: 16px;
}
#contact-form #jform_contact_name-lbl {
	margin-top: 0px;
}
#contact-form input {
	box-shadow:none;
	height: auto;
	padding: 4px 0 4px 4px;
	margin-bottom: 0;
	font-size: 0.875em;
	color: rgb(77,77,77);
}
#contact-form textarea {
	resize: vertical;
	height: 40px;
}

#contact-form button {
	font-size: 0.85em;
	float:right;
	background:#003576;
	color: #fff;
	padding: 5px;
	height: auto;
	margin-top: 10px;
}
#contact-form button:hover {

	background: #99AEC8;
}

/* Medium Auflösung */
@media only screen and (min-width: 40.063em) {
	header.row {
		padding: 30px 0;
	}

	div.img_caption {
		margin-right: 10px;
		margin-top: 5px;
	}
	div.img_caption.left {
		float: left !important;
		margin-left: 0.975em;
	}
	div.img_caption.right {
		float: right !important;
	}

	h1 {
		text-align:left;
		margin-top: 1em;
	}
	.rechte_seite {
		padding-top: 61px;
	}
	section .custom_zitat {

	}


	.hauptmenu .nav.menu li {

		width: 20%;
		display:block;
		margin: 10px 0 12px 0;


	}

	.image_links {
		display:inline;
		text-align:left;
		margin-top:5px;
	}

	.image_rechts {
		float:right;
		display:inline;
		text-align:right;
		margin-top:0;
	}

	footer {
		text-align:center;
	}

	.item-page_experten .row img {
		display:inline;
		margin: 0 auto;
	}




}

/* Large Auflösung */
@media only screen and (min-width: 64.063em) {
	.hauptmenu .nav.menu li {
		float:left;
		width: auto;
		margin: 10px 6.7% 12px 0;
	}
	header img {
		float:left;
	}
	.copyright {
		float: right;
		text-align: right;
	}


}