#pageWrapper {
  max-width:100%;
	overflow-x: hidden;
} 

:root {
    --body-font-family:Open Sans;
    --body-font-color:#000000;
    --body-font-size: 1rem;
    --body-font-weight:400;
    --body-line-height:1.75;
    --body-background-color: #003c70;

    --pagewrapper-max-width:1500px;
    /*======================================
      Allgemeine Elemente
    ======================================*/
    --close-icon-font-family: "contentBLUE-basic";
    --close-icon-content: "\f121";
    --close-icon-color: #808080;
    
    /*======================================
      ÜBERSCHRIFTEN 
    ======================================*/
    --h-margin:0 0 0.5rem 0;
    --h-font-weight:200;
    --h-line-height:1.2;
    --h-font-color:#014476;

    --h1-font-size:1.8rem;
    --h1-font-color:#004476;

    --h2-font-size:1.5rem;
    --h3-font-size:1.375rem;
    --h4-font-size:1rem;
    --h5-font-size:1rem;
    --h6-font-size:1rem;

    --h1-trennlinie-height:0px;
    --h1-trennlinie-color:#063957;

    --h2-trennlinie-height:0px;
    --h2-trennlinie-color:#E8E8E8;
    /*======================================
      LINKS
    ======================================*/
    --link-color:#003c70;
    --link-color-hover:#003c70;
    --link-button-color:#003c70;
    --link-button-border:none;
    --link-button-border-radius:0rem;
    --link-button-padding:0.25rem 2.5rem;
    --link-button-hover-color:#003c70;
    --link-button-hover-background-color:#808080;
    --link-button-icon-font-family:"contentBLUE-basic";
    --link-button-icon-font-size:1.5rem;
    --link-button-icon-content:"\f111";
    --link-button-icon-padding:0 0 0 0.5rem;
    
    /*======================================
      PARSERELEMENTE
    ======================================*/
    --kicker-caption-copyright-stand-datum-font-size:0.75rem;
    --kicker-caption-copyright-stand-datum-color:#808080;
    --contentliste-symbol-color:#063956;
    --box-background-color:#cacaca;
    /*======================================
      TOPSCHUBLADE
    ======================================*/  
    --topschublade-background-color:#003c70;
    --topschublade-close-icon-color: #fff;
    
    /*======================================
      HEADER
    ======================================*/ 
    --header-border-bottom: 1px solid #004475;
    
    /*======================================
      TOOLBAR
    ======================================*/ 
	--toolbar-item-color:#004576;
	--toolbar-item-hover-color:#004576;

    /*======================================
      Hauptnavigation
    ======================================*/  
    --hamburger-button-color: #003c70;
    --hauptnavigation-link-color:#575757;
    --hauptnavigation-link-hover-active-color:#373D46;
    --level-1-border-bottom: 0px solid #ffffff;
    --level-1-border-bottom-hover: 0px solid #073957;
    --level-1-border-bottom-active: 0px solid #073957;
    --navi-flyout-border-top:1px solid #073957;
    --navi-flyout-border-bottom:1px solid #073957;
    --navi-flyout-background-color: #E8E8E8;
    --navi-flyout-link-border:1px solid #073957;
    --navi-flyout-link-background:#E8E8E8;
    --navi-flyout-link-hover-active-background:#E8E8E8;
    --navi-responsive-border-top:1px solid #073957;
    --navi-responsive-link-border:1px solid #073957;
    --navi-responsive-suche-background:#E8E8E8;
    
    --subnavi-link-color:#3c3c3c;
    --subnavi-link-background:#fff;
    --subnavi-link-border-bottom:4px solid #ffffff;
    --subnavi-link-children-background:#f2f2f2;
    --subnavi-link-hover-active-background:#073957;
    --subnavi-link-icon-font-family: "contentBLUE-basic";
    --subnavi-link-icon-color: #808080;
    --subnavi-link-icon-down-content: "\f10c";
    --subnavi-link-icon-up-content: "\f10d";
    
    /*======================================
      LISTEN
    ======================================*/
   
    --prefooter-container-alternate-background-color:#e3e3e3;
    /*======================================
      TEASER
    ======================================*/   
    --teaser-item-border-radius:0.25rem;
    --teaser-item-box-shaddow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    --teaser-item-mit-hintergrundfarbe-font-color:#ffffff;
    --teaser-item-mit-hintergrundfarbe-background-color:#004475;
    --teaser-second-item-mit-hintergrundfarbe-background-color:#004475;
    
    --teaser-item-trenner-background-color: #063956;
   
    /*======================================
      FORMULARE
    ======================================*/
    --form-elements-font-color:#000;
    --form-elements-border:1px solid #063956;
    --form-elements-border-radius: 0rem;
    --form-elements-padding: .375rem .75rem;
    
    --checkbox-and-radio-ckecked-background-color:#063956;
    --checkbox-and-radio-ckeckmark-background-color:#c5ced4;

    --form-submit-color:#063956;
    --form-submit-border:1px solid #063956;
    --form-submit-border-radius: 0rem;
    --form-submit-border-padding: 0.25rem 2.5rem;
    
    /*======================================
      INSITE-SITEMAP
    ======================================*/
    --footer-inside-sitemap-background-color:#D0D3CC;
    --footer-inside-sitemap-font-color:#000000;
 
    /*======================================
      FOOTER
    ======================================*/
    --footer-background-color:#003c70;
    --footer-font-color:fff;
}

