/* FONTS */

/* montserrat-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); 
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500italic.woff2') format('woff2'); 
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); 
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); 
}

/* northwell-400 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Northwell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/northwell-latin.woff2') format('woff2'); 
}

.gin-secondary-toolbar--frontend {
  z-index: 9999 !important;
}

body.toolbar-horizontal.toolbar-tray-open #navbar-main.fixed-top {
  top: 60px;
}

body, html {
  font-family: 'Montserrat';
  font-weight: 400;
}

h1, h2 {
  font-family: 'Northwell';
  font-weight: 400;
}


.node .field--type-image {
  float: none;
  margin: 0;
}

.field--type-image img, .field--name-field-user-picture img {
 margin: 0px;
}

.field--type-entity-reference {
margin: 0px;
}


.field--name-field-media-image img {
width: 100%;
}

.container {
max-width: 100%;
width: 100%;
--bs-gutter-x: 0px;
padding: 0px !important;
}

.node__content {
margin: 0px;
}

section.full-width {
margin: 0px;
left: 0px;
right: 0px;
}

.row > *, .row {
padding: 0px;
--bs-gutter-x: 0px;
}

/* ALLGEMEIN */

h1, h2 {
  font-size: 48px;
  color: #88ba8a !important;
  text-align: center;
}
 .gold h1, .gold h2, .gold h3 {
  color: #c7a356 !important;
}

h3 {
  font-size: 36px;
}

h4 {
  color: #fff;
  font-weight: 600;
}

h5 {
  color: #88ba8a;
  text-align: center;
  font-size: 24px;
}


.fixed {
  max-width: 1200px;
  margin: 0px auto !important;
}

.radius, .radius img, .hero-radius img {
  border-radius: 600px/25px;
  margin: 50px 0px;
}

.text-formatted ul {
  list-style-type: none !important;
  position: relative;
  line-height: 155%;
  padding-left: 0px;
}

.text-formatted ul li {
  z-index: 10;
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 12px;
  
}

.text-formatted ul li:before {
  content: "";
  mask-image: url(/sites/default/files/bullet-point.svg);
  mask-size: 50%;
  mask-repeat: no-repeat;
  background: #88ba8a;
  padding: 15px;
  width: 50px;
  height: 50px; 
  position: absolute;
  left: 0px;
}

.text-formatted ul ul li:before {
  content: "";
  mask-image: url(/sites/default/files/bullet-point2.svg);
  mask-size: 50%;
  mask-repeat: no-repeat;
  background: #88ba8a;
  padding: 15px;
  width: 25px;
  height: 25px; 
  position: absolute;
  left: 8px;
}

.column h1, .column h2 {
  column-span: all;
}

.column .paragraph--type--body {
  column-count: 2;
  column-gap: 50px;
}

article.bautraeger {
  position: relative;
}

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

/* HAUPTMENÜ */


#navbar-main {
  border-radius: 0px 0px 600px 600px / 0px 0px 25px 25px;
  top: 0px;
  background: transparent !important;
}

#CollapsingNavbar.justify-content-end {
  justify-content: center !important;
}

#header {
  height: 0px;
}

.path-frontpage #navbar-main {
  visibility: hidden;
}

.nav-item:nth-child(3) {
  margin-right: 180px;
}

.nav-item:nth-child(4) {
  margin-left: 180px;
}

.nav-item {
  width: 120px;
  text-align: center;
  position: relative;
  z-index: 9999999;
}

.nav-link {
    color: #3b3b3b !important;
    display: inline;
}

.nav-link.active {
  border-bottom: 3px solid #88ba8a;

}

 #navbar-main {
  background: #fff !important;
  height: 120px;
  visibility: visible;
}

.path-frontpage.scrolled #navbar-main {
  background: #fff !important;
  height: 120px;
  visibility: visible;
}



.navbar-brand {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 999999;
  visibility: visible;
}

.path-frontpage .navbar-brand img {
  width: 570px;
  height: auto;
  margin: auto;
  margin-top: 36px;
}


.path-frontpage.scrolled .navbar-brand img {
  width: 340px;
  height: auto;
  margin: auto;
  margin-top: -5px;
}

 .navbar-brand img {
  width: 340px;
  height: auto;
  margin: auto;
  margin-top: -5px;
}


/* PROJEKT */

.projekt .hero-radius {
  margin-top: -10px;
}

.projekt .hero-radius img {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-top: 0px;  
  margin-bottom: 36px;
}

.projekt .intro {
  text-align: center;
  margin-top: 50px;
}

/* FONTS */

/* montserrat-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); 
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2');
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500italic.woff2') format('woff2'); 
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); 
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); 
}

/* northwell-400 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Northwell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/northwell-latin.woff2') format('woff2'); 
}

.gin-secondary-toolbar--frontend {
  z-index: 9999 !important;
}

body.toolbar-horizontal.toolbar-tray-open #navbar-main.fixed-top {
  top: 60px;
}

body, html {
  font-family: 'Montserrat';
  font-weight: 400;
}

h1, h2 {
  font-family: 'Northwell';
  font-weight: 400;
}


.node .field--type-image {
  float: none;
  margin: 0;
}

.field--type-image img, .field--name-field-user-picture img {
 margin: 0px;
}

.field--type-entity-reference {
margin: 0px;
}


.field--name-field-media-image img {
width: 100%;
}

.container {
max-width: 100%;
width: 100%;
--bs-gutter-x: 0px;
padding: 0px !important;
}

.node__content {
margin: 0px;
}

section.full-width {
margin: 0px;
left: 0px;
right: 0px;
}

.row > *, .row {
padding: 0px;
--bs-gutter-x: 0px;
}

/* ALLGEMEIN */

h1, h2 {
  font-size: 48px;
  color: #88ba8a !important;
  text-align: center;
}
 .gold h1, .gold h2, .gold h3 {
  color: #c7a356 !important;
}

h2 {
  margin-bottom: 25px;
}

h3 {
  font-size: 36px;
}

h4 {
  color: #fff;
  font-weight: 600;
}

h5 {
  color: #88ba8a;
  text-align: center;
  font-size: 24px;
}


.fixed {
  max-width: 1200px;
  margin: 0px auto !important;
}

.radius, .radius img, .hero-radius img {
  border-radius: 600px/25px;
  margin: 25px 0px 36px 0px;
}

.kostenuebersicht.radius {
  margin-top:50px;
  margin-bottom: 60px;
}

.lage .hero-radius img {
  margin-bottom: 70px;
}

.text-formatted ul {
  list-style-type: none !important;
  position: relative;
  line-height: 155%;
  padding-left: 0px;
}

.text-formatted ul li {
  z-index: 10;
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 12px;
  
}

.text-formatted ul li:before {
  content: "";
  mask-image: url(/sites/default/files/bullet-point.svg);
  mask-size: 50%;
  mask-repeat: no-repeat;
  background: #88ba8a;
  padding: 15px;
  width: 50px;
  height: 50px; 
  position: absolute;
  left: 0px;
}

.text-formatted ul ul li:before {
  content: "";
  mask-image: url(/sites/default/files/bullet-point2.svg);
  mask-size: 50%;
  mask-repeat: no-repeat;
  background: #88ba8a;
  padding: 15px;
  width: 25px;
  height: 25px; 
  position: absolute;
  left: 8px;
}

