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

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

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

 .hero h2 {
     font-family: 'Antic Didone';
   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: 'Athelas Bold';
  font-style: normal;
  font-weight: normal;
   margin-bottom: 6px;
   margin-top: 0px;
   line-height: 60px;
 }
 
p {
   color:  #1a1918;
  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 */

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

#navbar-top {
  display: none;
}

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

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

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

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

.navbar-nav a {
  color: #000;
}

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

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



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

}

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


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

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

 /* 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;
 }

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

.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;
}
 
.vc .layout__region--top {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  margin-bottom: 25px;
}
.layout__region--first {
  justify-content: flex-start;
  align-items: flex-end;
}
 .layout__region--first .text-formatted,
.layout__region--second .text-formatted {
   max-width: 495px !important;
   width: 100%;
 }
 
 /* BULLET POINTS  */

 .text-formatted li:before {
   content: "";
   width: 10px;
   height: 10px;
   display: inline-block;
   border: 2px solid #375557;
   margin-top: 3px;
   position: absolute;
   left: 0px;
   top: 4px;
   border-radius: 90%;
 }
 
 .text-formatted li {
   list-style: none;
   padding-left: 20px;
   padding-bottom: 10px;
   position: relative;
 }
 
 .text-formatted ul {
   padding: 0px;
   justify-content: center;
   max-width: 100%;
   margin: auto;
 }

.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 .paragraph--type--body{
  position: absolute;
  bottom: 0px;
  left: 50%;
  background-color: rgba(255,255,255,0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  width: 50%;
}

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


.projekt .projekt-slider .field--name-field-body img {
  height: auto;
  margin-bottom: 36px;
}


.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: #87a0a1;
  color: #fff;
  padding: 5px 25px;
    font-size: 16px;
}

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


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

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

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

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

}

.projekt-slider h2 {
  font-size: 21px !important;
}


.projekt .projekt-slider p {
  margin-top: 25px;
  font-size: 16px;
}

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

h1 {
  color: #375557;
  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: #87a0a1;
}

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

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

.projekt-masonry .layout__region--first .text-formatted  {
  display: flex;
  position: relative;
  max-width: 495px;
  justify-content: flex-end;
  padding: 50px 50px 50px 0px;
}


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

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

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

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


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

  /* LAGE */

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

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

.lage-plan .layout__region--first .text-formatted {
  padding-top: 50px;
  padding-right: 50px;
}



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

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


.lage-plan {
}


.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: #87a0a1;

}

.lage-masonry p {
  color: #fff;
}

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


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


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

.lage-masonry .layout__region--second .text-formatted {
  display: flex;
  position: relative;
  max-width: 495px;
  justify-content: flex-start;
  padding: 25px 50px 25px 50px;
  flex-direction: column;
  border-left: 20px solid #fff;
}

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


.lage-masonry .layout__region--second .field--name-field-image .schloss img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 960 / 550;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #fff;
  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 */

.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;
}

.kostenuebersicht {
  background: #87a0a1;
  padding: 36px 0px;
  margin-bottom: 20px;
}

.kostenuebersicht p {
  color: #fff;
}

.kostenuebersicht h2 {
  color: #375557;
}

.kostenuebersicht table td,
.kostenuebersicht table tr{
  border: none;
  background: none;
  color: #fff;
}

.kostenuebersicht table td {
  padding: 0px 0px 3px 0px; ;
  font-size: 16px;
  line-height: 18px;
}

.kostenuebersicht table td:first-child {
  padding-right: 50px;
}

.garage td, .garage tr {
  border: 0px;
  background: none !important;
  padding: 0px;
  line-height: 130%
}

.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: #87a0a1;
}

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

.ausstattung-masonry h2 {
  color: #fff;
}

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

.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;
  max-width: 495px;
  justify-content: flex-end;
  padding: 25px 50px 25px 0px;
}


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

}

.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;
}

.nachhaltig {
  background: #c6d3d4;
}

.wohntraeume .text-formatted  {
  border-bottom: 1px solid #87a0a1;
  margin-bottom: 0px;
  padding-bottom: 36px;
  position: relative;
}

.wohntraeume .text-formatted:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 10px;
  height: 10px;
  background: #87a0a1;
  border-radius: 90%;
}

.wohntraeume .text-formatted:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #87a0a1;
  border-radius: 90%;
  right: 0px;
}

  /* VINCENT // CALVI */

.vincent .layout__region--first,
.calvi .layout__region--second {
  position: relative;
}

.vincent .layout__region--first .text-formatted {
  padding-right: 12%;
}

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

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

.vincent u, .calvi u {
  display: inline-block;
  position: absolute;
  top: 75px;
  text-decoration: none;
}



h2 {
  font-size: 40px;
  letter-spacing: -0.01em;
}


 /* 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;
}
.webform-submission-form .radio label {
  margin-right: 18px;
  margin-left: 6px;
}
.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: rgba(198,211,212,0.5);
   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: #87a0a1;
  padding: 15px 50px;
  color: #fff;
  border: 2px solid #87a0a1;
  font-weight: 400;
  text-transform: none;
  border-radius: 0px;
  letter-spacing: 0.07em;
  
}

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


.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;
}

.webform-name--wrapper .form-item-name-title {
  order: 2;
}

.webform-name--wrapper .form-item-name-first {
  order: 3;
}
.webform-name--wrapper .form-item-name-last {
  order: 4;
}

.webform-name--wrapper .form-item-name-degree {
  order: 1;
}

.webform-name--wrapper .form-item-name-suffix {
  order: 5;
}

.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%;
  hyphens: auto;
  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 36px;
}
.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 .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 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:50px auto 80px auto;
  text-align: center;
  float: left;
  border: 2px solid #87a0a1;
  background-color: #87a0a1;
}

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

/* SITE FOOTER */

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