.article h2 {
	color:#003c70!important;
}


footer .footer a,
footer .footer{
    color:#fff;
}

/****Anpassungen****/

.logo img {
    max-width: 190px;
    height: auto;
	padding-top: 10px;
}

.container-fluid {
    border-bottom: 1px solid #004475;
}

header {
    padding-top: 30px;
	border-bottom: none;
}


.hauptnavigation {
	margin-top: -30px;
}

.hauptnavigation ul.level-1 > li > a {
    float: left;
    padding-top: 0px;
    padding-bottom: 20px;
	border-bottom: 10px solid #fff;
}

.article {
	margin-top: 40px;
}


li.suche {
	display: none !important;
}

.hauptnavigation {
	padding-right: 0px;
}

.hauptnavigation ul.level-1 > li > a {
	margin-right: 0px;
}

/*.hauptnavigation .wrapper-level-2#item-3 {
	top: 21px;
	display: block !important;
}*/

footer #inside-sitemap ul li li {
    padding-top: 10px;
}

.prefooter-container-row.teaserdownloads {
	background: var(--footer-background-color);
}
.prefooter-container-row.teaserdownloads li * {
	background:#f2f2f2;
}
.prefooter-container-row.teaserdownloads li a.more {
	font-weight:600;
	display:block;
	margin-top:15px;
}
.prefooter-container-row.teaserdownloads li div h3 {
	margin-top:20px;
}
.prefooter-container-row.teaserdownloads img {
	max-height:145px;
	width:auto;
	margin:-25px auto auto auto;
	float:none;
}

.overlay .button {
    color: #fff !important;
	background-color: #024374;
    border: 2px solid #024374 !important;
}

.overlay .button:hover {
    color: #fff !important;
	background-color: #003c70!important;
    border: 2px solid #003c70!important;
}

#breadcrump {
	margin-top: -14px;
}

#breadcrump a {
	display: inline-block;
	height: 50px;
	padding-top: 0px;
	padding-left: 20px;
	color: #444;
}

#breadcrump a:first-child {
	padding-left: 0px;
}
.article {
	margin-top:0;
}
#breadcrump + .container {
    padding-top: 25px;
}
.tuerkies-layer + #content > .container > .row {
    padding-top: 20px !important;
}
.eck-row{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.toolbar li a span,
.toolbar li input{
    font-size:13px;
}

#toolbar_search {
    position: absolute;
    right: 15px;
    top: 40px;
}
#toolbar_search input{
    float:right;
    width:auto;
    border-radius:unset;
    padding:10px;
    border: 1px solid #9b9fa1;
}
#toolbar_search input + input{
       margin-right: 10px;
       color: #575757;
       width: 423px;
       /*text-transform: uppercase;*/
       font-size: 13px;
}
#toolbar_search input +input:hover{
 cursor: pointer;
}
#toolbar_search input[type="submit"] {
     background-color: #003c70;
     border: 1px solid #003c70;
     color: #fff;
     padding: 10px 20px;
     text-transform: uppercase;
     font-size: 13px;
}

#toolbar_search input[type="submit"]:hover {
     border: 1px solid #808080;
     color: #fff;
     padding: 10px 20px;
     text-transform: uppercase;
     font-size: 13px;
}

.toolbar li a.logout,
.toolbar li a.mitgliederservice-login {
    background-color: #003c70;
    padding: 34px 14px 20px 12px;
    margin-top: -24px;
}
.toolbar li a.logout:hover,
.toolbar li a.mitgliederservice-login:hover {
     background-color: #808080;
}
.toolbar li a.logout span,
.toolbar li a.mitgliederservice-login span {
    color: #fff !important;
}

