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

/* colors */
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-base: #1d4cc3;
  --color-blue: #1d4cc3;
  --color-yellow: #ffd100;
  --color-yellow-dark: #ddb500;
  --color-link: #1d4cc3;
  --color-link-hover: #1d4cc3;
  --color-error: #000000;
  --color-green: #43ac34;
  --color-green-light: #ecf7ea;
  --color-green-medium: #d0eacc;
  --color-blue-dark: #333b58;
  --color-blue-light: #85899b;
  --color-grey-e: #eaebee;
}

/* typography */
/* font sizes desktop */
/* font sizes mobile */
/* z-indexes */
/* misc */
html, body {
  width: 100%;
  scroll-behavior: smooth;
}

#lobpreis-aktion {
position: absolute; bottom: 28%; right: 6%; width: 280px; height: 280px; border-radius: 280px; background: #ffd100; color: #fff; padding: 38px 30px 0 30px; transform: rotate(10deg); text-align: center; 

box-shadow: 0 0 4px 4px rgba(255,255,255,0.6); -webkit-box-shadow: 0 0 4px 4px rgba(255,255,255,0.6); -moz-box-shadow: 0 0 4px 4px rgba(255,255,255,0.6);
// border: 2px solid #fff; 
display: block; }

/* Porgress Bar Loader */

.progress {
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 999998;
	height: 5px;
	display: block;
	width: 100%;
	background-color: white;
	border-radius: 5px;
	background-clip: padding-box;
	overflow: hidden;
	}

.progress .indeterminate {
	background-color:black;
	 }

.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: #ffd100;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
	animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; 
	}

.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: #ffd100;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s;
	}

@-webkit-keyframes indeterminate {
	0% {
	left: -35%;
	 right: 100%; }

	60% {
	left: 100%;
	right: -90%; }

	100% {
	left: 100%;
	right: -90%; }
	 }

@keyframes indeterminate {
	0% {
	 left: -35%;
	right: 100%; }

	60% {
	left: 100%;
	right: -90%; }

	100% {
	left: 100%;
	right: -90%; }
	}

    @-webkit-keyframes indeterminate-short {
	0% {
	left: -200%;
	right: 100%; }

	60% {
	left: 107%;
	right: -8%; }

	100% {
	left: 107%;
	right: -8%; }
	}

@keyframes indeterminate-short {
	0% {
	left: -200%;
	right: 100%; }

	60% {
	left: 107%;
	right: -8%; }

	100% {
	left: 107%;
	right: -8%; }
	}

#lobpreis-aktion-mobile {
	display: none;
	}

td	{
	text-align: left;
	padding: 10px 15px;
	}

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

@media (max-width: 1280px) {

#lobpreis-aktion {
	display: none;
	}

#lobpreis-aktion-mobile {
	display: block;
	}

  .d-none-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-none-non-mobile {
    display: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  background-color: var(--color-white);
  padding-top: 150px;
}

main {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  width: 100%;
  padding: 0 140px;
  margin: 0 auto;
}

header {
  width: 100%;
  max-width: 1920px;
  height: 150px;
  padding: 0 140px;
  background: #1D4CC4;
  background: linear-gradient(90deg, rgb(29, 76, 196) 0%, rgb(74, 112, 208) 100%);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  transition: all 0.3s ease;
}
header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  position: relative;
  transition: all 0.3s ease;
}
header .header-inner .header-inner-right {
  display: flex;
  align-items: center;
  gap: 40px;
}

  header .logo {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

header .logo img {
  width: 284px;
  height: auto;
padding-top: 1.5%;
}

nav.main, nav.lang {
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
nav.main.lang ul, nav.lang.lang ul {
  gap: 20px;
}
nav.main ul, nav.lang ul {
  display: flex;
  gap: 60px;
}
nav.main ul li a, nav.lang ul li a {
  color: var(--color-white);
  position: relative;
}
nav.main ul li a::after, nav.lang ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
nav.main ul li a:hover::after, nav.lang ul li a:hover::after {
  width: 100%;
}

#nav-toggle {
  display: none;
}

nav.mobile {
  display: none;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  color: var(--color-base);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

h1, .h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
}

h2, .h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

h3, .h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

h5, .h5 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
}

