@font-face {
  font-family: 'prompt-extrabold';
  src: url('../assets/fonts/Prompt-ExtraBold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'prompt-bold';
  src: url('../assets/fonts/Prompt-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'prompt-medium';
  src: url('../assets/fonts/Prompt-Medium.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'prompt-regular';
  src: url('../assets/fonts/Prompt-Regular.ttf') format('truetype');
  font-display: swap;
}

/* orange #e97603 */
/* blue #1d2d54 */
/* lightgrey #edeef1 */
.orange-background {
  background-color: #e97603;
}

.orange-color {
  color: #e97603;
}

.blue-background {
  background-color: #1d2d54;
}

.blue-color {
  color: #1d2d54;
}

.lightgrey-background {
  background-color: #edeef1;
}

.white-background {
  background-color: white;
}

.white-color {
  color: white;
}

.uppercase {
  text-transform: uppercase;
}

h1, h2 {
  font-weight: 800 !important;
}

html, body, h1, h2, h3, h4, h5, h6, p {
  font-family: 'prompt', sans-serif;
  font-weight: normal;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

p {
  hyphens: auto;
}

/* NAV */
header {
  max-width: 100%;
  z-index: 1400;
  position: -webkit-fixed;
  position: fixed;
  top: 0;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
  text-transform: uppercase;
}

nav {
  display: none;
}

.menu h4 {
  z-index: 15;
}

.responsive-nav {
  display: block;
  width: 100vw;
  height: 3.2rem;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 20px;
  box-sizing: border-box;
  z-index: 12;
  transition: background-color 0.5s;
  background-color: white;
}

.responsive-nav .logo>img {
  float: left;
  height: 40px;
}

.responsive-nav .menu h4 {
  font-weight: normal;
  font-size: 20px;
  float: right;
  margin: 0;
  padding: 0;
  line-height: 40px;
  cursor: pointer;
  text-transform: uppercase;
  color: #1d2d54;
}

#nav {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  transition: .5s ease;
}

#nav .links {
  list-style: none;
  height: 100vh;
  position: relative;
  background-color: #1d2d54;
  overflow: hidden;
  transition: .6s ease .3s;
  display: grid;
  text-align: right;
  align-content: center;
  width: 100%;
  grid-gap: 2%;
}

#nav .links li {
  list-style: none;
}

#nav a {
  color: #fff;
  font-size: 3vh;
  text-decoration: none;
  transition: .3s ease;
  text-align: center;
}

#nav.invisible {
  transform: translate(0, -100%);
}

#nav.invisible .links {
  transform: translate(0, -100vh);
}

#nav.invisible .afterlinks {
  transform: rotate(8deg) translate(0, -25vh);
}

.top, .foot {
  display: grid;
  text-align: right;
  align-content: center;
  width: 100%;
  grid-gap: 8%;
  margin-bottom: 16%;
  right: 15%;
  position: relative;
}

.nav-icon-container {
  text-align: right;
  width: 15%;
  background-color: #e97603;
  right: 0;
  position: relative;
  display: flex;
  justify-self: right;
  flex-direction: column;
}

/* HOME SITE */
h1, h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #1d2d54;
}

h3 {
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
}

/* POPUP */
.popup {
  display: none;
  position: fixed;
  top: 25%;
  width: 80%;
  background-color: rgba(29, 45, 84, 0.9);
  color: white;
  padding: 5%;
  z-index: 100;
}

.popup-content {
  font-size: 3.5vw;
  position: relative;
  display: flex;
}

.popup-icon {
  width: 30%;
  height: 30%;
}

.popup-text {
  width: 80%;
}

.close {
  position: absolute;
  top: 0;
  right: 2%;
  cursor: pointer;
  font-size: 16vw;
  font-weight: lighter;
  line-height: 0.4;
}

.close:hover {
  color: #ccc;
}

#link:hover {
  cursor: pointer;
}

