/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/static/bbwg25/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




* {
  padding: 0;
  margin: 0;
}

:root {
  --design_primary: #017c45;
  --design_secondary: #f5f3f3;
}

body {
  background-color: #fff;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.wrap {
  padding: 0 80px;
  max-width: 1800px;
  margin: 0 auto;
}


#sticky-header {
  position: sticky;
  top: 0;
  z-index: 250;
  background-color: #fff;
  transition: all 250ms ease-in-out;
  padding: 33px 0;
}
/* #sticky-header.scrolled {
  padding: 4px 0 10px 0;
} */

#head-desktop {
  display: flex;
  gap: 50px;
  align-items: flex-end;
}
#head-desktop-logo {
  flex: 0 0 250px;
}
#head-desktop-logo img {
  display: block;
  /* width: 100%;
  max-width: 250px; */
  height: 96px;
  transition: all 250ms ease-in-out;
}
/* #sticky-header.scrolled #head-desktop-logo img {
  height: 75px;
} */

#head-desktop-navigation {
  flex-grow: 1;
}
.navbar {
  font-size: 1.5rem;
  font-weight: 600;
}

#start-content-wrap {
  background-color: #fff;
  padding: 20px 0 50px 0;
}
#start-content {
  display: grid;
  grid-template-columns: 460px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}

#start-content-text h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
}

#start-content-text h1 {
  color: var(--design_primary);
  text-transform: uppercase;
  font-size: 2.1rem;
}



#start-gallerie-wrap {
  position: relative;
  height: 100%;
}
#start-gallerie-bilder {
  position: relative;
  height: 100%;
}
.gallery-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.galleryslides {
  position: absolute;
  width: 100%;
  height: 100%;
}
.galleryslide {
  position: absolute;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  height: 100%;
}
.galleryslide.active {
  opacity: 1;
}
.galleryslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.controls {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  height: 41px;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 150px;
}
.controls button {
  flex: 0 0 40px;
}
#start-gallerie-text {
  text-align: right;
  color: #fff;
  top: 50%;
  position: absolute;
  z-index: 10;
  left: -80px;
  padding: 10px;
  transform: translateY(-50%);
}
.galleryslide-text {
  text-align: right;
  color: #fff;
  position: absolute;
  z-index: 10;
  padding: 10px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  bottom: 15px;
  right: 15px;
  font-size: 2.6rem;
  font-weight: 800;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px  1px 0 black, 1px  1px 0 black;
}
.galleryslide-text.active {
  opacity: 1;
}
.controls .btn:focus-visible {
  outline: 1px solid #fff;
}


#start-boxen-wrap {
  background-color: var(--design_secondary);
}
#start-boxen {
  /* display: flex;
  justify-content: space-between; */
  padding: 32px 0;

  display: grid;
  grid-template-columns: repeat(3, 29%);
  grid-template-rows: 1fr;
  grid-column-gap: 6.5%;
  grid-row-gap: 0px;
}
.start-box {
  /* max-width: 480px; */
  width: 100%;
  background-color: #fff;
}
.infobox {
  background-color: #fff;
  padding: 25px 32px;
  text-align: center;
}
.infobox-bild img {
  display: block;
  width: 100%;
  border: 2px solid #dddddd;
}
.infobox-headline {
  text-transform: uppercase;
}
.infobox-headline h3 {
  font-size: 1.55rem;
}
.infobox-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 25px;
}
.start-box .infobox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.infobox-link {
  text-transform: uppercase;
}
.infobox-bild {
  position: relative;
}




#start-wissenswertes-wrap {
  padding: 50px 0;
  background-color: #fff;
}
#wissenswertes-headline {
  text-align: center;
  text-transform: uppercase;
}
#wissenswertes-headline h4 {
  font-weight: 600;
  font-size: 2.5rem;
}
#wissenswertes-boxen {
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
}
.wissenswertes-box {
  width: 270px;
  height: 240px;
  background-color: #f2f2f2;
  color: #585858;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 35px;
}
.wissenswertes-wert {
  font-size: 3.9rem;
}
.wissenswertes-text {
  color: #000;
  font-size: 1.6rem;
}

#wrap-footer {
  background-color: var(--design_primary);
  color: #fff;
  padding: 35px 0;
}

#footer-content {
  display: flex;
  justify-content: space-between;
}
#footer-content a, #footer-content a:hover, #footer-content a:visited, #footer-content a:active {
  color: #fff;
}
#footer-right {
  width: 415px;
}
#footer-nav {
  list-style: none;
  display: flex;
  gap: 30px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
#footer-right table td {
  vertical-align: top;
}
#footer-right table tr:nth-child(1) td {
  padding-bottom: 10px;
}
#footer-right table td:nth-child(1){
  padding-right: 30px;
}




