@charset "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

.vh-50 {
  height: 50vh !important;
}

.h-80 {
  height: 80% !important;
}

.min-h-80 {
  min-height: 80% !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--lightVBW);
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: 400;
  font-style: normal;
}
strong {
  font-weight: 700;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: var(--dark);
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

/* Allgemein
 * --------------------------------------- */

:root {
  --darkVBW: #002855;
  --lightVBW: #009a9b;
  --dark-tr-VBW: rgba(0, 41, 87, 0.9);
  --light-tr-VBW: rgb(0, 154, 155, 0.9);
  --grey-bg: #f5f5f5;
}
html {
  scroll-behavior: smooth !important;
}

body {
  font-family: myriad-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--darkVBW);
  overflow-x: hidden !important;
}
@media screen and (max-height: 550px) {
  .container {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* Fonts / Typo
* --------------------------------------- */

h1 {
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #fff;
}
h2 {
  font-size: 2.5em !important;
  line-height: 1.4em;
  color: #fff;
}

.dark-bg {
  background-color: var(--dark-tr-VBW);
  color: #fff;
}

h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  color: var(--darkVBW);
  margin-bottom: 0.2em;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--lightVBW);
}

p {
  font-size: 1rem;
  line-height: 1.6em;
  color: #000;
}

.title-slide p {
  font-size: 1.4rem;
  line-height: 1.6em;
}

.small-text p,
.small-text ul {
  font-size: 16px;
  line-height: 1.7;
}

.more-blank {
  padding-left: .15rem;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.8rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  p {
    font-size: 0.95rem;
  }
}

@media (max-height: 768px) {
  h2 {
    font-size: 1.5rem;
  }
  .intro {
    background-position: bottom;
  }

  .title-slide p {
    font-size: 1.2rem;
  }
  .small-text p,
  .small-text ul {
    font-size: 14px;
    line-height: 1.5;
  }
  p {
    font-size: 14px;
  }
  .vbw-list {
    font-size: 14px;
  }
  .vbw-list li {
    margin-bottom: 6px !important;
  }
  h2 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  .counter h3 {
    font-size: 1.8rem !important;
  }
  .counter p {
    margin-bottom: .2rem;
  }
}

.counterNumber.quadratmeter::after {
  content: " m\00B2";
}

.counterNumber.tonnen::after {
  content: " t";
}

.counterNumber.kilogram::after {
  content: " kg";
}

@media (max-height: 768px) {
  .small-text p,
  .small-text ul {
    line-height: 1.4;
  }
}

.no-hyphens {
  hyphens: none;
}
ul.vbw-list li {
  display: flex;
  font-weight: 300;
  line-height: 1.4em;
  color: #000;
  margin-bottom: 10px;
}
ul.vbw-list li:before {
  content: "\0025A0";
  color: var(--lightVBW);
  margin-right: 10px;
}

ul.vbw-list a {
  color: var(--lightVBW) !important;
}

