/*

 HINWEIS: Dies ist das von uns hinzugefügte Spezial-Anpassungs-Stylesheet für GENAU DIESEN Auftritt.

          Es können Selektoren hinzugefügt, geändert oder gelöscht werden, ABER:
            - Es werden keine UNSPEZIFISCHEN Selektoren verwendet, es sei denn, es ist genau so gewollt.
            - Es werden keine SCHÄDLICHEN Selektoren verwendet oder Konstanten umdefiniert
          Beispiele: Siehe das Textfile lies-mich-Gestalter.txt

          Beim ersten Bowline-Projekt (Brepark) schreibe ich zunächst alles in dieses File und übernehme dann
          sukzessive allgemein "Sinn machende" Einstellungen in die Systemstyles... Sammelphase, dann Sortierphase! ;-)

*/

/* FONTS */

  /* Lutz für Headlines h1 */

@font-face {
    font-family: "LutzHeadline-Regular";
    src:url("../fonts/Lutz/lineto-lutzheadline-regular.eot");
    src:url("../fonts/Lutz/lineto-lutzheadline-regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Lutz/lineto-lutzheadline-regular.woff2") format("woff2"),
        url("../fonts/Lutz/lineto-lutzheadline-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LutzHeadline-Regularextended";
    src:url("../fonts/Lutz/lineto-lutzheadline-regularextended.eot");
    src:url("../fonts/Lutz/lineto-lutzheadline-regularextended.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Lutz/lineto-lutzheadline-regularextended.woff2") format("woff2"),
        url("../fonts/Lutz/lineto-lutzheadline-regularextended.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

  /* AutoPro sonst */

@font-face {
  font-family: 'AutoPro-Light';
  src: url('../fonts/AutoPro/AutoPro-Light.eot?#iefix') format('embedded-opentype'),
     url('../fonts/AutoPro/AutoPro-Light.woff2') format('woff2'),
     url('../fonts/AutoPro/AutoPro-Light.woff') format('woff'),
     url('../fonts/AutoPro/AutoPro-Light.ttf') format('truetype'),
     url('../fonts/AutoPro/AutoPro-Light.svg#AutoPro-Light') format('svg');
}

@font-face {
  font-family: 'AutoPro-Regular';
  src: url('../fonts/AutoPro/AutoPro-Regular.eot?#iefix') format('embedded-opentype'),
     url('../fonts/AutoPro/AutoPro-Regular.woff2') format('woff2'),
     url('../fonts/AutoPro/AutoPro-Regular.woff') format('woff'),
     url('../fonts/AutoPro/AutoPro-Regular.ttf') format('truetype'),
     url('../fonts/AutoPro/AutoPro-Regular.svg#AutoPro-Regular') format('svg');
}


/* ALLGEMEIN */

body, a, p, h2, h3, h4, h5, h6 {
  font-family: "AutoPro-Regular";
  font-weight: 500;
}
body, p, h1, h2, h3, h4, h5, h6 {
  color: #2e2523;
}
h1, h2, h3, h4 {
  line-height: 1.4;
}
h5 {
  font-weight: bold;
}
h1 { font-size: 28px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

@media (max-width: 767px) {
  h1 { font-size: 25px !important; }
  h2 { font-size: 18px !important; }
  h3 { font-size: 14px !important; }
  h4 { font-size: 12px !important; }
}

a {
  /* color: #9A1005; */
  color: #005089;
  vertical-align: unset;
}
p > a, #footer a {
  text-decoration: underline;
}
a:hover {
  color: #9A1005 !important;
}
table a {
  color: #2e2523;
}

p {
  line-height: 1.5em;
}
p + p {
  margin-top: 0.5em;
}
p + h2, p + h3, p + h4 {
  margin-top: 0.8em;
}
.ce-textpic h2, .ce-textpic h3, .ce-textpic h4 {
  margin-bottom: 0.15em;
}

.table-responsive > table {
  width: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.075);
}
.table-responsive td a {
  text-decoration: underline;
}
p, table th, table td, .toggle.bordered div.toggle-header > a {
  font-size: 16px;
  font-weight: 500;
}
table.striped tr:nth-child(2n) > td {
  background-color: #e9e5e6;
}
.main-section table th, .main-section table td {
  padding: 5px 15px;
}
.main-section table > thead th {
  font-weight: bold;
  border: none;
}
.main-section table > thead {
  background: #005089;
  color: white;
}

/*Karriere*/

.karriere-element {
  background-color: #005089;
  margin: 20px 0;  
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
}  

.karriere-element>.karriere-header {
  padding: 15px 0 25px 0;
}

.karriere-element>.karriere-header>h2, .karriere-element>.karriere-header>p, .karriere-element>.karriere-header>p>a {
  color: white;
  text-align: center;
}

/* .karriere-element>.karriere-header>p {
  font-size: 1rem;
} */

.karriere-element>.karriere-header>h2 {
  text-transform: uppercase;
}

.kerriere-text-icon-wrapper {
  background-color: white;
  color: black;
  padding: 20px;
  border: 5px solid white;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .120);  
  display: flex;
  gap: 20px;
}

.kerriere-text-icon-wrapper h2 {
  color: black;
  text-transform:initial!important;
  margin-bottom: 10px;
}

.brepark-image {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .120);  

}

.brepark-image img {
  width: 50px;
  height: auto;
}

.brepark-text-button button {
  text-transform: uppercase;
  padding: 5px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .120);  
  border: none;
}

.brepark-text-button a {
  color: black;
}




/*TextPic-Slider*/

.textpic-slider {
  width: 100%;
}

/* .textpic-slider .owl-dots {
  margin-bottom: 20px;
} */

.owl-carousel.color-white {
  background-color: white;
}

.owl-carousel.text-carousel.color-white {
  background-color: white;
  border: 2px solid #428bca;
}

.owl-carousel.color-grey {
  background-color: #f5f5f5;
}

.owl-carousel.color-blue {
  background-color: #005089;
}

.pic-slider-wrapper .image-wrapper  {
   flex-basis: 40%;  
   width: 100%;
   height: auto;
   /* display: flex;
   justify-content: center;
   align-items: center; */
   padding: 30px 0;
}

.textpic-slider-wrapper>.header-wrapper {
  margin: 20px 0; 
}

.textpic-slider-wrapper .header-wrapper h1, 
.textpic-slider-wrapper .header-wrapper h2, 
.textpic-slider-wrapper .header-wrapper h3, 
.textpic-slider-wrapper .header-wrapper h4 {
  color: #005089;
}

.header-wrapper h2>a, .header-wrapper-2 h2>a {
   font-weight: 700;
}

.header-wrapper-2 h2 {
  text-align: center;
}

.owl-carousel.color-blue .pic-slider-wrapper-3 a, .owl-carousel.color-blue .pic-slider-wrapper-3 p {
  color: white;
}

.pic-slider-wrapper .text-wrapper {
  flex-basis: 60%;
  padding: 0 20px 0 40px;
}

.pic-slider-wrapper .image-wrapper img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.pic-slider-wrapper-3 .header-icon-wrapper{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.pic-slider-wrapper-2 .image-wrapper-2 img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.pic-slider-wrapper-2 .image-wrapper-2 {
  width: 100%;
  height: auto;
  padding: 30px;
}

.pic-slider-wrapper-2, .pic-slider-wrapper-3 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.pic-slider-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: 30px;
}

.textpic-slider .owl-carousel {
  position: relative;
}

.textpic-slider .owl-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;  
    height: 20px;   
    align-items: center;   
}

.textpic-slider .owl-dots {
  position:unset;
  width: unset;
}


.nav-btn.next-slide::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.28em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;
  left: 0;
	transform: rotate(45deg);
  color:#666;
}

.nav-btn.prev-slide::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.45em;
	left: 0.15em;
	position: relative;
	top: 0.28em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.45em;  
  left: 0;
	transform: rotate(-135deg);
  color: #666;
}


@media (max-width: 480px) {
  .pic-slider-wrapper {
   flex-direction: column;
  }

  .pic-slider-wrapper-2 {   
    padding: 20px;
  }

  .pic-slider-wrapper-2 .image-wrapper-2 {   
    padding: 10px;
  }
  
}

#c1717 .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
  padding-left: 0;
}

#c1718 {
  padding-left: 15px;
}

.ce-bodytext ul {
  padding: 0;
  margin: 5px 0;
}
.ce-bodytext ul > li {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  padding: 0px;
  letter-spacing: 1px;
  margin-left: 20px;
}
.ce-bodytext ul > li::before {
  background: #005089;
  content: '';
  /* width: 16px;
  height: 1px; */
  width: 5px;
  height: 5px;
  float: left;
  margin: 12px 15px 0 -20px;
  border-radius: 50%;
}
.main-section ul a {
  text-decoration: underline;
}

  /* Bootstrap-Erweiterungen / Fixes */

