/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/Portals/_default/Skins/THE_Theme/Resources/fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'DINNextLTPro-Bold';
    src: url('/Portals/_default/Skins/THE_Theme/Resources/fonts/DINNextLTPro-Bold/font.woff2') format('woff2'), url('/Portals/_default/Skins/THE_Theme/Resources/fonts/DINNextLTPro-Bold/font.woff') format('woff');
}


/* Website CSS */

html, body {
    font-family: "Open Sans" !important;
}
#termine h1 {
    color: #1a19a5;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
    margin-bottom: 50px;
}
#termine {
    margin-bottom: 40px;
}
.edn_articlesRssWrapper {
	text-align: center;
	margin-top: 25px;
}
.rssLink {
	border: 2px solid #0f144c;
	color: #0f144c;
	background: #fff;
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	margin-bottom: 30px;
	line-height: 46px;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
a.rssLink {
	color: #0f144c;
	text-decoration: none;
}
a.rssLink:hover {
	background: #0f144c;
	color: #fff;
	text-decoration: none;
}
.appointmentBox {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 30%);
    margin-bottom: 30px;
	height: 280px !important;
}
.smallAppointmentBox {
	height: auto !important;
	margin-bottom: 10px;
}
.smallAppointmentBox .edn_readMoreButton {
	margin-top: 25px;
	display: block;
	position: relative;
}
.edn_docExtension {
	text-transform: uppercase;
}
.appointmentBox:hover {
    background: rgba(15, 21, 76, 0.6);
    color: #fff !important;
}
.appointmentBox:hover .newsCategory {
	color: #fff !important;
}
.EDN_featured:hover {
	background: rgba(239, 51, 64, 0.6);
	color: #fff !important;
}
.EDN_featured:hover .newsCategory {
	color: #fff !important;
}
.appointmentBox:hover h3 a {
	color: #fff !important;
}
.dateContent a:hover {
	text-decoration: none;
}
.appointmentBox:hover .dateContent a span {
	color: #fff;
	text-decoration: none;
}
.appointmentBox:hover h3, .appointmentBox:hover .dateContent {
    color: #fff;
}
.edn_readMoreButton {
	position: absolute;
	bottom: 10px;
}
.newsCategory {
	color: #7D7D7D;
	font-size: 14px;
	margin-bottom: 15px;
}
.dateBox {
    background: #0f144c;
    font-family: DINNextLTPro-Bold;
	min-width: 60px;
    width: 60px;
	color: #fff;
    float: left;
    text-align: center;
    padding-top: 75px !important;
}
.dateBoxHighlight {
    background: #ef3341;
    width: 100px;
    color: #fff;
    float: left;
    text-align: center;
    padding-top: 75px !important;
}
.EDN_featured .dateBox {
	background: #EF3340;
	font-family: DINNextLTPro-Bold;
	min-width: 60px;
	width: 60px;
	color: #fff;
	float: left;
	text-align: center;
}
.EDN_featured .dateContent a span {
	color: #EF3340;
}
.dateContent h3 {
    color: #1a19a5;
    font-weight: bold;
    text-transform: none;
    font-family: DINNextLTPro-Bold;
}
.dateContent h3 a {
	color: #1a19a5;
}
.active .edn_archiveByYear {
	border-bottom: 1px solid #1919A6;
	padding-bottom: 5px;
	font-weight: normal !important;
}
.active .level_1 {
	font-weight: normal !important;
}
.edn_archiveByYear a, .edn_archiveByYear a:hover {
	color: #313131;
}
.blueCircleNumber {
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background: #1a19a5;
}
.dateContent {
    padding: 10px;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 25px;
    color: #313131;
	overflow: hidden;
	position: relative;
}
.smallDateContent {
	padding-top: 15px !important;
	padding-right: 20px;
}
.w100 {
	width: 100%;
}
.edn_category_menu_wrapper {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.edn_category_menu_wrapper li {
	list-style: none;
	padding: 0;
}
.edn_module_title {
	background: #FFC800;
	padding: 10px;
	padding-top: 15px;
	color: #1a19a5;
	font-weight: bold;
	font-family: DINNextLTPro-Bold;
}
.edn_newslink {
	color: #333 !important;
}
.EDN_module_box {
	border-bottom: 5px solid #FFC800;
	padding-bottom: 20px;
	background: #f2f2f2;
}
.edn_category_menu_wrapper .level_0 {
	border-bottom: 1px solid #AFAFAF;
	margin-right: 10px;
}
.edn_archive_menu_wrapper .level_0 {
	margin-right: 10px;
}
.edn_articlecount a:hover {
	color: #1a19a5 !important;
}
.edn_articlecount {
	color: #1a19a5 !important;
	font-family: DINNextLTPro-Bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	background: #fff;
}
.edn_archive_menu_wrapper {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.edn_archive_menu_wrapper li {
	list-style: none;
}
.level_0, .edn_archive_menu_wrapper li {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	background: #f2f2f2;
	border-bottom: 1px solid #b6b6b6;
}
.level_0, .edn_archive_menu_wrapper li:last-child {
	border: 0;
}
.tag_cloud #cloud_wrapper {
	padding-left: 10px;
}
.tagCount {
	background: #fff;
	color: #1a19a5;
	padding: 0px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 12px;
	margin-left: 5px;
}
.tag_cloud a, .edn_articleTags a {
	background: #1a19a5;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	line-height: 38px;
	margin-right: 10px;
	white-space: nowrap;
	font-size: 13px;
}
.tag_cloud a:hover, .edn_articleTags a:hover {
	text-decoration: none;
	color: #fff;
}
.edn_articleCategories a, .edn_articleCategories a:hover {
	color: #212529;
}
.edn_articleTags h2, .edn_relatedArticles h2 {
	color: #1a19a5;
	font-family: DINNextLTPro-Bold;
}
.edn_relatedArticles {
	margin-top: 50px;
}
.edn_relatedArticles .icon-Pfeil_nach_rechts_Megamenue {
	font-size: 12px;
	font-weight: bold;
}
.edn_relatedArticles ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.edn_relatedArticles ul li {
	list-style: none;
	margin-bottom: 10px;
}
.edn_relatedArticles ul li a {
	color: #212529;
}
.edn_articleTitle, .articleWrapper h1, .articleWrapper h2, .articleWrapper h3, .articleWrapper h4 {
	color: #1a19a5;
	font-family: DINNextLTPro-Bold;
}
.eds_news_THE {
	padding-top: 30px;
}
.edn_articleTags {
	border-top: 2px solid #ffc800;
	padding-top: 30px;
	margin-top: 20px;
}
.edn_metaDetails {
	border-bottom: 2px solid #FFC800;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.articleWrapper {
	margin-top: 20px;
}
.edn_articleSubTitle {
	font-size: 20px;
}
.edn_articleDocuments ul {
	margin: 0;
	padding: 0;
}
.edn_articleDocuments ul li {
	list-style: none;
	margin-bottom: 15px;
}
.article_pager {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.article_pager a {
	display: inline-block;
	margin-right: 10px;
	color: #1226AA;
	border: 2px solid #1226AA !important;
	height: 32px;
	width: 32px;
	text-align: center !important;
	-webkit-border-radius: 16px !important;
	-moz-border-radius: 16px !important;
	border-radius: 16px !important;
	line-height: 28px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 !important;
	opacity: 0.5 !important;
}
.article_pager a.active {
	opacity: 1 !important;
}
.article_pager a:hover {
	text-decoration: none;
	color: #1226AA;
	opacity: 1 !important;
}
.article_pager a:last-child {
	margin: 0;
}
.docDownloadIcon {
	font-size: 60px;
}
.docDownloadIcon a {
	color: #1a19a5;
}
.docDownloadIcon a:hover {
	color: #1a19a5;
	text-decoration: none;
}
.docDownloadText {
	vertical-align: middle;
	line-height: 60px;
	margin-left: 25px;
}
.docDownloadText a, .docDownloadText a:hover {
	color: #008EAA;
}
.edn_articleDocuments {
	margin-top: 50px;
	margin-bottom: 30px;
}
.align-middle {
	vertical-align: middle;
}
.flex-grow {
	flex-grow: 1;
}
.countbox {
	align-items: center;
	line-height: 24px;
}
.dateContent a span {
    color: #1a19a5;
    font-size: 28px;
}
.dateBoxHighlight .dateContent a span {
    color: #ef3341;
    font-size: 28px;
}
.callToAction {
    background: #1a19a5;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.callToAction h1 {
    color: #fff;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
}
.callToAction a.linkbutton {
    color: #fff;
    background: #ef3341;
    font-weight: bold;
    border: 0px;
    width: 235px;
    height: 60px;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    line-height: 48px;
}
.callToAction a.linkbutton:hover {
    color: #ef3341;
    background: #fff;
}

.contactModule {
    padding-top: 50px;
    margin-top: 0px;
    background: #f2f2f2 url("/Portals/_default/Skins/THE_Theme/Resources/images/background.jpg") no-repeat;
    background-position-x: -100px;
    background-position-y: 40px;
	background-size: 55%;
}
.contactModule h1 {
    color: #1a19a5;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-family: DINNextLTPro-Bold;
    font-size: 50px;
    line-height: 56px;
}
.contactModule .subline {
    color: #1a19a5;
    margin-bottom: 10px;
    margin-top: 30px;
    font-family: DINNextLTPro-Bold;
    font-weight: bold;
}
.contactModule .phoneNumber {
    color: #1a19a5;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 42px;
}
.contactModule button {
    border: 3px solid #1a19a5;
    color: #1a19a5;
    width: 300px;
    height: 60px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: 70px;
}
a.contactLink {
    display: block;
    border: 3px solid #1a19a5;
    color: #1a19a5;
    width: 300px;
    height: 60px;
    background: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: 70px;
    line-height: 55px;
}
a.contactLink:hover {
    text-decoration: none;
    border: 3px solid #1a19a5;
    background: #1a19a5;
    color: #fff;
}
.contactModule button:hover {
    text-decoration: none;
    border: 3px solid #1a19a5;
    background: #1a19a5;
    color: #fff;
}

.footer {
    color: #fff;
    padding-top: 25px;
	padding-bottom: 25px;
    background: #0f144c;
}
.footer h3 {
    font-size: 16px;
    color: #ffc801;
    margin-bottom: 10px;
    text-transform: none;
}
.footer ul {
    padding-left: 20px;
}
.footer ul a {
    color: #fff;
    text-decoration: none;
}
.footer .phoneNumber {
    color: #fff;
    margin-bottom: 35px;
    margin-top: 25px;
    font-size: 32px;
}
.footer button, .footer a.blueFooterButton {
    border: 2px solid #fff;
    color: #fff;
    width: 200px;
    height: 50px;
    margin-right: 20px;
    background: #0f144c;
    float: left;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: 30px;
}
.footer button:hover, .footer a.blueFooterButton:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #0f144c;
	text-decoration: none;
}
.blueFooterButton {
	margin-top: 25px;
	line-height: 44px;
}
.footerLinks {
    background: #ffc801;
    line-height: 60px;
    color: #1226AA;
    font-weight: bold;
}
.footerLinks ul {
    padding: 0;
    margin: 0;
}
.footerLinks ul li {
    float: left;
    padding: 0;
    margin: 0;
    color: #1226AA;
    list-style: none;
    margin-right: 25px;
}
.footerLinks ul li a {
    color: #1226AA;
    font-weight: bold;
}

.dateNumber {
    font-size: 24px;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
}
.dateMonth {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: DINNextLTPro-Bold;
    margin-top: -8px;
}
.dateLine {
    font-size: 16px;
    font-weight: bold;
}
.dateYear {
    font-size: 14px;
    font-family: DINNextLTPro-Bold;
    font-weight: bold;
    border-top: 2px solid #fff;
    padding-top: 3px;
}
#slider {
    background: url("../images/slider1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    margin-bottom: 50px;
}
#termine .allNews {
    border: 3px solid #1a19a5;
    color: #1a19a5;
    width: 180px;
    height: 60px;
    display: block;
    background: #fff;
    text-align: center;
    font-weight: bold;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 60px;
    line-height: 56px;
}
#termine .allNews:hover {
    background: #1a19a5;
    color: #fff;
    text-decoration: none;
}
#navigation {
    margin-top: 20px;
}
#navigation ul {
    margin: 0;
    padding-left: 153px;
}
#navigation ul li a {
    color: #7D7D7D;
    font-size: 16px;
}
#navigation ul li a:hover {
    color: #1226AA;
    text-decoration: none;
}
#navigation ul li {
    list-style: none;
    float: left;
    margin-right: 30px;
    padding-top: 10px;
}
#navigation ul li a.active {
    border-bottom: 5px solid #FFC800;
    display: block;
    padding-bottom: 10px;
    color: #1226AA;
}
.navigationIcons i {
    color: #1226AA;
    font-size: 20px;
    margin-left: 15px;
}
.navigationIcons a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
#logo {
    margin-bottom: 25px;
}
.mailIcon {
    margin-top: 20px;
}
.mailIcon a {
    font-size: 40px;
    color: #1226AA;
}
.mailIcon a:hover {
    text-decoration: none;
    color: #2539cd;
}
.callToAction .text {
    color: #f2f2f2;
    line-height: 35px;
    padding-right: 100px;
}
.infoText {
    color: #313131;
    line-height: 30px;
}
.scroll-to-top {
    background: #FFC800 !important;
    color: #fff !important;
    border-radius: 30px !important;
    bottom: 20px !important;
    right: 40px !important;
}
.scroll-to-top i {
    opacity: 1 !important;
    color: #1E22AA;
}
.footerText {
    line-height: 28px;
}

