
/**
 * @file
 * Subtheme specific CSS.
 */



/* FORMATIERUNGEN */

@font-face {
  font-family: 'South-Australia';
  src:  url('/sites/default/files/fontyourface/local_fonts/south_australia/south-australia.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

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

 h1 {
   margin-bottom: 30px;
   font-size: 26px;
   color: #144b4b;
   margin-bottom: 0px;
 }
 
 h2 {
  font-family: 'South-Australia';
  font-style: normal;
  font-weight: normal;
   margin-bottom: 6px;
   margin-top: 60px;
   color: #144b4b;
   font-size: 80px;
   line-height: 60px;
  margin-bottom: 24px;
 }
 
p {
   color:  #153667;
  letter-spacing: 0.01em;
  line-height: 170%;
}

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

 .paragraph--type--webform {
  max-width: 990px;
  margin: auto;
  padding: 0px 50px 50px 50px;
}
 
.paragraph--type--embed header {
  display: none;
}


 /* BILDER */
 
 .layout img {
   max-width: 100%;
 }
 
 .field--type-image img {
   margin: 0px;
 }
 
 .node .field--type-image {
   float: none;
   margin: 0;
 }
 
 .field--type-entity-reference {
   margin: 0;
 }

 /* BLOCK // LOGO */


.scrolled #block-logo {
  background: rgba(255,255,255,0.85);
  display: flex;
  height: 90px;
  width: 100%;
  position: fixed;
  top: 0px;
  margin-top: 0px;
}

.path-frontpage #block-logo {
  display: none;
}

#page{
  position: relative;
}

#block-logo {
  margin-bottom: 26px;
  display: flex;
  height: 90px;
  margin-top: -30px;
  z-index: 10;
  position: relative;
  background: rgba(255,255,255,1);
}

#block-logo .logo {
  width: 125px;
  position: fixed;
  right: 36px;
}

#block-logo .rustler {
  width: 36px;
  position: fixed;
  left: 36px;
}

 
 /* NAVBAR */

 #block-icons {
   display: none;
 }

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

#navbar-main {
  margin: auto;
  z-index: 25;
  padding-top: 90px;
  padding-bottom: 20px;
}
 
.nav-link {
  font-family: Libel Suit;
  text-transform: uppercase;
  color: #153667;
  letter-spacing: 0.1em;
  font-size: 16px;
  position: relative;
  margin: 0px 25px;
}

.nav-link.active {
    color: #153667 !important;
}

.nav-link:hover {
    color: #153667 !important;
}

.nav-link.active:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 3px solid #153667;
  opacity: 0.5;
}

.navbar-brand {
  position: absolute;
  top: 9px
}

.navbar-brand img {
  height: 120px;
  width: auto;
}

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

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

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

 /* LAYOUT */

.node__content {
  margin-top: 0px;
}

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

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

.paragraph .extra-field--edit {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.paragraph .extra-field--edit a {
  background: #153667;
  color: #fff;
  font-size:12px;
  padding: 5px 10px;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

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

 
 .layout__region {
   display: flex;
   flex-direction: column;
   flex-wrap: nowrap;
 }


 
 
 /* TEXT */
 
 
 .text-formatted  {
   color: #144b4b;
   text-align: center;
 }
 
 .layout__region--first {
   padding-right: 36px;
 }
 
 /* BULLET POINTS  */
 
 
 .text-formatted li:before {
   content: "";
   background: url(/sites/default/files/img/schellensee-form-list.png);
   background-size: auto 16px;
   background-repeat: no-repeat;
   background-position: center;
   width: 40px;
   height: 24px;
   display: block;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0px;
   top: 3px;
 }
 
 .text-formatted li {
   list-style: none;
   position: relative;
   padding-left: 45px;
   padding-bottom: 10px;
   text-align: left;
   color: #153667;
  display: flex;
 }

.text-formatted li strong {
  font-weight: 600;
}
 
 .text-formatted ul {
   padding: 0px;
   justify-content: center;
   max-width: 90%;
   margin: auto;
 }
 

 /* SLIDER */

 /* 
.paragraph--type--slider picture img {
  object-fit: cover; 
     height: auto;
     width:100%;
 }
 
 .paragraph--type--slider picture  {
   width: 100%;
   height: 400px;
   display: flex;
  
 }
 */


 .paragraph--type--slider img {
   max-width: 100%;
   width: 100%;
   height: auto;
 }

  /* PROJEKT */

.projekt {
  position: relative;
}

.projekt .details:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-projekt-form-links.svg);
  background-position: top right;
  background-size: cover;
  height: 650px;
  width: 150px;
  position: absolute;
  top: 90px;
  left: 0px;
  z-index: 0;
}


