/* 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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/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/wghs/fonts/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.text-farbe-rot {
  color: #ff0000;
}
.text-farbe-gruen {
  color: #008000;
}
.text-farbe-blau {
  color: #0000ff;
}
.text-farbe-orange {
  color: #ffa500;
}



.immo-image {
  max-height: 350px;
  height: 350px;
}

.immo-image a {
  height: 350px;
}

.wsle-spalten {
  display: flex;
}
.wsle-spalte {
  flex: 0 0 50%;
  padding: 15px 0px 0px;
}
.wsle-wert {
  text-align: center;
  font-size: 20pt;
  font-weight: 400;
}
.wsle-titel {
  text-align: center;
  font-size: 13pt;
  margin-top: -10px;
}
.wsle-strasse {
  text-align: center;
  padding-top: 16px;
}
.wsle-ort {
  text-align: center;
  padding-bottom: 10px;
}
.wsle-button {
  text-align: center;
  padding-top: 15px;
}


#immogrid-container {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-template-rows: 1fr;
  grid-gap: 50px;
  padding-bottom: 50px;
}
#immogrid-gala {
  grid-area: 1 / 1 / 2 / 2;
  width: 100%; 
}
#immogrid-info {
  grid-area: 1 / 2 / 2 / 3;
}
#immogrid-daten {
  grid-area: 2 / 1 / 3 / 3;
}

/* zum ändern der Höhe der Galerie muss in den folgenden 3 Definitionen die max-height angepasst werden! */
#carouselimmobilder .carousel-inner > .carousel-item { height: 550px; }
#carouselimmobilder .carousel-inner > .carousel-item > .carousel-item-content { max-height: 500px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: auto; }
#carouselimmobilder .carousel-item { text-align: center; }
#carouselimmobilder .carousel-item img { max-height: 500px; max-width: 100%; }
#carouselimmobilder .fa-chevron-left, #carouselimmobilder .fa-chevron-right { color: #478342; font-size: 20pt; padding: 13px; background-color: #fff; }
/* #carouselimmobilder .carousel-caption { background-color: rgba(0, 0, 0, 0.52); left: 0; right: 0; padding-top: 6px; padding-bottom: 6px; bottom: 0; font-size: 10pt; } */
#carouselimmobilder .carousel-caption { position: static; right: auto; left: auto; bottom: auto; padding-top: 6px; padding-bottom: 6px; font-size: 17pt; color: #333; }

#carouselimmobilder .carousel-inner > .carousel-item a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

#immogrid-info-adresse {
  padding-bottom: 20px;
  font-size: 16pt;
}
#immogrid-info-adresse span {
  display: block;
}

#immo-energie-text {
  font-size: 15pt;
}
.energie-wert {

}
.energiew-left {
  display: inline-block;
  width: 180px;
}
.energiew-right {
  display: inline-block;
}

#immogrid-info-energiedaten {
  padding-bottom: 30px;
}

#immogrid-info-kontkat {
  font-size: 15pt;
}
.immoflex-info-whgnr {
  padding-bottom: 20px;
}
.immoflex-info-asp-bild {
  padding-bottom: 20px;
}
.immoflex-info-asp-bild img {
  max-width: 100%;
}

#immogrid-daten-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-bottom: 75px;
  justify-content: center;
}

#immogrid-daten-flex-container2 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-bottom: 75px;
  justify-content: center;
}

#immogrid-daten-flex-container3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
  margin-bottom: 75px;
  justify-content: center;
}


.immogrid-daten-flex-item {
  flex: 0 0 auto;
}
.immogrid-daten-flex-item .wsle-wert {
  font-size: 30pt;
}

#immogrid-zusatz-flex-container {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 75px;
}
.immogrid-zusatz-flex-item {
  flex: 0 0 50%;
  max-width: 400px;
  width: 400px;  
}

#ausstattung-table {
  display: table;
  width: 100%;
}
.ausstattung-table-row {
  display: table-row;
}