.breadcrumb {
    padding-left: 153px !important;
    background: #fff !important;
    font-size: 14px;
    color: #7D7D7D;
    margin-bottom: 70px !important;
}
.breadcrumb a {
    font-size: 14px;
    color: #7D7D7D;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumbLink span {
    font-size: 14px;
    color: #7D7D7D;
}
.breadcrumb .active {
    font-weight: bold;
    color: #1226AA;
}
.breadcrumb .Active a {
    font-weight: bold;
    color: #1226AA;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}
.breadcrumb ul li .spacer {
    margin-left: 10px;
}
.DnnModule {
    margin-bottom: 30px;
}
#home .DnnModule {
    margin-bottom: 0px;
}
.language-object {
    float: right;
}
.pageHeadline h1 {
    font-size: 50px;
    line-height: 56px;
    font-weight: bold;
    color: #1226AA;
}
.pageContent {
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    font-family: "Open Sans";
}
.pageContent a {
    color: #008EAA;
    font-size: 16px;
}
.sidebar .name {
    color: #1226AA;
    font-weight: bold;
    font-size: 16px;
}
.sidebar .position {
    color: #313131;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.sidebar .phone {
    color: #313131;
    font-size: 16px;
    padding-bottom: 10px;
}
.sidebar .details {
    padding: 10px;
}
.sidebar .shadow {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.subline {
    color: #1226AA;
    font-size: 26px;
    text-transform: none;
    font-weight: bold;
    border-bottom: 3px solid #FFC800;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: DINNextLTPro-Bold;
}
.pushHeadline {
    color: #1226AA;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    border-bottom: 3px solid #FFC800;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: DINNextLTPro-Bold;
}
.pushModule {
    font-size: 12px;
    color: #212529;
    font-family: "Open Sans";
}
.pushError {
    color: #ef3341;
    margin-bottom: 10px;
}
.datenschutzLabel label {
    margin-left: 10px;
}
.inputAttrLabel {
    font-weight: bold;
    margin-top: 10px;
}
.pushDatenschutz {
    margin-top: 20px;
}
.pushInput {
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #7D7D7D;
    padding-left: 8px;
    margin-left: 0;
}
.btnFilledBlue {
    height: 45px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    background: #1226AA;
    border-radius: 30px;
    font-size: 16px;
    border: 0;
}
.btnOutlineBlue {
    height: 45px;
    line-height: 20px;
    color: #1226AA;
    font-weight: bold;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    border: 3px solid #1226AA;
    text-align: center;
    font-size: 16px;
}
.btnOutlineYellow {
    height: 45px;
    line-height: 20px;
    color: #1226AA;
    font-weight: bold;
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    border: 3px solid #FFC800;
    text-align: center;
    font-size: 16px;
}
.btnFilledRed {
    height: 45px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px 40px;
    background: #ef3340;
    border-radius: 30px;
    font-size: 16px;
    border: 0;
}
.btnSmall {
    height: 30px;
    line-height: 10px;
    color: #fff;
    padding: 10px 20px;
    font-size: 13px;
}
.ButtonVorlaeufig {
    background: #fff !important;
}
.buttonTransparent {
    opacity: 0.5;
}
.TabButtonMarktmonitor input {
    margin-bottom: 10px;
}
.TabButtonMarktmonitor {
    margin-bottom: 20px;
}
#MarketAreaMonitor {
    width: 100%;
    text-align: center;
}
.DnnModule-DNN_HTML a {
    color: #008EAA;
}
.ui-accordion-content a {
    color: #008EAA !important;
    text-decoration: none;
}
.ModDNNHTMLC {
    font-size: 16px;
    line-height: 26px;
    color: #313131;
}
.ModDNNHTMLC p {
    color: #313131;
}
.DNNContainer_Title_h1 h1, .ModDNNHTMLC h1 {
    font-size: 50px;
    line-height: 56px;
    color: #1226AA;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
    margin-bottom: 40px !important;
}
.dateIcon {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 20px;
    color: #707070;
}
input.dateIcon:after {
    font-family: 'icomoon';
    content: "\e91a";
    font-size: 11px;
    float: right;
    position: absolute;
    right: 20px;
    top: 17px;
}
.filterInput {
    margin-right: 0px !important;
}




