/*

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
}
.background1 { opacity: 1; }
.background2 { opacity: 0; }

.section {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
*/

.background-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease-in-out;
}
.background1 { opacity: 1; }
.background2 { opacity: 0; }
/*
.section {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color: white;
}*/


.section {
  min-height: 130vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.scrollsection-inner {
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
  max-width: 900px;
  margin: 0 auto;
}


.twd-kampagne-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  padding: 2rem 0.1rem;
  position: relative;
}

.twd-kampagne-header-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.kampagne-title {
  margin: 0;
  font-size: 2rem;
}

.back-link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  text-decoration: none;
  color: #0073aa;
}

.back-link:hover {
  text-decoration: underline;
}

/* Button für Slider */
.wp-block-button {
  display: inline-block;
}

.wp-block-button a {
  display: inline-block;
  padding: 0.5em 1.5em;
  background-color: #ffffff;
  color: #E3000F;
  border: 2px solid #E3000F;
  text-decoration: none;
  border-radius: 0; /* eckig */
  transition: background-color 0.3s ease, color 0.3s ease;
}

.wp-block-button a:hover {
  background-color: #E3000F;
  color: #ffffff;
  text-decoration: none;
}


/* TEST RESPONSIVE */
/* responsive */
/* ========== DESKTOP GRUNDLAYOUT ========== */
.section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  background-size: cover;
  background-position: center;
  width: 100%;
  box-sizing: border-box;
	margin-bottom: 30vh;
}

.scrollsection-inner {
  background-color: #fff;
  padding: 2rem;
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  font-size: 1.125rem; /* ca. 18px */
  line-height: 1.6;
	margin-top: 10vh;
}

/* ========== ALIGNMENTS ========== */
.alignment-top {
  justify-content: flex-start;
  padding-top: 10vh;
}

.alignment-center {
  justify-content: center;
}

.alignment-bottom {
  justify-content: flex-end;
  padding-bottom: 10vh;
}


/* Mobile */
@media screen and (max-width: 767px) {
	.section {
		padding: 0.5rem;
		xmargin-bottom: 50vh;
	}

	.scrollsection-inner {
  font-size: 1.0rem; /* ca. 16px */
}

	
}
