@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("avenir/AvenirNextLTPro-Regular.woff2") format("woff2"), url("avenir/AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext LT Pro";
  src: url("avenir/AvenirNextLTPro-Demi.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
button:hover {
  cursor: pointer;
}

.btn-primary {
  background: #2E3289;
  border: none;
  border-radius: 0;
}
.btn-primary:hover {
  background: #007095;
}

.nv-btn-orange {
  min-width: 200px;
  min-height: 50px;
  background: #ff7b00;
  color: white;
  border: none;
}
.nv-btn-orange:hover {
  background: #d86100;
}

#burger-button, #burger-button-cross {
  width: 57px;
  height: 57px;
  display: none;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #2E3289;
  font-size: 1.6rem;
  border: 0px solid #2E3289;
}
#burger-button:hover, #burger-button:focus, #burger-button:active, #burger-button-cross:hover, #burger-button-cross:focus, #burger-button-cross:active {
  background: transparent;
  color: #2E3289;
  border: 0px solid #2E3289;
  outline: none;
}

#burger-button-cross {
  font-size: 2.6rem;
}

.nv-btn {
  border: 1px solid white;
  background-color: transparent;
  padding: 20px 40px;
  font-size: 1.125rem;
  display: inline-block;
  color: white;
}
.nv-btn:hover {
  text-decoration: none;
  color: white;
}

.nv-btn-blue {
  border: 1px solid #2E3289;
  background-color: transparent;
  padding: 15px 40px;
  font-size: 1.125rem;
  display: inline-block;
  color: #2E3289;
}
.nv-btn-blue:hover {
  text-decoration: none;
  color: #2E3289;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 156px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  z-index: 80000;
}
@media screen and (max-width: 1199px) {
  header {
    height: 100px;
  }
}
header p {
  margin-bottom: 0;
}
header .nv-topbar {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D0D0D0;
  font-size: 1rem;
}
header .nv-topbar a {
  color: #899696;
}
header .nv-topbar a:hover {
  color: #2E3289 !important;
}
header .nv-flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
header .nv-flexbox a {
  font-weight: 600;
}
header .nv-h-70 {
  height: 106px;
  color: #252525;
}
header .nv-h-70 a {
  color: #252525;
  text-transform: uppercase;
}
header .nv-h-70 a:hover {
  color: #2E3289;
}
@media screen and (max-width: 1199px) {
  header .nv-h-70 {
    height: 100%;
  }
}
header .nv-h-30 {
  height: 50px;
  color: #899696;
}
@media screen and (max-width: 1199px) {
  header .nv-h-30 {
    height: 0;
    overflow: hidden;
  }
}
header .nv-h-30 .container {
  height: 100%;
}
header .nv-logo {
  display: none;
  max-width: 300px;
  max-height: 100%;
}
header .nv-logo a {
  margin-left: 0 !important;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  header .nv-logo {
    max-width: 250px;
  }
}
@media screen and (max-width: 420px) {
  header .nv-logo {
    max-width: 150px;
  }
}
@media screen and (min-width: 768px) {
  header .nv-logo {
    display: block;
  }
}
header .nv-logo.nv-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  header .nv-logo.nv-mobile {
    display: none;
  }
}
header a {
  color: #4b4545;
  margin: 0 10px;
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  header a {
    font-size: 0.9rem;
  }
}
header a:last-child {
  margin-right: 0;
}
header a:hover {
  color: #2E3289 !important;
}
header .nv-active {
  color: #2E3289 !important;
}
header .nv-contact-button {
  background-color: #2E3289 !important;
  color: white !important;
  margin: 0;
  margin-right: 10px;
  padding: 15px 25px !important;
  border-radius: 5px;
}
header .nv-contact-button:last-child {
  margin-right: 0;
}
header .nv-contact-button:hover {
  color: white !important;
}
@media screen and (max-width: 1199px) {
  header .nv-contact-button {
    padding: 7px 15px !important;
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 767px) {
  header .nv-contact-button {
    padding: 5px 10px !important;
    font-size: 0.7rem !important;
  }
}
@media screen and (max-width: 1199px) {
  header #nav-desktop {
    display: none;
  }
  header #nav-header {
    display: block;
  }
  header #burger-button {
    display: inline-flex;
  }
}
header #nav-header {
  display: flex;
  align-items: center;
}
header #nav-header .nv-margins {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  header #nav-header .nv-margins {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  header #nav-header {
    display: none;
  }
}
header #nav-desktop .nv-btn {
  padding: 10px 15px;
  background-color: #2E3289;
  color: white !important;
  border-radius: 5px;
}
header #small-nav-header {
  display: none;
}
@media screen and (max-width: 767px) {
  header #small-nav-header {
    display: block;
  }
}
header .nv-mh-top {
  height: 100%;
}
@media screen and (max-width: 767px) {
  header .nv-mh-top {
    height: 60%;
  }
}
header .nv-mh-bottom {
  height: 40%;
}
header .nv-mh-bottom .nv-contact-button {
  margin: 0 !important;
}

