/* eigenes Stylessheet - die Standarddatei am besten nicht anfassen */

/* Farben:
blau: #3D6BB0
grau: #9E9E9E
dunkelgrau: 


*/

/* ------------------------------------------------------
 *    Standardwerte - in den Abschnitte ueberschreibbar
 * -----------------------------------------------------*/

body { /* sonstige Basics sind in responsiveboilerplate.css definiert */
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	color: #7c7c7c;
}

.wrapper {
	max-width: 96%;
	margin: 0 auto;
	background: #fff;
}
h1 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 28px;
}
h2 {
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 12px;
}
h2.tablehead {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	color: #939393;
}

p {
	font-family: Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.84615385;
	margin-bottom: 24px;
	
}

a {
	color: #3D6BB0;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
}

ul.bullets {
	list-style-type: disc;
	margin-left: 1em;
}
li {
	font-size: 13px;
	font-size: 0.92857143rem;
	line-height: 1.84615385;
	margin-bottom: 20px;

}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	background: transparent;
	border: none;
}
small {
	font-size: 80%;
}
p.small {
	font-size: 11px;
	line-height: 1.2;
	margin: 10px 0;
}
strong {
	font-weight: 600;
}

input, textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: #2B2B2B;
    padding: 6px 10px 5px;
}
textarea { 
	font-family: sans-serif; 
	font-size: 12px; 
	font-size: 0.85714286rem;
	line-height: 2;
}
input[type="submit"] {
	color: #fff;
	background-color: #AF3A11;
	width: auto !important;
	margin-top: 6px;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #FF3823;
}

*::-moz-placeholder {
    color: #939393;
    opacity: 1;
}
*::-moz-selection {
    background: #cc0000;
    color: #FFFFFF;
    text-shadow: none;
}
wbr:after {
    content: "\00200B"
}

/* allg. Styles */
.hide {
	display: none;
}

.imgleft {
	float: left;
	margin: 6px 12px 0 0;
}
.imgright {
	float: right;
	margin: 6px 0 0 12px;
}
.bggrey {
	background: #f8f8f8 !important;
	overflow: hidden;
}
.bgwhite {
	background: #fff !important;
	color: #9E9E9E;
}
.bgtransparent {
	background: transparent;
}

/* Assistive Informationen */
.screen-reader-text {
    left: -1000em;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}


/* Standardstyles ueberschreiben */
/* .container hat ein padding, das auf 0 gesetzt wird */
.container { 
	padding: 0;
	position: relative; 
}

/* Innere Breite der Container wird fuer alle Abschnitte zentrale gesteuert per .content */
.content {
	max-width: 1080px;
	margin: 0 auto;
	background: #3D6BB0;
}



/* Header */
#top {
	background-color: #fff;
	position: relative;
    width: 100%;
    z-index: 10;
}
#top h1 {
	margin: 12px 0 0;
	margin: 0.85714286rem 0 0;
	color: #AF3A11;
}
#top .content {
	width: 100%;
	max-width: 100%;
	background-color: #fff;
}
.header-main {
	
}

.logo {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: 300px;
}
.logo img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 99999;

}
	.header-main {
		width: 100%;
		margin: 0;
		padding: 20px 0 0;
	}
	.header-main span {
		display: block;
		font-size: 28px;
		font-weight: 500;
		line-height: 34px;
	}	
	.header-main span:first-child {
		color: #3D6BB0;
	}	
	.header-main span:last-child {
		color: #9E9E9E;		
	}	

.site-header {
	padding-bottom: 2em;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */
/* Menu button -> mobile Ansicht */
#menu {
	position: table;
	float: right;
	min-height: 48px;
	background-color: #FFE2D8;
	padding: 0;
}
#menu a {
	display: table-cell;
	width: 48px;
	height: 48px;
	text-align: center;
	text-decoration: none;
    vertical-align: middle;
}

/* Navigation allgemein */
.site-navigation {
    position: absolute;
    right: 48px;
    top: 100%;
	margin: 0;
	padding: padding;
    width: 80%;
    z-index: 99999;
}
.site-navigation li {
	display: inline-block;
	line-height: 1.8;
	font-size: 13px;
}
.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 102, 36, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}


.site-navigation a {
	color: #333;
	display: block;
}

.site-navigation a:hover, .site-navigation a:focus {
	color: #AF3A11;
	background-color: #ffc9b6;
}

.site-navigation .current_page_item > a {
	color: #AF3A11;
	font-weight: 900;
}

.site-navigation .nav-menu li:first-child, .site-navigation .submenu li:first-child {
	border-top: 0 none;
}

/* Primary Navigation */

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	position: relative;
	text-decoration: none;
	color: #fff;
}
.main-navigation a:hover, .main-navigation a:focus {
	text-decoration: underline;
}
	.main-navigation hr {
		height: 30px;
	}
	
	.main-navigation li.spezial a {
		margin-bottom: 20px;
		padding: 0;
	}
	.main-navigation small {
		display: block;
	}
