/* SUNNY HILL - CSS */

body, html {
  font-family: 'Antic Didone';
  line-height: 170%;
  overflow-x: hidden;
  font-size: 15px;
 }

.page-node-7 header{
  display: none !important;
}

.kleingedrucktes p, .kleingedrucktes span{
  line-height: 140%;
  margin-top: 10px;
  font-size: 13px !important;
}

.hero .text-formatted {
  text-align: left;
}

 .hero h1 {
   font-family: 'Interstate Light';
   margin-bottom: 0px !important;
   font-size: 30pt;
   color: #1a1918;
   margin-bottom: 0px;
   letter-spacing: -0.01em;
   text-transform: lowercase;
 }

 .hero h2 {
   font-family: 'Interstate Light';
   margin-bottom: 36px !important;
   margin-top: 0px !important;
   font-size: 16pt !important;
   line-height: 20pt !important;
   color: #1a1918;
   margin-bottom: 0px;
   letter-spacing: -0.01em;
   text-transform: lowercase;
 }
 
 
 h2 {
  font-family: 'Interstate Light' !important;
  font-style: normal;
   margin-bottom: 6px;
   margin-top: 0px;
   line-height: 60px;
   color: #09828b !important;
   text-align: center;
 }

h3 {
  color: rgba(112,112,112);
}
 
p {
   color: #707070 !important;
  letter-spacing: 0.01em;
}

 /* CONTAINER */
 
 .container {
   max-width: 100%;
   width: 100%;
 }
 
 .container .col {
   padding: 0px;
 }


.fluid.paragraph, .boxed.paragraph  {
  max-width: 100%;
}

.boxed.paragraph .layout {
  max-width: 990px;
  margin: auto;
  z-index: 10;
}

 /* BILDER */
 
 .field--type-image img {
   margin: 0px;
 }
 
 .node .field--type-image {
   float: none;
   margin: 0;
   flex: 1;
 }
 
 .field--type-entity-reference {
   margin: 0;
 }

 /* BLOCK // LOGO */

#page{
  position: relative;
}

  /* NAVBAR */

#navbar-top {
  display: none;
}

.navbar-collapse {
  justify-content: center !important;
}

#CollapsingNavbar {
  max-width: 990px !important;
  margin: auto;
}

#navbar-main {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 99;
}

#main-wrapper {
  /*! padding-top: 90px; */
}

.menu--main {
  width: 100% !important;
}

.navbar-nav {
    justify-content:space-between !important;
    height: 75px;
  align-items: center;
}

.navbar-nav a {
  color: #09828b;
  text-transform: uppercase;
}

.navbar {
  padding: 0px;
}

.nav-link:focus, .nav-link:hover {
  color: #cea82c !important
}

.nav-link {
  border-bottom: 1px solid transparent;
}

.navbar-nav li:first-child a {
  font-size: 0px;
  width: 200px;
}

.navbar-nav li:first-child a:before {
    content: "";
    background-image: url(/sites/default/files/sunnyhill_logo_schriftzug.svg);
    background-size: 140px auto;
    background-position: center left;
    background-repeat: no-repeat;
    height: 30px;
    width: 200px;
    display: block;
    position: absolute;
  margin-top: -5px;
}


.nav-link.active {
  position: relative;
  transition: 0.2s ease-in;
  border-bottom: 1px solid #09828b !important;

}

.nav-link.active:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 90%;
  background: #09828b;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0px;
}


.nav-link.active:after {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 90%;
  background: #09828b;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0px;
  left: auto;
}

:target {
  padding-top: 90px;
  margin-top: -90px;
}

 /* LAYOUT */

.node__content {
  margin-top: 0px;
}

.extra-field--anchor {
  height: 0px;
  width: 0px;
}

.extra-field--edit {
  display: none;
}

.paragraph--type--embed .extra-field--edit {
  display: block;

}

.paragraph--type--embed .extra-field--edit a {
  background: #87a0a1;
  border-bottom-right-radius: 9px;
  color: #fff;
  text-decoration: none;
  padding: 2px 10px;
  position: absolute;
  top: 0px;
  z-index: 10;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
 
 .layout__region {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: center;
 }

.layout__region--second .text-formatted {
  padding-left: 25px;
}


.paragraph--type--embed .node__title {
  display: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;

}

.stoerer {
  border: 2px solid;
  
}
 
a.stoerer {
  text-decoration: none;
  padding: 10px 25px;
  margin-top: 36px !important;
  display: inline-block;
  color: #1a1918;
  white-space: nowrap;
}

a.stoerer:hover {
  background: #1a1918 !important;
  color: #fff !important;
}

 /* TEXT */

.map .layout__region--top {
  text-align: center;
  margin: auto;
  padding: 0px 50px 25px 50px;
}
 

.layout__region--first {
  /*! justify-content: flex-start; */
  align-items: flex-end;
}
 .layout__region--first .text-formatted,
.layout__region--second .text-formatted {
   max-width: 560px !important;
   width: 100%;
 }
 
 /* BULLET POINTS  */

 .text-formatted li:before {
   content: url(/sites/default/files/sonne-kl.svg);
   width: 15px;
   height: 15px;
   display: inline-block;
   border: none;
   position: absolute;
   left: 0px;
   top: 2px;  
 }
 
 .text-formatted li {
   list-style: none;
   padding-left: 30px;
   padding-bottom: 10px;
   position: relative;
   font-family: 'Interstate Light';
   color: rgba(112,112,112);
 }
 
 .text-formatted ul {
   padding: 0px;
   justify-content: center;
   max-width: 100%;
   margin: auto;
 }

.liste .layout__region--first {
  align-items: flex-start;
}

.liste .layout__region--bottom {
  margin-top: 25px;
}

.column-2 ul {
  column-count: 2;
  column-gap: 120px;
}

.column-2 li {
      break-inside: avoid-column;
}

 
.hero {
  position: relative;
}

.hero .text-formatted {
  position: absolute;
  bottom: 0px;
  left: 64%;
  right: 12%;
  bottom: 50px;
  margin: auto;
}

.hero p {
  font-size: 21px;
  line-height: 25pt;
  color: #1a1918;
}

.hero img {
  object-fit: cover;
  height: 600px;
  object-position: bottom;
}


/* PROJEKT Seite */

.projekt-slider {
  position: relative;
}

.projekt-slider p span {
  line-height: 100% !important;
}

.projekt-slider img {
  aspect-ratio:  1920 / 1000
}

.projekt-slider .paragraph--type--body{
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: rgba(255,255,255,0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  width: 50%;
}

.projekt-slider .paragraph--type--body .text-formatted {
  max-width: 600px;
  padding-left: 50px;
}


.projekt .projekt-slider .field--name-field-body img {
  height: auto;
  /*! margin-bottom: 36px; */
  margin-left: -50px !important;
}


.projekt .projekt-slider .field--type-image img {
  width: 100%;
  height: auto;
}

.projekt .paragraph--type--grid-file {
  text-align: center;

}

.projekt .paragraph--type--grid-file .field--name-field-description {
  width: 100px;
  justify-content: center;
  display: flex;
  margin: auto;
  height: 50px;
  align-items: flex-end;
  line-height: 140%;
}


.projekt .paragraph--type--grid-file .file a   {
  padding: 0px;
  background: none;
  text-indent: -9999px;
  display: flex;
  text-decoration: none;
  margin-top: 15px;
  align-items: flex-end;
  font-size: 0px;
}

.projekt .paragraph--type--grid-file .file {
  padding: 0px;
  background: none;
}

.paragraph--type--grid-file .file a:before {
  content: "PDF-Download";
  text-indent: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #cea82c;
  color: #fff;
  padding: 5px 25px;
    font-size: 16px;
}

.paragraph--type--grid-image .expose {
  max-width: 360px;
  margin: auto;
}

.projekt .paragraph--type--grid  {
  border-top: 3px solid #cea82c;
  margin-top: 50px;
  padding-top: 36px;
  position: relative;
}

.projekt .downloads img {
  max-width: 600px;
}

.projekt .paragraph--type--grid:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #cea82c;
  border-radius: 90%;
}

.projekt .paragraph--type--grid:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  background: #cea82c;
  border-radius: 90%;
  right: 0px;
}