b, strong {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

p {
  margin: 0;
}

a {
  color: var(--color-link);
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover, a:focus, a:active {
  color: var(--color-link);
  text-decoration: none;
}

.content-area {
  line-height: 1.5;
}
.content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6, .content-area .h1, .content-area .h2, .content-area .h3, .content-area .h4, .content-area .h5, .content-area .h6 {
  margin-bottom: 40px;
}
.content-area h1:last-child, .content-area h2:last-child, .content-area h3:last-child, .content-area h4:last-child, .content-area h5:last-child, .content-area h6:last-child, .content-area .h1:last-child, .content-area .h2:last-child, .content-area .h3:last-child, .content-area .h4:last-child, .content-area .h5:last-child, .content-area .h6:last-child {
  margin-bottom: 0 !important;
}
.content-area p {
  margin-bottom: 30px;
}
.content-area p:last-child {
  margin-bottom: 0 !important;
}
.content-area a:not([id]):not([class]) {
  color: var(--color-base);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.button {
  display: block;
  font-size: 21px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}
.button.primary {
  background-color: var(--color-yellow);
  color: var(--color-blue);
  font-style: normal !important;
}
.button.primary:hover {
  background-color: var(--color-yellow-dark);
}

.btn-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 21px;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  transition: 0.3s ease;
}
.btn-menu:focus {
  outline: none;
}
.btn-menu__bars {
  display: block;
  position: relative;
  width: 30px;
  height: 3px;
  background-color: var(--color-white);
  transition: 0.3s;
}
.btn-menu__bars:before, .btn-menu__bars:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  transition: 0.3s;
}
.btn-menu__bars:before {
  transform: translate(0, -9px);
}
.btn-menu__bars:after {
  transform: translate(0, 9px);
}
.menu-open .btn-menu .btn-menu__bars {
  background-color: transparent;
}
.menu-open .btn-menu .btn-menu__bars:before {
  transform: rotate(45deg);
}
.menu-open .btn-menu .btn-menu__bars:after {
  transform: rotate(-45deg);
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

label {
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin: 0 0 10px 10px;
  font-weight: 600;
  color: var(--color-white);
}

input[type=text], input[type=number], input[type=email], input[type=password], textarea {
  width: 100%;
  background-color: var(--color-white);
  border: 0;
  padding: 7px;
  border-radius: 4px;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-blue);
border: 2px solid #8dbddd;
}

textarea {
  display: block;
  resize: none;
}

button[type=submit] {
  min-width: 170px;
}

.select-wrapper {
  position: relative;
  width: 100%;
  background-color: var(--color-white);
  border: 0;
  border-radius: 4px;
  overflow: clip;
}
.select-wrapper *:focus-visible {
  overflow: visible;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 26px;
  line-height: 1.2;
  background-color: var(--color-white);
  color: var(--color-blue);
}
.select-wrapper select:focus-visible {
  outline-offset: -2px;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAxNCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE0MSkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiAjMzMzYjU4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwxLjhMMiwuMWwxMCwxMC40TDIyLjIsMGwxLjgsMS44LTEyLDEyLjJMMCwxLjhaIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
}

::-moz-placeholder {
  color: var(--color-blue);
}

::placeholder {
  color: var(--color-blue);
}

section {
  scroll-margin-top: 120px;
}

section.hero img {
  width: 100%;
  height: auto;
}

section.welcome {
  padding-top: 20px;
}
section.welcome .title-yellow {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--color-yellow);
margin-top: 10px;
}
section.welcome .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: var(--color-blue);
  margin: 30px 0 40px 0;
}
section.welcome .subtitle {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  color: var(--color-blue);
}
section.welcome img {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

section.vision {
  padding: 100px 0 60px 0;
  background: #1D4CC4;
  background: linear-gradient(180deg, rgb(29, 76, 196) 70%, rgb(127, 154, 222) 100%);
  font-size: 24px;
  line-height: 1.5;
  color: var(--color-white);
}
section.vision a {
  color: var(--color-white);
}
section.vision .section-inner {
  display: flex;
  gap: 120px;
}
section.vision .section-inner .section-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
section.vision .text-wrapper {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
section.vision .text-wrapper img.icon {
  display: inline-block;
  width: 146px;
  height: 146px;
  margin-bottom: 40px;
}
section.vision .text-wrapper h2 {
  font-size: 38px;
  text-transform: uppercase;
}

section.quote {
  padding-bottom: 20px;
  background: #7F9ADE;
  background: linear-gradient(180deg, rgb(127, 154, 222) 0%, rgb(255, 255, 255) 40%);
}
section.quote .section-inner {
  display: flex;
  align-items: center;
}
section.quote .image-wrapper {
  flex: 1;
}
section.quote .image-wrapper img {
  width: 94%;
  height: auto;
}
section.quote .text-wrapper {
  color: var(--color-blue);
  text-align: center;
  padding: 0px 140px 0 140px;
}
section.quote .text-wrapper blockquote {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
section.quote .text-wrapper p {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 30px;
}

section.booking {
  width: 100%;
  overflow: hidden;
  padding: 120px 0 140px 0;
  background: #FFFFFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 10%, rgb(29, 76, 196) 100%);
}
section.booking .section-inner {
  padding: 0 140px;
  text-align: center;
}
section.booking .title-wrapper {
  margin-bottom: 60px;
  position: relative;
}
section.booking .title-wrapper .subtitle {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--color-yellow);
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.booking .title-wrapper .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--color-blue);
  text-transform: uppercase;
}
section.booking .title-wrapper .floating-text {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  color: var(--color-blue);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-11deg);
  transform-origin: 80% 50%;
}
section.booking .text-wrapper {
  font-size: 26px;
  line-height: 1.5;
  max-width: 930px;
  margin: 0 auto 0 auto;
}
section.booking .form-wrapper {
 margin-top: 0px;
  text-align: left;
  position: relative;
}
section.booking .form-wrapper form {
  max-width: 400px;
  margin: 0 auto;
}
section.booking .info-wrapper {
  width: 550px;
  height: 650px;
  color: var(--color-blue);
  position: absolute;
  top: -140px;
  right: -180px;
}
section.booking .info-wrapper .info-wrapper-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0px 40px 20px 50px;
}
section.booking .info-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.booking .info-wrapper p {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
section.booking .info-wrapper p.big {
  font-size: 35px;
}
section.booking .info-wrapper p.price {
  font-size: 54px;
  font-weight: 400;
}

section.donate {
  padding: 170px 0 0 0;
  position: relative;
  z-index: 2;
}
section.donate::before {
  content: "";
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: var(--color-blue);
  position: absolute;
  top: -1px;
  left: 0;
}
section.donate .text-wrapper {
  max-width: 1200px;
}

section.aktuell {
  padding: 170px 0 0 0;
  position: relative;
  z-index: 2;
}

section.aktuell::before {
  content: "";
  width: 100%;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: var(--color-yellow);
  position: absolute;
  top: -1px;
  left: 0;
}
section.aktuell .text-wrapper {
  max-width: 1200px;
}

section.footer {
  position: relative;
}
section.footer img.background {
  width: 100%;
  height: auto;
  margin-top: -100px;
}
section.footer .section-inner {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
}
section.footer .section-inner .container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
section.footer nav.meta {
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
section.footer nav.meta ul {
  display: flex;
  gap: 60px;
}
section.footer nav.meta ul li a {
  color: var(--color-white);
  position: relative;
}
section.footer nav.meta ul li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--color-white);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
section.footer nav.meta ul li a:hover::after {
  width: 100%;
}
section.footer .copyright {
  font-size: 23px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-white);
}