.container-wide { /* .container-fluid: 1440, .container: 1170 */
  max-width: 1580px
}
.container-fluid {
  position: relative;
}
.container .container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:  flex;
  flex-wrap: wrap;
}
.row-eq-height > div[class*="col-"] > div {
  height: 100%;
}
@media (min-width: 1200px) {  /* lg */
  .col-lg-6 { width: 49.92%; }
  .col-lg-4 { width: 33.3%; }
}
@media (min-width: 992px) {  /* md */
  .col-md-6 { width: 49.92%; }
  .col-md-4 { width: 33.3%; }
}
@media (max-width: 480px) {
  .main-section div:not(.sitemap) .container, .main-section div:not(.sitemap) .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-section div:not(.sitemap) div[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 360px) {
  .main-section div:not(.sitemap) .container, .main-section div:not(.sitemap) .container-fluid {
    padding-left: 7px;
    padding-right: 7px;
  }
  .main-section div:not(.sitemap) div[class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
  }
}

  /* Eigene Responsive Indication / Additions */

#respo {
  display: none !important;
  width: 10px;
}
@media (max-width: 1199px) {
  #respo { width: 8px; }
}
@media (max-width: 991px) {
  #respo { width: 6px; }
  .main-menu > ul > li.sfHover .sub-menu a:hover:after {
    left: -12px !important;
  }
  .nav-menu > ul > li.sfHover .nav-sub-menu a:hover:after, .nav-menu-mobile > ul > li.sfHover .nav-sub-menu a:hover:after {
    left: -12px !important;
  } 
}
@media (max-width: 767px) {
  #respo { width: 4px; }
}
@media (max-width: 480px) {
  #respo { width: 2px; }
}
@media (orientation: landscape) {
  #respo { letter-spacing: 4px; }
}
@media (orientation: portrait) {
  #respo { letter-spacing: 2px; }
}

/* PANELS */

/* Such-Panel */
.searchbar.panel.fullscreen {
  background-color: rgba(58, 55, 53, 0.92);
}
#hideSearchBar {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .searchbar.panel input {
    width: 80%;
    margin: -25px 0 0 -40%;
  }
  .panel.fullscreen .panel-close-btn {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .searchbar.panel input {
    margin: -25px 0 0 -30%;
  }
}

/* PARKPLATZ-ANZEIGE */

#parking, #zob {
  position: fixed;
  z-index: 40;
  top: 120px;
  /* left: 0px; */
  width: 100%;
  transition: top 0.4s ease, left 1s ease;
}
header.smaller + #parking, header.smaller + #zob { top: 105px; }
/* body.scrolled #parking:not(.opened), body.scrolled #zob:not(.opened) { left: 50%; } */

#parking.opened, #zob.opened { left: 0px; }
#parking:not(.opened), #zob:not(.opened) { left: 55%; }

#parking, #parking > .container, #zob, #zob > .container { height: 0px; }
#parking > .container, #zob > .container { position: relative; }
#parking-box, #zob-box {
  position: absolute;
  right: 30px;
  top: 0px;
  width: 450px;
  overflow: hidden;
  background: white;
  border: 1px;
  border-color: #e5e5e5;
  border-style: solid;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.075);
}
#zob-box {
  width: 630px;
  display: none;
}
@media (max-width: 430px) {
  #parking-box, #zob-box {
    width: 100%;
    right: 0px;
  }
  #parking-box table td:first-child,
  #parking-box table th:first-child {
    padding-left: 5px !important; 
  }
}
#parking-box .title, #zob-box .title, .departures_title p, .arrivals_title p {
  padding: 18px 22px 12px;
  background: white;
  color: #005089;
  text-align: left;
  font-size: 22px;
  font-family: "LutzHeadline-Regular";
  letter-spacing: 1px;
}
.departures_title p, .arrivals_title p {
  padding-left: 15px;
}
#parking-box table, #zob-box > table {
  width: 100%;
  max-width: 100%;
}
#parking-box table th, #parking-box table td, #zob-box table th, #zob-box table td {
  border-width: 0px;
}
#parking-box table > thead, 
#zob-box table thead  {
  background: #005089 !important;
  color: white;
}
#parking-box table th, 
#zob-box table th {
  padding: 5px 15px;
  font-weight: bold;
}
#parking-box .icon-bar {
  background: white;
}
#parking-box .icon-bar .icon {
  width: 4rem;
  margin: auto;
  padding: 0;
}
#parking-box table th:nth-child(n+2), #zob-box > table th:nth-child(n+2) {
  text-align: right;
}
#parking-box table tbody td, #zob-box > table tbody td {
  padding: 4px 0px;
  font-size: 15px;
}
#parking-box table td:first-child, #parking-box table th:first-child,
#zob-box > table td:first-child, #zob-box > table th:first-child {
  padding-left: 22px;
}
#parking-box table td:last-child, #parking-box table th:last-child,
#zob-box > table td:last-child, #zob-box > table th:last-child {
  padding-right: 22px;
}
#parking-box table tbody td:nth-child(n+2),
#zob-box > table tbody td:nth-child(n+2) {
  font-family: Arial;
  font-size: 14px;
  text-align: right;
}
#parking-box table > tbody, #parking-box table tbody td a,
#zob-box > table > tbody, #zob-box > table tbody td a {
  color: #2e2523;
}
#parking-box table > tbody, #parking-box table tbody .current td a,
#zob-box > table > tbody, #zob-box > table tbody .current td a {
  font-weight: bold;
}
#parking-box table.bremen > tbody tr:nth-child(odd) td,
#parking-box table.bremerhaven > tbody tr:nth-child(even) td,
#zob-box > table > tbody tr:nth-child(odd) td
{
  background: #e9e5e6;
}
#parking-box .footer, #zob-box > .footer {
  color: black;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
  padding: 5px 22px 8px;
}
#parking-box .footer > span, #zob-box > .footer > span {
  display: inline;
  vertical-align: top;
}
#parking-box .expand, #zob-box .expand {
  display: none;
  position: absolute;
  bottom: 3px;
  left: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #005089;
  cursor: pointer;
}
#parking-box.parkingDetailPage .expand, #zob-box.zobDetailPage .expand {
  display: block;
}
#parking-box .expand .icon, #zob-box .expand .icon {
  font-size: 23px;
}
#parking-box.expanded .expand .more, #parking-box:not(.expanded) .expand .less,
#zob-box.expanded .expand .more, #zob-box:not(.expanded) .expand .less {
  display: none;
}
#parking-box.expanded .expand .less, #parking-box:not(.expanded) .expand .more,
#zob-box.expanded .expand .less, #zob-box:not(.expanded) .expand .more {
  display: block;
}
#parking-box .close, #zob-box .close {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 18px;
  color: #005089;
  font-weight: 300;
  font-size: 26px;
  transition: opacity 0.4s ease;
}
#parking-opener, #zob-opener {
  position: fixed;
  z-index: 42;
  top: 40%;
  right: -40px;
  width: 40px;
  height: 40px;
  padding: 4px 10px 10px;
  background: #005089;
  color: white;
  font-size: 32px;
  font-weight: 700;
  cursor: pointer;
  transition: right 1s ease;
}
#parking:not(.opened) + #parking-opener, #zob:not(.opened) + #zob-opener {
  right: 0px;
}
  /* Aktuelles Parkhaus hervorheben */
#parking-box tr.current td, #zob-box tr.current td {
  font-weight: bold;
  /* background: #CCE0CF !important; */
}

@media (max-width: 1400px) {
  #parking, #zob {
    /* top: 70px; */
  }
}
@media (max-width: 991px) {
  #parking, header.smaller + #parking,
  #zob, header.smaller + #zob {
    z-index: 14000;
    top: 65px;
  }
}
@media (max-width: 767px) {
  /* body.scrolled #parking:not(.opened), body.scrolled #zob:not(.opened) { left: 120%; } */
  #parking:not(.opened), #zob:not(.opened) { left: 120%; }
  #parking, header.smaller + #parking,
  #zob, header.smaller + #zob {
    top: 60px;
  }
}
@media (max-width: 480px) {
  #parking, header.smaller + #parking
  #zob, header.smaller + #zob {
    top: 0px;
  }
}

/* HEADER */

/* Header von 100px auf 80px Höhe bringen und 135px (110px @scroll) hohes quadratisches Logo nach unten heraus ragen lassen.
Probleme gibt es hier mit der display:table(-cell) Eigenschaft, die von Bowline im Headerbereich verwendet wird.
Bitte auch auf die Höhe der Links 1. Ebene im Mainmenu unten aufpassen! */

header {
  height: 100px;
}
#logo {
  width: 135px;
  position: relative;
  left: 5px;
}
#logo > img {  /* Stufenlose Größenänderung Logo @Scroll */
  transition: height 0.15s ease, width 0.15s ease;
}
#logo > img, #logo > .logo-link {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
}
body.starts-with-content #logo > img, #logo > .logo-link {
  width: 100px;
  height: 100px;
}
header.smaller #logo > img, header.smaller #logo > .logo-link {  /* Kleineres Logo @Scroll */
  height: 66px;
  width: 66px;
}
@media (max-width: 991px) {
  .mainmenu-open header {
    z-index: 18000;
  }
  #logo, header.smaller.extended #logo {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  #logo > img, #logo > .logo-link {
    height: 80px !important;
    width: 80px !important;
  }
  header > .header-wrap {
    /*position: fixed !important; */
    background: white;
  }
  header .resp-buttons {
    line-height: 80px !important;
  }
}
@media (max-width: 767px) {
  #logo {
    left: -15px;
  }
  #logo > img, #logo > .logo-link {
    margin: 0px 10px;
  }
}
@media (max-width: 480px) {
  #logo, header.smaller.extended #logo {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  #logo > img, #logo > .logo-link {
    height: 50px !important;
    width: 50px !important;
    margin: 5px 10px;
  }
  header .resp-buttons {
    line-height: 60px !important;
  }
  .main-section {
    margin-top: 60px !important;
  }
}

 /* Nav Menu */

 .nav-menu,  .nav-menu-mobile {
  text-align: right;
  width: 100%;
}

