
/* FORMATIERUNGEN */

*{
  min-height: 0;
  min-width: 0;
  }

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

  
.toolbar-icon.toolbar-icon-edit.toolbar-item {
  display: none;
}

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

#vormerkung:target {
  scroll-margin: 40px;
}


body, html {
  overflow-x: hidden;
 font-family: 'Raleway';
	font-weight: 400;
 }

p {
  line-height: 155%;
  font-size: 24px;
  color: #4d4d4d;
  font-family: "Raleway";
  font-weight: normal;
}

strong {
	font-weight: 600;
}

 h1 {
  font-family: 'Raleway';
  font-weight: 400;
  color: #e30613;
  font-size: 36px;
   padding-bottom: 25px;
 }

.hero {
  position: relative;
}

h2 {
 color: rgba(0,0,0,0.7);
 font-family: 'Raleway';
 font-weight: 400;
 font-size: 36px;
 margin-bottom: 36px;
}

h3 {
  color: #4d4d4d;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 28px;
  padding-bottom: 25px;
}

h4 {
  color: #4d4d4d;
  font-family: 'Raleway';
  font-weight: 400;
  font-size: 24px;
}


.grau h2 {
  color: #fff;
}

.grau li {
  color: #fff;
}

.text-formatted li {
  position: relative;
  list-style: none;
  font-size: 21px;
  line-height: 130%;
  margin-bottom: 12px
}

.text-formatted li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 7px;
  left: -24px;
  border: 2px solid #e30613;
  background-color: #e30613;
  transform: rotate(-10deg); 
}

.text-formatted ul ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  left: -24px;
  border: 2px solid #e30613;
  background-color: transparent;
  transform: rotate(-10deg); 
}

.text-formatted ul ul {
  margin-top: 12px;
}

/* Hintergrund */

.beige {
  background-color: #fcf5e5;
}

.grau {
  background-color: #4d4d4d;
}

.beigegrau {
  background-color: #d5cdc7;
}


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

.node__content {
  margin-top: 0px !important;
}
 
 /* BILDER */
 
 .layout img {
   max-width: 100%;
   width: 100%;
   height: auto !important;
 }
 
 .field--type-image img {
   margin: 0px;
 }
 
 .node .field--type-image {
   float: none;
   margin: 0;
 }

 .field--name-field-slider img {
  position: relative;
  z-index: 100;
}
 
 .field--type-entity-reference {
   margin: 0;
 }

 /* NAVBAR BRAND */

#navbar-main {
  background: #fff !important;
  padding-top: 15px;
}
.navbar-brand img {
  z-index: 10;
  position: relative;
}

.navbar-brand {
  width: 20%;
  height: 0px;
  padding: 0px;
  margin-bottom: 3%;
}

.hero .text-formatted {
  position: absolute;
  bottom: -24%;
  z-index: 998;
  background: #fff;
  transform: rotate(-10deg);
  width:60%;
  height: 200px;
  right: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 15px;
  padding-top: 15px;
}

.hero .text-formatted p  {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  position: relative;
  z-index: 9999999;
}



#navbar-main {
  display: flex;
  justify-content: center;
  background: #fff;
}



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


#block-denzel-immobilien {
  position: absolute;
  top: 12%;
  right: 75px;
  z-index: 99999;
  width: 150px;
  display: flex;
}

#block-denzel-immobilien p {
  font-size: 14px;
}

#block-denzel-immobilien a {
  text-indent: -99999px;
  display: inline-block;
}

#block-denzel-immobilien a:after{
  content: "";
  position: absolute;
  background: url(/sites/default/files/denzel-logo.svg);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: left top;
  width: 150px;
  height: 60px;
  left: 0px;
  top: 20px;
}

 /* LAYOUT */

.layout__region .fullwidth {
  padding: 50px 0px;
}

.paragraph--type--layout {
  position: relative;
}

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

.fluid {
  max-width: 100%;
}

.wohnen {
  margin-top: -20px;
}

.vormerken {
  position: absolute !important;
  height: 105px;
  margin-top: -90px;
  left: 0px;
  right: 0px;
  z-index: 10 !important;
}

.vormerken .text-formatted{
  clip-path: polygon(0 70%, 95.5% 0%, 100% 100%, 1.5% 100%);
  background: #fcf5e5;
  width: 400px;
  height: 100px;
  top: 0;
  right: 0;
  position: absolute;
}