@media (max-width: 1869px) {
  .container {
    padding: 0 70px;
  }
  header {
    padding: 0 70px;
  }
  header .header-inner .header-inner-right {
    gap: 20px;
  }
  header .logo img {
    width: 284px;
  }
  nav.main, nav.lang {
    font-size: 23px;
  }
  nav.main ul, nav.lang ul {
    gap: 30px;
  }
  section.quote .text-wrapper {
    padding: 0 70px;
  }
  section.quote .text-wrapper blockquote {
    font-size: 34px;
  }
  section.quote .text-wrapper p {
    font-size: 24px;
  }
  section.booking .section-inner {
    padding: 0 70px;
  }
  section.booking .title-wrapper .floating-text {
    display: none;
  }
  section.booking .form-wrapper {
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
    position: relative;
  }
  section.booking .form-wrapper form {
    max-width: 400px;
    margin: 0 auto;
  }
  section.booking .info-wrapper {
    top: 0;
    bottom: auto;
    right: -110px;
  }
}

@media (max-width: 1279px) {

#lobpreis-aktion {
padding: 48px 30px 0 30px;
	}

 body {
    padding-top: 90px;
  }
  .container {
    padding: 0 20px;
  }
  header {
    height: 90px;
    padding: 0 20px;
  }
  header .header-inner {
    height: 90px;
    justify-content: flex-end;
    position: relative;
  }
  header .header-inner .header-inner-left {
    display: none;
  }
  header .logo {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .logo img {
    width: 189px;
    height: auto;
  }
  header .button-wrapper {
    display: none;
  }
  nav.main, nav.lang {
    display: none;
  }
  #nav-toggle {
    display: block;
  }
  nav.mobile {
    display: block;
    width: 100%;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    background-color: var(--color-white);
    padding: 130px 20px 0px 20px;
  }
  nav.mobile ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
  }
  nav.mobile ul.lang {
    flex-direction: row;
    gap: 10px;
    color: var(--color-yellow);
  }
  nav.mobile ul li a {
    color: var(--color-blue);
    position: relative;
  }
  nav.mobile ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--color-blue);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
  }
  nav.mobile ul li a:hover::after {
    width: 100%;
  }
  nav.mobile .button-wrapper {
    display: flex;
    justify-content: center;
  }
  .menu-open nav.mobile {
    transform: translateY(0);
  }
  body {
    font-size: 20px;
    line-height: 1.2;
  }
  h1, .h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  h2, .h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 1.2;
  }
  .content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6, .content-area .h1, .content-area .h2, .content-area .h3, .content-area .h4, .content-area .h5, .content-area .h6 {
    margin-bottom: 25px;
  }
  .content-area p {
    margin-bottom: 25px;
  }
  .button {
    font-size: 16px;
  }
  .form-container {
    gap: 30px;
  }
  label {
    font-size: 20px;
    line-height: 1.2;
  }
  input[type=text], input[type=number], input[type=email], input[type=password], textarea {
    font-size: 20px;
    line-height: 1.2;
  }
  .select-wrapper select {
    font-size: 20px;
    line-height: 1.2;
  }
  section {
    scroll-margin-top: 90px;
  }
  section.welcome {
    padding-top: 20px;
  }
  section.welcome .title-yellow {
    font-size: 20px;
margin: 8px 0 -5px 0;
  }
  section.welcome .title {
    font-size: 35px;
    margin: 30px 0 30px 0;
  }
  section.welcome .subtitle {
    font-size: 28px;
  }
  section.welcome img {
    margin-top: 30px;
    height: 120px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  section.vision {
    padding: 70px 0;
    font-size: 20px;
  }
  section.vision .section-inner {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  section.vision .section-inner .section-col {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 70px;
  }
  section.vision .text-wrapper {
    max-width: 100%;
  }
  section.vision .text-wrapper img.icon {
    width: 73px;
    height: 73px;
    margin-bottom: 20px;
  }
  section.vision .text-wrapper h2 {
    font-size: 28px;
  }
  section.quote {
    padding-bottom: 0;
  }
  section.quote .section-inner {
    flex-direction: column;
    gap: 40px;
  }
  section.quote .image-wrapper {
    width: 100%;
    padding-right: 20px;
    order: 2;
  }
  section.quote .image-wrapper img {
    max-width: 700px;
  }
  section.quote .text-wrapper {
    padding: 0 20px;
    margin: 0 auto;
  }
  section.quote .text-wrapper blockquote {
    font-size: 24px;
  }
  section.quote .text-wrapper p {
    font-size: 20px;
    margin-top: 20px;
  }
  section.booking {
    padding: 70px 0;
    border-top: 0;
  }
  section.booking .section-inner {
    padding: 0 20px;
  }
  section.booking .title-wrapper {
    margin-bottom: 40px;
  }
  section.booking .title-wrapper .subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section.booking .title-wrapper .title {
    font-size: 35px;
  }
  section.booking .text-wrapper {
    font-size: 20px;
    max-width: 100%;
  }
  section.booking .form-wrapper {
    margin-top: 40px;
  }
  section.booking .form-wrapper form {
    max-width: 500px;
  }
  section.booking .info-wrapper {
    right: -20px;
  }
  section.booking .info-wrapper .info-wrapper-inner {
    gap: 25px;
  }
  section.booking .info-wrapper p {
    font-size: 20px;
  }
  section.booking .info-wrapper p.big {
    font-size: 20px;
  }
  section.booking .info-wrapper p.price {
    font-size: 30px;
  }
  section.donate {
    padding: 130px 0 0 0;
  }
  section.footer img.background {
    margin-top: -100px;
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.footer .section-inner {
    bottom: 20px;
  }
  section.footer .section-inner .container {
    flex-direction: column;
    gap: 10px;
  }
  section.footer nav.meta {
    font-size: 20px;
  }
  section.footer nav.meta ul {
    gap: 20px;
  }
  section.footer .copyright {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section.booking .form-wrapper {
    padding-top: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  section.booking .form-wrapper form {
    width: 100%;
    order: 2;
  }
  section.booking .form-wrapper .info-wrapper {
    order: 1;
  }
  section.booking .info-wrapper {
    width: auto;
    height: auto;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background-repeat: no-repeat;
    margin: 40px -20px;
  }
  section.booking .info-wrapper .info-wrapper-inner {
    padding: 20px 20px 20px 20px;
  }
  section.booking .info-wrapper img {
    position: relative;
    top: auto;
    left: auto;
    width: 120%;
    margin-left: -70px;
  }
  section.booking .info-wrapper p {
    font-size: 20px;
  }
  section.booking .info-wrapper p.big {
    font-size: 20px;
  }
  section.booking .info-wrapper p.price {
    font-size: 30px;
  }
}
@media print {
  body {
    background-color: transparent;
    padding: 0;
  }
  header {
    display: none;
  }
  img {
    page-break-inside: avoid;
  }
}
@media (min-width: 1280px) {
  .scrolled header {
    height: 120px;
  }
  .scrolled header .header-inner {
    height: 120px;
  }
}
/* accessibility */
*:focus:not(:focus-visible) {
  outline: none !important;
}

*:focus-visible {
  outline: 2px solid var(--color-blue-dark) !important;
  outline-offset: 2px;
}

@media (max-width: 1400px) {
#lobpreis-aktion {
bottom: 18%; right: 4%; 
	}}

.myCheckbox span {
	margin: 0 0 0 0;
	width: 26px;
	height: 26px;
	border: 2px solid #ffd100;
	background: url("../images/checkbox-default.png");
	float: left;
	margin: 7px 9px 0 0;
	}

.myCheckbox input:checked + span {
	background: url("../images/checkbox-checked.png");
	}

 .checkbox .custom-checkbox input{
	width: 25px;
    height: 25px;
    background-color: #fff;
}

/* Parallax */

#parallax-footer {
	height: 650px;
	}

.block	{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	}

.img-parallax {
	width: 100vmax;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	pointer-events: none;
	}

.floatimg {
	width: 50%;
	height: auto;
	float: left;
	margin: 2% 4% 4% 0;
	}

.mobileimg {
	display: none;
	margin: 10px auto 50px auto;
	max-width: 100%;
	}

.floatimg2 {
	width: 45%;
	height: auto;
	margin: 4% 4% 3% 0;
	float: left;
	}

.vers {
color: #fff;
max-width: 720px;
text-align: center;
margin: 0 auto;
  font-weight: 400;
  font-style: normal;
font-size: 32px;
line-height: 45px;
font-style: italic;
}

@media (max-width: 1040px) {

#parallax-footer, #wave1, #wave2 {
	display: none;
	}}

@media (max-width: 1100px) {

.vers	{
	font-size: 26px;
	line-height: 38px;
	}

.floatimg2 {
	width: 100%;
	height: auto;
	float: none;
	display: block;
	margin: 4% 0;
	}

.floatimg, #hero-img	{
	display: none;
	}

.mobileimg {
	display: block;
	}}