.projekt .mockup:after {
  content: "";
  content: "";
  background: url(/sites/default/files/img/schellensee-projekt-form-rechts.svg);
  background-position: bottom left;
  background-size: cover;
  height:650px;
  width: 275px;
  position: absolute;
  right: 0px;
  z-index: 0;
  bottom: 0px;
}

 .mockup .layout img {
  max-width: 550px;
  display: flex;
  justify-content: center;
  margin: auto;
}

.paragraph {
  position: relative;
  z-index: 5;
}

 /* LAGE */

.lage {
  position: relative;
}

.lage .lageplan:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-lage-form-links.svg);
  background-position: bottom right;
  background-size: cover;
  height: 800px;
  width: 120px;
  position: absolute;
  bottom: -200px;
  left: 0px;
  z-index: -10;
}

.lage .lageplan:after {
  content: "";
  background: url(/sites/default/files/img/schellensee-lage-form-rechts.svg);
  background-position: top left;
  background-position-y: -50px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  width: 150px;
  position: absolute;
  top:0px;
  right: 0px;
  z-index: -10;
}



 /* WOHNUNGEN */

.wohnungen .wohnangebot:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-wohnungen-form-links2.svg);
  background-position: bottom right;
  background-size: cover;
  height: 500px;
  width: 180px;
  position: absolute;
  bottom: -50px;
  left: 0px;
  z-index: -10;
}

.wohnungen .wohnangebot:after {
  content: "";
  background: url(/sites/default/files/img/schellensee-wohnungen-form-rechts.svg);
  background-position: top left;
  background-size: cover;
  height: 600px;
  width: 265px;
  position: absolute;
  top:150px;
  right: 0px;
  z-index: -10;
}


.wohnungen .wohnungsliste:after {
  content: "";
  background: url(/sites/default/files/img/schellensee-wohnungen-form-rechts2.svg);
  background-position: top left;
  background-size: cover;
  height: 600px;
  width: 165px;
  position: absolute;
  top:100px;
  right: 0px;
  z-index: -10;
}

.wohnungen .ausstattungsdetails:after {
  content: "xxx";
  background: url(/sites/default/files/img/schellensee-ausstattung-form-links.svg);
  background-position: top right;
  background-size: cover;
  height: 700px;
  width:110px;
  position: absolute;
  top:-150px;
  left: 0px;
  z-index: -10;
}

.wohnungen .ausstattung:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-ausstattung-form-rechts.svg);
  background-position: top left;
  background-size: cover;
  height: 500px;
  width:170px;
  position: absolute;
  bottom:0px;
  right: 0px;
  z-index: -10;
}



.view-wohnungen .row {
  --bs-gutter-x: 0px;
}

.view-wohnungen .view-content {
  border: 2px solid rgba(20,75,75,0.25);
  padding: 0px 10px 10px 10px;
  background: #fff;
  position: relative;
}

.view-wohnungen table {
  margin: 0px;
}

.view-wohnungen table tr td, 
.view-wohnungen table tr th {
  padding: 3px 5px;
}

