@charset "UTF-8";
/*
Autor: Werbung 705, Marco Brüggemann, www.705gruppe.de
*/
html {
  scroll-behavior: smooth;
}

#headerlogo {
  width: 150px;
  height: auto;
  margin: 20px 0 0 0;
}

#sliderTop,
#sliderTopBellini,
#sliderTopAlbertpark,
#sliderTopHeideDresden,
#sliderTopLerchenfeld,
#sliderTopBerlinHeinersdorf,
#sliderTopBerlinCharlottenburg,
#sliderTopLeistungen,
#sliderTopGotha,
#sliderTopWeisweiler,
#sliderTopMarienthal,
#sliderTopHeinersdorf {
  background-position: bottom -0.5px right, center left;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

#sliderTop {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Hausbau_AdobeStock_190729344_WEB.jpg");
}

.SliderLogo {
  text-align: center;
}

.SliderLogo img {
  height: auto;
  width: 60%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0.2rem 0.3rem 0.3rem rgb(255, 255, 255));
  transition: all 500ms ease-in-out;
}

.SliderLogo img:hover {
  filter: drop-shadow(0.3rem 0.4rem 0.5rem rgba(255, 255, 255, 0.5));
  transition: all 500ms ease-in-out;
}

.SliderText {
  filter: drop-shadow(0.2rem 0.3rem 0.3rem rgb(0, 0, 0));
}

.textarea {
  padding: 60px 0;
}

.videoarea {
  padding: 120px 0;
}

.contentThema.videoarea .pageContentContent {
  display: flex;
  justify-content: center;
}
.contentThema.videoarea .pageContentContent .video-container {
  width: 100%;
  max-width: 1200px;
}
.contentThema.videoarea .pageContentContent .video-container video {
  width: 100%;
  height: auto;
}

.untenmehr {
  margin-bottom: 60px;
}

.obenmehr {
  margin-top: 60px;
}

.obennull {
  margin-top: 0;
  padding-top: 0;
}

