@charset "UTF-8";
section {
  display: block;
  width: 100%;
  position: relative;
}

img {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  color: #ffffff;
  background: #ffaa00;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #ffaa00;
  text-shadow: none;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.off {
  display: none !important;
}

.energy-string:before {
  content: "e:nergy";
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}
.energy-string span {
  display: none;
}

.spezi-slick-dots .slick-dots {
  bottom: 50px;
  right: 50px;
  width: auto;
}
.spezi-slick-dots .slick-dots li {
  display: block;
  width: auto;
  height: auto;
  padding-bottom: 20px;
  margin: 0;
}
.spezi-slick-dots .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.spezi-slick-dots .slick-dots li button:before {
  display: none;
}
.spezi-slick-dots .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.spezi-slick-dots .slick-dots li:last-child {
  padding-bottom: 0;
}
.spezi-slick-dots .slick-dots .slick-active button {
  background: white;
}

.spezi-slick-arrows .slick-arrow {
  z-index: 10;
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  opacity: 1;
  text-align: center;
}
.spezi-slick-arrows .slick-arrow:before {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  color: #000000;
  line-height: 64px;
  opacity: 1;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.spezi-slick-arrows .slick-arrow:after {
  display: none;
}
.spezi-slick-arrows .slick-arrow:hover {
  background-color: #003063;
}
.spezi-slick-arrows .slick-arrow:hover:before {
  color: #ffffff;
}
.spezi-slick-arrows .slick-arrow:focus {
  background-color: #ffffff;
}
.spezi-slick-arrows .slick-arrow:focus:before {
  color: #000000;
}
.spezi-slick-arrows .slick-arrow:focus:hover {
  background-color: #003063;
}
.spezi-slick-arrows .slick-arrow:focus:hover:before {
  color: #ffffff;
}
.spezi-slick-arrows .slick-prev {
  left: 50px;
}
.spezi-slick-arrows .slick-next {
  right: 50px;
}
.spezi-slick-arrows .slick-next:before {
  content: "";
}

@media (max-width: 1700px) {
  .spezi-slick-arrows .slick-arrow {
    width: 54px;
    height: 54px;
    border-radius: 27px;
  }
  .spezi-slick-arrows .slick-arrow:before {
    line-height: 54px;
    font-size: 26px;
  }
  .spezi-slick-arrows .slick-prev {
    left: 30px;
  }
  .spezi-slick-arrows .slick-next {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .spezi-slick-dots .slick-dots {
    bottom: 30px;
    right: 30px;
  }
}
.simbar {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 997;
  overflow: hidden;
}
.simbar .simbar-wrapper {
  position: absolute;
  right: -300px;
  top: 0;
  z-index: 999;
  width: 100%;
  max-width: 300px;
  height: 100%;
  transition: all 0.3s ease-out;
}
.simbar .simbar-wrapper .simbar-scrollbox {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-y: auto;
}
.simbar .simbar-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
}
.simbar .simbar-active {
  right: 0;
}

.simbar-trigger {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  z-index: 1001;
}
.simbar-trigger .simbar-trigger-btn {
  width: 21px;
  height: 21px;
  position: relative;
  cursor: pointer;
}
.simbar-trigger .simbar-trigger-btn span {
  display: block;
  position: absolute;
  height: 3px;
  background-color: #ffffff;
  width: 100%;
  transition: all 0.3s ease-out;
}
.simbar-trigger .simbar-trigger-btn span:nth-child(1) {
  top: 0;
  left: 0;
}
.simbar-trigger .simbar-trigger-btn span:nth-child(2) {
  top: 9px;
  left: 0;
}
.simbar-trigger .simbar-trigger-btn span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.simbar-trigger .simbar-trigger-btn-active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.simbar-trigger .simbar-trigger-btn-active span:nth-child(2) {
  opacity: 0;
  transform: scale(0.7);
}
.simbar-trigger .simbar-trigger-btn-active span:nth-child(3) {
  bottom: 9px;
  transform: rotate(-45deg);
}

.page-body {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.wrapper-width-capped {
  max-width: 1350px;
}

.wrapper-width-large {
  max-width: 1860px;
}

.wrapper-width-full {
  max-width: 100%;
}

@media (max-width: 1700px) {
  .wrapper-width-capped {
    max-width: 950px;
  }
}
.headline-h1 {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 65px;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.headline-h2 {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.headline-h3 {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.headline-h4 {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.subtitle {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  color: #009fe3;
}

.text {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.text strong {
  font-weight: 700;
  font-family: inherit;
}

@media (max-width: 1700px) {
  .headline-h1 {
    font-size: 45px;
  }

  .headline-h2 {
    font-size: 35px;
  }

  .headline-h3 {
    font-size: 24px;
  }

  .headline-h4 {
    font-size: 20px;
  }

  .subtitle {
    font-size: 18px;
  }

  .text {
    font-size: 18px;
  }
}
.cta-container {
  display: flex;
  width: 100%;
}
.cta-container .cta {
  margin-right: 30px;
}
.cta-container .cta:last-child {
  margin-right: 0;
}

.cta-container-center {
  justify-content: center;
}

.cta-container-right {
  justify-content: flex-end;
}

.cta {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.cta:hover {
  text-decoration: none;
}
.cta:hover span {
  color: #009fe3;
}
.cta span {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.cta-btn {
  padding: 12px 40px;
  border: 2px solid #003063;
  border-radius: 8px;
  background-color: rgba(0, 48, 99, 0);
}
.cta-btn:hover {
  background-color: #003063;
}

.cta-link:hover span:after {
  right: -30px;
}
.cta-link span {
  position: relative;
  margin-right: 20px;
}
.cta-link span:after {
  content: "";
  display: block;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -40%);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.cta-link.cta-color-turquoise:hover span {
  color: #0075bf;
}
.cta-link.cta-color-turquoise span {
  color: #009fe3;
}

.cta-btn.cta-color-turquoise {
  background-color: #009fe3;
  border-color: #009fe3;
}
.cta-btn.cta-color-turquoise:hover {
  background-color: #0075bf;
  border-color: #0075bf;
}
.cta-btn.cta-color-turquoise span {
  color: #ffffff;
}

.cta-link.cta-color-yellow:hover span {
  color: #e4580f;
}
.cta-link.cta-color-yellow span {
  color: #fdc300;
}

.cta-btn.cta-color-yellow {
  background-color: #fdc300;
  border-color: #fdc300;
}
.cta-btn.cta-color-yellow:hover {
  background-color: #e4580f;
  border-color: #e4580f;
}
.cta-btn.cta-color-yellow span {
  color: #ffffff;
}

.cta-link.cta-color-darkblue:hover span {
  color: #0075bf;
}
.cta-link.cta-color-darkblue span {
  color: #003063;
}

.cta-btn.cta-color-darkblue {
  background-color: #003063;
  border-color: #003063;
}
.cta-btn.cta-color-darkblue:hover {
  background-color: #0075bf;
  border-color: #0075bf;
}
.cta-btn.cta-color-darkblue span {
  color: #ffffff;
}

.cta-link.cta-color-white:hover span {
  color: #0075bf;
}
.cta-link.cta-color-white span {
  color: #ffffff;
}

.cta-btn.cta-color-white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cta-btn.cta-color-white:hover {
  background-color: #0075bf;
  border-color: #0075bf;
}
.cta-btn.cta-color-white:hover span {
  color: #ffffff;
}
.cta-btn.cta-color-white span {
  color: #0075bf;
}

.cta-link.cta-color-white-invert:hover span {
  color: #0075bf;
}
.cta-link.cta-color-white-invert span {
  color: #ffffff;
}

.cta-btn.cta-color-white-invert {
  background-color: transparent;
  border-color: #ffffff;
}
.cta-btn.cta-color-white-invert:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cta-btn.cta-color-white-invert:hover span {
  color: #0075bf;
}
.cta-btn.cta-color-white-invert span {
  color: #ffffff;
}

.cta-link.cta-color-blue:hover span {
  color: #ffffff;
}
.cta-link.cta-color-blue span {
  color: #005693;
}

.cta-btn.cta-color-blue {
  background-color: #005693;
  border-color: #005693;
}
.cta-btn.cta-color-blue:hover {
  background-color: #003686;
  border-color: #003686;
}
.cta-btn.cta-color-blue span {
  color: #ffffff;
}

@media (max-width: 1700px) {
  .cta span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .cta-gets-mobile {
    flex-direction: column;
  }
  .cta-gets-mobile .cta {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .cta-gets-mobile .cta:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.page-header {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #00173a;
  padding-bottom: 0 !important;
  margin: 0 !important;
  border-bottom: 0 !important;
}
.page-header .page-header-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
.page-header .page-header-logo {
  width: 80px;
  height: 80px;
  margin: 10px 0;
}
.page-header .page-header-logo a {
  display: block;
}
.page-header .page-header-logo img {
  width: 100%;
}
.page-header .spezi-original-logo {
  width: 130px;
  margin: -15px 0 0 0;
}
.page-header .spezi-energy-logo {
  width: 120px;
  margin: -20px 0 -30px 0;
}
.page-header .page-header-menu .main-nav {
  height: 100%;
}
.page-header .page-header-menu .main-nav .menu {
  display: flex;
  list-style-type: none;
  height: 100%;
  padding: 0;
  margin: 0;
}
.page-header .page-header-menu .main-nav .menu .menu-item {
  margin-right: 10px;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-header .page-header-menu .main-nav .menu .menu-item:last-child {
  margin-right: 0;
}
.page-header .page-header-menu .main-nav .menu .menu-item a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 18px;
}
.page-header .page-header-menu .main-nav .menu .menu-item a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
}
.page-header .page-header-menu .main-nav .menu .menu-item a:hover:before {
  display: none;
  bottom: -7px;
  opacity: 1;
  width: 80%;
  left: 10%;
}
.page-header .page-header-menu .main-nav .menu .menu-item a:before {
  content: " ";
  display: none;
  width: 50%;
  height: 3px;
  background-color: #009fe3;
  position: absolute;
  left: 25%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.page-header .page-header-menu .main-nav .menu .menu-item .sub-menu {
  display: none;
}
.page-header .page-header-menu .main-nav .menu .current-menu-item a {
  font-weight: 900;
}
.page-header .page-header-menu .main-nav .menu .current-menu-item a:before {
  display: none;
  bottom: -7px;
  opacity: 1;
  width: 80%;
  left: 10%;
}
.page-header .page-header-sub-menu {
  display: flex;
  align-items: center;
}
.page-header .page-header-sub-menu .scm-nav .menu {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-header .page-header-sub-menu .scm-nav .menu .menu-item {
  margin-right: 25px;
}
.page-header .page-header-sub-menu .scm-nav .menu .menu-item:last-child {
  margin-right: 0;
}
.page-header .page-header-sub-menu .scm-nav .menu .menu-item a {
  font-size: 25px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.page-header .page-header-sub-menu .scm-nav .menu .menu-item a:hover {
  color: #009fe3;
}
.page-header .page-header-sub-menu .simbar-trigger {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  margin-left: 50px;
}

.page-startseite .page-header {
  background-color: transparent;
}

.page-header-theme-original {
  background-color: #00173a;
}

.page-header-theme-energy {
  background-color: #000000;
}
.page-header-theme-energy .page-header-menu .main-nav .menu .menu-item a:hover {
  color: #fdc300;
}
.page-header-theme-energy .page-header-menu .main-nav .menu .menu-item a:before {
  background-color: #fdc300;
}
.page-header-theme-energy .page-header-sub-menu .scm-nav .menu .menu-item a:hover {
  color: #fdc300;
}

.page-header.sticky-header {
  background-color: #00173a;
}

.page-header.page-header-theme-original.sticky-header {
  background-color: #00173a;
}

.page-header.page-header-theme-energy.sticky-header {
  background-color: #000000;
}

.headerbuffer {
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
}

.product-dropdown-trigger a:before {
  display: none !important;
}

.logged-in .page-header {
  top: 32px;
}

@media (max-width: 1700px) {
  .page-header .page-header-logo {
    width: 62px;
    height: 62px;
  }
  .page-header .spezi-energy-logo {
    width: 110px;
    margin: -26px 0 -30px 0;
  }
  .page-header .spezi-original-logo {
    width: 100px;
    margin: -10px 0 0 0;
  }
}
@media (max-width: 991.98px) {
  .page-header .page-header-wrapper {
    padding: 0 30px;
  }
  .page-header .scm-nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    position: relative;
  }
  .page-header .page-header-wrapper {
    flex-direction: row-reverse;
    padding: 0 51px 0 30px;
  }
  .page-header .page-header-menu {
    display: none;
  }
  .page-header .page-header-logo {
    width: 56px;
    height: 56px;
    margin: 7px auto;
  }
  .page-header .spezi-energy-logo {
    width: 90px;
    margin: -25px 0 -30px -20px;
  }
  .page-header .spezi-original-logo {
    width: 85px;
    margin: -7px 0 0 -11px;
  }
  .page-header .page-header-sub-menu .simbar-trigger {
    margin-left: 0;
  }

  .logged-in .page-header {
    top: 0;
  }

  .headerbuffer {
    display: none;
  }

  .page-startseite .page-header {
    background-color: #00173a;
  }
}
.page-footer {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #00173a;
  padding: 80px 0;
}
.page-footer .page-footer-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.page-footer .page-footer-icon-col {
  display: flex;
}
.page-footer .page-footer-icon-col .page-footer-icon-col-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-footer .page-footer-icon-col .headline-h3 {
  margin: 0 0 15px 0;
}
.page-footer .merchant {
  padding-right: 15px;
  justify-content: flex-start;
}
.page-footer .merchant .icon {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-footer .merchant .icon img {
  width: 100%;
}
.page-footer .partner {
  padding-left: 15px;
  justify-content: flex-end;
}
.page-footer .partner .partner-slider-container {
  width: 100%;
  max-width: 150px;
}
.page-footer .partner .partner-slider-element {
  display: flex;
  width: 150px;
  height: 150px;
  justify-content: center;
  align-items: center;
}
.page-footer .footer-logo a {
  display: block;
}
.page-footer .footer-logo a .spezi-footer-logo {
  width: 110px;
}
.page-footer .footer-menus {
  padding-left: 0;
}
.page-footer .footer-scm {
  margin-left: auto;
}
.page-footer .footer-scm p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: right;
}
.page-footer .page-footer-col.newsletter {
  width: 50%;
}
.page-footer .page-footer-col.page-footer-icon-col {
  width: 25%;
  margin-bottom: 100px;
}
.page-footer .page-footer-col.footer-menus {
  width: 100%;
}

.page-footer-nav .menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.page-footer-nav .menu .menu-item {
  margin-right: 30px;
}
.page-footer-nav .menu .menu-item:last-child {
  margin-right: 0;
}
.page-footer-nav .menu-item {
  margin-bottom: 10px;
}
.page-footer-nav .menu-item .sub-menu {
  display: none;
}
.page-footer-nav .menu-item a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.page-footer-nav .menu-item a:hover {
  color: #009fe3;
  text-decoration: none;
}

.page-footer-sub-nav .menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}
.page-footer-sub-nav .menu .menu-item {
  margin-right: 30px;
}
.page-footer-sub-nav .menu .menu-item:last-child {
  margin-right: 0;
}
.page-footer-sub-nav .menu-item .sub-menu {
  display: none;
}
.page-footer-sub-nav .menu-item a {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.page-footer-sub-nav .menu-item a:hover {
  color: #009fe3;
  text-decoration: none;
}

.footer-scm-nav .menu {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-scm-nav .menu .menu-item {
  margin-right: 20px;
}
.footer-scm-nav .menu .menu-item:last-child {
  margin-right: 0;
}
.footer-scm-nav .menu-item a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  text-align: center;
  font-size: 30px;
  color: #0075bf;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.footer-scm-nav .menu-item a:hover {
  background-color: #009fe3;
  color: #ffffff;
}
.footer-scm-nav .menu-item a i {
  line-height: 60px;
}

/*
.newsletter-form {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;

  .nlf-element {
    display: block;
    width: 100%;
    order: 1;

    label {
      display: block;
      width: 100%;
      margin: 0;
    }
  }

  .nlf-input {
    input {
      display: block;
      margin: 0;
      width: 100%;
      border-radius: 8px;
      padding: 20px 40px;
      outline: none;
      font-family: $font;
      font-size: 18px;
      font-weight: 700;
      color: $grey;
      border: none;
    }
  }
}*/
.newsletter-form .sib_loader {
  width: 10px;
}
.newsletter-form p.sib-email-area {
  display: flex;
}
.newsletter-form input.sib-email-area {
  width: 100%;
  height: 100%;
  padding: 20px 10px 20px 30px;
  border: none;
  outline: none;
  border-radius: 8px;
  background-color: #ffffff;
  margin-right: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #4b4b4b;
}
.newsletter-form input.sib-email-area::placeholder {
  color: rgba(75, 75, 75, 0.4);
}
.newsletter-form .sib-default-btn {
  padding: 12px 40px;
  border: 2px solid #009fe3;
  border-radius: 8px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  background-color: #009fe3;
}
.newsletter-form .sib-default-btn:hover {
  background-color: #003063;
  border-color: #003063;
}
.newsletter-form p.sib-DATENVERARBEITUNG-area {
  display: flex;
}
.newsletter-form label.sib-DATENVERARBEITUNG-area {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  font-weight: 700;
  order: 2;
}
.newsletter-form input.sib-DATENVERARBEITUNG-area {
  margin-right: 10px;
  order: 1;
  margin-top: 5px;
  width: 20px;
  height: 15px;
}

/*
.newsletter-form {
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;

  .nlf-element {
    display: block;
    width: 100%;

    label {
      display: block;
      margin: 0;
      width: 100%;
      height: 100%;
    }
  }

  .nlf-input {
    order: 1;
    flex: 1;

    input {
      width: 100%;
      height: 100%;
      padding: 20px 10px 20px 30px;
      border: none;
      outline: none;
      border-radius: 8px 0 0 8px;
      background-color: $white;

      font-family: $font;
      font-weight: 700;
      font-size: 18px;
      color: rgba($grey, 1);
      &::placeholder {
        color: rgba($grey, .4);
      }
    }
  }

  .nlf-button {
    order: 2;
    width: auto;
    padding: 5px;
    border-radius: 0 8px 8px 0;
    background-color: $white;
  }

  .nlf-checkbox {
    order: 3;
    padding: 15px 15px 0 15px;

    span {
      font-family: $font;
      font-weight: 700;
      font-size: 16px;
      color: $white;

      a {
        color: $turquoise;
      }
    }
  }
}
*/
.newsletter {
  padding: 0 15px;
  margin-bottom: 100px;
}
.newsletter .newsletter-box {
  width: 100%;
  padding: 50px;
  border-radius: 40px;
  position: relative;
  background-color: #00173a;
}
.newsletter .newsletter-box:before {
  display: block;
  content: " ";
  position: absolute;
  z-index: -1;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(90deg, #ffaa00 0%, #e4580f 100%);
  border-radius: 44px;
}
.newsletter .newsletter-box .headline-h3 {
  text-align: center;
  margin-bottom: 30px;
}
.newsletter .newsletter-box .icon {
  max-width: 100px;
  width: 100%;
  margin: -90px auto 30px auto;
}
.newsletter .newsletter-box .icon img {
  width: 100%;
}
.newsletter .fake-input {
  width: 100%;
  padding: 20px 40px;
  background-color: #ffffff;
  border-radius: 8px;
}
.newsletter .fake-input span {
  color: #4b4b4b;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.copyright {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}

.middnight {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.middnight a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-family: "Lato", sans-serif;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.middnight a:hover {
  color: #009fe3;
  text-decoration: none;
}
.middnight a span {
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 1700px) {
  .page-footer {
    padding: 130px 30px 90px 30px;
  }
  .page-footer .wrapper-width-capped {
    max-width: 1200px;
  }
}
@media (max-width: 1199.99px) {
  .page-footer {
    padding: 130px 50px 90px 50px;
  }
  .page-footer .merchant {
    padding-right: 50px;
    justify-content: center;
  }
  .page-footer .partner {
    padding-left: 50px;
    justify-content: center;
  }

  .newsletter-form .nlf-button {
    width: 100%;
    padding: 0;
    border-radius: unset;
    background-color: transparent;
    margin-top: 15px;
  }
  .newsletter-form .nlf-button .cta {
    width: 100%;
  }
  .newsletter-form .nlf-input input {
    border-radius: 8px;
    padding: 20px;
  }
}
@media (max-width: 991.98px) {
  .page-footer {
    padding: 80px 50px;
  }
  .page-footer .page-footer-col.page-footer-icon-col {
    width: 50%;
    padding: 0;
  }
  .page-footer .page-footer-col.newsletter {
    width: 100%;
    margin-bottom: 80px;
  }
  .page-footer .page-footer-col.footer-menus {
    width: 100%;
    order: 4;
  }
  .page-footer .page-footer-col.footer-scm {
    width: 100%;
    order: 5;
  }
  .page-footer .merchant {
    order: 1;
  }
  .page-footer .partner {
    order: 2;
  }
  .page-footer .newsletter {
    order: 3;
  }
  .page-footer .footer-scm p {
    text-align: center;
  }

  .page-footer-nav {
    margin-bottom: 20px;
  }
  .page-footer-nav .menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .page-footer-sub-nav {
    margin-bottom: 80px;
  }
  .page-footer-sub-nav .menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-scm-nav .menu {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .page-footer {
    padding: 60px 0 90px 0;
  }
  .page-footer .page-footer-col.page-footer-icon-col {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-footer .page-footer-col.newsletter {
    width: 100%;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .page-footer .page-footer-col.footer-menus {
    padding: 0 50px;
    margin-bottom: 60px;
  }
  .page-footer .merchant {
    margin-bottom: 50px;
  }
  .page-footer .page-footer-col.partner {
    margin-bottom: 100px;
  }
  .page-footer .newsletter {
    margin-bottom: 80px;
  }
  .page-footer .newsletter .newsletter-box {
    padding: 60px 30px;
  }
  .page-footer .newsletter .newsletter-box .icon {
    margin: -100px auto 30px auto;
  }

  .page-footer-nav .menu {
    flex-direction: column;
  }

  .page-footer-sub-nav {
    margin-bottom: 0;
  }
  .page-footer-sub-nav .menu {
    flex-direction: column;
  }
  .page-footer-sub-nav .menu .menu-item {
    padding-top: 5px;
  }

  .copyright {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 50px 30px 20px 30px;
    text-align: center;
  }

  .middnight {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 30px;
    text-align: center;
  }
}
.page-sidebar .page-sidebar-content {
  background-color: #003063;
  padding-top: 50px;
}
.page-sidebar .page-sidebar-content .headline-h4 {
  padding-left: 40px;
  margin: 0;
}
.page-sidebar .page-sidebar-content .page-sidebar-content-desktop {
  display: block;
}
.page-sidebar .page-sidebar-content .page-sidebar-content-mobile {
  display: none;
}
.page-sidebar .page-sidebar-content .sidebar-nav {
  padding: 20px 30px 30px 30px;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu .menu-item {
  margin-bottom: 2px;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu .menu-item:last-child {
  margin-bottom: 0;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu .menu-item-has-children {
  margin-bottom: 12px;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu-item a[href] {
  display: block;
  padding: 12px 22px;
  border-radius: 8px;
  border: 2px solid #003063;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #003063;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu-item a[href]:hover {
  background-color: #003063;
  border-color: #003686;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu-item a {
  display: block;
  padding: 24px 24px 10px 24px;
  border-radius: 8px;
  border: none;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  background-color: #003063;
  text-decoration: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.page-sidebar .page-sidebar-content .sidebar-nav .menu-item a:hover {
  background-color: #003063;
}
.page-sidebar .page-sidebar-content .sidebar-nav .current-menu-item > a[href] {
  background-color: #003686;
  font-weight: 700;
  border: 2px solid #003686;
}
.page-sidebar .page-sidebar-content .sidebar-nav .current-menu-item > a[href]:hover {
  background-color: #003686;
  border-color: #003686;
}
.page-sidebar .page-sidebar-content .sidebar-nav .sub-menu {
  list-style-type: none;
}
.page-sidebar .page-sidebar-content .sidebar-nav .sub-menu .menu-item a {
  position: relative;
  padding: 12px 22px 12px 60px;
}
.page-sidebar .page-sidebar-content .sidebar-nav .sub-menu .menu-item a:before {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: #ffffff;
  transform: rotate(90deg);
  position: absolute;
  left: 30px;
}
.page-sidebar .page-sidebar-content .page-sidebar-scm {
  padding: 0 52px 150px 52px;
}
.page-sidebar .page-sidebar-content .page-sidebar-scm p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding-top: 30px;
  border-top: 2px solid #003686;
  margin-bottom: 20px;
}
.page-sidebar .page-sidebar-content .page-sidebar-scm .footer-scm-nav .menu {
  justify-content: center;
}

.page-sidebar-theme-energy .page-sidebar-content {
  background-color: #000000;
}
.page-sidebar-theme-energy .page-sidebar-content .sidebar-nav .menu-item a[href] {
  background-color: #000000;
  border: 2px solid #000000;
}
.page-sidebar-theme-energy .page-sidebar-content .sidebar-nav .menu-item a[href]:hover {
  background-color: #000000;
  border-color: #ffaa00;
}
.page-sidebar-theme-energy .page-sidebar-content .sidebar-nav .menu-item a {
  background-color: #000000;
  border: 2px solid #000000;
}
.page-sidebar-theme-energy .page-sidebar-content .sidebar-nav .menu-item a:hover {
  background-color: #000000;
  border-color: #000000;
}
.page-sidebar-theme-energy .page-sidebar-content .sidebar-nav .current-menu-item a[href] {
  background-color: #ffaa00;
  border-color: #ffaa00;
}
.page-sidebar-theme-energy .page-sidebar-content .page-sidebar-scm p {
  border-color: #e4580f;
}
.page-sidebar-theme-energy .page-sidebar-content .page-sidebar-scm .footer-scm-nav .menu-item a {
  color: #e4580f;
  background-color: #ffffff;
}
.page-sidebar-theme-energy .page-sidebar-content .page-sidebar-scm .footer-scm-nav .menu-item a:hover {
  color: #ffffff;
  background-color: #e4580f;
}

@media (max-width: 767.98px) {
  .page-sidebar .page-sidebar-content .page-sidebar-content-mobile {
    display: block;
  }
  .page-sidebar .page-sidebar-content .page-sidebar-content-desktop {
    display: none;
  }
}
/* Product dropdown */
.product-dropdown {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5000;
  opacity: 0;
  transform: translateY(30px);
}
.product-dropdown .pdd-wrapper {
  display: flex;
  padding: 30px 15px;
  background-color: #002154;
  position: relative;
}
.product-dropdown .pdd-wrapper:before {
  display: none;
  content: "";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 40px;
  color: #00173a;
}
.product-dropdown .pdd-row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.product-dropdown .pdd-element {
  display: block;
  position: relative;
  width: 190px;
  margin: 0 15px;
  overflow: hidden;
  border-radius: 20px;
}
.product-dropdown .pdd-element a {
  display: block;
  text-decoration: none;
}
.product-dropdown .pdd-element a:hover {
  text-decoration: none;
}
.product-dropdown .pdd-element:hover {
  /*
  .background {
    height: 100%;
    width: 200%;
    left: -50%;
    bottom: 0;
  }*/
}
.product-dropdown .pdd-element:hover .pdd-element-container .pdd-headline {
  transform: scale(0.9);
}
.product-dropdown .pdd-element:hover .image {
  width: 100px;
  height: 260px;
  margin: -100px auto 0 auto;
}

.pdd-element-container {
  display: block;
  position: relative;
  max-width: 300px;
  width: 100%;
  padding: 40px 20px 0 20px;
}
.pdd-element-container .headline-h4 {
  text-align: center;
}
.pdd-element-container .headline-h3 {
  text-align: center;
}
.pdd-element-container .pdd-headline {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
}
.pdd-element-container .pdd-headline svg path {
  fill: #ffffff;
}
.pdd-element-container .image {
  width: 85px;
  height: 160px;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
}
.pdd-element-container .image img {
  width: 100%;
}
.pdd-element-container .background {
  position: absolute;
  height: 200%;
  width: 100%;
  left: 0;
  bottom: -100%;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
}

.pdd-element-original .background {
  background: #009fe3;
  background: radial-gradient(circle, #afd2e2 0%, #009fe3 60%);
}

.pdd-element-klassik .pdd-headline .slogan {
  fill: #000000;
}
.pdd-element-klassik .background {
  background: #ec671a;
}

.pdd-element-energy .background {
  background: #000000;
  background: radial-gradient(circle, #4b4b4b 0%, black 60%);
}

.pdd-element-zero .background {
  background: #606060;
  background: radial-gradient(circle, #c6c6c6 0%, #606060 60%);
}

.product-dropdown-on {
  animation: pddFadeIn 500ms forwards;
}

.product-dropdown-off {
  animation: pddFadeOut 500ms forwards;
}

@keyframes pddFadeIn {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes pddFadeOut {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(30px);
    opacity: 0;
  }
}
@media (max-width: 1199.98px) {
  .product-dropdown .pdd-wrapper:before {
    transform: none;
    left: 100px;
  }
}
@media (max-width: 991.98px) {
  .product-dropdown .pdd-wrapper:before {
    transform: none;
    left: 135px;
  }
}
.promotion-slider {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
}

.promotion-slider-element {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 1000px;
  height: 100%;
}
.promotion-slider-element .pse-background-layer {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promotion-slider-element .pse-background-layer .background {
  width: 100%;
  height: 100%;
  background-color: #00173a;
}
.promotion-slider-element .pse-content-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.promotion-slider-element .pse-content-layer .pse-content {
  width: 100%;
  padding: 120px 0;
}
.promotion-slider-element .pse-content-layer .pse-content .headline-h2 {
  font-weight: 400;
}
.promotion-slider-element .pse-content-layer .pse-content .headline-h1 {
  margin-bottom: 30px;
}
.promotion-slider-element .pse-content-layer .pse-content .text {
  margin-bottom: 20px;
}
.promotion-slider-element .pse-content-layer .pse-content .cta-container {
  margin-top: 50px;
}
.promotion-slider-element .pse-image-layer {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (max-width: 2000px) {
  .promotion-slider-element {
    min-height: 850px;
  }
}
@media (max-width: 1700px) {
  .promotion-slider-element .pse-content-layer .pse-content .cta-container {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .promotion-slider-element .pse-content-layer .pse-content {
    padding: 120px 130px;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .promotion-slider-element {
    min-height: 95vh;
  }
  .promotion-slider-element .pse-content-layer {
    align-items: flex-start;
  }
  .promotion-slider-element .pse-content-layer .pse-content {
    padding: 150px 130px 130px 130px;
  }
  .promotion-slider-element .pse-content-layer .pse-content .pse-content-container {
    max-width: 100%;
  }
  .promotion-slider-element .pse-content-layer .pse-content .pse-content-container .headline-h2 {
    text-align: center;
  }
  .promotion-slider-element .pse-content-layer .pse-content .pse-content-container .headline-h1 {
    text-align: center;
  }
  .promotion-slider-element .pse-content-layer .pse-content .pse-content-container .pse-energy-text-border {
    display: none;
  }
  .promotion-slider-element .pse-content-layer .pse-content .pse-content-container .text {
    display: none;
  }
  .promotion-slider-element .pse-content-layer .pse-content .pse-content-container .cta-container {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .section-product-overview {
    background-color: #003063;
  }

  .promotion-slider-element {
    min-height: 110vh;
  }
  .promotion-slider-element .pse-content-layer .pse-content {
    padding: 60px 30px;
  }
}
.section-product-overview .container-fluid .row > div {
  padding-left: 0;
  padding-right: 0;
}

.product-overview {
  display: block;
  width: 100%;
  position: relative;
}

.product-container {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 850px;
  width: 100%;
  min-height: 1200px;
  margin: 0 auto;
}
.product-container .product-overview-header {
  padding-top: 140px;
}
.product-container .product-overview-header .cta span {
  font-size: 26px;
}
.product-container .product-variants {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.product-overview-headline {
  display: none;
}

.product-background {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.product-variants-nav-container {
  width: 270px;
  position: absolute;
  left: 0;
  bottom: 50px;
}
.product-variants-nav-container .product-variants-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: flex-end;
}
.product-variants-nav-container .product-variants-nav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 55px;
  overflow: hidden;
  cursor: pointer;
}
.product-variants-nav-container .product-variants-nav li .image svg path {
  fill: transparent;
  stroke: #ffffff;
  stroke-width: 10px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.product-variants-nav-container .product-variants-nav li p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 5px 0 0 0;
  padding: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
.product-variants-nav-container .product-variants-nav li:hover .image svg path {
  fill: rgba(0, 86, 147, 0);
  stroke: #005693;
}
.product-variants-nav-container .product-variants-nav li:hover p {
  color: #005693;
}
.product-variants-nav-container .product-variants-nav .pvn-element-on .image svg path {
  fill: #005693;
  stroke-width: 0;
}
.product-variants-nav-container .product-variants-nav .pvn-element-on p {
  color: #005693;
  font-weight: 900;
}
.product-variants-nav-container .product-variants-nav .pvn-element-on:hover .image svg path {
  fill: #005693;
}

.product {
  display: block;
  width: 100%;
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.product .product-link {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product picture {
  display: block;
  width: 100%;
}
.product img {
  position: relative;
  z-index: 1;
  width: 100%;
  filter: blur(4px);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.product:hover img {
  filter: blur(0);
}

.product-on.product {
  z-index: 2;
  bottom: -100px;
}
.product-on.product .product-link {
  display: block;
}
.product-on.product img {
  filter: blur(0);
}
.product-on.product:hover img {
  transform: scale(1.05);
}

.product-1 {
  max-width: 65px;
  right: 410px;
  bottom: 600px;
  transform: rotate(25deg);
}

.product-on.product-1 {
  max-width: 300px;
  right: 0;
  transform: translateY(0) rotate(0deg) !important;
}

.product-on.product-1.product-1-is-klassik {
  max-width: 310px;
}

.product-2 {
  max-width: 65px;
  right: 430px;
  bottom: 150px;
  transform: rotate(-30deg);
}

.product-on.product-2 {
  max-width: 260px;
  right: 30px;
  transform: translateY(0) rotate(0deg) !important;
}

.product-3 {
  max-width: 70px;
  right: 750px;
  bottom: 440px;
  transform: rotate(-15deg);
}

.product-on.product-3 {
  max-width: 300px;
  right: 30px;
  transform: translateY(0) rotate(0deg) !important;
}

.product-4 {
  max-width: 65px;
  right: -60px;
  bottom: 425px;
  transform: rotate(50deg);
}

.product-on.product-4 {
  max-width: 300px;
  right: 0;
  transform: translateY(0) rotate(0deg) !important;
}

.product-5 {
  max-width: 65px;
  left: 700px;
  bottom: 520px;
  transform: rotate(30deg);
}

.product-on.product-5 {
  max-width: 260px;
  left: 0;
  transform: translateY(0) rotate(0deg) !important;
}

.product-6 {
  max-width: 70px;
  left: 590px;
  bottom: 270px;
  transform: rotate(-15deg);
}

.product-on.product-6 {
  max-width: 300px;
  left: 30px;
  transform: translateY(0) rotate(0deg) !important;
}

.product-transition {
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}

.product-icon-bottle-05 {
  width: 130px;
}

.product-icon-bottle-033 {
  width: 120px;
}

.product-icon-can-033 {
  width: 80px;
}

.product-icon-bottle-klassik-05 {
  width: 115px;
}

.product-overview-original .product-background {
  overflow: hidden;
}
.product-overview-original .product-background .pbg-layer-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(../img/startpage/product-original-swirl.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-overview-original .product-background .pbg-layer-one {
  position: absolute;
  top: 0;
  left: -30%;
  z-index: 2;
  background: #009fe3;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #afd2e2 0%, #009fe3 80%);
  opacity: 0.8;
}

.product-overview-klassik .product img {
  filter: blur(1px) brightness(0);
}
.product-overview-klassik .product:hover img {
  filter: blur(0) brightness(1);
}
.product-overview-klassik .product.product-on img {
  filter: blur(0) brightness(1);
}
.product-overview-klassik .product-background-klassik .pbg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ec671a;
}
.product-overview-klassik .product-background-klassik #pbg-eye {
  width: 11vw;
  height: 11vw;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product-overview-klassik .cta-container {
  margin-top: 20px;
}
.product-overview-klassik .cta-container .cta span {
  color: #000000;
}
.product-overview-klassik .cta-container .cta:hover span {
  color: #ffffff;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav li .image svg path {
  stroke: #000000;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav li p {
  color: #000000;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav li:hover .image svg path {
  stroke: #000000;
  fill: #c45306;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav li:hover p {
  color: #000000;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav .pvn-element-on .image svg path {
  fill: #000000;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav .pvn-element-on p {
  color: #000000;
}
.product-overview-klassik .product-container .product-variants-nav-container .product-variants-nav .pvn-element-on:hover .image svg path {
  fill: #000000;
}

.product-overview-energy .product-background {
  display: block;
  background-color: #000000;
}
.product-overview-energy .product-background .energy-sky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/startpage/energy-sky.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.product-overview-energy .flame-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.product-overview-energy .flame-container .energy-flame {
  width: 800px;
  position: absolute;
  left: -50px;
  bottom: -400px;
}
.product-overview-energy .product-container {
  z-index: 3;
}
.product-overview-energy .product-container .product-overview-header {
  padding-top: 160px;
}
.product-overview-energy .product-container .product-overview-header .cta-container {
  justify-content: flex-end;
  margin-top: 40px;
}
.product-overview-energy .product-container .product-variants-nav-container {
  left: auto;
  right: 0;
  width: 140px;
}
.product-overview-energy .product-container .product-variants-nav-container .product-variants-nav li:hover .image svg path {
  stroke: #fdc300;
}
.product-overview-energy .product-container .product-variants-nav-container .product-variants-nav li:hover p {
  color: #fdc300;
}
.product-overview-energy .product-container .product-variants-nav-container .product-variants-nav .pvn-element-on .image svg path {
  fill: #fdc300;
}
.product-overview-energy .product-container .product-variants-nav-container .product-variants-nav .pvn-element-on p {
  color: #fdc300;
}
.product-overview-energy .product-container .product-variants-nav-container .product-variants-nav .pvn-element-on:hover .image svg path {
  fill: #fdc300;
}
.product-overview-energy .product img {
  filter: blur(4px) brightness(0.6);
}
.product-overview-energy .product img:hover {
  filter: blur(0) brightness(1);
}
.product-overview-energy .product-on.product img {
  filter: blur(0) brightness(1);
}

@media (max-width: 2000px) {
  .product-container {
    max-width: 600px;
    min-height: 850px;
  }
  .product-container .product-overview-header {
    padding-top: 100px;
  }

  .product-variants-nav-container {
    width: 190px;
  }

  .product-1 {
    max-width: 50px;
    right: 330px;
    bottom: 370px;
  }

  .product-2 {
    max-width: 45px;
    right: 280px;
    bottom: 150px;
  }

  .product-3 {
    max-width: 45px;
    right: 620px;
    bottom: 330px;
  }

  .product-4 {
    max-width: 50px;
    right: -25px;
    bottom: 355px;
  }

  .product-5 {
    max-width: 45px;
    left: 450px;
    bottom: 355px;
  }

  .product-6 {
    max-width: 45px;
    left: 380px;
    bottom: 240px;
  }

  .product-on.product {
    bottom: -50px;
  }

  .product-on.product-1 {
    max-width: 210px;
  }

  .product-on.product-1.product-1-is-klassik {
    max-width: 220px;
  }

  .product-on.product-2 {
    max-width: 190px;
  }

  .product-on.product-3 {
    max-width: 210px;
  }

  .product-on.product-4 {
    max-width: 210px;
  }

  .product-on.product-5 {
    max-width: 190px;
  }

  .product-on.product-6 {
    max-width: 210px;
  }

  .product-icon-bottle-05 {
    width: 100px;
  }

  .product-icon-bottle-033 {
    width: 90px;
  }

  .product-icon-can-033 {
    width: 60px;
  }

  .product-icon-bottle-klassik-05 {
    width: 85px;
  }

  .product-overview-energy .product-container .product-overview-header {
    padding-top: 100px;
  }
  .product-overview-energy .product-container .product-variants-nav-container {
    width: 130px;
  }
  .product-overview-energy .flame-container .energy-flame {
    width: 650px;
    position: absolute;
    left: -30px;
    bottom: -370px;
  }
}
@media (max-width: 1700px) {
  .product-overview {
    padding: 0 70px;
  }

  .product-3 {
    right: 480px;
  }

  .product-overview-energy .flame-container .energy-flame {
    width: 70%;
    bottom: -220px;
  }
}
@media (max-width: 1199.98px) {
  .product-overview {
    padding: 0 30px;
  }
  .product-overview .product-container {
    max-width: 100%;
    min-height: 700px;
  }
  .product-overview .product-container .product-overview-header .cta span {
    font-size: 18px;
  }

  .product-variants-nav-container {
    width: 150px;
    bottom: 30px;
  }
  .product-variants-nav-container .product-variants-nav li {
    width: 40px;
  }
  .product-variants-nav-container .product-variants-nav li p {
    font-size: 16px;
  }

  .product-icon-bottle-05 {
    width: 80px;
  }

  .product-icon-bottle-033 {
    width: 70px;
  }

  .product-icon-can-033 {
    width: 45px;
  }

  .product-icon-bottle-klassik-05 {
    width: 65px;
  }

  .product-1 {
    max-width: 40px;
    right: 260px;
    bottom: 310px;
  }

  .product-2 {
    max-width: 35px;
    right: 240px;
    bottom: 130px;
  }

  .product-3 {
    max-width: 35px;
    right: 380px;
    bottom: 190px;
  }

  .product-4 {
    max-width: 40px;
    right: 10px;
    bottom: 290px;
  }

  .product-5 {
    max-width: 35px;
    left: 290px;
    bottom: 250px;
  }

  .product-6 {
    max-width: 35px;
    left: 330px;
    bottom: 175px;
  }

  .product-on.product-1 {
    max-width: 170px;
    right: 50px;
  }

  .product-on.product-1.product-1-is-klassik {
    max-width: 180px;
  }

  .product-on.product-2 {
    max-width: 155px;
    right: 50px;
  }

  .product-on.product-3 {
    max-width: 170px;
    right: 50px;
  }

  .product-on.product-4 {
    max-width: 170px;
    right: 50px;
  }

  .product-on.product-5 {
    max-width: 155px;
    left: 50px;
  }

  .product-on.product-6 {
    max-width: 170px;
    left: 50px;
  }

  .product-overview-energy .product-container .product-variants-nav-container {
    width: 100px;
  }
  .product-overview-energy .flame-container .energy-flame {
    width: 80%;
  }

  .product-overview-klassik .product-background-klassik #pbg-eye {
    width: 13vw;
    height: 13vw;
    left: 33%;
  }
}
@media (max-width: 991.98px) {
  .product-overview {
    padding: 0 50px;
  }
  .product-overview .product-container {
    min-height: 90vh;
  }

  .product-variants-nav-container {
    bottom: 50px;
  }

  .product-1 {
    right: 355px;
    bottom: 475px;
  }

  .product-2 {
    right: 370px;
    bottom: 180px;
  }

  .product-3 {
    right: 555px;
    bottom: 270px;
  }

  .product-4 {
    right: 35px;
  }

  .product-5 {
    left: 80%;
    bottom: 50%;
  }

  .product-6 {
    left: 80%;
    bottom: 30%;
  }

  .product-on.product-1 {
    max-width: 225px;
  }

  .product-on.product-1.product-1-is-klassik {
    max-width: 235px;
  }

  .product-on.product-2 {
    max-width: 210px;
  }

  .product-on.product-3 {
    max-width: 210px;
  }

  .product-on.product-4 {
    max-width: 225px;
  }

  .product-on.product-5 {
    max-width: 210px;
  }

  .product-on.product-6 {
    max-width: 210px;
  }

  .product-overview-energy .flame-container .energy-flame {
    width: 70%;
    left: -60px;
  }

  .product-overview-klassik .product-background-klassik #pbg-eye {
    width: 25vw;
    height: 25vw;
  }
}
@media (max-width: 767.98px) {
  .section-product-overview {
    padding-bottom: 50px;
    overflow: hidden;
  }

  .product-overview {
    padding: 0 30px;
  }
  .product-overview .product-container {
    min-height: 600px;
    height: 90vh;
  }
  .product-overview .product-container .product-overview-header {
    padding-top: 70px;
  }

  .product-overview-energy .flame-container .energy-flame {
    width: 75%;
    left: -35px;
    bottom: -140px;
  }

  .product-variants-nav-container {
    bottom: 30px;
    width: 170px;
    left: -15px;
  }

  .product-1 {
    right: 65%;
    bottom: 50%;
    max-width: 25px;
  }

  .product-2 {
    right: 60%;
    bottom: 25%;
    max-width: 25px;
  }

  .product-3 {
    right: 95%;
    bottom: 40%;
    max-width: 25px;
  }

  .product-4 {
    right: 0;
    bottom: 55%;
    max-width: 25px;
  }

  .product-5 {
    max-width: 25px;
  }

  .product-6 {
    max-width: 25px;
  }

  .product-on.product-1 {
    max-width: 155px;
    right: 0;
  }

  .product-on.product-1.product-1-is-klassik {
    max-width: 160px;
  }

  .product-on.product-2 {
    max-width: 135px;
    right: 0;
  }

  .product-on.product-3 {
    max-width: 145px;
    right: 0;
  }

  .product-on.product-4 {
    max-width: 155px;
    right: 0;
  }

  .product-on.product-5 {
    max-width: 135px;
    left: 0;
  }

  .product-on.product-6 {
    max-width: 145px;
    left: 0;
  }

  .product-overview-klassik .product-background-klassik #pbg-eye {
    width: 30vw;
    height: 30vw;
    top: 45%;
  }
}
.png {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.png img {
  width: 100%;
}

.section-merchant {
  background-color: #003063;
  padding: 180px 0 130px 0;
}
.section-merchant .merchant-box {
  padding: 120px;
  background: #005693;
  background: linear-gradient(180deg, #009fe3 0%, #005693 100%);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.section-merchant .merchant-box .subtitle {
  color: #ffffff;
  position: relative;
  font-size: 24px;
  padding-left: 45px;
  margin-bottom: 10px;
}
.section-merchant .merchant-box .subtitle:before {
  display: block;
  content: " ";
  width: 30px;
  height: 42px;
  background-image: url(../img/template/icon-merchant-pin.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.section-merchant .merchant-box .headline-h1 {
  margin-bottom: 30px;
}
.section-merchant .merchant-box .cta-container {
  margin-top: 40px;
}
.section-merchant .merchant-box .merchant-box-image {
  position: absolute;
  top: 0;
  right: -70px;
  width: 570px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1700px) {
  .section-merchant {
    padding: 130px 0;
  }
  .section-merchant .merchant-box {
    padding: 60px;
  }
  .section-merchant .merchant-box .merchant-box-image {
    width: 370px;
  }
}
@media (max-width: 991.98px) {
  .section-merchant {
    overflow: hidden;
  }
  .section-merchant .merchant-box {
    padding: 90px 60px 0 60px;
  }
  .section-merchant .merchant-box .subtitle {
    text-align: center;
    font-size: 20px;
    padding-left: 0;
  }
  .section-merchant .merchant-box .subtitle:before {
    display: none;
  }
  .section-merchant .merchant-box .headline-h1 {
    text-align: center;
  }
  .section-merchant .merchant-box .text {
    text-align: center;
  }
  .section-merchant .merchant-box .cta-container {
    justify-content: center;
  }
  .section-merchant .merchant-box .merchant-box-image {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .section-merchant {
    padding: 50px 0 80px 0;
  }
  .section-merchant .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .section-merchant .merchant-box {
    padding: 60px 30px 0 30px;
    border-radius: 40px 40px 0 0;
  }
  .section-merchant .merchant-box .subtitle {
    text-align: center;
  }
  .section-merchant .merchant-box .headline-h1 {
    text-align: center;
  }
  .section-merchant .merchant-box .merchant-box-image {
    height: 200px;
    margin-top: 40px;
  }
}
.section-shop {
  background-color: #003063;
  padding: 50px 0;
}
.section-shop .headline-h1 {
  margin-bottom: 50px;
}
.section-shop .promotion-slider-element {
  border-radius: 40px;
  overflow: hidden;
  min-height: 900px;
}
.section-shop .shop-slider {
  margin-bottom: 0 !important;
}
.section-shop .shop-slider.spezi-slick-arrows .slick-arrow {
  background-color: #003063;
}
.section-shop .shop-slider.spezi-slick-arrows .slick-arrow:before {
  color: #ffffff;
}
.section-shop .shop-slider.spezi-slick-arrows .slick-arrow:hover {
  background-color: #005693;
}

@media (max-width: 2000px) {
  .section-shop .promotion-slider-element {
    min-height: 800px;
  }
}
@media (max-width: 1700px) {
  .section-shop .wrapper-width-large {
    padding: 0 30px;
  }
  .section-shop .promotion-slider-element {
    min-height: 700px;
  }
}
@media (max-width: 1199.98px) {
  .section-shop {
    padding: 0;
  }
  .section-shop .wrapper-width-large {
    padding: 0;
  }
  .section-shop .promotion-slider-element {
    border-radius: 0;
  }
  .section-shop .promotion-slider-element .pse-content-layer .pse-content {
    padding: 60px 50px 120px 50px;
  }
  .section-shop .shop-slider.spezi-slick-arrows .slick-arrow {
    bottom: 50px;
    top: auto;
    transform: none;
  }
  .section-shop .shop-slider.spezi-slick-arrows .slick-prev {
    left: 50px;
  }
  .section-shop .shop-slider.spezi-slick-arrows .slick-next {
    left: 134px;
    right: auto;
  }
}
@media (max-width: 991.98px) {
  .section-shop .subtitle {
    text-align: center;
  }
  .section-shop .headline-h1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .section-shop .cta-container {
    justify-content: center;
    margin-bottom: 50px;
  }
  .section-shop .promotion-slider-element {
    min-height: 95vh;
  }
  .section-shop .promotion-slider-element .pse-content-layer .pse-content {
    padding: 120px 50px;
  }
}
@media (max-width: 767.98px) {
  .section-shop .promotion-slider-element {
    display: flex;
    flex-direction: column;
  }
  .section-shop .promotion-slider-element .pse-content-layer {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .section-shop .promotion-slider-element .pse-content-layer .pse-content {
    padding: 60px 30px 0 30px;
  }
  .section-shop .promotion-slider-element .pse-image-layer {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    overflow: unset;
  }
  .section-shop .promotion-slider-element .pse-image-layer .pse-image {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
  }
}
.section-spezi-facts {
  background-color: #003063;
  padding: 150px 0 200px 0;
}
.section-spezi-facts .headline-h1 {
  text-align: center;
  margin-bottom: 50px;
}
.section-spezi-facts .subtitle {
  text-align: center;
  color: #e4580f;
}

.fact-slider.spezi-slick-arrows .slick-prev {
  left: -114px;
  background-color: #ffaa00;
}
.fact-slider.spezi-slick-arrows .slick-prev:before {
  color: #ffffff;
}
.fact-slider.spezi-slick-arrows .slick-prev:hover {
  background-color: #e4580f;
}
.fact-slider.spezi-slick-arrows .slick-next {
  right: -114px;
  background-color: #e4580f;
}
.fact-slider.spezi-slick-arrows .slick-next:before {
  color: #ffffff;
}
.fact-slider.spezi-slick-arrows .slick-next:hover {
  background-color: #ffaa00;
}

.fact-slider.spezi-slick-dots .slick-dots {
  bottom: -50px;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
}
.fact-slider.spezi-slick-dots .slick-dots li {
  padding-bottom: 0;
  margin: 0 7px;
}

.fact-slider-container {
  width: 100%;
  border-radius: 40px;
  background: #e4580f;
  background: linear-gradient(90deg, #ffaa00 0%, #e4580f 100%);
}
.fact-slider-container .fact-slider {
  margin-bottom: 0 !important;
}
.fact-slider-container .fact-slider-element {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
.fact-slider-container .fact-slider-element .fse-content {
  padding: 60px;
}
.fact-slider-container .fact-slider-element .headline-h2 {
  margin-bottom: 30px;
}
.fact-slider-container .fact-slider-element .fse-progress {
  display: none;
  width: 0;
  height: 10px;
  background-color: #009432;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fact-slider-container .slick-active .fact-slider-element .fse-progress {
  animation: fse-progress 3.5s 500ms ease-in-out forwards;
}

@keyframes fse-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1700px) {
  .section-spezi-facts {
    padding: 70px 0 140px 0;
  }
}
@media (max-width: 991.98px) {
  .fact-slider.spezi-slick-arrows .slick-arrow {
    border: 3px solid #003063;
  }
  .fact-slider.spezi-slick-arrows .slick-arrow:before {
    line-height: 49px;
  }
  .fact-slider.spezi-slick-arrows .slick-prev {
    left: -27px;
  }
  .fact-slider.spezi-slick-arrows .slick-next {
    right: -27px;
  }
}
.spezi-news {
  background-color: #003063;
}
.spezi-news .news-content {
  background-color: #003686;
  padding: 0 0 130px 0;
  margin-top: -2px;
  position: relative;
}
.spezi-news .subtitle {
  text-align: center;
  color: #009fe3;
}
.spezi-news .headline-h1 {
  text-align: center;
  margin-bottom: 50px;
}

.page-body.fancontent {
  min-height: auto;
}

.spezi-fancontent {
  padding: 150px 0;
  background-color: #003063;
}
.spezi-fancontent .subtitle {
  text-align: center;
}
.spezi-fancontent .headline-h1 {
  text-align: center;
  margin-bottom: 50px;
}

.fancontent-wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.news-slider-wrapper {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto 116px auto;
}
.news-slider-wrapper .news-slider.spezi-slick-arrows .slick-prev {
  left: -94px;
}
.news-slider-wrapper .news-slider.spezi-slick-arrows .slick-next {
  right: -94px;
}
.news-slider-wrapper .news-slider.spezi-slick-arrows .slick-disabled {
  display: none;
  opacity: 0;
}
.news-slider-wrapper .news-slider.spezi-slick-dots .slick-dots {
  bottom: -66px;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
}
.news-slider-wrapper .news-slider.spezi-slick-dots .slick-dots li {
  padding-bottom: 0;
  margin: 0 7px;
}

.news-slider-element {
  width: 100%;
}

.news-article {
  display: block;
  position: relative;
  max-width: 430px;
  width: 100%;
  min-height: 600px;
  border-radius: 25px;
  background-color: #00173a;
  overflow: hidden;
  margin: 0 auto;
}
.news-article header {
  width: 100%;
  overflow: hidden;
}
.news-article header .image {
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.news-article header:hover .image {
  transform: scale(1.1);
}
.news-article main {
  padding: 40px 35px 0 35px;
}
.news-article main .subtitle {
  text-align: left;
}
.news-article main .headline-h4 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 800;
}
.news-article main .date {
  display: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}
.news-article main p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.news-article footer {
  padding: 30px 40px 35px 40px;
}

.news-article.fancontent-article {
  margin-bottom: 40px;
  height: 100%;
  min-height: auto;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out;
}
.news-article.fancontent-article main {
  padding: 40px 35px;
}
.news-article.fancontent-article main .headline-h4 {
  margin-bottom: 5px;
}
.news-article.fancontent-article main .date {
  display: block;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.news-article.fancontent-article a {
  text-decoration: none;
}
.news-article.fancontent-article a:hover {
  text-decoration: none;
}
.news-article.fancontent-article a:hover * {
  text-decoration: none;
}
@media (min-width: 1000px) {
  .lightbox-fancontent .fancybox-caption {
    top: 0;
    bottom: 0;
    left: auto;
    width: 350px;
    right: 0;
  }
  .lightbox-fancontent .fancybox-stage {
    right: 350px;
  }
}
.lightbox-fancontent .fancybox-caption {
  padding: 30px;
  background: #00173a;
  display: flex;
  align-items: center;
}
.lightbox-fancontent .fancybox-caption h3 {
  font-family: "Lato", sans-serif;
  text-align: left;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
  font-weight: 800;
}
.lightbox-fancontent .fancybox-caption .creator {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  padding-top: 0;
}
.lightbox-fancontent .fancybox-caption p {
  font-family: "Lato", sans-serif;
  text-align: left;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding-top: 20px;
}
.lightbox-fancontent .fancybox-bg {
  background: #003063;
  opacity: 0;
}

.fancybox-is-open.lightbox-fancontent .fancybox-bg {
  opacity: 1;
}

.logged-in .fancybox-toolbar {
  top: 32px;
}
.logged-in .fancybox-infobar {
  top: 32px;
}

@media (max-width: 1700px) {
  .spezi-news .news-content {
    padding: 0 0 80px 0;
  }

  .news-slider-wrapper {
    max-width: 900px;
  }

  .news-slider-wrapper .news-slider.spezi-slick-arrows .slick-prev {
    left: -64px;
  }
  .news-slider-wrapper .news-slider.spezi-slick-arrows .slick-next {
    right: -64px;
  }
}
@media (max-width: 1199.99px) {
  .news-slider-wrapper {
    max-width: 800px;
  }

  .news-article {
    max-width: 380px;
  }
}
@media (max-width: 991.98px) {
  .spezi-news .news-content {
    padding: 30px 0 80px 0;
  }

  .news-slider-wrapper {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 0 auto 80px auto;
  }
  .news-slider-wrapper .news-slider.spezi-slick-arrows .slick-next {
    right: 24%;
  }
  .news-slider-wrapper .news-slider.spezi-slick-arrows .slick-prev {
    left: 24%;
  }
  .news-slider-wrapper .news-slider.spezi-slick-dots .slick-dots {
    bottom: 0;
  }

  .news-slider {
    width: 160%;
    padding-bottom: 66px;
    margin-bottom: 0 !important;
  }
  .news-slider .news-slider-element {
    transform: scale(0.95);
    opacity: 0.5;
    filter: blur(3px);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
  }
  .news-slider .slick-current .news-slider-element {
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
  }
}
@media (max-width: 767.98px) {
  .news-slider {
    width: 255%;
    padding-bottom: 60px;
  }
}
.pp-product-overview .pp-product-col {
  height: 100%;
}
.pp-product-overview .pp-product-container {
  display: flex;
  padding: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 610px;
}
.pp-product-overview .pp-product-container .title {
  margin-top: 30px;
}
.pp-product-overview .pp-product-container .title .headline-h3 {
  text-align: center;
  margin-bottom: 10px;
}
.pp-product-overview .pp-product-container .title .text {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.pp-product-gebinde {
  background-color: #001d49;
  padding: 60px 15px;
  margin-top: 30px;
}
.pp-product-gebinde .pp-product-gebinde-container {
  padding: 35px;
}
.pp-product-gebinde .pp-product-gebinde-container .image {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.pp-product-gebinde .pp-product-gebinde-container .image img {
  width: 100%;
}
.pp-product-gebinde .pp-product-gebinde-container .text {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .pp-product-overview .pp-product-container {
    min-height: unset;
  }
}
.icu {
  flex-direction: column;
}

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