/* DataTable Styles */
.dt-buttons {
    display: none;
}
.yellowLine {
    margin-top: 15px;
    margin-bottom: 55px;
}
.table.dataTable thead th {
    max-width: 1em;
}
.tableInfoButton {
    color: #1226AA;
    font-size: 40px;
}
.tableInfoButton a{
    text-decoration: none;
    color: #1226AA;
}
.tableInfoButton a:hover {
    text-decoration: none;
}
.tableInfoButton a:hover .icon-Buttons_Sonderbutton_Informationsicon:before {
    content: "\e906";
    color: #1226aa;
}
.datepicker--cell.-current- {
    color: #ff0000 !important;
}
.datepicker--cell.-selected- {
    background: #1226aa !important;
}
.datepicker--cell.-selected-.-focus- {
    background: #112192 !important;
}
.datepicker--day-name {
    color: #0F154C !important;
}
thead {
    color: #0F154C;
    font-weight: bold;
}
tbody {
    color: #313131;
}
.tableHighlight {
    background-color: #F2F2F6;
}
table.dataTable thead th:nth-child(odd) {
    background-color: #F2F2F6;
}

table.dataTable thead .sorting {
    vertical-align: bottom;
}
table.dataTable thead .smallCol {
    max-width: 0.5em;
}
table.dataTable.longText tbody td {
    font-size: 14px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
    padding-right: 40px;
    font-family: "DINNextLTPro-Bold";
    font-size: 19px;
    color: #0F154C;
}
table.dataTable thead .sorting_desc {
    background-image:url("/Portals/_default/Skins/THE_Theme/Resources/images/sort_desc.png");
    vertical-align: bottom;
    background-position: bottom+10px right;
}
table.dataTable thead .sorting_asc {
    background-image:url("/Portals/_default/Skins/THE_Theme/Resources/images/sort_asc.png");
    vertical-align: bottom;
    background-position: bottom+10px right;
}
table.dataTable thead .sorting {
    background-image:url("/Portals/_default/Skins/THE_Theme/Resources/images/sort_both.png");
    vertical-align: bottom;
    background-position: bottom+10px right;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #707070;
}