.nv-mobile-nav {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 78999;
}
.nv-mobile-nav.nv-visible {
  left: 0;
}
.nv-mobile-nav .nv-mainframe {
  position: fixed;
  top: 0;
  right: -414px;
  width: 414px;
  height: 100vh;
  z-index: 79000;
  background-color: #2E3289;
  max-width: 100vw;
  transition: right 0.2s;
  padding-top: 100px;
}
.nv-mobile-nav .nv-mainframe.nv-visible {
  right: 0;
}
.nv-mobile-nav .nv-mainframe .nv-content {
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  color: white;
}
.nv-mobile-nav .nv-mainframe .nv-content nav {
  border-top: 1px solid white;
}
.nv-mobile-nav .nv-mainframe .nv-content nav a {
  display: flex;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  color: white;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}
.nv-mobile-nav .nv-mainframe .nv-content nav a:hover {
  cursor: pointer;
}
.nv-mobile-nav .nv-mainframe .nv-content nav.nv-no-border {
  border-top: none;
}
@media screen and (max-height: 700px) {
  .nv-mobile-nav .nv-mainframe .nv-content {
    padding: 20px 40px;
  }
  .nv-mobile-nav .nv-mainframe .nv-content nav a {
    font-size: 14px;
  }
}
.nv-mobile-nav .nv-mainframe .nv-content .nv-headline {
  display: flex;
  align-items: center;
}
.nv-mobile-nav .nv-mainframe .nv-content .nv-headline i, .nv-mobile-nav .nv-mainframe .nv-content .nv-headline a {
  font-size: 1.875rem;
  color: white;
  text-transform: uppercase;
}
.nv-mobile-nav .nv-mainframe .nv-content .nv-headline i:hover, .nv-mobile-nav .nv-mainframe .nv-content .nv-headline a:hover {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .nv-mobile-nav .nv-mainframe .nv-content .nv-headline i, .nv-mobile-nav .nv-mainframe .nv-content .nv-headline a {
    font-size: 22px;
  }
  .nv-mobile-nav .nv-mainframe .nv-content .nv-headline i {
    margin-right: 20px !important;
  }
}

#megamenu {
  position: fixed;
  top: 156px;
  height: 0;
  width: 100%;
  transition: height 0.2s;
  background-color: #252525;
  color: white;
  overflow: hidden;
  z-index: 5;
}
#megamenu nav {
  height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#megamenu nav .nv-item {
  padding: 0 20px;
  border-right: 1px solid white;
}
@media screen and (max-width: 1199px) {
  #megamenu nav .nv-item {
    padding: 0 10px;
  }
  #megamenu nav .nv-item a {
    font-size: 14px;
  }
}
#megamenu nav .nv-item:first-child {
  padding-left: 0;
}
#megamenu nav .nv-item:last-child {
  padding-right: 0;
  border-right: none;
}
#megamenu a {
  color: white;
  font-size: 1.375rem;
}
#megamenu.nv-visible {
  height: 100px;
}

