/* CSS Document */ :root {
    --theme1: #fff;
    --theme2: #1282e0;
    --theme3: #0e68b3;
    --theme4: #0b4e86;
    --theme5: #07345a;
    --theme6: #041a2d;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
html {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--theme5) !important;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
h1, .h1 {
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.8rem;
    color: var(--theme2);
    margin-top: 4rem;
}
h2 {
    font-size: 1.1rem;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.2rem;
    color: var(--theme2);
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.header-seepferdchen h2 {
    margin-top: 0;
}
h3 {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--theme2);
}

.zfa {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: var(--theme2);
	text-transform: none;
	letter-spacing: 1px;
	width: 100%;
	z-index: 1;
}
li {
    list-style: none;
    padding-left: 20px;
}
nav li:before {
    content: '';
}
li:before {
    display: block;
    position: relative;
    content: url("../img/liste.svg");
    width: 25px;
    height: auto;
    top: 27px;
    left: -35px;
}
#intro-seepferdchen li, #intro-silber li, #intro-kindergeburtstag li {
    color: var(--theme1);
    font-weight: 600;
}
#intro-kindergeburtstag li {
    color: var(--theme1);
    font-weight: 400;
}
#intro-seepferdchen li:before, #intro-silber li:before, #intro-kindergeburtstag li:before {
    content: url("../img/liste-weiss.svg");
}
li > p:first-child {
    margin-bottom: .3rem;
}
.bold {
    font-weight: 700;
}
.theme2 {
    color: var(--theme2);
    font-weight: 700;
    padding-bottom: 3rem;
}
.kleiner {
    font-size: .9em;
}
.letter10 {
    letter-spacing: 1px;
}
.letter25 {
    letter-spacing: 2.5px;
}
.bg {
    background-color: var(--theme2);
}
.mb-5rem {
    margin-bottom: 5rem;
}
.mb-10rem {
    margin-bottom: 10rem;
}
.mb-100 {
    margin-bottom: -100px;
}
/*----------------------------------------------------------------- Navigation -----------------------------------------------------------------*/
.slideout-sidebar {
    position: fixed;
    top: 0;
    left: -260px;
    z-index: 500;
    height: 100%;
    padding: 20px 35px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    background-color: var(--theme2);
    transition: all .3s ease-in-out;
}
.slideout-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.slideout-sidebar ul li {
    cursor: pointer;
    padding: 18px 0;
    color: var(--theme1);
    border-bottom: 1px solid var(--theme1);
    transition: all .3s ease-in-out;
}
.slideout-sidebar ul a:last-child li {
    border-bottom: 0;
}
.slideout-sidebar ul li:hover, .slideout-sidebar ul li.active {
    color: var(--theme6);
}
nav a {
    text-decoration: none;
    color: inherit;
}
#menu-toggle {
    display: none;
}
.menu-icon {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    transition: all .3s ease-in-out;
}
.menu-icon img {
    height: 94px;
    width: 94px;
    cursor: pointer;
}
#menu-toggle:checked ~ .slideout-sidebar {
    left: 0px;
}
#menu-toggle:checked + .menu-icon {
    left: 250px;
}
/*----------------------------------------------------------------- Header -----------------------------------------------------------------*/
header {
    position: relative;
}
.header-aquafitness h1, .header-silber h1, .header-kindergeburtstag h1 {
    margin-top: 0;
    padding-top: 7rem;
    padding-bottom: 1rem;
}
.header-entschuldigung h1, .header-datenschutz h1, .header-filmnacht h1, .header-impressum h1, .header-news h1, .header-seepferdchen h1 {
    margin-top: 0;
    padding-top: 7rem;
    padding-bottom: 0rem;
}
.header-entschuldigung h1 {
    font-size: 7rem;
    line-height: 6rem;
}
.header-datenschutz {
    padding-bottom: 5rem;
}
.header-entschuldigung h2, .header-filmnacht h2, .header-seepferdchen h2 {
    font-weight: 700;
    letter-spacing: 1px;
}
.header-filmnacht h2 {
    margin-bottom: 4rem;
}
header img {
    position: absolute;
}
header .logo {
    top: 0;
    right: 0;
    width: 90px;
    height: auto;
}
header .stoerer {
    left: 20px;
    bottom: -40px;
    width: 100px;
    height: auto;
}
.header-impressum .stoerer {
    bottom: -60px;
}
header .scroll {
    display: none;
    right: 20px;
    bottom: 80px;
    width: 25px;
    height: auto;
}
video {
    width: 100%;
    height: auto;
}
/*----------------------------------------------------------------- Wellen -----------------------------------------------------------------*/
.wave-transparent, .wave-lightblue, .wave-darkblue {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
}
.wave-transparent {
    background: transparent;
}
.wave-lightblue {
    background: var(--theme2);
}
.wave-darkblue {
    background: var(--theme3);
}
.wave-transparent .wave, .wave-lightblue .wave, .wave-darkblue .wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: 1920px 100px;
}
.wave-transparent .wave {
    background: url("../img/welle1.png");
}
.wave-lightblue .wave {
    background: url("../img/welle2.png");
}
.wave-darkblue .wave {
    background: url("../img/welle3.png");
}
.wave-transparent .wave.wave1-1 {
    animation: animate-wave 10s linear infinite;
    z-index: 100;
    opacity: 1;
    animation-delay: 0s;
    bottom: -1px;
}
.wave-transparent .wave.wave1-2 {
    animation: animate-wave2 15s linear infinite;
    z-index: 99;
    opacity: .8;
    animation-delay: -4s;
    bottom: -1px;
}
.wave-transparent .wave.wave1-3 {
    animation: animate-wave 20s linear infinite;
    z-index: 98;
    opacity: .6;
    animation-delay: -2s;
    bottom: -1px;
}
.wave-transparent .wave.wave1-4 {
    animation: animate-wave2 5s linear infinite;
    z-index: 97;
    opacity: .4;
    animation-delay: -5s;
    bottom: -1px;
}
.wave-lightblue .wave.wave2-1 {
    animation: animate-wave 8s linear infinite;
    z-index: 100;
    opacity: 1;
    animation-delay: -3s;
    bottom: -1px;
}
.wave-lightblue .wave.wave2-2 {
    animation: animate-wave2 16s linear infinite;
    z-index: 99;
    opacity: .8;
    animation-delay: -1s;
    bottom: -1px;
}
.wave-lightblue .wave.wave2-3 {
    animation: animate-wave 18s linear infinite;
    z-index: 98;
    opacity: .6;
    animation-delay: -8s;
    bottom: -1px;
}
.wave-lightblue .wave.wave2-4 {
    animation: animate-wave2 6s linear infinite;
    z-index: 97;
    opacity: .4;
    animation-delay: -5s;
    bottom: -1px;
}
.wave-darkblue .wave.wave3-1 {
    animation: animate-wave 9s linear infinite;
    z-index: 100;
    opacity: 1;
    animation-delay: -3s;
    bottom: -1px;
}
.wave-darkblue .wave.wave3-2 {
    animation: animate-wave2 14s linear infinite;
    z-index: 99;
    opacity: .8;
    animation-delay: -1s;
    bottom: -1px;
}
.wave-darkblue .wave.wave3-3 {
    animation: animate-wave 21s linear infinite;
    z-index: 98;
    opacity: .6;
    animation-delay: -8s;
    bottom: -1px;
}
.wave-darkblue .wave.wave3-4 {
    animation: animate-wave2 7s linear infinite;
    z-index: 97;
    opacity: .4;
    animation-delay: -5s;
    bottom: -1px;
}
@keyframes animate-wave {
    0% {background-position: 0;}
    100% {background-position: 1920px;}
}
@keyframes animate-wave2 {
    0% {background-position-x: 0;}
    100% {background-position-x: -1920px;}
}
/*----------------------------------------------------------------- Slideshow -----------------------------------------------------------------*/
#slideshow .container {
    position: relative;
    height: 220px;
}
#slideshow .container .row {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
}
.slideshow-slider, .slideshow-slider2 {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.slideshow-slider {
    border: solid 15px var(--theme1);
}
.slideshow-slider figure div, .slideshow-slider2 figure div {
    float: left;
    width: 20%;
}
.slideshow-slider figure, .slideshow-slider2 figure {
    position: relative;
    width: 500%;
    margin: 0;
    animation: animate-slideshow 32s infinite;
}
.m-neg {
    margin-top: -170px;
    margin-bottom: 0;
}
figure h4 {
    color: var(--theme1);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 1rem;
}
figure p {
    color: var(--theme1);
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    font-size: .9rem;
}
#slideshow h4, #slideshow p, #slideshow img {
    transition: all .3s ease-in-out;
}
#slideshow:hover h4, #slideshow:hover p {
    color: var(--theme6);
}
#slideshow:hover img, .impressum img:hover {
    filter: brightness(.5);
}
.impressum img {
    transition: all .3s ease-in-out;
}
@keyframes animate-slideshow {
    0% {left: 0%;}
    10% {left: 0%;}
    12.5% {left: -100%;}
    22.5% {left: -100%;}
    25% {left: -200%;}
    35% {left: -200%;}
    37.5% {left: -300%;}
    47.5% {left: -300%;}
    50% {left: -400%;}
    60% {left: -400%;}
    62.5% {left: -300%;}
    72.5% {left: -300%;}
    75% {left: -200%;}
    85% {left: -200%;}
    87.5% {left: -100%;}
    97.5% {left: -100%;}
    100% {left: 0%;}
}
/*----------------------------------------------------------------- Kursangebote -----------------------------------------------------------------*/
#kursangebote {
    margin-top: 5rem;
}
.drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
    padding: 20px;
    position: relative;
    width: 300px;
    height: 300px;
    box-shadow: inset 20px 20px 20px rgba(0, 0, 0, 0.05), 25px 35px 20px rgba(0, 0, 0, 0.05), 25px 30px 30px rgba(0, 0, 0, 0.05), inset -20px -20px 25px rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
    background-size: cover;
    overflow: hidden;
}
.drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before, .drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
    content: '';
    position: absolute;
    background: #fffd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before {
    top: 17%;
    left: 17%;
    width: 25px;
    height: 25px;
}
.drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
    top: 26%;
    left: 26%;
    width: 13px;
    height: 13px;
}
.drop1 {
    border-radius: 33% 67% 58% 42% / 51% 33% 67% 49%;
    background-image: url("../img/tropfen-1-babyschwimmen.webp");
}
.drop2 {
    border-radius: 49% 46% 43% 50% / 54% 62% 34% 46%;
    background-image: url("../img/tropfen-2-silber.webp");
}
.drop3 {
    border-radius: 46% 49% 57% 40% / 72% 30% 70% 28%;
    background-image: url("../img/tropfen-3-kindergeburtstag.webp");
}
.drop4 {
    border-radius: 60% 42% 58% 37% / 51% 33% 67% 49%;
    background-image: url("../img/tropfen-4-erwachsene.webp");
}
.drop5 {
    border-radius: 39% 71% 56% 59% / 66% 66% 34% 34%;
    background-image: url("../img/tropfen-5-wassergymnastik.webp");
}
.drop6 {
    border-radius: 48% 47% 32% 59% / 72% 30% 70% 28%;
    background-image: url("../img/tropfen-6-aquafitness.webp");
}
.drop1:hover, .drop1:active, .drop2:hover, .drop2:active, .drop3:hover, .drop3:active, .drop4:hover, .drop4:active, .drop5:hover, .drop5:active, .drop6:hover, .drop6:active {
    border-radius: 50%;
}
.details {
    background-color: var(--theme2);
    color: var(--theme1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin: 0 0 2rem -1rem;
    padding: 5px 18px 3px 13px;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 0.5px;
    transition: all .3s ease-in-out;
}
.news .details {
    margin: 0 0 2rem 0;
}
a:hover > .details {
    color: var(--theme5);
}
.details ~ svg {
    position: relative;
    width: 50px;
    height: auto;
    top: -1px;
    left: -15px;
    transition: all .3s ease-in-out;
}
.details ~ svg .st1 {
    transition: all .3s ease-in-out;
}
a:hover > .details ~ svg .st1 {
    fill: var(--theme1);
}
/*----------------------------------------------------------------- Aquafitness -----------------------------------------------------------------*/
.header-aquafitness {
    padding-bottom: 25rem;
    background-image: url("../img/oneliner-aquafitness.svg");
    background-repeat: no-repeat;
    background-position: center 14%;
    background-size: 12%;
}
#intro-aquafitness .m-neg {
    margin-top: -420px;
}
#intro-aquafitness .container {
    position: relative;
    height: 280px;
}
/*----------------------------------------------------------------- Filmnacht -----------------------------------------------------------------*/
.header-filmnacht {
    padding-bottom: 25rem;
    background-image: url("../img/oneliner-filmnacht.svg");
    background-repeat: no-repeat;
    background-position: center 17%;
    background-size: 19%;
}
#intro-filmnacht .m-neg {
    margin-top: -170px;
    margin-bottom: 0;
}
#intro-filmnacht .container {
    position: relative;
    height: 275px;
}
.intro-bild-filmnacht {
    border: solid 15px var(--theme1);
}
#kalender-filmnacht tr:nth-child(2) {
    height: initial;
}
/*----------------------------------------------------------------- Seepferdchen -----------------------------------------------------------------*/
.header-seepferdchen {
    padding-bottom: 18rem;
    background-image: url("../img/oneliner-seepferdchen.svg");
    background-repeat: no-repeat;
    background-position: center 15%;
    background-size: 20%;
}
#intro-seepferdchen .m-neg {
    margin-top: -340px;
    margin-bottom: 0;
}
#intro-seepferdchen .container {
    position: relative;
    height: 610px;
}
/*----------------------------------------------------------------- Silber -----------------------------------------------------------------*/
.header-silber {
    padding-bottom: 20rem;
    background-image: url("../img/oneliner-silber.svg");
    background-repeat: no-repeat;
    background-position: center 19%;
    background-size: 17%;
}
#intro-silber .m-neg {
    margin-top: -340px;
    margin-bottom: 0;
}
#intro-silber .container {
    position: relative;
    height: 600px;
}
/*----------------------------------------------------------------- Kindergeburtstag -----------------------------------------------------------------*/
.header-kindergeburtstag {
    padding-bottom: 20rem;
    background-image: url("../img/oneliner-kindergeburtstag.svg");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 85%;
}
#intro-kindergeburtstag .m-neg {
    margin-top: -340px;
    margin-bottom: 0;
}
#intro-kindergeburtstag .container {
    position: relative;
    height: 640px;
}
/*----------------------------------------------------------------- Detailseiten -----------------------------------------------------------------*/
#intro-aquafitness .container .row, #intro-filmnacht .container .row, #intro-seepferdchen .container .row, #intro-silber .container .row, #intro-kindergeburtstag .container .row {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
}
#intro-filmnacht p, #intro-seepferdchen p, #intro-silber p, #intro-kindergeburtstag p {
    color: var(--theme1);
    font-weight: 600;
}
#intro-aquafitness p {
    color: var(--theme1);
}
#intro-seepferdchen p, #intro-silber p, #intro-kindergeburtstag p {
    margin-bottom: 0;
}
#kalender-aquafitness, #kalender-filmnacht, #kalender-seepferdchen, #kalender-silber, #formular-kindergeburtstag {
    background-image: url("../img/textur.webp");
    background-size: cover;
    background-position: center center;
    padding: 4rem 0 10rem;
}
#formular-kindergeburtstag {
    padding: 4rem 0 17rem;
}
#kalender-filmnacht td {
    font-weight: 700;
    color: var(--theme2);
    padding: 0;
}
#kalender-aquafitness h4, #kalender-filmnacht h4, #kalender-seepferdchen h4, #kalender-silber h4 {
    color: var(--theme2);
    font-weight: 700;
}
#kalender-aquafitness .details, #kalender-filmnacht .details, #kalender-seepferdchen .details, #kalender-silber .details {
    width: 235px;
    padding: 8px 18px 6px 22px;
    margin: 0 0 2rem 0;
}
#kalender-aquafitness .details ~ svg, #kalender-filmnacht .details ~ svg, #kalender-seepferdchen .details ~ svg, #kalender-silber .details ~ svg {
    width: 60px;
    top: -13px;
}
.kalender2, .kalender3, .kalender4 {
    width: 250px;
    height: auto;
    overflow: hidden;
    position: relative;
    border: 15px solid var(--theme2);
}
.navigation2, .navigation3, .navigation4 {
    position: absolute;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
.blatt2 svg, .blatt3 svg, .blatt4 svg {
    width: 100%;
    height: 100%;
}
.bar2, .bar3, .bar4 {
    width: 46px;
    height: 23px;
    margin: 2px;
    padding: 3px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    color: var(--theme2);
}
.bar2:hover, .bar3:hover, .bar4:hover {
    background: var(--theme2);
    color: var(--theme1);
}
input[name="r2"], input[name="r3"], input[name="r4"] {
    position: absolute;
    visibility: hidden;
}
/*----------------------------------------------------------------- Kalender 2 Monate -----------------------------------------------------------------*/
.kalenderblatt2 {
    width: 200%;
    height: 100%;
    display: flex;
}
.blatt2 {
    width: 50%;
    transition: all .3s ease-in-out;
}
#r2-1:checked ~ .b2 {
    margin-left: 0;
}
#r2-2:checked ~ .b2 {
    margin-left: -50%;
}
/*----------------------------------------------------------------- Kalender 3 Monate -----------------------------------------------------------------*/
.kalenderblatt3 {
    width: 300%;
    height: 100%;
    display: flex;
}
.blatt3 {
    width: 33.33333333%;
    transition: all .3s ease-in-out;
}
#r3-1:checked ~ .b3 {
    margin-left: 0;
}
#r3-2:checked ~ .b3 {
    margin-left: -33.33333333%;
}
#r3-3:checked ~ .b3 {
    margin-left: -66.66666667%;
}
/*----------------------------------------------------------------- Kalender 4 Monate -----------------------------------------------------------------*/
.kalenderblatt4 {
    width: 400%;
    height: 100%;
    display: flex;
}
.blatt4 {
    width: 25%;
    transition: all .3s ease-in-out;
}
#r4-1:checked ~ .b4 {
    margin-left: 0;
}
#r4-2:checked ~ .b4 {
    margin-left: -25%;
}
#r4-3:checked ~ .b4 {
    margin-left: -50%;
}
#r4-4:checked ~ .b4 {
    margin-left: -75%;
}
.cls-22 {
    transition: all .3s ease-in-out;
}
a:hover .cls-22 {
    fill: var(--theme5);
}
/*----------------------------------------------------------------- Formular -----------------------------------------------------------------*/
.form {
    border: solid 15px var(--theme2);
    background-color: var(--theme1);
}
.form {
    position: relative
}
.form > button {
    position: absolute;
    display: block;
    bottom: -100px;
    right: -15px;
    border: none;
    background-color: var(--theme2);
    color: var(--theme1);
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.form > button:hover {
    color: var(--theme5);
}
#formular-kindergeburtstag h2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--theme2);
    margin-bottom: 4rem;
}
fieldset {
    margin-bottom: 2rem;
}
legend {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5rem;
    color: var(--theme2);
    padding: 2rem 0;
}
legend > span {
    color: var(--theme2);
    text-align: center;
    text-transform: none;
    font-size: 1rem;
    font-weight: 400;
}
label {
    margin-bottom: 0.5rem;
    line-height: 1.2rem;
    color: var(--theme2);
}
form h3 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--theme2);
}
.inputBox {
    position: relative;
    width: 100%;
    height: 40px;
    color: var(--theme2);
    margin: 1rem 0;
}
.inputBox input, .inputBox select {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
    font-size: 1rem;
    padding: 0 11px;
    z-index: 1;
    color: var(--theme1);
}
.inputBox select, .inputBox input[type="date"] {
    background: var(--theme2);
}
.inputBox select {
    padding: 0 5px;
}
.inputBox .text {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 1rem;
    padding: 0 10px;
    display: block;
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.anrede:before, .wunschtermin:before {
    position: absolute;
    top: -18px;
    font-size: .7rem;
    color: var(--theme2);
}
.anrede:before {
    content: 'Anrede';
}
.wunschtermin:before {
    content: 'Wunschtermin*';
}
.inputBox input:focus + .text, .inputBox input:valid + .text {
    top: -30px;
    left: -10px;
    font-size: .7rem;
    color: var(--theme2);
    position: relative;
    display: block;
}
.inputBox .line {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--theme2);
    transition: all .3s ease-in-out;
    pointer-events: none;
}
.inputBox input:focus ~ .line, .inputBox input:valid ~ .line {
    height: 100%;
}
input[type="checkbox"], input[type="radio"], input[type="checkbox"]:checked, input[type="radio"]:checked {
    appearance: none;
    margin: 0 8px 0 0;
    width: 15px;
    height: 15px;
    aspect-ratio: 1;
    border: 2px solid var(--theme2);
    transform: translateY(1px);
}
input[type="checkbox"] {
    background-color: var(--theme1);
    border-radius: 2px;
}
input[type="checkbox"]:checked {
    background-image: url("../img/radiocheck.webp");
    background-size: cover;
    border-radius: 2px;
}
input[type="radio"] {
    background-color: var(--theme1);
    border-radius: 10px;
}
input[type="radio"]:checked {
    background-image: url("../img/radiocheck.webp");
    background-size: cover;
    border-radius: 10px;
}
.auswahlanimation, .auswahl {
    display: none;
    height: 0px;
    overflow: hidden;
}
.mywrap {
    display: flex;
}
#mit-animation:checked ~ label > .auswahlanimation {
    display: flex;
    flex-wrap: wrap;
    animation: animate-height .3s ease-in-out;
    animation-fill-mode: forwards;
}
#mit-bewirtung:checked ~ label > .auswahl {
    display: block;
    animation: animate-height2 .5s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes animate-height {
    0% {height: 0px;}
    100% {height: 137px;}
}
@keyframes animate-height2 {
    0% {height: 0px;}
	100% {height: 470px;}
}
/*-------------------------------------------------- Impressum / Datenschutz / News / 404 ------------------------------------------------------------*/
.impressum {
    padding: 4rem 0 10rem;
}
.impressum p {
	color: var(--theme5);
}
.impressum a, .impressum a > .letter25 {
	color: var(--theme2);
	transition: all .3s ease-in-out;
}
.impressum a:hover, .impressum a:hover > .letter25 {
	color: var(--theme5);
}
.datenschutz, .news {
    padding: 6rem 0 10rem;
}
.entschuldigung {
    padding: 0 0 10rem;
}
.datenschutz h2, .impressum h2, .news h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: start;
    line-height: normal;
    color: var(--theme2);
    margin: 5rem 0 1rem;
}
.datenschutz h2, .news h2 {
    margin: 0 0 1rem;
}
.datenschutz h3, .impressum h3, .news h3 {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    line-height: normal;
    color: var(--theme2);
    margin: 1rem 0 0;
}
.datenschutz h4, .impressum h4, .news h4 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0;
    text-align: start;
    text-transform: none;
    line-height: normal;
    color: var(--theme2);
    margin: 1rem 0 0;
}
.impressum table ~ h3 {
    margin-top: 2.5rem;
}
.impressum table {
    width: 100%;
}
.impressum td {
    padding: 10px 15px;
    vertical-align: inherit;
}
.impressum td:nth-child(2) {
    width: 95%;
}
.impressum tr {
    border-bottom: 1px solid var(--theme2);
}
.news article:nth-child(odd) {
    background-image: url("../img/textur.webp");
    background-size: cover;
}
.header-news {
    background-image: url("../img/oneliner-news.svg");
    background-repeat: no-repeat;
    background-position: center 67%;
    background-size: 15%;
}
.header-entschuldigung h2 {
    font-size: 1rem;
    margin-bottom: 3rem;
}
.entschuldigung h3 {
    font-size: 1rem;
}
.entschuldigung li {
    margin-top: -.5rem;
}
/*----------------------------------------------------------------- Footer -----------------------------------------------------------------*/
footer {
    position: relative;
}
footer * {
    color: var(--theme1);
}
body a {
    text-decoration: none;
    transition: all .3s ease-in-out;
    padding: 10px 0;
}
body a:hover {
    color: var(--theme6);
}
footer a .st2, a > .letter25 {
    transition: all .3s ease-in-out;
}
footer a:hover .st2, a:hover > .letter25 {
    fill: var(--theme6);
}
a:hover > .letter25 {
    color: var(--theme6);
}
#oeffnungszeiten {
    background-color: var(--theme2);
}
#preise {
    background-color: var(--theme3);
}
#kontakt {
    background-color: var(--theme4);
}
#kursangebote2, #oeffnungszeiten, #preise {
    padding-bottom: 2rem;
}
#kursangebote2 {
    margin-top: 5rem;
}
table {
    width: 100%;
}
tr:nth-child(2) {
    height: 80px;
}
td {
    vertical-align: top;
}
th, td {
    padding: 6px 0;
}
#oeffnungszeiten td {
    width: 50%;
}
th, footer h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1.5rem;
    text-align: center;
    padding-bottom: 2rem;
}
th > img, .contact-img {
    display: block;
    width: 50px;
    height: auto;
    margin-bottom: 1rem;
    color: var(--theme1);
}
th > img {
    margin-top: 2rem;
}
.contact-img {
    padding-top: 3rem;
}
#preise td {
    padding-bottom: 25px;
}
#preise td:nth-child(3) {
    text-align: end;
}
#kontakt p {
    line-height: 1rem;
    padding: 0 20px;
}
#kontakt p > img, #kontakt p > svg, #kontakt a > img, #kontakt a > svg {
    display: inline-block;
    position: relative;
    width: 20px;
    height: auto;
    top: -2px;
    left: -5px;
}
#kontakt a > img {
    top: -2px;
}
hr {
    margin: 3rem 20px 1rem 13px;
    opacity: 1;
}
.copyright {
    padding-right: calc(var(--bs-gutter-x) * -1);
}
#kontakt .copyright img {
    width: 15px;
    top: -1px;
    left: -4px;
}
/*----------------------------------------------------------------- Media_Queries -----------------------------------------------------------------*/
@media (min-width: 390px) {
    #intro-filmnacht .container {
        height: 295px;
    }
    #intro-aquafitness .container {
        height: 310px;
    }
    #intro-seepferdchen .container {
        height: 650px;
    }
}
@media (min-width: 410px) {
    #slideshow .container {
        height: 250px;
    }
    figure p {
        font-size: 1rem;
    }
    .details {
        font-size: 1rem;
        margin: 0 0 2rem 0;
    }
    #intro-aquafitness .container {
        height: 330px;
    }
}
@media (min-width: 420px) {
    #intro-silber .container {
        height: 640px;
    }
    #intro-kindergeburtstag .container {
        height: 660px;
    }
}
@media (min-width: 440px) {
    #intro-aquafitness .container {
        height: 360px;
    }
    #intro-seepferdchen .container {
        height: 700px;
    }
    #intro-silber .container {
        height: 660px;
    }
    #intro-kindergeburtstag .container {
        height: 680px;
    }
}
@media (min-width: 450px) {
    #kalender-aquafitness .details, #kalender-filmnacht .details, #kalender-seepferdchen .details, #kalender-silber .details {
        width: 300px;
    }
    #intro-silber .container {
        height: 680px;
    }
}
@media (min-width: 460px) {
    #slideshow .container {
        height: 275px;
    }
    #intro-aquafitness .container {
        height: 385px;
    }
    #intro-kindergeburtstag .container {
        height: 685px;
    }
}
@media (min-width: 480px) {
    #intro-filmnacht .container {
        height: 305px;
    }
    #kalender-aquafitness .details, #kalender-filmnacht .details, #kalender-seepferdchen .details, #kalender-silber .details {
        width: 330px;
        margin: 0 0 2rem 0;
    }
    #intro-seepferdchen .container {
        height: 750px;
    }
    #intro-silber .container {
        height: 680px;
    }
    #intro-silber .container {
        height: 695px;
    }
}
@media (min-width: 500px) {
    #slideshow .container {
        height: 285px;
    }
    .details {
        margin: 0 0 2rem 15px;
    }
    .drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
        width: 400px;
        height: 400px;
    }
    .drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before {
        width: 32px;
        height: 32px;
    }
    .drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
        width: 16px;
        height: 16px;
    }
    table {
        width: 60%;
    }
    #kalender-filmnacht table {
        width: 80%;
    }
    .kalender2, .kalender3, .kalender4 {
        width: 300px;
    }
    .navigation2, .navigation3, .navigation4 {
        bottom: 23px;
    }
    .bar2, .bar3, .bar4 {
        width: 54px;
        height: 25px;
        font-size: 1.1rem;
        padding: 5px;
    }
    #intro-aquafitness .container {
        height: 410px;
    }
    .header-silber {
        background-position: center 10%;
    }
    #intro-kindergeburtstag .container {
        height: 720px;
    }
    #intro-silber .container {
        height: 725px;
    }
}
@media (min-width: 510px) {
    #intro-filmnacht .container {
        height: 325px;
    }
    #intro-aquafitness .container {
        height: 430px;
    }
    #intro-silber .container {
        height: 735px;
    }
}
@media (min-width: 525px) {
    #slideshow .container {
        height: 310px;
    }
    #intro-filmnacht .container {
        height: 335px;
    }
    #intro-aquafitness .container {
        height: 440px;
    }
    #intro-seepferdchen .container {
        height: 790px;
    }
}
@media (min-width: 535px) {
    #intro-aquafitness .container {
        height: 460px;
    }
    #intro-silber .container {
        height: 760px;
    }
    #intro-kindergeburtstag .container {
        height: 745px;
    }
}
@media (min-width: 550px) {
    #intro-aquafitness .container {
        height: 480px;
    }
    #intro-kindergeburtstag .container {
        height: 765px;
    }
    #intro-seepferdchen .container {
        height: 835px;
    }
    #intro-silber .container {
        height: 790px;
    }
}
@media (min-width: 568px) {
    header .logo {
        width: 110px;
    }
    header .stoerer {
        bottom: -55px;
        width: 140px;
    }
    h1, .h1 {
        font-size: 3rem;
        line-height: 3rem;
        margin-top: 5rem;
    }
    h2 {
        font-size: 1.7rem;
        letter-spacing: 4px;
        line-height: 1.7rem;
        margin-bottom: 5rem;
    }
    .header-entschuldigung h2 {
        margin-bottom: 4rem;
        font-size: 1.5rem;
    }
    h3 {
        font-size: 2rem;
    }
    #kalender-aquafitness, #kalender-filmnacht, #kalender-seepferdchen, #kalender-silber {
        padding: 4rem 0 15rem;
    }
    .header-datenschutz {
        padding-bottom: 7rem;
    }
    #intro-aquafitness .container {
        height: 465px;
    }
    #intro-filmnacht .container {
        height: 350px;
    }
    #intro-kindergeburtstag .container, #intro-silber .container {
        height: 800px;
    }
}
@media (min-width: 576px) {
    #slideshow .container {
        height: 290px;
    }
    #intro-seepferdchen .container {
        height: 800px;
    }
    #intro-silber .container {
        height: 780px;
    }
    #intro-kindergeburtstag .container {
        height: 750px;
    }
}
@media (min-width: 768px) {
    body, html {
        font-size: 16px;
    }
    header .logo {
        width: 140px;
    }
    header .stoerer {
        width: 180px;
    }
    .header-impressum .stoerer {
        bottom: -100px;
    }
    h1, .h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    h2 {
        font-size: 2rem;
        letter-spacing: 6px;
        line-height: 2rem;
    }
    h3 {
        font-size: 2.4rem;
    }
    #slideshow .container {
        height: 410px;
    }
    .slideshow-slider {
        border: solid 20px var(--theme1);
    }
    .intro-bild-filmnacht {
        border: solid 20px var(--theme1);
    }
    #intro-filmnacht .container {
        height: 460px;
    }
    #intro-aquafitness .container {
        height: 715px;
    }
    #intro-seepferdchen .container {
        height: 1070px;
    }
    #intro-silber .container {
        height: 1050px;
    }
    #intro-kindergeburtstag .container {
        height: 1050px;
    }
    .drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
        width: 500px;
        height: 500px;
    }
    .drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before {
        width: 40px;
        height: 40px;
    }
    .drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
        width: 20px;
        height: 20px;
    }
    table {
        width: 60%;
    }
    .kalender2, .kalender3, .kalender4 {
        width: 350px;
        height: auto;
        overflow: hidden;
        position: relative;
        border: 20px solid var(--theme2);
    }
    .navigation2, .navigation3, .navigation4 {
        bottom: 28px;
    }
    .bar2, .bar3, .bar4 {
        width: 56px;
        height: 26px;
        margin: 4px;
        padding: 4px;
        font-size: 1.2rem;
    }
    .form {
        border: solid 20px var(--theme2);
    }
    .form > button {
        right: -20px;
    }
    legend {
        font-size: 2.5rem;
    }
    #formular-kindergeburtstag h2 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.3rem;
    }
    .impressum h2 {
        font-size: 2rem;
    }
    .impressum h3 {
        font-size: 1.5rem;
    }
    .header-datenschutz {
        padding-bottom: 8rem;
    }
    #kursangebote {
        margin-top: 8rem;
    }
    @keyframes animate-height {
        0% {height: 0px;}
        100% {height: 150px;}
    }
    @keyframes animate-height2 {
        0% {height: 0px;}
        100% {height: 530px;}
    }
}
@media (min-width: 992px) {
    header .logo {
        width: 180px;
    }
    header .stoerer {
        bottom: -75px;
        width: 210px;
    }
    header .scroll {
        display: block;
    }
    h1, .h1 {
        font-size: 4.5rem;
        line-height: 4.5rem;
        margin-top: 7rem;
    }
    h2 {
        font-size: 2.5rem;
        letter-spacing: 8px;
        line-height: 2.5rem;
        margin-top: 2rem;
    }
    .header-entschuldigung h2 {
        margin-bottom: 4.5rem;
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    h3 {
        font-size: 1.9rem;
    }
    #slideshow .container {
        height: 450px;
    }
    #intro-filmnacht .container {
        height: 530px;
    }
    #intro-aquafitness .container {
        height: 860px;
    }
    #intro-seepferdchen .container {
        height: 1200px;
    }
    #intro-silber .container {
        height: 1120px;
    }
    #intro-kindergeburtstag .container {
        height: 1090px;
    }
    .drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
        width: 400px;
        height: 400px;
    }
    .drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before {
        width: 32px;
        height: 32px;
    }
    .drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
        width: 16px;
        height: 16px;
    }
    table {
        width: 70%;
    }
    .kalender2, .kalender3, .kalender4 {
        width: 400px;
    }
    .bar2, .bar3, .bar4 {
        width: 68px;
        height: 32px;
        padding: 7px;
        font-size: 1.4rem;
    }
    .header-datenschutz {
        padding-bottom: 10rem;
    }
    #kalender-aquafitness, #kalender-filmnacht, #kalender-seepferdchen, #kalender-silber, #formular-kindergeburtstag {
        padding: 8rem 0 15rem;
    }
}
@media (min-width: 1200px) {
    header .logo {
        width: 215px;
    }
    header .stoerer {
        width: 230px;
    }
    .header-datenschutz .stoerer {
        bottom: -40px;
    }
    header .scroll {
        width: 30px;
    }
    h1, .h1 {
        font-size: 5.5rem;
        line-height: 5.5rem;
    }
    h2 {
        font-size: 3rem;
        letter-spacing: 11px;
        line-height: 3rem;
    }
    h3 {
        font-size: 2.4rem;
    }
    .header-entschuldigung h1, .header-datenschutz h1, .header-filmnacht h1, .header-impressum h1, .header-news h1, .header-seepferdchen h1 {
        margin-top: 0;
        padding-top: 9rem;
        padding-bottom: 0rem;
    }
    .header-aquafitness h1, .header-silber h1, .header-kindergeburtstag h1 {
        margin-top: 0;
        padding-top: 9rem;
        padding-bottom: 1rem;
    }
    #slideshow .container {
        height: 180px;
    }
    #intro-filmnacht .container {
        height: 200px;
    }
    #intro-aquafitness .container {
        height: 310px;
    }
    #intro-seepferdchen .container {
        height: 515px;
    }
    #intro-silber .container {
        height: 480px;
    }
    #intro-kindergeburtstag .container {
        height: 470px;
    }
    .m-neg {
        margin-bottom: -100px;
    }
    #kursangebote {
        margin-top: 15rem;
        margin-bottom: 10rem;
    }
    #kursangebote2 {
        margin-top: 10rem;
    }
    #kursangebote2, #oeffnungszeiten, #preise {
        padding-bottom: 5rem;
    }
    .drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
        width: 500px;
        height: 500px;
    }
    .drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before {
        width: 40px;
        height: 40px;
    }
    .drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
        width: 20px;
        height: 20px;
    }
    #kalender-aquafitness, #kalender-filmnacht, #kalender-seepferdchen, #kalender-silber, #formular-kindergeburtstag {
        padding: 10rem 0 15rem;
    }
    .header-datenschutz {
        padding-bottom: 15rem;
    }
    #kalender-filmnacht table {
        width: 60%;
    }
    .header-kindergeburtstag {
        background-position: center 24%;
        background-size: 80%;
    }
}
@media (min-width: 1280px) {
    table {
        width: 60%;
    }
}
@media (min-width: 1400px) {
    .mb-10rem {
        margin-bottom: 15rem;
    }
    header .logo {
        width: 250px;
    }
    header .stoerer {
        bottom: -60px;
        width: 250px;
    }
    header .scroll {
        width: 35px;
    }
    h1, .h1 {
        font-size: 6.5rem;
        line-height: 6.5rem;
        margin-top: 8rem;
    }
    h2 {
        letter-spacing: 15px;
        margin-bottom: 8rem;
    }
    h3 {
        font-size: 2.7rem;
    }
    #slideshow .container {
        height: 150px;
    }
    #intro-filmnacht .container {
        height: 175px;
    }
    #intro-aquafitness .container {
        height: 230px;
    }
    .m-neg {
        margin-top: -240px;
        margin-bottom: -120px;
    }
    #intro-filmnacht .m-neg {
        margin-top: -220px;
    }
    .header-filmnacht h2 {
        margin-bottom: 11rem;
    }
    .drop1, .drop2, .drop3, .drop4, .drop5, .drop6 {
        width: 600px;
        height: 600px;
    }
    .drop1:before, .drop2:before, .drop3:before, .drop4:before, .drop5:before, .drop6:before {
        width: 50px;
        height: 50px;
    }
    .drop1:after, .drop2:after, .drop3:after, .drop4:after, .drop5:after, .drop6:after {
        width: 25px;
        height: 25px;
    }
    #kalender-seepferdchen, #formular-kindergeburtstag {
        padding: 25rem 0 15rem;
    }
    #formular-kindergeburtstag {
        padding: 25rem 0 20rem;
    }
    #kalender-aquafitness, #kalender-silber {
        padding: 22rem 0 15rem;
    }
    #kalender-filmnacht {
        padding: 15rem 0 15rem;
    }
}
@media (min-width: 1600px) {
    h1, .h1 {
        font-size: 7.4rem;
        line-height: 7.4rem;
        margin-top: 8rem;
    }
    h2 {
        font-size: 4rem;
        letter-spacing: 17px;
        line-height: 4rem;
    }
}
@media (min-width: 1680px) {
    header .stoerer {
        bottom: -30px;
    }
    h1, .h1 {
        margin-top: 10rem;
    }
    h2 {
        margin-bottom: 10rem;
    }
}
@media (min-width: 1800px) {
    .header-kindergeburtstag {
        background-position: center 24%;
        background-size: 70%;
    }
}
@media (min-width: 1921px) {
    .header-aquafitness, .header-news {
        background-size: 10%;
    }
    .header-filmnacht {
        background-size: 14%;
    }
    .header-seepferdchen {
        background-size: 17%;
    }
    .header-silber {
        background-size: 12%;
    }
    .header-kindergeburtstag {
        background-position: center 10%;
        background-size: 65%;
    }
}