.toolbar li a img {
    margin-top: -10px;
    padding-right: 5px;
}

#inside-sitemap li li a{
    font-size:13px;
}
.ansprechpartner img {
	margin-right:0;
	margin-top: 0px !important;
}
.liste li div h3 {
       display:block; 
}
.liste li div h3, .teaser li div h3 {
    line-height: 1.5;

}
.logo a {
    display: block;
    float: left;
    position: relative;
    z-index: 9999;
}
.offset-md-0 {
	margin-left: auto;
}
.eventDetails {
	margin-top:30px;
}

@media (min-width: 769px) {
	.hauptnavigation a {
		font-size:18px;
        font-weight: 400;
	}
	.hauptnavigation div.wrapper-level-2 > ul > li a{
		font-size:14px;
		color:#575757;
	}
	.ansprechpartner img {
		margin-right:0;
		margin-top: 10px !important;
	}
}
@media (min-width: 1200px) {
	.overlay {
		margin-left: -40px;
	}
}
@media (min-width: 769px) and (max-width: 1199px) {
	.hauptnavigation {
		margin-top: 1rem;
	}
}
@media (min-width: 769px) and (max-width: 919px) {
	#toolbar_search #searchInputbox {

	}
	.logo img {
		max-width: 150px;
	}
   .hauptnavigation ul.level-1 > li > a {
       margin-right: 5px;
       margin-left: 5px;
   }
}
@media (min-width: 769px) and (max-width: 800px) {
   .hauptnavigation ul.level-1 > li > a {
       font-size: 17px;
   }
   .hauptnavigation ul.level-1 > li > a {
    background-position: 0px 5px;
    }
}
@media (min-width: 769px) {
	 .hauptnavigation .wrapper-level-1 .wrapper-level-2{ 
		display:none;
	}
	 .hauptnavigation ul.level-1 > li > a.activated, .hauptnavigation ul.level-1 > li:hover > a {
		border-bottom: var(--level-1-border-bottom-hover);
	}
	 .hauptnavigation li.level-1:hover > .wrapper-level-2{ 
		display:block !important;
	}
	 .hauptnavigation ul.level-1 > li {
		position:relative;
	}
	 .hauptnavigation .wrapper-level-2{ 
		left:15px;
		top:52px;
		width:auto;
	}
	
	.hauptnavigation .wrapper-level-2 .level-2.has-children .wrapper-level-3{ 
		display:none;
	}
	.hauptnavigation > div ul li.level-2 > a > .icon-up, .hauptnavigation > div ul li.level-2 > a > .icon-down {
		display: block;
	}
	.hauptnavigation .wrapper-level-2 {
		min-width: 280px;
	}
	.hauptnavigation .icon-down, .hauptnavigation .icon-up, .hauptnavigation .icons8-lock {
		right: 10px;
		font-size: 24px;
		width: 38px;
		height: 38px;
		top: 1px;
		line-height: 38px;
		background: inherit !important;
	}
	
	.hauptnavigation  ul.level-1 > li:nth-last-child(2) .wrapper-level-2,
	.hauptnavigation  ul.level-1 > li:nth-last-child(3) .wrapper-level-2 {
		right: 0;
		left: initial;
	}
	.hauptnavigation > div ul li.level-2 a > .icon-up:after, 
	.hauptnavigation > div ul li.level-2 a > .icon-down:after {
		content: var(--subnavi-link-icon-up-content);
		font-family: var(--subnavi-link-icon-font-family);
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		color:#000;

	}
	.hauptnavigation > div ul li.level-2 a.active > .icon-up:after, 
	.hauptnavigation > div ul li.level-2 a.active > .icon-down:after {
		color:#fff;
        content: '' !important;
	}
    .hauptnavigation > div ul li.level-2 a > .icon-up:after,
	.hauptnavigation > div ul li.level-2 a > .icon-down:after {
		content: '' !important; //var(--subnavi-link-icon-down-content) !important;;
	}
	 .hauptnavigation .parent {
		display:none !important;
	}
	
	 .hauptnavigation div.wrapper-level-2 > ul > li {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.hauptnavigation div.wrapper-level-2 > ul > li a {
		padding-left: 0;
		padding-right: 35px !important;
	}
	
	.hauptnavigation div.wrapper-level-4 > ul.level-4 > li a {
		padding-left:40px !important;
	}
	.subnavigation ul li a {
		padding-right:40px;
	}

	.subnavigation ul li.has-children > a::after {
		margin-right:-30px;
	}
}

@media (max-width: 1199px){
          /*#header .slider .overlay-text, #header .slider .overlay-text div, #header .slider .overlay-text p {
    background: none !important;
    width:100% !important;
    height: auto;
  }*/


    body.neu-index-html #content,
    body.index-html #content {
      padding-top: 50px;
      background: #003c70 !important;
      color: #fff;
      width: 100%;
      border-top: 10px solid #fff;
    }
}
@media (min-width: 769px) and (max-width: 991px){
    .container-logo-toolbar,
    .hauptnavigation,
	#breadcrump,
    .container {
        max-width: 720px;
        max-width: calc(100% - 30px);
    }
	.marginalspalte,
	.contentspalte {
		max-width: calc(100% - 80px);
	}

}
@media (max-width: 769px){
	.marginalspalte,
	.contentspalte {
		margin-left:auto !important;
	}
	.marginalspalte,
	.contentspalte {
		margin-right:auto !important;
	}
}