footer {
  height: 1065px;
  height: 465px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #252525;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  footer {
    height: 1155px;
    height: 555px;
  }
}
@media screen and (max-width: 991px) {
  footer .nv-padding {
    padding: 0 1.5rem !important;
  }
}
footer .nv-map {
  position: relative;
  height: 602px;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  footer .nv-map {
    height: 414px;
  }
}
footer .nv-plan-route {
  position: absolute;
  top: 301px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-color: white;
  padding: 10px 20px;
  border: 1px solid #BCBCBC;
  color: #899696;
  width: 500px;
  max-width: 100%;
  height: 50px;
  padding-right: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  footer .nv-plan-route {
    width: 342px;
    top: 207px;
  }
}
footer .nv-plan-route:hover {
  color: #899696;
  text-decoration: none;
}
footer .nv-plan-route i {
  background-color: #899696;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-right: -1px;
}
footer .nv-bottom {
  height: 400px;
  position: relative;
  color: white;
}
@media screen and (max-width: 991px) {
  footer .nv-bottom {
    height: auto;
  }
}
footer .nv-bottom #footer_logo {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  width: 500px;
  height: 500px;
  max-width: none;
  max-height: none;
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  footer .nv-bottom #footer_logo {
    left: 0;
  }
}
footer .nv-bottom .nv-z-index {
  position: relative;
  z-index: 2;
}
footer .nv-bottom .nv-row-1 {
  height: 80%;
  line-height: 2rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  footer .nv-bottom .nv-row-1 {
    height: auto;
  }
}
footer .nv-bottom hr {
  margin: 0;
  background-color: white;
  height: 1px;
}
footer .nv-bottom .nv-row-2 {
  height: 20%;
}
@media screen and (max-width: 991px) {
  footer .nv-bottom .nv-row-2 {
    height: auto;
    min-height: 100px;
  }
}
footer .nv-bottom a {
  color: white;
}
footer .nv-bottom a:hover {
  color: white;
}

#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 90000;
}
#lightbox #cancel {
  position: absolute;
  top: 40px;
  right: 40px;
}
#lightbox #cancel i {
  font-size: 2.5rem;
  color: white;
}
#lightbox #cancel i:hover {
  cursor: pointer;
}

.consent_manager-save-selection:hover {
  color: white !important;
}

.consent_manager-accept-all {
  background: #2E3289 !important;
  border: 1px solid #2E3289 !important;
  color: white !important;
}

.consent_manager-show-details .icon-info-circled:before {
  background-color: #2E3289 !important;
}

.nv-module-owl-carousel {
  position: relative;
  overflow: hidden;
}
.nv-module-owl-carousel .nv-bg-img {
  height: 743px;
}
@media screen and (max-width: 991px) {
  .nv-module-owl-carousel .nv-bg-img {
    height: 414px;
  }
}
.nv-module-owl-carousel .nv-bg-img .nv-dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.nv-module-owl-carousel .nv-bg-img h2 {
  font-size: 2.8125rem;
  color: white;
  max-width: 700px;
  text-shadow: 0 3px 6px #000000;
}
@media screen and (max-width: 991px) {
  .nv-module-owl-carousel .nv-bg-img h2 {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 500px) {
  .nv-module-owl-carousel .nv-bg-img h2 {
    font-size: 1.375rem;
  }
}
.nv-module-owl-carousel .nv-bg-img hr {
  width: 170px;
  height: 2px;
  border: none;
  background-color: white;
}
.nv-module-owl-carousel .nv-bg-img p, .nv-module-owl-carousel .nv-bg-img a {
  font-size: 1.375rem;
  color: white;
}
.nv-module-owl-carousel .nv-bg-img p:hover, .nv-module-owl-carousel .nv-bg-img a:hover {
  color: white;
  text-decoration: none;
}
.nv-module-owl-carousel .owl-nav {
  display: none;
  position: absolute;
  height: 0;
  width: 0;
}
.nv-module-owl-carousel .owl-dots {
  max-width: 1140px;
  position: absolute;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
}
@media screen and (max-width: 991px) {
  .nv-module-owl-carousel .owl-dots {
    bottom: 30px;
  }
}
.nv-module-owl-carousel .owl-dots .owl-dot {
  width: 67px;
  background-color: white;
  height: 4px;
  margin-right: 20px;
}
.nv-module-owl-carousel .owl-dots .owl-dot.active {
  background-color: #2E3289;
}

@media screen and (max-width: 991px) {
  .fancybox-slide {
    padding: 44px 0 !important;
  }
}
.nv-module-headline h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 1.375rem;
}
.nv-module-headline h1 {
  color: #252525;
  font-size: 2.125rem;
  font-weight: bold;
}

.nv-module-text p {
  font-size: 1.125rem;
  color: #252525;
}

.nv-module-seperator hr {
  background-color: #707070;
  height: 2px;
  border: none;
  margin: 0;
}