.rotation-wrapper-outer {
    display: table;
}
.rotation-wrapper-inner {
    padding: 50% 0;
    height: 0;
}
.rotation-wrapper-inner a {
    color: #081151;
    /*white-space: nowrap; */
    text-align: left;
}
.rotation-wrapper-inner a:hover {
    text-decoration: none;
    cursor: default;
}
.headerTextFix a {
	width: 160px;
}
.rotate {
    display: block;
    transform-origin: top left;
    transform: rotate(-90deg) translate(-100%);
    margin-top: -50%;
}


.paginate_button {
    border: 2px solid #1226AA !important;
    height: 32px;
    width: 32px;
    text-align: center !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
    line-height: 28px;
    font-weight: bold;
    font-size: 14px;
    padding: 0 !important;
    opacity: 0.5 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #1226AA !important;
    margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #1226AA !important;
    background: #fff;
    opacity: 1 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #1226AA !important;
    background: #fff;
    opacity: 1 !important;
}
table.dataTable.no-footer {
    margin-bottom: 20px;
}
.dataTables_info {
    display: none;
}
.dataTables_wrapper .dataTables_paginate {
    float: unset;
    text-align: center;
}
table.dataTable tbody td {
    padding: 12px 10px;
    font-size: 16px;
    font-family: "Open Sans";
}
table.dataTable thead th {
    border-bottom: 2px solid #0F154C;
}
.tableFilterButton {
    height: 46px;
    font-size: 16px;
    font-weight: bold;
    background: #1226AA;
    color: #fff !important;
    line-height: 26px !important;
    width: 100%;
    border-radius: 5px;
    display: block;
    padding: 10px;
}
.filterBox {
    background: #F2F2F2;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 35px;
    /*flex-grow: 1;*/
    flex-shrink: 1;
    margin-bottom: 10px;
    color: #313131;
    font-size: 16px;
}
.filterBox:first-child {
    /*padding-left: 15px; */
}
.dateGroup {
    margin-bottom: 5px;
}
.filterBox input {
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    width: 170px;
    font-size: 16px;
    border: 1px solid #7D7D7D;
    padding-left: 8px;
    margin-left: 20px;
}
.filterBox select {
    height: 35px;
    line-height: 35px;
    border: 1px solid #7D7D7D;
    padding-right: 10px;
    margin-left: 10px;
}
.filterBox:last-child {
    margin-right: 0px;
}
.card-body {
    min-width: 330px;
}

h2.blueHeadline {
    font-size: 40px;
    color: #1226AA;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
}
.downloadButton {
    height: 60px;
    line-height: 40px;
    color: #1226AA;
    font-weight: bold;
    padding: 10px 40px;
    background: #FFC800;
    border-radius: 30px;
    font-size: 16px;
    border: 0;
	margin-left: 20px;
	white-space: nowrap;
}

.downloadButton:hover {
    background: #E6B52E;
}
.valueIcons {
	font-size: 12px;
}
.valueIcon {
	margin-right: 20px;
	width: 55px;
}


/* Chart Modul */
.highcharts-root text, .highcharts-container {
    font-family: "Open Sans" !important;
}