.vormerken .layout__region p {
  position: absolute;
  right: 25px;
  top: 30px;
  line-height: 120%;
  text-align: right;
  font-weight: 600;
  z-index: 99;
  transform: rotate(-10deg);
  letter-spacing: 0.02em;
}

.vormerken a {
  color: #4d4d4d !important;
  text-decoration: none;
}

.vormerken:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #e30613;
  right: 0px;
  bottom: -5px;
  width: 200px;
  transform: rotate(-10deg);
  z-index: 15;
}

.vormerken:after { 
  content: "";
  height: 70px;
  width: 70px;
  display: block;
  position: absolute;
  bottom: -40px;
  right: -5px;
  z-index: 25;
  background: url(/sites/default/files/grafik-klickhand.svg);
  background-size: 50px auto;
  background-repeat: no-repeat;
  background-position: right top
}

.color_field__swatch {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100% !important;
  height: 100% !important;
  background-size: 100% !important;
  z-index:-1;
  overflow: hidden !important;
}


.paragraph--type--layout{
  position: relative;
  z-index: 1;
}

/*Startseite*/

.hero {
  padding-bottom: 0px !important;
  margin-top: -200px;

}


.wohnen img {
  height: 120px !important;
  width: 100% !important;
  object-fit: contain;
  margin-bottom: 25px;
}

.wohnen .field__item:nth-child(3) img {
  width: 68% !important;

}

.wohnen .col-xl-4 {
  margin-bottom: 0px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 25px;
  position: relative;
  margin: 50px 0px;
  height: 100% !important;
  aspect-ratio: 1 / 1;
  align-items: center;
}

.wohnen .col-xl-4:after {
  content: "";
  position: absolute;
  width: calc(100% - 36px);
  aspect-ratio: 1 / 1;
  top: 0;
  bottom: 0;
  background-color: #d5cdc7;
  z-index: -1;
  transform: rotate(-10deg); 
}