.view-wohnungen table tr th{
  background: none;
  color: #153667;
  font-size: 11px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  border-bottom: 1px solid;
  padding-top: 8px;
  padding-bottom: 10px;
}

.view-wohnungen table td {
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  background: none !important;
}

.view-wohnungen table tr {
  background: none;
}

.view-wohnungen tr:nth-child(even) {  
  background: #e7ecec !important;
}

.view-wohnungen .views-field-field-geschoss{
  text-align: left;
}

.view-wohnungen .views-field-field-eigennutzer {
  white-space: nowrap;
}

.view-wohnungen .views-field-field-energieausweis,
.view-wohnungen .views-field-field-grundriss {
  text-align: center;
}

.view-wohnungen .views-field-nothing a {
  display: flex;
  justify-content: center;
}

.view-wohnungen .views-field-nothing a:before {
    content: "";
  background: url(/sites/default/files/img/kontakt.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  display: block;
  text-indent: 0px;
  float: left;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 3px;
}


.view-wohnungen .file a,
.view-wohnungen .views-field-nothing a{
  text-indent: -9999px;
  text-decoration: none;
  display: flex;
  padding: 0px;
}

.view-wohnungen a.verkauft {
  visibility: hidden;
  pointer-events: none;
}

.view-wohnungen .file--application-pdf {
  background: none;
  padding: 0px;
}

.view-wohnungen .file a:before {
  content: "";
  background: url(/sites/default/files/img/download.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
  justify-content: center;
  align-items: center;
  text-indent: 0px;
  float: left;
  display: flex;
  justify-content: center;
  text-align: center;
}


.kostenuebersicht strong {
  margin-bottom: -10px;
  display: block;
  font-size: 14px;
}

.kostenuebersicht tr, .kostenuebersicht td {
  border: 0px;
  background: none;
  padding: 0px 10px 0px 0px;
  vertical-align: top;
}

.kostenuebersicht .text-formatted {
  background: #c4d2d2;
  border-top: 0px;
  text-align: left;
  color: #153667;
  padding: 10px 20px 0px 20px;
  font-size: 15px;
  line-height: 150%
}

.impressionen .field--name-field-image {
  display: flex;
  flex-direction: row;
  column-gap: 6px;
  margin-bottom: 0px;

}

.impressionen {
  z-index: 25;
}

 /* BAUTRAEGER */

.bautraeger {
  position: relative;
}

.bautraeger .wohntraeume:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-bautraeger-form-links.svg);
  background-position: bottom right;
  background-size: cover;
  height: 550px;
  width: 100px;
  position: absolute;
  bottom: -350px;
  left: 0px;
  z-index: -50;
}

.bautraeger .wohntraeume:after {
  content: "";
  background: url(/sites/default/files/img/schellensee-bautraeger-form-rechts.svg);
  background-position: bottom left;
  background-size: cover;
  height: 480px;
  width: 100px;
  position: absolute;
  top:-200px;
  right: 0px;
  z-index: -10
}

  /* KONTAKT */

.paragraph .extra-field--edit a {
  display: block;
}

.kontakt .paragraph--type--slider:after{
  background: url(/sites/default/files/img/schellensee-bautraeger-form-links.svg);
  background-position: bottom right;
  background-position-y: -200px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  content: "";
}

.kontakt {
  position: relative;
}

.kontakt .beratungstermin:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-kontakt-form-links.svg);
  background-position: bottom right;
  background-size: cover;
  height: 600px;
  width: 220px;
  position: absolute;
  top: 00px;
  left: 0px;
  z-index: -10;
}

.kontakt .kontaktformular:after {
  content: "";
  background: url(/sites/default/files/img/schellensee-kontakt-form-rechts.svg);
  background-position: bottom left;
  background-size: cover;
  height: 600px;
  width: 200px;
  position: absolute;
  bottom:-250px;
  right: 0px;
  z-index: -10
}

 /* TEAM */
 