#hero-img {
	display: block;
	}

#hero-img-mobile {
	display:  none;
	}

@media (max-width: 800px) {

.vers	{
	font-size: 25px;
	line-height: 36px;
	}

#hero-img {
	display: none;
	}

#hero-img-mobile {
	display: block;
	}}

#vision-header {
	background-image: url('../images/bg-vision.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}

#vision-header2 {
	padding: 90px 30px 75px 30px;
	background-image: url('../images/bg-vision-berliner-gemeinde.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	}

#d-bg	{
	padding: 80px 30px;
	background-image: url('../images/bibel-christlicher-glaube.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

@media (max-width: 1400px) {
#vision-header2 {
	padding: 90px 30px 90px 30px;
	}}

@media (max-width: 1300px) {
#vision-header2 {
	padding: 80px 30px 90px 30px;
	}}

@media (max-width: 768px) {
#vision-header2 {
	padding: 50px 30px 100px 30px;
	}}

@media (max-width: 1600px) {
.vers	{
	font-size: 28px;
	line-height: 40px;
	}}

#toTop:hover{opacity:1;}#toTop,#toTopHover{border-radius: 90px; width:90px;height:90px;overflow:hidden}#toTop{box-shadow: 0 0 3px 3px rgba(0,0,0,0.08); -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.08); -moz-box-shadow: 0 3px 0 3px rgba(0,0,0,0.08);display:none;text-decoration:none;position:fixed;bottom:15px;right:15px;z-index:8010;border:none;text-indent:100%;background:url(../images/to-top.png) left top no-repeat;background-size: 100% auto;opacity: .7;}#toTopHover{opacity: 1;background:url(../images/to-top.png) left bottom:15px;right:15px; no-repeat;display:block;float:left;opacity:0;-moz-opacity:0;filter:alpha(opacity=0)}#toTop:active,#toTop:focus{outline:0;}@media only screen and (max-width: 870px) { #toTop,#toTopHover{width:90px;height:90px;}}