.projekt .liste .text-formatted ul {
  column-count: 2;
  margin: 25px 0px;
}

.text-formatted li {
  break-inside: avoid; /* Funktioniert in Chrome, Edge, Safari */
  page-break-inside: avoid; /* Alte Eigenschaft für einige Browser */
  -webkit-column-break-inside: avoid; /* Safari */
  -moz-column-break-inside: avoid; /* Firefox */
}

h2 {
  line-height: 32px;
  font-size: 24px !important;
  font-family: 'Rische';

}

.projekt-slider h2 {
  font-size: 24px !important;
  text-align: left;
  padding-left: 30px;
}

.projekt-slider h3 {
  font-size: 20px;
  color: #09828b;
  line-height: 150%;
  padding-left: 30px;
  margin-top: 25px;
}

.projekt-slider h3:last-of-type {
  margin-bottom: 0px;
  margin-top: 0px;
}

.projekt .projekt-slider p {
  margin-top: 15px;
  font-size: 16px;
  color: #09828b !important;
  padding-left: 30px;
}

.projekt .projekt-titel {
  margin: 50px 0px;
  text-align: center;
}


h1 {
  color: #09828b;
  font-size: 30px;
  text-align: center;
  margin-bottom: 48px;
}


.projekt-masonry {
  margin: auto;
  position: relative;
  display: flex;
  overflow: hidden;
}


.projekt-masonry .layout__region--first .paragraph--type--body {
  height: 100%;
  display: flex;
  flex: 1;
}

.projekt-masonry .layout__region--first .text-formatted {
  padding-top: 15px;
}

.projekt-masonry .layout__region--first {
  display: flex;
  flex: 1;
  background: #cea82c;
}

.projekt-masonry p {
  color: #fff !important;
  margin-bottom: 0px;
}

.projekt-masonry .layout {
  padding: 0px !important;
  display: flex;
}

.projekt-masonry .layout__region--first .text-formatted  {
  display: flex;
  position: relative;
  justify-content: flex-end;
  padding: 50px 50px 50px 0px;
  text-align: justify;
  hyphens: auto;
  align-items: center;
}


.projekt-masonry .layout__region--second {
   flex: 1; 
  border-left: 20px solid #fff;
  background: #cea82c;
      justify-content: center;
}

.projekt-masonry .layout__region--second p {
  margin-bottom: 0px;
}

.projekt-masonry .layout__region--second .text-formatted {
    display: flex;
  position: relative;
  justify-content: flex-start;
  padding: 50px 0px 50px 50px;
  text-align: justify;
  hyphens: auto;
}

.projekt-masonry .layout__region--first .field--name-field-image img {
  object-fit: cover;
  object-position: center;
  border-top: 20px solid #fff;
  aspect-ratio: 750 / 600;
}


.projekt-masonry .layout__region--second .field--name-field-image img {
  object-fit: cover;
  object-position: center;
  border-bottom: 20px solid #fff;
  aspect-ratio: 750 / 600;
}

  /* LAGE */

.lage-plan .layout__region--first {
    background: #c9d6da;
    justify-content: center;
}

.lage-plan p {
  color: #575757 !important;
}

.lage-plan .layout__region--first img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.lage-plan .layout__region--first .text-formatted {
  padding: 25px 50px 25px 0px;
  text-align: justify;
  hyphens: auto;
}

.lage-plan .layout__region--second .field--name-field-image {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0px;
}

.lage-plan .layout__region--second .field--name-field-image img {
  width: 100%; 
}

.lage-plan {
  position: relative;
}
.lage-plan h2 {
  text-align: left;
}

.sonne  {
  position: absolute !important;
   height: 400px; 
  max-width: 1400px;
  width: 100%;
   top: -230px;
  left: -100px;
  right: 0px;
  margin: auto;
  pointer-events: none;
}

.sonne img {
  max-width: 400px !important;
  position: absolute;
}


.lage-plan {
  position: relative;
}

.lage-plan .lagekarte {
  min-height: 730px;
  object-fit: cover;
  position: relative;
}

.lage-plan .lagekarte .field--name-field-media-description {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 80px;
  padding: 0px;
  width: auto;
}

.lage-plan .lagekarte .field--name-field-media-description p {
  font-size: 15px;
  margin-bottom: 0px;
}

.lage-plan .lagekarte img {
  object-fit: cover;
}

.lage-masonry {
  margin: auto;
  position: relative;
  display: flex;
  overflow: hidden;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
}

.lage-plan .layout__region--first img {
  width: 100%;
  height: auto;
  max-width: 100%;
}



.lage-masonry .layout__region--first .paragraph--type--body {
  height: 100%;
  display: flex;
  flex: 1;  
  align-items: center;
}

.lage-masonry .layout__region--first {
  display: flex;
  flex: 1;
  background: #cea82c
}

.lage-plan .layout__region--second {
  justify-content: flex-start;
}

.lage-masonry p {
  color: #575757 !important;
  margin: 0px;
}

.lage-masonry .layout {
  padding: 0px !important;
}

.lage-masonry .layout__region--first {
  border-right: 20px solid #fff;
}

.lage-masonry .layout__region--first .text-formatted  {
  display: flex;
  position: relative;
  max-width: 495px;
  justify-content: flex-start;
  padding: 25px 50px 25px 0px;
  text-align: justify;
  hyphens: auto;
}


.lage-masonry .layout__region--second {
  flex: 1;
  background: #cea82c;
}

.lage-masonry .layout__region--second .text-formatted {
  display: flex;
  position: relative;
  justify-content: flex-start;
  padding: 25px 0px 25px 50px;
  flex-direction: column;
  text-align: justify;
  hyphens: auto;
}

.lage-masonry .layout__region--first .field--name-field-image img {
  object-fit: cover;
  object-position: center;
  border-bottom: 20px solid #fff;
  aspect-ratio: 700 / 300;
}

.lage-masonry .layout__region--second .field--name-field-image .schloss img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 990 / 700;
  border-bottom: none;
  border-top: 20px solid #fff;
  float: left;
}

.lage-masonry .layout__region--second .field--name-field-image .kirche img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 480 / 320;
  width: 50%;
  border-right: 20px solid #fff;
  border-left: 20px solid #fff;
}

  /* Wohnungen */