.team .field--name-field-grid-image img {
  border-radius: 20px;
  position: relative;
}

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

.team .field--name-field-grid-image:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-team-hintergrund.png);
  background-position: top center;
  background-size:89% 100%;
  background-repeat: no-repeat;
  height: calc(100% - 150px);
  width: 100%;
  position: absolute;
  top: 5px;
  right: 0px;
  left: 11px;
  z-index: -10
}

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

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

}

.team a {
  color: #333;
}

.team .text-formatted strong {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  color: #144b4b;
  font-size: 26px;
  display: block;
}

.team .text-formatted p {
  font-size: 17px;
  color: #000;
  font-family: "Open Sans";
}


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

/* PARAGRAPH GRID | Dateien  */

.downloads {
  max-width: 800px;
}

.paragraph--type--grid-file {
  display: block;
  position: relative;
  margin-top: 50px;
  max-width: 768px;
}

.paragraph--type--grid-file .file  {
    background: #899ab2;
  margin: auto;
  width: 100%;
  max-width: 200px !important;
  display: flex;
  height: 40px;
  border-radius: 30px;
  justify-content: center;
  padding: 0px;
}

.paragraph--type--grid-file .field--name-field-file a {
  width: 100%;
  text-align: center;
  border-radius: 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff !important;
  padding-bottom: 3px;
  text-indent: -9999px;
  font-size: 0px;
}

.paragraph--type--grid-file .field--name-field-file a:before {
  font-size: 15px;
  content: "PDF-DOWNLOAD";
  text-indent: 0px;
}

.field--name-field-description {
  position: absolute;
  bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  line-height: 130%;
}

 

   

 
/* WEBFORM */

.webform-submission-form #edit-processed-text strong {
  color: #144b4b;
  font-family: Cambria;
  font-size: 24px;
  margin-bottom: 50px;
  display: block;
}
   
.webform-submission-form .form-control {
   background: #e7eaef;
   border: 0px solid #fff;
   padding: 15px 12px;
   color: rgba(21,54,103,1);
   height: 50px;
   border-radius: 0px;
  margin-bottom: 10px;
 }

.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: rgba(21,54,103,1);
}

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

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

.webform-submission-form .btn {
  background: #89a4a4;
  padding: 15px 100px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  border: none;
  border-radius: 30px;
  letter-spacing: 0.07em;
}

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

.webform-name--wrapper .form-item-name-degree {
  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-suffix {
  order: 5;
}


.form-item-contact-postal-code,
.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: #153667;
}


.webform-submission-form #edit-processed-text-01 {
  margin-left: 24px;
  margin-top: 5px;
}
.webform-submission-form #edit-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px
}

.webform-submission-form .captcha {
  position: relative;
  float: left;
  margin-top: -50px;
}

.webform-confirmation__message {
  padding: 0px 36px;
}

.webform-confirmation__back {
display: none;
}


  .webform-submission-form .captcha iframe {
    border: 1px solid #144b4b;
    border-radius: 6px;
  }


.webform-submission-form .mb-3 {
  margin-bottom:0px !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:640px;
}

.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 {
  font-family: "Libel Suit";
  font-size: 30px;
  text-align: left;
}

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

.webform-confirmation__message img {
  width: 240px;
  margin: 0px auto 25px auto;
}

.webform-confirmation__message {
  text-align: center;
}


/* CONFIRMATION PAGE */

.path-webform .container {
  position: relative;
}

.path-webform .main-content:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-confirmation-site-links.svg);
  background-position: bottom right;
  background-position-y: -200px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 150px;
  position: absolute;
  top:0px;
  left: 0px;
}