.nv-module-wishtermin .nv-blue-box {
  background-color: #2E3289;
  color: white;
  padding: 50px 70px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .nv-module-wishtermin .nv-blue-box {
    padding: 50px 30px;
  }
}
.nv-module-wishtermin h4 {
  font-size: 2.125rem;
}
.nv-module-wishtermin p {
  font-size: 1.125rem;
}
@media screen and (max-width: 991px) {
  .nv-module-wishtermin p {
    padding-right: 80px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .nv-module-wishtermin p {
    width: 60%;
  }
}
.nv-module-wishtermin img {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .nv-module-wishtermin img {
    right: 30px;
    width: 77px;
    height: 62px;
  }
}

.nv-module-events h4 {
  color: #252525;
  font-size: 1.375rem;
}
.nv-module-events p {
  font-size: 1.125rem;
  color: #252525;
}
@media screen and (min-width: 992px) {
  .nv-module-events p {
    width: 70%;
  }
}
.nv-module-events a {
  color: #2E3289;
  display: inline-block;
  font-size: 1.125rem;
}
.nv-module-events a:hover {
  text-decoration: none;
  color: #2E3289;
}
.nv-module-events hr {
  border: none;
  height: 2px;
  background-color: #2E3289;
  margin: 0;
}

.nv-module-events-detail {
  font-size: 1.125rem;
}
.nv-module-events-detail h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 1.375rem;
}
.nv-module-events-detail h1 {
  color: #252525;
  font-size: 2.125rem;
  font-weight: bold;
}
.nv-module-events-detail .nv-warn {
  color: #E83E3E;
}

.nv-module-link-boxes-white .nv-item {
  height: 424px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .nv-module-link-boxes-white .nv-item {
    height: 270px;
  }
}
@media screen and (max-width: 767px) {
  .nv-module-link-boxes-white .nv-item {
    height: 190px;
  }
}
.nv-module-link-boxes-white .nv-item .nv-item-content {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.nv-module-link-boxes-white .nv-item .nv-item-content:hover {
  background: rgba(46, 50, 137, 0.4);
  transition: all 0.3s ease-in-out;
}
.nv-module-link-boxes-white .nv-item h4 {
  font-size: 2.5rem;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .nv-module-link-boxes-white .nv-item h4 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .nv-module-link-boxes-white .nv-item h4 {
    font-size: 1rem;
  }
}
.nv-module-link-boxes-white .nv-item .nv-btn {
  height: 55px;
  width: 225px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: #252525;
  background-color: white;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.nv-module-link-boxes-white .nv-item .nv-btn:hover {
  background-color: #2E3289;
  color: white;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .nv-module-link-boxes-white .nv-item .nv-btn {
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 5px;
  }
}
.nv-module-link-boxes-white .nv-item .nv-optional {
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #2E3289;
  width: 130px;
  height: 130px;
  color: white;
  padding: 20px;
}
@media screen and (max-width: 400px) {
  .nv-module-link-boxes-white .nv-item .nv-optional {
    top: 20px;
    right: 20px;
  }
}
.nv-module-link-boxes-white .nv-item.nv-kind-black .nv-btn {
  color: white;
  background-color: #252525;
}
.nv-module-link-boxes-white .nv-item.nv-kind-black .nv-btn:hover {
  background-color: #252525;
  color: white;
}
.nv-module-link-boxes-white .nv-item.nv-kind-black .nv-optional {
  background-color: #252525;
}

.nv-module-link-boxes-black .nv-item {
  height: 314px;
  position: relative;
}
.nv-module-link-boxes-black .nv-item .nv-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.29);
  z-index: 1;
}
.nv-module-link-boxes-black .nv-item .nv-content {
  position: relative;
  color: #252525;
  height: 100%;
  width: 100%;
  z-index: 2;
  color: white;
}
.nv-module-link-boxes-black .nv-item .nv-item-content {
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.nv-module-link-boxes-black .nv-item .nv-item-content p {
  margin-bottom: 0;
}
.nv-module-link-boxes-black .nv-item .nv-item-content:hover {
  background: rgba(46, 50, 137, 0.4);
  transition: all 0.3s ease-in-out;
}
.nv-module-link-boxes-black .nv-item .nv-item-content:hover .nv-btn {
  background-color: #2E3289;
  color: white;
  transition: all 0.3s ease-in-out;
  border: 1px solid #2E3289;
}
.nv-module-link-boxes-black .nv-item h4 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .nv-module-link-boxes-black .nv-item h4 {
    font-size: 1.5rem;
  }
}
.nv-module-link-boxes-black .nv-item hr {
  background-color: #252525;
  height: 2px;
  margin: 0;
  width: 194px;
}
@media screen and (max-width: 991px) {
  .nv-module-link-boxes-black .nv-item hr {
    width: 100px;
  }
}
.nv-module-link-boxes-black .nv-item .nv-btn {
  background-color: white;
  padding: 0 50px;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  color: #252525;
  position: absolute;
  bottom: 30px;
  height: 55px;
  left: 40px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  .nv-module-link-boxes-black .nv-item .nv-btn {
    left: 10px;
    padding: 0 20px;
  }
}
.nv-module-link-boxes-black .nv-item.nv-kind-white h4 {
  color: white !important;
}
.nv-module-link-boxes-black .nv-item.nv-kind-white hr {
  background-color: white !important;
}

