/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@font-face {
  font-family: "AllRoundGothic";
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/AllRoundGothicLig.woff2') format("woff2");
}
@font-face {
  font-family: "AllRoundGothic";
  font-style: normal;
  font-weight: bold;
  src: url('../fonts/AllRoundGothicMedium.woff2') format("woff2");
}
@font-face {
  font-family: "Acumin";
  src: url('../fonts/AcuminVariable.woff2') format("woff2");
}
html {
  font-size: 18px;
}
body * {
  font-family: "Acumin";
  color: #ffffff;
}
body.home #g-mainbar {
  padding: 0;
}
body.home #tdot-teaser .rspbld-image {
  aspect-ratio: 1.0695187166;
  max-width: 400px;
}
body.tiere .mod-jux-photo-gallery .photo-gallery-item .item-wrap {
  border-radius: 0;
}
body.tiere .mod-jux-photo-gallery .photo_loadmore_wrap {
  display: none;
}
body .nocaps * {
  text-transform: none !important;
}
body.sanierung-details .com-content-category-blog {
  padding: 60px;
}
body.sanierung-details .com-content-category-blog .blog-items .blog-item {
  background-color: transparent;
}
body.sanierung-details .com-content-category-blog .blog-items .blog-item .item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.sanierung-details .com-content-category-blog .blog-items .blog-item .item-content .page-header h2 {
  font-size: 1rem;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}