.path-webform .main-content:after {
  content: "";
  background: url(/sites/default/files/img/schellensee-confirmation-site-form-rechts.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 110px;
  position: absolute;
  top:50px;
  right: 0px;
}

.webform-confirmation__message {
  margin: 100px 0px 0px 0px;
}

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

.webform-confirmation__message a {
  text-decoration: none;
  border: 2px solid #89a4a4;
  background-color: #89a4a4;
  border-radius: 30px;
  padding: 8px 30px;
  color: #fff;
  display: block;
  width: 250px;
  margin: 0px auto 80px auto;
  text-align: center;
  float: left;
}

.webform-confirmation__message a:hover {
  color: #144b4b !important;
  background-color: #fff;
}

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

.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: 50px;
  background: #313839 !important;
  z-index: 10;
  position: relative;
}

.site-footer a {
  padding: 0px 12px;
  text-decoration: none;
}

.site-footer p:last-child {
  display: 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;
}
#block-footer {
background: rgba(89, 93, 96, 0.75);
color: #fff;
padding-top: 10px;
padding-bottom: 10px;
 font-family: "Open Sans";
}

.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 li{
  display: block;
  text-align: left;
}

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


@media (min-width:768px) and (max-width: 1280px) {
.paragraph--type--slider picture img {
  object-fit: cover; 
     height: auto;
     width:100%;
 }
 
 .paragraph--type--slider picture  {
   width: 100%;
   height: 780px;
   display: flex;
 }
}

@media (max-width: 1200px) {
  .dsgvo {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 100%;
    margin-top: 100px;
  }
}

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

  
  .boxed .layout {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .navbar-toggler {
    position: absolute;
    right: 25px;
    top: 25px;
    border: 0px;
  }
  
  .navbar-toggler:focus {
  box-shadow: none;
}
  
.navbar-toggler-icon {
  margin-top: 3px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 30 30'%3e%3cpath stroke='%23153667' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
  
  .navbar-brand {
    display: none;
  }
  #navbar-main {
  margin: auto;
  z-index: 25;
  height: 95px;
  padding-top: 0px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  box-shadow: 1px -3px 5px 1px #333;
}
  
  #navbar-top {
    display: none;
  }
  
  .navbar-nav {
    background: rgba(255,255,255,0.94);
  }
  
  .nav-item:nth-child(3) {
  margin-right: 0px;
}

.nav-item:nth-child(4) {
  margin-left: 0px;
}
  
  .paragraph--type--webform {
  max-width: 100%;
  margin: auto;
  padding: 0px 0px 50px 0px;
}
  
  #block-rustler {
    padding-right: 25px;
  }
  
  #block-footer {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  #block-rustler img {
    margin-left: 15px;
  }

  #block-icons {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  
  #block-icons img {
    max-width: 80px;
    height: auto;
    margin-left: 25px;
    margin-top: 12px;
    text-align: left;
  }
  
  #block-icons a.email {
  display: inline-block;
  content: "";
  background-image: url('data:image/svg+xml,<svg class="bi bi-envelope" width="1em" height="1em" viewBox="0 0 16 16" fill="%23153667" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" d="M14 3H2a1 1 0 00-1 1v8a1 1 0 001 1h12a1 1 0 001-1V4a1 1 0 00-1-1zM2 2a2 2 0 00-2 2v8a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2H2z" clip-rule="evenodd"/><path fill-rule="evenodd" d="M.071 4.243a.5.5 0 01.686-.172L8 8.417l7.243-4.346a.5.5 0 01.514.858L8 9.583.243 4.93a.5.5 0 01-.172-.686z" clip-rule="evenodd"/><path d="M6.752 8.932l.432-.252-.504-.864-.432.252.504.864zm-6 3.5l6-3.5-.504-.864-6 3.5.504.864zm8.496-3.5l-.432-.252.504-.864.432.252-.504.864zm6 3.5l-6-3.5.504-.864 6 3.5-.504.864z"/></svg>');
  background-repeat: no-repeat;
  background-size: auto 26px;
  background-position: left bottom;
  width: 30px;
  height: 30px;
  position: absolute;
  text-indent: -9999px;
  right: 90px;
  top: 29px;
}
  
  #block-icons a.tel {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23153667' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: auto 24px;
  background-position: center center;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin-right: 10px;
  position: absolute;
  right: 135px;
  top: 32px;
}
  
  .fooicon-plus::before {
    content: "+";
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 15px;
  }
  
   .fooicon-minus::before {
    content: "-";
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 15px;
    padding-left: 3px;
  }


    .footable-details th {
    border-left: 0px;
    border-color: #fff !important;
    text-align: left !important;
  }
  