.highcharts-tooltip {
    fill: #fff !important;
    stroke: #fff !important;
    font-family: "Open Sans" !important;
}
.lineTooltip {
    font-size: 10px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.lineCircle {
    width: 8px;
    height: 8px;
    margin-top: 4px;
    margin-right: 5px;
    margin-left: -5px;
    display: block;
    float: left;
    background: red;
    border-radius: 5px;
}
.highcharts-menu-item:hover {
    background: #1226AA !important;
}
.highcharts-figure, .highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}
.highcharts-crosshair-category {
    stroke: #EF3340 !important;
    stroke-opacity: 1 !important;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #EBEBEB;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    padding: 0.5em;
}
.highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-title {
    font-family: "Open Sans" !important;
}
.tab-content {
    padding: 0;
    border: 0;
}
.nav-tabs li .nav-link, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
    color: #1226AA;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    margin-right: 10px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #fff;
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: red;
    -webkit-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.3);
}
.closeButton {
    text-align: center;
    width: 45px;
    height: 45px;
    padding: 0;
}
.closeButton a {
    font-weight: bold;
    display: block;
    color: red;
    font-size: 16px;
    height: 100%;
    line-height: 45px;
    padding-top: 15px;
}
.closeButton:hover {
    color: #fff;
    background: red;
}
.closeButton:hover a {
    color: #fff;
}

.sendButton {
    text-align: center;
    width: 45px;
    padding: 0;
    height: 45px;
}
.sendButton a {
    font-weight: bold;
    display: block;
    color: #86C200;
    font-size: 16px;
    height: 100%;
    line-height: 45px;
    padding-top: 15px;
    border-radius: 5px;
}
.sendButton a i {
    color: #86C200;
}
.sendButton:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.sendButton:hover a {
    color: #fff;
    background: #86C200;
    text-decoration: none;
}
.sendButton a:hover i {
    color: #fff;
}


.highcharts-container {
    height: auto !important;
}
.highcharts-color-0 {
    stroke: #1226aa !important;
    fill: #1226aa !important;
}
.highcharts-background-0 {
    background: #1226aa;
}
.highcharts-color-1 {
    stroke: #ffce00 !important;
    fill: #ffce00 !important;
}
.highcharts-background-1 {
    background: #ffce00;
}
.highcharts-color-2 {
    stroke: #00837c !important;
    fill: #00837c !important;
}
.highcharts-background-2 {
    background: #00837c;
}
.highcharts-color-3 {
    stroke: #94d600 !important;
    fill: #94d600 !important;
}
.highcharts-background-3 {
    background: #94d600;
}
.highcharts-color-4 {
    stroke: #0081bc !important;
    fill: #0081bc !important;
}
.highcharts-background-4 {
    background: #0081bc;
}
.highcharts-color-5 {
    stroke: #1d1d1b !important;
    fill: #1d1d1b !important;
}
.highcharts-background-5 {
    background: #1d1d1b;
}


.highcharts-color-5 {
    stroke: #1d1d1b !important;
    fill: #1d1d1b !important;
}
.highcharts-background-5 {
    background: #1d1d1b;
}

.highcharts-color-5 {
    stroke: #1d1d1b !important;
    fill: #1d1d1b !important;
}
.highcharts-background-5 {
    background: #1d1d1b;
}

.highcharts-color-6 {
    stroke: #8892D4 !important;
    fill: #8892D4 !important;
}
.highcharts-background-6 {
    background: #8892D4;
}

.highcharts-color-7 {
    stroke: #FFE67F !important;
    fill: #FFE67F !important;
}
.highcharts-background-7 {
    background: #FFE67F;
}

.highcharts-color-8 {
    stroke: #7FC1BD !important;
    fill: #7FC1BD !important;
}
.highcharts-background-8 {
    background: #7FC1BD;
}

.highcharts-color-9 {
    stroke: #C9EA7F !important;
    fill: #C9EA7F !important;
}
.highcharts-background-9 {
    background: #C9EA7F;
}

.highcharts-color-10 {
    stroke: #7FC0DD !important;
    fill: #7FC0DD !important;
}
.highcharts-background-10 {
    background: #7FC0DD;
}

.highcharts-color-11 {
    stroke: #8D8D8C !important;
    fill: #8D8D8C !important;
}
.highcharts-background-11 {
    background: #8D8D8C;
}
#HighchartLineBasic, #HighchartColumnBasic, .chartWatermark {
    background: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 60px;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
    #HighchartLineBasic, #HighchartColumnBasic, .chartWatermark {
        background: #fff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 60px;
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    #HighchartLineBasic, #HighchartColumnBasic, .chartWatermark {
        background: #fff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 60px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    #HighchartLineBasic, #HighchartColumnBasic, .chartWatermark {
        background: #fff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 60px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    #HighchartLineBasic, #HighchartColumnBasic, .chartWatermark {
        background: #fff;
        background-repeat: no-repeat;
        background-size: contain;
        background-position-y: 60px;
    }
}


.tabContent {
    background: #fff;
    padding-top: 10px;
    position: relative;
    z-index: 100;
}
.nav-tabs {
    border: 0;
}
.highcharts-background {
    fill: transparent !important;
}
.highcharts-legend-box {
    fill: none !important;
}


.TabButton .Initial {
    border: 0;
    color: #1226AA;
    font-size: 21px;
    font-family: DINNextLTPro-Bold;
    font-weight: bold;
    background: #fff;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    padding: 15px 19px 13px 19px;
    max-width: 350px;
    outline:0;
}

