﻿body {
	background-color: #f1f1f1;
	font-family: 'PT Sans', sans-serif;
	color: #666666;
	font-size: 13px;
	margin: 0 auto;
	padding: 0;
}


#wrapper {
	position: relative;
	max-width: 900px;
	height: auto;
	margin: 15px auto 0 auto;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

#banner {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 15px auto;
}

#skyscraper {
	top: 0;
	margin: 0;
	position: absolute;
	left: 910px;
}

#header {
	height: auto;
}

.header-mobile > span,
.header > span {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #acacac;
}

.header h1 {
	margin: 0;
}

.header-mobile > img {
	max-height: 101px;
}

.content {
	background: url("/images/Specials/special_bg_content.gif") repeat-x top right #B8C3CC;
	height: 100%;
	padding: 15px;
}

.top-news {
	background: url("/images/Specials/special_bg_top.gif") repeat-x top left #E6EAED;
	padding: 15px;
	max-height: 350px;
	height: 350px;
}

.top-news-img {
	background: center;
	background-size: cover;
	height: 100%;
	max-height: 350px;
	height: 350px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #0C5798;
	font-family: 'PT Sans', sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #818F9A;
	font-family: 'PT Sans', sans-serif;
	margin: 5px 0 10px 0;
	padding: 0;
}

p.topnews {
	font-size: 13px;
	color: #818F9A;
	font-family: 'PT Sans', sans-serif;
}

.news {
	padding: 10px 10px 0 0;
	margin: 0 0 0 0;
}

.news_img {
	height: 125px;
	position: relative;
}

.news .white {
	background-color: #ffffff;
	padding: 10px;
	min-height: 200px;
}

.white > p {
	color: #333333;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
}


.white > h3 {
	color: #818F9A;
}

.white > h2 {
	color: #0C5798;
}

.white p > a {
	color: #B8162E;
}

.navbar {
	width: 100%;
	position: relative;
	min-height: 80px;
	margin-bottom: 0;
	border: 0;
	background-color: #ffffff;
}

.navbar-nav > li > a {
	padding: 36px 10px 10px 10px;
}

.navbar-brand {
	float: left;
	padding: 0;
	line-height: 70px;
	height: auto;
	margin-top: 10px;
}

.dropdown a > span {
	line-height: 10px !important;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 20px;
	font-size: 22px;
	color: #B8162E;
	font-weight: 600;
}

.dropdown a {
	border-left: 1px solid #B8162E;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
	color: #0C5798;
	font-size: 13px;
	text-decoration: none;
	height: 82px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #0C5798;
	border-left: 1px solid #B8162E;
	background-color: #ffffff;
}

.navbar-toggle {
	position: relative;
	float: left;
	background-color: transparent;
	background-image: none;
	border: none;
	padding: 15px;
	margin: 0;
	color: #0C5798;
	border-radius: 0;
	-webkit-box-shadow: inset -14px 0 26px -16px rgba(0,0,0,0.175);
	-moz-box-shadow: inset -14px 0 26px -16px rgba(0,0,0,0.175);
	box-shadow: inset -14px 0 26px -16px rgba(0,0,0,0.175);
	min-width: 180px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	-webkit-box-shadow: inset -14px 0 26px -16px rgba(12,87,152,0.175);
	-moz-box-shadow: inset -14px 0 26px -16px rgba(12,87,152,0.175);
	box-shadow: inset -14px 0 26px -16px rgba(12,87,152,0.175);
	background-color: #ffffff;
}

.navbar-toggle .icon-text {
	float: left;
	display: block;
}

.navbar-toggle .caret {
	float: right;
	margin-top: 8px;
}

@Media(min-width: 360px) {
	.db-mobile {
		max-height: 46px;
	}
}

@Media(max-width: 359px) {
	.db-mobile {
		max-width: 41%;
		margin-right: auto !important;
	}
}

.footer {
	padding: 10px 20px;
	background-color: #0b5797;
	min-height: 100px;
	color: #ffffff;
}

	.footer > a {
		color: #ffffff;
	}

@media (min-width: 767px) {
	.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.dropdown-menu > li > a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		background-color: #2F70A6;
		border-left: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		white-space: nowrap;
	}

		.dropdown-menu > li > a:hover {
			color: #ffffff;
			background-color: #2F70A6;
			background-image: none !Important;
		}

	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 160px;
		padding: 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		text-align: left;
		border: none;
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
	}

	.first-nav {
		padding-left: 15px !important;
	}
}

@media (max-width: 899px) {
	#wrapper {
		margin: 0;
	}

	.news .white {
		min-height: 160px;
	}

	.navbar-nav > li > a {
		padding: 36px 6px 10px 6px;
	}

	.navbar-brand {
		max-width: 122px;
		margin-top: 20px;
	}

	.brand-tab {
		margin-left: -10px !important;
	}
}