/* POPUP ENDE */
#home {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#home-left {
  position: relative;
  background-image: linear-gradient(rgba(26, 40, 72, 1) 50%, rgba(26, 40, 72, 1) 50%), url(../assets/images/delux-finanz-office-trier.jpg);
  background-image: -webkit-linear-gradient(rgba(26, 40, 72, 1) 50%, rgba(26, 40, 72, 1) 50%), url(../assets/images/delux-finanz-office-trier.jpg);
  background-blend-mode: color;
  width: 100%;
  height: 300px;
  background-position: 0 60%;
  background-size: cover;
}

#home-right {
  position: relative;
  height: auto;
  width: 100%;
  margin-top: 80px;
}

#home-right-top {
  background-color: white;
  position: relative;
  max-width: 100%;
  margin: 0% 10% 4% 10%;
}

#home-right-top-text {
  display: none;
  margin: 40px 10% 0% 0%;
}

#home-right-top-text>p {
  position: relative;
  width: 90%;
  left: 5%;
}

hr {
  position: relative;
  border-color: #e97603;
  border-width: 5px;
  border-style: solid;
  width: 15%;
}

#home-right-bottom,
#home-right-bottom-budget {
  display: none;
}

#home-bottom {
  order: 3;
  display: grid;
  grid-template-columns: 100%;
  margin: 5% 10% 10% 10%;
  width: 80%;
}

#home-bottom a {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 3px solid #1d2d54;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #1d2d54;
  margin-top: 6%;
  display: flex;
}

.arrow {
  width: 20px;
  position: absolute;
  right: 10%;
}

/*WARUM SITE*/
#warum-delux {
  width: 100%;
  min-height: 100vh;
  background-color: #1d2d54;
}

#warum-delux-right {
  position: relative;
  bottom: 0;
}

#warum-delux-left {
  position: relative;
  margin-top: 50px;
}

#warum-delux-left>h1 {
  position: relative;
  margin-left: 10%;
  color: white;
  text-transform: uppercase;
}

#warum-delux-left>p {
  position: relative;
  font-weight: 300;
  width: 80%;
  top: 5%;
  margin-left: 10%;
  color: white;
  line-height: 1.4;
  font-size: 1.1rem;
}

#warum-delux-right>h1 {
  position: absolute;
  bottom: 0;
  right: 4rem;
  text-align: right;
  color: #e97603;
  text-transform: uppercase;
  z-index: 2;
  left: 1rem;
}

#moritz {
  position: relative;
  width: 250px;
  height: auto;
  bottom: 0;
  left: 1rem;
  margin-bottom: 0;
  -webkit-bottom: 0;
  /* Vendor-Prefix für Safari */
}

/*warum top*/
h4 {
  font-weight: bold;
}

#warum-content {
  width: 100%;
  min-height: 100vh;
}

#warum-content-top {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
}

#warum-content-top-right>h3 {
  font-size: 1.6rem;
  margin-bottom: 5%;
}

.box-container-h {
  display: flex;
  align-items: center;
}

.box-container>h4, .box-container>p {
  font-size: 16px;
  margin-top: 3%;
}

#warum-content-top-left {
  display: none;
  margin: 15% 10% 10% 10%;
}

.photo-content {
  width: 100%;
  height: auto;
}

#warum-content-top-right {
  margin: 80px 10% 40% 10%;
}

#warum-content-top-right h3 {
  color: #1d2d54;
}

.warum-content-top-right-box {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5%;
  margin-top: 50px;
  color: #1d2d54;
}

.w-icon {
  width: 50px;
  height: 50px;
  margin: 5px;
}

/*warum bot*/
#warum-content-bot {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  background-color: #1d2d54;
  color: white;
  border-radius: 40px 40px 0px 0px;
}

#warum-content-bot-left>h3 {
  font-size: 2rem;
  margin-bottom: 5%;
}

#warum-content-bot-left {
  margin: 10% 10% 10% 10%;
}

#warum-content>#warum-content-top>#warum-content-top-right>.warum-content-top-right-box>.box-container {
  background-color: #edeef1;
  border-radius: 40px;
  min-height: 160px;
  padding: 8%;
}

.warum-contact-right-container {
  display: flex;
}

.warum-contact-right-container {
  font-size: 16px;
  margin-top: 5%;
}

.warum-contact-right-container a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.warum-contact-right-container>p {
  font-size: 16px;
}