body.sanierung-details .com-content-category-blog .blog-items .blog-item .item-content .readmore {
  margin-top: auto;
}
/********************************************
*
* General
*
*********************************************/
#redirects .g-content {
  padding: 0;
  margin: 0;
}
.g-logo.g-logo-helium img {
  max-height: 130px;
}
section {
  position: relative;
}
h1, h2 {
  font-family: "AllRoundGothic";
  font-weight: normal;
}
h1 {
  font-size: 2.25rem;
  line-height: normal;
}
h3 {
  font-family: "Acumin";
  font-weight: bold;
  font-size: 1rem;
}
.rspbld-title {
  margin-top: 0;
}
p, ul {
  font-family: "Acumin";
  font-weight: 200;
  hyphens: auto;
}
p {
  text-align: justify;
  hyphens: auto;
  line-height: 2rem;
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
ul:first-of-type {
  margin-top: 0;
}
ul:last-of-type {
  margin-bottom: 0;
}
a:hover {
  color: #421406;
}
em {
  font-style: italic;
}
.rspbld-image .rspbld-image-caption {
  background-color: transparent;
}
p.readmore .btn {
  border-radius: 0;
  background-color: #9b9f60;
  padding: 1rem 1.5rem;
}
.bold {
  font-weight: bold;
}
.bold * {
  font-weight: bold;
}
.fourcol {
  padding: 60px;
}
.fourcol .rspbld-content {
  column-count: 4;
  column-fill: balance;
}
.btn.btn-default {
  color: #ffffff;
  background-color: #537139;
  border: 1px solid #ffffff;
  border-radius: 0;
  text-decoration: none;
}
.btn.btn-default * {
  color: #ffffff;
}
.btn.btn-default:hover {
  color: #421406;
  background-color: #9b9f60;
}
.btn.btn-default:hover * {
  color: #421406;
}
.button-left {
  float: left;
}
.button-right {
  float: right;
}
.button-right::after {
  display: block;
  content: "";
  position: relative;
  clear: both;
}
.momentum {
  font-family: "AllRoundGothic";
}
table {
  border: none;
}
.bottomborder {
  border-bottom: 2px solid #ffffff;
}
.topborder {
  border-top: 2px solid #ffffff;
}
.borders {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#g-page-surround {
  background-color: #f5e0d0;
}
#g-container-main {
  border-bottom: none;
}
.onecol a, .twocol a {
  text-decoration: underline;
}
.scroller-image, .scroller {
  position: relative;
  flex: 1;
  /* Make both columns take equal space */
  display: flex;
  /* We want to make sure inner flex properties work */
  flex-direction: column;
  /* Stack children vertically */
}
.scroller {
  overflow-y: hidden;
  /* Enable vertical scrolling */
  position: relative;
  max-height: 100%;
  /* Match the max-height of .scroller-image */
  aspect-ratio: 0.78125;
}
.scroller .rspbld-text-block {
  position: relative;
  max-height: 100%;
  /* Ensure it does not exceed the parent's height */
  overflow-y: auto;
  /* Enable scrolling for text content */
}
.scroller-image {
  display: flex;
  /* Ensure the image container can flex */
  max-height: fit-content;
}
.scroller-image .rspbld-image {
  aspect-ratio: 0.78125;
  overflow: hidden;
  /* Prevent overflow */
}
.scroller-image .rspbld-image img {
  max-width: 100%;
  /* Make image responsive */
  height: auto;
  /* Maintain aspect ratio */
}
/********************************************
*
* bootstrap fixes
*
*********************************************/
.row > * {
  padding: 0;
}
/********************************************
*
* Launchpad
*
*********************************************/
.momentum-launchpad {
  text-align: center;
  background-position: center center !important;
}
.momentum-launchpad #momentum-launchpad {
  padding: 60px 90px;
  margin: 0 auto !important;
  justify-content: space-between;
}
.momentum-launchpad #momentum-launchpad .col-md-6 {
  flex: 1;
  backdrop-filter: blur(8px);
  width: calc(50% - 120px);
  flex-basis: calc(50% - 120px);
  max-width: 380px;
}
.momentum-launchpad #momentum-launchpad .col-md-6:first-of-type {
  justify-self: left;
}
.momentum-launchpad #momentum-launchpad .col-md-6:last-of-type {
  justify-self: right;
}
.momentum-launchpad #momentum-launchpad .col-md-6 .rspbld-image {
  background-color: transparent !important;
  overflow: hidden;
}
.momentum-launchpad #momentum-launchpad h2 {
  font-weight: bold;
}
/********************************************
*
* Main
*
*********************************************/
#social .g-particle {
  padding: 0;
  margin: 0;
}
#social .g-particle .g-social {
  text-align: center;
  line-height: 0;
  margin-top: 20px;
}
#social .g-particle .g-social * {
  font-size: 24px;
}
section.pagehead {
  padding: 0;
  border-bottom: 2px solid #ffffff;
  background-size: contain;
}
section.pagehead .row {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}
section.pagehead * {
  color: #537139;
}
section.pagehead .col-md-12 {
  padding: 0;
}
section.pagehead .title-block {
  background-color: #ffffff;
  color: #537139;
  padding: 90px 60px;
  border-style: solid;
  border-color: #537139;
  border-width: 14px 2px;
}
section.pagehead .title-block h1 {
  font-size: 50px;
  font-weight: 200;
}
#g-header {
  padding: 0;
  margin: 0;
}
#g-header .g-content {
  padding: 0;
  margin: 0;
}
#g-mainbar {
  padding: 60px;
  background-color: #537139;
}
#g-mainbar .g-content {
  position: relative;
  padding: 0;
  margin: 0;
}
#g-mainbar .g-content .platform-content {
  padding: 0;
  margin: 0;
}
#g-mainbar .g-content .platform-content .row {
  margin: 0;
}
#g-mainbar .g-content .platform-content .row > .col {
  padding: 0;
}
#g-mainbar #rspbld.home .page-content section {
  padding: 0;
}
#g-mainbar #rspbld.home .page-content section.twocol-images .row .col-md-6 {
  padding: 0;
}
#g-mainbar #rspbld.home .page-content section.twocol .col-md-6 {
  padding: 0;
}
#g-mainbar #rspbld.home .page-content section.padding {
  padding: 60px;
}
#g-mainbar #rspbld .page-content section {
  padding: 60px;
  background-color: #537139;
}
#g-mainbar #rspbld .page-content section.fullsize {
  padding: 0;
}
#g-mainbar #rspbld .page-content section.fullsize > .row > div {
  padding: 0;
}
#g-mainbar #rspbld .page-content section.kaki {
  background-color: #9b9f60;
}
#g-mainbar #rspbld .page-content section .col-md-3 .rspbld-text-block {
  padding: 1rem;
}
#g-mainbar #rspbld .page-content section.pagehead {
  padding: 0;
  border-bottom: 2px solid #ffffff;
  background-size: contain;
}
#g-mainbar #rspbld .page-content section.pagehead.home {
  padding-bottom: 60px !important;
}
#g-mainbar #rspbld .page-content section.pagehead.home * {
  color: #ffffff;
}
#g-mainbar #rspbld .page-content section.pagehead.home .rspbld-image {
  border-top: none;
}
#g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image {
  display: flex;
  border-top: 2px solid #ffffff;
  align-items: center;
}
#g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image:not(.logo) > img {
  aspect-ratio: 2.5;
  object-fit: cover;
  object-position: 50% 50%;
}
#g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image.logo {
  aspect-ratio: 2.5;
}
#g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image.logo::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
#g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image.logo img {
  width: auto;
  max-height: 300px;
  margin: auto;
}
#g-mainbar #rspbld .page-content section.pagehead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 50vw;
  width: 100%;
  background-color: #ffffff;
  z-index: 0;
}
#g-mainbar #rspbld .page-content section.pagehead .row {
  position: relative;
  z-index: 10;
}
#g-mainbar #rspbld .page-content section.pagehead * {
  color: #537139;
}
#g-mainbar #rspbld .page-content section.pagehead .col-md-12 {
  padding: 0;
}
#g-mainbar #rspbld .page-content section.pagehead .title-block {
  background-color: #ffffff;
  color: #537139;
  padding: 90px 60px;
  border-style: solid;
  border-color: #537139;
  border-width: 14px 2px;
}
#g-mainbar #rspbld .page-content section.pagehead .title-block h1 {
  font-size: 50px;
  font-weight: 200;
}
#g-mainbar #rspbld .page-content section.pagehead .rspbld-image {
  border-top: 2px solid #ffffff;
}
#g-mainbar #rspbld .page-content section.pagehead .rspbld-image.noborder {
  border-top: none;
}
#g-mainbar #rspbld .page-content section.pagehead .rspbld-image img {
  max-width: none;
  width: 100%;
}
#g-mainbar #rspbld .page-content section.pagehead #home-head {
  background-color: #537139;
}
#g-mainbar #rspbld .page-content section.pagehead #home-head .title-block {
  position: relative;
  background-color: #537139;
  color: #ffffff;
  padding: 60px 0;
  border: none;
}
#g-mainbar #rspbld .page-content section.pagehead #home-head .title-block h1 {
  font-size: 4rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #ffffff;
}
#g-mainbar #rspbld .page-content section.pagehead #home-head .title-block h2 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 200;
  color: #ffffff;
}
#g-mainbar #rspbld .page-content section.pagehead #home-head .rspbld-image.homelogo {
  padding: 0 0 60px 0;
}
#g-mainbar #rspbld .page-content section.pagehead #home-head .rspbld-image.homelogo img {
  max-width: 400px;
}
#g-mainbar #rspbld .page-content section.pagehead1 #home-head1 {
  background-color: #537139;
}
#g-mainbar #rspbld .page-content section.pagehead1 #home-head1 .title-block {
  position: relative;
  background-color: #537139;
  color: #ffffff;
  padding: 60px 0;
  border: none;
}
#g-mainbar #rspbld .page-content section.pagehead1 #home-head1 .title-block h1 {
  font-size: 4rem;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: #ffffff;
}
#g-mainbar #rspbld .page-content section.pagehead1 #home-head1 .title-block h2 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: 200;
  color: #ffffff;
}
#g-mainbar #rspbld .page-content section.pagehead1 #home-head1 .rspbld-image.homelogo {
  padding: 0 0 60px 0;
}
#g-mainbar #rspbld .page-content section.pagehead1 #home-head1 .rspbld-image.homelogo img {
  max-width: 400px;
}
#g-mainbar #rspbld .page-content section.image-full .row {
  margin: 0;
}
#g-mainbar #rspbld .page-content section.image-full .row > .col-md-12 {
  padding: 0;
}
#g-mainbar #rspbld .page-content section.image-full .row > .col-md-12 .rspbld-image img {
  max-width: none;
  width: 100%;
}
#g-mainbar #rspbld .page-content section.twocol {
  color: #ffffff;
  background-color: #537139;
  padding: 0;
  border-bottom: 2px solid #ffffff;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6 {
  padding: 0;
  overflow: hidden;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6.title-left {
  background-color: #9b9f60;
  padding: 60px 60px 60px 60px;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6.title-right {
  background-color: #9b9f60;
  padding: 60px 60px 60px 60px;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6.text-left {
  background-color: #537139;
  padding: 60px 60px 60px 60px;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6.text-right {
  background-color: #537139;
  padding: 60px 60px 60px 60px;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6.kaki {
  background-color: #9b9f60;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-image {
  background-color: #9b9f60;
  overflow: hidden;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-image img {
  object-fit: cover;
  object-position: center;
  max-width: none;
  width: 100%;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-image.padding {
  padding: 50px;
  border: none;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-openstreetmap {
  padding: 50px;
}
#g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-openstreetmap .osmap {
  aspect-ratio: 1;
}
#g-mainbar #rspbld .rspbld-text-block.keywords h2 {
  font-size: 50px;
  text-transform: uppercase;
}
#g-mainbar #rspbld .rspbld-image.image-team {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 60px;
}
#g-mainbar #rspbld .rspbld-image.image-deco {
  width: 40%;
}
#g-mainbar #rspbld .rspbld-image.image-deco.team-deco {
  margin-top: -90px;
}
#g-mainbar #rspbld .rspbld-openstreetmap .osmap {
  aspect-ratio: 3;
  min-height: 250px;
  height: auto;
}
#g-mainbar #rspbld .rspbld-openstreetmap .osmap .leaflet-control-zoom * {
  color: #421406;
}
#g-mainbar #rspbld .rspbld-openstreetmap .osmap .leaflet-popup-content p {
  font-size: 1rem;
  color: #000000;
  margin: 0;
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item {
  background-color: #537139;
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 0 2px;
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item:first-of-type, #g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item:last-of-type {
  border-radius: 0;
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item:last-of-type {
  border-bottom-width: 2px;
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item .accordion-button {
  background-color: #537139;
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item .accordion-button::after {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27%23ffffff%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20d%3D%27M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z%27%2F%3E%3C%2Fsvg%3E');
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item .accordion-body {
  background-color: #9b9f60;
}
#g-mainbar #rspbld .rspbld-accordion .accordion .accordion-item .accordion-body * {
  color: #421406;
}
.contentpage #g-mainbar {
  padding: 0;
}
.contentpage #g-mainbar .g-grid > .g-block > .g-content {
  padding: 0;
  margin: 0;
}
.contentpage #g-mainbar .g-grid > .g-block > .g-content > .platform-content {
  padding: 0;
}
.contentpage #g-mainbar section .col-md-6 .rspbld-text-block, .contentpage #g-mainbar section .col-md-6 .rspbld-module, .contentpage #g-mainbar section .col-md-4 .rspbld-text-block, .contentpage #g-mainbar section .col-md-4 .rspbld-module {
  padding: 60px;
}
/********************************************
*
* Calendar
*
*********************************************/
.com-dpcalendar-blog .dp-icon, .com-dpcalendar-event .dp-icon {
  color: #ffffff;
}
.com-dpcalendar-blog .dp-icon svg, .com-dpcalendar-event .dp-icon svg {
  color: #ffffff;
  fill: #ffffff;
}
.com-dpcalendar-blog .dp-button, .com-dpcalendar-event .dp-button {
  background-color: #537139;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.com-dpcalendar-blog .dp-button:hover, .com-dpcalendar-event .dp-button:hover {
  background-color: #9b9f60;
  color: #421406;
}
.com-dpcalendar-blog .dp-button:hover .dp-icon, .com-dpcalendar-event .dp-button:hover .dp-icon {
  color: #421406;
}
.com-dpcalendar-blog .dp-button:hover .dp-icon svg, .com-dpcalendar-event .dp-button:hover .dp-icon svg {
  color: #421406;
  fill: #421406;
}
.com-dpcalendar-blog .com-dpcalendar-blog__heading, .com-dpcalendar-blog .com-dpcalendar-event__header, .com-dpcalendar-event .com-dpcalendar-blog__heading, .com-dpcalendar-event .com-dpcalendar-event__header {
  background-color: #ffffff;
  border-color: #537139;
  border-style: solid;
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 2px;
  border-right-width: 2px;
}
.com-dpcalendar-blog .com-dpcalendar-blog__heading h1, .com-dpcalendar-blog .com-dpcalendar-event__header h1, .com-dpcalendar-event .com-dpcalendar-blog__heading h1, .com-dpcalendar-event .com-dpcalendar-event__header h1 {
  color: #537139;
  text-transform: uppercase;
  font-size: 50px;
  padding: 90px 60px;
}
.com-dpcalendar-blog .com-dpcalendar-event__information, .com-dpcalendar-blog .com-dpcalendar-blog__custom-text, .com-dpcalendar-event .com-dpcalendar-event__information, .com-dpcalendar-event .com-dpcalendar-blog__custom-text {
  border-top: 2px solid #ffffff;
}
.com-dpcalendar-blog .com-dpcalendar-blog__actions, .com-dpcalendar-event .com-dpcalendar-blog__actions {
  padding: 60px;
}
.com-dpcalendar-blog .com-dpcalendar-blog__events, .com-dpcalendar-event .com-dpcalendar-blog__events {
  padding: 60px;
}
.g-bodyonly .com-dpcalendar-event .com-dpcalendar-event__header h1 {
  padding: 60px;
}
.g-bodyonly .com-dpcalendar-event .com-dpcalendar-event__header h1 a {
  color: #537139;
}
.g-bodyonly .com-dpcalendar-event .com-dpcalendar-event__information {
  background-color: #537139;
}
.g-bodyonly .com-dpcalendar-event .com-dpcalendar-event__description * {
  color: #537139;
}
.g-bodyonly .com-dpcalendar-event .com-dpcalendar-event__description .com-dpcalendar-event__description-content p {
  font-size: 1rem;
}
.mod-dpcalendar-upcoming {
  margin-bottom: 60px;
}
/********************************************
*
* Convertforms
*
*********************************************/
.convertforms {
  padding: 0;
}
.convertforms .cf-form-wrap {
  padding: 20px 0;
}
.convertforms .cf-label {
  color: #ffffff;
}
.convertforms .cf-btn {
  background-color: #537139;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.convertforms .cf-btn * {
  color: #ffffff;
}
.convertforms .cf-btn:hover {
  background-color: #9b9f60;
}
.convertforms .cf-btn:hover * {
  color: #421406;
}
body.kindergarten .convertforms {
  padding: 60px;
}
/********************************************
*
* CW-files downloads
*
*********************************************/
div.cw-files.defaultview {
  margin-top: 20px;
  border-top: 1px solid #ffffff;
}
div.cw-files.defaultview ul.cw-files {
  margin: 0;
}
div.cw-files.defaultview ul.cw-files .cw-files-item {
  border-bottom: none;
  padding: 10px 0 10px 0;
}
div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-item-textbox .cw-files-name {
  font-weight: normal;
}
div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-item-textbox .cw-files-description {
  margin: 0;
}
div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-buttonbox {
  margin-top: 0;
}
div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-buttonbox .cw-files-dlnutton, div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-buttonbox .cw-files-rdbutton {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: normal;
}
div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-buttonbox .cw-files-dlnutton:hover, div.cw-files.defaultview ul.cw-files .cw-files-item .cw-files-buttonbox .cw-files-rdbutton:hover {
  background-color: #9b9f60;
  color: #421406;
}
.rspbld-module.noborder div.cw-files.defaultview {
  border: none;
}
.moduletable.termine, .moduletable.momentum-post {
  padding: 60px 60px 0 60px;
}
.leaflet-pane {
  z-index: 1;
}
.leaflet-top {
  z-index: 2;
}
#g-footer {
  padding: 0;
  background-color: transparent;
  hyphens: none;
}
#g-footer .g-container {
  background-color: #f5e0d0;
}
#g-footer .g-container *, #g-footer .g-container a {
  color: #537139;
}
#g-footer .g-container .verticalmenu ul.g-horizontalmenu {
  padding-top: 0;
}
#g-footer .g-container .verticalmenu ul.g-horizontalmenu li {
  display: block;
  text-align: left;
  padding: 0;
}
#g-footer .g-container .verticalmenu ul.g-horizontalmenu li a {
  padding: 0;
  margin: 0;
}
#g-footer .g-container .contactblock .g-social {
  display: block;
}
#g-footer .g-container .contactblock .g-social a {
  display: block;
}
#g-offcanvas {
  background-color: #9b9f60;
}
#g-offcanvas #g-mobilemenu-container ul {
  background-color: #9b9f60;
}
#g-offcanvas #g-mobilemenu-container ul li.g-menu-item > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
  color: #421406;
}
#g-offcanvas #g-mobilemenu-container ul li.g-menu-item.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
  background-color: #9b9f60;
  border: 1px solid #ffffff;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background-color: #537139;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container > .g-menu-item-content .g-menu-item-title, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container > .g-menu-item-content .g-menu-item-title {
  color: #ffffff;
}
/********************************************
*
* CW-timeline
*
*********************************************/
.cwtimeline-main {
  background-color: transparent !important;
}
.cwtimeline-main #slider.swiper {
  background-color: transparent !important;
}
.cwtimeline-main #slider.swiper li.swiper-slide .swiper-content {
  aspect-ratio: 1.1111111111;
}
.cwtimeline-main #slider.swiper li.swiper-slide .swiper-content .dateimg.bottomimg {
  margin-top: auto;
}
.cwtimeline-main #slider.swiper li.swiper-slide .swiper-content .toptext {
  flex: 1;
  max-height: 30%;
}
.cwtimeline-main #popup #popupcontainer {
  background-color: #537139;
}
.cwtimeline-main #popup #popupcontainer #popup-content #popcontent .timelinemg {
  position: relative;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cwtimeline-main #popup #popupcontainer #popup-content #popcontent .timelinemg a {
  position: relative;
  flex-basis: calc(33% - 5px);
}
.cwtimeline-main #popup #popupcontainer #popup-content #popcontent .timelinemg a img {
  border-radius: 10px;
}
/********************************************
*
* Other specials
*
*********************************************/
section.imagecluster > .row {
  gap: 30px;
}
section.imagecluster > .row .col-md-4 {
  flex-basis: calc(33.333% - 20px);
  width: auto;
}
section.imagecluster > .row .col-md-4 .rspbld-vertical-image-box {
  margin-bottom: 30px;
}
section.imagecluster > .row .col-md-3 {
  flex-basis: calc(25% - 24px);
  width: auto;
}
body .g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-weight: normal;
}
body .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-weight: normal;
}
body .g-horizontalmenu {
  font-weight: normal;
}
body #g-navigation {
  background-color: transparent;
  border-bottom: none;
  text-transform: uppercase;
}
body #g-navigation .g-container {
  background-color: #537139;
  border-bottom: 2px solid #ffffff;
}
body #g-navigation .g-container #headlogo > .g-content {
  padding: 0;
  text-align: center;
}
body #g-navigation .g-container #headlogo > .g-content .g-logo.g-logo-helium {
  display: block;
  text-align: center;
  position: relative;
}
body #g-navigation .g-container #headlogo > .g-content .g-logo.g-logo-helium img {
  position: relative;
  max-height: none;
  margin: 0 auto;
}
body #g-navigation .g-container #menublock {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}
body #g-navigation .g-container #menublock > .g-content {
  position: relative;
  max-width: 100%;
  flex: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 3;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav {
  margin: 0 auto;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel {
  display: flex;
  gap: 20px;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li {
  flex: 0;
  margin: 0;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li > a {
  display: inline-block;
  white-space: nowrap;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li .g-menu-item-container {
  display: flex;
  flex-wrap: nowrap;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li .g-menu-item-container > .g-separator > .g-menu-item-title {
  white-space: nowrap;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown {
  background-color: #ffffff;
  width: auto;
  max-width: 250px;
  border-radius: 0;
  border: 2px solid #9b9f60;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown ul.g-sublevel > li {
  margin: 0;
  padding: 0.3125rem 0.9375rem;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown ul.g-sublevel > li a, body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown ul.g-sublevel > li * {
  color: #537139;
  white-space: nowrap;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown ul.g-sublevel > li.active {
  background-color: #537139;
}
body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown ul.g-sublevel > li.active a, body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel > li ul.g-dropdown ul.g-sublevel > li.active * {
  color: #ffffff;
}
body #g-navigation .g-container #switchmenu {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}
body #g-navigation .g-container #switchmenu .g-content {
  margin-bottom: 4px;
  padding-bottom: 0;
}
body #g-navigation .g-container #switchmenu .g-content .g-horizontalmenu {
  text-align: center;
}
body #g-navigation .g-container #switchmenu .g-content .g-horizontalmenu li {
  border: 1px solid #ffffff;
  padding: 5px;
  min-width: 110px;
}
body #g-navigation .g-container #switchmenu .g-content .g-horizontalmenu li a {
  display: block;
  padding: 4px 0 0 0;
  margin: 0;
  text-align: center;
  line-height: 1.6rem;
}
body #g-navigation .g-container #switchmenu .g-content .g-horizontalmenu li:hover {
  background-color: #9b9f60;
}
body #g-navigation .g-container #switchmenu .g-content .g-horizontalmenu li:hover a {
  color: #421406;
}
@media (max-width: 1619px) {
  body .g-container {
    width: 75rem;
  }
  .momentum-launchpad #momentum-launchpad {
    padding: 60px 60px;
  }
}
@media (max-width: 1350px) {
  body .g-container {
    width: 60rem;
  }
  body #g-navigation .g-container #switchmenu .g-content {
    margin-bottom: 2.5rem;
  }
  p, h3 {
    font-size: 0.9rem;
  }
  p {
    line-height: 1.5rem;
  }
  .momentum-launchpad #momentum-launchpad {
    padding: 20px;
  }
  .momentum-launchpad #momentum-launchpad::before, .momentum-launchpad #momentum-launchpad::after {
    display: none;
  }
  .contentpage #g-mainbar section .col-md-6 .rspbld-text-block, .contentpage #g-mainbar section .col-md-6 .rspbld-module {
    padding: 50px;
  }
}
@media (max-width: 1080px) {
  body.sanierung-details .com-content-category-blog {
    padding: 30px;
  }
  body .g-container {
    width: 48rem;
  }
  body p, body h3, body li {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
  body #g-navigation .g-container #headlogo.size-15 {
    flex-basis: 15%;
    width: 15%;
    min-width: 124px;
    margin: 10px 0;
  }
  body #g-navigation .g-container .size-65 {
    flex-basis: 490px;
    width: 490px;
  }
  body #g-navigation .g-container #switchmenu.size-20 {
    flex-basis: 20%;
    width: 20%;
  }
  body #g-navigation .g-container #switchmenu.size-20 .g-content {
    padding: 0;
  }
  body #g-navigation .g-container #menublock > .g-content {
    flex: 1;
    padding: 0;
  }
  body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel {
    gap: 8px;
  }
  body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel a, body #g-navigation .g-container #menublock > .g-content .g-main-nav ul.g-toplevel .g-separator {
    font-size: 0.8rem;
  }
  body #g-mainbar #rspbld .page-content section {
    padding: 30px;
  }
  body #g-mainbar #rspbld .page-content section.pagehead #home-head .title-block h1 {
    font-size: 4.688rem;
  }
  body #g-mainbar #rspbld .page-content section.pagehead #home-head .title-block h2 {
    font-size: 3.125rem;
  }
  body #g-mainbar #rspbld .page-content section.image-full .row {
    margin: 0;
  }
  body #g-mainbar #rspbld .page-content section.image-full .row > .col-md-12 {
    padding: 0;
  }
  body #g-mainbar #rspbld .page-content section.image-full .row > .col-md-12 .rspbld-image img {
    max-width: none;
    width: 100%;
  }
  body #g-mainbar #rspbld .page-content section.twocol {
    color: #ffffff;
    background-color: #537139;
    padding: 0;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6 {
    padding: 0;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.title-left {
    background-color: #9b9f60;
    padding: 30px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.title-right {
    background-color: #9b9f60;
    padding: 30px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.text-left {
    background-color: #537139;
    padding: 30px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.text-right {
    background-color: #537139;
    padding: 30px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.kaki {
    background-color: #9b9f60;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-image {
    background-color: #9b9f60;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-image img {
    max-width: none;
    width: 100%;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6 .rspbld-image.padding {
    padding: 50px;
    border: none;
  }
  body .momentum-launchpad {
    text-align: center;
  }
  body .momentum-launchpad #momentum-launchpad {
    padding: 20px;
    gap: 5%;
  }
  .fourcol {
    padding: 30px;
  }
  .contentpage #g-mainbar section .col-md-6 .rspbld-text-block, .contentpage #g-mainbar section .col-md-6 .rspbld-module {
    padding: 30px;
  }
  .contentpage #g-mainbar section .col-md-6 .rspbld-content p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 959px) {
  body #g-navigation .g-container #switchmenu.size-20 .g-content {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 863px) {
  body .g-container {
    width: 100%;
  }
  body .g-offcanvas-hide {
    display: block;
  }
  body #g-navigation .g-container #headlogo.size-15 {
    flex: 1;
    flex-basis: auto;
    width: auto;
    max-width: auto;
    margin: 10px 0;
  }
  body #g-navigation .g-container #menublock.size-65 {
    flex-basis: 0;
    width: 0;
  }
  body #g-navigation .g-container #switchmenu.size-20 {
    flex-basis: 200px;
    width: 200px;
  }
  body #g-navigation .g-container #menublock {
    display: none;
  }
  body #g-navigation .g-container #switchmenu .g-content .g-horizontalmenu {
    text-align: right;
  }
  body #g-mainbar #rspbld .page-content section.pagehead #home-head .title-block h1 {
    font-size: 3.125rem;
  }
  body #g-mainbar #rspbld .page-content section.pagehead #home-head .title-block h2 {
    font-size: 1.875rem;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6 {
    flex-basis: 100%;
    width: 100%;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.title-left {
    background-color: #9b9f60;
    padding: 65px 60px 60px 60px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.title-right {
    background-color: #9b9f60;
    padding: 65px 60px 60px 60px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.text-left {
    background-color: #537139;
    padding: 65px 60px 60px 60px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.text-right {
    background-color: #537139;
    padding: 65px 60px 60px 60px;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.col1 {
    order: 1;
  }
  body #g-mainbar #rspbld .page-content section.twocol .col-md-6.col2 {
    order: 2;
  }
  body .scroller {
    overflow-y: visible;
    /* Enable vertical scrolling */
    aspect-ratio: unset;
  }
  body .scroller .rspbld-text-block {
    overflow-y: visible;
    /* Enable scrolling for text content */
  }
  body .scroller-image .rspbld-image {
    overflow: visible;
    /* Prevent overflow of the image container */
    aspect-ratio: unset;
  }
  .fourcol .rspbld-content {
    column-count: 3;
  }
  .below-content.moduletable.momentum-post div.cw-files ul li.cw-files-item {
    flex-basis: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .below-content.moduletable.momentum-post div.cw-files ul li.cw-files-item .cw-files-item-textbox {
    flex-basis: 100%;
  }
  .below-content.moduletable.momentum-post div.cw-files ul li.cw-files-item .cw-files-buttonbox {
    flex-basis: 100%;
    margin-top: 0;
  }
  .below-content.moduletable.momentum-post div.cw-files ul li.cw-files-item .cw-files-buttonbox .cw-files-dlnutton, .below-content.moduletable.momentum-post div.cw-files ul li.cw-files-item .cw-files-buttonbox .cw-files-rdbutton {
    background-color: #9b9f60;
    color: #421406;
  }
  .cwtimeline-main #popup #popupcontainer #popup-content #popcontent .timelinemg a {
    flex-basis: calc(50% - 5px);
  }
}
@media (max-width: 540px) {
  body .g-container {
    width: 100%;
  }
  body #g-mainbar #rspbld .page-content section.pagehead .title-block {
    padding: 90px 30px;
  }
  body #g-mainbar #rspbld .page-content section.pagehead .title-block h1 {
    font-size: 2.5rem;
  }
  body #g-mainbar #rspbld .page-content section.pagehead .title-block h2 {
    font-size: 1.875rem;
  }
  body #g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image.logo {
    aspect-ratio: 2.08;
  }
  body #g-mainbar #rspbld .page-content section.pagehead.slim .row .rspbld-image.title-image.logo img {
    margin: 50px auto;
    height: 200px;
  }
  body .momentum-launchpad {
    text-align: center;
  }
  body .momentum-launchpad #momentum-launchpad {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }
  body .momentum-launchpad #momentum-launchpad .col-md-6 {
    width: 100%;
    flex-basis: 100%;
  }
  .fourcol .rspbld-content {
    column-count: 1;
  }
  .cwtimeline-main #popup #popupcontainer #popup-content #popcontent .timelinemg a {
    flex-basis: 100%;
  }
}
@media (max-width: 400px) {
  body #g-navigation .g-container #headlogo > .g-content .g-logo.g-logo-helium img {
    margin-left: 50px;
  }
  body #g-navigation .g-container #switchmenu.size-20 {
    flex-basis: 160px;
    width: 160px;
  }
  body #g-navigation .g-container #switchmenu.size-20 * {
    font-size: 0.8rem;
  }
}
/*# sourceMappingURL=custom_14.css.map */