@media (max-width: 768px){
	.hauptnavigation {
		margin-top: 10px;
	}
    
    .hauptnavigation .toolbar > ul > li, .hauptnavigation > div > ul li.level-1 a {
        padding-left: 10px !important;
        box-sizing: border-box;
        padding-right: 10px !important;
    }
    #toolbar_search {
        width: 100%;
        position: static;
    }
    .sucheSubmitBox {
        float: right !important;
        cursor:pointer;
    }

}
@media (max-width: 640px){
	.logo img {
		max-width: 190px !important; 
	}
	#breadcrump a:first-child {
		padding-left: 0px !important;
	}
	/*.overlay {
		width: 100%;
		margin-top: 25px;
		background-color: #003c70;
		margin: auto auto;
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 20px;
		padding-right: 20px;
	}*/
}

@media (max-width: 380px){
	.logo img {
		max-width: 175px !important; 
	}
}
.cmb nav.subnavigation ul:first-child {
	margin-bottom:0px;
	border-bottom:10px solid #fff !important;
}
@media (max-width: 980px) {
	nav.subnavigation {
		display:none;
	}
}
table.content tr:first-child {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 400 !important;
}
table.content tr td {
	border: 1px solid #c3cacd;
}
table.content tr:hover {
    background-color: #cdd7dd !important;
    color: #000 !important;
}

table.content tr p {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.image {
    display: block;
    width: 100%;
    line-height: 0;
    margin-top: 7px;
    position: relative;
}

.hinweis {
    padding:5px 15px;
    max-height: 260px;
    overflow-y:auto;
    border: var(--form-elements-border);
    border-radius: var(--form-elements-border-radius);
}

.image.image-original {
    display: block;
    width: auto;
    line-height: 0;
    margin-top: 7px;
    position: relative;
}

#query {
    margin-bottom:15px;
    
}
#toolbar_search input {
    outline:none;
}

.jquery-ui-container .ui-menu-item-wrapper.ui-state-active {
    color: var(--link-color-hover);
}
.jquery-ui-container .ui-menu-item:last-child {
    border-bottom: none;
}
.jquery-ui-container.ui-menu.ui-autocomplete {
    z-index: 9999999999;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	left:-99999999px;
}

.ui-menu {
    background:#fff;
	list-style:none;
	max-width:900px;
	border:1px solid #cacaca;
	z-index: 999999;
}
.ui-menu-item {
	padding-top:4px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #cacaca;
}
#newsletterformular #captchaSum-label {
    display:none;
}
body.index-html h1,
body.index-html h2,
body.neu-index-html h1,
body.neu-index-html h2 {
    text-align: center;
}
body.index-html .overlay-text > h2,
body.neu-index-html .overlay-text > h2 {
    text-align: left !important;
}

.teaser-icons *,
.teaser-icons *:hover,
.teaser-icons *:focus {
    background:transparent !important;
    width:100%;
    text-align:center;
    outline:none;
}
.teaser-icons *:hover,
.teaser-icons *:focus {
    text-decoration:underline;
    outline:none;
    box-shadow:none !important;
}
.teaser-icons .teaser-container li {
    margin-left:0%;
    margin-right:0%;
}

