html {
  scroll-behavior: smooth;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.headline {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 150px;
  width: 100%;
  padding: 0 20px;
  border-bottom: 1px solid #ccc;
}
.logo {
  height: 100px;
  border-radius: 25%;
}
.logo-link {
  display: block;
  position: absolute;
  left: 20px;
}
.navigation-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
.navigation {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.navigation li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 25px;
}
.navigation li a:hover {
  color: #1fb934;
}
.burger {
  display: none;
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.imgContainer01 {
  width: 100%;
  height: auto;
  max-height: 1700px;
  margin-top: 5px;
  position: relative;
}
.mainPageImg01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  filter: blur(5px);
}
.mainPageText01 {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
.Überschrift01 {
  font-size: 60px;
  margin-bottom: 30px;
}
.Text01 {
  margin: 10px;
  font-size: 20px;
}
.button01 {
  margin-top: 70px;
  margin-bottom: 20px;
  background-color: #007bff;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.button01:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}
.steckbriefContainer {
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-top: 0;
}
.ebeneLinks {
  width: 34%;
}
.ebeneLinksImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ebeneMitte {
  width: 34%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.steckbriefÜberschrift {
  margin-bottom: 50px;
  font-family: "DM Serif  Text", serif;
  font-weight: 900;
  font-style: normal;
  font-size: 50px;
}
hr {
  border: none;
  height: 10px;
  background-color: #007bff;
  width: 85%;
  margin: 20px auto;
}
.steckbriefUnterschrift {
  margin: 2px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.ÜberMichText {
  font-size: 27px;
  padding: 20px;
  text-align: justify;
}
.ebeneRechts {
  width: 34%;
  text-align: center;
  background-color: rgb(36, 114, 36);
}
.ebeneRechtsImg {
  width: 100%;
  height: 50%;
  object-fit: cover;
}
.ebeneRechtsÜberschrift {
  color: white;
  margin: 25px;
  margin-bottom: 50px;
}
.ebeneRechtsText {
  font-size: 22px;
  color: white;
  text-align: justify;
  padding: 20px;
}
.button02Container {
  display: flex;
  justify-content: center;
  margin: 50px;
}
.button02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #00ca11;
  color: white;
  height: 100px;
  padding: 0 24px;
  margin: 50px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 25px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.button02:hover {
  background-color: #00970d;
  transform: scale(1.05);
}
.rekrutierungEbeneÜberschrift {
  display: flex;
  justify-content: center;
  margin: 100px;
  font-size: 40px;
}
.rekrutierungEbeneText{
  text-align: left;
}
.rekrutierungEbene {
  height: 1000px;
  display: flex;
  width: 100%;
}
.rekrutierungEbeneLinks {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #205894;
  color: white;
  font-size: 20px;
  text-align: justify;
  padding: 25px;
}
.rekrutierungEbeneUnterschrift {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding: 2px;
}
.rekrutierungEbeneRechts {
  width: 50%;
}
.rekrutierungEbeneRechtsImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button03 {
  display: inline-flex;
  align-items: center;
  background-color: #00ca11;
  color: white;
  height: 50px;
  width: 170px;
  padding: 0 24px;
  margin: 30px;
  font-size: 30px;
  font-weight: bold;
  border: none;
  border-radius: 35px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.button03:hover {
  background-color: #00970d;
  transform: scale(1.05);
}
.kontakt-section {
  text-align: center;
  padding: 60px 0;
  background-color: #205894;
}

.kontakt-title {
  color: #1d1d1d;
  font-size: 32px;
  font-weight: 700;
  margin: 50px;
  text-align: center;
}

.kontakt-underline {
  width: 1500px;
  height: 20px;
  background-color: #00ca11;
  margin: 0 auto 40px;
}

.kontakt-box {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.kontakt-item {
  flex: 1 1 200px;
  max-width: 320px;
  padding: 20px;
  border-left: 1px solid #00ca11;
}

.kontakt-item:first-child {
  border-left: none;
}

.icon {
  font-size: 40px;
  color: #00ca11;
  margin-bottom: 10px;
}

.label {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 5px;
}

.kontakt-item a {
  color: #00ca11;
  text-decoration: none;
  font-weight: bold;
}

.kontakt-item a:hover {
  text-decoration: underline;
}
.kontaktSection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kontaktFormular {
  background-color: #fff;
  padding: 40px;
  margin-top: 30px;
  max-width: 950px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.kontaktFormularÜberschrift {
  text-align: center;
  margin-bottom: 20px;
}
.kontaktFormularText {
  text-align: center;
  color: #777;
  font-size: 15px;
  margin: 10px;
}
.formular {
  display: flex;
  flex-direction: column;
}
.kontaktFormularLabel {
  margin-top: 15px;
  font-weight: bold;
}
input,
select,
textarea {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 16px;
}
textarea {
  resize: none;
  min-height: 300px;
}
.kontaktFormularButton {
  background-color: #4dd0c4;
  color: white;
  border: none;
  padding: 15px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}
.kontaktFormularButton:hover {
  background-color: #3cbcb2;
}
.kontaktFormularFotter {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  color: #999;
}
#scrollToTopBtn {
  display: none; /* Standard: versteckt */
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  background-color: #00ca11;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

#scrollToTopBtn:hover {
  background-color: #00970d;
  transform: scale(1.1);
}

.bewertungsbereich {
  padding: 2em;
  background-color: #f9f9f9;
  margin-top: 3em;
  border-top: 1px solid #ccc;
}

.bewertungsformular {
  margin-bottom: 2em;
}

.bewertungsformular input,
.bewertungsformular textarea,
.bewertungsformular select {
  width: 100%;
  padding: 0.5em;
  margin-bottom: 1em;
}

.bewertungsformular button {
  padding: 0.7em 1.5em;
  background-color: #006400;
  color: white;
  border: none;
  cursor: pointer;
}

.bewertungsliste .bewertung {
  margin-bottom: 1em;
  padding: 1em;
  background: #fff;
  border-left: 4px solid #006400;
}

.ImpressumÜberschrift {
  text-align: center;
  margin-top: 60px;
  color: #333;
  font-size: 1.8em;
}

.itrk-legaltext {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 40px auto;
  max-width: auto;
  background-color: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

footer {
  background-color: #205894;
  color: white;
  text-align: center;
  padding: 1rem 0;
  margin-top: 3rem;
  border-top: 3px solid #006e4e;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 1rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

footer a:hover {
  color: #a1f0c4;
  text-decoration: underline;
}

i.fab.fa-facebook{
  color: #4267B2;
  position: fixed;
  bottom: 40px;
  left: 0px;
  z-index: 1000;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
i.fab.fa-whatsapp{
  color:#25D366;
  position: fixed;
  bottom: 40px;
  left: 80px;
  z-index: 1000;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Smartphones (max-width: 768px) */
@media screen and (max-width: 768px) {
  body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    max-width: 100%;
    overflow-x: hidden;
  }
  .headline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 10px 20px;
    position: relative;
  }
  .logo-link {
    display: flex;
    align-items: center;
    position: static;
  }
  .navigation {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  .navigation.active {
    display: flex;
  }
  .navigation-wrapper {
    flex-direction: column;
  }
  .burger {
    display: block;
  }
  .steckbriefContainer,
  .rekrutierungEbene {
    flex-direction: column;
    height: auto;
  }
  .ebeneLinks,
  .ebeneMitte,
  .ebeneRechts,
  .rekrutierungEbeneLinks,
  .rekrutierungEbeneRechts {
    width: 100%;
  }
  .mainPageText01 {
    width: 95%;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
  }
  .Überschrift01 {
    font-size: 28px;
  }
  .Text01 {
    font-size: 16px;
  }
  .button01,
  .button02,
  .button03 {
    font-size: 18px;
    width: 100%;
    height: auto;
    padding: 12px;
    margin: 15px 0;
  }
  .kontakt-box {
    flex-direction: column;
    align-items: center;
  }
  .kontakt-underline {
    width: 80%;
    height: 5px;
  }
  .kontaktFormular {
    padding: 20px;
    margin: 15px;
  }
  textarea {
    min-height: 150px;
  }
  input,
  select,
  textarea {
    font-size: 14px;
  }
  .imgContainer01 {
    width: 100%;
    height: 900px;
    position: relative;
  }
  .ÜberMichText {
    font-size: 18px;
    padding: 10px;
    text-align: left;
  }
  .ebeneRechtsText{
    text-align: left;
  }
  .steckbriefÜberschrift {
    font-size: 30px;
  }
  .rekrutierungEbeneÜberschrift {
    font-size: 30px;
  }
  .rekrutierungEbeneUnterschrift {
    font-size: 20px;
    text-align: center;
  }
  .kontakt-item {
    border-left: none;
  }
}