.wohnen .paragraph--type--grid p {
  padding-top: 20px; 
  line-height: 130%;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.wohnen .row {
  display: flex;
  justify-content: center;
}

.wohnen {
   padding-bottom: 100px !important;
}

.alles-da {
}

.alles-da .field--name-field-image {
  padding-top: 50px;
}


.highlights {
  margin-top: -1px;
}

.highlights .layout__region--first {
  display: flex;
  align-items: center;
}


.highlights .paragraph--type--image {
  height: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.highlights-objekt img {
  max-height: 500px;
}

.highlights-ausstattung img {
  max-height: 300px;
}


/* NEUIGKEITEN */

.view-id-aktuelles .views-field-body {
  font-size: 14px;
  text-align: left;
  padding-right: 15px;
}

.node--type-neuigkeiten p {
  font-size: 18px
}

.node--type-neuigkeiten h2 {
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 28px;
}


.node--type-neuigkeiten h3 {
  padding-bottom: 0px;
  margin-top: 28px;
}

.node--type-neuigkeiten h4 {
  padding-bottom: 0px;
  margin-top: 28px;
}

.node--type-neuigkeiten li {
  font-size: 18px;
}

.view-display-id-grid  {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.view-aktuelles .views-field-title {
  text-align: left;
  margin-top: 12px;
}

.view-aktuelles .views-field-view-node {
  text-align: left;
  font-weight: bold;
}

.slide__caption {
  padding-left: 2px;
  padding-right: 2px;
}

.path-front .media--slick {
  display: none !important;
}

.views-field-title p {
    font-size: 16px !important;
    line-height: 140%;
    margin: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.views-field-title strong {
  display: none;
}

.slick-current .views-field-title,
.slick-current .views-field-view-node {
  font-size: 16px !important;
}

.slick-active .views-field-title,
.views-field-title{
  font-size: 16px !important;
  color: rgba(0,0,0, 0.7);
  line-height: 140%;
  padding-right: 5px;
  display: flex;
  height:48px;

}

.slick-active .views-field-view-node a,
.views-field-view-node a {
  font-size: 16px !important;
  font-weight: bold;
  color: rgba(0,0,0, 0.7) !important;
  text-decoration: none;
  height: 30px;
  display: inline-flex;
  align-items: center;
}

.slick-list .views-field-title,
.slick-list .views-field-view-node{
  font-size: 0px;
}

.slick-arrow {
  top: calc(50% - 50px);
}

.node--type-neuigkeiten .slick-arrow {
  top: 50%;
}

.node--type-neuigkeiten .slick-prev {
  left: 0px;
}

.node--type-neuigkeiten .slick-next {
  right: 0px;
}

.view-aktuelles .slick-prev {
  left: -22px;
  filter: invert(1);
}

.view-aktuelles .slick-next {
  right: -40px;
  filter: invert(1);
}


.view-aktuelles .slick-arrow {
  top: calc(50% - 70px);
}

.slick-prev {
  left: 16%;
}

.slick-next {
  right: 16%;
}

.slick-next:before {
  font-size: 0px;
  height: 36px;
  width: 24px;
  display: block;
  background: url(/sites/default/files/arrow.png);
  background-size: auto 36px;
  background-repeat: no-repeat;
}

.slick-prev:before {
  font-size: 0px;
  height: 36px;
  width: 24px;
  display: block;
  background: url(/sites/default/files/arrow.png);
  background-size: auto 36px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.slick img {
  max-width: auto;
  width: auto;
}

.slick-dots {
  bottom: -36px;
}

.slick-dots li  {
  height: 12px;
  width: 12px;
  padding: 0px;
}

.slick-dots li button::before {
  color: #4d4d4d !important;
  font-family: none;
  border: 1px solid;
  width: 12px;
  height: 12px;
  background: #4d4d4d
}

/* Webform */

.kontaktformular h3 {
  padding-bottom: 36px;
}

.kontaktformular .field--name-field-webform #edit-container {
  display: flex;
  gap: 25px;
}

.kontaktformular #edit-name--wrapper, .kontaktformular #edit-kontakt, .kontaktformular legend {
  margin: 0px !important;
}

.kontaktformular input, .kontaktformular textarea {
  background-color: transparent;
  border: 2px solid #fff;
}

.kontaktformular textarea {
  min-height: 330px;
}

.kontaktformular #edit-dsgvo {
  border: 1px solid #333;
  background-color: #fff;
  
}

.kontaktformular #edit-dsgvo:checked {
  background-color: #333;
}

.kontaktformular input:focus, .kontaktformular textarea:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

.kontaktformular button {
  background-color: #fff;
  border: 2px solid #4d4d4d;
  padding: 15px 60px;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 600 !important;
  text-transform: uppercase;
  border-radius: 15px;
  color: #4d4d4d;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.kontaktformular button:hover {
  color: #fff;
  background-color: #4d4d4d;
  border: 2px solid #fff;
}

.kontaktformular #edit-actions {
  display: flex;
  justify-content: flex-end;
}

.kontaktformular .js-form-item {
  position: relative;
}

.kontaktformular .js-form-item label {
  position: absolute;
  left: 10px;
  top: -10px;
  background: #d5cdc7;
  font-weight: 500;
  padding: 0px 5px;
  color: rgba(0,0,0,0.7);
}

.kontaktformular .form-control {
  padding-top: 13px;
  padding-bottom: 12px;
}

.kontaktformular .form-check-label a {
  color: #3b3b3b;
}

.kontaktformular .js-form-required {
  position: relative;
}

.kontaktformular .js-form-required:after {
  content: '*';
  position: absolute;
  display: inline-block;
  background-image: none;
  top: -3px;
}


.kontaktformular .checkbox label {
  border: none;
  position: relative;
  left: 0px;
  top: 0px;
  border: 0px
}

.kontaktformular table td:first-child {
  width: 180px;
}

.kontaktformular table tr {
  background: none;
}

.kontaktformular table td {
  border: none;
}

.kontaktformular table img {
  height: auto !important;
  width: 165px !important;
  margin-left: -12px;
}

.kontaktformular table a {
  text-decoration: none;
  color: #3b3b3b;
}

.kontaktformular table td {
  padding: 0px 15px !important;
  font-size: 24px !important;
  line-height: 130%
}



.kontaktformular #edit-pflichtfeld p {
  font-size: 17px;
  font-weight: 400;
}

#edit-name--wrapper .fieldset-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
  row-gap: 0px;
}



#edit-name--wrapper .js-form-item:nth-child(n+3) {
  grid-column: 1 / span 2; 
}