@media (max-width: 767px) {
	.bread a, .bread, .bread a:hover, .bread a:focus {
		margin: 0 !important;
		color: #ffffff !important;
		padding: 5px 0 15px 0;
	}

	.top-news-img {
		max-height: 200px;
		height: 200px;
		background-position: bottom center;
	}

	.top-news {
		max-height: 100%;
		height: auto !important;
	}

	.news_img {
		height: 140px;
	}

	.news .white {
		min-height: auto;
	}

	.navbar {
		min-height: 48px;
	}

	.open > .dropdown-menu {
		display: block;
	}

	.navbar-nav > li > a {
		padding: 10px 10px 20px 10px;
		line-height: 0;
		border-left: none;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
		color: #0C5798;
		border-left: none;
		background-color: #ffffff;
		border-bottom: 1px solid #b3162e;
	}

	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
		color: #0C5798;
		font-size: 13px;
		text-decoration: none;
		border-left: none;
		height: 31px;
		display: block;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffffff;
		background-color: #2F70A6;
		border-bottom: 1px solid #ffffff;
		border-left: none !important;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin: 0;
		padding: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffffff;
		background-color: #2F70A6;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 30px;
	}

	.dropdown a > span {
		font-size: 14px;
		color: #B8162E;
		font-weight: 600;
		top: 10px;
		left: 15px;
	}


	.dropdown a > div {
		margin-left: 40px;
		padding-top: 6px;
	}

	.dropdown a > span.caret {
		float: right;
		margin-top: 4px;
		position: relative;
		top: 0;
		left: 0;
	}

	.dropdown-toggle {
		height: 20px;
		border-bottom: 1px solid #b3162e;
	}

	.navbar-nav {
		margin: 0;
	}

	.content-nav img {
		float: left;
		margin: 0 15px 0 0;
		max-height: 80px;
	}
}

/*Unterseite*/

.content-text {
	background-color: #ffffff;
	border-top: 10px solid #B8162E;
	margin-top: -10px;
	padding: 25px;
}

.content-text h1 {
	font-size: 30px;
}

.content-text p {
	word-wrap: break-word;
}

.content-text iframe {
	width: 100%;
}

.content-links {
	background-color: #2F70A6;
	padding: 25px;
	color: #fff;
}

	.content-links a {
		color: #fff;
	}

	.content-links h2 {
		color: #fff;
	}

	.content-links ul {
		font-size: 14px;
		line-height: 21px;
		color: #fff;
		margin: 0 0 0 15px;
		padding: 0;
	}

		.content-links ul li {
			color: #B8162E;
		}

			.content-links ul li span {
				color: #fff;
			}

.bread a, .bread, .bread a:hover, .bread a:focus {
	color: #B9C3CC;
	margin: -10px 0 5px 0;
}

.content-nav {
	background-color: #B8162E;
	color: #ffffff;
	padding: 0 10px 0 10px;
	min-height: 80px;
}

	.content-nav.active {
		background-color: #2F70A6;
		border-right: 10px solid #ffffff;
		color: #fff;
	}

	.content-nav img {
		float: left;
		margin: 0 15px 0 0;
	}

	.content-nav h3 {
		color: #ffffff;
		padding: 20px 0 0 0;
	}

	.content-nav h2, .content-nav h2 a, .content-nav h2 a:hover, .content-nav h2 a:focus {
		color: #ffffff;
		font-size: 16px;
		padding: 0;
		margin: 5px 0 0 0 !important;
	}

.content-nav-desktop > div {
	margin-top: 10px;
	width: 98%;
}

.content-nav-desktop div h3 {
	padding-top: 5px;
}

.section_text_image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.skyscraper {
	float: right;
}

.partner-integration {
	width: 99.5% !important;
	margin: 0 auto;
}

table tr.partner-integration-headerrow td {
	border-top: 1px solid #1D739C;
}

	table tr.partner-integration-headerrow td:first-child {
		border-left: 1px solid #1D739C;
	}

	table tr.last-partner-integration-tablerow td:last-child,
	table tr.partner-integration-headerrow td:last-child {
		border-right: 1px solid #1D739C;
	}

table tr.last-partner-integration-tablerow td:first-child,
table tr.partner-integration-tablerow td:first-child {
	border-left: 1px solid #1D739C;
}

table tr.partner-integration-tablerow td:last-child {
	border-right: 1px solid #1D739C;
}

table tr.last-partner-integration-tablerow td {
	border-bottom: 1px solid #1D739C;
}

.partner-integration-hint {
	font-size: 10px;
}

.multiple-underlying-info dt {
	text-align: left;
	width: 150px
}
.multiple-underlying-info a {
	color: #808285;
}