.footable.breakpoint .views-field-field-geschoss {
    padding-left: 20px;
  }
  
 .footable.breakpoint .footable-toggle {
    margin-left: -15px;
  }
  .footable.breakpoint td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
  
  .footable-detail-row tr {
    background: #e7ecec !important;
  }
  
  .footable.breakpoint td {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .footable-detail-row  table{
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .footable table td {
  text-align: right;
  font-size: 12px;
  line-height: 100%;
  background: none !important;
  padding-right: 28px !important;
  border-right: 0px;
}
  
  .footable .views-field-nothing a {
    justify-content: flex-end;
    font-size: 0px;

  }
  
 .footable .views-field-field-energieausweis,
  .footable .views-field-field-grundriss{
    text-align: right;
    font-size: 0px;
    padding-right: 25px  !important;
      
  }


.mockup, .ausstattung  {
  position: relative;
  z-index: 1;
}

.kostenuebersicht .text-formatted{
  background: rgba(196, 210, 210, 0.85);
}
.ausstattung .text-formatted {
  position: relative;
  z-index: 1;
}
  
}

@media (max-width: 768px) {
  .paragraph--type--grid-file {
    margin-bottom: 25px;
  }
}


@media (min-width:0px) and (max-width: 768px) {
.paragraph--type--slider picture img {
  object-fit: cover; 
     height: auto;
     width:100%;
 }
 
 .paragraph--type--slider picture  {
   width: 100%;
   height: 500px;
   display: flex;
 }
}


@media (max-width: 640px) {
  
  .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;
  }
  
  .site-footer table .text-align-right {
    display: block;
  }
  
  .lageplan .text-formatted {
    padding-left: 25px;
    padding-right: 25px;
  }
  
  .mockup .layout,
  .lageplan .layout{
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .mockup .layout img {
  max-width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
}
  
    .webform-submission-form .captcha {
  position: relative;
  float: left;
  margin-top: 50px;
}
  
  .webform-submission-form #edit-actions {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px;
}
  
}

@media (max-width: 480px) {
  .paragraph--type--grid-file {
    margin-bottom: 25px;
  }
  
  .webform-name--wrapper .fieldset-wrapper,
  .webform-contact--wrapper .fieldset-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 10px;
}
  
.team .field--name-field-grid-image img {
  border-radius: 20px;
  position: relative;
  width: 150px;
}
  
  .team .field--name-field-grid-image:before {
  content: "";
  background: url(/sites/default/files/img/schellensee-team-hintergrund.png);
  background-position: top center;
  background-size:230px 100%;
  background-repeat: no-repeat;
  height: calc(100% - 165px);
  width: 100%;
  position: absolute;
  top: 10px;
  right: 0px;
  left: 11px;
  z-index: -10
}
  .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;
  }

  .boxed.wohnangebot .text-formatted {
    padding: 0px 25px;
  }

  .boxed.kostenuebersicht .layout,
    .boxed.wohnungsliste .layout,
  .boxed.wohnangebot .layout{
    padding: 0px;
  }
  
  h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 60px;
  }
  
  html, body {
    font-size: 14px;
  }
  
  .paragraph--type--slider picture img {
  object-fit: cover; 
     height: auto;
     width:100%;
 }
 
 .paragraph--type--slider picture  {
   height: 450px;
 }
  
  
}