.wohnungen .wohnungen-intro p {
  text-align: center;
}

.wohnungsumrisse {
  background-color: #c6d3d4;
  margin-bottom: 50px;
}

.wohnungsumrisse img {
  max-width: 990px;
  margin: 50px auto 25px auto;
  display: block;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: none;
  color:#000;
}

.wohnungsliste td {
  border-right: 1px solid #fff !important;
}

.wohnungsliste table {
  max-width: 990px;
  margin: 25px auto 0px auto;
}
#view-field-wohnflaeche-table-column,
#view-field-balkon-table-column {
  position: relative;
}

#view-field-wohnflaeche-table-column:after {
  content: "2";
  font-size: 8px;
  position: absolute;
  bottom: 8px;  
}

#view-field-balkon-table-column:after {
  content: "2";
  font-size: 8px;
  position: absolute;
  bottom: 17px;
}

#view-field-top-table-column, 
#view-field-geschoss-table-column,
#view-field-ausstattung-table-column,
#view-field-wohnflaeche-table-column,
#view-field-balkon-table-column {
  background-color: #c9d6da;
  font-family: 'Interstate Light';
  border-bottom: 2px solid #cea82c !important;
  border-color: #fff;
  border-top: none;
  vertical-align: middle;
  padding: 7px 9px 5px 9px !important;
}

#view-field-eigennutzer-table-column,
#view-field-status-table-column,
#view-field-grundriss-table-column,
#view-nothing-table-column {
  background-color: #cea82c;
  color: #fff;
  font-family: 'Interstate Light';
  border-bottom: 2px solid #cea82c !important;
  border-color: #fff;
  border-top: none;
  vertical-align: middle;
  padding: 7px 9px 5px 9px !important;
}


.wohnungsliste table td {
  color: #09828b !important;
  text-align: center !important;
  border-color: #cea82c;
  border-left: none;
}

.wohnungsliste table th {
  width: 200px;
}

.wohnungsliste .views-field-field-top,
.wohnungsliste .views-field-field-geschoss,
.wohnungsliste .views-field-field-zimmer,
.wohnungsliste .views-field-field-grundriss,
.wohnungsliste .views-field-nothing {
  width: 100px;
}

.wohnungsliste .views-field-field-wohnflaeche,
.wohnungsliste .views-field-field-balkon,
.wohnungsliste .views-field-field-status {
  width: 120px;
}

.wohnungsliste td.views-field-field-eigennutzer:before {
  content: "Preis auf Anfrage";
}

.wohnungsliste td.views-field-field-balkon {
  background-color: #f1f4f4 !important;
}

.wohnungsliste a:before {
  background-color: #09828b !important;
}

.table-hover > tbody > tr:hover > * {
	--bs-table-accent-bg: none !important;
	color: none;
}

.view-wohnungen .footable-detail-row td {
  padding: 0px !important;
  border-bottom: 1px solid #fff !important;
  background: none;
}

 .view-wohnungen .footable-detail-row th {
  width: 50% !important;
    color: #09828b !important;
  text-align: center;
  padding-left: 15px !important;
  background: none !important;

}

 .view-wohnungen .breakpoint #view-field-top-table-column {
  width: 140px !important;
}

 .view-wohnungen .footable-detail-row {
  border-bottom: 2px solid #ffff;
}

 .view-wohnungen .breakpoint tr:nth-child(-n+5)  td:nth-last-child(-n+5)  {
  background: none;
}

.garage td, .garage tr {
  border: 0px;
  background: none !important;
  padding: 0px;
  line-height: 130%;
  color: #707070;
  font-size: 13px;
}

.garage {
  margin-bottom: 25px;
}

  /* Ausstattung */


.ausstattung-masonry {
  margin: auto;
  position: relative;
  display: flex;
  overflow: hidden;
}


.ausstattung-masonry .layout__region--first .paragraph--type--body {
  height: 100%;
  display: flex;
  flex: 1;
   
}

.ausstattung-masonry .layout__region--first {
  display: flex;
  flex: 1;
  background: #cea82c;
}

.ausstattung-masonry p {
  color: #fff !important;
}

.ausstattung-masonry h2 {
  color: #fff !important;
  text-align: left;
}

.ausstattung-masonry .layout {
  /*! padding: 0px !important; */
}

.ausstattung-masonry .bild-wz {
  border-top: 20px solid #fff;
}

.ausstattung-masonry .layout__region--first {
  justify-content: center;
}

.ausstattung-masonry .layout__region--first .paragraph--type--body {
  display: flex;
  flex: 1;
  align-items: center;
}

.ausstattung-masonry .layout__region--first .text-formatted  {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-end;
  padding: 25px 50px 25px 0px;
}

.ausstattung-masonry .layout__region--first .text-formatted p {
  text-align: justify;
  hyphens: auto;
}

.ausstattung-masonry .layout__region--second {
  flex: 1;
  border-left: 20px solid #fff;
  background: #87a0a1;
}

.ausstattung-masonry .layout__region--second .paragraph--type--image:nth-child(1) {
  border-bottom: 20px solid #fff;
}

.ausstattung-masonry .layout__region--second .text-formatted {
    display: flex;
  position: relative;
  max-width: 495px;
  justify-content: flex-start;
  padding: 50px 50px 50px 50px;
}

.ausstattung-masonry .layout__region--first .field--name-field-image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 960 / 740;
  border-top: 20px solid #fff;
}


.ausstattung-masonry .layout__region--second .field--name-field-image .schlafzimmer img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-bottom: 20px solid #fff;
  
}

.ausstattung-masonry .layout__region--second .field--name-field-image .badezimmer img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 550 / 500;
  width: 50%;
  border-right: 20px solid #fff;
}

.steckbrief-ausstattung ul {
  column-count: 2;
}

.nachhaltig {
  background: #c6d3d4;
}


/* Bauträger */

.bautraeger-intro {
  background-color: #cea82c;
  padding: 25px;
}

.bautraeger-intro h2 {
  color: #fff !important;
  margin: 0px;
}

.fotozeile-responsive {
  display: none;
}

.fotozeile .row > * {
  padding: 0px;
}

.fotozeile img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}

.wohntraeume {
  margin: 25px;
  text-align: center;
}

/* Kontakt */

#formular {
  scroll-margin-top: 200px;
}

.kontakt-intro p {
  text-align: center;
}

.kontakt .kontaktformular  {
  border-top: 3px solid #cea82c;
  margin-top: 50px;
  padding-top: 36px;
  position: relative;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.kontakt .kontaktformular:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #cea82c;
  border-radius: 90%;
}

.kontakt .kontaktformular:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  background: #cea82c;
  border-radius: 90%;
  right: 0px;
}

.kontakt .beratungundverkauf  {
  border-top: 3px solid #cea82c;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.kontakt .beratungundverkauf:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #cea82c;
  border-radius: 90%;
}

.kontakt .beratungundverkauf:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 10px;
  height: 10px;
  background: #cea82c;
  border-radius: 90%;
  right: 0px;
}

.kontakt .beratungundverkauf a {
  text-decoration: none;
  color: #707070;
}

.kontakt .beratungundverkauf a:hover {
  color: #09828b;
}