.container-gap {
  margin-top: 3%;
}

.wb-icon {
  width: 50px;
  height: 50px;
  margin-right: 5%;
}

#warum-content-bot-right {
  display: none;
  margin: 15% 10% 10% 10%;
}

.WhoFinance_Widget_container {
  background-color: #1d2d54;
}

/*FOOTER*/
footer {
  position: relative;
  z-index: 10;
  display: none;
  grid-template-columns: 30% auto 50px;
  background-color: #1d2d54;
  color: white;
}

footer>#logo {
  padding: 10%;
}

#logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo>img {
  width: 10rem;
  height: auto;
}

#footer-mid-top p:first-child {
  font-weight: bold;
}

#footer-mid-top p {
  margin: 10px;
}

#footer-mid {
  background-color: #1d2d54;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-links>ul {
  position: relative;
  left: 10px;
  display: block;
  list-style: none;
  text-decoration: none;
  color: white;
}

.footer-links>ul>li {
  margin: 20% 0 20% 0;
}

nav li, nav li>a {
  list-style: none;
  text-decoration: none;
  color: white;
  right: 7.5%;
  position: relative;
}

#footer-right {
  background-color: #e97603;
  display: flex;
  justify-content: center;
}

#footer-right-mobile {}

#footer-right>div {
  margin: 5%;
}

.icon {
  width: 30px;
  padding: 10px;
  height: 30px;
}

.icon2 {
  width: 30px;
  padding: 25px 10px 10px 10px;
  height: 30px;
}

/*CONTACT SITE*/
#contact {
  min-height: 100vh;
  width: auto;
  display: grid;
  grid-template-columns: 100%;
}

.contact-left {
  position: relative;
  width: 80%;
  left: 10%;
  margin-top: 80px;
}

form {
  display: grid;
}

.form-text {
  padding: 5% 0% 10% 0%;
  line-height: 1.4;
  color: #1d2d54;
}

/*warum delux contact */
.contact-left .form-text, .contact-left form label {
  color: white;
}

.contact-left form input, .contact-left form textarea {
  border-bottom: 2px solid white;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-left form #button {
  color: #1d2d54;
  background-color: white;
}

/*warum delux contact ende */
.contact-lines {
  border: none;
  border-bottom: 2px solid #1d2d54;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: rgba(29, 45, 84, 0.1);
}

.form1, .contact-lines {
  color: #1d2d54;
}

#button {
  color: white;
  background-color: #1d2d54;
  border-radius: 50px;
  height: 50px;
  margin-top: 20px;
  border-color: transparent;
}

.orange-bar {
  position: absolute;
  background-color: #e97603;
  width: 3%;
  height: 200px;
  right: 0;
  left: 0;
  top: 80px;
}

.blue-box {
  position: relative;
  top: 15%;
  z-index: 10;
  padding: 4rem;
  background-color: #1d2d54;
  color: white;
  display: grid;
  border-radius: 25px 25px 0px 0px;
}

.contact-right-container {
  display: flex;
}

.contact-right-container>.icon, .contact-right-container>.icon2 {
  padding: 10px 0 10px 0
}

.contact-right-container a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.icon-add {
  padding: 15px;
  height: auto;
}

.contact-left {}

/* Leistungen */
#service {
  display: block;
  width: 100%;
  height: auto;
}

.banner {
  display: none;
}

.visibility {
  display: block;
}

#service-top {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
}

#service-top>h1 {
  text-transform: uppercase;
}

#service-top>p {
  color: #1d2d54;
}

.service-box {
  display: none;
}

/* Leistungen — LP-Buttons */
.leistung-mehr-btn {
  display: inline-block;
  background-color: #e97603;
  color: white;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 0.85rem;
  transition: background-color 0.2s ease;
  margin: 4px 0;
}
.leistung-mehr-btn:hover {
  background-color: #c96200;
}
#service-lp-links {
  display: none;
}
#service-content>.box-container>.lp-btn-group {
  display: none;
}

#service-content {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
}

#service-content>.box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edeef1;
  border-radius: 40px;
  height: 70vw;
  margin: 10%;
}