.nav-menu > ul > li, .nav-menu-mobile > ul > li {
  display: inline-block;
  margin: 0 16px;
  line-height: 16px;
  padding: 0;

}

.nav-menu > ul > li > a, .nav-menu-mobile > ul > li > div > a {  /* Höhe der Mainmenulinks 1. Ebene der Headerhöhe anpassen */
  height: 90px;
  line-height: 95px;
  font-size: 16px;
  font-weight: 700;
  color: #2e2523;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}  

.nav-menu .nav-sub-menu, .nav-menu-mobile .nav-sub-menu {  /* Popup Submenu 2./3. Ebene: HG-Farbe etc. */
  background: rgba(255, 255, 255, 0.98);
}

.nav-menu .nav-sub-menu, .nav-menu-mobile .nav-sub-menu {
  position: absolute;
  display: none;
  z-index: 1000;
  /* background: rgba(42, 41, 41, 0.98); */
  margin: 0 auto;
  text-align: left;
  webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
} 

.nav-menu .nav-sub-menu.dropdown2,  .nav-menu-mobile .nav-sub-menu.dropdown2 { min-width: 150px; }

.nav-menu .nav-sub-menu li, .nav-menu-mobile .nav-sub-menu li { padding: 0; position: relative; }

.nav-menu .nav-sub-menu a,   .nav-menu-mobile .nav-sub-menu a {  /* Schriftgröße Mainmenu 2. Ebene und tiefer */
  font-size: 14px;
  color: inherit;
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.3;
  padding: 11px 20px; 
  text-transform: uppercase;
  letter-spacing: 1px;
  webkit-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
}

.nav-menu .nav-sub-menu.dropdown2 > li:first-child > a, .nav-menu-mobile .nav-sub-menu.dropdown2 > li:first-child > a {
  padding-top: 25px;
}

.nav-menu .nav-sub-menu.third-level {
  top: 2px;
  left: 100%;
  right: auto;
  min-width: 160px;
  border-left: 1px solid #555;
}

.nav-menu-mobile .nav-sub-menu.third-level {
  top: 2px;
  left: 0;
  right: auto;
  min-width: 160px;
  border-left: 1px solid #555;
}

.nav-menu .nav-sub-menu.third-level > li:first-child > a, .nav-menu-mobile .nav-sub-menu.third-level > li:first-child > a {
  padding-top: 25px;
}

.nav-menu > ul > li:last-child, .nav-menu-mobile > ul > li:last-child {
  margin-right: 0 !important;
}

.nav-menu .language,  .nav-menu-mobile .language {
  margin-left: 0px;
}

.nav-menu .language > a, .nav-menu-mobile .language > a {
margin-left: 16px;
}
.nav-menu .language .active, .resp-buttons .showSearchBar ~ .active, .nav-menu-mobile .language .active, .resp-buttons .showSearchBar ~ .active {
display: none;
}

.nav-menu > ul > li > ul.nav-sub-menu > li a:hover,
.nav-menu > ul > li > ul.nav-sub-menu > li a:focus,
.nav-menu-mobile > ul > li > ul.nav-sub-menu > li a:hover,
.nav-menu-mobile > ul > li > ul.nav-sub-menu > li a:focus
{
padding-left: 20px !important;
}

.nav-menu > ul > li.sfHover .nav-sub-menu a:hover:after, .nav-menu > ul > li.sfHover .nav-sub-menu a:focus:after
{
content: "\a0";
border-left: 6px solid #9A1005;
left: 8px;
position: absolute;
display: inline;

}

.nav-menu-mobile > ul > li.sfHover > div > a:before
{

  content: "\a0";
  /* border-left: 6px solid #9A1005; */
  border-left: 6px solid white;
  padding-left: 5px !important;

}

.nav-menu > ul > li.sfHover > a:before, .nav-menu-mobile > ul > li.sfHover > a:before {
content: "";
border-left: 6px solid #9A1005;
padding-left: 5px !important;
}

.resp-buttons > a#respNavTrigger2 > span {
font-size: 22px;
}

.dropdown2 {
position: relative;
}

.nav-menu .nav-sub-menu a.sf-with-ul-2:before {
display: block;
font-family: 'ElegantIcons';
position: absolute;
font-size: inherit;
content: "\35";
right: 10px;
color: inherit;
z-index: inherit;
margin-top: 1px;
}

.link-arrow-dropdown {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}

/* .menuArrow {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  margin-right: 5%;
} */

  /* Main Menu */

.main-menu > ul > li > a, .secondary-menu > ul > li > a {  /* Höhe der Mainmenulinks 1. Ebene der Headerhöhe anpassen */
  height: 90px;
  line-height: 95px;
  font-size: 16px;
  font-weight: 700;
  color: #2e2523;
}
.main-menu > ul > li.sfHover > a:before {
  content: "";
  border-left: 6px solid #9A1005;
  padding-left: 5px !important;
}
.main-menu > ul > li.sfHover .sub-menu a:hover:after, .main-menu > ul > li.sfHover .sub-menu a:focus:after,
#parking-box a:hover:after, #parking-box a:focus:after,
#zob-box a:hover:after, #zob-box a:focus:after {
  content: "\a0";
  border-left: 6px solid #9A1005;
  left: 8px;
  position: absolute;
  display: inline;
}
.main-menu .sub-menu {  /* Popup Submenu 2./3. Ebene: HG-Farbe etc. */
  background: rgba(255, 255, 255, 0.98);
}
.main-menu .sub-menu a {  /* Schriftgröße Mainmenu 2. Ebene und tiefer */
  font-size: 14px;
  color: inherit;
}
.main-menu > ul > li > ul.sub-menu > li a:hover,
.main-menu > ul > li > ul.sub-menu > li a:focus
{
  padding-left: 20px !important;
}
header.smaller .main-menu > ul > li > a, header.smaller .secondary-menu > ul > li > a, header.hasTopNav.smaller .main-menu.background > ul > li > a {
  color: #4e4543;
}

@media (min-width: 992px) {
  .main-menu { display: block; }
  .nav-menu { display: block; }
  .nav-menu-mobile { display: none; }
  .nav-menu-mobile.visible { display: none; }
}
@media only screen and (min-width: 1px) and (max-width: 991px) {
  .main-menu .sub-menu{
    margin: 0 0 0 20px;
  }

  .nav-menu .nav-sub-menu, .nav-menu-mobile .nav-sub-menu {
    margin: 0 0 0 20px;
  }

  .nav-menu-mobile.visible {
    display: block !important;
  }

  .nav-menu, .nav-menu-mobile { 
    text-align: left; 
    background-color: #fff; 
    display: none;
    width: 100% !important;
   }

   .nav-menu > ul > li, .nav-menu-mobile > ul > li {
    display: block;
    margin: 0 !important;   
  }

  .nav-menu > ul > li > a, .nav-menu-mobile > ul > li > div > a {
    color: rgba(0, 0, 0, .5) !important;
    margin: 0;
    display: block;
    width: 70%;
    height: 50px !important;
    line-height: 50px !important;
    /* border-bottom: 0;
    border-top: 1px solid #E8E8E8;
    border-radius: 0 !important; */
  }

  .menuArrow {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;   
    height: 50px;
    align-items: center;
  }

  .border-left {
    border-left: 1px solid #E8E8E8;
    border-radius: 0 !important;
  }

  .link-arrow-dropdown {
    width: 100%;   
    border-bottom: 0;
    border-top: 1px solid #E8E8E8;
    border-radius: 0 !important;
  }

 

  .nav-menu .nav-sub-menu a {
    padding: 12px 0 !important;
    border-bottom: 0;
    border-top: 1px solid #E8E8E8;
}

.nav-menu-mobile .third-level a {
  padding: 12px 0 !important;  
  border-top: 1px solid #E8E8E8;
}

.nav-menu-mobile .third-level a > span {
  padding-left: 20px;
}

.nav-menu-mobile .third-level li:last-child a {
  padding: 12px 0 !important;
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}


  .nav-menu .nav-sub-menu, .nav-menu-mobile .nav-sub-menu {
    margin: 0;
    position: relative;
    box-shadow: none !important;
    border: 0 !important; 
  }

  .nav-menu .nav-sub-menu.third-level, .nav-men-mobile .nav-sub-menu.third-level {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    border: 0;
  }


  .nav-menu-mobile > ul > li.sfHover .nav-sub-menu a:hover:after,
  .nav-menu-mobile > ul > li.sfHover .nav-sub-menu a:focus:after  
    {
    content: "\a0";
    border-left: 6px solid #9A1005;
    left: 8px;
    position: absolute;
    display: inline;
    margin-left: 20px;
    }

    .nav-menu-mobile > ul > li.sfHover .nav-sub-menu.third-level a:hover:after,
    .nav-menu-mobile > ul > li.sfHover .nav-sub-menu.third-level a:focus:after  
      {
      content: "\a0";
      border-left: 6px solid #9A1005;
      left: 8px;
      position: absolute;
      display: inline;
      margin-left: 30px;
      }

   
   .nav-menu-mobile ul>li.nav-menu-mobile-level-1.sfHover >.link-arrow-dropdown > a
      {
      content: "\a0";
      border-left: 6px solid #9A1005;
      left: 8px;      
      }

      .nav-menu-mobile .nav-sub-menu.dropdown2>li.nav-menu-level-2.sfHover >.link-arrow-dropdown a
      {
      content: "\a0";
      border-left: 6px solid #9A1005;
      left: 8px;  
      margin-left: 8px;    
      } 
}

  


  /* Sprachwähler / Language Selector */