#floating-menu {
  font-size: 1.1rem;
  position: fixed;
  right: 20px;
  top: calc(100vh / 2 - 240px / 2 - 141px);
  /*
    240px == floating-menu height
    141px == Header height
  */
  width: 50px;
  overflow-x: hidden;
  transition: width 0.5s ease;
  height: 372px;
}

#floating-menu-content {
  display: grid;
  grid-template-columns: 50px 10px 200px;
  position: relative;
  padding-top: 72px;
}
#floating-menu-button {
  border: 0;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 60px);
  color: var(--design_primary);
  background-color: var(--design_secondary);
  font-size: 1.5rem;
}
#floating-menu-links {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 60px);
  background-color: var(--design_secondary);
  opacity: 1;
  padding-left: 10px;
}

#floating-menu-spacer {
  background-color: var(--design_secondary);
}

#floating-menu-button > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#floating-menu-links > div {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 5px;
}

#floating-menu-links > div > a > *:first-child {
  width: 24px;
}

#floating-menu-closebtn {
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: var(--design_secondary);
  top: 0;
  right: calc(200px / 2 - 72px / 2);
}

#floating-menu-closebtn button {
  border: 0;
  background-color: transparent;
  font-size: 3rem;
  color: var(--design_primary);
  width: 100%;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s ease-in;
  display: block;
}
.fade-in-hidden {
  opacity: 0;
  transition: opacity 0.2s ease-in;
  display: none;
}
#floating-menu-links.floating-menu-hidden {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  display: none;
}

#floating-menu.startseite #floating-menu-button, #floating-menu.startseite #floating-menu-links, #floating-menu.startseite #floating-menu-spacer, #floating-menu.startseite #floating-menu-closebtn {
  background-color: #fff;
}



.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.clear {
  clear: both;
}
.absatz-buttons {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.bildgala {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.bildgala img {
  display: block;
  width: 100%;
}


.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: var(--design_primary);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #fff;
}
.img-icon svg {
  color: #fff;
}

.inh-abs-titel {
  padding-bottom: 0.5rem;
}

.bildgala + .absatz-buttons {
  padding-top: 2rem;
}
.inh-abs-text + .bildgala {
  padding-top: 1rem;
}
.inh-abs-text + .absatz-buttons {
  padding-top: 0.5rem;
}
.content-element + .content-element {
  margin-top: 3rem;
}




#mobile-header {
  display: none;
}


#wrap-content {
  background-color: var(--design_secondary);
  padding: 32px 0;
}
#content {
  display: flex;
  gap: 80px;
}
#content-main {
  flex-grow: 1;
  padding: 20px;
  background-color: #fff;
}
#content-aside {
  flex: 0 0 400px;
}
#content-aside section + section {
  padding-top: 50px;
}

/* Consent Banner */
#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: 8px; }
.consent-banner-button > button { width: 100%; }
#consent-banner-text { padding-bottom: 10px; }
#consent-banner-links { display: flex; gap: 20px; }
#consent-banner-links a, #consent-banner-links a:hover { text-decoration: underline; font-weight: bold; color: #c3c3c3; }
#consent-banner-checkboxen { display: flex; gap: 30px; padding-top: 10px; flex-wrap: wrap; }
.cb-btn { background-color: #3c2353; color: #fff; border: 1px solid #d3d3d3; border-radius: 3px; padding: 6px; cursor: pointer; }
.form-check { display: flex; gap: 5px; }
.consent-banner-unblock-info { background-color: #F1F1F1; 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; }
@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: 768px){
  #content-banner-buttons { flex-direction: column; gap: 12px; }
  .consent-banner-button { flex: 0 0 auto; }
}
@media screen and (max-width: 450px){
  #content-banner-buttons { flex-direction: column; gap: 10px; }
  .consent-banner-button { flex: 0 0 auto; }
}
/* Consent Banner */
.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:last-child { margin-bottom: 0; }
.iframe-daten-info { text-align: center; background-color: rgb(0 0 0 / 15%); padding: 4% 2%; }



.slider-flex { gap: 18px; }
.slider-titel { padding-bottom: 4px; text-align: center; }
.slider-val { flex: 0 0 50px; padding-top: 26px; }
.slider-center { flex-grow: 1; }
.slider-right { text-align: right; }

#immo-liste {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.immo {
  display: flex;
  gap: 50px;
  padding: 5px 15px 5px 5px;
  border: 2px solid var(--design_secondary);
}
.immo-image {
  flex: 0 0 250px;
}
.immo-image a {
  display: block;
  position: relative;
}
.immo-image img {
  display: block;
  width: 100%;
}
.immo-informationen {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 20px;
}


.immo-adresse span {
  padding-left: 30px;
}