.column h1, .column h2 {
  column-span: all;
}

.column .paragraph--type--body {
  column-count: 2;
  column-gap: 50px;
}

article.bautraeger {
  position: relative;
}

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

/* HAUPTMENÜ */


#navbar-main {
  border-radius: 0px 0px 600px 600px / 0px 0px 25px 25px;
  top: 0px;
  background: transparent !important;
}

#CollapsingNavbar.justify-content-end {
  justify-content: center !important;
}

#header {
  height: 0px;
}

.path-frontpage #navbar-main {
  visibility: hidden;
}

.nav-item:nth-child(3) {
  margin-right: 180px;
}

.nav-item:nth-child(4) {
  margin-left: 180px;
}

.nav-item {
  width: 120px;
  text-align: center;
  position: relative;
  z-index: 9999999;
}

.nav-link {
    color: #3b3b3b !important;
    display: inline;
}

.nav-link.active {
  border-bottom: 3px solid #88ba8a;

}

 #navbar-main {
  background: #fff !important;
  height: 120px;
  visibility: visible;
}

.path-frontpage.scrolled #navbar-main {
  background: #fff !important;
  height: 120px;
  visibility: visible;
}



.navbar-brand {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 999999;
  visibility: visible;
}

.path-frontpage .navbar-brand img {
  width: 570px;
  height: auto;
  margin: auto;
  margin-top: 36px;
}


.path-frontpage.scrolled .navbar-brand img {
  width: 340px;
  height: auto;
  margin: auto;
  margin-top: -5px;
}

 .navbar-brand img {
  width: 340px;
  height: auto;
  margin: auto;
  margin-top: -5px;
}


/* PROJEKT */

.projekt .hero-radius {
  margin-top: -10px;
}

.projekt .hero-radius img {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  margin-top: -15px;  
}

.projekt .intro {
  text-align: center;
  margin-top: 50px;
}

.projekt .intro h1 {
  padding-bottom: 15px;
  max-width: 300px;
  margin: 0px auto;
}

.projekt .intro h1:after {
  content: "";
    border-bottom: 3px solid #c7a356;
   display: block;
  margin-top: 6px
}

.projekt .intro strong {
  padding-top: 15px;
  font-weight: 400;
  color: #88ba8a;
}

.projekt .projektbeschreibung {
  position: relative;
}

.projekt .projektbeschreibung .projekt-schmetterling img {
  max-width: 125px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 25px;
}

.projekt .projektbeschreibung .projekt-grasbueschel img {
  position: absolute;
  max-width: 150px;
  height: auto;
  bottom: -125px;
  right: 0px;
}

.projekt .projektbeschreibung {
  background-color: #88ba8a;
  padding: 50px 0px;
  margin: 70px 0px 80px 0px;
}

.projekt .projektbeschreibung h2 {
  color: #fff !important;
  text-align: center;
  padding: 0px 25px;
}

.projekt .projektbeschreibung p {
  color: #fff;
  width: 1200px;
  margin: 0px auto;
}

.projekt .infos strong {
  color: #88ba8a;
  font-weight: 400;
}