.teaser-icons.teaser li > div,
.teaser-icons.teaser li div img {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.teaser-icons.teaser li > div:first-child {
    height:auto;
}
.teaser-icons.teaser img {
    max-width: 250px;
}
.teaser-icons.teaser.teaser li div > * {
    padding:0;
}
.teaser-icons.teaser.teaser .as-table {
    display:table;
    height: 100%;
}
.teaser-icons.teaser.teaser .as-table-cell {
    display:table-cell;
    vertical-align:middle;
    padding:0;
}
@media (min-width: 992px) {
    .teaser-icons .teaser-container li:first-child{
        margin-left:10%;
    }
}

.teaser-logos {
    background:#003c70;
}    
.teaser-logos *,
.teaser-logos *:hover,
.teaser-logos *:focus {
    color:#fff !important;
    background:transparent !important;
    width:100%;
    text-align:center;
    outline:none;
}
.teaser-logos *:hover,
.teaser-logos *:focus {
    text-decoration:underline;
    outline:none;
    box-shadow:none !important;
}
.teaser-logos .teaser-container li {
    margin-left:0%;
    margin-right:0%;
}

.teaser-logos.teaser li > div,
.teaser-logos.teaser li div img {
    margin-top:0 !important;
    margin-bottom:0 !important;
}
.teaser-logos.teaser li > div:first-child {
    height:auto;
}
.teaser-logos.teaser h3 {
    padding-top:0;

}

.teaser-logos.teaser ul {
    margin-bottom:0 !important;
}
.teaser-logos.teaser img {
    max-width: 250px;
}
.teaser-icons.teaser h2,
.teaser-logos.teaser h2 {
    text-decoration:none !important;
}
@media (min-width: 992px) {
    .teaser-logos .teaser-container li:first-child{
        margin-left:14%;
    }
}
#pageWrapper .uebersicht.button {
    padding-bottom:7px;
}
#pageWrapper .uebersicht.button::after {
   display:none;
}
.top-schublade .close {
  position: absolute;
  top: 17px;
  right: 1rem;
  z-index: 9999999;
  border: 2px solid #fff;
  height: 30px;
  width: 30px;
}
.top-schublade .close::after {
  font-family: var(--close-icon-font-family);
  content: '\f10d';
  margin-top: -10px;
}

@media (min-width: 769px) {
    .hauptnavigation .icons8-oben-eingekreist::before {
        content: "\f10d";
    }
    .hauptnavigation .icons8-unten-eingekreist::before {
        content: "\f10c";
    }
}

.slick-dots li button::before {
    content: '▪';
}
.prefooter-container-row:nth-child(2n), .prefooter-container-row:nth-child(2n) {
  background-color: transparent;
}

@media (max-width: 768px) {
  #toolbar_search {
    width: 100%;
    position: static;
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 5px;
  }
  .toolbar ul li:last-child {
      background:#003c70;
  }
  .toolbar li a img {
      margin-top: -3px;
      padding-right: 5px;
      max-width: 25px;
      float: left;
    }
    #toolbar_search input#searchInputbox {
       margin-left:10px;
       float: left;
       width: calc(100% - 126px);
    }
    
    #toolbar_search input.sucheSubmitBox {
        margin-right:10px;
    }
}
.liste-mitglieder .pagination ul li,
.liste-mitglieder .top-paginator ul li {
    list-style:none;
}
.teaserAnsprechpartner {
    background:#003c70;
}
.teaserAnsprechpartner .teaser{ 
    padding-bottom:0 !important;
}
.teaserAnsprechpartner * {
    background:transparent !important;
    color:#fff !important;
}
.teaserAnsprechpartner img{
    margin-top: 10px !important;
    margin-bottom: 0;
}
.teaserAnsprechpartner *:hover {
    box-shadow: none !important;
}
.teaser-logos .trenn-line,
.teaserAnsprechpartner .trenn-line,
.teaser-icons .trenn-line {
    display:none;
}

.teaser-logos .liste li > div, 
.teaser-logos.teaser li > div,
.teaser-icons .liste li > div, 
.teaser-icons.teaser li > div,
.teaserAnsprechpartner .liste li > div, 
.teaserAnsprechpartner.teaser li > div {
  background-color: #e2e9f0;
  padding-top: 20px;
  padding-bottom: 0px;
}

/*======================================
  KARTE
======================================*/
.map-wrapper {
    display: block;
    max-width: 460px;
    margin: 0 auto;
}
.map-pois {
    margin-top: -15px;
    margin-left: 53px;
}
.liste-map {
    border-top: 1px solid #fff;
    margin-top: 25px;
}

.list-switcher {
    margin-bottom: 20px;
    border-bottom: 1px solid #003060;
    height:42px !important;
}

