*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  display: block;
  font-size: 17px;
  font-family: sans-serif;
  color: #939393;
  margin: 0;
  padding: 0;
  font-weight: 200;
  line-height: 1.4;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  background-image: url(../punkte.svg);
  background-position: -350px 125%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.fxr {
  display: flex;
  flex-direction: row;
}

.fxc {
  display: flex;
  flex-direction: column;
}

@keyframes customanim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.9;
  }
}
header {
  padding: 20px 0;
}

.wrapper {
  z-index: 100;
}

footer {
  z-index: 100;
}

footer h2,
main h2 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2:first-of-type {
  margin-top: 0;
}

p:only-child {
  margin-bottom: 0 !important;
}

main.center {
  text-align: center;
  background-color: transparent;
}

main.left {
  text-align: left;
  background-color: transparent;
}

.text {
  max-width: 960px;
  margin: auto;
}

.wrapper {
  overflow-x: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

.main-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5rem auto;
}

.visally-hidden {
  opacity: 0;
  height: 0;
}

.main-header > img {
  display: block;
  width: 100%;
  margin-top: 40px;
}

.main-logo {
  display: block;
  position: relative;
  overflow: hidden;
  margin: auto;
  min-width: 280px;
}

.main-logo img {
  display: block;
  width: 100%;
}

.main-logo span {
  position: absolute;
  top: 100%;
}

.slider-wrap {
  padding: 0 0;
  width: 100%;
  overflow: hidden;
}

.slick-slider {
  margin: 0;
  background-color: transparent;
  height: 250px;
}

.map {
  padding: 0;
  margin: 0 auto 0 auto;
}

.map iframe {
  width: 100%;
  height: 350px;
  display: block;
}

.partner {
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 75px;
}

.partner a {
  width: 200px; 
  max-width: 100%;
}

footer {
  text-align: center;
  margin: 3rem auto;
}

.footer_inner {
  text-align: justify;
  max-width: 500px;
}

footer h2 {
  font-size: 18px;
}

.footer_inner strong {
  display: inline-block;
  text-align: justify;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  /* set a reasonnable width */
  font-size: 20px;
  font-weight: 700;
}

.footer_inner strong span {
  font-size: 12px;
  font-weight: 400;
}

.footer_inner p {
  text-align: justify;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  display: block;
  margin: 0 auto 20px auto;
  line-height: 1;
  /* set a reasonnable width */
  text-align: center;
  font-size: 16px;
}

.footer_inner p span {
  display: inline-block;
  width: 100%;
}

.footer_inner .contact-data {
  text-transform: unset;
  font-size: 14px;
}

a {
  color: #939393;
  text-decoration: none;
}

a:hover {
  color: #e2e0e0;
}

.footer-links {
  gap: 1rem;
  justify-content: center;
}

.footer-bar,
.infos {
  text-align: center;
}

footer {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .form {
    max-width: 90%;
  }
  .form-item {
    margin-bottom: 20px;
    width: 100%;
  }
  body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/*# sourceMappingURL=main.css.map */