.file {
  background-image: none;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.field--name-field-file {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.field--name-field-file .field--name-field-media-title {
  height: 50px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 18px;
}

.paragraph--type--grid-file {
  gap: 25px;
  margin: 25px 0px;
}

.paragraph--type--grid-file .file a {
  background-color: #c7a356;
  color: #fff;
  padding: 10px 36px;
  border-radius: 600px/50px;
  text-decoration: none;
  line-height: 120%;
}

.wohnungen .paragraph--type--grid-file .file a {
  background: #88ba89;
}

.wohnungen .hero-radius img {
  margin-bottom: 80px;
}

/* LAGE */

.lage .infrastruktur h2 {
  text-align: center;
}

.lage .stadtwanderweg {
  position: relative;
}

.lage .stadtwanderweg .loewenzahn img {
  position: absolute;
  top: -200px;
  right: 50px;
  max-width: 210px;
  height: auto;
}

.stadtwanderweg {
  position: relative;
}

.stadtwanderweg .frieda {
  position: absolute;
  width: 400px;
  bottom: -25px;
  right: 12%
}



/* WOHNUNGEN */

.wohnungen .haeuser .layout--twocol{
      overflow: hidden;
      border-radius: 600px/25px;
      clear: both;
      margin-top:70px;
}

.wohnungen .haeuser .layout__region--first {
  background-color: #c7a356;
  padding: 50px 25px 50px 0px;  

}

.wohnungen .haeuser .layout__region--first .text-formatted {
  max-width: calc(600px - 25px);
  float: right;
  width: 100%;
}

.wohnungen .haeuser .extra-field--anchor {
  display: none;
}

.wohnungen .haeuser .layout__region--second {
  background-color: #88ba8a;
  padding: 50px 0px 50px 25px;
}

.wohnungen .haeuser .layout__region--second .text-formatted {
  max-width: calc(600px - 25px);
  float: left;
  width: 100%;
}


.wohnungen .haeuser h3 {
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.wohnungen .haeuser ul li:before {
  background-color: #fff;
}

.wohnungen .haeuser .layout__region--first {
  position: relative;
}

.wohnungen .haeuser .layout__region--first .blumen img {
  position: absolute;
  bottom:-36px;
  left: 0px;
  width: 160px;
  height: auto;
}

.wohnungen .haeuser .layout__region--second {
  position: relative;
}

.wohnungen .haeuser .layout__region--bottom {
}

.wohnungen .haeuser .layout__region--second .schmetterlinge img {
  position: absolute;
  width: 150px;
  height: auto;
  right: 20px;
}

.wohnungen .kostenuebersicht {
  background-color: #c7a356;
  padding: 25px 0px;
}

.wohnungen .kostenuebersicht .text-formatted {
  max-width: 1300px;
  margin: 0px auto;
  padding-left: 50px;
  padding-right: 50px;
}

.wohnungen .kostenuebersicht table tr, .wohnungen .kostenuebersicht table td {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0px;
  
}
.wohnungen .kostenuebersicht table td {
  vertical-align: top;
  padding: 3px 0px;
}

.wohnungen .kostenuebersicht table td:nth-child(1) {
  padding-right: 25px;
}

.footable {
  margin-top: 40px
}

  .footable-details th {
    border-bottom: 1px solid #f1e8d5 !important;
  }
  
    .view-display-id-block_2 .footable-details th {
    border-bottom: 1px solid #88ba89 !important;
  }
  
  .footable-details td, .footable-details th {
    height: 40px;
  }
  
  .footable-details th {
    vertical-align: middle;
  }
  
  .footable-details  {
    border-top: 1px solid #c7a356;
    margin-bottom: 12px !important;
  }
  
  .view-display-id-block_2 .footable-details  {
    border-top: 1px solid #88ba89;
    margin-bottom: 12px !important;
  }
  
  .fooicon-plus, .fooicon-minus {
    opacity: 0.7 !important;
  }
  
    .fooicon-plus::before { 
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: #c7a356;
    text-align: center;
    width: 10px;
    display: inline-block;
    font-family: 'Montserrat';

}
  
  .fooicon-minus::before { 
    content: "-";
    font-size: 20px;
    font-weight: bold;
    color: #c7a356;
    width: 10px;
    display: inline-block;
    font-family: 'Montserrat';
}

  .view-display-id-block_2 .fooicon-plus::before,
.view-display-id-block_2 .fooicon-minus::before {
  color: #88ba89;
}

.footable-detail-row {
  border: 3px solid #c7a356;
}

.view-display-id-block_2 .footable-detail-row {
  border: 3px solid #88ba89 !important;
}


.footable-details td:nth-child(2) {
   background: #f7f1e6 !important;
}

.view-display-id-block_2 .footable-detail-row {
  border: 3px solid #c7a356;
}

.view-display-id-block_2 .footable-details td:nth-child(2) {
  background: #f1f4f0 !important;
}


.footable-details th {
  border-left: 0px !important;
  min-width: 165px !important;
}

.footable th {
  background-color: rgba(199, 163, 86,0.4);
  font-weight: normal;
  color: #000;
  text-align: center;
  border: 1px solid rgba(199, 163, 86,1);
  border-top: 0px;
  font-size: 13px;
  line-height: 120%;
}

.footable th:nth-last-child(-n+4) {
  background: rgba(199, 163, 86,1);
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid rgba(199, 163, 86,1);

}


.footable td {
  border: 1px solid rgba(199, 163, 86,1);
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.footable tr:nth-child(n-8) {
  background-color: #f7f1e6;
}

.footable tr:nth-child(-n+7) td:nth-last-child(-n+4) {
  background: #f1e8d5
}

.footable tr:nth-child(n+8) td:nth-last-child(-n+4) {
  background: #f7f1e6
}

.footable tr:nth-child(n+8) {
  background: #fff !important;

}

.view-display-id-block_2 .footable th {
  background-color: #d5dfd1;
  border: 1px solid #88ba89;
}



.view-display-id-block_2 .footable td {
  border: 1px solid #88ba89;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.view-display-id-block_2 .footable tr {
  background: #f1f4f0;
}

.view-display-id-block_2  .footable tr td:nth-last-child(-n+4) {
  background: #e3e9e0
}

.view-display-id-block_2 .footable th:nth-last-child(-n+4) {
  background: #88ba89;
  border: 1px solid #fff !important;
  border-bottom: 0px !important;
  border-top: 0px !important;
}

.view-display-id-block_2 {
  margin-top: 15px;
}

.views-field-field-geschoss {
  min-width: 140px;
}

.wohnungsliste .frieda {
  width: 400px;
  right: 0%;
  top: -270px;
  position: absolute;
  z-index: 10;
}

.views-field-field-grundriss a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/sites/default/files/grundriss.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: cover;
}

.views-field-field-grundriss a {
  font-size: 0px;
  display: flex;
  justify-content: center;
}


.views-field-nothing-1 a:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(/sites/default/files/kontakt.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: cover;
  fill: red !important;
}

.views-field-nothing-1 a {
  font-size: 0px;
  display: flex;
  justify-content: center;
}

.view-display-id-block_2 .views-field-nothing-1 a:before {
  mask-image: url(/sites/default/files/kontakt.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #88ba89;
  background-image: none;
}

.view-display-id-block_2 .views-field-field-grundriss a:before {
  mask-image: url(/sites/default/files/grundriss.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #88ba89;
  background-image: none;
}


/* AUSSTATTUNG */

.ausstattung .hero-radius {
  margin-bottom: 45px;
}

.ausstattung .geschick ul li:before {
  background-color: #c7a356;
}


.ausstattung .visualisierung {
  border-radius: 600px/25px;
  margin: 70px 0px 50px 0px;
  overflow-x: hidden;
}
.ausstattung .visualisierung .layout__region--first {
  padding-right: 5px;
}

.ausstattung .visualisierung .layout__region--second {
  padding-left: 5px;
}

.ausstattung .visualisierung .extra-field--anchor {
  display: none;
}

.ausstattung .visualisierung {
  position: relative;
}

.ausstattung .visualisierung .frieda {
  position: absolute;
  width: 400px;
  bottom: -50px;
  right: 12%
}

.ausstattung .frieda {
  margin-top: -230px;
  width: 400px;
  margin-left: 65%;
  z-index: 99;
  position: relative;
}


/* BAUTRAEGER */

.bautraeger .hero-slider {
  position: relative;
  margin-top: 5px;
  margin-bottom: 40px;
}

.bautraeger .hero-slider .frieda {
  position: absolute;
  width: 400px;
  bottom: -50px;
  right: 12%
}


/* KONTAKT */

.kontakt .kontaktformular {
  background-color: #ecd591;
  padding: 50px 0px;
  margin-top: 70px !important;
  margin-bottom: 80px;
}

.webform-submission-form {
  max-width: 1300px;
  margin: 50px auto;
  padding: 0px 50px;
}

 .field__label {
  display: none;
}

 .webform-submission-form #edit-container {
  display: flex;
}

.webform-submission-form #edit-name--wrapper {
  margin: 0px;
  margin-bottom: 0px !important;
}

 .webform-submission-form #edit-infos {
  margin-right: 10px;
  width: 50%;
}

 .webform-submission-form #edit-nachricht {
  margin-left: 10px;
   width: 50%;
}

.webform-submission-form input, .kontakt .kontaktformular .webform-submission-form textarea {
  background-color: transparent !important;
  border: 2px solid #fff;
  padding-top: 15px;
  margin-bottom: 20px !important;
}

.webform-submission-form .form-textarea-wrapper textarea {
  height: 256px;
  margin-top: 8px
}

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

.webform-submission-form .js-form-item label {
  background-color: #ecd591;
  position: absolute;
  top: -16px;
  left: 10px; 
  color: #144b4b;
  font-size: 14px;
  padding: 0px 5px;
}

.webform-submission-form .form-check-label, .kontakt .kontaktformular .webform-submission-form #edit-pflichtfeld {
  font-size: 14px !important;
  color: #144b4b;
}

.webform-submission-form #edit-submit {
  border-radius: 400px/25px;
  background-color: #fff;
  border: none;
  padding: 8px 50px;
  text-transform: uppercase;
  font-weight: 500;
  color: #144b4b;
}

.webform-submission-form .form-required:after {
	content: '*';
	vertical-align: super;
	display: inline-block;
	background-image: none;
	width: 7px;
	height: 7px;
	margin: 0 0.3em;
}


.webform-submission-form .form-item-dsgvo {
  margin-top: 36px;

}

.webform-submission-form .form-item-dsgvo a {
  color: #144b4b;
}

.webform-submission-form .form-item-dsgvo label {
  position: relative;
  top: 0px;
}

.webform-submission-form .form-check-input {
  border-color: #144b4b;
}

.webform-submission-form .form-check-input:checked {
  background-color: #144b4b !important;
  border-color: #144b4b;
}

.webform-submission-form .form-control:focus {
  color: #144b4b !important;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.webform-submission-form .form-control {
  color: #144b4b;
}

.webform-submission-form .form-actions {
  display: flex;
  justify-content: flex-end;
}

.webform-confirmation img {
    border-radius: 600px/25px;
}

.webform-confirmation__message {
  text-align: left;
  color: #799b6e;
}

.webform-confirmation p {
  text-align: center;
}