.main-menu .language {
  margin-left: 0px;
}
.main-menu .language > a {
  margin-left: 16px;
}
.main-menu .language .active, .resp-buttons .showSearchBar ~ .active {
  display: none;
}
.resp-buttons .showSearchBar ~ a {
  margin-left: 20px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .main-menu .language { display: none; }
  .main-menu.background > ul > li:hover > a, .main-menu > ul > li > a:hover {
    color: #9A1005 !important;
  }
  .nav-menu .language,  .nav-menu-mobile .language { display: none; }
  .nav-menu.background > ul > li:hover > a, .nav-menu > ul > li > a:hover,
  .nav-menu-mobile.background > ul > li:hover > a, .nav-menu-mobile > ul > li > div > a:hover
  {
    color: #9A1005 !important;
  }

  /* #c1717 .col-lg-6.col-md-6.col-sm-12.col-xs-12 {
    padding-left: 0;
  } */
  
  #c1718 {
    padding-left: 0;
  }
}

/* CONTENT (.main-section) */

.pagebox .pagebox {
  padding: 0;
}

.main-section h1, .main-section h1 > a {
  font-family: "LutzHeadline-Regular";
  font-weight: normal !important;
  color: #005089;
}
.main-section h1, .main-section h2, .main-section h3, .main-section h4 {
  text-transform: uppercase;
  font-weight: 700;
  /* line-height: 1.1; */
}

@media (max-width: 991px) {
  .main-section {
    /*margin-top: 80px;*/
  }
}

  /* Breadcrumbs */
.main-section h1.title {
  float: left;
  line-height: 100px;
}
.sitemap h3.title, .sitemap nav.address {
  height: 100px;
  line-height: 100px;
  letter-spacing: 1px;
  font-size: 11.5px;
}
.sitemap nav.address > a {
    padding: 0 5px;
}
.main-section > .sitemap:first-child .separator {
  margin-right: 0px;
  color: #333;
}
.main-section > .sitemap:first-child .separator:last-child {
  display: none;
}
@media (max-width: 767px) {
  .main-section h1.title {
    display: block;
    float: none;
    line-height: initial !important;
    height: auto !important;
  }
  .sitemap nav.address {
    margin-top: 8px;
  }
}

  /* Textmedia allgemein */

.ce-textmedia .ce-textpic.ce-left .ce-bodytext *::after {
  clear: right;
}
.ce-textmedia .ce-textpic.ce-right .ce-bodytext *::after {
  clear: left;
}
.ce-textmedia .ce-bodytext b, .ce-textmedia .ce-bodytext stron, .ce-textmedia .ce-bodytext i, .ce-textmedia .ce-bodytext a, dd, dt, strong {
  vertical-align: initial;
}
.ce-textmedia .ce-bodytext b::after, .ce-textmedia .ce-bodytext strong::after, .ce-textmedia .ce-bodytext i::after, dd::after, dt::after, strong::after,
.multicontent-inner b::after, .multicontent-inner strong::after, .multicontent-inner i::after {
  display: inline !important;
  content: none !important;
  clear: none !important;
}
.contenttable td::after, .contenttable tr::after, .contenttable thead::after, .contenttable tbody::after, .contenttable::after, .table-wrap::after {
  content: none !important;
  clear: none !important;
}

    /* Positionierung Header / Mengentext */

.ce-textmedia h1 + .ce-textpic { margin-top: 10px; }
.ce-textmedia h2 + .ce-textpic, .ce-textmedia .header + .ce-textpic { margin-top: 5px; }

    /* Positionierungen Bilder zum Text (ce-gallery) */

.ce-textmedia .ce-intext.ce-right:not(.no-text) .ce-gallery {
  float: right;
  max-width: 35%;
  margin: 5px 0px 10px 20px;
}
.ce-textmedia .ce-intext.ce-left:not(.no-text) .ce-gallery {
  float: left;
  max-width: 35%;
  margin: 5px 20px 10px 0px;
}
.ce-gallery figcaption {
  font-size: 0.8em;
  margin: 5px 0px 0px;
}
.ce-textmedia .ce-above .ce-gallery figcaption {
  margin: 5px 0px 10px;
}
.ce-textmedia .ce-nowrap .ce-bodytext {
  overflow: hidden;
}
.ce-textmedia .ce-gallery a {
  display: block;
}

    /* Textmedia: Verschiedene HG-Farben */


.ce-textmedia.bg-11 {
  background: rgba(255,255,255,0.92) !important;
}
.ce-textmedia.bg-11:not(.no-text) p, .ce-textmedia.bg-11:not(.no-text) > *, .ce-textmedia.bg-12:not(.no-text) h1 > a {
  /* color: #444;*/
}
.ce-textmedia.bg-11:not(.no-text) h1 > a:hover {
  /* text-decoration: underline; */
}
.ce-textmedia.bg-12 {
  background: rgba(99, 88, 83, 0.92) !important;
}
.ce-textmedia.bg-12:not(.no-text) p, .ce-textmedia.bg-12:not(.no-text) > *, .ce-textmedia.bg-12:not(.no-text) h1 > a, .ce-textmedia.bg-12:not(.no-text) a  {
  color: white;
}
.ce-textmedia.bg-12:not(.no-text) a:hover  {
  color: white !important;
}
.ce-textmedia.bg-12:not(.no-text) h1 > a:hover {
  /* text-decoration: underline; */
  color: white !important;
}
.ce-textmedia.bg-13 {
  background: rgba(154,16,5,0.92) !important;
}
.ce-textmedia.bg-13:not(.no-text) p, .ce-textmedia.bg-13:not(.no-text) > *, .ce-textmedia.bg-13:not(.no-text) h1 > a, .ce-textmedia.bg-13:not(.no-text) a, .ce-textmedia.bg-13:not(.no-text) a:hover {
  color: white;
}
.ce-textmedia.bg-13:not(.no-text) h1 > a:hover, .ce-textmedia.bg-13:not(.no-text) a:hover {
  /* text-decoration: underline; */
  color: white !important;
}

.ce-textmedia.bg-14 {
  background: rgba(233, 229, 230, 0.92) !important;
}

.ce-textmedia.bg-11:not(.no-text) h1 > a, .ce-textmedia.bg-12:not(.no-text) h1 > a, .ce-textmedia.bg-13:not(.no-text) h1 > a, .ce-textmedia.bg-14:not(.no-text) h1 > a {
  font-weight: 500 !important;
  transition: font-size 0.4s ease;
}
.ce-textmedia.bg-11:not(.no-text) h1 > a:hover, .ce-textmedia.bg-12:not(.no-text) h1 > a:hover, .ce-textmedia.bg-13:not(.no-text) h1 > a:hover, .ce-textmedia.bg-14:not(.no-text) h1 > a:hover,
.ce-textmedia.bg-11:not(.no-text) h1 > a:focus, .ce-textmedia.bg-12:not(.no-text) h1 > a:focus, .ce-textmedia.bg-13:not(.no-text) h1 > a:focus, .ce-textmedia.bg-14:not(.no-text) h1 > a:focus {
  /* font-weight: 700 !important; */
  font-size: 26px !important;
}

  /* Textmedia: Teaser-Box */