.list-switcher a {
    color: #003060;
    float: left;
    font-weight: 300;
    height: 43px;
    line-height: 32px;
    position: relative;
    text-align: center;
    text-transform: normal;
    border-bottom: 1px solid #003060;
    color: #003060;
    font-size: 14px;
    font-weight: bold !important;
    width: 25%;
    border:none;
    margin-right: 5px;
    padding-right: 2px;
    padding-left: 2px;
    margin-top: -1px;
}

.list-switcher a:hover{
    color: #003060 ;
    text-decoration: none;
}
.list-switcher a.karte-anzeigen span,
.list-switcher a.liste-anzeigen span{
    margin-bottom:8px;
    display:inline-block;
    background:#003060;
    color:#fff;
    height: 34px;
    width: 100%;

}
.list-switcher a.liste-anzeigen.active,
.list-switcher a.karte-anzeigen.active {
    border-left: 1px solid #003060;
    border-right: 1px solid #003060;
    border-bottom:1px solid #fff;
    border-top: 1px solid #003060;
    background:#fff;
    color:#003060;
}
.list-switcher a.liste-anzeigen.active span,
.list-switcher a.karte-anzeigen.active span{
    background:#fff;
    color:#003060;
}

.point {
    width:15px;
    height:21px;
    position: absolute;
    display: block;
}

.point:hover .point-flyout{
    display:block !important;
}

.point-flyout {
    width:240px;
    max-height:300px;
    padding:15px;
    overflow-y:auto;
    background: #fff;/*rgba(255, 255, 255, 0.8) none repeat scroll 0 0;*/
    border: none;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.4);
    z-index: 200;
    position:absolute;
}

.point-flyout .point-flyout-head {
    background: #f0f1ef;
    font-size: 15px;
    border: none;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 5px;
    text-transform: none;
}

.point-flyout .item-titel {
    font-weight: bold;
}

.point-flyout .item-description {
    background-image: linear-gradient(to top, transparent 0%, #f0f1ef 100%);
    float: left;
    padding: 5px 5px 0px 5px;
    width:100%;
}
.point-flyout .item-wrapper a{
    margin-bottom:5px;
     margin-top:5px;
     float:right !important;
     display:inline-block;
}
.liste-map img { 
    max-width:100%;
    height:auto;
}

article .kicker {
    display:none;
}
.top-schublade section.teaser {
    float:left;
    width:100%;
}
.top-schublade section.teaser #formname-label {
    display:none;
}
.top-schublade section.teaser h2 {
    text-align:left;
}
.top-schublade section.teaser #logout {
  -webkit-appearance: none;
  width: 100%;
  display: inline-block;
  color: var(--form-elements-font-color);
  background-color: #fff;
  border: var(--form-elements-border);
  border-radius: var(--form-elements-border-radius);
  padding: var(--form-elements-padding);
  cursor:pointer;
}
.top-schublade #username-label,
.top-schublade #login-label,
.top-schublade #logout-label,
.top-schublade #password-label,
.top-schublade #redirectUrl-label {
    display:none;
}
.top-schublade #logout-element,
.top-schublade #login-element {
     width:30%;
}
.kontaktformular {
    max-width: 100%;
    margin:0 auto;
}
.kontaktformular #captchaSum {
    max-width:100px;
}
.kontaktformular .captcha.captcha-input {
  width: calc(100% - 150px) !important;
  margin-top: 30px;
}
.kontaktformular .captcha.captcha-aufgabe {
  width: 100px !important;
}
.kontaktformular #abschicken {
      width: 200px;
      margin-top:10px;
}

@media (min-width: 769px) {
    .top-schublade #logout-element,
    .top-schublade #login-element {
         width:25%;
    }
    .top-schublade #password-element,
    .top-schublade #username-element{
        width:50%;
    }
    .kontaktformular {
        max-width: 75%;
        margin:0 auto;
    }
}
@media (min-width: 1024px) {
    .top-schublade #logout-element,
    .top-schublade #username-element,
    .top-schublade #login-element,
    .top-schublade #rememberMe-label,
    .top-schublade #password-element {
        float:left;
        width:20%;
        margin-right:2.5%;
    }

}
/*SLIDER*/
#pageWrapper .overlay {
    margin-right:0;
    margin-left:0;
    width:calc(100% - 0px);
}
#pageWrapper .slick-list {
    padding:0 !important;
}
#pageWrapper .slick-dots,
#pageWrapper button.slick-arrow {
    display: none !important;
}
#pageWrapper .overlay * {
    line-height:180%;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