.webform-confirmation .webform-confirmation__message p,
.webform-confirmation .webform-confirmation__message h3,
.webform-confirmation .webform-confirmation__message table{
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.webform-confirmation .webform-confirmation__message table {
  margin-top: 25px;
  font-size: 16px;
}

.webform-confirmation__message p, .webform-confirmation__message td{
  text-align: left;
  padding: 6px 0px;
}

.webform-confirmation__message p, .webform-confirmation__message a {
  color: #000;
}
.webform-confirmation__message a {
  color: #799b6e;

}

.webform-confirmation__message tr {
  background: none;
  border: none;
}

.webform-confirmation__back {
  display: none;
}

.beratung-und-verkauf .layout__region--first {
  text-align: right;
  padding-right: 25px;
  justify-content: flex-end;
  display: flex;
}

.beratung-und-verkauf .layout__region--first .text-formatted,
.beratung-und-verkauf .layout__region--second .text-formatted{
  text-align: left;
  width: 250px;
  margin-top: 25px
}


.beratung-und-verkauf .layout__region--first strong,
.beratung-und-verkauf .layout__region--second strong {
  font-weight: normal;
  color: #88ba8a !important;
  font-size: 20px;
}

.beratung-und-verkauf a {
  text-decoration: none !important;
  color: #000 !important;
}

.beratung-und-verkauf .layout__region--second {
  text-align: left;
  padding-left: 25px;
}

.beratung-und-verkauf img {
  width: 265px;
  border-radius: 110px/80px;
  margin-top: 25px;
}

.beratung-und-verkauf {
  margin-bottom: 15px !important;
}


body {
  position: relative;
}


.site-footer {
  padding: 0px;
  background: none !important;
  margin-top: 36px;
}

.site-footer__bottom {
  margin: 0px;
  padding: 0px;
}

.site-footer__bottom .region {
  margin: 0px;
  padding: 0px;
}

.site-footer__bottom .block {
  padding: 0px !important;
  margin: 0px;
}

.site-footer table tr,.site-footer table td {
  background: none;
  border: none;
}

.site-footer .rustler {
  width: 36px;
  padding: 0px 3px;
}

.site-footer .rustler img {
  border-radius: 90%;
  outline: 2px solid #b9181c;
  outline-offset: -1px;
  height: 36px;
  width: 36px;
  margin: auto;

}

.site-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65) !important;
}

.site-footer table td:last-child {
  text-align: right;
}

#block-jakob-copyright {
  background: #4c4c4c;
  height: 85px;
  margin-top: -50px;
}

#block-jakob-footer {
  background: #88ba8a;
  height: 110px;
  border-radius: 600px/25px;
}

#block-jakob-footer .content,
#block-jakob-copyright .content {
  max-width: 1200px;
  margin: auto;
  margin-top: 5px;
}

.dsgvo .node__content {
  margin-top: 200px;
}

.dsgvo a {
  color: #000;
  text-decoration: none;
}

.dsgvo h1 {
  margin-bottom: 50px;
  margin-top: 75px;
}

#block-jakob-icons {
  display: none;
}


@media (max-width: 1200px) {
  .fixed {
    padding: 0px 50px;
  }
  
  .projekt .projektbeschreibung {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .projekt .projektbeschreibung p {
    max-width: 100%;
  }
  
}


@media (max-width: 1200px) {
  .projekt .projektbeschreibung p {
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  :target {
    scroll-margin-top: 75px;
  }
  
  #block-jakob-icons {
    display: block;
  }
  
  #block-jakob-icons a {
    font-size: 0px;
  }
  
  #block-jakob-icons a.mailto:before {
    content: "";
    mask-image: url(/sites/default/files/kontakt.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #88ba8a;
    height: 21px;
    width: 21px;
    display: block;
    position: absolute;
    top: 18px;
    left: 36px;
    z-index: 999999;
  }
  
   #block-jakob-icons a.tel:before {
    content: "";
    mask-image: url(/sites/default/files/phone.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #88ba8a;
    height: 21px;
    width: 21px;
    display: block;
    position: absolute;
    top: 56px;
    left: 36px;
    z-index: 999999;
  }
  
  #navbar-main {
   height: 100px !important;
    border: none;
    box-shadow: 1px 1px 20px -18px #333;
  }
  
  .path-frontpage.scrolled .navbar-brand img {
  width: 210px;
  margin-top: -5px;
}
  
  .path-frontpage .navbar-brand img {
  width: 60%;
  height: auto;
  margin: auto;
  margin-top: 36px;
}

  
.navbar-brand img {
  width: 60%;
  margin-top: -5px;
}  
  .navbar-toggler {
    right: 25px;
    top: 30px;
    position: absolute;
    border: none;
    z-index: 99999999 !important;
  }
  
  .navbar-toggler-icon {
    background-image: none;
    background-color: #86ba88;
    mask-image: url(/sites/default/files/hamburger.svg);
    mask-size: 30px 25px;
    mask-repeat: no-repeat;
  }
  
  .navbar-nav {
    position: absolute;
    top: 90px !important;
    background: #c6a250;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-nav  {
    padding-top: 50px;
    padding-bottom: 36px;
  }
  
  .navbar-nav li {
    display: flex;
    justify-content: center;
    text-align: center;    width: 100%;
  }
  
  .nav-link {
    color: #fff !important;
  }
  
  .nav-item:nth-child(3) {
  margin-left: 0;
}
  
  .nav-item:nth-child(4) {
  margin-left: 0;
}
  
  .downloads .layout__region--first {
    flex: 0 1 100% !important;
  }
    .downloads .layout__region--second {
    flex: 0 1 50%;
      justify-content: center;
      align-items: center;
      margin: auto;
  }
  
    .downloads .layout__region--third {
    flex: 0 1 100%;
  }
  
 
}

@media (max-width: 800px) {
  .wohnungen .haeuser .layout__region--first {
    flex: 0 1 100%;
  }
  
  .wohnungen .haeuser .layout__region--second {
    flex: 0 1 100%;
  } 
  
  
  
}