.site-footer #block-calvi-footer {
  background-color: #595d60;

  
}





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

.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: #313839 !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: rgba(20,75,75,0.25);
  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 {
  max-width: 990px;
  margin: 0px auto;
}

.dsgvo h2 {
  text-align: left;
}

.dsgvo h3 {
  text-align: left;
}

.dsgvo p {
  text-align: left;
}

.dsgvo a {
  color: #1a1918 !important
}

.dsgvo li{
  display: block;
  text-align: left;
}

 .dsgvo .text-formatted li:before {
   content: "";
   width: 10px;
   height: 10px;
   display: inline-block;
   border: 2px solid #000;
   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: #000;
   position: relative;
 }

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



@media (min-width: 1440px) {
  .map .layout__region--top {
  padding: 25px 50px 25px 50px;
}
  
}

@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: 350px;
}


}


@media (max-width: 1280px) {
  .hero .text-formatted {
    hyphens: auto;
    right: 50px;
  }
  
  .webform-confirmation__message {
	margin-top: 300px;
}
  
}

@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: 280px;
}
  
  .ausstattung-masonry .layout__region--second .field--name-field-image .badezimmer img {
  aspect-ratio: 550 / 550;
  width: 50%;
  border-right: 20px solid #fff;
}
  
}

@media (max-width: 990px) {
  :target {
  padding-top: 50px;
  margin-top: -50px;
} 
  
  .navbar-toggler {
    padding-left: 45px;
    padding-right: 50px;
  }
  
  .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;
  }

  
#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;
  }
  
  #block-calvi-icons {
    position: fixed;
    z-index:999;
    display: block;
    right: 50px;
    top: 15px;
    width: 75px;
  }
  
  #block-calvi-icons .tel {
    text-indent: -9999px;
    display: inline-block;
  }
  
  #block-calvi-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: 0px;
    background-color: #3a5759;
    display: flex;
  }
  
    #block-calvi-icons .email {
    text-indent: -9999px;
    display: inline-block;
  }
  
  #block-calvi-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;
    right: 0px;
    background-color: #3a5759;
    display: flex;
  }
  
  .boxed .layout {
    padding-left: 25px;
    padding-right: 25px;
  } 
  .navbar-brand {
    display: none;
  }
  .paragraph--type--webform {
  max-width: 100%;
  margin: auto;
  padding: 0px 0px 50px 0px;
}
  
  .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: 250px;
}
  .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;
  }
  
}
  
  @media (max-width: 900px) {
    
    a.stoerer {
      padding: 10px;
      line-height: 100%;
      text-align: center;
      font-size: 13pt;
    }
    
    .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;
}
    
    .webform-confirmation__message {
	margin-top: 200px;
}
      .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;
}
    
  }
  
@media (max-width: 640px) {  
  
          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-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: 20px solid #fff;
    border-bottom: 20px solid #fff;

  }
  
  
  .projekt-masonry .layout__region--second .paragraph--type--image {
    order: 2;
  }
  
   .lage-masonry .layout__region--first .paragraph--type--image {
    order: 1;
  }
  
  .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 
{
    padding-left: 50px;
  }
  
  .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;
  }
  
  .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;
  }
    
    .fooicon-minus:before {
content: "-";
        font-size: 20px;
        font-weight: bold;
        color: #3a5759;
        opacity: 1;
        width: 12px;
        display: flex;
        justify-content: center ;
        align-items: center ;
}
    
        .fooicon-plus:before {
content: "+";
        font-size: 20px;
        font-weight: bold;
        color: #3a5759;
        opacity: 1;
        display: flex;
        justify-content: center ;
        align-items: center ;
}
  
  .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 .webform-actions {
    display: block !important;
    margin-top: 120px !important;
  }

  .webform-submission-form .captcha {
    margin-top: -160px;
  }
  
  .webform-confirmation__message {
	margin-top: 180px;
}
    .webform-submission-form .captcha {
  position: relative;
  bottom: 0px;
  right: 0px;
}
  .webform-submission-form #edit-actions {
    bottom: 0px;
    position: relative;
    margin-top: 25px;
    display: inline-block;
  }
  
.projekt .paragraph--type--grid-file .field--name-field-description { 
    width: 100%;
    }
  
  
}
@media (max-width: 480px) {
  
  .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;
  }
  
  .vincent li, .calvi li {
    padding-right: 0px;
  }
 
   .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: 20px solid #fff;
  }
  
  .lage-masonry .layout__region--first .field--name-field-image img 
  {
    border-top: 20px 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 {
    width: 150px;
    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-top: 30px;
    margin-bottom: 20px;
  }  
  html, body {
    font-size: 14px;
  }
  
  
}


@media (max-width: 375px) {
  .view-wohnungen td,
  .view-wohnungen th{
    font-size: 13px !important;
    line-height: 130%;
  }
}