.webform-confirmation__message {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.webform-confirmation table {
  max-width:565px !important;
}

.webform-confirmation td{
  border: none;
  font-size: 18px !important;
  color: rgba(0,0,0,0.7) !important;
}

.webform-confirmation tr {
  background: none;
}

.webform-confirmation a, .webform-confirmation span{
  color: rgba(0,0,0,0.7) !important;
  text-decoration: none;
}

.webform-confirmation__message p a {
  text-align: center !important;
  display: inline-block;
  text-decoration: none;
  color: rgba(0,0,0,0.7);
  border: 2px solid rgba(0,0,0,0.7);
  padding: 5px 50px;
  font-weight: 600;
  font-size: 18px;
  background: #b2b2b2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.confirmation-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-node-2 #block-herzundheim-header,
.page-node-3 #block-herzundheim-header{
  margin-bottom: -150px;
}

.path-webform #main .content {
  background: url(/sites/default/files/bg_vormerkung.png);
  padding-top: 250px;
  background-size: cover;
  margin-bottom: -15px;
}

.path-webform #block-herzundheim-header {
  margin-bottom: -150px !important;
}

/* Neuigkeiten */

.node--type-neuigkeiten #block-herzundheim-header {
  margin-bottom: -150px;
}

.node--type-neuigkeiten #block-denzel-immobilien {
  top: 12% !important;
  margin-top: 15px;
}

.node--type-neuigkeiten #main-wrapper {
  background-color: #fcf5e5;
  padding-top: 150px
}

.node--type-neuigkeiten .layout--twocol {
  max-width: 1280px;
  margin: 50px auto; 
}

.node--type-neuigkeiten .layout__region--second {
  padding-left: 36px;
}

.node--type-neuigkeiten h1 {
  color: #333;
  font-size: 36px;
  letter-spacing: 0.025em;
}

.node--type-neuigkeiten p {
  line-height: 140%;
}

.node--type-neuigkeiten .layout--twocol a {
  text-decoration: none;
  color: rgba(0,0,0,0.7);
  border: 2px solid rgba(0,0,0,0.7);
  background-color: #fff;
  padding: 10px 50px;
  font-weight: 600;
  font-size: 18px;
}

.node--type-neuigkeiten .extra-field--button a:hover {
  color: #fff;
  background-color: #333;
}

.node--type-neuigkeiten .extra-field--button {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 25px;
}

.view-display-id-grid .views-field-field-title {
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: -6px
}

/* DSGVO SEITEN */

#main-wrapper .dsgvo {
  background-color: #d5cdc7;
}



.dsgvo p {
  margin: 0px;
  padding-bottom: 16px;
  font-size: 18px;
}
.dsgvo {
  text-align: center;
  position: relative;
  padding-top: 18%
}

.dsgvo  a {
   color: rgba(0,0,0,0.7);
    text-decoration: none;
}

.dsgvo .paragraph--type--button {
  padding: 50px 0px;
  display: flex;
  justify-content: center;
}


.dsgvo .paragraph--type--button a {
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #3b3b3b;
  padding: 8px 75px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  color: rgba(0,0,0,0.7);
  
}



 /* FOOTER */

table td {
  font-size: 20px !important;
}

.site-footer .block {
  padding: 0px;
  margin: 0px;
}

.site-footer p {
  font-size: 18px;
  line-height: 140%;
  margin: 0px;
}

.site-footer__top {
  max-width: 1200px !important;
  margin: auto !important;
}

.site-footer__top .region {
  width: 33.33%;
  height: 100px;
}

.region-footer-second {
  text-align: center;
  align-items: flex-end;
}

.region-footer-third {
  text-align: right;
  align-items: flex-end;
}

.site-footer .container {
  --bs-gutter-x: 0px !important;
}

.site-footer .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  --bs-gutter-x: 0px !important;
}

.site-footer__top {
  max-width: 1280px;
  margin: 0px auto;
}

.site-footer {
	background: #4d4d4d !important;
}

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

#block-herzundheim-denzelimmobiliengmbh, #block-herzundheim-dsgvo, #block-herzundheim-copyright {
  border: none;  
}

#block-herzundheim-denzelimmobiliengmbh p, #block-herzundheim-dsgvo p, #block-herzundheim-copyright p {
  color: #fff;  
}

