@import url("normalize.css");
@import url("reset.css");
@import url("../fonts/source_sans_pro/sourcesanspro.css");
* {
  box-sizing: border-box;
}

body {
  font-family: "Source Sans Pro";
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #bc0000;
}

p a {
  text-decoration: underline;
}

.d-flex {
  display: flex !important;
}

.btn {
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 1px;
  padding: 9px 26px;
  transition: background-color 0.3s;
}

.btn-default {
  color: white;
  background: #bc0000;
}
.btn-default:hover {
  opacity: 0.9;
  color: white;
}

.bnt-block {
  display: inline-block;
}

.hidden {
  display: none;
}

.container-margin {
  max-width: 1380px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 1381px) and (max-width: 1464px) {
  .container-margin {
    max-width: 1296px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .container-margin {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .container-margin {
    margin-left: 75px;
    margin-right: 75px;
  }
}
@media (min-width: 1381px) and (max-width: 1464px) {
  .container-margin {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1465px) {
  .container-margin {
    margin-left: auto;
    margin-right: auto;
  }
}

.container-padding {
  max-width: 1380px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1381px) and (max-width: 1464px) {
  .container-padding {
    max-width: 1296px;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .container-padding {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1024px) and (max-width: 1380px) {
  .container-padding {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1381px) and (max-width: 1464px) {
  .container-padding {
    padding-left: 42px;
    padding-right: 42px;
  }
}
@media (min-width: 1465px) {
  .container-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

body.menu-open {
  overflow: hidden;
}

.nav-link:hover {
  color: #bc0000;
}

@media screen and (max-width: 599px) {
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 90px;
  }
  .hero__wrapper .hero__banner {
    position: relative;
  }
  .hero__wrapper .hero__banner .hero_banner--imagewrapper {
    width: 100%;
    top: -40px;
  }
  .hero__wrapper .hero__banner img {
    width: 100%;
    height: 88vw;
    clip-path: circle(48.38% at 49.73% 45.6%);
    object-fit: cover;
    margin-top: -20px;
  }
  .hero__wrapper .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .hero__wrapper .hero__content .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
  }
  .hero__wrapper .hero__content .subtitle {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023px) {
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 90px;
  }
  .hero__wrapper .hero__banner {
    position: relative;
  }
  .hero__wrapper .hero__banner .hero_banner--imagewrapper {
    width: 100%;
    top: -40px;
  }
  .hero__wrapper .hero__banner img {
    width: 100%;
    height: 88vw;
    clip-path: circle(44% at 49.73% 45.6%);
    object-fit: cover;
    margin-top: -20px;
  }
  .hero__wrapper .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__wrapper .hero__content .title {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
  }
  .hero__wrapper .hero__content .subtitle {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 90px;
  }
  .hero__wrapper .hero__banner {
    position: relative;
  }
  .hero__wrapper .hero__banner .hero_banner--imagewrapper {
    width: 100%;
    top: -40px;
  }
  .hero__wrapper .hero__banner img {
    width: 100%;
    height: 88vw;
    clip-path: circle(48.38% at 49.73% 45.6%);
    object-fit: cover;
    margin-top: -20px;
  }
  .hero__wrapper .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__wrapper .hero__content .title {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
  }
  .hero__wrapper .hero__content .subtitle {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1379px) {
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .hero__wrapper .hero__banner {
    position: relative;
  }
  .hero__wrapper .hero__banner .hero_banner--imagewrapper {
    width: 100%;
    top: -40px;
  }
  .hero__wrapper .hero__banner img {
    width: 100%;
    height: 88vw;
    clip-path: circle(48.38% at 49.73% 45.6%);
    object-fit: cover;
    margin-top: -20px;
  }
  .hero__wrapper .hero__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .hero__wrapper .hero__content .title {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
  }
  .hero__wrapper .hero__content .subtitle {
    margin-top: 30px;
    font-size: 25px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1380px) {
  .hero__wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .hero__wrapper .hero__banner {
    order: 1;
    width: 55%;
    position: relative;
  }
  .hero__wrapper .hero__banner .hero_banner--imagewrapper {
    position: absolute;
    width: 100%;
    top: -40px;
  }
  .hero__wrapper .hero__banner img {
    width: 100%;
    height: 750px;
    clip-path: circle(48.38% at 49.73% 45.6%);
    object-fit: cover;
    margin-top: 150px;
  }
  .hero__wrapper .hero__content {
    order: 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 112px;
  }
  .hero__wrapper .hero__content .title {
    font-size: 65px;
    font-weight: 700;
    line-height: 70px;
  }
  .hero__wrapper .hero__content .subtitle {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
}
.desktop-nav {
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .desktop-nav {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
.desktop-nav .navbar {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  height: 70px;
}
@media (min-width: 600px) and (max-width: 1380px) {
  .desktop-nav .navbar {
    height: 121px;
    padding: 36px 77px;
  }
  .desktop-nav .navbar .brand {
    flex-grow: 14;
  }
  .desktop-nav .navbar .jetzt {
    flex-grow: 1;
  }
}
@media (min-width: 1280px) and (max-width: 1380px) {
  .desktop-nav .navbar {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    height: 5.83vw;
    padding: 31px 75px;
  }
}
@media (min-width: 1381px) and (max-width: 1920px) {
  .desktop-nav .navbar {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    height: 5.83vw;
    padding: 31px 42px;
  }
}
@media (min-width: 1920px) {
  .desktop-nav .navbar {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    padding: 31px 42px;
    height: 112px !important;
  }
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .brand {
    flex-basis: 15.9%;
    text-align: center;
  }
}
.desktop-nav .navbar .brand img {
  width: 126px;
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .brand img {
    width: 150px;
    max-width: 206px;
  }
}
.desktop-nav .navbar .navbar-nav {
  display: none;
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .navbar-nav {
    flex-basis: 45.45%;
    display: flex;
    justify-content: space-evenly;
    padding-right: 1.72vw;
  }
  .desktop-nav .navbar .navbar-nav .nav-item {
    white-space: nowrap;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    font-style: normal;
    color: #000000;
  }
  .desktop-nav .navbar .navbar-nav .nav-item.active {
    border-bottom: solid 2px #bc0000;
  }
  .desktop-nav .navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: bold;
  }
}
@media (min-width: 1920px) {
  .desktop-nav .navbar .navbar-nav {
    padding-right: 33px !important;
  }
}
.desktop-nav .navbar .jetzt {
  display: none;
}
@media (min-width: 600px) and (max-width: 1023px) {
  .desktop-nav .navbar .jetzt {
    display: block;
  }
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .jetzt {
    flex-basis: 16.2%;
    display: block;
  }
  .desktop-nav .navbar .jetzt .btn {
    display: block;
    white-space: nowrap;
    padding: 13px;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 600px) and (max-width: 1380px) {
  .desktop-nav .navbar .jetzt .btn {
    padding: 13px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
  }
}
.desktop-nav .navbar .social {
  display: none;
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .social {
    flex-basis: 13.89%;
    display: flex;
    width: 6.46vw;
    padding-right: 1.67vw;
    padding-left: 1.25vw;
    justify-content: space-between;
  }
  .desktop-nav .navbar .social img {
    width: 1.77vw;
    max-width: 34px;
  }
}
@media (min-width: 1920px) {
  .desktop-nav .navbar .social {
    padding-right: 32px !important;
    padding-left: 24px !important;
  }
}
.desktop-nav .navbar .logo {
  display: none;
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .logo {
    flex-basis: 8.49%;
    display: block;
  }
  .desktop-nav .navbar .logo img {
    width: 110px;
    max-width: 110px;
  }
}
.desktop-nav .navbar .menu-toggle {
  display: inline-block;
  width: 32px;
  height: 20px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .desktop-nav .navbar .menu-toggle {
    display: none;
  }
}
.desktop-nav .navbar .menu-toggle .bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #bc0000;
  margin-bottom: 4px;
  transition: transform 0.3s, opacity 0.3s;
}
.desktop-nav .navbar .menu-open .bar:nth-child(2) {
  opacity: 0;
}
.desktop-nav .navbar .menu-open .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #bc0000;
}
.desktop-nav .navbar .menu-open .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background-color: #bc0000;
}

header {
  background-size: cover;
}
@media screen and (min-width: 1024px) and (max-width: 1379px) {
  header {
    background-size: cover;
  }
}
@media (min-width: 1380px) {
  header {
    background-color: transparent;
    position: relative;
    height: 782px;
    margin-top: -112px;
  }
}

@media (min-width: 1280px) {
  .nav-sticky .desktop-nav {
    top: 0 !important;
    position: fixed !important;
    background-color: white;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    height: 112px;
  }
  .nav-sticky .desktop-nav .navbar {
    box-shadow: none;
    max-width: 1380px;
  }
}
@media (min-width: 1280px) and (min-width: 1465px) {
  .nav-sticky .desktop-nav .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) and (max-width: 1920px) {
  .nav-sticky .hero {
    margin-top: 112px;
    height: 100%;
  }
}
@media (min-width: 1280px) and (min-width: 1921px) {
  .nav-sticky .hero {
    margin-top: 112px;
    height: 100%;
  }
}
@media (min-width: 833px) and (max-width: 1380px) {
  .nav-sticky .hero {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 599px) and (max-width: 833px) {
  .nav-sticky .hero {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.mobile-nav {
  position: fixed;
  z-index: 103;
  right: 0;
  width: 100%;
  background: white;
  max-width: 417px;
  text-align: center;
  overflow: hidden;
  height: 0;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.mobile-nav .strip {
  display: flex;
  height: 70px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
@media (min-width: 600px) {
  .mobile-nav .strip {
    padding: 60px 77px 61px;
  }
}
.mobile-nav .strip .left img {
  width: 126px;
}
@media (min-width: 600px) {
  .mobile-nav .strip .left img {
    display: none;
  }
}
.mobile-nav .strip .right {
  width: 100%;
  display: inline-block;
  width: 32px;
  height: 20px;
  cursor: pointer;
}
.mobile-nav .strip .right .bar {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #bc0000;
  margin-bottom: 4px;
  transition: transform 0.3s, opacity 0.3s;
}
.mobile-nav .strip .menu-open .bar:nth-child(2) {
  opacity: 0;
}
.mobile-nav .strip .menu-open .bar:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background-color: #bc0000;
}
.mobile-nav .strip .menu-open .bar:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background-color: #bc0000;
}
.mobile-nav > div,
.mobile-nav ul {
  padding-left: 16px;
  padding-right: 16px;
}
.mobile-nav .navbar-nav .nav-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 16px;
  font-style: normal;
  color: #000000;
  line-height: 9vh;
  text-align: center;
}
.mobile-nav .logo-wrapper {
  padding-top: 17px;
}
.mobile-nav .logo-wrapper .logo {
  height: 68px;
}
.mobile-nav .jetzt {
  margin-top: 44px;
}
.mobile-nav .jetzt .btn {
  padding: 13px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 600px) {
  .mobile-nav .jetzt {
    display: none;
  }
}
.mobile-nav .social {
  margin-top: 29px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
  padding-left: 81px;
  padding-right: 81px;
  padding-bottom: 36px;
}
@media (min-width: 1280px) {
  .mobile-nav {
    display: none;
  }
}

.mob-nav-open {
  height: auto;
}
/*# sourceMappingURL=header.css.map */