.TabButton .Clicked {
    font-family: DINNextLTPro-Bold;
    border: 0;
    color: red;
    box-shadow: 0px 0px 12px #00000059;
    font-size: 21px;
    font-weight: bold;
    background: #fff;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    padding: 15px 19px 13px 19px;
    max-width: 350px;
    outline:0;
}
.TabButton button.Clicked {
    padding: 12px 19px 13px 19px;
}
.TabButton button.Initial {
    padding: 12px 19px 13px 19px;
    margin-bottom: 0 !important;
    outline:0;
}
.accordion>.card>.card-header {
    padding-left: 15px !important;
}
.TabButton .Initial:hover {
    color: red;
    background: #fff;
}
#MultiView {
    background: #fff;
    padding-top: 20px;
    margin-top: 0px;
    position: relative;
}
.subcontainer_3slots {
    margin-top: 20px;
}

/* Search */
#openSearch i {
    font-size: 20px;
    color: #1226AA;
    position: absolute;
}
#openSearch {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: block;
    border: 2px solid #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: relative;
    padding-left: 8px;
    padding-top: 8px;
}
#openSearch:hover {
    border: 2px solid #1226AA;
}
.searchContainer{
    padding-top: 0px !important;
}
#searchOverlay {
    position: absolute;
    width: 100vw;
    top: 0;
    height: 100%;
    background: #F0F0F0;
    background-image: url("../images/THE_logo_element_l_xl.png");
    background-repeat: no-repeat;
    background-position-y: 80px;
    z-index: 1200;
}
#searchWrapper {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 1200;
	overflow-y: hidden;
}
#searchOverlay h3 {
    color: #1919A6;
    font-size: 32px;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
}

#searchInput {
    background: #fff;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0px 0px 10px #3131314D;
}
#searchInput input {
    background: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    width: 90%;
    padding: 10px;
    color: #1226AA;
}
.dnnSearchResultItem-Others {
    display: none;
}
.dnnSearchResultPager a.dnnPager-prev, .dnnSearchResultPager a.dnnPager-next {
    background-image: none;
    border: 2px solid #1226AA;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    position: relative;
    top: 8px;
    font-size: 12px;
}
.dnnSearchResultPager a.dnnPager-prev {
    margin-right: 15px;
}
a.dnnPager-next:before {
    font-family: icomoon;
    content: "\e917";
    color: #1226AA;
    position: absolute;
    left: 10px;
    top: 5px;
}
a.dnnPager-prev:before {
    font-family: icomoon;
    content: "\e917";
    color: #1226AA;
    position: absolute;
    transform: rotate(180deg);
    left: 7px;
    top: 5px;
}
.rotate180 {
	transform: rotate(180deg);
}
.archiveArrow {
	position: absolute;
	transform: rotate(180deg);
	margin-left: 7px;
	margin-top: 7px;
	color: #1a19a5;
	font-size: 10px;
}
#dnn_dnnSearch2_txtSearch::-webkit-input-placeholder, #dnn_dnnSearch2_txtSearch:-ms-input-placeholder, #dnn_dnnSearch2_txtSearch::placeholder { /* Edge */
    font-weight: normal !important;
}
#searchInput input:focus, #searchInput input:active {
    border: 0;
    outline: none;
}
#dnn_dnnSearch2_ClassicSearch {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    width: 100%;
    display: flex;
}
.dnnSearchResultContainer > .dnnSearchResultItem-Subset {
    display: none;
}
.searchInputContainer {
    flex-grow: 1;
}
#dnn_dnnSearch2_txtSearch {
    
}
#dnnSearchResult-advancedTipContainer {
    background: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    position: relative;
    z-index: 200;
}
#searchClose {
    display: block;
    width: 50px;
    height: 50px;
    margin: 50px auto 50px;
    line-height: 50px;
    background: #1226AA;
    border-radius: 25px;
    font-size: 20px;
    padding-top: 14px;
    color: #fff;
}
#toggleTips {
    top: 20px;
    display:  none;
    position: relative;
}
#searchClose:hover {
    text-decoration: none;
}
#searchResults {
    background: #fff;
    padding: 20px;
    color: #000;
    border-radius: 15px;
    margin-top: 20px;
}
#searchResults .result {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFC800;
    margin-bottom: 20px;
}
#searchResults .result h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: bold;
}
.blueButton {
    background: #1226AA;
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 20px 30px;
    text-align: center;
    margin: 0 auto;
}
ul.searchSkinObjectPreview {
    position: relative;
    background: #fff;
    width: 100%;
    top: 10px;
    border: 0;
    
}
ul.searchSkinObjectPreview li span {
    color: #1919A6;
    font-family: DINNextLTPro-Bold;
    font-size: 19px;
}
ul.searchSkinObjectPreview li p {
    color: #313131;
    font-size: 15px;
    font-family: "Open Sans";
    font-style: normal;
    line-height: 23px;
}
ul.searchSkinObjectPreview > li > a.searchSkinObjectPreview_more {
    color: #1919A6;
    background: #FFC800;
    text-align: center;
    padding: 15px 25px;
    border-radius: 31px;
    font-weight: bold;
    margin: 40px auto;
    display: table;
}
ul.searchSkinObjectPreview > li {
    border-top: 0;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
}
ul.searchSkinObjectPreview > li:last-child {
    border: 0;
}
.dnnSearchBoxClearText {
    display: none !important;
}
.searchSkinObjectPreview {
    border-radius: 5px;
}
ul.searchSkinObjectPreview > li:hover {
    background: #0F154C;
    color: #fff;
}
ul.searchSkinObjectPreview > li:hover span {
    color: #fff;
}
ul.searchSkinObjectPreview > li:hover p {
    color: #fff;
}
ul.searchSkinObjectPreview > li p b {
    color: #008EAA;
    font-weight: normal;
}
ul.searchSkinObjectPreview > li:hover p b {
    color: #FFC800;
    font-weight: normal;
}
/* Slider */
.ls-v5 .ls-bottom-slidebuttons {
    top: -50px !important;
}