.ce-textmedia-teaserbox {
  -moz-box-shadow: 4px 4px 4px rgba(64,64,64,0.13);
  -webkit-box-shadow: 4px 4px 4px rgba(64,64,64,0.13);
  box-shadow: 4px 4px 4px rgba(64,64,64,0.13);
  border-left: 1px solid rgba(64,64,64,0.09);
}
.teaserbox-header {
  margin: 5px 0px 10px;
}
.teaserbox-header > .main-header, .teaserbox-header > .sub-header {
  line-height: 1.1;
}
.teaserbox-image-link {
  display: block;
}
.teaserbox-body {
  padding: 10px 20px 50px;
}
.teaserbox-more-link {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* Textmedia in GE-Rows responsiv */

@media (max-width: 991px) {
  * + .col-sm-12 .ce-textmedia.bg-0 { margin-top: 30px; }
  * + * ~ .col-sm-6 .ce-textmedia.bg-0 { margin-top: 30px; }
}
@media (max-width: 767px) {
  * + .col-xs-12 .ce-textmedia.bg-0 { margin-top: 30px; }
  * + * ~ .col-xs-6 .ce-textmedia.bg-0 { margin-top: 30px; }
}
@media (max-width: 480px) {
  * + .col-xxs-12 .ce-textmedia.bg-0 { margin-top: 30px; }
}



/* CE Uploads (Dateiliste, Dateilinks, Downloads) */

.ce-uploads-item {
  margin-bottom: 20px;
}
.ce-uploads-image-wrap {
  width: 200px;
  margin-right: 40px;
  display: inline-block;
}
.ce-uploads-text {
  display: inline-block;
}
.ce-uploads-text > a > span {
  text-decoration: underline;
}
.ce-uploads-fileName {
  text-transform: uppercase;
}
.ce-uploads-details {
  margin-left: 0.5em;
}
.ce-uploads-details::before {
  content: "( ";
  vertical-align: middle;
}
.ce-uploads-details::after {
  content: " )";
  display: inline;
  vertical-align: middle;
}
.ce-uploads-filetype::after {
  content: ", ";
  display: inline;
  vertical-align: initial;
}

  /* Mehrfachinhalte: Accordion und Tabs */

.ce-multicontent .header {
  margin-bottom: 10px;
}
.ce-multicontent .toggle-inner {
  margin: 5px 40px 10px 20px;
}
.ce-multicontent .ce-gallery {
  float: right;
  margin: 5px 0px 12px 20px;
  max-width: 50%;
}
.ce-multicontent .text p::after {
  clear: left;
}
.ce-multicontent .pagebox, .ce-multicontent .container {
  padding: 0;
  margin: 0;
  width: auto;
  max-width: none;
}
@media (max-width: 767px) {
  .ce-multicontent .ce-gallery {
    margin: 5px 0px 12px 0px;
    max-width: 100%;
    width: 100%;
  }
}
.ce-multicontent .tabs > ul.tabs-nav > li > a {
  color: #9A1005;
  background: transparent;
  border: 1px solid #eee;
  font-size: 13px;
}
.ce-multicontent .tabs > ul.tabs-nav > li > a:hover {
  background: #eee;
}
.ce-multicontent .tabs > ul.tabs-nav > li.active > a {
  color: #9A1005 !important;
  background: #eee;
}

  /* Unter bestimmten Bedingungen Text zweispaltig anzeigen */

@media (min-width: 991px) {
 .main-section > div:not(.ge-box-two-cols):not(.ge-box-three-cols):not(.ge-box-four-cols):not(.ce-tabscontent):not(.ce-togglecontent) .ce-textmedia .ce-textpic:not(.ce-right):not(.ce-left) .ce-bodytext.not-short,
 .main-section > div:not(.ge-box-two-cols):not(.ge-box-three-cols):not(.ge-box-four-cols):not(.ce-tabscontent):not(.ce-togglecontent) .ce-textmedia .ce-textpic.no-images .ce-bodytext.not-short {
    /* Anzahl Spalten */
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
    /* Spaltenabstand */
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
 }
 .main-section > div:not(.ge-box-two-cols):not(.ge-box-three-cols):not(.ge-box-four-cols):not(.ce-tabscontent):not(.ce-togglecontent) .ce-textmedia .ce-textpic:not(.ce-right):not(.ce-left) .ce-bodytext.not-short > p,
 .main-section > div:not(.ge-box-two-cols):not(.ge-box-three-cols):not(.ge-box-four-cols):not(.ce-tabscontent):not(.ce-togglecontent) .ce-textmedia .ce-textpic.no-images .ce-bodytext.not-short > p {
    /* Kein Umbruch innerhalb eines Elements (i.d.R. <p>) */
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  break-inside: avoid-column;
  overflow: hidden;
 }
}

  /* Gridelemente bzw. Pageboxen (Bowline-Jargon) */

.pagebox {
  padding: 50px 0px;
}
.pagebox + .pagebox:not(.ge-box-bgcolor):not(.mas-gallery):not(.filter-gallery):not(.ce-header-wrap) {
  padding-top: 0px;
}
.pagebox.ge-box-bgcolor + .pagebox:not(.mas-gallery):not(.filter-gallery):not(.ge-box-bgimage):not(.ge-box-bgcolor) {
  padding: 35px 0px 0px;
}
.pagebox + .pagebox.ce-header-wrap {
  padding: 35px 0px 0px;
}
.pagebox:not(.ge-box-bgcolor):not(.ge-box-bgimage):not(:first-child):not(:nth-child(2)) + .pagebox.ge-box-bgcolor { margin-top: 50px; }
.pagebox:not(.ge-box-bgcolor):not(.ge-box-bgimage):not(:first-child):not(:nth-child(2)) + .pagebox.ge-box-bgimage { margin-top: 50px; }
.pagebox.ge-box-bg-color-1 + .pagebox.ge-box-bg-color-1 { margin-top: 50px; }
.pagebox.ge-box-bg-color-2 + .pagebox.ge-box-bg-color-2 { margin-top: 50px; }
.pagebox.ge-box-bg-color-3 + .pagebox.ge-box-bg-color-3 { margin-top: 50px; }
.pagebox.ge-box-bg-color-4 + .pagebox.ge-box-bg-color-4 { margin-top: 50px; }
.ge-box-bg-transparent { background: transparent; }
.ge-box-bg-white { background: white; }
.ge-box-bg-color-1 { background: #e9e5e6; }
.ge-box-bg-color-1 p, .ge-box-bg-color-1 h1, .ge-box-bg-color-1 h2, .ge-box-bg-color-1 h3, .ge-box-bg-color-1 h4, .ge-box-bg-color-1 h5, .ge-box-bg-color-1 h6 {
  /* color: white; */
}
.ge-box-bg-color-2 { background: #D9D6CF; }
.ge-box-bg-color-2 p, .ge-box-bg-color-2 h1, .ge-box-bg-color-2 h2, .ge-box-bg-color-2 h3, .ge-box-bg-color-2 h4, .ge-box-bg-color-2 h5, .ge-box-bg-color-2 h6 {
  color: #211B18;
}
.ge-box-bg-color-3 { background: #8f7d6d; }
.ge-box-bg-color-3 p, .ge-box-bg-color-3 h1, .ge-box-bg-color-3 h2, .ge-box-bg-color-3 h3, .ge-box-bg-color-3 h4, .ge-box-bg-color-3 h5, .ge-box-bg-color-3 h6 {
  /* color: white; */
}

.ge-box-bgimage {
  /* min-height: 70vh; */
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repat;
}
.pagebox.ge-box-bgimage {
  padding: 100px 0px;
}
.pagebox.ge-box-bgimage.ge-home-layout {
  /* background-image: url("http://brepark.iunctim.de/fileadmin/_processed_/7/6/csm_HG_start_d830a346ce.jpg"); */
  padding: 440px 0px 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
  max-width:100%;
  max-height:100%;
  width:auto;
}
.pagebox.ge-box-bgimage .ge-row > div[class^='col-'] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pagebox.ge-box-bgimage.ge-box-four-cols .ge-row > div[class^='col-']:first-child + div[class^='col-'] {
  clear: left;
}
.ge-box-bgimage .ce-textmedia:not(.no-text),
.ge-box .ce-textmedia[class*="bg-1"]:not(.no-text) {
  background: rgba(255,255,255,0.88);
  padding: 50px 35px 35px;
}
.ge-box .ce-textmedia[class*="bg-1"]:not(.no-text) {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ge-home-layout .bg-11 .main-header, .ge-home-layout .bg-12 .main-header, .ge-home-layout .bg-13 .main-header {
  text-align: center;
}

.ge-row.row {
  margin-left: 0;
  margin-right: 0;
}
.ge-box-single-col.ge-box-empty { display: none !important; }
.ge-box-two-cols.ge-box-left-empty.ge-box-right-empty { display: none !important; }
.ge-box-three-cols.ge-box-left-empty.ge-box-center-empty.ge-box-right-empty { display: none !important; }
.ge-box-four-cols.ge-box-left-empty.ge-box-midleft-empty.ge-box-midright-empty.ge-box-right-empty { display: none !important; }
.ge-box-four-cols.ge-box-left-empty.ge-box-midleft-empty.ge-box-center-empty.ge-box-midright-empty.ge-box-right-empty { display: none !important; }

.ge-row > div[class*="col-"] > * + .ce-textmedia {
  margin-top: 25px;
}
.ge-row > div[class*="col-"] > * + .ce-gmap {
  margin-top: 80px;
}




@media (max-width: 1200px) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 380px 0px 120px;
  }
}
@media (max-width: 1200px) and (orientation: landscape) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 380px 0px 100px;
  }
}
@media (max-width: 991px) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 340px 0px 100px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 340px 0px 90px;
  }
}
@media (max-width: 767px) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 310px 0px 90px;
  }
  .ge-box-bgimage .ce-textmedia:not(.no-text) {
    padding: 35px 25px 25px;
  }
  .ge-row > div[class*="col-"] > * + .ce-gmap {
    margin-top: 40px;
  }
  .pagebox {
    padding: 35px 0px;
  }
  .pagebox + .pagebox.ce-header-wrap {
    padding: 25px 0px 0px;
  }
  .pagebox:not(.ge-box-bgcolor):not(.ge-box-bgimage):not(:first-child):not(:nth-child(2)) + .pagebox.ge-box-bgcolor {
    margin-top: 20px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 270px 0px 75px;
  }
}
@media (max-width: 480px) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 270px 0px 70px;
  }
  .pagebox.ge-box-bgimage.ge-home-layout[data-bg-img-smallmobile] {
    background-position: top 60px center;
    background-size: 100% auto !important;
  }
  .ge-box-bgimage .ce-textmedia:not(.no-text),
  .ge-box .ce-textmedia[class*="bg-1"]:not(.no-text) {
    padding: 30px 15px 20px;
  }
}
@media (max-width: 480px) and (orientation: landscape) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 240px 0px 55px;
  }
}
@media (max-width: 360px) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 190px 0px 70px;
  }
  .ge-box-bgimage .ce-textmedia:not(.no-text) {
    padding: 30px 15px 20px;
  }
}
@media (max-width: 360px) and (orientation: landscape) {
  .pagebox.ge-box-bgimage.ge-home-layout {
    padding: 150px 0px 35px;
  }
}

  /* Bowline-Gallery (mas-gallery) */