.beratungundverkauf table {
  width: 600px !important;
  margin: 0px auto;
}

.beratungundverkauf table tr {
  background-color: transparent !important;
}

.beratungundverkauf table td:nth-child(2) {
  padding: 8px;
}

.beratungundverkauf table tr:nth-child(2) td {
  text-align: left !important;
  font-size: 16px;
  color: #707070 !important;
  padding-top: 25px;
}

.beratungundverkauf table tr:nth-child(2) a {
  margin: 0px 15px !important;
}

.beratungundverkauf table tr:nth-child(2) a:nth-child(1) {
  margin-left: 0px !important;
}

.beratungundverkauf table tr:nth-child(2) a:nth-child(3) {
  margin-right: 0px !important;
}

.beratungundverkauf table p {
  margin: 0px;
  color: #707070 !important;
}


p, li {
  font-size: 14pt;
  line-height: 18pt;
  font-family: "Antic Didone";
  letter-spacing: 0.01em;
}

h2 {
  font-size: 18pt !important;
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 30px;
  margin-bottom: 25px;
  color: #375557;
}

/* OPEN DAYS */

.opendays .infoliste h3 {
  font-size: 20px;
  color: #cea82c;
  text-align: center;
  margin: 50px 0px;
}

.opendays .infoliste a {
  color: #cea82c;
}

.opendays .infoliste .layout__region--bottom p {
  font-size: 10px;
  text-align: center;
  line-height: 120%;
}

.opendays .besichtigung-gratis {
  background-color: #c9d6da;
}



.opendays .besichtigung-package {
  background-color: #cea82c;
}

.opendays .besichtigung-gratis strong,
.opendays .besichtigung-package strong{
  color: #fff;
}

.opendays .besichtigung-package li::before {
	content: url(/sites/default/files/sonne-weiss.svg);
	width: 15px;
	height: 15px;
	display: inline-block;
	border: none;
	position: absolute;
	left: 0px;
	top: 2px;
}



 /* TEAM */

.team {
  margin-left: -10px;
}
.team .field--name-field-grid-image img {
  border-radius: 0px;
  position: relative;
}

.team .field--name-field-grid-image {
  position: relative;
  margin-top: 15px;
  padding-top: 25px;
}



.team .text-formatted {
  margin-top: 50px;
}

.team a:last-child {
  text-decoration: none;

}

.team a {
  color: #333;
}

.team .text-formatted strong {
  font-style: normal;
  font-weight: normal;
  font-size: 16pt !important;
  display: block;
}

.team .text-formatted p {
  font-size: 13pt;
  color: #1a1918;
}


 /* PARAGRAPH GRID */

.paragraph--type--grid {
  max-width: 990px;
  margin: auto;
}

/* PARAGRAPH GRID | Bilder  */

.paragraph--type--grid .field--type-image {
  margin: auto;
  display: flex;
  justify-content: center;
}


   /* Team */

.team strong {
  font-size: 18px !important;
  line-height: 24px;
  font-family: "Athelas Bold" !important;
}
.team a {
  font-weight: normal !important;
  font-family: "Antic Didone";
}

.team {
  margin-bottom: 50px;
}


/* WEBFORM */

.webform-submission-form {
  margin-bottom: 50px;
  position: relative;
}


.webform-submission-form .radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.webform-submission-form .radio label {
  margin-right: 18px;
  margin-left: 6px;
  min-width: 75px;
}
.js-webform-radios {
 background: #e7e7e7;
 justify-content: flex-start;
 align-items: center;
  height: 48px;
  margin-bottom: 10px;
  padding-left: 10px
}
.form-check-input:checked[type="radio"] {
  background: #1a1918;
  border: 0px;
}
.form-check-input[type="radio"] {
  border: 1px solid #1a1918;
}
.webform-submission-form #edit-processed-text strong {
  color: #1a1918;
  font-size: 24px;
  margin-bottom: 25px;
  display: block;
  font-family: "Ditot";
  font-weight: 600;
}
.webform-submission-form .form-control {
   background: #dbe4e7;
   border: 0px solid #fff;
   padding: 15px 12px;
   height: 50px;
   border-radius: 0px;
  margin-bottom: 10px;
 }

.webform-submission-form .fieldset-legend {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: inline-block;
  font-family: "Ditot";
  font-weight: 600;
}

.webform-submission-form .form-textarea {
  height: 120px;
}

 .webform-submission-form .js-form-item{
   position: relative;
 }

 .webform-submission-form .js-form-type-textarea label{
   top: 0px;
 }

 .webform-submission-form .form-required::after {
   background-image: none !important;
   content: "*" !important;
 }

.webform-submission-form ::placeholder {
  color: #1a1918;
}

.error {
  border: 1px solid red !important;
}

.webform-submission-form .form-control:focus {
  box-shadow: none;
  border: none;
}

.webform-submission-form .btn {
  background: #cea82c;
  padding: 15px 50px;
  color: #fff;
  border: 2px solid #cea82c;
  font-weight: 400;
  text-transform: none;
  border-radius: 0px;
  letter-spacing: 0.07em;
}

.webform-submission-form .btn:hover {
  background: #fff;
  border: 2px solid #cea82c;
  color: #cea82c;
}

.webform-name--wrapper .fieldset-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

.webform-contact--wrapper .fieldset-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
}

.form-item-name-suffix{
  grid-column-start: 1;
  grid-column-end: -1;
}

fieldset.webform-composite-hidden-title {
  margin: 0px;
  padding: 0px;
}
.webform-type-webform-contact {
  display: grid;
}
.webform-submission-form legend {
  padding: 0px;
  margin: 0px;
}
.webform-submission-form #edit-dsgvo--description {
  font-size: 13px;
  line-height: 150%;
  margin-top: 15px;
  color: #1a1918;
}
.webform-submission-form #edit-processed-text-01 {
  margin-left: 24px;
  margin-top: 5px;
}
.webform-submission-form #edit-actions {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0px;
  bottom: 35px;
}

.webform-submission-form .captcha {
  position: absolute;
  bottom: 15px;
  right: 21%
}

.webform-submission-form {
 position: relative;
}

.webform-confirmation__message {
  padding: 0px;
}
.webform-confirmation__back {
display: none;
}

.webform-submission-form .form-actions {
  margin-top: 25px !important;
}

  .webform-submission-form .captcha iframe {
    border: 1px solid #144b4b;
    border-radius: 6px;
  }
.webform-submission-form .mb-3 {
  margin-bottom:0px !important;
}

.webform-submission-add-form .js-form-type-checkbox {
  width: 45%;
  margin-top:36px;
  position: relative;
  z-index: 100;
}

.webform-submission-add-form .form-check-input:checked {
  background-color: #87a0a1;

}

.webform-submission-add-form a {
  color: #1a1918 !important;
}

.webform-submission-form .form-check-input[type="checkbox"] {
  border-radius: .25em;
  border: 1px solid;
  height: 18px;
  width: 18px;
  margin-top: 1px; 
}


