.navbar {
  padding: 13px 26px 0 26px !important;
}
.nav-link {
  font-weight: 600;
  font-size: 18pt;
  color: #e60003;
}
.navbar-nav .dropdown-menu {
  padding-top: 11px;
}
.dropdown-item {
  font-size: 15pt;
  color: #e60003;
}
.btn-light-focus:focus-visible {
  outline-color: #fff;
  outline-style: solid;
  outline-width: 1px;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.carousel-control-prev .text-primary {
  background-color: rgba(35, 35, 35, 0.25);
}
.carousel-control-next .text-primary {
  background-color: rgba(35, 35, 35, 0.25);
}
.carousel-control-next:focus-visible {
  outline-color: #000;
  outline-style: solid;
  outline-width: 1px;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.carousel-control-prev:focus-visible {
  outline-color: #000;
  outline-style: solid;
  outline-width: 1px;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #e60003;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}
.carousel-button {
  color: #000;
  width: 50px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--design_primary);
  border: 2px solid #fff;
}
.carousel-item .img-icon {
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
}
.carousel-item img.d-block.w-100 {
  object-fit: contain;
  max-height: 717px;
}
.bm-detail-gala {
  position: relative;
}


* { padding: 0; margin: 0; }
/**:focus { outline: 0; }*/

@font-face {font-display: swap;font-family: 'Open Sans';font-style: normal;font-weight: 300;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-300.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: italic;font-weight: 300;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-300italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: normal;font-weight: 400;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-regular.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: italic;font-weight: 400;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: normal;font-weight: 500;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-500.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: italic;font-weight: 500;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-500italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: normal;font-weight: 600;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-600.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: italic;font-weight: 600;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-600italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: normal;font-weight: 700;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-700.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: italic;font-weight: 700;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-700italic.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: normal;font-weight: 800;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-800.woff2') format('woff2');}@font-face {font-display: swap;font-family: 'Open Sans';font-style: italic;font-weight: 800;src: url('/static/wbs25bfsm/fonts/open-sans-v35-latin-800italic.woff2') format('woff2');}

:root {
  --design_primary_color: #e60003;
  --design_secondary_color: #002a85;
  --design_text_color: #323232;
  
  --link_color: var(--design_primary_color);
  --link_color_hover: var(--design_primary_color);
  --link_color_focus: var(--design_primary_color);

  --head-bar-height: 78px;
  --start_slider_height: 255px;
  --head_mobile_height: 70px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13pt;
  color: var(--design_text_color);
  position: relative;
}


/*a:focus {
  outline: none;
  color: var(--link_color_focus);
}*/
a {
  color: var(--link_color);
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  color: var(--link_color_hover);
  text-decoration: none;
}



.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.content-trenner{
  width: 100%;
  height: 35px;
}

.wrap {
  max-width: 2000px;
  margin: 0 auto;
}

#header-mobile {
  display: none;
}


#head-desktop {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  height: var(--head-bar-height);
}

#hd-navigation {
  flex: 0 0 56%;
}

#hd-navigation, #hd-logo, #hd-logo * {
  transition: all 250ms ease-in;
}

#hd-logo {
  flex-grow: 1;
  position: relative;
  height: var(--head-bar-height);
}

#hd-logo-bg {
  position: absolute;
  left: 0;
  top: var(--head-bar-height);
  width: 710px;
}

#hd-logo > div {
  width: 100%;
  max-width: 710px;
  text-align: center;
}

#hd-logo a {
  position: relative;
  display: inline-block;
  padding-top: 27px;
}

#hd-logo a img {
  width: 370px;
}

#hd-suche {
  flex: 0 0 var(--head-bar-height);
}

#hd-suche a {
  background-color: var(--design_secondary_color);
  color: #fff;
  display: block;
  width: var(--head-bar-height);
  height: var(--head-bar-height);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17pt;
}




#mainnav {
  font-weight: 300;
  list-style: none;
  padding: 0 50px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.mainli {
  position: relative;
  display: inline-block;
  display: block;
}

.mainlink {
  display: flex;
  align-items: center;
  height: var(--head-bar-height);
  color: var(--link_color);
  cursor: default;  
}