#block-herzundheim-denzelimmobiliengmbh a, #block-herzundheim-dsgvo a {
  text-decoration: none;
  color: #fff;
}


@media (min-width: 1281px) {
  #block-herzundheim-header {
    margin-bottom: -5% !important;
  }
  
  .page-node-2 #block-herzundheim-header,
  .page-node-3 #block-herzundheim-header {
    margin-bottom: -15% !important;
  }
}


@media (min-width: 769px) {
  
  #block-herzundheim-header {
    position: relative !important;
    z-index: 99;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -25px;
  }
  
  
.navbar-brand {
  background: #fff;
  width: 100% !important;
  display: flex;
  height: 40% !important;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 43% 100%, 40% 43%, 0 43%);
  z-index: 9999;
  max-width: 100% !important;
  margin: 0px;
  padding-top: 0%;
  display: none;
}

.navbar-brand img {
  max-width: 20%;
  margin-left: 45%;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
  
}

@media (max-width: 1400px) {
  
  .node--type-neuigkeiten #main .content {
    padding-left: 36px;
    padding-right: 36px;
  }
  
}

@media (max-width: 1280px) {
  
  .dsgvo  {
    padding-left: 36px;
    padding-right: 36px;
  }
  
}

@media (max-width: 1240px) {
  
  .vormerken {
    right: 36px;
  }
  
  .fullwidth {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
 
  .hero.fullwidth {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .wohnen .row.field__items{
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: -50px;
  }
  
  .wohnen .field__item:nth-child(3) {
    margin-top: 0px;
    margin-bottom: -50px;
  }
  
}

@media (max-width: 1200px) {
  
  
  
}

@media (max-width: 1180px) {
  
  .wohnen .row.field__items{
    max-width: 100%;
    margin: auto;
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: -50px;
  }
  
  .wohnen img {
    margin-bottom: 0px;
    height: 100px !important;
    margin-top: -25px;
  }
  
  
}

@media (max-width: 1140px) {
  
  
  
}

@media (max-width: 990px) {
  
  .fullwidth {
    max-width: 100% !important;
    padding-left: 36px !important;
  }
  
  footer {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  
  .wohnen .row.field__items{
    max-width: 640px;
    margin: auto;
    margin-top: 0px;
  }
 
  .wohnen .col-xl-4 {
    margin-bottom: -36px;
  }
  
  
  .wohnen .field__item:nth-child(3) {
    margin-top: 32px;
    margin-left: -195px
  }
  
  .text-formatted ul {
    margin-left: -5px;
  }
  

}

@media (max-width: 900px) {
  
  .dsgvo {
    padding-top: 25%
  }
  
  .region-footer-first {
    width: 50% !important;
  } 
  
  .region-footer-second {
    width: 50% !important;
    text-align: right;
    margin-top: -25px
  } 
  
  .region-footer-third {
    width: 100% !important;
    height: 25px !important;
    margin-top: -25px;
  }
  
  .layout--twocol > .layout__region--first, .layout--twocol > .layout__region--second {
    flex: 0 1 100%;
  }
  .node--type-neuigkeiten .layout__region--second {
  padding-left: 0;
  padding-top: 36px;
}
  
  .slick img {
    max-width: 100% !important;
    width: 100% !important;
  }
  
  }


@media (max-width: 767px) {
.views-field-title p {
		overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; 
 } 
  
    #vormerkung:target {
  scroll-margin: 145px;
}
  
  .node--type-neuigkeiten .layout--twocol {
    margin-top: 0;
  }
  
  .node--type-neuigkeiten #block-denzel-immobilien {
  top: 0 !important;
  margin-top: 0%
}

   
    #block-herzundheim-header {
        position: fixed !important;
        z-index: 99;
        width: 100%;
        margin-top: 0;
        margin-bottom: -25px;
        top: 0px;
    }
  
  
  #block-herzundheim-icons {
    position: fixed;
    top: 0px;
    z-index: 9999;
    right: 36px;
    display: block;
  }
  
  #block-herzundheim-icons a {
    text-indent: -9999px;
    display: inline-block;
  }
  
    #block-herzundheim-icons a.tel:before {
    float: left;
    text-indent: 0px;
    content: "";
    background-image: url(/sites/default/files/phone.svg);
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
    fill: red !important;
    right: 36px !important;
    position: fixed;
    top: 3%;
  }
  
  #block-herzundheim-icons a.mail:before {
    float: left;
    text-indent: 0px;
    content: "";
    background: url(/sites/default/files/envelope.svg);
    background-repeat: no-repeat;
    height: 36px;
    width: 36px;
    fill: red !important;
    right: 95px;
    position: fixed;
    top: 4%;
  }
  
  
  .navbar-brand {
  background: #fff;
  width: 100% !important;
  display: flex;
  height: 150px !important;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 43% 100%, 40% 43%, 0 43%);
  z-index: 9999;
  max-width: 100% !important;
  margin: 0px;
  padding-top: 0%;
  position: fixed;
  top: 0px;
}
  
   .navbar-brand img {
    max-width: 30%;
    margin-left: 45%;
    margin-bottom: 0px;
    padding-bottom: 10px;
    
  }
  
  .vormerken {
    right: 36px;
  }
  
  .wohnen .text-formatted {
    padding-left: 36px;
    padding-right: 36px;
  }
  
    .wohnen .field__item:nth-child(3) {
    margin-top: 50px;
    margin-left: 0px;
  }
    
  #block-denzel-immobilien  {
    position: fixed !important;
  }
  
  #block-denzel-immobilien {
  position: absolute;
  right: auto;
  left: 36px;
  bottom: 0px;
  z-index: 99999;
  width: 150px;
  display: flex;
  transform: scale(0.70);
  transform-origin: top left;
  top: 1% !important;
}
  
  #block-denzel-immobilien a {
  text-indent: -99999px;
  display: inline-block;
}