#service-content>.box-container>p {
  display: none;
}

#service-content>.box-container>.box-container-h {
  background-color: #1d2d54;
  color: white;
  width: calc(30px + 65vw);
  height: calc(30px + 15vw);
  border-radius: 15px;
  text-transform: uppercase;
  margin: 30px;
  z-index: 2;
  font-weight: bold;
}

.box-img {
  width: calc(25px + 35vw);
  height: calc(25px + 35vw);
  position: absolute;
  opacity: 0.5;
}

.box-img-2 {
  width: calc(25px + 45vw);
  height: calc(25px + 45vw);
  position: absolute;
  opacity: 0.5;
}

.box-img-3 {
  width: calc(25px + 55vw);
  height: calc(25px + 55vw);
  position: absolute;
  opacity: 0.5;
}

#service-content>.box-container>.box-container-h>h4 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  z-index: 100;
}

#service-content>.box-container>.box-container-h .s-icon {
  position: absolute;
  left: calc(80% - 20px);
  width: calc(25px + 10vw);
  height: calc(25px + 10vw);
  margin-bottom: calc(10% + 50px);
}

dialog {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  width: 100%;
}

dialog::backdrop {
  background-color: rgba(255, 255, 255, 0.95);
}

.part {
  width: 80%;
  margin: 5%;
  padding: 5%;
  background-color: #edeef1;
  border-radius: 40px;
}

.part>div, .part>p, .part h4 {
  color: #1d2d54;
}

.part>.orange-line {
  margin-top: 15px;
  height: 8px;
  width: 80px;
  background-color: #e97603;
}

.beratung, .contact-left h3 {
  font-size: 2rem;
  margin-top: 10%;
  color: #1d2d54;
}

.cancel {
  float: right;
}

/* Käuferzertifikat */
#certificate {
  min-height: 100vh;
  width: auto;
  display: grid;
  grid-template-columns: 100%;
}

.certificate-box {
  position: relative;
  width: 80%;
  left: 10%;
  margin-top: 80px;
}

.certificate-blue-box {
  position: relative;
  top: 10%;
  z-index: 10;
  padding: 5%;
  margin: 5%;
  background-color: #1d2d54;
  color: white;
  display: grid;
  border-radius: 40px 40px 40px 40px;
}

.certificate {
  text-align: center;
}

.certificate-lines {
  border: none;
  border-bottom: 2px solid white;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 5px;
  margin-bottom: 20px;
}

#certificate-button {
  color: #1d2d54;
  background-color: white;
  border-radius: 50px;
  height: 50px;
  margin-top: 20px;
  border-color: transparent;
}

.certificate-text {
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.certificate-orange-bar {
  position: absolute;
  background-color: #e97603;
  width: 3%;
  height: 500px;
  right: 0;
  left: 0;
  top: 80px;
}

.download {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.download a {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  text-transform: uppercase;
}

.download img {
  width: 100px;
  height: 100px;
}

#message {
  height: 50px;
}

#funnel {
  height: 80vh;
  position: relative;
}

fc-leadform {
  height: 80vh;
  display: flex;
  justify-content: center !important;
}

#budgetrechner {
  position: relative;
  height: 100vh;
  top: 100px;
}

/* Impressum Datenschutz */
#impressum, #datenschutz {
  display: block;
  width: 100%;
  height: auto;
}

#impressum-top, #datenschutz-top {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-top: 80px;
  text-transform: uppercase;
}

#impressum-content, #datenschutz-content {
  position: relative;
  margin: 5%;
  hyphens: auto;
  color: #1d2d54;
}

#impressum-content p, #datenschutz-content p {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.cookie-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 1%;
}