.ausstattung-table-col {
  display: table-cell;
}
.atc-titel {
  padding-left: 10px;
}
.atc-symbol {
  font-size: 17pt;
  text-align: center;
}

#immo-texte {
  padding: 0 23px;
}
.immo-text-inhalt {
  padding-bottom: 50px;
}
.aktion-container {
  position: relative;
  padding-bottom: 30px;
}
.immo-text-aktionsicon {
  padding-right: 10px;
  position: absolute;
  top: -7px;
}
.immo-text-aktionsicon img {
  max-width: 60px;
}
.aktion-container h3 {
  margin-left: 45px;
  padding: 0 13px 0 23px;
  display: inline;
  background-color: var(--ci-color-orange);
}

#geo-link {
  float: left;
  font-size: 37pt;
  padding-right: 15px;
  line-height: 60px;
}

#immogrid-info-flex-buttons-container {
  display: flex;
  padding-bottom: 30px;
}
.immogrid-info-flex-buttons-item {
  flex: 0 0 50%;
}
.immogrid-info-flex-buttons-item .btn {
  width: 95%;
  font-size: 12pt;
}

#immogrid-info-anfrage {
  text-align: right;
}

/* Bootstrap Theme für Wohnungsgenossenschaft Hettstedt eG */
/* Primärfarbe: #478342, Sekundärfarbe: #555555 */

:root {
  /* Primärfarbe und ihre Abstufungen */
  --bs-primary: #478342;
  --bs-primary-rgb: 71, 131, 66;
  --bs-primary-dark: #3a6b36;
  --bs-primary-darker: #2d532a;
  --bs-primary-light: #5a9c54;
  --bs-primary-lighter: #77b371;
  
  /* Sekundärfarbe und ihre Abstufungen */
  --bs-secondary: #555555;
  --bs-secondary-rgb: 85, 85, 85;
  --bs-secondary-dark: #444444;
  --bs-secondary-darker: #333333;
  --bs-secondary-light: #777777;
  --bs-secondary-lighter: #999999;

  /* Bootstrap-Standardfarben anpassen */
  --bs-success: var(--bs-primary);
  --bs-success-rgb: var(--bs-primary-rgb);
  
  /* Farbschema-Anpassungen */
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #478342;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  
  /* Weitere Bootstrap-Standardvariablen */
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  
  --bs-font-sans-serif: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  
  --bs-link-color: #478342;
  --bs-link-hover-color: #3a6b36;
  --bs-focus-ring-color: rgba(71, 131, 66, 0.25);
}

/* Buttons */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-hover-border-color: var(--bs-primary-dark);
  --bs-btn-focus-shadow-rgb: 71, 131, 66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary-darker);
  --bs-btn-active-border-color: var(--bs-primary-darker);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary-dark);
  --bs-btn-hover-border-color: var(--bs-secondary-dark);
  --bs-btn-focus-shadow-rgb: 85, 85, 85;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary-darker);
  --bs-btn-active-border-color: var(--bs-secondary-darker);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
}

/* Active States und Focus */
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: var(--bs-primary-light);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

/* Nav Komponenten */
.nav-link {
  color: var(--bs-primary);
}

.nav-link:hover, 
.nav-link:focus {
  color: var(--bs-primary-dark);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--bs-primary);
  color: #fff;
}

/* Dropdown Menüs */
.dropdown-item:active {
  background-color: var(--bs-primary);
}

.dropdown-item.active {
  background-color: var(--bs-primary);
}

/* Border utilities */
.border-primary {
  border-color: var(--bs-primary) !important;
}

.border-secondary {
  border-color: var(--bs-secondary) !important;
}


/* Custom CSS */
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
}

.top-wrap {
  background-color: var(--bs-secondary);
  color: white;
  padding: 8px 0;
}

header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.logo-wrap img {
  max-width: 100%;
  height: auto;
}

.navbar-nav .nav-link {
  color: var(--bs-secondary);
  font-weight: 500;
  font-size: 1.5rem;
  margin: 0 15px;
}

.navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: var(--bs-primary);
}

.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.dropdown-item:hover {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}