body.neu-index-html #content-container, 
body.index-html #content-container {
    padding-top: 0px;
}
@media (min-width: 1200px) {
    body.neu-index-html #breadcrump, 
    body.index-html #breadcrump {
        display:none;
    }
    body.neu-index-html #content, 
    body.index-html #content {
      padding-top: 20px;
      background: #003c70 !important;
      color: #fff;
      width: 100%;
    }
    
    #header .slick-slide img {
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      width: 100%;
    }
    #header .overlay h2 {
        text-shadow: none;
        color: #003c70;
        font-weight: 400;
    }
    #header .overlay-text, 
    #header .overlay-text div, 
    #header .overlay-text p {
        text-shadow: none;
        background-color: transparent;
        text-align: left;
        margin-top: 93px;
        color: #121212;
        padding: 0px;
        font-size: 0.9em;
        margin-top: 0px;
        margin-right: 0px;
        padding: 50px 40px;
        line-height: 160%;
        background: rgb(255,255,255,0.7);
        
    }
    #header .overlay .row {
        height: 520px;
    }
    #pageWrapper .slick-dotted.slick-slider {
        margin-bottom: -1px;
    }
    #pageWrapper .slick-dots {
        position: absolute;
        bottom:20%;
        display: block !important;
    }
    #pageWrapper .slick-dots li:first-child{
        margin-left:157px;
    }
    .slick-dots li button {
        border:none !important;
    }
    .slick-dots li button::before {
        font-family:arial;
        font-size: 68px;
    }
    .slick-dots *{
        background: transparent !important; 
    }
    .slick-dots li button::before {
        color: #024374 !important;
    }
    #pageWrapper button.slick-arrow {
      display: block !important;
    }
    #pageWrapper button.slick-prev,
    #pageWrapper button.slick-next {
        top: calc(50% - 1px);
        height: 100% !important;
    }
    #pageWrapper .slick-prev::before, 
    #pageWrapper .slick-next::before {
        content: '';
        background: url('/static/img/arrow-left.png') no-repeat;
        width: 40px;
        height: 60px;
        display: block;
    }   
    #pageWrapper .slick-next::before {
        background: url('/static/img/arrow-right.png') no-repeat;
    }
    #pageWrapper button.slick-prev:hover, #pageWrapper button.slick-next:hover {
      background: none !important;
    }
}
@media (min-width: 1919px) {
    #pageWrapper button.slick-prev {
        left:17% !important;
    }
    #pageWrapper button.slick-next {
        right:17% !important;
    }
}
@media (max-width: 1919px) {
    #pageWrapper button.slick-prev {
        left:5% !important;
    }
    #pageWrapper button.slick-next {
        right:5% !important;
    }
}

@media (max-width: 1440px) {
    #pageWrapper button.slick-prev {
        left:15px !important;
    }
    #pageWrapper button.slick-next {
        right:15px !important;
    }
}

@media (max-width: 1600px) {
    #pageWrapper .slick-dots {
        position: absolute;
        bottom:7%;
        display: block !important;
    }
}
@media (max-width: 1199px) {
    #pageWrapper .slick-dots {
        display:none !important;
    }
}
/*
    #header .overlay .container {
        padding-right: 0px;
    }

    #header .overlay h2 {
        text-shadow: none;
        color: #003c70;
        font-weight: 400;
    }

    #header .overlay h3 {
        text-shadow: none;
        color: #003c70;
        font-weight: 400;
    }

    #header .overlay-text, #header .overlay-text div, #header .overlay-text p {
        text-shadow: none;
        background-color: transparent;
        text-align: left;
        margin-top: 93px;
        color: #121212;
        padding: 0px;
        font-size: 0.9em;
    }
    #pageWrapper button.slick-arrow {
      display: block !important;
    }
    
    #pageWrapper button.slick-arrow {
        display:none !important;
    }
    #header .slider .overlay-text, #header .slider .overlay-text div, #header .slider .overlay-text p {
        margin-top: 0px;
        margin-right: 0px;
        padding: 50px 40px;
        line-height: 160%;
        background: rgb(255,255,255,0.7);
        height: 520px;
        width: 200px !important;
    }

    #header .slider .paragraphGapStyle2 {
        padding-top:0 !important;
        margin-top:0 !important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: -1px;
    }
    .slick-dots {
        position: static;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        text-align: center;
        max-width: 1140px;
        text-align:center;
        margin-top:-150px;
        z-index:999999999;
        height:25px;
    }
    .slick-dots li button {
        border:none !important;
    }
    .slick-dots li button::before {
        font-family:arial;
        font-size: 68px;
    }
    .slick-dots *{
        background: transparent !important; 
    }
    .slick-list p {
        line-height:28px;
    }
    .slick-list {
        background: #cacaca;
        line-height: 0px;
        padding: 0 !important;
    }
    .slick-slide img {
        margin: 0 auto;
        max-width: 100%;
        height: auto;
        width: 100%;
    }
    .stage-wrapper {
        position:absolute;
        left:-99999999999px;
    }

    .slick-dots li button::before {
        color: #024374 !important;
    }
}

@media (max-width: 1199px){
	#header .overlay-text h2,
	#header .overlay-text h3,
	#header .overlay-text, 
	#header .overlay-text div, 
	#header .overlay-text p {
		color:#fff !important;
		font-weight: initial;
	}
	
	#header .overlay-text p {
		font-size: 1em;
	}
	
	.slick-track {
		background-color: #003c70;
	}
	
	.slick-dots li button::before {
		color: #fff !important;
	}
	#header .overlay .container {
		padding-right: 15px;
	}
	.slick-dots {
		text-align: center;
		max-width: auto;
		margin-top: -50px;
		padding-top: 30px;
		height:80px;
		background-color: #003c70;
	}
}
*/