.mainlink-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18pt;
}

.mainsub {
  display: inline-block;
  padding: 0 0 0 5px;
  color: #fff;
  line-height: 63px;
}

#mainnav li:last-child .mainlink {
  padding-right: 0;
}

.sub1 {
  list-style: none;
  position: absolute;
  top: 78px;
  min-width: 140px;
  padding: 0;
  background-color: #fff;
  text-align: left;
  /*border: 1px solid var(--design_secondary_color);*/
}

a.sub1link {
  display: block;
  padding: 8px 20px;
  font-size: 15pt;
  white-space: nowrap;
  color: var(--link_color);
  font-weight: 500;
}

.sub1.sub1left {
  left: auto;
  right: -10px;
  text-align: right;
}

a.sub1link:hover {
  /*background-color: #596c83;*/
}

#startbild img {
  display: block;
  width: 100%;
}


#quick-tiles {
  position: fixed;
  left: 0;
  top: 33.33333%;
  background-color: var(--design_primary_color);
  display: flex;
  flex-direction: column;
  width: 60px;
  align-items: center;
}

.quick-tile-link, .quick-tile-link:hover, .quick-tile-link:visited {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 20pt;
}

.quick-tile-spacer {
  width: 50%;
  height: 1px;
  background-color: #fff;
}


.content-wrap {
  /* 1740 */
  max-width: 1800px;
  padding: 0 30px 30px 30px;
  margin: 0 auto;
}

.content-background {
  background-color: rgb(0 42 133 / 8%);
}

#start-boxen {
  display: flex;
  margin-top: -158px;
  align-items: flex-end;
}

.startbox:nth-child(1){
  flex-grow: 1;
}

.startbox:nth-child(2){
  flex: 0 0 820px;
}

.infobox {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.175);  
  padding: 20px;
  max-width: 622px;
}

.infobox + .infobox {
  margin-top: 40px;
}

.infobox-content {
  display: flex;
  gap: 25px;
}

.infobox-information {
  flex-grow: 1;
}

.infobox-image {
  flex: 0 0 33.33333%;
}
.infobox-image img {
  display: block;
  width: 100%;
}

.infobox-headline h3 {
  font-weight: 800;
  font-size: 1.5rem;
  hyphens: auto;
}


#startsuche {
  background-color: var(--design_secondary_color);
  border: 1px solid #fff;
  color: #fff;
  padding: 45px;
}

#startsuche-head {
  display: flex;
  align-items: center;
  gap: 36px;
}

#startsuche-head h2 {
  font-weight: 300;
}

#startsuche-head h2 span {
  font-weight: 600;
}

#starsuche-boxen {
  padding-top: 40px;
}

#starsuche-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  padding-top: 40px;
}




#start-slider {
  height: var(--start_slider_height);
}

#start-slider .carousel-item {
  height: var(--start_slider_height);
}

#start-slider .carousel-control-next, #start-slider .carousel-control-prev {
  font-size: 60pt;
}
.start-slider-content {
  width: 66%;
  margin: 0 auto;
  height: var(--start_slider_height);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#start-slider-headline {
  padding-top: 45px;
  padding-bottom: 10px;
}
#start-slider-headline h2 {
  color: var(--design_secondary_color);
  font-size: 26pt;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.start-slider-headline h3 {
  color: var(--design_secondary_color);
  font-size: 16pt;
}
.start-slider-button {
  padding-top: 18px;
}




#footer {
  background-color: var(--design_secondary_color);
  color: #fff;
  padding: 25px;
}
#footer a {
  text-decoration: underline;
  color: #fff;
}
#footer-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
#copyright {
  padding: 30px 0 5px 0;
  text-align: center;
}
.footer-box-headline h4 {
  font-weight: 800;
}
.footer-navpunkte {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 65px;
}

#footer-box-1 {
  flex: 0 0 315px;
}
#footer-box-2 {
  flex: 0 0 515px;
}
#footer-box-3 {
  flex: 0 0 185px;
}



#content {
  display: flex;
  gap: 70px;
  padding-bottom: 30px;
}
#content-main {
  flex-grow: 1;
}
#content-aside {
  flex: 0 0 550px;
  padding-top: 195px;
}
#seitentitel {
  padding-top: 50px;
}
.main-content {
  padding-top: 80px;
}