.webform-submission-add-form .webform-actions.form-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}
.alert.alert-dismissible.fade.show hr {
  margin: 1px 0px;
}
.alert-danger::before {
  background-size: auto 20px !important;
}
.alert {
  font-size: 14px;
}
/* WEBFORM | Bestaetigung */
.webform-confirmation {
  margin: 0px auto 0px auto;
  max-width:100%;
}
.webform-confirmation__message p {
  text-align: left;
  line-height: 150%;
}
.webform-confirmation td {
   color: #144b4b;
   padding: 0px 0px;
  font-size: 15px;
  vertical-align: top;
}
.webform-confirmation div {
   color: #144b4b;
}
.webform-confirmation .table  {
  text-align: left;
}
.webform-confirmation__message{
  color: #144b4b !important;
  text-align: left;
}
.webform-confirmation h3 {
  color: #375557;
 font-size: 30px;
  text-align: left;
}

.webform-confirmation td {
  background-color: #fff;
}

.webform-confirmation td:first-child {
  padding-right: 15px;
  white-space: nowrap;
}

.webform-confirmation__message img {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}
.webform-confirmation__message {
  text-align: center;
}
/* CONFIRMATION PAGE */

.path-webform #main-wrapper{
  padding-top: 0px;
}


.path-webform .container {
  position: relative;
}
.webform-confirmation__message {
  margin-top: 0px;

}
.webform-confirmation__message table {
  border: none !important;
  width: 100%;
}

.webform-confirmation p, .webform-confirmation h3, .webform-confirmation table {
  max-width: 640px;
  margin: auto;
}

.webform-confirmation h3 {
  color: #09828b;
}

.webform-confirmation table td {
  color: #000;
}

.webform-confirmation table {
  margin-top: 25px;
}

.webform-confirmation img {
  top: 0px;
  left: 0px;
  width: 100%;
}

.webform-confirmation__message a {
  text-decoration: none;
  padding: 8px 15px;
  color: #fff;
  display: block;
  width: 200px;
  margin: 25px auto 80px auto;
  text-align: center;
  float: left;
  border: 2px solid #cea82c;
  background-color: #cea82c;
}

.webform-confirmation__message a:hover {
  color: #cea82c !important;
  background-color: #fff;
  border: 2px solid #cea82c;
  
}
.webform-confirmation__message a:active {
color: #fff;
}
.webform-confirmation__message a:focus {
  color: #fff;
}
.path-webform .navbar {
  display: none;
}

/* WEBFORM OPEN DAYS */

.opendays .webform-submission-form #edit-besichtigungen {
  display: flex;
  gap: 12px;
}


.opendays .webform-submission-form #edit-besichtigungen .mb-3 {
  margin-bottom: 18px !important;
}

.opendays .webform-submission-form ::placeholder,
.opendays .webform-submission-form,
.opendays .webform-submission-form a {
  color: #707070 !important;
}

.opendays .webform-submission-form #edit-besichtigung-gratis,
.opendays .webform-submission-form #edit-besichtigung-package {
  background-color: #dbe4e7; 
  max-width: 50%;
  padding: 10px;
}

.opendays .webform-submission-form .js-webform-radios {
  background-color: transparent;
}

.opendays .webform-submission-form input.form-radio {
  border-radius: 0px;
  border: 1px solid #707070 !important;
}

.opendays .webform-submission-form input.form-radio:focus,
.opendays .webform-submission-form .js-form-type-checkbox input:focus {
  box-shadow: none;
}

.opendays .webform-submission-form input.form-radio:checked {
  border: 1px solid;
}

.opendays .webform-submission-form .js-form-type-checkbox input:checked {
  background-color: #cea82c;
}

.opendays .webform-submission-form #edit-pflichtfeld {
  padding-left: 22px !important;
  margin-top: 15px;
}



.opendays .webform-submission-form .fieldset-legend {
  font-family: 'Interstate Light' !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.opendays .webform-submission-form .js-form-type-checkbox {
  width: 50%;
  text-align: justify;
  line-height: 120%;
}

.opendays .webform-submission-form .js-form-type-checkbox input {
  border-radius: 0px;
  border: 2px solid #cea82c;
}

.opendays #edit-wunschtermin-package--wrapper,
.opendays #edit-wunschtermin-gratis--wrapper{
  margin-top: -30px;
}


/* SITE FOOTER */

.site-footer table {
  margin: 10px auto;
  max-width: 1280px;
  padding: 0px 24px;
}

.site-footer #block-sunnyhill-footer {
  background-color: #09828b;
}

.site-footer td:first-child {
  padding: 0px;
}

.site-footer {
 font-family: 'Interstate Light';
}

.site-footer a {
  padding: 0px 5px !important;
}

.site-footer tr {
  color: #fff;
  line-height: 140%;
  font-size: 12px;
}

.site-footer td, .site-footer tr, .site-footer table {
  border: none;
  background: none !important;
  font-size: 15px;
}

.site-footer {
  padding: 0px;
  margin-top: 0px;
  background-color: #09828b !important;
  z-index: 10;
  position: relative;
}

.site-footer a {
  padding: 0px 12px;
  text-decoration: none;
}
.site-footer .text-formatted {
  padding: 0px !important;
}
.site-footer__bottom .region {
  margin-top: 0px;
}
.site-footer__bottom {
    margin-top: 0px;
    border-top: 0px;
}
.site-footer__bottom .block {
  margin: 0px;
}

.site-footer__bottom .content {
  padding: 0;
}

.scroll-top-button {
  border-radius: 90%;
  width:40px;
  height: 40px;
  background: #cea82c;
  font-size: 0px;
}

.scroll-top-button:before {
  content: "";
  clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  width: 20px;
  height: 24px;
  background: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
}

/* DSGVO */

.dsgvo .layout__region--first, 
.dsgvo .layout__region--second {
 justify-content: flex-start !important;
}

.dsgvo.impressum h1 {
  background-color: #cea82c;
  color: #fff;
  padding: 5px 0px;
}

.dsgvo.datenschutz h1 {
  background-color: #09828b;
  color: #fff;
  padding: 5px 0px;
}

.dsgvo h2 {
  text-align: left;
  margin-bottom: 5px;
}

.dsgvo img {
  max-width: 480px;
  height: auto;
}

.dsgvo.datenschutz p strong {
  font-weight: 600 !important;
  font-size: 20px;
  font-family: 'Interstate Light';
}

.dsgvo.datenschutz p {
  font-size: 16px;
  color: #707070;
}

.dsgvo a {
  color: #707070;
}

.dsgvo a:hover {
  color: #09828b;
}

.dsgvo .layout__region--first {
  align-items: flex-start;
}

.dsgvo .layout__region--second .text-formatted {
	padding-left: 0px;
}

.dsgvo .field--type-image {
  display: flex;
 justify-content: center;
  margin-bottom: 25px;
}

.dsgvo .field--type-link {
  display: flex;
  justify-content: center;
  margin: 50px 0px;
}