.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation li {
	position: relative;
	color: #fff;
	margin-bottom: 0;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.main-navigation .nav-menu > ul > li:first-child,
.main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 26px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
	content: "\f432";
}

/* Secondary Toggle */
.secondary-toggle:before, .secondary-toggle.toggled-on:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.2;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

.secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 46px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 46px;
}

.secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 44px;
	width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 36px;
	position: relative;
	top: 1px;
	left: -1px;
}

.secondary.toggled-on {
	display: block;
}





/* Hauptinhalt */

.main-content {
	margin: 0;
	background-color: #fff;
}
.inner-content {
	margin: 4%;
}
.inner-ohne-img {
	margin-top: 42px;
}
.sidebar {
	background: #3D6BB0;
	padding: 0 2%;
}
.secondary {
	display: none;
	padding: 2% 0;
}

/* Image Overlay */
.imgOverlay:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: #3D6BB0;
	opacity: 0.7;
	width: 100%;
	max-width: 300px;
	height: 100%;
	z-index: -1;
	
}
.imgOverlay {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 600;
	padding: 30px 2%;
	width: auto;
	max-width: 260px;
	opacity: 1;
	z-index: 10;
}
.imgOverlay cite {
	display: block;
	margin-top: 30px;
}
.imgOverlay small {
	display: block; 
	line-height: 1.3;
	font-weight: 500;
}


/* Tabellenstyling */
table { 
	border-collapse: separate; 
	border-spacing: 1px; 
	font-size: 14px; 
	margin:5px 0 20px; 
	padding:0; 
	width:99%; 
}
caption { 
	background: transparent; 
	color: #939393; 
	font-size: 13px; 
	font-weight: bold; 
	line-height: 1.2;
	padding: 0 6px 15px; 
	text-align: left;
}
th { 
	background: #3D6BB0; 
	color: #f8f8f8;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 6px;  
	vertical-align:top; 
	text-align: left;
	border: none;
}
td { 
	background: #e3f0fd; 
	color: #9E9E9E; 
	margin: 0; 
	padding: 15px 5px; 
	vertical-align: top; 
	text-align: center; 
}
table p {
	font-size: 100% !important;
	margin: 0;
}
table .left {
	text-align: left !important;
}

thead th {
	background: #939393;
	color: #fff;
}
tfoot  td {
	font-size: 12px;
	text-align: left;
}
th.topBorder, td.topBorder  {
	border-top: 2px solid #fff;
}
th.leftBorder , td.leftBorder  {
	border-left: 2px solid #fff;
}
tr:hover td, tr:focus td {
	background-color: #fff;
}
.pinned, div.table-wrapper {
	border: none !important;
}
table.responsive, .pinned table {
	margin: 0;
}
table.responsive td, table.responsive th, .pinned table th, .pinned table td {
	white-space: normal !important;
	text-align: center;
}
.pinned table th, .pinned table td {
	width: 100%;
	text-align: left;
}
/* Footer */
#footer {
	color: #f7f7f7;
	background-color: transparent;
}
#footer .content {
	padding: 24px 0;
}
.site-info p {
	margin-bottom: 0;
}
#supplementary {
	color: #fff;
	background-color: #FF6624;
}
#supplementary, .site-info {
	padding: 0 20px;
}

#supplementary input { width: 80%; margin-bottom: 5px;}
#supplementary textarea { width: 99.9%; }