.bildgala {
  display: grid;
  gap: 3em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 2em;
}
.gala-bild-container img {
  display: block;
  width: 100%;
}

/* Ansprechpartner */

.asp-kat {
  padding: 0 0 40px 0;
}
.asp-cont {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 50px 50px; 
  grid-template-areas: 
    ". .";
  padding-bottom: 40px;
}
.asp-item {
  width: 380px;
}
.asp-name {
  font-weight: 600;
  padding-bottom: 15px;
}
.asp-funk {
  padding-bottom: 15px;
}

/* Ende: Ansprechpartner */


#consent-banner { position: fixed; bottom: 0; left: 0; width: 100%; background-color: rgba(0,0,0,0.85); z-index: 5000; color: #fff; font-size: 11pt; }
#consent-banner, #consent-banner * { box-sizing: border-box; }
#consent-banner-center { max-width: 1000px; padding: 10px; display: flex; gap: 35px; margin: 0 auto; }
#consent-banner-left { flex-grow: 1; }
#consent-banner-right { flex: 0 0 175px; }

#content-banner-buttons { display: flex; flex-direction: column; gap: 25px; }
.consent-banner-button > button { width: 100%; }

#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
#consent-banner-links a { color: #fff; text-decoration: underline; }

#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }

.cb-btn { background-color: #456bdc; color: #fff; border: 0; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }

.consent-banner-unblock-info { background-color: rgb(54 54 54 / 75%); color: #fff; font-size: 11pt; text-align: center; padding: 15px; }
.consent-banner-unblock-info-text p { padding-bottom: 0; margin-bottom: 0; }
.consent-banner-unblock-info-link { padding-top: 10px; }
.consent-banner-unblock-info-button { padding-top: 15px; }

#consent-banner-spacer { background-color: #fff; }

@media screen and (max-width: 1024px){
  #consent-banner-center { flex-direction: column; gap: 15px; }
  #consent-banner-left { flex: 0 0 100%; }
  #consent-banner-right { flex: 0 0 auto; }
  #content-banner-buttons { flex-direction: row; justify-content: center; }
  .consent-banner-button { flex: 0 0 175px; }
}

@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
  #consent-banner-links { gap: 10px; }
}

.cookie-informationen { display: table; box-sizing: border-box; padding-bottom: 25px; }
.cookie-informationen * { box-sizing: border-box; }
.cookie-row { display: table-row; }
.cookie-info-name { display: table-cell; vertical-align: top; white-space: nowrap; padding: 0 0 5px 0; font-weight: bold; font-style: italic; }
.cookie-info-text { display: table-cell; vertical-align: top; padding: 0 0 5px 10px; }
.cookie-info-text p { padding-bottom: 0 !important; margin-bottom: 0 !important; }

.iframe-daten-info { background-color: rgb(128 128 128 / 22%); padding: 50px 10px; text-align: center; }
.idi-text {  }
.idi-text p { padding-bottom: 0; margin-bottom: 0; }
.idi-form { padding-top: 20px; }
/*.idi-button { border: 1px solid #d3d3d3; cursor: pointer; background-color: #67a8d6; color: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; padding: 6px 10px; }*/
/* Cookie Styles Ende */


@media screen and (max-width: 1900px){
	#content-main {
    padding-left: 60px;
  }
}

@media screen and (max-width: 1800px){
	#hd-navigation {
    flex: 0 0 59%;
  }
	#hd-logo > div {
    max-width: 600px;
  }
  #hd-logo-bg {
    width: 600px;
  }
  #hd-logo a img {
    width: 300px;
  }
  #content-aside {
    flex: 0 0 450px;
  }
}


@media screen and (max-width: 1700px){
	#hd-navigation {
    flex: 0 0 62%;
  }
	#hd-logo > div {
    max-width: 500px;
  }
  #hd-logo-bg {
    width: 500px;
  }
  #hd-logo a img {
    width: 255px;
  }
}


