html {
  hyphens: auto;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: 'Vaillant14', arial, sans-serif;
  font-size: large;
  color: #333;
}
body {
  background-color: #eee;
}
.Code {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  width: 50%;
  margin: 10% auto;
  padding: 3%;
  text-align: center;
  font-size: 100%;
}
header {
  background-color: #ffff;
  padding: 15px;
}

.bestätigen1 {
  position: relative;
  right: -45%;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #00917e;
  font-weight: normal;
  background-color: #00917e;
  text-decoration: none;
  border-radius: 22px;
  padding: 0.75rem 1.5rem;
  text-shadow: none;
  box-shadow: none;
  transition: background-color 0.3s;
  text-align: center;
  bottom: 1%;
}

.inputcode {
  font-size: 115%;
  width: 50%;
}

.form {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  width: 50%;
  margin: 5% auto;
  padding: 3%;
  text-align: center;
  font-size: 100%;
}

.fragen {
  font-size: 110%;
  width: 50%;
  text-align: center;
}

.inputform {
  font-size: 110%;
  width: 50%;
  padding: 10px;
  margin: 5px;
  box-sizing: border-box;
  text-align: center;
}

.fragefrei {
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  width: 50%;
  margin: 3% auto;
  padding: 2%;
  text-align: center;
  font-size: 100%;
  font-family: 'Vaillant14', arial, sans-serif;
}

.fragefrei1 {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.datenschutz {
  position: relative;
  left: -35%;
}

.bestätigen2 {
  position: relative;
  right: -87%;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  cursor: pointer;
  color: #fff;
  border: 1px solid #00917e;
  font-weight: normal;
  background-color: #00917e;
  border-radius: 22px;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s;
}

#cookie-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
  width: 70%;
  max-width: 400px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

#cookie-agree {
  background-color: #00917e;
  color: #fff;
  border: 1px solid #00917e;
  border-radius: 22px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 10px;
}

#datenschutz-link {
  display: block;
  text-align: center;
  color: #00917e;
  text-decoration: none;
  font-size: 14px;
}
#datenschutz-link2 {
  display: block;
  position: relative;
  left: -15%;
  text-align: center;
  color: #00917e;
  text-decoration: none;
  font-size: 14px;
}

header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffff;
  padding: 15px;
}
header .header-logo {
  margin-right: 10%;
}
header .header-title {
  text-align: center;
  font-size: 30px; /* Vergrößerte Überschrift */
  width: 50%;
}
html {
  hyphens: auto;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: 'Vaillant14', arial, sans-serif;
  font-size: medium; /* Kleinere Schriftgröße für FAQ-Antworten */
  color: #333;
}
body {
  background-color: #eee;
}
header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffff;
  padding: 15px;
}
header .header-logo {
  margin-right: 10%;
}
header .header-title {
  text-align: center;
  font-size: 30px; /* Vergrößerte Überschrift */
  width: 50%;
}
html {
  hyphens: auto;
  overflow-wrap: break-word;
  font-weight: normal;
  font-family: 'Vaillant14', arial, sans-serif;
  font-size: medium; /* Kleinere Schriftgröße für FAQ-Antworten */
  color: #333;
}
body {
  background-color: #eee;
}
.faq-container {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
.accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 15px; /* Größere Schrift für die Fragen */
  font-weight: bold; /* Fetter Text für die Fragen */
}

.active,
.accordion:hover {
  background-color: #ffffff;
}

.panel {
  padding: 0 18px;
  background-color: rgb(255, 255, 255);
  display: none;
  overflow: hidden;
  font-size: 14px; /* Kleinere Schrift für die Antworten */
}
.start-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #00917e;
  color: #fff;
  border: 1px solid #00917e;
  border-radius: 22px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
.faq-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #00917e;
  color: #fff;
  border: 1px solid #00917e;
  border-radius: 22px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
.find-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background-color: #00917e;
  color: #fff;
  border: 1px solid #00917e;
  border-radius: 22px;
  padding: 15px 30px;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