.imagearea {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.ecke_oben_bg1_20 {
  background-image: url("../img/Fortuna_SCHRÄGE-OBEN_gruen20.svg");
  background-position: left -1px top -1px;
  background-repeat: no-repeat;
  background-size: 40%;
  border: none;
}

.ecke_oben_w {
  background-image: url("../img/Fortuna_SCHRÄGE-OBEN_weiss.svg");
  background-position: left -1px top -1px;
  background-repeat: no-repeat;
  background-size: 40%;
  border: none;
}

.referenzobjekt {
  height: 520px;
  overflow: hidden;
  background-color: rgb(157, 155, 107);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.referenzobjekt .referenzbild {
  height: 100%;
  overflow: hidden;
}
.referenzobjekt .referenzbild img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.referenzobjekt .referenzbezeichnung {
  background-image: url("../img/Fortuna_SCHRÄGE-OBEN_gruen40.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 60%;
  height: 200px;
}
.referenzobjekt .referenzbezeichnung h4 {
  margin: 0;
  padding: 50px 30px 20px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 499px) {
  .referenzobjekt .referenzbezeichnung h4 {
    padding: 50px 50px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .referenzobjekt .referenzbezeichnung h4 {
    padding: 50px 50px 20px;
  }
}
.referenzobjekt .referenzbutton {
  height: 70px;
  width: 100%;
}
.referenzobjekt .referenzbutton button {
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 499px) {
  .referenzobjekt {
    height: 480px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .referenzobjekt {
    height: 490px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .referenzobjekt {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .referenzobjekt {
    height: 530px;
  }
}

.neuobjekt {
  height: 760px;
  overflow: hidden;
  background-color: rgb(157, 155, 107);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.neuobjekt .referenzbild {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.neuobjekt .referenzbild img {
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  margin-top: -25%;
}
@media screen and (max-width: 499px) {
  .neuobjekt .referenzbild img {
    width: auto;
    height: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .neuobjekt .referenzbild img {
    width: auto;
    height: 100%;
    margin-top: 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .neuobjekt .referenzbild img {
    margin-top: -15%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .neuobjekt .referenzbild img {
    margin-top: -20%;
  }
}
.neuobjekt .referenzbezeichnung {
  background-image: url("../img/Fortuna_SCHRÄGE-OBEN_gruen40.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 35%;
  height: 100px;
}
.neuobjekt .referenzbezeichnung h4 {
  margin: 0;
  padding: 50px 30px 20px;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 499px) {
  .neuobjekt .referenzbezeichnung h4 {
    padding: 50px 50px 20px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .neuobjekt .referenzbezeichnung h4 {
    padding: 50px 50px 20px;
  }
}
.neuobjekt .referenzbutton {
  height: 70px;
  width: 100%;
}
.neuobjekt .referenzbutton button {
  margin: 0 0 30px 30px;
}
@media screen and (max-width: 499px) {
  .neuobjekt {
    height: 480px;
  }
  .neuobjekt .referenzbezeichnung {
    height: 200px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .neuobjekt {
    height: 490px;
  }
  .neuobjekt .referenzbezeichnung {
    height: 200px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .neuobjekt {
    height: 520px;
  }
  .neuobjekt .referenzbezeichnung {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .neuobjekt {
    height: 630px;
  }
  .neuobjekt .referenzbezeichnung {
    height: 100px;
  }
}

.ref-beratung div img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: 60px;
}

.zitatbox {
  margin: 60px 0;
}
@media screen and (max-width: 499px) {
  .zitatbox {
    margin: 40px 0;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .zitatbox {
    margin: 50px 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .zitatbox {
    margin: 50px 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .zitatbox {
    margin: 60px 0;
  }
}

#anchor-leistungen {
  padding-bottom: 0;
}

/************************ BUTTON START ************************/
.buttonEmail, .buttonTelefon, .button {
  background-color: rgb(157, 155, 107);
  border-color: #fff;
  border-style: double;
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.1em;
  cursor: pointer;
}

.button {
  font-size: 0.8em;
}

/************************ BUTTON ENDE ************************/
/************************ ZIMMER-BOXEN START ************************/
.pictureTextBox {
  height: auto;
  overflow: hidden;
  padding: 0 30px;
}

.pictureTextBox_p {
  text-align: right;
  padding: 0 0 0 15px;
  display: inline;
}

.pictureTextBox_preis {
  text-align: right;
  padding: 0 15px 0 0;
  display: table-cell;
}

.pictureTextBox_b_buchen {
  text-align: right;
}

.pictureTextBox_b_buchen button {
  margin: auto 0 0 auto;
}

/************************ ZIMMER-BOXEN ENDE ************************/
/************************ KONTAKT-BOX START ************************/
button.buttonEmail {
  width: -moz-fit-content;
  width: fit-content;
}

button.buttonTelefon {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.kontaktbox {
  padding: 20px 60px;
  height: -moz-fit-content;
  height: fit-content;
}

/************************ KONTAKT-BOX ENDE ************************/
/* ===============   Position in Boxen   ==================================================== */
.center {
  text-align: center;
  margin: 0 auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.v_center {
  vertical-align: center;
}

.v_top {
  vertical-align: top;
}

.v_bottom {
  vertical-align: bottom;
}

/* ====================================== UNTERSEITEN START ====================================== */
#sliderTopBellini {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Bellini_Senioren-Residenz_Dorsten_WEB.jpg");
}

#sliderTopAlbertpark {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Katharinenhof_am_Albertpark_Aussen2_WEB.jpg");
}

#sliderTopHeideDresden {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Katharinenhof_an_der_Heide_Aussen3_WEB.jpg");
}

#sliderTopWeisweiler {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Neues_Zentrum_Weisweiler_WEB.jpg");
}

#sliderTopLerchenfeld {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Katharinenhof_im_Lerchenfeld_WEB.jpg");
}

#sliderTopBerlinHeinersdorf {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/BV_RomainRollandStraße_Vis_HausC_1_WEB_2000x1500.jpg");
}

#sliderTopBerlinCharlottenburg {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/HAL_AnsichtDachgarten.jpg");
}

#sliderTopGotha {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Seniorenwohnanlage_Gotha_vis1_WEB.jpg");
}

#sliderTopLeistungen {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/Neubau_AdobeStock_558684036_WEB.jpg");
}

#sliderTopMarienthal {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/PflegenWohnenHamburg_Marienthal_Innenhof_WEB.jpg");
}

#sliderTopHeinersdorf {
  background-image: url("../img/Fortuna_SCHRÄGE-UNTEN_weiss.svg"), url("../img/HeinersdorferGärten_20240625-6613.jpg");
}

/* ====================================== Datentabelle START ====================================== */
.datentabelle table {
  width: 100%;
  margin: 40px 0;
}
.datentabelle table th, .datentabelle table td {
  padding: 35px;
  text-align: left;
  vertical-align: text-top;
}
.datentabelle table tr:nth-child(even) {
  background-color: rgb(128, 128, 65);
}
.datentabelle table tr:nth-child(odd) {
  background-color: rgb(157, 155, 107);
}
@media screen and (max-width: 499px) {
  .datentabelle table {
    font-size: 1em;
  }
  .datentabelle table th, .datentabelle table td {
    padding: 10px;
  }
}
@media screen and (min-width: 500px) and (max-width: 799px) {
  .datentabelle table {
    font-size: 1em;
  }
  .datentabelle table th, .datentabelle table td {
    padding: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  .datentabelle table th, .datentabelle table td {
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .datentabelle table th, .datentabelle table td {
    padding: 25px;
  }
}

/* ====================================== UNTERSEITEN ENDE ====================================== *//*# sourceMappingURL=style.css.map */