/* Akkordeon */
.liveaccTHE .ui-state-default, .liveaccTHE .ui-widget-content .ui-state-default {
    background: #E9E9E9 !important;
    border: 0;
    border-radius: 5px !important;
}
.liveaccTHE .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 16px!important;
    padding: 13px 10px;
    font-family: "Open Sans";
    color: #313131;
}
.liveaccTHE .ui-accordion .ui-accordion-header a:hover {
    text-decoration: none;
}

.liveaccTHE .ui-state-active, .liveaccTHE .ui-widget-content .ui-state-active {
    background: #1226AA !important;
    color: #fff !important;
    font-weight: bold !important;
    border-radius: 5px !important;
}
.liveaccTHE .ui-state-active a, .liveaccTHE .ui-state-active a:link, .liveaccTHE .ui-state-active a:visited {
    color: #fff !important;
}
.liveaccTHE .ui-accordion .ui-accordion-content {
    border: 0px !important;
    padding-left: 15px !important;
    font-family: "Open Sans";
    font-size: 16px;
}
.liveaccTHE .ui-accordion .ui-accordion-header .ui-icon {
    right: 15px;
    left: unset !important;
}
.liveaccTHE .ui-accordion .ui-accordion-header a {
    padding-left: 15px !important;
}
.liveaccTHE .ui-accordion .ui-accordion-header {
    margin-bottom: 10px;
}
.liveaccTHE .ui-state-active .ui-icon, .liveaccTHE .ui-state-default .ui-icon {
    background-image: url("/desktopModules/LiveAccordion/Themes/THE/images/ui-icons_ffffff_256x240.png");
}

.liveaccTHE h3 {
    text-transform: none;
}
.card-header {
    background: #1226AA !important; 
    color: #fff !important;
    font-weight: bold !important;
    border-bottom: 0px !important;
    border-radius: .25rem !important;
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
    margin-bottom: 0px !important;
    padding: .70rem 1.25rem !important;
}
.card-header a {
    color: #fff !important;
}
.card-header a:hover {
    text-decoration: none;
}
.card-header:hover {
    cursor: pointer;
}
.card {
    border: 0 !important;
}
.card-body {
    padding: 0 !important;
    padding-top: 20px !important;
}
.accordion .card-header:after {
    font-family: 'icomoon';
    content: "\e910";
    font-size: 16px;
    float: right;
    position: absolute;
    right: 20px;
    top: 12px;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e917";
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 13px;
}
.card-header {
    position: relative;
    padding-left: 10px !important;
}
.accordion {
    margin-bottom: 20px;
}


/* Mega Menu */
#megaMenuWrapper {
    position: relative;
    display: none;
}
.active {
    font-weight: bold;
    color:  #1226AA !important;
    text-decoration: none;
}
.mm-panel .active {
    font-weight: bold;
    color:  #000 !important;
    text-decoration: none;
}
#megaMenu {
    background: #fff;   
    z-index: 1100;
    width: 100%;
    position: absolute;
    color: #000;
    top: 131px;
    border-top: 1px solid #E9E9E9;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
}

#dnn_dnnSearch2_cmdSearch {
    padding-top: 13px;
    font-size: 24px;
    padding-right: 10px;
    color: #7D7D7D;
}

