html,
body {
  font-family: "adelle-sans", sans-serif;
  font-weight: 300;
  height: 100%;
  margin: 0;
}
html *,
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "faricy-new-web", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 0;
  color: #000;
}

@media screen and (min-width: 1450px) {
  h1 {
    font-size: 46px;
  }
}

p {
  line-height: 1.5em;
  font-size: 16px;
  margin-bottom: 40px;
  margin-top: 0;
}
p a {
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
p a:hover, p a:focus {
  color: #000;
}
p + ul {
  margin-top: -20px;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

.page-wrapper {
  min-height: 100%;
}

.main-content {
  min-height: 100%;
}
.main-content__frame {
  padding: 35px 25px;
  min-height: 100%;
}

.logo {
  margin-bottom: 45px;
}
@media screen and (min-width: 1024px) {
  .logo {
    margin-bottom: 120px;
  }
}
.logo img {
  width: 100%;
  max-width: 345px;
}

.button {
  display: inline-block;
  text-transform: uppercase;
  font-family: "faricy-new-web", sans-serif;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #000;
  background: #000;
  color: #fff;
  padding: 12px 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 35px;
  margin-bottom: 40px;
  text-decoration: none;
}
.button:hover, .button:focus {
  background: #fff;
  color: #000;
}
.button--secondary {
  background: #fff;
  color: #000;
}
.button--secondary:hover, .button--secondary:focus {
  background: #000;
  color: #fff;
}

.contact {
  margin-top: 80px;
}
.contact h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact a {
  text-decoration: none;
  color: #000;
}
.contact a:hover, .contact a:focus {
  color: #000;
}

.main-image {
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.main-image__frame {
  position: relative;
  height: 100%;
}
.main-image__frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px;
}
.main-image__creator {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding-right: 50px;
  padding-bottom: 35px;
}
.main-image__creator .label {
  font-size: 14px;
}
.main-image__creator:after {
  content: "";
  display: block;
  background: #fff;
  width: 516px;
  height: 516px;
  border-radius: 516px;
  position: absolute;
  top: -70px;
  left: -150px;
  z-index: -9;
}

@media screen and (min-width: 800px) {
  .page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-content {
    width: 100%;
    max-width: 1650px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-content__frame {
    padding-right: 65px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-image {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
  .main-image .carousel {
    height: 100%;
  }
  .main-image .carousel .slick-list,
  .main-image .carousel .slick-track {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .main-content__frame {
    padding-left: 65px;
    padding-right: 175px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content__frame {
    width: 45%;
  }
  .main-image {
    width: 55%;
  }
}
.buro-belaen {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buro-belaen .label {
  max-width: 85px;
  padding-right: 15px;
  padding-bottom: 12px;
}
.buro-belaen img {
  width: 69px;
  height: auto;
}

.lothar .label {
  margin-bottom: 8px;
}
.lothar img {
  width: 133px;
  height: auto;
}

p.small {
  font-size: 0.8em;
}
p.small a {
  text-decoration: underline;
}

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