.immo-details {
  display: flex;
  gap: 75px;
  justify-content: space-between;
  align-items: center;
}
.immo-infos {
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
  flex-grow: 1;
}
.immo-info {
  text-align: center;
}
.immo-info > div:nth-child(1) {
  font-weight: bold;
}
.immo-info > div:nth-child(2) {
  font-size: 2rem;
}
.immo-button {
  flex: 0 0 80px;
  text-align: right;
}


.faq-frage h3 {
  display: flex;
  gap: 15px;
  font-size: 1.45rem;
}
.faq-frage h3 span:nth-child(1){
  flex: 0 0 25px;
  text-align: center;
}
.faq-frage h3 span:nth-child(2){
  flex-grow: 1;
}

.faq-antwort {
  display: flex;
  gap: 15px;
}
.faq-antwort-icon {
  flex: 0 0 25px;
  text-align: center;
}
.faq-antwort-content {
  flex-grow: 1;
}
.faq-fragen section + section {
  padding-top: 25px;
}
#faq > section + section {
  padding-top: 50px;
}
.faq-kategorie-titel {
  padding-bottom: 15px;
}


.news + .news {
  padding-top: 50px;
}


.asp-kategorie-personen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
/* .asp-kategorie-personen section + section {
  padding-top: 40px;
} */
.asp-name {
  font-weight: bold;
}
.asp-hauswart {
  padding-top: 15px;
}
.asp-kategorie + .asp-kategorie {
  padding-top: 50px;
}


.immo-details-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.immo-details-merkmal {
  display: flex;
  gap: 20px;
}
.immo-details-merkmal-text {
  flex: 0 0 245px;
}
.immo-details-merkmal-wert {
  flex-grow: 1;
}
.immo-details-merkmal + .immo-details-merkmal {
  padding-top: 5px;
}
.area-preise .immo-details-merkmal-wert {
  flex: 0 0 95px;
  text-align: right;
}

@media screen and (max-width: 1600px){
  .immo-details-merkmal-text {
    flex: 0 0 192px;
  }
}


@media screen and (max-width: 1500px){
  #start-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #start-content-text {
    order: 2;
  }
  #start-content-galerie {
    order: 1;
  }
  .galleryslide img, .gallery-container {
    height: 500px;
  }
  #content {
    flex-direction: column;
  }
  #content-aside {
    flex: 0 0 100%;
  }
  #content-aside aside {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
  }
  #content-aside aside section {
    flex: 0 0 calc(50% - 25px);
    max-width: 450px;
  }
  #content-aside section + section {
    padding-top: 0;
  }
}

@media screen and (max-width: 1400px){
  .navbar {
    font-size: 1.2rem;
  }
  #wissenswertes-boxen {
    flex-wrap: wrap;
    gap: 50px;
  }
  #start-boxen {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
  }
  .start-box {
    flex: 0 0 calc(50% - 25px);
  }
}

@media screen and (max-width: 1300px){
  .navbar {
    font-size: 1rem;
  }
  #footer-content {
    flex-direction: column;
    gap: 70px;
  }
  #footer-left {
    max-width: 620px;
  }
}

@media screen and (max-width: 1200px){
  #sticky-header {
    display: none;
  }
  #mobile-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 500;
  }
  #mobile-header-logo img {
    display: block;
    height: 50px;
  }
  #mobile-header-navigation a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28pt;
    height: 50px;
    width: 50px;
  }
  #floating-menu {
    display: none;
  }
  .wrap {
    padding: 0 12px;
  }
  * {
    hyphens: auto;
  }
}

@media screen and (max-width: 1000px){
  .galleryslide-text {
    font-size: 6vw;
  }
  .controls {
    bottom: initial;
    top: 15px;
    height: 31px;
    padding-top: 0;
  }
  .immo {
    flex-direction: column;
  }
  .immo-image {
    flex: 0 0 100%;
  }
  .immo-details-container {
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
  }
  .area-preise .immo-details-merkmal-wert {
    flex: 0 0 auto;
    flex-grow: 1;
  }
  .area-preise .immo-details-merkmal-wert {
    text-align: left;
  }
}

@media screen and (max-width: 900px){
  #content-aside aside section {
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 768px){
  .start-box {
    flex: 0 0 100%;
  }
  #footer-nav {
    flex-wrap: wrap;
    border-bottom: 0;
  }
  #footer-right {
    width: 100%;
  }
  .galleryslide img, .gallery-container {
    height: 300px;
  }
  .immo-adresse span {
    display: block;
    padding-left: 0;
  }
  .immo-details {
    flex-direction: column;
    gap: 45px;
  }
  .asp-kategorie-personen {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px){
  .immo-details-merkmal-text {
    flex: 0 0 50%;
  }
}




#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; }