.dnnSearchBoxPanel, .dnnSearchResultPanel {
    max-width: none;
    background: #fff;
}
.dnnSearchResultPanel {
    margin-top: 15px;
}
.dnnSearchResultPanel .dnnRight {
    margin: 0;
}
.dnnSearchBoxPanel .dnnSearchBox {
    height: 50px;
    margin: 0;
    border: 0;
}
#dnnSearchResult_dnnSearchBox_input {
    height: 42px;
    width: 100%;
    padding-left: 10px;
}
.dnnSearchBoxPanel {
    background: #fff;
    height: 50px;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: 0px 0px 10px #3131314D;
}
.dnnSearchBox_advanced {
    display: none;
}
.dnnSearchBox > .dnnSearchBox_advanced {
    height: 46px;
}
.dnnSearchBox > .dnnSearchBox_advanced > .dnnSearchBox_advanced_label {
    height: 45px;
    line-height: 40px;
    margin-right: 15px;
}
.dnnSearchResultPager span {
    color: #313131;
    font-size: 15px;
}
.dnnSearchBox > a.dnnSearchButton {
    width: 33px;
    height: 33px;
}
.dnnSearchBox > a.dnnSearchButton {
    /*background-image: none; */
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li {
    border: 2px solid #1919A6;
    border-radius: 31px;
    background: transparent;
    background-image: none;
    margin-right: 10px;
    opacity: 0.4;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li > a, .dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a, .dnnSearchResultPanel .dnnSearchResultSortOptions > li.active > a:hover {
    background: transparent;
    color: #1919A6;
    font-weight: bold;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
}
.dnnSearchResultSortOptions li.active {
    opacity: 1;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions {
    border: 0;
}
.dnnSearchResultPanel .dnnSearchResultSortOptions > li:first-child {
    border-left: 2px solid #1919A6;
}
.resultPages {
    background: #F2F2F2;
    border-radius: 5px;
    padding: 2px;
    display: flex;
    height: 46px;
}
.dnnSearchResultCountPerPage {
    font-size: 16px;
    margin-left: 10px; 
    margin-right: 15px;
    line-height: 40px;
}
.selectize-control.single .selectize-input {
    background: #fff;
    border-color: #b8b8b8;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
    margin-top: 6px;
    margin-right: 0px;
}
.dnnSearchResultPanel .selectize-control {
    margin-right: 5px;
}

.dnnSearchResultItem {
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
    color: #313131;
    padding-left: 20px;
}
.dnnSearchResultItem:hover {
    background: #1226AA !important;
    color: #fff;
}
.dnnSearchResultItem:hover .dnnSearchResultItem-Title a, .dnnSearchResultItem:hover .dnnSearchResultItem-Description {
    color: #fff !important;
}
.dnnSearchResultItem:hover .dnnSearchResultItem-Description b {
    color: #FFC800 !important;
}
.dnnSearchResultItem:hover .dnnSearchResultItem-Link a {
    color: #FFC800 !important;
}
.dnnSearchResultItem:hover .dnnSearchResultItem-Others span {
    color: #fff !important;
}
.dnnSearchResultItem:hover .dnnSearchResultItem-Others a {
    color: #FFC800 !important;
}

.dnnSearchResultItem:hover:before {
    color: #fff !important;
}
.dnnSearchResultItem a {
    color: #008EAA;
    font-size: 15px;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description b {
    font-weight: normal;
    color: #008EAA;
}
.dnnSearchResultItem a:hover {
    text-decoration: none;
}
.dnnSearchResultItem-Title a {
    color: #1919A6;
    font-family: DINNextLTPro-Bold;
    font-size: 24px;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description, .dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Others span {
    color: #313131;
}
.dnnSearchResultPager {
    border-top: 0px;
    margin: 0;
}
.dnnSearchResultContainer {
    margin-top: 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem, .dnnSearchResultPager.dnnSearchResultPagerTop {
    margin-bottom: 0px;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Description {
    margin: 0;
}
.dnnSearchResultContainer > .dnnSearchResultItem > .dnnSearchResultItem-Title {
    margin-bottom: 2px;
}
#searchResultsContainer {
    margin-top: 50px;
    margin-bottom: 100px;
}
.dnnSearchResultItem {
    position: relative;
}
.dnnSearchResultItem:before {
    content: "\e913";
    font-family: 'icomoon';
    position: absolute;
    right: 15px;
    font-size: 1.2em;
    color: #1226AA;
    font-weight: bold;
}

table.dataTable tbody tr.notFinal, table.dataTable tbody tr.notFinal .tableHighlight {
    background: #e2e2e2 !important;
}
.longHeaderText {
    width: 300px;
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

}




.body .dnnSortable {
    min-height: 130px!important;
}

.img-responsive {
    width: 100%;
}


.colHeader {
    font-family: "DINNextLTPro-Bold";
    font-size: 19px;
    color: #0F154C;
}
.infoTable td {
    border-top: 0 !important;
}
.infoTable tr {
    border-bottom: 1px solid #707070;
}
.bottomLine {
    border-bottom: 2px solid #0F154C !important;
}

#MarketAreaMonitor .arrows g.exit polygon.exit {
    stroke: #ffce00;
    fill: #ffce00;
}
#MarketAreaMonitor .arrows g.entry polygon.entry {
    stroke: #081151 ;
    fill: #081151 ;
}
.st2, .cls-4, .cls-3 {
    stroke: #1226AA;
    fill: #f2f2f2;
}
.whiteBackgroundBlueOutline {
	stroke: #1226AA;
	fill: #fff;
	stroke-width: 3;
	stroke-miterlimit: 10;
}
.st0 {
    stroke: #1226AA;
    fill: #1226AA;
}
.st1, .st9 {
    fill: #fff;
}
.st3 {
    stroke: #1226AA;
}
.st8 {
	fill: #D8D8D8;
}
.cls-1,.cls-9{isolation:isolate;font-size:12px;font-family:ArialMT, Arial;}.cls-1{fill:#1a171b;}.cls-2,.cls-3,.cls-4,.cls-7{fill:none;}.cls-3,.cls-4,.cls-5,.cls-6{stroke:#1226AA;stroke-width:3.4px;}.cls-3,.cls-5,.cls-6{stroke-miterlimit:10;}.cls-4,.cls-7,.cls-8{stroke-linejoin:round;}.cls-6{fill:#1919a6;}.cls-7{stroke:#d8d8d8;}.cls-7,.cls-8{stroke-linecap:round;stroke-width:2px;}.cls-8{fill:#f2f2f2;stroke:#1226aa;}.cls-10{letter-spacing:-0.11em;}
.TabButton button {
    width: 140px;
}
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    color: #008EAA !important;
    border: 2px solid #008EAA !important;
    font-weight: bold;
    font-size: 22px !important;
    background-color: #fff !important;
    top: 13px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
    color: #F63440 !important;
    border: 2px solid #F63440 !important;
    font-weight: bold;
    font-size: 22px !important;
    background-color: #fff !important;
    top: 13px !important;
    line-height: 10px !important;
    content: '-' !important;
}
tr.child .rotate {
    transform-origin: unset;
    transform: rotate(0deg);
}
table.dataTable>tbody>tr.child span.dtr-title {
    height: 15px !important;
}
table.dataTable>tbody>tr.child ul li.text-right {
    text-align: left !important;
}
.scrollContainer {
    width: 100%;
    overflow: scroll;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    color: #1226AA;
    font-weight: bold;
    font-family: DINNextLTPro-Bold;
}

/* DNN changes */

.cke_dialog {
    top: 200px !important;
}

/* Ausblenden weiterer Tabellen einträge damit sie trotzdem im Download verfügbar sind*/
#Tb_FlexiKostenbeitragVorl tbody tr {
    display: none;
}
#Tb_FlexiKostenbeitragVorl tbody tr:first-child {
    display: table-row;
}
#Tb_FlexiKostenbeitragVorl tbody tr.child {
    display: table-row;
}


#AGEVorlTb tbody tr {
	display: none;
}
#AGEVorlTb tbody tr:first-child, #AGEVorlTb tbody tr:nth-child(2) {
	display: table-row;
}
#AGEVorlTb tbody tr.child {
	display: table-row;
}

/* LinkedIn Logo */

.linkedinLogo {
	padding-top: 10px;
	text-align: center;
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 768px) {
	.footerLinks {
		line-height: 30px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


/* Event Module */

.edn_eventRegistrationModalTrigger {
	background: #1a19a5;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}

.eds_modalWrapper .eds_modalContent > h3 {
	background: #1a19a5;
	color: #fff;
}