.dsgvo.impressum .field--type-link a {
  border: 2px solid #cea82c;
  background-color: #cea82c;
  padding: 8px 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.dsgvo.impressum .field--type-link a:hover {
  background-color: #fff;
  color: #cea82c;
}

.dsgvo.datenschutz .field--type-link a {
  border: 2px solid #09828b;
  background-color: #09828b;
  padding: 8px 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.dsgvo.datenschutz .field--type-link a:hover {
  background-color: #fff;
  color: #09828b;
}

 .dsgvo .text-formatted li:before {
   content: "";
   width: 8px;
   height: 8px;
   display: inline-block;
   border: 1px solid #707070;
   background-color: #707070;
   margin-top: 3px;
   position: absolute;
   left: 0px;
   top: 4px;
   border-radius: 90%;
 }
 
 .dsgvo .text-formatted li {
   list-style: none;
   padding-left: 20px;
   padding-bottom: 10px;
   color: #707070;
   position: relative;
   font-size: 16px;
 }

.dsgvo ol, .dsgvo ul {
  padding-left: 0px !important;
  max-width: 100%;
}



@media (min-width: 1440px) {
  .map .layout__region--top {
  padding: 25px 50px 25px 50px;
}
  
/*  #main-wrapper {
    width: 1440px;
    margin: 0px auto;
  }
  */
  
}

@media (max-width: 1440px) {
  
 .layout__region--first .text-formatted {
   width: 100%;
   max-width: 100%;
  }

  .layout__region--second .text-formatted {
   width: 100%;
   padding-right: 50px;
   max-width: 100%;
  }



.map .webform-submission-form {
  max-width: 100%;
  padding-right: 12%;
  padding-left: 50px;
  padding-top: 0;
}

  
  .webform-confirmation__message {
	margin-top: 0px;
}
  
  .site-footer table {
    max-width: 100%;
    padding: 0px;
  }
  
  .site-footer {
    padding-right: 50px;
    padding-left: 50px;
  }

  footer .row {
    padding: 0px;
    margin: 0px;
  }

}

@media (max-width: 1380px) { 
  
  .projekt .projekt-slider .field--name-field-body img {
    width: 100% !important;
  }
}

@media (max-width: 1280px) {
  .hero .text-formatted {
    hyphens: auto;
    right: 50px;
  }
  
  
.sonne  {
  position: absolute !important;
   height: 400px; 
  max-width: 100%;
  width: 100%;
   top: -230px;
  left: -210px;
  right: 0px;
  margin: auto;
}
  
  .ausstattung-masonry .layout__region--second .bild-wz img {
    height: 320px;
  }

}

@media (max-width: 1200px) {
  .dsgvo {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
    margin-top: 100px;
  }
  
  .layout__region--first .text-formatted,
    .layout__region--second .text-formatted{
    padding-bottom: 0px;
  }
  
  .webform-confirmation__message {
	margin-top: 0;
}
  
  .projekt-masonry .layout__region--second .field--name-field-image img {
    height: 420px;
  }

  .projekt-masonry .layout__region--first .text-formatted {
    padding-left: 50px;
  }
  
  .projekt-masonry .layout__region--second .text-formatted {
    padding-right: 50px;
  }
  
  .lage-masonry .layout__region--second .text-formatted {
    padding-right: 50px;
  }
  
}

@media (min-width: 991px) {
  #block-sunnyhill-content {
    padding-top: 75px;
  }
  

  
}

@media (max-width: 990px) {
  :target {
  padding-top: 50px;
  margin-top: -50px;
} 

  .navbar-nav li:first-child {
    display: none;
  }
  
  #block-sunnyhill-icons {
    display: block !important;
    left: 50px;
    right: auto;
  }
  
  .navbar-toggler {
    padding-left: 0px;
    padding-right: 0px;
    right: 30px !important;
    position: absolute;
  }
  
  .navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  outline: 0 !important;
  box-shadow: none !important;
  border: 0px !important;
}
  
  .navbar-nav {
    justify-content: center;
   height: auto;
    align-items: center;
    display: inline-block;
    text-align: center;
    display: flex;
    flex-direction: column !important;
    width: 100% !important;
    flex-wrap: nowrap;
    position: absolute;
    top: 50px;
    background:#fff;
    z-index: 200;
    padding-top: 12px;
    padding-bottom: 15px;
    box-shadow: 2px 2px 15px -10px #333;
  }

  
  
#CollapsingNavbar .nav-item:last-child {
  margin-right: 0px !important;
}
  
  #CollapsingNavbar .nav-item:first-child {
    margin-left: 0px !important;
  }
  
  #navbar-main {
    background: rgba(255,255,255,0.95) !important;
    position: fixed;
    top: 0px;  
    left: 0px;
    right: 0px;
    z-index: 99999;
    border-bottom: 2px solid #cea82c;
    height: 50px
  }
  
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%2309828b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  
  #block-sunnyhill-icons {
    position: fixed;
    z-index:999;
    display: block;
    top: 0px;
    width: 50px;
  }
  
 #block-sunnyhill-icons .tel {
    text-indent: -9999px;
    display: inline-block;
  }
  