.buehne-link {
    display:block;
    float:right;
    margin-top:40px;
    color:#fff;
    padding:5px 15px;
    background:#003c70;
    border:1px solid #003c70;
    text-transform: uppercase;
}
.buehne-link:hover {
    color:#003c70;
    background:#fff;
}
.unternehmen .image  {
    max-width:30%;
    margin-right:20px;
}

ol.contentliste ol {
    margin-bottom:-16px;
}

.slick-slider .slick-track {
    background:#003c70;
}
@media (min-width: 1200px) {
  .overlay {
    position: absolute;
    width: 100%;
    bottom: 45px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 40px;
    font-size: 1.25rem;
    background: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .liste-allgemein ul li .image ~ p {
    margin-left: 33%;
  }
}
@media (min-width: 1919px) {
  #pageWrapper .slider-copyright {
    left: 17% !important;
    line-height:21px;
    bottom: 45px;
    position: absolute;
  }
}

@media (max-width: 1919px) {
  #pageWrapper .slider-copyright {
    left: 5% !important;
    line-height:21px;
    bottom: 7%;
    position: absolute;
  }
}
@media (max-width: 1440px) {
  #pageWrapper .slider-copyright {
    left: 15px !important;
    line-height:21px;
    bottom: 10px;
    position: absolute;
  }
}
@media (max-width: 1200px) {
  #pageWrapper .slider-copyright {
    line-height:21px;
    margin-top:-40px;
    margin-left:20px;
    position: static;
  }
  .presse-positionen .liste li span.image  {
    padding-right: 0;
  }
  .presse-positionen .image-drittel {
    max-width: 40%;
  }
}
@media (max-width: 980px) {
  .presse-positionen .image-drittel {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .presse-positionen .liste li span.image  {
    padding-right: 25px;
  }
  .presse-positionen .image-drittel {
    
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .image-halb {
    width: 100%;
    max-width: 100%;
    
  }
    .presse-positionen .liste li .kicker,
  .presse-positionen .liste li h3,
  .presse-positionen .liste li p {
    width:100%;
    float:left;
  }
}

.slider-copyright span{
    display:inline-block;
    color: #ffffff;
    text-shadow: 0 0 6px #003c70, 0 0 12px #005fa3;
}

.imageZoom::after {
  margin-left: 0.9rem;
}

#breadcrump a {
  padding-left: 0px;
}
.overlay-text h2 {
  line-height: 150%  !important;
  font-size: 28px;
}

@media (max-width: 1550px) {
  .overlay-text h2 {
    line-height: 130% !important;
    font-size: 21px;
  }
}

.slider-copyright span {
  display: inline-block;
  color: #ffffff;
  text-shadow: 0 0 6px #003c70, 0 0 12px #005fa3;
} 
.article .caption-and-copyright,
.liste-allgemein .caption-and-copyright,
.slider-copyright {
  display:none !important;
}
.kicker {
  text-transform: uppercase;
}
.kicker span {
  padding: 0 !important;

}

body * {
  hyphens:auto;
}
.index-html #content *{
  text-align:center;
  color:#fff !important;
}
.index-html #content a {
  color:#fff;
}
.index-html #content a:hover {
  text-decoration:underline;
}
.index-html #content a {
  color:#fff;
}