@media (max-width: 768px) {
  .webform-confirmation td {
    float: left;
    width: 100%;
    border: none !important;
  }
  
  .webform-confirmation td:nth-child(1)  {
    font-weight: 500;
    padding: 0px;
    margin-bottom: -12px;
    border: none !important;
  }
  
  .webform-confirmation td:nth-child(2) {
    display: none;
  }
  
  .webform-confirmation .webform-confirmation__message p,
.webform-confirmation .webform-confirmation__message h3,
.webform-confirmation .webform-confirmation__message table{
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;;
  
}

@media (max-width: 550px) {
     .beratung-und-verkauf .layout__region--first,
  .beratung-und-verkauf .layout__region--second {
    width:  100% !important;
    flex: 0 1 100% !important;
    text-align: center;
    margin: auto;
    padding: 0px;
    display: block;
  }
  
  .beratung-und-verkauf .text-formatted {
    width: 100% !important;
    text-align: center !important;
  }
  

}

@media (max-width: 640px) {
  
  .column .paragraph--type--body {
    column-count: 1;
  }
  
  .fixed {
    padding-left: 36px;
    padding-right: 36px;
  }
  
   .projekt .projektbeschreibung, .intro {
    padding-left: 36px;
    padding-right: 36px;
  }
  
  .wohnungen .kostenuebersicht table td {
    width: 100%;
    float: left;
  }
  
  .wohnungen .kostenuebersicht table td:first-child {
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: -3px;
  }
  
  .wohnungen .kostenuebersicht table td:last-child {
    padding-bottom: 6px;
  }
  
  .wohnungen .kostenuebersicht .text-formatted {
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}
  
  .ausstattung .visualisierung .layout__region--first,
  .ausstattung .visualisierung .layout__region--second {
    padding: 0px ;
  }
  
  .ausstattung .visualisierung .layout__region--second {
    padding-top: 6px;
  }
  
  .webform-submission-form {
  max-width: 100%;
  margin: 50px auto;
    padding: 0px 36px;
}
  
  .webform-submission-form #edit-container {
    flex-direction: column;
  }
  
  .webform-submission-form #edit-infos,
    .webform-submission-form #edit-nachricht{
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
  
    .beratung-und-verkauf .layout__region--first,
  .beratung-und-verkauf .layout__region--second {
    width:  50%;
    flex: 0 1 50%;
  }
  

  
    .beratung-und-verkauf .layout__region--first .text-formatted,
.beratung-und-verkauf .layout__region--second .text-formatted{
  text-align: left;
  width: 200px;
  margin-top: 25px;
}
  
  .beratung-und-verkauf img {
  width: 200px;
  border-radius: 110px/80px;
  margin-top: 25px;
}
  .site-footer .rustler {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3px;
  }
  
  .site-footer table td {
    width: 100%;
    float: left;
    text-align: center !important;
  }
  
  #block-jakob-copyright {
  height: auto;
  margin-top: 0px;
}

#block-jakob-footer {
  background: #88ba8a;
  border-radius: 600px/25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
  
}