span > div.prf-overlay { opacity: 0 !important; }
.mas-gallery div.prf-overlay {
  background-color: rgba(0, 50, 89, 0.75);
}
.mas-gallery .caption {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 0px 5%;
}
.mas-gallery .caption > p {
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
}
.mas-gallery .caption.caption-dark > p {
  color: black;
}
.mas-gallery .big-image .caption {
  bottom: 24px;
}
.mas-gallery .big-image .caption > p {
  font-size: 24px;
}

  /* Bowline-Filter-Gallery (mit Isotope) */

#c21 + .ce-header-wrap {
  margin-top: 40px;
}
.filter-gallery {
  margin-top: 25px;
  padding-top: 0px;
}
.filter-gallery .aside-options > a {
  font-size: 16px;
  color: #211B18 !important;
  border-bottom: 1px solid #bbb;
}
.filter-gallery .aside-options > a:hover {
  color: #005089 !important;
}
.filter-gallery .aside-options > a.active {
  border-bottom-color: #005089 !important;
  border-bottom: 2px solid;
}
.filter-gallery div.prf-overlay > .prf-overlay-obj.prf-link {
  font-size: 24px;
  line-height: 1.4;
}
.filter-gallery div.prf-overlay {
  background-color: rgba(0, 50, 89, 0.52);
}
  /* Hover-Effekt umdrehen */
.filter-gallery .prf-item:hover div.prf-overlay, .filter-gallery .prf-item:hover div.prf-overlay > .prf-overlay-obj {
  visibility: hidden;
  opacity: 0;
}
.filter-gallery div.prf-overlay, .filter-gallery .prf-item div.prf-overlay > .prf-overlay-obj {
  visibility: visible;
  opacity: 1;
}
  /* Fix wrong height calculation (thx, twa!!!) */
.filter-gallery .row .rel-pos {
  vertical-align: top;
}

@media (max-width: 991px) {
  .filter-gallery div.prf-overlay > .prf-overlay-obj.prf-link {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .filter-gallery div.prf-overlay > .prf-overlay-obj.prf-link {
    font-size: 17px;
  }
}

  /* Travel Slider */

.pagebox.travel-slider {
  padding: 50px 0px !important;
  margin: 50px 0px;
}
.travel-slider .item a > h3 > span {
  background-color: rgba(0,0,0,0.1);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .pagebox.travel-slider {
    padding: 0px !important;
    margin: 20px 0px;
  }
  .pagebox.travel-slider .owl-carousel {
    padding-bottom: 0px;
  }
  .filter-gallery {
    margin-top: 10px;
  }
  .filter-gallery .bottom-40 {
    margin-bottom: 13px !important;
  }
  .filter-gallery .aside-options > a {
    line-height: 2;
    margin-bottom: 7px;
  }
}

  /* Google Map */

.map-canvas-2 {
  max-height: 44vh;
}
.map-canvas-bigger {
  height: 650px;
  max-height: 62vh;
}
.ce-gmap .info-window {
  font-size: 16px;
}
.ce-gmap .info-window.info-window-size-big {
  height: 200px;
}
.ce-gmap .info-window.info-window-size-normal {
  height: 150px;
}
.ce-gmap .info-window .title,
.leaflet-popup .title
{
  font-weight: 700;
  font-size: 1.3em;
}
.ce-gmap .info-window a,
.leaflet-popup a
{
  color: #012D4D;
  text-decoration: underline;
}
.ce-gmap .info-window .content,
.leaflet-popup .content
{
  line-height: 1.2;
  font-size: 1.3em;
  margin-top: 10px;
}
.ce-gmap .info-window .content > p,
.leaflet-popup .content > p
{
  line-height: 1.2;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0.7em;
}
.ce-gmap .info-window .free,
.leaflet-popup .free
{
  /*display: block;*/
  margin-top: 10px;
}
.leaflet-popup .content .icon {
  width: 1rem;
  display: inline-block;
  margin-right: .3rem;
  margin-top: .4rem;
}

.ce-gmap .info-window .free .value,
.leaflet-popup .free .value
{
  margin-left: 5px;
  font-weight: bold;
}
.ce-gmap .info-window .free[data-parking-id=""] {
  display: none !important;
}
.tx-rt-osm .leaflet-container {
  z-index: 1;
}
.leaflet-container a.leaflet-popup-close-button {
  color: #555;
}
.leaflet-bar a.leaflet-disabled {
  color: #888;
}


/* Formulare allgemein */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
  line-height: 21px;
  font-size: 18px;
  background-color: #e5e5e5;
  color: #222;
}
input[type="date"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 18px;
  padding: 11px 14px;
  height: 50px;
  font-size: 18px;
  width: 100%;
  max-width: 200px;
  background-image: url(/fileadmin/public/images/form-date-calendar.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #f4f4f4;
  border: none;
}
.iOS input[type="date"] {
  height: 52px !important;
}
body.webkit:not(.mobile):not(safari) input[type="date"]:hover,
body.webkit:not(.mobile):not(safari) input[type="date"]:focus {
  background-image: none;
}
input::-webkit-calendar-picker-indicator {
  /* display: none; */
}
input[type="date"]::-webkit-input-placeholder {
  visibility: hidden !important;
}
select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  width: 90% !important;
  max-width: 300px;
  padding: 10px 12px;
  height: 50px !important;
  font-size: 18px !important;
  color: #555 !important;
}
.rounded-btn {
  height: 50px;
  font-size: 20px;
  box-shadow: none !important;
  border: none !important;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  color: black;
  text-transform: uppercase;
  background: #c3c3c3;
  border: none !important;
}
.submit-btn {
  background: #005089;
  color: white;
}
.more-btn {
  background: #005089;
  color: white;
  height: 37px;
  font-size: 16px;
  padding: 0px 15px;
  line-height: 36px;
}
label {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
    padding: 12px 15px;
  }
}


/* Powermail speziell */

.powermail_fieldwrap {
  margin-bottom: 20px;
}
.powermail_form legend {
  margin-bottom: 30px;
  font-size: 18px;
  margin-top: 10px;
}
.powermail_form fieldset.nolabel > legend {
  display: none;
}
.powermail_form .radio-button {
  float: left;
  cursor: pointer;
}
.powermail_form .radio-button:not(:first-child) {
  margin-left: 40px;
}
.powermail_form .powermail_fieldset:not(:first-of-type) legend { margin-top: 50px; }
.powermail_fieldset:only-of-type .powermail_legend { display: none; }
.parsley-required, .parsley-custom-error-message { color: #b60000; }
.powermail_fieldwrap_type_text {
  letter-spacing: 1px;
  line-height: 1.5em;
}

/* Indexed Search */

.tx-indexedsearch-searchbox fieldset {
  position: relative;
  width: 70%;
  max-width: 600px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form {
  width: 100%;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  position: absolute;
  bottom: 0px;
  left: 100%;
  margin-left: 10px;
}
.pagebox.indexedsearch-form {
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  .tx-indexedsearch-searchbox fieldset {
    width: 66%;
  }
  .tx-indexedsearch-searchbox-button-submit {
    padding-left: 10px;
    padding-right: 10px;
  }
}

  /* -- Suchergebnisse */
.searched-for-label {
  margin-right: 0.5em;
}
.searched-for-word {
  font-style: italic;
  font-weight: bold;
}
.search-info {
  margin-top: 0.7em;
}
.search-info-no-results {
  margin-top: 2em;
  color: #666;
  font-style: italic;
}
.tx-indexedsearch-res {
  margin-bottom: 25px;
}
.result-title {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 0px 0px 5px;
}
.tx-indexedsearch-result-number {
  min-width: 40px;
}
.tx-indexedsearch-description {
  margin: 0px 0px 2px;
}
.tx-indexedsearch-info > dt, .tx-indexedsearch-info > dd {
  display: inline;
  font-size: 0.85em;
  color: #666;
}
.tx-indexedsearch-info > dd > p {
  display: inline;
  margin: 0;
}
.tx-indexedsearch-info > dd {
  margin-right: 15px;
}
.tx-indexedsearch-info > dd:after:not(:last-child) {
  content: " -";
}
    /* -- Suchergebnisse - Pagination */
.tx-indexedsearch-browsebox {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  margin: 20px 0px;
}
.tx-indexedsearch-browsebox li {
  float: left;
  border: 1px solid #ccc;
  padding: 0;
}
.tx-indexedsearch-browsebox li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none !important;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: #666;
  background-color: #eee;
}


/* Owl Carousel allgemein */

.owl-carousel {
  padding-bottom: 40px;
}
.owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 20px;
  bottom: 10px;
}
.owl-dots .owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 50%;
  border: 1px solid #666;
}
.owl-dots .owl-dot.active span {
  background: #666;
}