.nv-module-emergency .nv-red {
  color: #E83E3E;
  font-size: 1.75rem;
}
.nv-module-emergency .nv-box {
  border: 5px solid #E83E3E;
  display: flex;
}
.nv-module-emergency .nv-box p {
  margin-bottom: 0;
  font-size: 1.125rem;
}
.nv-module-emergency .nv-box img {
  width: 180px;
}
@media screen and (max-width: 991px) {
  .nv-module-emergency .nv-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nv-module-emergency .nv-box img {
    margin-bottom: 50px;
  }
  .nv-module-emergency .nv-box .nv-text {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .nv-module-emergency .nv-box {
    max-width: 750px;
  }
}

.nv-module-text-cols p {
  font-size: 1.125rem;
}
.nv-module-text-cols a {
  color: #2E3289;
}
.nv-module-text-cols a:hover {
  color: #2E3289;
  text-decoration: underline;
}
.nv-module-text-cols ul {
  padding-left: 18px;
}

.nv-module-brands .nv-flexbox {
  display: flex;
  flex-wrap: wrap;
}
.nv-module-brands .nv-flexbox .nv-col {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .nv-module-brands .nv-flexbox {
    justify-content: space-between;
  }
  .nv-module-brands .nv-flexbox .nv-col {
    justify-content: flex-start;
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .nv-module-brands .nv-flexbox .nv-col {
    width: 15%;
    margin-bottom: 0;
  }
}

.nv-module-text-button-img {
  color: white;
}
.nv-module-text-button-img .nv-row {
  display: flex;
  flex-wrap: wrap;
}
.nv-module-text-button-img .nv-row .nv-col {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nv-module-text-button-img .nv-row .nv-col {
    width: 50%;
  }
}
.nv-module-text-button-img .nv-item {
  position: relative;
  height: 315px;
}
.nv-module-text-button-img .nv-item .nv-overlay {
  background-color: rgba(46, 50, 137, 0.79);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nv-module-text-button-img .nv-item .nv-content {
  position: relative;
  z-index: 2;
  padding: 50px 40px;
  height: 100%;
  width: 100%;
}
.nv-module-text-button-img .nv-item .nv-content .nv-headline {
  text-transform: uppercase;
  font-size: 2.5rem;
}
@media screen and (max-width: 991px) {
  .nv-module-text-button-img .nv-item .nv-content .nv-headline {
    font-size: 1.4rem;
  }
}
.nv-module-text-button-img .nv-item .nv-content hr {
  width: 200px;
  height: 2px;
  background-color: white;
  border: none;
  margin: 0;
}
.nv-module-text-button-img .nv-item .nv-content .nv-btn {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 1.125rem;
  color: black;
  background-color: white;
  height: 40px;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nv-module-image-images .nv-row {
  display: flex;
  flex-wrap: wrap;
}
.nv-module-image-images .nv-row .nv-col {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nv-module-image-images .nv-row .nv-col {
    width: 50%;
    height: 444px;
  }
}
.nv-module-image-images .nv-row .nv-col img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .nv-module-image-images .nv-row .nv-double img {
    height: 50%;
  }
}

.nv-module-text-seperator-info {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .nv-module-text-seperator-info .nv-border-left {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.nv-module-text-seperator-info h1, .nv-module-text-seperator-info h2, .nv-module-text-seperator-info h3, .nv-module-text-seperator-info h4, .nv-module-text-seperator-info h5, .nv-module-text-seperator-info h6 {
  color: #252525;
}
.nv-module-text-seperator-info .nv-blue {
  color: #2E3289;
}
.nv-module-text-seperator-info a {
  color: #252525;
}

.nv-module-bathplaner .nv-item {
  height: 450px;
  padding: 50px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .nv-module-bathplaner .nv-item {
    background-position: left top;
  }
}
.nv-module-bathplaner .nv-item .nv-white-box {
  height: 125px;
  width: 100%;
  background-color: white;
  position: relative;
  padding: 30px;
  display: flex;
  align-items: center;
}
.nv-module-bathplaner .nv-item .nv-white-box h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0;
  color: #252525;
}
.nv-module-bathplaner .nv-item .nv-white-box hr {
  margin: 0;
  background-color: #252525;
  width: 195px;
  height: 2px;
  position: absolute;
  bottom: 20px;
  left: 30px;
}
@media screen and (min-width: 992px) {
  .nv-module-bathplaner .nv-item .nv-white-box {
    width: 700px;
  }
}
@media screen and (max-width: 991px) {
  .nv-module-bathplaner .nv-item .nv-white-box {
    height: auto;
    flex-wrap: wrap;
  }
  .nv-module-bathplaner .nv-item .nv-white-box img {
    margin-bottom: 20px;
  }
  .nv-module-bathplaner .nv-item .nv-white-box h2 {
    font-size: 1.5rem;
  }
  .nv-module-bathplaner .nv-item .nv-white-box hr {
    width: 130px;
  }
}
.nv-module-bathplaner a:hover {
  text-decoration: none;
}

.nv-module-icon-headline-text {
  color: #252525;
  font-size: 1.125rem;
}
.nv-module-icon-headline-text h2 {
  color: #252525;
  font-size: 1.375rem;
}

.nv-module-list-images {
  font-size: 1.125rem;
}
.nv-module-list-images h2 {
  font-size: 1.375rem;
  color: #252525;
}
.nv-module-list-images hr {
  background-color: #252525;
  height: 1px;
}
.nv-module-list-images ul {
  padding-left: 20px;
}

.nv-module-jobs-requests {
  background-color: #2E3289;
  padding: 100px 0;
  color: white;
  font-size: 1.125rem;
  position: relative;
}
.nv-module-jobs-requests .nv-overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 50, 137, 0.65);
}
.nv-module-jobs-requests .nv-content {
  position: relative;
  z-index: 2;
}
.nv-module-jobs-requests h2 {
  font-size: 2.125rem;
  color: white;
  font-weight: bold;
}
.nv-module-jobs-requests label[for=yform-table-nv_job_requests-field-2] {
  display: none;
}

.nv-module-dates-text-icon {
  font-size: 1.125rem;
}
.nv-module-dates-text-icon .nv-item {
  position: relative;
}
.nv-module-dates-text-icon .nv-item .nv-bg {
  position: absolute;
  z-index: 1;
  color: #899696;
  font-size: 2.8125rem;
  top: 0;
  opacity: 0.14;
  left: 0;
  font-weight: bold;
  transform: translateY(-50%);
}
.nv-module-dates-text-icon .nv-item .nv-content {
  position: relative;
  z-index: 2;
}

.nv-module-image-bluebox .nv-bluebox {
  background-color: #2E3289;
  text-transform: uppercase;
  color: white;
  font-size: 1.375rem;
  padding: 60px 30px;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 992px) {
  .nv-module-image-bluebox .nv-bluebox {
    height: 552px;
  }
}
.nv-module-image-bluebox .nv-bluebox hr {
  margin: 0;
  background-color: white;
  height: 2px;
  width: 195px;
}
.nv-module-image-bluebox .nv-imagebox {
  height: 552px;
}

.nv-module-contact-requests {
  background-color: rgba(137, 150, 150, 0.65);
  padding: 100px 0;
  color: white;
}
.nv-module-contact-requests h2 {
  color: white;
  font-weight: bold;
  font-size: 2.125rem;
}

.nv-module-wishtermin-requests {
  background-color: rgba(137, 150, 150, 0.65);
  padding: 100px 0;
  color: white;
}
.nv-module-wishtermin-requests h2 {
  color: white;
  font-weight: bold;
  font-size: 2.125rem;
}
.nv-module-wishtermin-requests .form-check-group {
  margin: 50px 0;
}
.nv-module-wishtermin-requests #yform-table-nv_wishtermin-date {
  margin-bottom: 50px;
}
.nv-module-wishtermin-requests #yform-table-nv_wishtermin-date label {
  display: inline-block;
}