.accordion {
background-color: #f7f7f7;
border-radius: 5px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
margin-bottom: 30px;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
padding: 10px 10px 40px 10px;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #1d4cc3;
  float: right;
  margin: 12px 0 0 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion2 {
background: transparent;
border: 1px solid #eee;
border-radius: 5px;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
margin-bottom: 30px;
}

.accordion2 h3 {
margin: 0;
display: inline;
color: #fff;
}

.active2, .accordion2:hover {
background-color: #333b58; 
}

.accordion2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: #1d4cc3;
  float: right;
  margin: 12px 0 0 5px;
}

.active2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

    .header .navbar-expand-lg .navbar-nav>li>a {padding-right: 1rem;padding-left: 1rem;}
    .header .navbar-nav>li>a.active:before {content: "";width: 100%;margin: 0 auto;}
    .header .navbar-nav>li>a.dropdown-toggle::after {opacity: 0;visibility: hidden;}
    .header .navbar-nav>li .dropdown-menu {box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);border-width: 4px 0 0 0;border-top-color: var(--success);margin: -1px 0 0 0;border-radius: 0;display: block;opacity: 0;visibility: hidden;}
    .header .navbar-nav>li.dropdown:hover .dropdown-menu {opacity: 1;transform: translateY(-5px);visibility: visible;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .header .navbar-nav>li .dropdown-menu > .dropdown-item:hover {color: var(--success);background-color: transparent;}
    .header .navbar-nav .dropdown-menu {border: none;background: transparent;}
    .header .navbar-nav>li>a.dropdown-toggle::after {margin-top: 2rem;float: right;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
    .header .navbar-nav>li.show>a.dropdown-toggle::after {transform: rotate(180deg);}    

a.sublink:link, a.sublink:visited { 
	display: inline-block;
	line-height: 30px;
	font-size: 20px;
	color: var(--color-blue);
	margin: 7px 0;
	}

.sublink:link::after, .sublink:visited::after  {
	content: '';
	width: 0;
	height: 1px;
	background-color: var(--color-blue);
	display: inline-block;
	transition: width 0.3s ease;
	}

.sublink:hover::after {
	width: 100%;
	}

::placeholder { 
	background: #fff;
	-webkit-appearance: none;
	opacity: .5;
	}

#content-aktuell {
	max-width: 800px;
	background: #fff;
	padding: 70px 50px;
	margin: 0 auto;
	}

@media (max-width: 800px) {
#content-aktuell {
	margin: 0px;
	padding: 50px 20px;
	}}