/*Desktop 992px*/
@media only screen and (min-width: 992px) {

  /* NAV */
  header {
    max-width: 100vw;
    z-index: 20;
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    z-index: 1000;
  }

  nav {
    display: flex;
    height: 3.2rem;
    transition: background-color 0.3s ease;
    max-width: 100vw;
    background-color: #1d2d54;
  }

  #navcolor ul {
    display: flex;
    justify-content: flex-end;
    width: 100vw;
    list-style: none;
  }

  #navcolor li {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  #navcolor li>a {
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    color: white;
    padding: 0%;
    transition: all 0.3s;
  }

  #navcolor li:hover {
    transform: translate(0px, 3px) scale(1.05);
    transition: 0.15s;
  }

  #navcolor li:not(:hover) {
    transform: translate(0px, 0px) scale(1);
    transition: 0.15s;
  }

  .logostyle {
    position: absolute;
    height: 30px;
    top: 10px;
    margin-left: 3vw;
  }

  .responsive-nav {
    display: none;
    z-index: 2;
  }

  #nav {
    display: none;
  }

  #navcolor li:nth-child(7) {
    width: 2vw;
    margin-left: 2vw;
  }

  #navcolor li:nth-child(8) {
    width: 2vw;
    margin-left: 0vw;
    margin-right: 2vw;
  }

  #navcolor li:nth-child(9) {
    width: 2vw;
    margin-left: 0vw;
    margin-right: 2vw;
  }

  #navcolor li:nth-child(10) {
    width: 1.5vw;
    margin-left: 0vw;
    margin-right: 4vw;
  }

  #navcolor li:nth-child(7):hover, #navcolor li:nth-child(8):hover, #navcolor li:nth-child(9):hover, #navcolor li:nth-child(10):hover {
    transform: translate(0px, 0px) scale(1.3);
    transition: 0.15s;
  }

  #navcolor li:nth-child(7):not(:hover), #navcolor li:nth-child(8):not(:hover), #navcolor li:nth-child(9):not(:hover), #navcolor li:nth-child(10):not(:hover) {
    transform: translate(0px, 0px) scale(1);
    transition: 0.15s;
  }

  /* HOME SITE */
  h1 {
    font-size: 4.2rem;
    font-weight: bold;
    color: #1d2d54;
  }

  h2{
    font-size: 2rem;
  }



  /* HOME SITE */

  h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
  }

  /* POPUP */
  .popup {
    display: none;
    position: fixed;
    top: 25%;
    width: 28%;
    background-color: rgba(29, 45, 84, 0.9);
    color: white;
    padding: 2.5%;
    z-index: 9999;
  }

  .popup-content {
    font-size: 1vw;
    position: relative;
    display: flex;
  }

  .popup-icon {
    width: 30%;
    height: 30%;
  }

  .popup-text {
    font-size: 1.2vw;
  }

  .close {
    position: absolute;
    top: 0;
    right: 2%;
    cursor: pointer;
    font-size: 100px;
    font-weight: lighter;
    line-height: 0.4;
  }

  .close:hover {
    color: #ccc;
  }

  /* POPUP ENDE */
  #home {
    display: flex;
    flex-direction: unset;
    width: 100%;
    margin-top: 0;
  }

  #home-left {
    order: 1;
    position: relative;
    background-image: linear-gradient(rgba(26, 40, 72, 1) 50%, rgba(26, 40, 72, 1) 50%), url(../assets/images/delux-finanz-office-trier.jpg);
    background-blend-mode: color;
    background-size: cover;
    height: inherit;
    width: 35%;
    background-position-y: unset;
    background-position-x: unset;
  }

  #home-right {
    order: 2;
    display: block;
    position: relative;
    height: inherit;
    width: 65%;
    margin-top: 5vh;
  }

  #home-right-top {
    background-color: white;
    position: relative;
    width: 84%;
    height: 55vh;
    margin: 0% 8% 0% 8%;
    top: 10%;
  }

  #home-right-top-text {
    display: flex;
    margin: 40px 10% 0% 0%;
  }

  #home-right-top-text>p {
    position: relative;
    width: 90%;
    left: 5%;
    color: #1d2d54;
  }

  hr {
    position: relative;
    border-color: #e97603;
    border-width: 5px;
    border-style: solid;
    width: 15%;
  }

  #home-right-bottom,
  #home-right-bottom-budget {
    display: flex;
    position: relative;
    width: 100%;
    height: 32vh;
  }

  #home-right-bottom-left {
    background-color: #1d2d54;
    color: white;
    position: relative;
    width: 50%;
    height: 100%;
    justify-content: center;
    display: flex;
  }

  #home-right-bottom-left-2 {
    background-color: #1d2d54;
    color: white;
    position: relative;
    width: 50%;
    height: 100%;
    justify-content: center;
    display: flex;
    order: 1;
  }

  #home-right-bottom-left-text {
    position: relative;
    width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #home-right-bottom-left-text>p:hover:nth-child(3) {
    transform: translate(25px, 0px) scale(1);
    transition: 0.25s;
  }

  #home-right-bottom-left-text>p:not(:hover):nth-child(3) {
    transform: translate(0px, 0px) scale(1);
    transition: 0.55s;
  }

  #home-right-bottom-left>#home-right-bottom-left-text>p:nth-child(1), #home-right-bottom-left-2>#home-right-bottom-left-text>p:nth-child(1) {
    text-transform: uppercase;
    font-weight: bold;
  }

  #home-right-bottom-left-text>p:nth-child(2) {
    margin-top: 25px;
  }

  #home-right-bottom-left-text>p:nth-child(3) {
    margin-top: 40px;
    text-transform: uppercase;
    font-weight: bold;
  }

  #home-right-bottom-right {
    background-image: linear-gradient(rgba(243, 105, 32, 0.1) 50%, rgba(243, 105, 32, 0.1) 50%), url(../assets/images/people.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: #e97603;
    position: relative;
    width: 50%;
    height: 100%
  }

  #home-right-bottom-right-2 {
    background-image: linear-gradient(rgba(243, 105, 32, 0.1) 50%, rgba(243, 105, 32, 0.1) 50%), url(../assets/images/abschluss.jpg);
    background-size: cover;
    background-position: center;
    background-color: #e97603;
    position: relative;
    width: 50%;
    height: 100%
  }

  #home-bottom {
    display: none;
  }

  /*WARUM SITE*/
  #warum-delux {
    display: flex;
    width: 100%;
    height: 100vh;
    background-color: #1d2d54;
  }

  #warum-delux-right {
    position: unset;
    bottom: unset;
  }

  #warum-delux-left {
    position: relative;
    margin-top: 5%;
  }

  #warum-delux-left>h1 {
    position: relative;
    margin-left: 10%;
    color: white;
    text-transform: uppercase;
  }

  #warum-delux-left>p {
    position: relative;
    font-weight: 300;
    width: 46rem;
    top: 5%;
    margin-left: 10%;
    color: white;
    line-height: 1.4;
    font-size: 24px;
  }

  #warum-delux-right>h1 {
    position: absolute;
    bottom: 0;
    right: 32rem;
    text-align: right;
    color: #e97603;
    text-transform: uppercase;
    font-size: 6rem;
  }

  #moritz {
    position: absolute;
    width: calc(10vw + 160px);
    height: auto;
    bottom: 0;
    left: unset;
    right: 200px;
  }


  /*warum top*/
  h4 {
    font-weight: bold;
    margin-left: 0;
  }

  #warum-content {
    width: 100%;
    min-height: 100vh;
  }

  #warum-content-top {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
  }

  #warum-content-top-right>h3 {
    font-size: 40px;
    margin-bottom: 5%;
  }

  #warum-content>#warum-content-top>#warum-content-top-right>.warum-content-top-right-box>.box-container {
    background-color: transparent;
    margin-bottom: 10%;
  }

  .box-container-h {
    display: block;
    align-items: baseline;
  }

  .box-container>h4, .box-container>p {
    font-size: 16px;
    margin-top: 3%;
  }

  #warum-content-top-left {
    display: block;
    margin: 15% 10% 10% 10%;
  }

  .photo-content {
    width: 100%;
    height: auto;
  }

  #warum-content-top-right {
    margin: 10% 10% 10% 10%;
  }

  .warum-content-top-right-box {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 5%;
    margin-top: 0;
  }

  .w-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  /*warum bot*/
  #warum-content-bot {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    background-color: transparent;
    color: #1d2d54;
  }

  #warum-content-bot-left>h3 {
    font-size: 40px;
    margin-bottom: 5%;
  }

  #warum-content-bot-left {
    margin: 10% 10% 10% 10%;
  }

  .warum-contact-right-container {
    font-size: 16px;
    margin-top: 5%;
  }

  .warum-contact-right-container>p {
    font-size: 16px;
  }

  .warum-contact-right-container a {
    color: #1d2d54;
  }

  .wb-icon {
    width: 60px;
    height: 60px;
    margin-right: 5%;
  }

  #warum-content-bot-right {
    display: block;
    margin: 15% 10% 10% 10%;
  }

  /*FOOTER*/
  footer {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 20% auto 50px;
    background-color: #1d2d54;
    color: white;
  }

  footer>#logo {
    padding: 0;
  }

  #logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #logo>img {
    width: 10rem;
    height: auto;
  }

  #footer-mid-top{
    width: 75%;
    display: grid;
    grid-template-columns: 20% 85%;
    grid-gap: 10%;
  }

  #footer-mid-top p:first-child {
    font-weight: bold;
  }

  #footer-mid-top p {
    margin: 10px;
  }


  #footer-mid {
    background-color: #1d2d54;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-links>ul {
    position: relative;
    display: flex;
    gap: 5%;
    list-style: none;
    text-decoration: none;
    color: white;
  }

  .footer-links>ul>li {
    margin: 0% 0 0% 0;
  }

  li, li>a {
    list-style: none;
    text-decoration: none;
    color: white;
  }

  #footer-right {
    background-color: #e97603;
    display: block;
  }

  #footer-right-mobile {
    display: none;
  }

  #footer-right>div {
    margin: 0;
  }

  .icon {
    width: 30px;
    padding: 10px;
    height: 30px;
  }

  .icon2 {
    width: 30px;
    padding: 25px 10px 10px 10px;
    height: 30px;
  }

  /*CONTACT SITE*/
  #contact {
    min-height: 100vh;
    width: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    overflow: hidden;
  }

  .contact-left {
    position: relative;
    margin-top: 10%;
  }

  form {
    display: grid;
  }

  .form-text {
    padding: 5% 0% 5% 0%;
    line-height: 1.4;
    font-size: 24px;
  }

  .contact-lines {
    border: none;
    border-bottom: 2px solid #1d2d54;
    color: #1d2d54;
  }

  #button {
    color: white;
    background-color: #1d2d54;
    border-radius: 50px;
    height: 50px;
    margin-top: 20px;
    border-color: transparent;
  }

  .orange-bar {
    position: absolute;
    background-color: #e97603;
    width: 10%;
    height: 100vh;
    right: 0;
    left: auto;
    top: 0;
  }

  .blue-box {
    z-index: 10;
    right: 0;
    width: 55%;
    height: 30em;
    float: right;
    margin-left: 35%;
  }

  .contact-right-container {
    display: flex;
  }

  .contact-right-container a {
    font-weight: bold;
    color: white;
    text-decoration: none;
  }

  .icon-add {
    padding: 15px;
    height: auto;
  }

  /* Leistungen */
  #service {
    overflow: hidden;
  }

  .banner {
    display: block;
  }

  .banner>img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }

  .visibility {
    display: none;
  }

  #service-top {
    position: relative;
    margin-top: 5%;
    margin-left: 5%;
  }

  .service-box {
    width: 24rem;
    display: block;
    padding: 2rem;
    background-color: #1d2d54;
    color: white;
    border-radius: 25px;
    position: absolute;
    left: calc(90% - 350px);
    bottom: 13%
  }

  #service-lp-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 10px 5% 40px;
  }

  #service-content>.box-container>.lp-btn-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  #service-content {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 31% 31% 31%;
    margin: 3.5%;
  }

  #service-content>.box-container {
    display: block;
    justify-content: none;
    align-items: baseline;
    background-color: #edeef1;
    border-radius: 40px;
    height: unset;
    margin: 5%;
    padding: 5% 5% 10% 5%;
    hyphens: auto;
  }

  #service-content>.box-container>p {
    display: block;
    position: relative;
    margin: 5% 0% 0% 5%;
    color: #1d2d54;
  }

  .orange-line {
    background: #e97603;
    height: 10px;
    width: 80px;
    margin: 5%;
  }

  #service-content>.box-container>.box-container-h {
    display: block;
    background-color: transparent;
    color: #edeef1;
    width: 100%;
    height: unset;
    border-radius: 15px;
    text-transform: uppercase;
    margin: 0;
    z-index: 2;
    font-weight: bold;
    align-items: center;
    color: #1d2d54;
  }

  .box-img {
    display: none;
    width: calc(25px + 15vw);
    height: calc(25px + 15vw);
    position: absolute;
  }

  .box-img-2 {
    display: none;
    width: calc(25px + 16vw);
    height: calc(25px + 16vw);
    position: absolute;
  }

  .box-img-3 {
    display: none;
    width: calc(25px + 18vw);
    height: calc(25px + 18vw);
    position: absolute;
  }

  #service-content>.box-container>.box-container-h>h4 {
    position: relative;
    width: 100%;
    text-align: left;
    left: 0;
    top: 0;
    font-size: 1.4rem;
    margin: 5% 0% 0% 5%;
    height: 50px;
    display: flex;
    align-items: end;
  }

  #service-content>.box-container>.box-container-h .s-icon {
    position: relative;
    top: 0%;
    left: 0%;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
    margin: 5% 0% 0% 5%;
  }

  /* Käuferzertifikat */
  #certificate {
    min-height: 100vh;
    width: auto;
    display: grid;
  }

  .certificate-box {
    margin-top: 5%;
  }

  .certificate-box {
    left: 5%;
  }

  .certificate-blue-box {
    position: relative;
    top: 10%;
    z-index: 10;
    padding: 4rem 2rem 4rem 2rem;
    background-color: #1d2d54;
    color: white;
    display: grid;
    height: 25em;
    margin: 0 30% 10% 30%;
  }

  .certificate {
    text-align: center;
  }

  .certificate-lines {
    border: none;
    border-bottom: 2px solid white;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  #certificate-button {
    color: #1d2d54;
    background-color: white;
    ;
    border-radius: 50px;
    height: 50px;
    margin-top: 20px;
    border-color: transparent;
  }

  .certificate-text {
    text-align: center;
    padding: 20px 0px 20px 0px;
  }

  .certificate-orange-bar {
    position: absolute;
    background-color: #e97603;
    width: 1.5%;
    height: 500px;
    right: 0;
    left: 0;
    top: 80px;
  }

  #message {
    height: 50px;
  }

  /*warum delux contact */
  .contact-left .form-text, .contact-left form label {
    color: #1d2d54;
  }

  .contact-left form input, .contact-left form textarea {
    border-bottom: 2px solid #1d2d54;
    background-color: rgba(29, 45, 84, 0.1);
    color: #1d2d54;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .contact-left form #button {
    color: white;
    background-color: #1d2d54;
  }

  /*warum delux contact ende */
  /* Impressum Datenschutz */
  #impressum, #datenschutz {
    display: block;
    width: 100%;
    height: auto;
  }

  #impressum-top, #datenschutz-top {
    position: relative;
    width: 80%;
    margin-top: 5%;
    margin-left: 5%;
    text-transform: uppercase;
  }

  #impressum-content, #datenschutz-content {
    position: relative;
    margin: 5%;
    hyphens: auto;
    color: #1d2d54;
  }

  #impressum-content p, #datenschutz-content p {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .cookie-grid {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}

/* ============================================================ */
/* FAQ Section */
/* ============================================================ */
.faq-section {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1.5rem 2rem;
}

.faq-section h2 {
  font-family: 'prompt-bold', sans-serif;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #1d2d54;
}

.faq-item {
  border: 1px solid #d8dce8;
  border-radius: 6px;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.faq-item summary {
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-family: 'prompt-medium', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #1d2d54;
  background: #edeef1;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 700;
  color: #e97603;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item[open] summary::after {
  content: "\2212";
}

.faq-item .faq-answer {
  padding: 1rem 1.2rem;
  font-family: 'prompt-regular', sans-serif;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

.faq-item .faq-answer p {
  margin-bottom: 0.8rem;
}

.faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}