.nv-module-feed {
  font-size: 1.125rem;
}
.nv-module-feed img {
  max-width: 100%;
}
.nv-module-feed .nv-description img {
  margin-bottom: 40px;
  height: auto;
  width: 100%;
}
.nv-module-feed .card-header, .nv-module-feed .card-footer {
  background-color: #252525;
  color: white;
}
.nv-module-feed .card-header a, .nv-module-feed .card-footer a {
  color: white;
  font-size: 1.125rem;
}
.nv-module-feed .card-header a:hover, .nv-module-feed .card-footer a:hover {
  color: white;
}

.nv-module-event-requests {
  background-color: rgba(137, 150, 150, 0.65);
  padding: 100px 0;
  color: white;
}
.nv-module-event-requests h2 {
  color: white;
  font-weight: bold;
  font-size: 2.125rem;
}

.nv-module-bannner-replacement {
  height: 100px;
  background-color: #2E3289;
}

.nv-module-image img {
  max-width: 100%;
  text-align: center;
}

.nv-module-call-to-action .nv-button {
  border: 1px solid #2E3289;
  color: #2E3289;
  background-color: white;
  transition: background-color 0.2s, color 0.2s;
  font-size: 22px;
  padding: 5px 10px;
}
.nv-module-call-to-action .nv-button:hover {
  text-decoration: none;
  background-color: #2E3289;
  color: white;
}