@media screen and (min-width: 783px) {
	.wrapper {
		max-width: 1080px;
		margin: 0 auto;
		background: #fff;
		/*border-radius: 1%;
		-webkit-box-shadow: 0px 0px 12px 5px rgba(204,204,204,1);
		-moz-box-shadow: 0px 0px 12px 5px rgba(204,204,204,1);
		box-shadow: 0px 0px 12px 5px rgba(204,204,204,1);	*/
	}
	.logo {
		float: left;
		width: 24%;
		margin: 0;
		/* margin: 0 0 0 3%; fuer boxed Layout */
	}
	/*	.logo img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99999;

	} */
	
	.header-main {
		width: 50%;
		margin: 0;
		padding: 64px 40px 0 160px;
		float: left;
		min-height: 130px;
	}
	.header-main span {
		display: block;
		font-size: 34px;
		font-weight: 500;		
	}	
	.header-main span:first-child {
		color: #3D6BB0;
	}	
	.header-main span:last-child {
		color: #9E9E9E;		
		text-align: right;
	}	

	
	
	/* Navigation */
	.main-navigation hr {
		height: 50px;
	}
	.main-navigation li a {
		padding: 0;
		letter-spacing: 0.03em;
	}
	.main-navigation li a:hover, .main-navigation li a:focus {
		text-decoration: none;
	}
	
	.main-navigation li a:after {
		border-bottom: 1px solid #fff;
		width: 0;
		height: 1px;
		content: "";
		display: block;
		
		/*-webkit-transition: width 0.5s ease-out;
		-moz-transition: width 0.5s ease-out;
		-ms-transition: width 0.5s ease-out;
		-o-transition: width 0.5s ease-out;
		transition: width 0.5s ease-out;*/
	}
	.main-navigation li a:hover:after, .main-navigation li a:focus:after {
		border-bottom: 1px solid #fff;
		width: 100%;
		height: 1px;
		content: "";
		display: block;
	}
	.main-navigation li.spezial a {
		margin-bottom: 40px;
	}
	.main-navigation li.reduz-margin a {
		margin-bottom: 20px;
	}
	.main-navigation small {
		display: block;
	}

	/* Primary Navigation */

	.primary-navigation {
		float: right;
		font-size: 11px;
		margin: 0 1px 0 -12px;
		padding: 0;
	}

	#nav.primary-navigation ul {
		background-color: #3D6BB0;
		border-top: 0;
		display: block;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		height: 48px;
		line-height: 48px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
		text-decoration: none;
	}

	.primary-navigation ul ul {
		background-color: #3D6BB0;
		float: left;
		margin: 0;
		position: absolute;
		top: 48px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

	.primary-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.primary-navigation ul ul a {
		padding: 18px 12px;
		white-space: normal;
		width: 176px;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		background-color: #FF6624;
		color: #fff;
	}

	.primary-navigation ul ul a:hover,
	.primary-navigation ul ul li.focus > a {
		background-color: #AF3A11;
	}

	.primary-navigation ul li:hover > ul,
	.primary-navigation ul li.focus > ul {
		left: auto;
	}

	.primary-navigation ul ul li:hover > ul,
	.primary-navigation ul ul li.focus > ul {
		left: 100%;
	}

	.primary-navigation .menu-item-has-children > a{
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\25BC";
		display: inline-block;
		font: normal 8px/1 Roboto;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}
	
	
	.secondary-toggle {
		display: none;
	}
	.secondary {
		display: block;
		margin: 40px 10% 10%;
		padding: 0;
	}
	
	/* Hauptinhalt */
	.col5 {
		float:left;
	}
	.col7 {
		float: right;
	}
	.halbeSpalte {
		width: 48%;
		float: left;
		margin-right: 2%;
	}
	.inner-block {
		overflow: hidden;
	}
	#main.container {
		background-color: #3D6BB0;
		/*border-radius: 0 0 1% 1%;*/
	}

	.sidebar {
		width: 36%;
		padding: 0;
	}

	.main-content {
		width: 64%;
		margin: 0;
		padding: 0;
		background-color: #fff;
		/*border-radius: 0 0 1%;*/
	}
	.inner-content {
		min-height: 350px;
	}
	.inner-ohne-img {
		min-height: 630px !important;
	}
	.imgOverlay {
		width: 24%;
	}	

	/* Footer */
	#supplementary input, #supplementary textarea {
		background-color: #FFE2D8;
	}
	#supplementary input[type="submit"] { /* Farbe muss hier nochmals definiert, da durch input ueberschrieben */
		float: right;
		color: #fff;
		background-color: #AF3A11;
	}
	#supplementary input[type="submit"]:hover, input[type="submit"]:focus {
		background-color: #FF3823;
	}
	#supplementary p {
		line-height: 1.5;
	}
	
	.site-info .secondary-menu li {
		display: inline-block;
		margin-left: 12px;
	}
	.site-info .secondary-menu li a {
		color: #FFE2D8;
	}
	.site-info .secondary-menu li a:hover, .site-info .secondary-menu a:focus {
		color: #fff;
	}
	
	#footer {
		padding: 20px 0;
	}
	#footernav {
		float: right;
		margin-top: 0;
	}
	#footernav li {
		display: inline-block;
		margin-left: 20px;
	}
}

@media screen and (min-width: 1081px) {
	.inner-content {
		min-height: 252px;
	}
	.search-box {
		margin: 0 auto;
		width: 1080px;
	}
	.imgOverlay {
		width: 20%;
	}	
}

@media screen and (max-width: 600px) {
/* Image Overlay */
	.imgOverlay:before {
		width: 100%;
		max-width: 100%;
		
	}
	.imgOverlay {
		position: relative;
		width: 96%;
		max-width: 100%;
		font-size: 14px;
		line-height: 1.4;
		padding: 20px 2%;
	}
	.imgOverlay cite {
		margin-top: 20px;
	}
}

.lt-ie9 #main.container {
	position: absolute;
	max-width: 1080px;
}
.lt-ie9 .header-main span.last {
		color: #9E9E9E;		
		text-align: right;
	}	