.faq-headline {
  text-align: center;
  background-color: white;
  padding: 20px;
  font-size: 25px;
  font-weight: bolder;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  html {
    hyphens: auto;
    overflow-wrap: break-word;
    font-weight: normal;
    font-family: 'Vaillant14', arial, sans-serif;
    font-size: large;
    color: #333;
  }
  body {
    background-color: #eee;
  }
  .Code {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 100%;
    margin: 10% auto;
    padding: 3%;
    text-align: center;
    font-size: 100%;
  }
  header {
    background-color: #ffff;
    padding: 15px;
  }

  .bestätigen1 {
    position: relative;
    right: 0%;
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    cursor: pointer;
    color: #fff;
    border: 1px solid #00917e;
    font-weight: normal;
    background-color: #00917e;
    border-radius: 22px;
    padding: 0.75rem 1.5rem;
    transition: background-color 0.3s;
  }

  .inputcode {
    font-size: 115%;
    width: 50%;
  }

  .form {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 100%;
    margin: 5% auto;
    padding: 3%;
    text-align: center;
    font-size: 100%;
  }

  .fragen {
    font-size: 110%;
    width: 50%;
    font-family: 'Vaillant14', arial, sans-serif;
  }

  .inputform {
    font-size: 110%;
    width: 50%;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
  }

  .fragefrei {
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 100%;
    margin: 3% auto;
    padding: 2%;
    text-align: center;
    font-size: 110%;
    font-family: 'Vaillant14', arial, sans-serif;
  }

  .bestätigen2 {
    position: relative;
    right: 0%;
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    cursor: pointer;
    color: #fff;
    border: 1px solid #00917e;
    font-weight: normal;
    background-color: #00917e;
    border-radius: 22px;
    padding: 6px 12px;
    transition: background-color 0.3s;
  }

  .fragefrei1 {
    width: 75%;
  }
  #cookie-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    width: 70%;
    max-width: 400px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  #cookie-agree {
    background-color: #00917e;
    color: #fff;
    border: 1px solid #00917e;
    border-radius: 22px;
    padding: 15px 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 10px;
  }

  #datenschutz-link {
    display: block;
    text-align: center;
    color: #00917e;
    text-decoration: none;
    font-size: 14px;
  }
  #datenschutz-link2 {
    display: block;
    text-align: center;
    color: #00917e;
    text-decoration: none;
    font-size: 14px;
    left: 0%;
  }
  .mobile {
    flex-direction: column; /* Elemente werden untereinander angezeigt */
    align-items: initial;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffff;
    padding: 15px;
  }
  header .header-logo {
    text-align: center;
  }
  header .header-title {
    text-align: center;
    font-size: 20px; /* Vergrößerte Überschrift */
    width: 50%;
  }
  html {
    hyphens: auto;
    overflow-wrap: break-word;
    font-weight: normal;
    font-family: 'Vaillant14', arial, sans-serif;
    font-size: medium; /* Kleinere Schriftgröße für FAQ-Antworten */
    color: #333;
  }
  body {
    background-color: #eee;
  }
  .faq-container {
    background-color: white;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 15px; /* Größere Schrift für die Fragen */
    font-weight: bold; /* Fetter Text für die Fragen */
  }

  .active,
  .accordion:hover {
    background-color: #ffffff;
  }

  .panel {
    padding: 0 18px;
    background-color: rgb(255, 255, 255);
    display: none;
    overflow: hidden;
    font-size: 14px; /* Kleinere Schrift für die Antworten */
  }
  .start-button {
    position: fixed;
    right: 1px;
    bottom: 8px;
    background-color: #00917e;
    color: #fff;
    border: 1px solid #00917e;
    border-radius: 22px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .faq-button {
    position: fixed;
    left: 1px;
    bottom: 10px;
    background-color: #00917e;
    color: #fff;
    border: 1px solid #00917e;
    border-radius: 22px;
    padding: 6px 12px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .find-button {
    position: fixed;
    left: 1px;
    bottom: 8px;
    background-color: #00917e;
    color: #fff;
    border: 1px solid #00917e;
    border-radius: 22px;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .faq-headline {
    text-align: center;
    background-color: white;
    padding: 20px;
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
