html {
  min-height: 100%;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

:root {
  --main-bg-color: white;
}

body {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  height: 100%;
  min-height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0px;
  overflow-y: auto;
  font-size: 20px;
  background-color: #ffffff;
}

header {
  display: flex;
  flex-wrap: wrap;
  min-height: 100px;
  background-color: #88a6c9;
  justify-content: center;
  align-items: stretch;
  padding: 20px 0px;
  text-align: center;
  border-bottom: 35px solid #e2ecf0;
  /* center */
  place-items: center;
}

.headerschrift {
  margin: 0px;
  color: white;
  font-size: 20px;
}
.show {
  display: block;
}

h2,
h3 {
  color: rgb(0, 61, 143);
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
  text-align: center;
}

main .button {
  min-width: 150px;

  border: 2px solid #003d8f;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 0px 0px;
  border-radius: 8px;
  cursor: pointer;
}

.breit .button {
  min-width: 300px;
}

main .button div {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.action-button-container {
  display: flex;
  gap: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.abstand {
  margin-top: 40px;
}

.abstandk {
  margin-top: 40px;
}

.action-button-image-container {
  flex-grow: 1;
  display: grid;
  justify-items: center;
}

.action-button-container img {
  max-height: 80px;
  max-width: 80px;
}
.center {
  text-align: center;
}
main .button .action-text {
  background-color: #003d8f;
  /* background-image: linear-gradient(180deg, #ffffff, #003d8f 10%); */
  height: 40px;
  color: white;
  display: grid;
  place-items: center;
  width: 100%;
  z-index: 999;
}
main {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
  padding: 20px 0px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

main img {
  margin: 30px 0px;
  max-width: 40%;
  border-radius: 12px;
  margin-bottom: 0px;
}

.teamfoto {
  max-width: 50%;
}

footer {
  display: grid;
  align-items: center;
  text-align: center;
  font-size: 20px;
  min-height: 65px;
  background-color: #e2ecf0;
}

footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 5px auto;
  color: #003d8f;
}

.footerlinkscontainer {
}

#impressum {
  display: block;
  text-align: left;
  max-width: 50%;
  margin: 0px auto;
}

#impressum p {
  margin: 0px;
}

.textcontainer-team {
  text-align: left;
  max-width: 50%;
  margin: 0px auto;
  margin-bottom: 30px;
}

.container-vorteile {
  text-align: left;
  max-width: 60%;
  margin: 0px auto;
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-vorteile {
  max-width: 680px;
}
.container-vorteile-icon {
  width: 30px;
  text-align: center;
  display: grid;
  place-items: center;
}

.ul-main {
  margin-top: 0px;
  max-width: 500px;
  padding-left: 0px !important;
}

.container-vorteile-element {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-left: 15px;
}
.container-vorteile-icon {
  display: grid;
  place-items: center;
}

.container-vorteile-text {
  display: grid;
  place-items: center;
}

.container-vorteile-icon img {
  width: 20px;
  min-width: 30px;
  max-width: 30px;
  margin: 0px !important;
}
.container-vorteile-icon-im-text {
  display: inline-block;
}
.container-vorteile-icon-im-text img {
  width: 20px;
  min-width: 25px;
  max-width: 25px;
  margin: 0px !important;
}

.kontaktformular {
  margin-top: 20px;
}

/* kontaktformular */

.kontakt .action-button-container button {
  width: 80%;
  margin: 0px auto;
}
.kontakt form {
  max-width: 500px;
  margin: 30px auto;
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.kontakt .form-group {
  margin-bottom: 20px;
  display: flex;
}

.form-group img {
  width: 30px;
  min-width: 30px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kontakt input {
  display: block;
  width: 80%;
  padding: 10px;
  margin: 5px auto;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-indent: 10px;
}

.kontakt .checkbox-group {
  display: flex;
  align-items: center;
}

.kontakt input[type="checkbox"] {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.thx {
  max-width: 100px;
}

.back {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  color: #003d8f;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #e2ecf0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: 1px solid #003d8f;
}

.was-validated input:invalid {
  border: 2px solid red;
}

li {
  list-style-type: none;
}
.small-font {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1200px) {
  #impressum,
  .textcontainer-team,
  .container-vorteile {
    max-width: 80%;
  }

  body {
    font-size: 18px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  main img {
    max-width: 60%;
  }

  .teamfoto {
    max-width: 80%;
  }
}

@media (max-width: 800px) {
  #impressum,
  .textcontainer-team,
  .container-vorteile {
    max-width: 90%;
  }

  body {
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  .bigger-text {
    font-size: 18px;
  }

  .container-vorteile {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .container-vorteile {
    justify-content: space-between;
    gap: 15px;
  }

  .container-vorteile-element {
    margin: 0px auto;
    max-width: 80%;
  }
  main img {
    max-width: 80%;
  }
}

@media (max-width: 650px) {
  header {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 510px) {
  header {
    display: flex;
    flex-direction: column;
  }
  .container-vorteile {
    justify-content: center;
    gap: 0px;
  }

  main img {
    max-width: 90%;
  }
}

@media (max-width: 410px) {
  #impressum,
  .textcontainer-team,
  .container-vorteile {
    max-width: 90%;
  }

  body {
    font-size: 16px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  .teamfoto {
    max-width: 90%;
  }

  footer div {
    flex-wrap: wrap;
  }
  .headerschrift {
    font-size: 15px;
  }
}

@media (max-width: 350px) {
  main {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 320px) {
  .action-button-container {
    flex-direction: column;
  }
}

.button:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.smallerxd {
  font-size: 26pxv;
}

.rund {
  border-radius: 12px;
}

.teamfotox {
  margin: 5px auto;
}

li {
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
}
