html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  box-sizing: border-box;
  font-family: "PT Sans", sans-serif;
}

h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
}

h1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #2f2483;
  margin-block: 0 25px;
}

h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #575756;
  margin-block: 0 25px;
}

p,
a {
  color: #575756;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #8dbbba;
}

b {
  font-weight: 700;
}

article {
  max-width: 1640px;
  margin-inline: auto;
  padding: 0 5%;
  text-align: center;
}

.icon-img {
  width: 30px;
  margin-block: 0 25px;
}

header {
  max-width: 1640px;
  margin-inline: auto;
  padding: 30px 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
header img {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 991px) {
  header img {
    max-width: 200px;
  }
}
header div,
header .mini-nav {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 14px;
}
header div .red,
header .mini-nav .red {
  color: #e3000f;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 767px) {
  header div .red,
  header .mini-nav .red {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  header div p,
  header div a,
  header .mini-nav p,
  header .mini-nav a {
    font-size: 16px;
    line-height: 21px;
  }
}
header div .smaller-l,
header .mini-nav .smaller-l {
  display: none;
}
@media (max-width: 991px) {
  header div .bigger-l,
  header .mini-nav .bigger-l {
    display: none;
  }
  header div .smaller-l,
  header .mini-nav .smaller-l {
    display: unset;
  }
}
@media (max-width: 991px) {
  header .mini-nav {
    display: none;
  }
}
header .mini-nav .red:hover {
  color: #8dbbba;
}
header .moblieOnly {
  display: none;
}
@media (max-width: 991px) {
  header .moblieOnly {
    display: flex;
    flex-flow: column wrap;
    gap: 15px;
  }
  header .moblieOnly a {
    font-size: 14px;
  }
  header .moblieOnly a i {
    font-size: 20px;
    color: #2f2483;
    padding-right: 10px;
  }
}

.farbband {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  z-index: 2;
  height: 1px;
}

#ueber {
  padding-top: 100px;
  background-color: #f9f9f9;
}
#ueber i {
  font-size: 28px;
  line-height: 35px;
  color: #2f2483;
  margin-block: 0 25px;
}
#ueber p:first-of-type {
  margin-bottom: 40px;
}
#ueber .smaller-661 {
  display: none;
}
@media (min-width: 661px) {
  #ueber .smaller-661 {
    display: unset;
  }
}
#ueber .img-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-top: 100px;
}
@media (max-width: 575px) {
  #ueber .img-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#ueber .img-grid img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ueber .farbband {
  height: 10px;
  box-shadow: none;
}

#leistungen {
  padding-block: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#leistungen i {
  font-size: 28px;
  line-height: 35px;
  color: #2f2483;
  margin-block: 0 25px;
}
#leistungen p:first-of-type {
  margin-bottom: 40px;
}
#leistungen .smaller-xl {
  display: none;
}
@media (max-width: 1199px) {
  #leistungen .bigger-xl {
    display: none;
  }
  #leistungen .smaller-xl {
    display: unset;
  }
}

#kontakt {
  padding-block: 100px;
}
#kontakt .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  justify-content: center;
  max-width: 1210px;
  margin-inline: auto;
}
@media (max-width: 991px) {
  #kontakt .grid {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  #kontakt .grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#kontakt .grid div i {
  font-size: 28px;
  line-height: 35px;
  color: #2f2483;
  margin-block: 0 25px;
}
@media (max-width: 991px) {
  #kontakt .grid div i {
    font-size: 26px;
  }
  #kontakt .grid div h2 {
    font-size: 18px;
  }
  #kontakt .grid div p,
  #kontakt .grid div a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #kontakt .grid div i {
    margin-block: 0 15px;
  }
  #kontakt .grid div h2 {
    margin-block: 0 15px;
  }
}

#kontaktformular {
  background-color: #f9f9f9;
  padding-block: 100px;
}
#kontaktformular i {
  font-size: 28px;
  line-height: 35px;
  color: #2f2483;
  margin-block: 0 25px;
}
#kontaktformular form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1210px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #kontaktformular form {
    display: flex;
    flex-flow: column nowrap;
  }
}
#kontaktformular form .input {
  display: flex;
  flex-flow: column nowrap;
}
#kontaktformular form .input input,
#kontaktformular form .input textarea {
  padding: 10px;
  border: none;
  box-shadow: 0 5px 20px rgba(199, 199, 199, 0.3058823529);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
}
#kontaktformular form .inputBig {
  position: absolute;
  opacity: 0;
  inset: auto auto auto 5%;
  z-index: -1;
}
#kontaktformular form .left {
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
#kontaktformular form .right .nachricht {
  height: 100%;
}
#kontaktformular form .right .nachricht textarea {
  height: 100%;
}
#kontaktformular form .bottom {
  grid-column: span 2;
  display: flex;
  flex-flow: column nowrap;
  gap: 20px;
}
#kontaktformular form .bottom .copy {
  text-align: start;
}
#kontaktformular form .bottom .copy input {
  accent-color: #8dbbba;
}
#kontaktformular form .bottom .copy label {
  color: #8dbbba;
}
#kontaktformular form .bottom .formBtn {
  background-color: #2f2483;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 24px;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 29px 13px 26px;
}
#kontaktformular form .bottom .formBtn:hover, #kontaktformular form .bottom .formBtn:focus {
  background-color: #575756;
}
#kontaktformular form .bottom .formBtn:disabled {
  background-color: #999999;
  color: #575756;
  cursor: not-allowed;
}
#kontaktformular form .error {
  text-align: start;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  color: #e3000f;
}
#kontaktformular form .success-wrapper {
  margin-top: 40px;
}

#goUp {
  position: fixed;
  z-index: 20;
  inset: auto 15px -65px auto;
  background-color: #f9f9f9;
  width: 45px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #999999;
  transition: all 300ms ease;
}
#goUp.up {
  inset: auto 15px 15px auto;
  transition: all 300ms ease;
}
#goUp i {
  color: #8dbbba;
  font-size: 32px;
}

footer {
  background-color: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  max-width: 1640px;
  margin-inline: auto;
  padding: 70px 5%;
  text-align: center;
}
footer img {
  max-width: 310px;
  width: 100%;
  border: 1px solid #8dbbba;
  border-radius: 27px;
  margin-bottom: 35px;
  padding: 10px;
}

#viernullvier {
  padding-block: 100px;
  background-color: #ffffff;
}
#viernullvier ul {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #575756;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.rechtliches {
  padding-block: 100px;
  background-color: #f9f9f9;
}
.rechtliches ul {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  color: #575756;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
.rechtliches .back-link {
  margin-top: 30px;
  display: inline-block;
}
.rechtliches .back-link:hover {
  color: #2f2483;
}
.rechtliches .back-link i {
  color: #2f2483;
  padding-right: 10px;
  font-size: 20px;
}/*# sourceMappingURL=main.css.map */