#block-sunnyhill-icons .tel:before {
    text-indent: 0px;
    float: left;
    content: "";
    height: 21px;
    width: 21px;
    mask-image: url(/sites/default/files/icon-phone.svg);
    -webkit-mask-image: url(/sites/default/files/icon-phone.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -12px;
    background-color: #09828b;
    display: flex;

  }

  
     #block-sunnyhill-icons .email {
    text-indent: -9999px;
       font-size: 0px;
    display: inline-block;
  }
  
  #block-sunnyhill-icons .email:before {
    text-indent: 0px;
    float: left;
    content: "";
    height: 21px;
    width: 21px;
    mask-image: url(/sites/default/files/icon-kontakt.svg);
    -webkit-mask-image: url(/sites/default/files/icon-kontakt.svg);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: -12px;
    background-color: #09828b;
    display: flex;
    top:12px;
  }
  
  #block-sunnyhill-icons a.logo {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: auto;
    justify-content: center;
    font-size: 0px;
    height: 50px;
    width: 150px;
    display: flex;
  }
  

  
  #block-sunnyhill-icons a.logo:before {
    content: "";
    background-image: url(/sites/default/files/sunnyhill_logo_schriftzug.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 12px;
    height: 30px;
    width: 150px;
    
  }
  
  #main-wrapper {
  padding-top: 50px;
}
  
  .path-webform #main-wrapper {
    padding-top: 0px;
  }
  
  .boxed .layout {
    padding-left: 25px;
    padding-right: 25px;
  } 
  .navbar-brand {
    display: none;
  }
  .paragraph--type--webform {
  max-width: 100%;
  margin: auto;
  padding: 0px 0px 0px 0px;
}
  
  .projekt-slider img {
    max-width: 350px;
    margin-bottom: 0px !important;
  }
  
  .projekt-slider h2,
  .projekt-slider h3,
  .projekt-slider p {
    margin-top: 15px !important;
    margin-bottom: 0px !important;
  }
  
  
  .projekt-masonry .layout__region--second .field--name-field-image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 960 / 960;
  border-bottom: 20px solid #fff;
}
  
    .ausstattung-masonry .layout__region--second .field--name-field-image .badezimmer img {
  aspect-ratio: 550 / 550;
  width: 55%;
  border-right: 20px solid #fff;
}
  
  .webform-confirmation__message {
	margin-top: 0px;
}
  .projekt-masonry .layout__region--first .text-formatted {
  padding: 50px 50px 50px 50px;
}
  
  .projekt .paragraph--type--grid {
    margin-left: 50px;
    margin-right: 50px;
}
  
  .webform-submission-add-form .js-form-type-checkbox {
  width: 100%;
  margin-top: 36px;
}
  
  .webform-submission-form .captcha {
  position: relative;
  bottom: 0px;
  right: 0px;
}
  .webform-submission-form #edit-actions {
    bottom: 15px;
  }
  
  .webform-submission-form #edit-dsgvo--description {
    width: 50%;
  }
  
  .lage-plan .layout__region--second img {
  }
  
  .lage-plan .layout__region--first .text-formatted,
  .lage-masonry .layout__region--first .text-formatted,
  .ausstattung-masonry .layout__region--first .text-formatted {
    padding-left: 50px;
  }

    .footable .fooicon {
    opacity: 0.65 !important;
  }
    
    .fooicon-minus:before {
      content: "–" !important;
      font-size: 18px;
        font-weight: bold;
        color: #09828b;
        opacity: 1;
        width: 12px;
        display: flex;
        justify-content: center ;
        align-items: center ;
}
    
        .fooicon-plus:before {
content: "+" !important;
        font-size: 18px;
        font-weight: bold;
        color: #09828b;
        opacity: 1;
        display: flex;
        justify-content: center ;
        align-items: center ;
}
  
  .kontakt .beratungundverkauf  {
  border-top: 3px solid #cea82c;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.kontakt .kontaktformular {
	border-top: 3px solid #cea82c;
	margin-top: 50px;
	padding-top: 36px;
	position: relative;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}  
  
}
  
  @media (max-width: 900px) {
    
    a.stoerer {
      padding: 10px;
      line-height: 100%;
      text-align: center;
      font-size: 13pt;
    }
    
    .stoerer a {
  transform: scale(0.85);
  transform-origin: top;
  left: auto;
  right: 0px !important;
      padding-bottom: 0px;
      font-size: 22px !important;
}
    
    .hero .text-formatted {
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50px;
  bottom: 50px;
  margin: auto;
}
    
    .hero p {
  font-size: 17px;
  line-height: 21pt;
  color: #1a1918;
}
    
   .hero img {
  object-fit: cover;
  height: 400px;
  width: 600px;
  object-position: bottom center;
}
       .ausstattung-masonry .layout__region--second .field--name-field-image .badezimmer img {
  aspect-ratio: 550 / 550;
  width: 65%;
  border-right: 20px solid #fff;
}
    
    .team {
      margin-top: 25px;
    }
    
  }
  
  @media (max-width: 800px) {
        a.stoerer {
      padding: 10px;
      line-height: 100%;
      text-align: center;
      font-size: 13pt;
    }
    
    .hero .text-formatted {
  position: absolute;
  bottom: 0px;
  left: 55%;
  right: 50px;
  bottom: 25px;
  margin: auto;
}
    
    .hero h1 {
      font-size: 36px;
    }
    
    .hero h2 {
      margin-bottom: 15px !important;
    }
    
    a.stoerer {
      margin-top: 15px !important;
      font-size: 10pt;
    }
    
    .hero p {
  font-size: 14px;
  line-height: 16pt;
  color: #1a1918;
}
    
   .hero img {
  /*! object-fit: cover; */
  /*! height: 300px; */
  width: 600px;
  object-position: bottom center;
}
    
    footer table td {
      width: 100% !important;
      float: left;
      text-align: center !important;
    }
    
    footer a {
      color: #fff !important;
    }
    
    .webform-confirmation__message {
	margin-top: 00px;
}
      .projekt-masonry .layout__region--second .field--name-field-image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 960 / 1140;
  border-bottom: 20px solid #fff;
}
    
.kontakt .beratungundverkauf  {
  border-top: 3px solid #cea82c;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.kontakt .kontaktformular {
	border-top: 3px solid #cea82c;
	margin-top: 50px;
	padding-top: 36px;
	position: relative;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}  
    
    .webform-confirmation p, .webform-confirmation h3, .webform-confirmation table {
      max-width: 100%;
      margin-left: 50px;
      margin-right: 50px;
}
    
    .webform-confirmation table p {
      margin: 0px;
    }
    
    
    .path-webform #main .row {
      padding:  0px;
      margin: 0px !important;
    }
    
  }
  