.carousel-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: 600px;
  overflow: hidden;
  position: relative;
}

.carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.carousel-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.carousel-controls-inner {
  background-color: rgba(0,0,0,0.5);
  border-radius: 50px;
  padding: 5px 10px;
  display: flex;
  gap: 15px;
}

.carousel-control-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.carousel-control-btn:hover {
  transform: scale(1.1);
}

.carousel-control-btn .fa-pause {
  margin-left: 2px;
}

.carousel-control-btn .fa-play {
  margin-left: 4px;
}

.card-img-overlay h2 {
  background-color: rgba(0,0,0,0.5);
  display: inline-block;
  padding: 10px 15px;
  color: white;
}

.feature-card {
  transition: transform 0.3s;
  margin-bottom: 1.5rem;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  height: 200px;
  object-fit: cover;
}

.emergency-contact {
  background-color: var(--bs-primary);
  color: white;
  padding: 20px;
  border-radius: 5px;
  margin: 2rem 0;
}

.table {
  color: white;
  --bs-table-bg: transparent;
  --bs-table-color: white;
  --bs-table-striped-bg: rgba(255,255,255,0.05);
  --bs-table-striped-color: white;
  --bs-table-hover-bg: rgba(255,255,255,0.1);
  --bs-table-hover-color: white;
}

.table th, .table td {
  color: white;
  border-color: rgba(255,255,255,0.2);
}

footer {
  background-color: var(--bs-secondary);
  color: white;
  padding: 3rem 0 0;
}

footer a {
  color: white;
  text-decoration: none;
}

footer a:hover {
  color: #ddd;
  text-decoration: underline;
}

.footer-bottom {
  background-color: #333;
  padding: 15px 0;
  margin-top: 2rem;
}

/* Accessibility improvements */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: var(--bs-primary);
  color: white;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

.imgleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.imgright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.imgcenter {
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto;
}

.clear {
  clear: both;
}
.absatz-buttons {
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

.bildgala {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.bildgala img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}


.img-container, .img-container a {
  position: relative;
  display: block;
}
.img-icon {
	position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: #478342;
  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;
}

.inh-abs-text .table td {
  color: #000 !important;
}

.inh-abs-text ul li {
  list-style-type: none;
  padding: 8px 0 8px 16px;
  margin: 0 0 15px 0;
  border-left: 3px solid rgba(98, 182, 90, 1);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  background: #eee;
}

/*Gästewohnungen*/
.gw_cont {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gw_item {
  flex: 0 0 49%;
}
.gw_titel {
  background-color: var(--bs-primary); /*#478342*/
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.gw_info {
  padding: 7px 0 7px 10px;
}
.gw_info:nth-child(odd){
  background-color: #eee;
}

/* Havarie */
.havarie_cont {
  display: flex;
  column-gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;  
}
.havarie_item {
  flex: 0 0 49%;
  border: 1px solid #eee;
  padding: 10px
}
.hi_firma {
  font-weight: 600;
}
@media screen and (max-width: 1200px){
  #immogrid-container {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  #immogrid-infos {
    order: 3;
    max-width: 400px;
  }
  #immogrid-daten {
    grid-area: auto;
  }
}

@media screen and (max-width: 1000px){
  #immogrid-zusatz-flex-container {
    gap: 50px;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 500px){
  .wsle-aktion {
    left: 0;
  }
  #immogrid-daten-flex-container {
    gap: 30px 25px;
  }
  .immogrid-daten-flex-item .wsle-wert {
    font-size: 20pt;
  }
  #carouselimmobilder .carousel-item img {
    max-height: 230px;
  }
  #carouselimmobilder .carousel-inner > .carousel-item {
    max-height: 230px;
  }
  .energie-wert {
    display: flex;
  }
  .energiew-left {
    display: block;
    flex: 0 0 165px;
    width: auto;
  }
  .energiew-right {
    display: block;
    flex-grow: 1;
    word-break: break-word;
    hyphens: auto;
  }
  #immo-texte {
    padding: 0 0px;
  }
}




#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; }