/* NEWS */

  /* -- News-Kurzliste (templateLayout 12) */

.news-list.short-list .news-articles {
  letter-spacing: 1px;
  line-height: 1.25;
}
.news-list.short-list .news-article {
  margin-bottom: 10px;
}

  /* -- News-Langliste (10) */

.news-list.long-list .news-article {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.news-list.long-list .news-list-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.news-list.long-list .news-list-title > h3, .news-list.long-list .news-list-title > h3 > a {
  line-height: 1.15;
  color: #2e2523;
}
.news-list.long-list .news-list-image {
  display: inline-block;
  float: left;
  width: 30%;
  margin-top: 15px;
  /* max-width: 250px;
  min-width: 150px; */
}
.news-list.long-list .news-list-image img {
  width: 100%;
  height: auto;
}
.news-list.long-list .news-list-details {
  display: block;
}
.news-list.long-list .news-list-image + .news-list-details {
  display: inline-block;
  width: 68%;
  margin-left: 12px;
  margin-top: 8px;
  vertical-align: top;
}
.news-list.long-list .news-list-date {
  margin-bottom: 8px;
  color: #666;
}
.news-list.long-list .news-list-teaser {
  letter-spacing: 1px;
  line-height: 1.3;
}
.news-list.long-list .news-list-teaser p:empty {
  display: none;
}
.news-list.long-list .news-list-morelink {
  margin-top: 15px;
}
.news-list.long-list .news-list-morelink > a,
.news-backlink-wrap > a,
.news-list-title > a > span {
  text-decoration: underline;
}
.news-list.long-list .news-pagination {
}
.news-list.long-list .news-pagination ul {
  text-align: center;
}
.news-list.long-list .news-pagination ul li {
  display: inline-block;
  margin: 0px 15px;
  font-size: 20px;
}
.news-list.long-list .news-pagination ul li.current a {
  color: #888;
  font-weight: bold;
}

  /* -- News-Slider (17) */

.news-slider-item-morelink {
  margin-top: 12px;
  text-align: center;
}

  /* -- News-Einzelansicht (10) */

.news-single {
  margin-bottom: 40px;
}
.news-single .news-header h1 {
  margin-bottom: 10px;
  margin-top: 0px;
}
.news-single .news-teaser-text {
  line-height: 1.15;
  margin: 0px 0px 5px;
}
.news-single .news-teaser-text > p {
  font-weight: bold;
}
.news-single .news-list-date {
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.news-single .news-body-media {
  float: right;
  max-width: 45%;
  margin-left: 10px;
}
.news-single .news-body-media .outer {
  margin-bottom: 15px;
}
.news-single .news-body-media img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.news-single .news-body-media::after, .news-single .news-body-media div::after {
  content: none;
  clear: none;
}
.news-single .news-img-caption {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
}
.news-single .news-text-wrap p::after {
  clear: left;
}
.news-single .news-related-wrap {
  clear: both;
}
.news-single .news-related:only-child {
  width: 100%;
  display: block;
}
.news-single .news-related:nth-child(3) {
  width: 100%;
  display: inline-block;
}
.news-single .news-related {
  display: block;
  float: left;
  padding: 0;
  border: none;
}
.news-related h4,
.cal-details-extras h4 {
  margin-bottom: 15px;
  font-weight: 600;
}
.news-related-inner {
  padding: 15px;
  border: 1px solid #eee;
  height: 100%;
}
.news-single .news-related-files ul li {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .news-slider-item-title h3 {
    font-size: 17px !important;
    line-height: 1.3;
    margin-top: 5px;
  }

  .news-list.long-list .news-list-image {
    width: 40%;
  }
  .news-list.long-list .news-list-image + .news-list-details {
    width: 56%;
  }

  .news-single .news-related {
    width: 100%;
    display: block;
  }
  .news-single .news-body-media {
    max-width: 100%;
    width: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .news-list.long-list .news-list-image {
    width: 100%;
  }
  .news-list.long-list .news-list-image + .news-list-details {
    width: 100%;
    margin-left: 0px;
  }
}

/* FOOTER */

footer {
  background-color: white;
}
footer, footer p, .footer-box > p, footer .bottom-bar > h3, .footer-text * {
  color: #2e2523;
}
footer a {
  color: #005089;
}
footer a:hover {
  text-decoration: underline;
}
  /* Footer-Menu */
.footer-menu li {
  padding-top: 0;
  display: inline-block;
}
.footer-menu li:not(:last-child) {
  margin-right: 20px;
}
.footer-menu a {
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
  /* Footer-Text */
.footer-menu:first-child + .footer-text.full-w {
  clear: left;
  padding-top: 10px;
}
  /* Footer-Kontaktformular --> gestrichen! */
footer .contact-form.small.dark input[type="text"], footer .contact-form.small.dark input[type="email"], footer .contact-form.small.dark input[type="password"], footer .contact-form.small.dark textarea {
  color: white !important;
}
footer ::-webkit-input-placeholder, footer ::-moz-placeholder, footer :-ms-input-placeholder, footer :-moz-placeholder {
  color: #CCC !important;
  opacity: 1 !important;
}
footer ::-webkit-input-placeholder { color: #ddd; opacity: 1; }
footer :-moz-placeholder { color: #ddd; opacity: 1; }
footer ::-moz-placeholder { color: #ddd; opacity: 1; }
footer :-ms-input-placeholder { color: #ddd; opacity: 1; }
footer .bottom-bar {
  margin-top: 25px;
  padding-top: 18px;
}
footer .bottom-bar > h3 {
  text-align: center;
}

/* Cookie Hinweis */

/* Hintergrundfarbe(CI-Farben) */

.ccc-inner,
.ccc-outer {
  background: #FFF !important;
}

/* Schriftfarbe (#FFF oder CI-Farben)*/

.ccc-outer, .ccc-inner p,
#cccwr.ccc-right .ccc-expand,
.ccc-inner a, .ccc-inner a:hover {
  color: #005089 !important;
}

/* Schriftart (Bisher verwendete Web-Font) */

#cccwr {
  font-family: 'PT Sans', sans-serif !important;
}

/* Cookie Shadow */

.ccc-widget {
  z-index: 20000;
}
#ccc-shadow, #ccc-shadow-2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000099;
  right: 0;
  bottom: 0;
  z-index: 15000;
}
div#cccwr #ccc-icon {
  z-index: 12500;
}

/*COOKIE HINWEIS*/

#cccwr.ccc-right .ccc-outer, #cccwr.ccc-right .ccc-inner {
  border-radius: 2px !important;
  width: 100% !important;
}
#cccwr.ccc-right .ccc-inner {
  5px 5px 5px 5px !important
  width: 100% !important;
}
.ccc-widget {
  position: fixed !important;
  bottom: 0px !important;
}
/*div#cccwr.ccc-right .ccc-widget {
  left: auto;
  right: 0;
  width: 100%;
}*/
#cccwr.ccc-right .ccc-widget {
    right: auto !important;
    left: 50% !important;
    width: 700px;
    top: 25%;
    margin-left: -350px;
  border-radius: 2px;
}
.ccc-inner h2 {
  display: none;
}
#cccwr button {
  cursor: pointer;
}
.ccc-expand {
  background: #f0942b;
  border: 0;
  border-radius: no;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  bottom: 0px;
  cursor: pointer;
  font-size: 1em;
  left: 50%;
  line-height: 25px;
  margin-left: 0px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  width: 80px;
  z-index: 2;
}
.ccc-close {
  border: 0;
  height: 45px;
  position: absolute;
  /*right: 20px;*/
  text-indent: -999em;
  /*top: 15px;*/
  width: 45px;
  background: transparent;
  background-image: url(/fileadmin/user_upload/cookie_close_brepark.jpg);
  background-size: cover;
  border-radius: 0px;
  background-position: center center;
  right: 60px;
  left: auto;
  bottom: 60px;
  top: auto;
}
/*.ccc-inner p {
    padding: 8px 0px 10px 0px;
    font-size: 14px;
    font-weight: 400;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
}*/
.ccc-inner p {
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: 400;
    max-width: 85%;
    text-align: left;
    color: #005089 !important;
}
.ccc-outer {
  border: 0px solid #f0942b;
  border-radius: 0px;
  box-shadow: none;
  color: #fff;
  left: 70px;
  width: 200px;
  bottom: 30px;
}
.ccc-content {
  padding: 50px 60px 60px 60px;
}
#cccwr.ccc-right .ccc-expand {
  left: auto;
right:65px;
  top: 35px;
  bottom: auto;
  color: #fff;
  border-radius: 0px;
  background: transparent;
  box-shadow: none;
  padding: 5px 15px 6px 15px;
  width: auto;
  font-size: 13px;
  font-weight: normal;
  font-family: 'PT Sans', sans-serif;
  text-decoration: underline;
}
.ccc-inner .ccc-about {
  position: absolute;
  display: none;
}