@media screen and (max-width: 1600px){
	#head-desktop {
    display: none;
  }
  header {
    height: var(--head_mobile_height);
  }

  #header-mobile {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: var(--head_mobile_height);
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    z-index: 100;
  }
  #header-mobile header {
    height: 50px;
  }
  #header-mobile-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 50px;
    align-items: center;
  }
  #header-mobile-logo img {
    display: block;
    height: 40px;
  }
  #header-mobile-menu-button {
    font-size: 29pt;
  }
  #header-mobile-menu-button > a {
    padding-left: 20px;
  }
  .offcanvas-title {
    flex-grow: 1;
  }
  #mobile-menu-logo{
    width: 150px;
    display: block;
    max-width: 205px;
  }
  
  #mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #mobile-menu-list > li {
    border-bottom: 1px solid #d3d3d3;
  }
  #mobile-menu-list > li:first-child {
    border-top: 1px solid #d3d3d3;
  }
  .mobile-menu-submenu1 .mobile-menu-element {
    border-top: 1px solid #d3d3d3;
  }
  .mobile-menu-submenu1 .mobile-menu-element a {
    padding-left: 20px;
  }
  
  .mobile-menu-element {
    display: flex;
    padding: 3px;
  }
  
  .mobile-menu-element > span {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 4px 0;
  }
  
  .mobile-menu-element-submenu-button {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18pt;
    border-left: 1px solid #d3d3d3;
  }
  
  .mobile-menu-submenu1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
  }
  
  #start-boxen {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  
  .startbox:nth-child(1) {
    order: 2;
  }
  .startbox:nth-child(2) {
    order: 1;
    flex: 0 0 auto;
    max-width: 820px;
  }
  
  .main-content {
    padding-top: 30px;
  }
  #content-aside {
    padding-top: 50px;
  }
  .bildgala {
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@media screen and (max-width: 1500px){
  #content {
    flex-direction: column;
  }
  #content-aside {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 0;
  }
  .infobox {
    margin: 0 auto;
  }
  .bildgala {
      grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}


@media screen and (max-width: 1200px){
  #footer-flex {
    flex-wrap: wrap;
  }
  #footer-box-1 {
    flex: 0 0 50%;
  }
  #footer-box-2 {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 1100px){
  .bildgala {
      grid-template-columns: 1fr 1fr 1fr;
  }
}


@media screen and (max-width: 1000px){
  :root {
    --start_slider_height: 275px;
  }
  #quick-tiles {
    display: none;
  }
  #footer-flex {
    flex-direction: column;
    gap: 60px;
  }
  #footer-box-1, #footer-box-2, #footer-box-3 {
    flex: 0 0 auto;
  }
  .footer-navpunkte {
    padding-top: 0;
  }
  #starsuche-boxen {
    flex-wrap: wrap;
  }
  .content-wrap {
    padding: 0 12px 30px 12px;
  }
  #content-main {
    padding-left: 0;
  }
  #content-aside {
    padding-left: 0;
    padding-right: 0;
  }
  .asp-cont {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
  .asp-item {
    width: auto;
  }
  .news-cont {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
  .bm-cont {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}


@media screen and (max-width: 765px){
  :root {
    --start_slider_height: auto;
  }
  * {
    hyphens: auto;
  }
  #start-boxen {
    margin-top: 0;
    padding-top: 25px;
  }
  .infobox-content {
    flex-direction: column;    
  }
  .infobox-information {
    order: 2;
  }
  .infobox-image {
    flex: 0 0 auto;
    order: 1;
  }
  #startsuche-head {
    flex-direction: column;
    gap: 25px;
    justify-content: center;
    text-align: center;
  }
  .bildgala {
      grid-template-columns: 1fr 1fr;
  }
  #immo-suche-slider-start {
    flex-direction: column;
  }
  #starsuche-bottom {
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #immo-suche-flex {
    flex-direction: column;
  }
  #immo-suche-ausstattung {
    padding: 50px 0;
  }
}




#designbody { background: none; background-color: #fff !important; color: #1b1b1b; font-size: 10pt; font-weight: 400; font-family: Arial, Sans-serif; }
#designbody ul, ol { padding-left: 21px; }
#designbody p { padding-bottom: 1rem; }
.mceContentBody { padding-top: 0!important; }
