@charset "UTF-8";
.navi {
  background-color: var(--primary);
  color: #fff;
}
@media (max-width: 460px) {
  .navi {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navi .button {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
}
@media (max-width: 680px) {
  .navi .button {
    font-size: 14px;
    white-space: nowrap;
    padding: 0 10px;
  }
}

.logo {
  min-width: 250px;
  height: auto;
}
@media (max-width: 680px) {
  .logo {
    min-width: 150px;
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Telefonnummer-Anzeige im Overlay */
#phone-number {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5em;
}

/* Schließen-Button für das Overlay */
.close-overlay {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 20px;
  background-color: black;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.mainheader,
.limberg,
.kuendigung,
.paragraf,
.justice,
.cv {
  width: 100%;
  overflow: hidden;
}
.mainheader img,
.limberg img,
.kuendigung img,
.paragraf img,
.justice img,
.cv img {
  width: 100%;
}
.mainheader .text,
.limberg .text,
.kuendigung .text,
.paragraf .text,
.justice .text,
.cv .text {
  text-align: center;
  top: 20%;
  bottom: auto;
  left: 0;
  right: 0;
  transition: transform 0.8s ease-in-out;
}
.mainheader .text:hover,
.limberg .text:hover,
.kuendigung .text:hover,
.paragraf .text:hover,
.justice .text:hover,
.cv .text:hover {
  transform: scale(1.05);
}
@media (max-width: 680px) {
  .mainheader .text,
  .limberg .text,
  .kuendigung .text,
  .paragraf .text,
  .justice .text,
  .cv .text {
    text-align: left;
    padding-left: 50px;
  }
}
@media (max-width: 440px) {
  .mainheader .text,
  .limberg .text,
  .kuendigung .text,
  .paragraf .text,
  .justice .text,
  .cv .text {
    padding-left: 30px;
    margin-top: -20px;
  }
}

.mainheader h2 {
  max-width: 50%;
  margin: auto;
}
@media (max-width: 680px) {
  .mainheader h2 {
    margin-left: 0;
    max-width: 70%;
  }
}

.limberg .text,
.kuendigung .text,
.paragraf .text,
.justice .text,
.cv .text {
  max-width: 50%;
  top: 30%;
  right: 0;
  left: auto;
  padding-left: 10%;
  padding-right: 10%;
}
.limberg .text .smaller,
.kuendigung .text .smaller,
.paragraf .text .smaller,
.justice .text .smaller,
.cv .text .smaller {
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  font-weight: 200;
  text-align: left;
}

.kuendigung .text,
.limberg .text {
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 620px) {
  .kuendigung .text {
    max-width: 70%;
  }
}
@media (max-width: 490px) {
  .kuendigung .text {
    max-width: 100%;
  }
}

.formular .frage {
  font-size: 24px;
}
.formular h3 {
  padding-bottom: 50px;
}
@media (max-width: 960px) {
  .formular h3 {
    padding-bottom: 10px;
  }
}
.formular .button {
  display: block;
}
@media (max-width: 960px) {
  .formular .w-50 {
    width: 100%;
  }
}
.formular .einleitung {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 960px) {
  .formular .einleitung {
    padding-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 960px) {
  .formular .telefonkontakt {
    margin-top: 50px;
  }
}
.formular .telefonkontakt p {
  padding-right: 50px;
}
.formular form input[type=radio], .formular form input[type=checkbox] {
  width: auto;
}
.formular form input[type=text], .formular form textarea {
  background-color: #fff;
}
.formular .nummer {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}
.formular .nummer img {
  max-width: 20px;
  margin-right: 20px;
}

.limberg {
  padding-top: 300px;
  padding-bottom: 300px;
  background-color: #bfbfbf;
  background-image: url("../img/portrait-oliver-limberg.jpg");
  background-position: center bottom;
  /* Positioniert das Bild zentriert am unteren Rand */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1200px) {
  .limberg {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 1000px) {
  .limberg {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: -100px bottom;
    /* Positioniert das Bild zentriert am unteren Rand */
  }
}
@media (max-width: 910px) {
  .limberg {
    padding-top: 0;
    padding-bottom: 0;
    background-position: -50px bottom;
    /* Positioniert das Bild zentriert am unteren Rand */
  }
}
@media (max-width: 640px) {
  .limberg {
    background-position: -100px bottom;
    /* Positioniert das Bild zentriert am unteren Rand */
  }
}
@media (max-width: 480px) {
  .limberg {
    background-position: left bottom;
    /* Positioniert das Bild zentriert am unteren Rand */
    background-size: 700px;
  }
}
.limberg .text {
  margin-right: 0;
  margin-left: auto;
  padding: 100px 50px 100px 0;
}
@media (max-width: 640px) {
  .limberg .text {
    padding: 70px 20px 100px 0;
  }
}
@media (max-width: 480px) {
  .limberg .text {
    max-width: 80%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 300px;
  }
}

.leistungen,
.zweier {
  padding: 50px;
}
@media (max-width: 560px) {
  .leistungen,
  .zweier {
    padding: 50px;
  }
}
.leistungen .box,
.zweier .box {
  width: 23%;
  margin: 1%;
  padding: 1.5%;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .leistungen .box,
  .zweier .box {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 1100px) {
  .leistungen .box,
  .zweier .box {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 920px) {
  .leistungen .box,
  .zweier .box {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 560px) {
  .leistungen .box,
  .zweier .box {
    margin-bottom: 0px;
  }
}
.leistungen .box .smaller,
.zweier .box .smaller {
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  font-weight: 200;
}
@media (max-width: 1100px) {
  .leistungen .box .smaller,
  .zweier .box .smaller {
    font-size: 16px;
    font-weight: 100;
  }
}
.leistungen .box .button,
.zweier .box .button {
  line-height: normal;
}
@media (max-width: 340px) {
  .leistungen .box .button,
  .zweier .box .button {
    font-size: 14px;
  }
}

@media (max-width: 920px) {
  .leistungen .box {
    background: none;
  }
}

.zweier {
  color: #fff;
  padding: 50px 0;
  /* Abstand nach oben und unten für visuelle Trennung */
}
.zweier h3 {
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  .zweier h3 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 960px) {
  .zweier h3 br {
    display: none;
  }
}
.zweier h4 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  .zweier h4 {
    font-size: 25px;
    line-height: 30px;
  }
}
.zweier .box {
  width: 48%;
  padding: 4%;
}
@media (max-width: 960px) {
  .zweier .box {
    width: 100%;
  }
}

.blue p.box {
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  font-weight: 200;
}

.paragraf .text {
  color: #fff;
  width: 55%;
  margin-left: auto;
  margin-right: 0px;
  max-width: none;
}
@media (max-width: 1600px) {
  .paragraf .text {
    padding-left: 0;
    top: 20%;
  }
}
@media (max-width: 820px) {
  .paragraf .text {
    width: 90%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 0;
    position: relative;
    color: var(--primary);
    border-bottom: 10px solid var(--primary);
  }
}
@media (max-width: 480px) {
  .paragraf .text {
    padding-top: 50px;
  }
}
.paragraf .text p {
  font-size: 30px;
  text-transform: none;
  line-height: normal;
}
@media (max-width: 1260px) {
  .paragraf .text p {
    font-size: 25px;
  }
}
@media (max-width: 1000px) {
  .paragraf .text p {
    font-size: 20px;
  }
}
@media (max-width: 1800px) {
  .paragraf .text h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1600px) {
  .paragraf .text h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1260px) {
  .paragraf .text h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 960px) {
  .paragraf .text h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.justice .text {
  left: 0;
  right: auto;
}
@media (max-width: 760px) {
  .justice .text {
    max-width: 70%;
  }
}
@media (max-width: 480px) {
  .justice .text {
    max-width: 100%;
    padding-top: 200px;
    padding-bottom: 50px;
  }
}

.kuendigungsarten {
  color: var(--textcolor);
}

.blue p.box {
  font-size: 18px;
  line-height: normal;
  text-transform: none;
  font-weight: 200;
}

.cv {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .cv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cv .text {
  max-width: none;
  text-align: left;
  text-transform: none;
  padding: 0;
  padding-left: 5%;
}
@media (max-width: 600px) {
  .cv .text {
    padding-top: 50px;
  }
}
.cv ul {
  margin-top: 20px;
}

.bluebottom {
  padding-left: 10%;
  padding-right: 10%;
}
.bluebottom ul {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
@media (max-width: 600px) {
  .bluebottom ul {
    font-size: 30px;
    line-height: 40px;
  }
}

.parallax-section {
  background-image: url("../img/kuendigung.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  /* Positioniert das Bild zentriert am unteren Rand */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  /* Option, falls der Abstand nach oben und unten benötigt wird */
  position: relative;
}
@media (max-width: 490px) {
  .parallax-section {
    background-size: contain;
    background-position: center top;
    /* Positioniert das Bild zentriert am unteren Rand */
    background-attachment: unset;
    background-color: #f1e9e6;
    padding-top: 300px;
    padding-bottom: 50px;
  }
  .parallax-section h3 br {
    display: none;
  }
}

.parallax-section2 {
  background-image: url("../img/justice.jpg");
  background-attachment: fixed;
  background-position: center top;
  /* Positioniert das Bild zentriert am unteren Rand */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  /* Option, falls der Abstand nach oben und unten benötigt wird */
  position: relative;
}
@media (max-width: 480px) {
  .parallax-section2 {
    background-size: 100%;
    background-attachment: unset;
    background-position: right top;
    padding-bottom: 0;
    background-image: url("../img/justice_mobile.jpg");
  }
}

.parallax-section3 {
  background-color: #bfbfbf;
  background-image: url("../img/portrait-oliver-limberg.jpg");
  background-attachment: fixed;
  background-position: center bottom;
  /* Positioniert das Bild zentriert am unteren Rand */
  background-repeat: no-repeat;
  background-size: contain;
  padding: 100px 0;
  /* Option, falls der Abstand nach oben und unten benötigt wird */
  position: relative;
}

@media (max-width: 680px) {
  .footer .w-20,
  .footer .w-30,
  .footer .w-50 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 680px) {
  .footer .logo {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}/*# sourceMappingURL=main.css.map */