#block-denzel-immobilien a:after{
  content: "";
  position: absolute;
  background: url(/sites/default/files/denzel-logo.svg);
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: left top;
  width: 150px;
  height: 60px;
  left: 0px;
  top: 30px;
}

  
  .hero img{
    height: 550px !important;
    border: 1px solid;
    object-fit: cover;
    width: 100% !important;
  }
  
  

  
  .wohnen .paragraph--type--grid {
    max-width: 65%;
    margin: auto !important;
  }
  
  .wohnen.fullwidth {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .wohnen .col-lg-4 {
    margin-bottom: -50px;
  }
  
    .wohnen .field__item:nth-child(3) {
    margin-top: 50px;
    margin-bottom: -50px;
  }
  
  .wohnen img {
  height: 120px !important;
  width: 100% !important;
  object-fit: contain;
  margin-bottom: 25px;
  margin-top: -25px;
}
  
  .wohnen .paragraph--type--grid p {
  padding-top: 0px;
  line-height: 130%;
  font-size: 18px;
   
  padding-left: 15px;
  padding-right: 15px;
}
  
  .highlights-objekt img, .highlights-ausstattung img {
    padding-top: 36px
  }
  
  .view-display-id-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
  

  
  .kontaktformular table td img {
    max-width: 150px;
    margin-bottom: 25px;
  }
  
  .path-webform #main .content {
    padding-top: 25%;
  }
  
}


@media (max-width: 640px) {
  
    .node--type-neuigkeiten .layout--twocol {
    margin-top: 25%;
  }

    .dsgvo{
    padding-top: 25%;
  }

#block-denzel-immobilien a:after{
  content: "";
  position: absolute;
  background: url(/sites/default/files/denzel-logo.svg);
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: left top;
  width: 120px;
  height: 60px;
  left: 0px;
}