.nv-module-jobs a {
  color: black;
}
.nv-module-jobs a:hover {
  color: black;
}
.nv-module-jobs .nv-no-hover:hover {
  text-decoration: none;
}

.nv-module-job-details h1 {
  color: black;
}
.nv-module-job-details .nv-headline p {
  text-transform: uppercase;
}

.nv-module-sidebar-event h2 {
  color: black;
}
.nv-module-sidebar-event hr {
  background-color: black;
  width: 50%;
}
.nv-module-sidebar-event a {
  color: black;
  padding: 5px 20px !important;
}
.nv-module-sidebar-event a:hover {
  color: #2E3289;
}

.nv-module-button a.btn {
  text-align: center;
  padding: 10px 20px;
  font-size: 1.5rem;
  font-weight: bold;
  background: #2E3289;
  width: 100%;
  color: white !important;
  white-space: normal;
  text-transform: uppercase;
}
.nv-module-button a.btn:hover {
  background: black;
  color: white;
}

.nv-module-testimonials .testimonials-slider .testimonial-item {
  box-sizing: content-box;
  padding: 30px 20px;
  margin: 0;
  background: #efefef;
  border-radius: 6px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
@media screen and (min-width: 1199px) {
  .nv-module-testimonials .testimonials-slider .testimonial-item {
    margin: 40px 0px;
  }
}
.nv-module-testimonials .testimonials-slider .testimonial-item .stars {
  margin-bottom: 15px;
}
.nv-module-testimonials .testimonials-slider .testimonial-item .stars i {
  color: #d5ce09;
  margin: 0 1px;
}
.nv-module-testimonials .testimonials-slider .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.nv-module-testimonials .testimonials-slider .testimonial-item h3 {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #2E3289;
}
.nv-module-testimonials .testimonials-slider .testimonial-item h4 {
  font-size: 0.8rem;
  line-height: 1rem;
  color: #999;
  margin: 0;
}
.nv-module-testimonials .testimonials-slider .testimonial-item p {
  margin: 0 auto 15px auto;
}
.nv-module-testimonials .testimonials-slider .swiper-slide {
  opacity: 0.3;
}
.nv-module-testimonials .testimonials-slider .swiper-slide-active {
  opacity: 1;
}
@media screen and (min-width: 1199px) {
  .nv-module-testimonials .testimonials-slider .swiper-slide-active {
    opacity: 0.3;
  }
}
.nv-module-testimonials .testimonials-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 1199px) {
  .nv-module-testimonials .testimonials-slider .swiper-pagination {
    margin-top: 20px;
  }
}
.nv-module-testimonials .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2E3289;
}
.nv-module-testimonials .testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2E3289;
}
@media screen and (min-width: 1199px) {
  .nv-module-testimonials .testimonials-slider .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  padding-top: 156px;
  padding-bottom: 1065px;
  padding-bottom: 465px;
  font-family: "AvenirNext LT Pro";
  color: #252525;
  z-index: 50;
  font-size: 16px;
}
@media screen and (max-width: 1199px) {
  body {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  body {
    padding-bottom: 1155px;
    padding-bottom: 700px;
  }
}
body.nv-modal {
  min-height: auto !important;
  padding-bottom: 100px !important;
}

a:hover {
  color: #ff7b00;
}

.nv-bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #2E3289;
}