div#cccwr div {
    font-size: 14px;
    font-family: "AutoPro-Regular";
    font-weight: 300;
    text-align: center;
}
.ccc-inner a, .ccc-inner a:hover {
  color: #fff;
  text-decoration: underline !important;
}
div#ccc-icon button {
  background-image: url(/fileadmin/user_upload/security.png);
  width: 35px;
  height: 35px;
  background-size: cover;
  border-radius: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}



@media (max-width: 767px){
 .ccc-inner p {
  padding: 15px 0px 60px 0px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  text-align: left;
  margin: 0;
}
#cccwr.ccc-right .ccc-widget {
    right: auto !important;
    left: 50% !important;
    width: 300px;
    top: 25%;
    margin-left: -150px;
    border-radius: 5px;
}
 .ccc-close {
  right: 20px;
  left: auto;
  bottom: 20px;
}
 .ccc-expand {
  display: none;
  }
.ccc-content {
  padding: 5px 10px 5px 20px;
}
}
.c-content-box.c-size-md:last-child:not(.c-content-feature-13-wrap) {
    padding: 0;
}

/* COOKIE HINWEIS ENDE*/


/* POWERMAIL NEWSLETTER-BESTÄTIGUNG */
#c1046 label {
    font-size: 14px;
    line-height: 1.4;
}
#c1046 label {
    font-size: 14px;
    line-height: 1.4;
}
#c1046 .c-content-title-1 {
    margin-bottom: 30px;
    margin-left: -15px;
}
#c1046 .submit-btn {
    background: #005089;
    color: white;
    font-family: "LutzHeadline-Regular";
    margin-top: 10px;
}
.table {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
#c1046 .main-section h3{
  margin-bottom: 20px !important;
}




/* NEU: EXT:COOKIE (Dez'18) */
#tx_cookies_inner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 17;
}
#tx_cookies_showPermanent {
  display: inline-block;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  height: 25px;
  top: auto;
  z-index: 13;
}

/* STYLING EXT:COOKIE (Dez'18) */
#tx_cookies_inner {
  width: 100%;
  top: auto;
  bottom: 0;
  left: auto;
  margin-left: 0;
  padding: 35px 25px 45px 30px;
  background: #014575;
  border-radius: 0px;
  right: 0;
  font-size: 13px;
}
#tx_cookies_accept, #tx_cookies_disable {
    position: absolute;
    right: 1%;
}
#tx_cookies_accept {
    top: 4px;
}
#tx_cookies_accept input:hover {
    background: #037EFA !important;
}
#tx_cookies_disable input:hover {
    background: #fff !important;
  color: #005089 !important;
}
#tx_cookies_disable {
    margin-top: 12px;
    text-align: left;
}
#tx_cookies_inner #tx_cookies_disable input {
    background: rgba(255,255,255,0) !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}
#tx_cookies_inner h3 {
    color: #fff;
    font-size: 18px;
    font-family: "LutzHeadline-Regular";
    margin-bottom: 15px !important;
  text-align: left;
}
#tx_cookies_inner p{
    color: #fff;
    text-align: left;
    font-size: 15px;
  max-width: 75% !important;
  float: left;
}
.scroll-content {
    max-width: 90%;
}
#tx_cookies button, #tx_cookies input[type="submit"] {
    border: 0;
    background: #fff;
    cursor: pointer;
    padding: 15px;
    color: #005089;
    font-weight: bold;
    font-family: "LutzHeadline-Regular";
    margin-bottom: 15px;
    border-radius: 2px;
    z-index: 22;
}
#tx_cookies_showPermanent {
    text-decoration: underline;
}
#tx_cookies_disable{
  margin-top: 0px;
  text-align: left;
}
#tx_cookies_accept{
    margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}
#tx_cookies_close {
    background: none !important;
    text-decoration: underline;
    font-size: 12px;
}
#tx_cookies #tx_cookies_close {
    position: absolute;
    right: 10px;
    top: -35px;
    z-index: 99;
    background: #01477A !important;
    color: white;
}
#tx_cookies_link a {
    color: #fff;
    text-decoration: underline;
  display: none;
}
#tx_cookies_inner input:hover {
    color: #fff !important;
    transition: 0.5s;
}
#tx_cookies_link a:hover {
    color: #05C1F3 !important;
}
#tx_cookies_showPermanent {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 26px !important;
    font-size: 13px;
}
#tx_cookies_inner a {
    color: #fff !important;
    text-decoration: underline !important;
}
@media (max-width: 736px){
  #tx_cookies_inner {
    width: 100%;
    padding: 40px 15px 15px 15px;;
    bottom: 0px;
    max-height: 89vh;
    overflow-y: scroll;
  }
  #tx_cookies #tx_cookies_close {
    top: 0px;
  }
  #tx_cookies_inner p{
    color: #fff;
    text-align: left;
    font-size: 14px;
    max-width: 100% !important;
  }
.scroll-content{
  max-width: 100%;
  }
  #tx_cookies_inner h3{
    text-align: left;
  }
  #tx_cookies button, #tx_cookies input[type="submit"] {
    font-size: 13px;
    margin-top: 10px;
  }
  #tx_cookies_close {
    font-size: 12px !important;
    top: 3px;
  }
  #tx_cookies_accept, #tx_cookies_disable{
    margin-top: 25px !important;
    margin-bottom: 10px;
    text-align: left;
  }
#tx_cookies_accept, #tx_cookies_disable {
    position: relative;
    right: auto;
}

}

/* Anpassungen Mobile-Menu */
@media (max-width: 992px) {
a.sf-with-ul::before {
    padding: 12px 12px 12px 0;
    top: 0;
    width: 30%;
    text-align: right;
    padding-right: 12px;
    right: 0 !important;
    border-left: 1px solid #f4f4f4;
    font-size: 18px !important;
    line-height: 1;
}
}


/* BARRIEREFREIHEIT Jul/Aug 2021 */


  /* -- 1.4.13 Darken page main area when submenu is open */

@media (min-width: 992px) {
   #main-shadow {
       display: none;
   }
   body.mainmenu-open #main-shadow {
   }
   body.mainmenu-open section.main-section,
   body.mainmenu-open #parking-box,
   body.mainmenu-open #zob-box,
   body.mainmenu-open #footer
   {
       filter: brightness(0.5);
   }
   .main-menu > ul > li, .secondary-menu > ul > li {
       margin: 0;
       padding: 0 16px;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
   .main-menu > ul > li, .secondary-menu > ul > li, 
   .nav-menu > ul > li, 
   .nav-menu-mobile > ul > li {
       margin: 0 !important;
       padding: 0 12px !important;
   }
}
.main-section {
    transition: all 0.3s, filter 1.5s ease !important;
}
#parking-box, #zob-box, #footer {
    transition: filter 1.5s ease !important;
}

  /* -- 2.4.7 Tastaturfokus wieder sichtbar machen (wird von BOWLINE deaktiviert!!) */

#logo *:focus,
section.main-section *:focus,
#footer *:focus
{
    outline: thin dotted !important;
    outline: 5px auto #005089 !important;
    outline-offset: 0px !important;
}
section.main-section .news-slider-item-morelink > a:focus {
    outline: thick dotted !important;
    outline: 5px auto red !important;
    outline-offset: 5px !important;
}
.ce-textmedia a:focus {
    /*padding: 0px 5px;*/
}
#footer a:focus  {
    outline-offset: 2px !important;
}
#tx_cookies input[type=submit]:focus,
#tx_cookies_close:focus,
#parking-box .close:focus,
#zob-box .close:focus
#parking-box .expand > a:focus,
#zob-box .expand > a:focus,
#tx_cookies_showPermanent:focus
{
    outline: 5px auto red !important;
}
#parking-box a.close:hover:after,
#parking-box a.close:focus:after,
#parking-box .expand > a:hover:after,
#parking-box .expand > a:focus:after,
#zob-box a.close:hover:after,
#zob-box a.close:focus:after,
#zob-box .expand > a:hover:after,
#zob-box .expand > a:focus:after
{
    display: none !important;
}

.filter-gallery .prf-item:focus,
.travel-picker .item > a:focus

{
    outline-style: dashed !important;
    outline-width: 10px !important;
    outline-offset: -15px !important;
    outline-color: red !important;
}
.travel-picker .item > a:focus {
    outline-color: white !important;
}
.leaflet-container .leaflet-marker-icon:focus,
.leaflet-container .leaflet-control-zoom > a:focus,
section.main-section .powermail_submit:focus,
#hideSearchBar:focus,
.resp-buttons > a:focus,
#tx-indexedsearch-searchbox-button-submit:focus
{
    outline-style: solid !important;
    outline-width: 3px !important;
    outline-offset: 3px !important;
    outline-color: red !important;
}

#zob-box .closed {
  display: none;
}

#zob-box #departures-table :not(.closed) {
}

#zob-box .selected_section {
    background: #005089;
    color: white;
    text-align: center;
}

#zob-box .title {
    text-align: center;
    width: 50%;
}

/*#zob-box .title {
  padding: 18px 22px 12px;
  background: white;
  color: #005089;
  text-align: center;
  font-size: 22px;
  font-family: "LutzHeadline-Regular";
  letter-spacing: 1px;
}*/