@media (max-width: 480px) {
  .navbar-brand img {
  width: 50%;
  height: auto;
  margin: auto;
  margin-top: auto;
  margin-top: 0px;
} 
  
   .navbar-nav {
    position: fixed;
    top:130px;
    background: #c6a250;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .fixed.wohnungsliste {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  
  .paragraph--type--grid-file {
    margin-bottom: 25px;
    margin-top: 0px;
  }

  .downloads img {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
    .webform-confirmation .webform-confirmation__message p,
.webform-confirmation .webform-confirmation__message h3,
.webform-confirmation .webform-confirmation__message table{
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;;
  
}
 
  .kostenuebersicht {
    margin-top: 25px;
  }
  
  
  .haeuser.radius img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .ausstattung .hero-radius img {
    margin-top: 0px;
  }
  
  .projekt .hero-radius img {
    margin-bottom: 15px;
  }
  
  .bautraeger .radius img {
    margin: 0px;
  }
  
  .lagekarte  img {
    margin-top: -15px;
    margin-bottom: 0px;
  }
  
  .lage .stadtwanderweg .loewenzahn img {
      opacity: 0.6;
    transform: scale(0.7);
    transform-origin: bottom right;
     
}
  
  .projekt .projektbeschreibung .projekt-schmetterling img {
    opacity: 0.6;
    transform: scale(0.7);
    transform-origin: top left;
  }
  
  .projekt .projektbeschreibung .projekt-grasbueschel img {
    opacity: 0.6;
     transform: scale(0.7);
    transform-origin: center right;
  }
  
  .wohnungen .haeuser .layout__region--first .blumen img {
    opacity: 0.6;
     transform: scale(0.7);
    transform-origin: bottom left;
}

    .wohnungen .haeuser .layout__region--first {
    padding-left: 36px;
  }
  
  .wohnungen .haeuser .layout__region--second {
    padding-right: 36px;
  }
  
  h2, h1 {
    font-size: 42px;
    line-height: 130%;
  }
  
  h3 {
    font-size: 30px;
  }

  .stadtwanderweg .frieda {
  width: 70%;
  bottom: -50px;
  right: 12%;
}
  
  .bautraeger .hero-slider .frieda {
  width: 70%;
  bottom: -36px;
  right: 12%;
}
  
   .geschick .frieda {
  margin-top: -200px;
  width: 60%;
  z-index: 99;
  position: absolute;
 right: 12% !important;
}
  
  

  .wohnungen .haeuser .layout__region--second .schmetterlinge img {
    opacity: 0.65;
    transform: scale(0.7);
    transform-origin: top right;
  }

.dsgvo .node__content {
  margin-top: 90px;
}
  
  .text-formatted ul li {
    padding-right: 0px;
  }
  
  .text-formatted ul ul {
    margin-top: 6px;
    margin-left: -5px;
  }
  
  li, p {
    font-size: 17px;
  }
  
  
  .form-item-pflichtfeld p{
    font-size: 14px;
  }
  
}


@media (max-width: 390px) {
  .views-field-field-geschoss {
  min-width: auto;
}
}.projekt .intro h1 {
  padding-bottom: 15px;
  max-width: 300px;
  margin: 0px auto;
}

.projekt .intro h1:after {
  content: "";
    border-bottom: 3px solid #c7a356;
   display: block;
  margin-top: 6px
}

.projekt .intro strong {
  padding-top: 15px;
  font-weight: 400;
  color: #88ba8a;
}

.projekt .projektbeschreibung {
  position: relative;
}

.projekt .projektbeschreibung .projekt-schmetterling img {
  max-width: 125px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 25px;
}

.projekt .projektbeschreibung .projekt-grasbueschel img {
  position: absolute;
  max-width: 150px;
  height: auto;
  bottom: -125px;
  right: 0px;
}

.projekt .projektbeschreibung {
  background-color: #88ba8a;
  padding: 50px 0px;
  margin: 50px 0px;
}

.projekt .projektbeschreibung h2 {
  color: #fff !important;
  text-align: center;
  padding: 25px;
}

.projekt .projektbeschreibung p {
  color: #fff;
  width: 1200px;
  margin: 0px auto;
}

.projekt .infos strong {
  color: #88ba8a;
  font-weight: 400;
}

.file {
  background-image: none;
  padding: 0px;
  display: flex;
  justify-content: center;
}

.field--name-field-file {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.field--name-field-file .field--name-field-media-title {
  height: 50px;
  line-height: 120%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 18px;
}

.paragraph--type--grid-file {
  gap: 25px;
  margin: 25px 0px;
}

.paragraph--type--grid-file .file a {
  background-color: #c7a356;
  color: #fff;
  padding: 10px 36px;
  border-radius: 600px/50px;
  text-decoration: none;
  line-height: 120%;
}

.wohnungen .paragraph--type--grid-file .file a {
  background: #88ba89;
}

/* LAGE */

.lage .infrastruktur h2 {
  text-align: center;
}

.lage .stadtwanderweg {
  position: relative;
}

.lage .stadtwanderweg .loewenzahn img {
  position: absolute;
  top: -200px;
  right: 50px;
  max-width: 210px;
  height: auto;
}

.stadtwanderweg {
  position: relative;
}

.stadtwanderweg .frieda {
  position: absolute;
  width: 400px;
  bottom: -25px;
  right: 12%
}



/* WOHNUNGEN */

.wohnungen .haeuser .layout--twocol{
      overflow: hidden;
      border-radius: 600px/25px;
      clear: both;
}

.wohnungen .haeuser .layout__region--first {
  background-color: #c7a356;
  padding: 50px 25px 50px 0px;  

}

.wohnungen .haeuser .layout__region--first .text-formatted {
  max-width: calc(600px - 25px);
  float: right;
  width: 100%;
}

.wohnungen .haeuser .extra-field--anchor {
  display: none;
}

.wohnungen .haeuser .layout__region--second {
  background-color: #88ba8a;
  padding: 50px 0px 50px 25px;
}

.wohnungen .haeuser .layout__region--second .text-formatted {
  max-width: calc(600px - 25px);
  float: left;
  width: 100%;
}

.wohnungen .haeuser h3 {
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.wohnungen .haeuser ul li:before {
  background-color: #fff;
}

.wohnungen .haeuser .layout__region--first {
  position: relative;
}

.wohnungen .haeuser .layout__region--first .blumen img {
  position: absolute;
  top: 390px;
  left: 0px;
  width: 160px;
  height: auto;
}

.wohnungen .haeuser .layout__region--second {
  position: relative;
}

.wohnungen .haeuser .layout__region--bottom {
}

.wohnungen .haeuser .layout__region--second .schmetterlinge img {
  position: absolute;
  width: 150px;
  height: auto;
  right: 20px;
}

.wohnungen .kostenuebersicht {
  background-color: #c7a356;
  padding: 25px 0px;
}

.wohnungen .kostenuebersicht .text-formatted {
  max-width: 1300px;
  margin: 0px auto;
  padding-left: 50px;
  padding-right: 50px;
}

.wohnungen .kostenuebersicht table tr, .wohnungen .kostenuebersicht table td {
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0px;
  
}
.wohnungen .kostenuebersicht table td {
  vertical-align: top;
  padding: 3px 0px;
}

.wohnungen .kostenuebersicht table td:nth-child(1) {
  padding-right: 25px;
}


  .footable-details th {
    border-bottom: 1px solid #f1e8d5 !important;
  }
  
    .view-display-id-block_2 .footable-details th {
    border-bottom: 1px solid #88ba89 !important;
  }
  
  .footable-details td, .footable-details th {
    height: 40px;
  }
  
  .footable-details th {
    vertical-align: middle;
  }
  
  .footable-details  {
    border-top: 1px solid #c7a356;
    margin-bottom: 12px !important;
  }
  
  .view-display-id-block_2 .footable-details  {
    border-top: 1px solid #88ba89;
    margin-bottom: 12px !important;
  }
  
  .fooicon-plus, .fooicon-minus {
    opacity: 0.7 !important;
  }
  
    .fooicon-plus::before { 
    content: "+";
    font-size: 20px;
    font-weight: bold;
    color: #c7a356;
    text-align: center;
    width: 10px;
    display: inline-block;
    font-family: 'Montserrat';

}
  
  .fooicon-minus::before { 
    content: "-";
    font-size: 20px;
    font-weight: bold;
    color: #c7a356;
    width: 10px;
    display: inline-block;
    font-family: 'Montserrat';
}

  .view-display-id-block_2 .fooicon-plus::before,
.view-display-id-block_2 .fooicon-minus::before {
  color: #88ba89;
}

.footable-detail-row {
  border: 3px solid #c7a356;
}

.view-display-id-block_2 .footable-detail-row {
  border: 3px solid #88ba89 !important;
}


.footable-details td:nth-child(2) {
   background: #f7f1e6 !important;
}

.view-display-id-block_2 .footable-detail-row {
  border: 3px solid #c7a356;
}

.view-display-id-block_2 .footable-details td:nth-child(2) {
  background: #f1f4f0 !important;
}


.footable-details th {
  border-left: 0px !important;
  min-width: 165px !important;
}

.footable th {
  background-color: rgba(199, 163, 86,0.4);
  font-weight: normal;
  color: #000;
  text-align: center;
  border: 1px solid rgba(199, 163, 86,1);
  border-top: 0px;
  font-size: 13px;
  line-height: 120%;
}

.footable th:nth-last-child(-n+4) {
  background: rgba(199, 163, 86,1);
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid rgba(199, 163, 86,1);

}


.footable td {
  border: 1px solid rgba(199, 163, 86,1);
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.footable tr:nth-child(n-8) {
  background-color: #f7f1e6;
}

.footable tr:nth-child(-n+7) td:nth-last-child(-n+4) {
  background: #f1e8d5
}

.footable tr:nth-child(n+8) td:nth-last-child(-n+4) {
  background: #f7f1e6
}

.footable tr:nth-child(n+8) {
  background: #fff !important;

}

.view-display-id-block_2 .footable th {
  background-color: #d5dfd1;
  border: 1px solid #88ba89;
}

.view-display-id-block_2 .footable th:nth-last-child(-n+4) {
  background: #88ba89;
  border-bottom: 1px solid #fff !important;
}

.view-display-id-block_2 .footable td {
  border: 1px solid #88ba89;
  padding: 8px 12px;
  text-align: center;
  font-size: 14px;
  line-height: 120%;
}

.view-display-id-block_2 .footable tr {
  background: #f1f4f0;
}

.view-display-id-block_2  .footable tr td:nth-last-child(-n+4) {
  background: #e3e9e0
}

.view-display-id-block_2 {
  margin-top: 15px;
}

.views-field-field-geschoss {
  min-width: 140px;
}

.wohnungsliste .frieda {
  width: 400px;
  right: 0%;
  top: -270px;
  position: absolute;
  z-index: 10;
}

.views-field-field-grundriss a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/sites/default/files/grundriss.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: cover;
}

.views-field-field-grundriss a {
  font-size: 0px;
  display: flex;
  justify-content: center;
}


.views-field-nothing-1 a:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(/sites/default/files/kontakt.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: cover;
  fill: red !important;
}

.views-field-nothing-1 a {
  font-size: 0px;
  display: flex;
  justify-content: center;
}

.view-display-id-block_2 .views-field-nothing-1 a:before {
  mask-image: url(/sites/default/files/kontakt.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #88ba89;
  background-image: none;
}

.view-display-id-block_2 .views-field-field-grundriss a:before {
  mask-image: url(/sites/default/files/grundriss.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #88ba89;
  background-image: none;
}


/* AUSSTATTUNG */

.ausstattung .geschick ul li:before {
  background-color: #c7a356;
}


.ausstattung .visualisierung {
  border-radius: 600px/25px;
  margin: 50px 0px;
  overflow-x: hidden;
}
.ausstattung .visualisierung .layout__region--first {
  padding-right: 5px;
}

.ausstattung .visualisierung .layout__region--second {
  padding-left: 5px;
}

.ausstattung .visualisierung .extra-field--anchor {
  display: none;
}

.ausstattung .visualisierung {
  position: relative;
}

.ausstattung .visualisierung .frieda {
  position: absolute;
  width: 400px;
  bottom: -50px;
  right: 12%
}

.ausstattung .frieda {
  margin-top: -200px;
  width: 400px;
  margin-left: 65%;
  z-index: 99;
  position: relative;
}


/* BAUTRAEGER */

.bautraeger .hero-slider {
  position: relative;
}

.bautraeger .hero-slider .frieda {
  position: absolute;
  width: 400px;
  bottom: -50px;
  right: 12%
}


/* KONTAKT */

.kontakt .kontaktformular {
  background-color: #ecd591;
  padding: 50px 0px;
}

.webform-submission-form {
  max-width: 1300px;
  margin: 50px auto;
  padding: 0px 50px;
}

 .field__label {
  display: none;
}

 .webform-submission-form #edit-container {
  display: flex;
}

.webform-submission-form #edit-name--wrapper {
  margin: 0px;
  margin-bottom: 0px !important;
}

 .webform-submission-form #edit-infos {
  margin-right: 10px;
  width: 50%;
}

 .webform-submission-form #edit-nachricht {
  margin-left: 10px;
   width: 50%;
}

.webform-submission-form input, .kontakt .kontaktformular .webform-submission-form textarea {
  background-color: transparent !important;
  border: 2px solid #fff;
  padding-top: 15px;
  margin-bottom: 20px !important;
}

.webform-submission-form .form-textarea-wrapper textarea {
  height: 256px;
  margin-top: 8px
}

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

.webform-submission-form .js-form-item label {
  background-color: #ecd591;
  position: absolute;
  top: -16px;
  left: 10px; 
  color: #144b4b;
  font-size: 14px;
  padding: 0px 5px;
}

.webform-submission-form .form-check-label, .kontakt .kontaktformular .webform-submission-form #edit-pflichtfeld {
  font-size: 14px !important;
  color: #144b4b;
}

.webform-submission-form #edit-submit {
  border-radius: 400px/25px;
  background-color: #fff;
  border: none;
  padding: 8px 50px;
  text-transform: uppercase;
  font-weight: 500;
  color: #144b4b;
}