h1, h2, h3 {
  color: #2E3289;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.nv-relative {
  position: relative;
}

.nv-overflow-hidden {
  overflow: hidden;
}

.nv-mb-none {
  margin-bottom: 0;
}

.nv-mb-tiny {
  margin-bottom: 20px;
}

.nv-mb-small {
  margin-bottom: 40px;
}

.nv-mb-medium {
  margin-bottom: 60px;
}

.nv-mb-big {
  margin-bottom: 80px;
}

.nv-mb-mega {
  margin-bottom: 140px;
}

.nv-mb-siteend {
  margin-bottom: 180px;
}

.nv-ficon {
  border-radius: 100%;
  background: #ff7b00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px !important;
  height: 100px;
  font-size: 3rem;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 2px;
  background: #007095;
}

.nv-form-style .control-label {
  display: none;
}
.nv-form-style .form-check-group .control-label {
  display: inline-block !important;
  font-size: 1.375rem;
}
.nv-form-style input, .nv-form-style select {
  height: 60px;
  max-width: 650px;
  border-radius: 0;
  border: none;
  color: #252525;
  margin-bottom: 20px;
}
.nv-form-style .checkbox {
  font-size: 1.375rem;
}
.nv-form-style .checkbox input {
  height: auto;
  margin-right: 10px;
}
.nv-form-style textarea {
  border-radius: 0;
  border: none;
  color: #252525;
  max-width: 940px;
  min-height: 265px;
  margin-bottom: 50px;
}
.nv-form-style .btn-primary {
  border: 1px solid white;
  color: white;
  background-color: transparent;
  display: flex;
  align-items: center;
  padding: 0 70px;
  height: 55px;
}
.nv-form-style .btn-primary:hover {
  background-color: transparent;
  color: white;
}
.nv-form-style .nv-relative {
  position: relative;
}
.nv-form-style .nv-right-pos {
  position: absolute;
  right: 185px;
  bottom: 0;
  font-size: 1.375rem;
}
@media screen and (max-width: 1199px) {
  .nv-form-style .nv-right-pos {
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 20px;
  }
}
.nv-form-style .btn.btn-primary {
  margin-top: 75px;
}
.nv-form-style a {
  color: white;
  text-decoration: underline;
}
.nv-form-style a:hover {
  color: white;
}
.nv-form-style .nv-check-control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
}
.nv-form-style .nv-check-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.nv-form-style .nv-check-control_indicator {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
}
.nv-form-style .nv-check-control:hover input ~ .nv-check-control_indicator,
.nv-form-style .nv-check-control input:focus ~ .nv-check-control_indicator {
  background: #cccccc;
}
.nv-form-style .nv-check-control input:checked ~ .nv-check-control_indicator {
  background: #2E3289;
}
.nv-form-style .nv-check-control:hover input:not([disabled]):checked ~ .nv-check-control_indicator,
.nv-form-style .nv-check-control input:checked:focus ~ .nv-check-control_indicator {
  background: grey;
}
.nv-form-style .nv-check-control input:disabled ~ .nv-check-control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.nv-form-style .nv-check-control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.nv-form-style .nv-check-control input:checked ~ .nv-check-control_indicator:after {
  display: block;
}
.nv-form-style .nv-check-control-checkbox .nv-check-control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.nv-form-style .control-checkbox input:disabled ~ .nv-check-control_indicator:after {
  border-color: #7b7b7b;
}
.nv-form-style ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #252525;
  opacity: 1;
  /* Firefox */
}
.nv-form-style :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #252525;
}
.nv-form-style ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #252525;
}

.nv-scroll-disabled {
  overflow: hidden;
}

.cc-btn.cc-dismiss:hover {
  background-color: white !important;
  color: #252525 !important;
}

.hyphens-container {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}

.nv-stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-indent: -9999px;
  /* Inhalt unsichtbar machen */
  overflow: hidden;
}

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