@media (max-width: 640px) {  
  
      .stoerer a {
  transform: scale(0.70);
  transform-origin: top;
  left: auto;
  right: -6px !important;
              padding-top: 6px;
      font-size: 21px !important;
}
  
          a.stoerer {
      padding: 10px;
      line-height: 100%;
      text-align: center;
      font-size: 13pt;
    }
    
    .hero .text-formatted {
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0px;
  bottom: 0px;
  margin: 15px 50px;
}
  
    
    .hero h1 {
      font-size: 36px;
    }
    
    .hero h2 {
      margin-bottom: 15px !important;
    }
    
    a.stoerer {
      margin-top: 15px !important;
      font-size: 10pt;
      margin-bottom: 25px;
    }
    
    .hero p {
  font-size: 14px;
  line-height: 16pt;
  color: #1a1918;
}
  
    
   .hero img {
  object-fit:cover;
     object-position: left bottom;
     height: 360px;
     margin-top: -50px;
}
  
  .projekt .liste ul {
    column-count: 1 !important;
  }
  
  .steckbrief-ausstattung ul {
    column-count: 1 !important;
  }
  
  .lage-masonry .layout__region--first {
  border-right: 0px solid #fff;
}
  
  .projekt-masonry {
    max-height: none !important;
    overflow: visible !important;
  }
  
  .projekt-masonry .layout__region--second,
  .lage-masonry .layout__region--second{
    flex: 0 0 100%;
    border: 0px solid #fff;
  }

  .projekt-masonry .layout__region--second .paragraph--type--body {
    order: 1;
    border-top: 0px solid #fff;
    border-bottom: 20px solid #fff;
  }
  
  .projekt-masonry .layout__region--second .paragraph--type--image {
    order: 2;
    border-top: 20px solid #fff;
  }
 
  
  .lage-masonry .layout__region--second .paragraph--type--body {
    order: 2;
    border-top: 20px solid #fff;
  }

 
  
  .lage-plan .layout__region--second .field--name-field-image {
    margin-left: 0px;
  }
  
  .lage-masonry .layout__region--first .text-formatted,
   .lage-plan .layout__region--first .text-formatted,
  .projekt-masonry .layout__region--first .text-formatted
{
    padding-left: 50px;
  }
  
  .lage-masonry .layout__region--second .text-formatted,
  .projekt-masonry .layout__region--second .text-formatted{
    padding-right: 50px;
  }
  
  
  .projekt-masonry .layout__region--second .paragraph--type--body {
    order: 2;
  }
  
   .projekt-masonry .layout__region--second .paragraph--type--image {
    order: 1;
  }
  
  .lage-plan img {
    padding-bottom: 0px;
  }
  
  .lage-masonry .layout__region--second .text-formatted {
    border-left: 0px;
  }
  
  .lage-masonry .layout__region--second .field--name-field-image .schloss img {
    border-left: 0px;
  }
  
  .lage-masonry .layout__region--second .field--name-field-image .kirche img {
    border-left: 0px;
  }
  
  .ausstattung-masonry .layout__region--first .text-formatted {
    padding-left: 0px;
    max-width: 100%;
  }
  
  .ausstattung-masonry .layout__region--first .text-formatted {
   max-width: 100% !important;
    padding: 50px 50px 36px 50px;
  }
  
  .ausstattung-masonry .layout__region--first {
    flex: 100%;
  }
  
  .ausstattung-masonry .layout__region--second .field--name-field-image .schlafzimmer img {
    border-top: 20px solid #fff;
  }
  
  .ausstattung-masonry .layout__region--second {
    border-left: 0px;
  }
  
  .layout__region--second .text-formatted {
    padding: 0px;
  }
  
  .lage-masonry .layout__region--second  {
    order: 2;
  }
   
  .site-footer table td {
    float: left;
    width: 100%;
    display: block;
    justify-content: center;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 13px;
    flex-direction: column;
  }  

  .kostenuebersicht table td {
    width: 100% !important;
    float: left !important;
    padding-bottom: 5px
  }
  
  .kostenuebersicht td:nth-child(odd) {
    padding-top: 3px !important;
  }
  
  .kostenuebersicht table td:first-child {
    padding: 0px;
  }
  
  
 .wohnungen .boxed.paragraph .layout {
  max-width: 100%;
  margin: auto;
  z-index: 10;
}
  
  .layout__region--second .text-formatted {
    padding: 0px;
  }
  
    .view-wohnungen td,
  .view-wohnungen th {
    font-size: 14px !important;
  }
  
  .view-wohnungen {
    margin-left: 10px;
    margin-right: 10px;
  }




  
  .footable-detail-row table {
    margin-top: 0px;
  }
  
  .footable-details td:last-child {
    text-align: center;
  }
  
  .view-wohnungen td {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .site-footer table .text-align-right {
    display: block;
  }  

    .webform-submission-form .js-form-type-checkbox {
    width: 100% !important;
  }
  
  .webform-submission-form .webform-actions {
    display: block !important;
    margin-top: 120px !important;
  }

  .webform-submission-form .captcha {
    margin-top: -160px;
  }
  
  .webform-confirmation__message {
	margin-top: 0px;
}
    .webform-submission-form .captcha {
  position: relative;
  bottom: 0px;
  right: 0px;
}
  .webform-submission-form #edit-actions {
    bottom: 0px;
    position: relative;
    margin-top: 25px !important;
    display: inline-block;
  }
  
.projekt .paragraph--type--grid-file .field--name-field-description { 
    width: 100%;
    }
  
  .kontakt .beratungundverkauf  {
  border-top: 3px solid #cea82c;
  margin-top: 50px;
  padding-top: 50px;
  position: relative;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.kontakt .kontaktformular {
	border-top: 3px solid #cea82c;
	margin-top: 50px;
	padding-top: 36px;
	position: relative;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}  
  
  .fotozeile-responsive {
    display: block;
  }
  
  .fotozeile-normal {
    display: none;
  }
  
  .webform-submission-form #edit-dsgvo--description {
    width: 100%;
  }
  
  .opendays #edit-wunschtermin-package--wrapper,
.opendays #edit-wunschtermin-gratis--wrapper{
  margin-top: 0px;
}
  
  .opendays .webform-submission-form #edit-besichtigungen .mb-3 {
  margin-bottom: 18px !important;
}
  
}
@media (max-width: 480px) {
  
  .projekt .projekt-slider p { 
    max-width: 240px;
    hyphens: auto;
    white-space: wrap;
  }
  
  .projekt-masonry .layout__region--first .paragraph--type--body {
  height: 100%;
  display: flex;
  flex: 0;
}
  
  .projekt h3 {
    line-height: 115%;
  }
  
  .beratungundverkauf td {
    width: 100% !important;
    float: left;
    margin: auto;
    text-align: center;
  }
  
  .beratungundverkauf table p {
    text-align: center;
    hyphens: none !important;
  }
  
  .beratungundverkauf table a {
    white-space: nowrap;
  }
  
  .hero p {
    font-size: 12pt;
    hyphens: auto;
  }
  
  .hero a {
    font-size: 12pt;
  }
 
  .projekt-slider p {
    white-space: nowrap;
  }
  
  .projekt-slider h2 {
    hyphens: none;
  }
  
  p, li {
  font-size: 13pt;
  line-height: 18pt;
  font-family: "Antic Didone";
  letter-spacing: 0.01em;
}
  
  li {
    padding-right: 25px;
  }
  

   .layout__region--first h2::before {
    top: 0px;
    margin-top: 90px;
  }
  
  .layout__region--first h2::after {
    top: 0px;
    margin-top: 85px;
  }
  
  .layout__region--second h2::before {
    top: 0px;
    margin-top: 90px;
  }
  
  .layout__region--second h2::after {
    top: 0px;
    margin-top: 85px;
  }
  
  .ausstattung-masonry .layout__region--first .paragraph--type--image {
    border-bottom: 0px;
  }
  
  .ausstattung-masonry .layout__region--first .paragraph--type--body {
    order: 2;
    border-top: 0px solid #fff;
  }
  
  .lage-masonry .layout__region--first .field--name-field-image img 
  {
    border-top: 0px solid #fff;
  }
  
  

     .hero img {
  object-fit:cover;
     object-position: left bottom;
     height: 300px;
     margin-top: -50px;
}
  
  
  .webform-submission-form .radio {
  display: block;
    height: auto;
}
  
  .webform-submission-form #edit-actions .btn {
    display: block;
    width: 100% !important;
  }
  
  .webform-name--wrapper .fieldset-wrapper,
  .webform-contact--wrapper .fieldset-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 10px;
}  
  
  .team .text-formatted {
    text-align: center;
  }
  
.team .field--name-field-grid-image img {
  border-radius: 0px;
  position: relative;
  width: 150px;
}  

  .webform-confirmation__message img {
    position: relative;
    z-index: 10;
  }  
  .webform-confirmation .table  {
    position: relative;
    z-index: 10;
    border: 0px;
  }  
  .webform-confirmation table td {
    border: 1px solid transparent;
  }  
  h2 {
    margin-bottom: 20px;
  }  
  html, body {
    font-size: 14px;
  }
  
 .beratungundverkauf table {
  width: 100% !important;
  margin: 0px auto;
}
  
  .beratungundverkauf table tr:nth-child(2) a {
  margin: 0px 0px !important;
    font-size: 14px;
}
  
  .beratungundverkauf table p strong {
	font-size: 16px;
    line-height: 100%
}
  .webform-confirmation td {
    width: 100%;
    float: left;
  }
  
  .webform-confirmation td:nth-child(2) {
    display: none;
  }
  
  .webform-confirmation td:nth-child(1) {
    font-weight: bold;
    margin-bottom: -4px;
  }
  
}

@media (max-width: 400px) {

.opendays .package-1 em {
  display: inline-block;
}
  
  .opendays .besichtigung-gratis em {
  display: inline-block;
}
  
  .opendays h2 em {
    display: inline-block;
  }
  
}

@media (max-width: 375px) {
  .view-wohnungen td,
  .view-wohnungen th{
    font-size: 13px !important;
    line-height: 130%;
  }
  
        .stoerer a {
  transform: scale(0.65);
  transform-origin: top;
  left: auto;
  right: -30px !important
}
  
}