.webform-submission-form .form-required:after {
	content: '*';
	vertical-align: super;
	display: inline-block;
	background-image: none;
	width: 7px;
	height: 7px;
	margin: 0 0.3em;
}


.webform-submission-form .form-item-dsgvo {
  margin-top: 36px;

}

.webform-submission-form .form-item-dsgvo a {
  color: #144b4b;
}

.webform-submission-form .form-item-dsgvo label {
  position: relative;
  top: 0px;
}

.webform-submission-form .form-check-input {
  border-color: #144b4b;
}

.webform-submission-form .form-check-input:checked {
  background-color: #144b4b !important;
  border-color: #144b4b;
}

.webform-submission-form .form-control:focus {
  color: #144b4b !important;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}

.webform-submission-form .form-control {
  color: #144b4b;
}

.webform-submission-form .form-actions {
  display: flex;
  justify-content: flex-end;
}

.webform-confirmation img {
    border-radius: 600px/25px;
}

.webform-confirmation__message {
  text-align: left;
  color: #799b6e;
}

.webform-confirmation p {
  text-align: center;
}

.webform-confirmation .webform-confirmation__message p,
.webform-confirmation .webform-confirmation__message h3,
.webform-confirmation .webform-confirmation__message table{
  max-width: 640px;
  width: 100%;
  margin: auto;
}
.webform-confirmation .webform-confirmation__message table {
  margin-top: 25px;
  font-size: 16px;
}

.webform-confirmation__message p, .webform-confirmation__message td{
  text-align: left;
  padding: 6px 0px;
}

.webform-confirmation__message p, .webform-confirmation__message a {
  color: #000;
}
.webform-confirmation__message a {
  color: #799b6e;

}

.webform-confirmation__message tr {
  background: none;
  border: none;
}

.webform-confirmation__back {
  display: none;
}

.beratung-und-verkauf .layout__region--first {
  text-align: right;
  padding-right: 25px;
  justify-content: flex-end;
  display: flex;
}

.beratung-und-verkauf .layout__region--first .text-formatted,
.beratung-und-verkauf .layout__region--second .text-formatted{
  text-align: left;
  width: 250px;
  margin-top: 25px
}


.beratung-und-verkauf .layout__region--first strong,
.beratung-und-verkauf .layout__region--second strong {
  font-weight: normal;
  color: #88ba8a !important;
  font-size: 20px;
}

.beratung-und-verkauf a {
  text-decoration: none !important;
  color: #000 !important;
}

.beratung-und-verkauf .layout__region--second {
  text-align: left;
  padding-left: 25px;
}

.beratung-und-verkauf img {
  width: 265px;
  border-radius: 110px/80px;
  margin-top: 25px;
}


body {
  position: relative;
}


.site-footer {
  padding: 0px;
  background: none !important;
  margin-top: 36px;
}

.site-footer__bottom {
  margin: 0px;
  padding: 0px;
}

.site-footer__bottom .region {
  margin: 0px;
  padding: 0px;
}

.site-footer__bottom .block {
  padding: 0px !important;
  margin: 0px;
}

.site-footer table tr,.site-footer table td {
  background: none;
  border: none;
}

.site-footer .rustler {
  width: 36px;
  padding: 0px 3px;
}

.site-footer .rustler img {
  border-radius: 90%;
  outline: 2px solid #b9181c;
  outline-offset: -1px;
  height: 36px;
  width: 36px;
  margin: auto;

}

.site-footer a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65) !important;
}

.site-footer table td:last-child {
  text-align: right;
}

#block-jakob-copyright {
  background: #4c4c4c;
  height: 85px;
  margin-top: -50px;
}

#block-jakob-footer {
  background: #88ba8a;
  height: 110px;
  border-radius: 600px/25px;
}

#block-jakob-footer .content,
#block-jakob-copyright .content {
  max-width: 1200px;
  margin: auto;
  margin-top: 5px;
}

.dsgvo .node__content {
  margin-top: 200px;
}

.dsgvo a {
  color: #000;
  text-decoration: none;
}

.dsgvo h1 {
  margin-bottom: 50px;
  margin-top: 75px;
}

#block-jakob-icons {
  display: none;
}

@media (max-width: 1200px) {
  .fixed {
    padding: 0px 50px;
  }
  
  .projekt .projektbeschreibung {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  .projekt .projektbeschreibung p {
    max-width: 100%;
  }
  
}


@media (max-width: 1200px) {
  .projekt .projektbeschreibung p {
    max-width: 100%;
  }
}

@media (max-width: 990px) {
  
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  :target {
    scroll-margin-top: 75px;
  }
  
  #block-jakob-icons {
    display: block;
  }
  
  #block-jakob-icons a {
    font-size: 0px;
  }
  
  #block-jakob-icons a.mailto:before {
    content: "";
    mask-image: url(/sites/default/files/kontakt.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #88ba8a;
    height: 21px;
    width: 21px;
    display: block;
    position: absolute;
    top: 18px;
    left: 36px;
    z-index: 999999;
  }
  
   #block-jakob-icons a.tel:before {
    content: "";
    mask-image: url(/sites/default/files/phone.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #88ba8a;
    height: 21px;
    width: 21px;
    display: block;
    position: absolute;
    top: 56px;
    left: 36px;
    z-index: 999999;
  }
  
  #navbar-main {
   height: 100px !important;
    border: none;
    box-shadow: 1px 1px 20px -18px #333;
  }
  
  .path-frontpage.scrolled .navbar-brand img {
  width: 210px;
  margin-top: -5px;
}
  
  .path-frontpage .navbar-brand img {
  width: 60%;
  height: auto;
  margin: auto;
  margin-top: 36px;
}

  
.navbar-brand img {
  width: 60%;
  margin-top: -5px;
}  
  .navbar-toggler {
    right: 25px;
    top: 30px;
    position: absolute;
    border: none;
    z-index: 99999999 !important;
  }
  
  .navbar-toggler-icon {
    background-image: none;
    background-color: #86ba88;
    mask-image: url(/sites/default/files/hamburger.svg);
    mask-size: 30px 25px;
    mask-repeat: no-repeat;
  }
  
  .navbar-nav {
    position: absolute;
    top: 90px !important;
    background: #c6a250;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-nav  {
    padding-top: 50px;
    padding-bottom: 36px;
  }
  
  .navbar-nav li {
    display: flex;
    justify-content: center;
    text-align: center;    width: 100%;
  }
  
  .nav-link {
    color: #fff !important;
  }
  
  .nav-item:nth-child(3) {
  margin-left: 0;
}
  
  .nav-item:nth-child(4) {
  margin-left: 0;
}
  
  .downloads .layout__region--first {
    flex: 0 1 100% !important;
  }
    .downloads .layout__region--second {
    flex: 0 1 50%;
      justify-content: center;
      align-items: center;
      margin: auto;
  }
  
    .downloads .layout__region--third {
    flex: 0 1 100%;
  }
  
 
}