/*HELPER*/
.overflow-visible {
  overflow: visible !important;
}
.overflow-hidden {
  overflow: hidden;
}
.align-center {
  text-align: center;
}
.text-decoration-none {
  text-decoration: none !important;
}
@media (min-width: 767px) {
  .negative-margin-left {
    margin-left: -15%;
  }
  .max-w-550 {
    max-width: 550px;
  }
  .center-col-content {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

p.small {
  font-size: 12px !important;
  font-weight: 300;
  font-style: italic;
}

.opacity-low {
  opacity: 0.8;
}

/*Logo*/
.logo-wrapper {
  position: fixed;
  left: 50px;
  top: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
  width: 140px;
}

.logo {
  padding: 25px 15px;
  width: 100%;
  height: auto;
}

@media screen and (max-height: 768px) {
  .logo-wrapper {
    width: 80px !important;
  }
  .logo {
    padding: 20px 10px;
  }
}

/*Download Btn*/
.download-icon-wrapper {
  position: absolute;
  color: #fff !important;
  text-decoration: none !important;
  background-color: var(--dark-tr-VBW);
  padding: 10px 15px 10px 20px;
  z-index: 9;
  right: -215px;
  bottom: 15vh;
  transition: 0.3s all ease;
}
.download-icon-wrapper:hover {
  right: 0;
  transition: 0.3s all ease;
}

.vorwort-btn {
  right: 0;
}

.download-icon img {
  width: 20px;
  height: auto;
  margin-right: 15px;
}

/*Fullcreen Nav*/
.nav-btn-wrapper {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
}

.nav-btn-wrapper > p {
  color: var(--lightVBW);
  font-weight: 400;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 14px !important;
}

.nav-btn .menuIcon {
  display: flex;
  position: relative;
  width: 50px;
  height: 32px;
  background: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.nav-btn .menuIcon .line {
  height: 4px;
  width: 40px;
  border-radius: 3px;
  background-color: var(--lightVBW);
  position: relative;
  transition-duration: 0.2s;
}

#toggleNavBtn.active .menuIcon .line {
  background-color: var(--lightVBW) !important;
}

.nav-overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 998;
  top: 0;
  background-color: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  transition: 0.6s;
}

.nav-overlay-content {
  position: relative;
  top: 150px;
  width: 100%;
  padding: 0 10%;
  margin-top: 30px;
}

.nav-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .nav-overlay a {
    font-size: 20px;
  }
}

.nav-overlay .menu {
  margin-top: 50px;
}
.nav-overlay .menu a {
  color: var(--darkVBW);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4em;
  width: 100%;
  padding: 20px 0 20px 10px;
  text-decoration: none !important;
  margin: 0;
  border-bottom: 1px solid var(--darkVBW);
}
.nav-overlay .menu .menu-item {
  display: flex;
  align-items: center;
}
.nav-overlay .menu .menu-item:after {
  content: "\0027E9";
  position: absolute;
  right: 10px;
}

.nav-overlay .menu-item {
  display: block;
}

/*Buttons*/
.btn {
  padding: 10px 25px;
  border-radius: 0;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
}
.btn:hover::before {
  margin: 0px 1px 0px 7px;
  transition: margin 150ms ease-in-out;
}

.btn:before {
  content: "\0027E9";
  margin: 0px 8px 0px 0px;
  transition: margin 150ms ease-in-out;
}
.btn.slide-right:before {
  content: "";
  display: none;
}

.btn.slide-right .arrow:after {
  content: " \2192";
  margin-left: 10px;
  transform-origin: 0% 0%;
}
.btn.slide-right {
  display: flex;
}
.btn.slide-right .arrow {
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.slide-down {
  animation: bounceDown 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: absolute;
  margin-left: 50%;
  margin-right: 50%;
  bottom: 5%;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.9);
}
.slide-down:hover {
  text-decoration: none;
  color: var(--darkVBW);
}
.slide-down .arrow {
  padding: 10px 15px;
  transform: rotate(90deg);
}

@keyframes bounce {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

@keyframes bounceDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

.btn.btn-primary {
  background-color: var(--dark-tr-VBW);
  color: #fff;
}
.btn.btn-light {
  background-color: transparent;
  color: var(--dark-tr-VBW);
}
.btn.btn-light.lightVBW {
  color: var(--lightVBW);
}
.btn.btn-dark {
  background-color: var(--dark-tr-VBW);
  color: #fff;
  padding: 10px 15px 10px 20px;
  z-index: 9;
  right: 0;
  bottom: 10vh;
}

.btn.btn-dark.btn-download {
  position: absolute;
  right: 0;
  bottom: 20%;
  margin-right: 10%;
}

.btn.btn-dark.btn-download:before {
  content: " ";
}

.btn.btn-dark.btn-download .icon {
  width: 20px;
  margin-right: 15px;
}

.btn.btn-dark:active,
.btn.btn-dark:focus {
  background-color: var(--dark-tr-VBW) !important;
  color: #fff !important;
  border-color: var(--dark-tr-VBW) !important;
  box-shadow: none !important;
}

.btn.btn-light:active,
.btn.btn-light:focus {
  background-color: #fff !important;
  color: var(--dark-tr-VBW) !important;
  border-color: var(--dark-tr-VBW) !important;
  box-shadow: none !important;
}
.quartiere-slider {
  margin-top: 4vh;
}

#fp-nav ul li:last-child {
  display: none;
}