.node--type-neuigkeiten #main-wrapper {
  background-color: #fcf5e5;
  padding-top: 36px;
}
  
  .kontaktformular .field--name-field-webform #edit-container {
    flex-direction: column;
  }
  
  #edit-actions {
    justify-content: center !important;
    margin-bottom: 50px !important;
  }
  
  
  .wohnen .paragraph--type--grid {
    max-width: 100% !important;
    padding-left: 42px;
    padding-right: 42px
  }
  
   .wohnen img {
    height: 90px !important;
    width: 100% !important;
    object-fit: contain;
    margin-bottom: 25px;
    margin-top: -25px;
  }
  
  .dsgvo .paragraph--type--button a {
 
  padding: 8px 36px;
  }
  
  .vormerken {
    transform: scale(0.7);
    transform-origin: bottom right;
  }
  
  .kontaktformular textarea {
    min-height: auto;
  }
  
  .webform-confirmation h2 {
    text-align: left;
    line-height: 100%;
    font-size: 30px;
  }
  
  .path-webform #main .content {
    padding-top: 200px;
  }
  
  .confirmation-text {
    margin-left: 36px;
    margin-right: 36px;
  }
  
  .confirmation-text table {
    width: 100% !important;
    max-width: 100%;
  }
  
  .confirmation-text td {
    width: 100% !important;
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: left
  }
  
  .confirmation-text td:nth-child(2) {
    display: none;
  }
  
  .confirmation-text td:nth-child(3) {
    margin-bottom: 10px;
    margin-top: -5px;
  }
  
  footer p, footer a {
    font-size: 16px !important;
    line-height: 130% !important;
  }
  
    .region-footer-first {
    width: 100% !important;
      text-align: center;
  } 
  
  .region-footer-second {
    width: 100% !important;
    text-align: center;
    margin-top: 0px;
    height: auto !important;
  } 
  
  .region-footer-third {
    width: 100% !important;
    height: auto !important;
    margin-top: 15px;
    text-align: center;
  }
  
     .path-webform #main .content {
    padding-top: 30%
  }
  
    .webform-confirmation a, .webform-confirmation span{
  font-weight: 600;
}
  
  
}


@media (max-width: 580px) {
      .kontaktformular table td {
    width: 100%;
    float: left;
    font-size: 18px !important;
    padding: 0px !important;
  }
  
    #block-herzundheim-header:before {
        content: "";
        position: relative;
        display: block;
        background: #fff;
    }
  
    #block-herzundheim-header{
        width: 125%
    }

  
  #block-denzel-immobilien a {
  text-indent: -99999px;
  display: inline-block;
}
  
  .kontaktformular table img {
    margin-left: 0px;
  }
  
}

@media (max-width: 480px) {  
  
  
  .view-aktuelles .slick-arrow {
  top: calc(50% - 90px);
}
  
    .view-display-id-grid {
  display: grid;
  grid-template-columns: 1fr;
}
  
   #block-denzel-immobilien {
    position: fixed !important;
    top: 1.5%;
    height: 75px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: -2%;
  }
  
      #block-herzundheim-icons a.tel:before {
    top: 3% !important;
  }
  
  #block-herzundheim-icons a.mail:before {
    top: 4% !important;
  }
  
  
  .layout__region .fullwidth {
    padding: 36px 0px;
  }
  
  .dsgvo {
    padding-top: 30%;
  }
  
  h2 {
    font-size: 24px;
  }
  
  .node--type-neuigkeiten h1 {
    font-size: 30px;
  }
  
     .wohnen .paragraph--type--grid {
    max-width: 100%;
     padding-left: 42px;
     padding-right: 42px;
    margin: auto !important;
  }
  
  .wohnen h1 {
    margin-top: 25px;
  }
  
  .vormerken p {
    font-size: 24px;
  }
  
  .wohnen .row.field__items {
    max-width: 100%;
    margin: auto;
    margin-top: 36px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
  
   .wohnen .paragraph--type--grid p {
  
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .kontaktformular h3 {
  padding-bottom: 25px;
}
  

  
  p, .text-formatted li {
    font-size: 18px;
    line-height: 140%;
  }
  
      #block-herzundheim-icons a.tel:before {
    height: 30px;
    width: 30px;
    right: 24px !important;
    position: fixed;
    top: 36px;
  }
  
  #block-herzundheim-icons a.mail:before {
    float: left;
    text-indent: 0px;
    content: "";
    background: url(/sites/default/files/envelope.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    right: 75px;
    position: fixed;
    top: 42px;
  }
  
   .path-webform #main .content {
    padding-top: 30%;
  }
  
.wohnen .col-xl-4 {
	aspect-ratio: 1.1 / 1;
  padding-top: 50px !important;
}
  
}

@media (max-width: 414px) {
  
  
  
}

@media (max-width: 390px) {
  
  
   #block-denzel-immobilien {
    position: absolute;
    right: auto;
    left: 36px;
    bottom: 0px;
    z-index: 99999;
    width: 150px;
    display: flex;
    transform: scale(0.70);
    transform-origin: top left;
    top: 3px !important;
  }}
  
  
  