@media (max-width: 800px) {
  .wohnungen .haeuser .layout__region--first {
    flex: 0 1 100%;
  }
  
  .wohnungen .haeuser .layout__region--second {
    flex: 0 1 100%;
  } 
  
  
  
}


@media (max-width: 768px) {
  .webform-confirmation td {
    float: left;
    width: 100%;
    border: none !important;
  }
  
  .webform-confirmation td:nth-child(1)  {
    font-weight: 500;
    padding: 0px;
    margin-bottom: -12px;
    border: none !important;
  }
  
  .webform-confirmation td:nth-child(2) {
    display: none;
  }
  
  .webform-confirmation .webform-confirmation__message p,
.webform-confirmation .webform-confirmation__message h3,
.webform-confirmation .webform-confirmation__message table{
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;;
  
}

@media (max-width: 550px) {
     .beratung-und-verkauf .layout__region--first,
  .beratung-und-verkauf .layout__region--second {
    width:  100% !important;
    flex: 0 1 100% !important;
    text-align: center;
    margin: auto;
    padding: 0px;
    display: block;
  }
  
  .beratung-und-verkauf .text-formatted {
    width: 100% !important;
    text-align: center !important;
  }
  

}

@media (max-width: 640px) {
  
  .column .paragraph--type--body {
    column-count: 1;
  }
  
  .fixed {
    padding-left: 36px;
    padding-right: 36px;
  }
  
   .projekt .projektbeschreibung, .intro {
    padding-left: 36px;
    padding-right: 36px;
  }
  
  .wohnungen .kostenuebersicht table td {
    width: 100%;
    float: left;
  }
  
  .wohnungen .kostenuebersicht table td:first-child {
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: -3px;
  }
  
  .wohnungen .kostenuebersicht table td:last-child {
    padding-bottom: 6px;
  }
  
  .wohnungen .kostenuebersicht .text-formatted {
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}
  
  .ausstattung .visualisierung .layout__region--first,
  .ausstattung .visualisierung .layout__region--second {
    padding: 0px ;
  }
  
  .ausstattung .visualisierung .layout__region--second {
    padding-top: 6px;
  }
  
  .webform-submission-form {
  max-width: 100%;
  margin: 50px auto;
    padding: 0px 36px;
}
  
  .webform-submission-form #edit-container {
    flex-direction: column;
  }
  
  .webform-submission-form #edit-infos,
    .webform-submission-form #edit-nachricht{
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
  
    .beratung-und-verkauf .layout__region--first,
  .beratung-und-verkauf .layout__region--second {
    width:  50%;
    flex: 0 1 50%;
  }
  

  
    .beratung-und-verkauf .layout__region--first .text-formatted,
.beratung-und-verkauf .layout__region--second .text-formatted{
  text-align: left;
  width: 200px;
  margin-top: 25px;
}
  
  .beratung-und-verkauf img {
  width: 200px;
  border-radius: 110px/80px;
  margin-top: 25px;
}
  .site-footer .rustler {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 3px;
  }
  
  .site-footer table td {
    width: 100%;
    float: left;
    text-align: center !important;
  }
  
  #block-jakob-copyright {
  height: auto;
  margin-top: 0px;
}

#block-jakob-footer {
  background: #88ba8a;
  border-radius: 600px/25px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
  
}

@media (max-width: 480px) {
  .navbar-brand img {
  width: 50%;
  height: auto;
  margin: auto;
  margin-top: auto;
  margin-top: 0px;
} 
  
   .navbar-nav {
    position: fixed;
    top:130px;
    background: #c6a250;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .fixed.wohnungsliste {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  
  .paragraph--type--grid-file {
    margin-bottom: 25px;
    margin-top: 0px;
  }

  .downloads img {
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  
    .webform-confirmation .webform-confirmation__message p,
.webform-confirmation .webform-confirmation__message h3,
.webform-confirmation .webform-confirmation__message table{
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;;
  
}
 
  .kostenuebersicht {
    margin-top: 25px;
  }
  
  
  .haeuser.radius img {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .ausstattung .hero-radius img {
    margin-top: 0px;
  }
  
  .projekt .hero-radius img {
    margin-bottom: 15px;
  }
  
  .bautraeger .radius img {
    margin: 0px;
  }
  
  .lagekarte img {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .lage .stadtwanderweg .loewenzahn img {
      opacity: 0.6;
    transform: scale(0.7);
    transform-origin: bottom right;
     
}
  
  .projekt .projektbeschreibung .projekt-schmetterling img {
    opacity: 0.6;
    transform: scale(0.7);
    transform-origin: top left;
  }
  
  .projekt .projektbeschreibung .projekt-grasbueschel img {
    opacity: 0.6;
     transform: scale(0.7);
    transform-origin: center right;
  }
  
  .wohnungen .haeuser .layout__region--first .blumen img {
    opacity: 0.6;
     transform: scale(0.7);
    transform-origin: bottom left;
}

    .wohnungen .haeuser .layout__region--first {
    padding-left: 36px;
  }
  
  .wohnungen .haeuser .layout__region--second {
    padding-right: 36px;
  }
  
  h2, h1 {
    font-size: 42px;
    line-height: 130%;
  }
  
  h3 {
    font-size: 30px;
  }

  .stadtwanderweg .frieda {
  width: 70%;
  bottom: -50px;
  right: 12%;
}
  
  .bautraeger .hero-slider .frieda {
  width: 70%;
  bottom: -36px;
  right: 12%;
}
  
   .geschick .frieda {
  margin-top: -200px;
  width: 60%;
  z-index: 99;
  position: absolute;
 right: 12% !important;
}
  
  
  .bautraeger {
    padding-bottom: 15px;
  }

  .wohnungen .haeuser .layout__region--second .schmetterlinge img {
    opacity: 0.65;
    transform: scale(0.7);
    transform-origin: top right;
  }

.dsgvo .node__content {
  margin-top: 90px;
}
  
  .text-formatted ul li {
    padding-right: 0px;
  }
  
  .text-formatted ul ul {
    margin-top: 6px;
    margin-left: -5px;
  }
  
  li, p {
    font-size: 17px;
  }
  
  
  .form-item-pflichtfeld p{
    font-size: 14px;
  }
  
}


@media (max-width: 390px) {
  .views-field-field-geschoss {
  min-width: auto;
}
}