/*Front Page*/

.intro .slideshow {
  position: relative;
  width: 100dvw;
  height: 100dvh;
  overflow: hidden;
}

.intro .slideshow img {
  position: absolute;
  transform-origin: center center;
  background-position: center;
  width: auto;
  min-height: 100dvh;
  min-width: 100dvw;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* Übergangseffekt für die Opacity */
  overflow: hidden;
}

.intro .slideshow .slideshow-bg-image {
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  transition: opacity 1s ease-in-out;
}

.intro .slideshow .slideshow-bg-image:nth-child(1) {
  background-image: url("../img/titelbilder/background/1.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(2) {
  background-image: url("../img/titelbilder/background/5.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(3) {
  background-image: url("../img/titelbilder/background/3.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(4) {
  background-image: url("../img/titelbilder/background/4.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(5) {
  background-image: url("../img/titelbilder/background/2.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(6) {
  background-image: url("../img/titelbilder/background/6.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(7) {
  background-image: url("../img/titelbilder/background/7.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(8) {
  background-image: url("../img/titelbilder/background/8.webp");
}

.intro .slideshow .slideshow-bg-image:nth-child(9) {
  background-image: url("../img/titelbilder/background/9.webp");
}

.intro .slideshow .slideshow-bg-image.active {
  opacity: 1 !important;
}

span.nobr {
  white-space: nowrap;
}

.intro h1 {
  background-color: var(--light-tr-VBW);
}
.vorwort {
  background-color: var(--grey-bg);
}

.intro-content {
  position: absolute;
  bottom: 200px;
  left: 60px;
}

.intro-content h1 {
  font-size: 1rem;
  width: fit-content;
  transform: translateY(1.5em) translateX(-1.5em);
}

.intro-content h2 {
  width: 400px;
  font-size: 3rem !important;
}

.intro-content .btn {
  width: fit-content;
  margin-left: auto;
  margin-right: 2rem;
  display: block;
  background-color: #fff;
  transform: translateY(-1.5em);
}

@media screen and (min-width: 576px) {
  .intro-content {
    left: 100px;
  }
}

@media screen and (min-width: 768px) {
  .intro-content {
    bottom: 50px;
    left: 0px;
    scale: 0.8;
  }

  .intro-content h1 {
    font-size: 1.5rem;
  }

  .intro-content h2 {
    width: 500px;
  }
}

@media screen and (min-width: 992px) {
  .intro-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}

@media screen and (min-width: 1200px) {
  .intro-content {
    scale: 1;
    left: 100px;
    bottom: 100px;
  }
}

.lightbox-trigger {
  cursor: pointer;
}

@media (max-height: 650px) {
  h2 {
    font-size: 1.5rem;
  }
}

/* section2 */
.imagebackground .bg {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 200px;
  top: 0;
  left: 0;
  z-index: -1;
  margin-bottom: 40px;
  background-position: center;
  width: 100vw;
}

.botschaft1 .bg {
  background-image: url("../img/titelbilder/fuer-dich.webp");
  background-position: 65%;
}

.botschaft2 .bg {
  background-image: url("../img/titelbilder/fuer-euch.webp");
  background-position: 60% 25%;
  transform: scaleX(-1);
}

.botschaft3 .bg {
  background-image: url("../img/titelbilder/fuer-alle.webp");
  background-position: 30%;
}

.botschaft4 .bg {
  background-image: url("../img/titelbilder/placeholder.jpg");
  background-position: 70%;
}
.jahresabschluss .bg {
    background-image: url(../img/titelbilder/jahresabschluss.jpg);
    background-position: 15%;
}

img#zukunftsmacher {
  max-height: 60vh;
  width: auto !important;
}

@media (min-width: 768px) {
  .imagebackground .bg {
    position: absolute;
    height: 100vh;
    z-index: -1;
    margin-bottom: 0;
  }
  .imagebackground .bg1 {
    width: 26vw;
  }
  .image-kombi > img.third {
    left: 60%;
    top: 30%;
  }
}

/*Slides*/
.slide {
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 9;
  top: auto;
  bottom: 20px;
  height: 40px !important;
  width: 40px !important;
  cursor: pointer;
  margin-top: -38px;
  border: 1px solid var(--darkVBW) !important;
  border-width: 1px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fp-controlArrow.fp-prev,
.fp-controlArrow.fp-next {
  height: 30px !important;
  width: 30px !important;
}
.fp-controlArrow.fp-next {
  right: calc(50dvw - 200px);
}

.fp-controlArrow.fp-prev {
  left: calc(50dvw - 200px);
}

.fp-controlArrow.fp-prev:before {
  content: "\003008";
  margin-right: 8px;
}
.fp-controlArrow.fp-next:before {
  content: "\0027E9";
  margin-left: 3px;
  font-size: 20px;
}

.fp-slidesNav ul {
  display: flex;
  justify-content: center;
}

/*Counter*/
.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.counter h3 {
  font-weight: 700;
  font-size: 3.5rem;
}

.counter.small h3 {
  font-size: 3.5rem;
}
.counter.small p {
  font-size: 14px !important;
}

/*Grey BG*/
.grey-bg {
  position: absolute;
  top: 20%;
  left: 0;
  width: 80%;
  height: 60%;
  background-color: var(--grey-bg);
}

/*TABLES*/
table.table {
  overflow: auto;
}
table.table thead {
  background-color: var(--darkVBW);
  color: #fff;
  border-bottom: none;
}

table.table thead th,
table.table tbody td,
table.table tbody th {
  border-bottom: none;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  table.table {
    overflow: auto;
  }
}

/*BILANZ Tabellen*/
.bilanz-container {
  padding-bottom: 100px;
}
table tr td:not(:first-child),
table tr th:not(:first-child) {
  text-align: right;
}
table.table .td-ergebnis {
  background-color: var(--grey-bg);
  border: none;
}
table.table .td-ergebnis th,
table.table .td-ergebnis td {
  border-top: none;
  border-bottom: 1px solid #fff;
}
.grey-bg.big {
  height: 65%;
  width: 100%;
}
.bilanz-container {
  padding-top: 10%;
}
table.bilanz tr td:first-child,
table.bilanz tr th:first-child {
  max-width: 450px;
}
table.table .td-2 th:first-child {
  padding-left: 20px;
}
table.table .td-3 td:first-child {
  padding-left: 40px;
}
table.table .td-4 td:first-child {
  padding-left: 60px;
}

/*Teaser*/
.teaser p {
  position: absolute;
  bottom: -60px;
  right: 0px;
  width: 85%;
  min-height: 90px;
  z-index: 1;
  transition: 0.5s all ease;
}

.teaser:hover p {
  background-color: var(--darkVBW);
  transition: 0.5s all ease;
}

.teaser .image-wrapper {
  height: 250px;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}

.teaser .image-wrapper img {
  min-width: 100%;
  height: auto;
  transition: 0.5s all ease;
}

.slide img:not(.bg-icon) {
  transform: scale(1);
  transition: 0.2s transform ease-in-out;
  cursor: pointer;
  max-height: 80dvh;
}

.slide img:not(.bg-icon):hover {
  transform: scale(1.06);
  transition: 0.2s transform ease-in-out;
}

/*Image Kombi*/

.image-kombi > img {
  display: none;
}
.image-kombi {
  display: flex;
  justify-content: flex-end;
}
.image-kombi .image-wrapper.align-right {
  justify-content: flex-end;
}
.image-kombi .image-wrapper.align-left {
  justify-content: flex-start;
}
.image-kombi > img {
  position: absolute;
  width: 55% !important;
  height: auto;
  z-index: 1;
  left: 0;
  top: 0;
}
.image-kombi > img.first {
  left: 0;
  top: 0;
  transform: rotate(-2deg);
}
.image-kombi > img.second {
  left: 45%;
  top: -10%;
  transform: rotate(2deg);
}
.image-kombi > img.third {
  left: 38%;
  top: 30%;
  transform: rotate(4deg);
}

.image-kombi > img.first:hover {
  transform: rotate(-4deg);
}
.image-kombi > img.second:hover {
  transform: rotate(4deg);
}
.image-kombi > img.third:hover {
  transform: rotate(6deg);
}

.image-kombi .image-wrapper {
  margin-top: 60px;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.image-kombi .image-wrapper img {
  min-height: 100%;
  height: 100%;
  width: auto;
}

/*
.image-kombi .quote {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 10px;
}

.image-kombi .quote h4 {
	font-size: 20px;
    line-height: 1.2;
	color: var(--darkVBW);
}
.image-kombi .quote p {
	color: var(--lightVBW);
}
*/

/*MODAL*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal img:not(.no-click) {
  cursor: pointer;
}

.modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}

.modal-dialog h2 {
  color: var(--darkVBW);
}

.modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.modal-backdrop {
  background-color: #fff;
}

.modal-header {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
  border: 0;
  display: flex;
  justify-content: flex-end;
}

.btn-close {
  color: var(--darkVBW);
  font-size: 40px;
  line-height: 1;
  text-decoration: none !important;
}
.btn-close:hover {
  color: var(--darkVBW);
}

.modal-body {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-body .container {
  overflow: auto;
}

.graph .jahr {
  position: absolute;
  transform: rotate(-90deg);
  left: -11px;
}

.graph .bar {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.graph .value {
  display: flex;
  align-items: center;
}
.graph .value strong {
  position: absolute;
  z-index: 9;
  color: #fff;
  margin-left: 15px;
}
.graph .bar h4 {
  margin-bottom: 5px;
}
.graph .bar p {
  margin-top: 5px;
}
.graph .bar h4,
.graph .bar p {
  font-size: 14px !important;
}
.graph .bar .value .rectangle {
  height: 60px;
  width: 0;
  background-color: var(--darkVBW);
}
.graph .bar1 .value .rectangle {
  width: 50%;
}

.graph .bar2 .value .rectangle {
  width: 100%;
}

.align-items-inital {
  align-items: initial !important;
}

#expandedImg {
  height: 100%;
  width: 100%;
}

.galery-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-top: 0.6rem;
}

.galery-preview img {
  cursor: pointer;
  max-height: 45px !important;
  width: auto;
}

.galery-preview img:hover {
  outline: 3px solid var(--lightVBW);
  transform: none !important;
}

.gallery-image,
.image-wrapper img {
  cursor: pointer;
}

dialog[open] {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

dialog .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

dialog .content img {
  object-fit: contain;
  box-shadow: 0 0 25px #111;
  max-width: 80vh;
  max-height: 80vh;
  width: auto;
}

::backdrop {
  background-color: rgba(255, 255, 255, 0.9);
}

dialog #close-dialog {
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  right: 25px;
  top: 25px;
}

dialog h4 {
  margin-top: 1.5rem;
  text-align: center;
}

/*SWIPER*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.swiper-slide .swiper-slide-img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.swiper-slide .swiper-slide-img img {
  min-width: 100%;
  min-height: 100%;
}

@media (max-height: 720px) {
  .swiper-slide .swiper-slide-img {
    height: 120px;
  }
  .swiper-slide .swiper-slide-img img {
    margin-top: -30px;
  }
}

.swiper-slide .swiper-slide-body {
  padding: 10px;
}

.swiper-slide .swiper-slide-body ul.vbw-list li {
  font-size: 14px !important;
}

.swiper-slide .swiper-slide-header {
  text-align: center;
  width: 100%;
  padding: 5px 0;
}

.swiper-slide .swiper-slide-header h4 {
  font-size: 16px;
  color: #000;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--lightVBW);
  outline: none !important;
}

/*BG Icons*/
.bg-icon {
  opacity: 0.04;
  position: absolute;
  max-width: 30vw;
  width: auto;
  aspect-ratio: 1 / 1;
  right: 100px;
  bottom: 10dvh;
  height: fit-content;
  user-select: none;
  pointer-events: none;
  max-height: 60dvh;
  height: auto;
}
.bg-icon-40 {
  width: 40% !important;
}
.bg-icon.left {
  left: 0;
  bottom: 0;
  right: auto;
}
.bg-icon.sm {
  width: 30%;
}

.image-kombi .image-wrapper img.azubiImages {
  height: auto;
}

.azubi {
  height: 30vh !important;
  min-height: auto !important;
  margin: 20px !important;
}

#basketball {
  transform-box: fill-box;
  animation: bounce2 2s ease infinite;
}

#Virus-2 {
  transform-box: fill-box;
  animation: rotateIcon 14s linear infinite;
  transform-origin: 50% 50%;
}

#Virus-2 {
  transform-box: fill-box;
  animation: rotateIcon 18s linear infinite;
  transform-origin: 50% 50%;
}

.simpleImage {
  height: auto;
  width: 100%;
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.rotate {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}

.quote p {
  margin-top: 3px;
  margin-bottom: 0;
}
.quote {
  position: relative;
}
.quote::before {
  content: " ";
  position: absolute;
  left: -15px;
  height: 100%;
  width: 3px;
  background-color: var(--lightVBW);
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*Footer*/
.footer {
  min-height: 100px;
  background-color: var(--grey-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .logo {
  width: 150px;
}
.footer a {
  padding: 10px 20px;
  margin: 0 10px;
  text-decoration: none !important;
}
.footer strong {
  font-weight: 400 !important;
}
.footer a:hover {
  color: var(--darkVBW);
}

/*MEDIA QUERIES*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .fp-controlArrow {
    top: 300px !important;
  }
}

@media (min-width: 576px) {
  .image-kombi > img {
    display: block;
  }
}

@media (max-width: 767px) {
  .image-kombi:not(.d-mobile-none) .image-wrapper {
    width: 100% !important;
    margin-bottom: 30px;
    height: auto;
    margin-top: 0;
  }
  .image-kombi:not(.d-mobile-none) .image-wrapper img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .d-mobile-none {
    display: none !important;
    margin-bottom: 0;
  }
  .section:not(.intro) .fp-tableCell,
  .slide .fp-tableCell {
    height: auto !important;
    display: block;
  }
  .section.vorwort .fp-tableCell {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fp-section.section {
    height: auto !important;
  }
  .fp-section.fp-table:not(.intro),
  .fp-section:not(.intro) .fp-slide.fp-table {
    display: flex;
    justify-content: center;
    table-layout: unset;
    height: auto !important;
    padding: 30px 0;
  }
  .logo {
    padding: 10px 5px;
  }
  .logo-wrapper {
    width: 90px !important;
    left: 0;
  }
  .nav-btn-wrapper {
    top: 20px;
    right: 30px;
  }
  .nav-btn .menuIcon {
    width: 30px;
    height: 30px;
  }
  .nav-btn .menuIcon .line {
    width: 40px;
  }
  .nav-btn-wrapper > p span {
    display: none;
  }
  .nav-overlay-content {
    top: 0;
    padding: 50px 30px;
  }
  .nav-overlay-content h3 {
    font-size: 20px;
  }
  .nav-overlay-content h4 {
    font-size: 17px;
  }
  .nav-overlay .menu {
    margin-top: 20px;
  }
  .nav-overlay .menu a {
    font-size: 18px;
    padding: 15px 0 15px 0px;
  }
  .nav-overlay .btn.btn-dark.btn-download {
    position: relative;
    margin: 0px 30px;
    bottom: 0;
  }
  .download-icon-wrapper {
    position: fixed;
    bottom: 40px;
  }
  /* 2023 */
  .botschaft1 .bg {
    background-position: 65% 31%;
  }
  .botschaft2 .bg {
    background-position: 60% 85%;
  }
  .botschaft3 .bg {
    background-position: 60% 75%;
  }
}

.swiper-pagination {
  width: 100%;
  position: initial;
}

.swiper-pagination span {
  margin: 0px 5px;
}

@media (max-width: 575.98px) {
  .bg-icon {
    display: none;
  }
  .botschaft5 .bg {
    background-position: initial;
  }
}
@media (min-width: 1400px) {
  .image-kombi > img.third {
    left: 90%;
    top: 25%;
    transform: rotate(4deg);
  }
}

@media (min-width: 1200px) {
  .image-kombi .image-wrapper {
    height: 70vh;
  }
}

.d-block-print {
  display: none;
}

@media print {
  @page {
    size: landscape;
  }

  /*zum drucken: responsive-width auf 1920, animation.css auskommentieren, ueber firefow querformat druckien*/

  .fp-section {
    page-break-after: always !important;
  }
  .fp-slide {
    page-break-after: always !important;
  }
  .download-icon-wrapper {
    display: none;
  }
  .grey-bg {
    background-color: transparent;
  }
  .btn,
  .nav-btn-wrapper,
  #downloadButton,
  .d-none-print,
  .btn-close {
    display: none !important;
  }
  .d-block-print {
    display: block !important;
  }
  .logo-wrapper {
    z-index: 999999;
  }
  .modal-content {
    background-color: white;
  }
}

.youtube-video {
  height: calc(315px * 2);
  width: calc(560px * 2);
  max-height: 100%;
  max-width: 100%;
  margin: 0px auto;
}

.mt-sub-1 {
  transform: translateY(-7px);
}

.stoerer {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 150px;
  height: 150px;
}

.sub-korrektur {
  bottom: -1.3em;
}

#id-1,
#id-2,
#id-3,
#id-4,
#id-5,
#id-6 {
  scroll-margin-top: 50px;
}

.mobile-link-list {
  display: table-cell;
  column-count: 2;
}
.mobile-link-list a {
  display: flex;
  text-align: left;
}

#energiesprong-massnahmen {
  z-index: 9999;
}

ul.black li {
  color: black;
}

.more-left {
  transform: translateX(-150px) scale(1) !important;
}

.image-wrapper img.centered {
  transform: translateX(-20%) scale(1) !important;
}

.image-wrapper img.centered:hover {
  transform: translateX(-20%) scale(1.1) !important;
}

.modal-dialog .single-image {
  height: 100%;
  max-height: 80dvh;
  width: auto !important;
  margin: 0px auto;
  display: block;
  max-width: 100%;
}

.single-image.qr-code {
  aspect-ratio: 1/1;
}

.qr-codes-appstore {
  width: 65%;
  max-height: 30dvh;
  max-width: 350px;
}

.qr-codes-appstore text {
  pointer-events: none;
}

.hotspot-qr-code,
.hotspot-link {
  transition: fill 0.15s ease-in-out, fill-opacity 0.15s ease-in-out;
}

.hotspot-qr-code:hover {
  fill-opacity: 0.1;
  cursor: pointer;
}

.hotspot-link:hover {
  fill: #007475;
}

.double-image {
  max-height: 90dvh;
  display: flex;
  align-items: center;
}
.double-image img {
  height: auto;
  max-height: 40dvh !important;
  width: auto;
  max-width: 100%;
}

.w-90 {
  width: 90%;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 900px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
