html,
body {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  height: 100%;
  margin: 0;
  background: #153243;
}
html *,
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #f7f3e9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cormorant", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 0;
  color: #f7f3e9;
  text-transform: uppercase;
}

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

p {
  line-height: 1.5em;
  font-size: 14px;
  margin-bottom: 40px;
  margin-top: 0;
  color: #f7f3e9;
  letter-spacing: 0.05em;
}
p a {
  color: #f7f3e9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
p a:hover, p a:focus {
  color: #f7f3e9;
}
p + ul {
  margin-top: -20px;
  margin-bottom: 40px;
}

img {
  max-width: 100%;
}

.page-wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
}

.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: 90px;
  }
}
.logo img {
  width: 100%;
  max-width: 345px;
  display: block;
  margin: 0 auto;
}

.button {
  display: inline-block;
  font-size: 18px;
  border: 2px solid #f7f3e9;
  background: #f7f3e9;
  color: #153243;
  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: #153243;
}
.button--secondary {
  background: #f7f3e9;
  color: #153243;
}
.button--secondary:hover, .button--secondary:focus {
  background: #f7f3e9;
  color: #153243;
}

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

.main-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%;
}
.main-image__frame {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-image__frame .carousel {
  height: 100%;
}
.main-image__frame .carousel div {
  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;
    flex-direction: column;
  }
  .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: 65px;
  }
}
@media screen and (min-width: 1400px) {
  .main-content__frame {
    padding-left: 65px;
    padding-right: 155px;
  }
}
@media screen and (min-width: 1200px) {
  .main-content__frame {
    width: 45%;
  }
  .main-image {
    width: 55%;
  }
}
.buro-belaen {
  display: flex;
  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;
}

.social-media-icons a, .social-media-icons:hover, .social-media-icons:visited {
  color: #f7f3e9 !important;
  font-size: 30px;
  line-height: 0;
}
.social-media-icons .social-media-icon {
  margin-right: 6px;
}

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