html, body {
    height: 100%;
    min-height: 100%;
}

body, p, p.small, small, .cr-web-form label, .cr-web-label, .cr-web-form button {
	font-family: forma-djr-text, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #122945;
}

body {
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
   /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	touch-action: auto; */
	scroll-behavior: smooth;
}

header {
    text-align: center;
    background-color: #122945;
    color: #fff;
    margin-bottom: 60px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 40px;
    line-height: 48px;
}

h2 {
	margin-bottom: 2rem;
} 

a, p, span, .toggler, li {
    font-size: 20px;
    line-height: 28px;
}

a, .toggler {
	-webkit-transition: .35s ease;
    -ms-transition: .35s ease;
    -moz-transition: .35s ease;
    -o-transition: .35s ease;
    transition: .35s ease;
	text-decoration: none;
}

ul {
	padding-left: 0;
}

.toggler {
	font-weight: 600;
	text-align: center;
	font-size: 21px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #fff;
}

.toggler:hover, .toggler.active {
	color: #64c8c8;
}

.toggler:not(.active) {
	color: #fff;
}

.toggler:after {
	content: url(../svg/arrow-plus.svg);
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
	margin-left: 10px;
	margin-top: -3px;
}

.toggler.active:after {
    content: url(../svg/arrow-minus.svg);
}

.einleitung li,
.ce_accordion li {
    background: url(../svg/arrow-check.svg) no-repeat center left;
    vertical-align: top;
    background-size: 20px;
    background-position: left 6px;
    list-style: none;
    margin-right: 10px;
    padding-left: 30px;
    line-height: 35px;
}

.einleitung li {
    background: url(../svg/arrow-check-dark.svg) no-repeat center left;
    vertical-align: top;
    background-size: 20px;
    background-position: left 6px;
    list-style: none;
    margin-right: 10px;
    padding-left: 30px;
    line-height: 35px;
}

.einleitung ul {
	display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    max-width: 450px;
    /* left: auto; */
    /* right: auto; */
    margin: 0 auto;
    align-items: center;
}

/* .mod_article.cslider {
	padding-left: 0;
	padding-right: 0;
} */

.mod_article.cslider {
	
}

.mod_article.acc {
    background: #122945;
    padding: 50px;
    color: #fff;
    margin-bottom: 80px;
	border-radius: 4px;
	
    /* max-width: 1100px; */
	
    margin: 0 auto;
    margin-bottom: 80px;
}

.mod_article.einleitung div.max-width,
.mod_article.weblink div.max-width,
.mod_article.acc div.max-width {
	max-width: 1100px;
	margin: 0 auto;
}

.mod_article.weblink {
    padding: 0;
    color: #122945;
    margin-bottom: 80px;
}

.mod_article.weblink.buchen {
    margin-top: 60px;
}

.ce_accordion p {
	color: #fff;
}

.mod_article.nletter {
	/* background-color: #64c8c8; */
	background-color: #122945;
	
    color: #fff;
    padding: 50px;
    margin-bottom: 80px;
	border-radius: 4px;
	
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.mod_article.nletter .ce_text h2 {
	text-align: center;
}

.mod_article.nletter .ce_text p {
	color: #fff;
}

.mod_article.nletter figure {
    background: url(../../media/img/2025/landingpage/maedels-auszeit/IMG_2104.jpg) no-repeat center center;
    background-attachment: scroll;
    background-size: cover;
    height: 300px;
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 25px;
    margin-bottom: 25px;
}

body.heile-welt .mod_article.nletter figure {
    background: url(../../media/img/2025/landingpage/heile-welt/Morgen-Balkon-2.jpg) no-repeat center center;
	background-size: cover;
}

main .mod_article {

}

.logo {
    margin: 40px 0;
}

.logo img {
	width: 140px;
}

.ce_sliderStart {
	position: relative;
	margin-top: 40px;
	margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.content-slider {
	margin: 2em 0 2em 0;
}

.content-slider img {
	width: 100%;
}

.content-slider figcaption,
.layout--1-column .slider-menu {
	display: none !important;
}

/* .ce_sliderStart .ce_text .bg-text {
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 25px;
	background-color: #122945;
	color: #fff;
	border-radius: 4px;
} */

.ce_sliderStart .ce_text .bg-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
	background-color: #64c8c8;
    color: #fff;
    border-radius: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    width: 30%;
}

.ce_sliderStart .ce_text .bg-text p {
	color: #fff;
	margin-bottom: 0;
}

.slider-control,
.slider-booking {
    position: absolute;
    width: auto;
    bottom: 60px;
    right: 0;
	display: none;
}

.slider-booking {
	bottom: 130px;
	display: none !important;
}

.ce_sliderStart:hover .slider-control,
.ce_sliderStart:hover .slider-booking {
	display: block;
}

.slider-control a,
.slider-booking a,
.ce_sliderStart a {
    background-color: #64c8c8;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
	
	    pointer-events: all;
	transition: 0.3s;
	    cursor: pointer;
	
}

.slider-control a, .slider-booking a, .ce_sliderStart a {
    background-color: #142846;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    pointer-events: all;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 400;
    font-size: 2vw;
}

.slider-booking a {
	position: absolute;
}

.slider-control a:hover,
.slider-booking a:hover,
.ce_sliderStart a:hover {
    background-color: #fff;
    color: #64c8c8;
}

.slider-control .slider-prev,
.slider-booking .slider-prev {
    right: 90px;
	left: auto;
}

.slider-booking .slider-prev {
	right: 20px;
	text-decoration: none;
	width: 105px;
}

.slider-control .slider-next {
    right: 20px;
}

.content-slider {
	margin: 0;
}

.content-slider figure {
	margin: 0;
	left: 30%;
	position: relative;
}

.content-slider .left-0 figure {
	left: 0%;
}

.content-slider .left-10 figure {
	left: 10%;
}

.content-slider .left-20 figure {
	left: 20%;
}

.ce_sliderStart .ce_text h3 {
	font-size: 3vw;
    line-height: normal;
}

.ce_sliderStart .ce_text a {
	margin-top: 35px;
	display: inline-block;
}

.ce_headline {
	text-align: center;
	margin-bottom: 40px;
}

main .einleitung .ce_hyperlink,
main .inhalt .ce_text {
	margin-bottom: 80px;
}

main .inhalt .ce_text figure.float_left {
	width: 50%;
	margin-bottom: 0;
}

main .inhalt .ce_text figure.float_right {
	width: 50%;
	margin-bottom: 0;
}

main .inhalt .ce_text .bg-text {
	width: 50%;
	display: inline-block;
}

main .inhalt .ce_text .bg-text.float_right {
	width: 50%;
	margin-bottom: 0;
}

main .inhalt .ce_text .bg-text > * {
	padding: 0 20px;
}

main .inhalt .ce_text .bg-text h3 {
	padding: 20px;
}

main .ce_text h3 {
	background-color: #142846;
    color: #fff;
    /* padding: 20px 40px 15px 40px !important; */
    padding: 20px 5px;
    /* margin-left: -40px !important; */
    /* margin-right: -40px !important; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 40px;
}

main .ce_text .float_left h3 {
    border-top-left-radius: 0;
}

main .ce_text .float_right h3 {
    border-top-right-radius: 0;
}

.ce_accordion {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.ce_accordion.last,
.ce_accordion:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.accordion {
	padding: 40px 0;
}

.ce_hyperlink {
	text-align: center;
}

main .ce_text a,
.ce_hyperlink a {
    background-color: #64c8c8;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 40px;
	font-size: 21px;
}

.mod_article.weblink .ce_hyperlink a {
    background-color: #64c8c8;
    color: #fff;
    padding: 20px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 0;
	font-size: 3vw;
	line-height: normal;
}

.mod_article.weblink.last .ce_hyperlink a {
	font-size: 22px;
}

.mod_article.weblink.rabatt-code .ce_hyperlink a {
    background-color: transparent;
    color: #64c8c8;
}

.mod_article.weblink .ce_hyperlink a:hover {
	/* color: rgba(210,100,160,1); */
	color: #fff;
	opacity: 1;
	background-color: #122945;
}

.mod_article.weblink.rabatt-code .ce_hyperlink a:hover {
	background-color: transparent;
	color: #122945;
}

/* .mod_article.weblink.buchen .ce_hyperlink a {
	font-size: 6vw;
} */

main .ce_text img {
	border-radius: 0;
}

main .ce_text a:hover,
.ce_hyperlink a:hover {
    /* background-color: #fff;
    color: #64c8c8; */
	opacity: .6;
}

footer {
	background-color: #122945;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}

footer nav {
	display: flex;
	justify-content: center;
}

footer li {
	float: left;
	padding: 0 15px;
}

footer a, footer span {
	color: #fff;
	font-size: 14px;
}

footer a:hover {
	text-decoration: underline !important;
}

footer ul {
	padding-left: 0;
}

.mod_customnav.individuell {
	border-bottom: 1px solid rgba(255, 255, 255, .25);
    margin-bottom: 20px;
}

.mod_customnav.social img {
	width: 25px;
}

.cr-web-wrapper .cr-web-form button {
    padding-left: 12px !important;
    padding-right: 12px !important;
    /* background-color: #64c8c8 !important; */
    background-color: #fff !important;
    text-transform: none;
    font-size: 22px;
    height: auto;
    color: #142846 !important;
    padding: 20px !important;
}
.cr-web-form label, .cr-web-label {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.cr-web-form.submit-button {
	align-items: center;
}
.cr-web-form.submit-button button:hover {
    background-color: #64c8c8 !important;
    color: #fff !important;
    opacity: 1 !important;
}
.cr-web-row {}

.mod_article.cslider .ce_text.first .bg-text {
	padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.mod_article.cslider .ce_text.first .bg-text p {
	color: #fff;
}

.cr-web-form input, .cr-web-form select {
	border-radius: 2px !important;
}

@media (max-width: 990px) {
	main .inhalt .ce_text .bg-text,
	main .inhalt .ce_text figure {
		width: 100% !important;
	}
	
	
	footer nav ul {
		padding: 0;
		text-align: center;
	}
	footer li {
		float: none;
	}
	footer .mod_customnav.social li {
		float: left;
	}
	footer a, footer span {
		font-size: 18px;
		line-height: 38px;
	}
	/* .mod_article.weblink .ce_hyperlink a,
	.mod_article.weblink.buchen .ce_hyperlink a,
	.cr-web-wrapper .cr-web-form button {
		font-size: 7vw;
	} */
}

@media (max-width: 900px) {
	.ce_sliderStart .ce_text .bg-text h3 {
		font-size: 20px;
    	line-height: 28px;
	}
	.ce_sliderStart .ce_text .bg-text p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.ce_sliderStart .ce_text a {
		padding: 10px;
	}
}

@media (max-width: 768px) {
	
	.slider-control a {
		padding: 10px;
	}
	.slider-control, .slider-booking {
		bottom: 35px;
	}
	.slider-control .slider-prev, .slider-booking .slider-prev {
		right: 70px;
	}
	
	footer nav ul {
		padding: 0;
		text-align: center;
	}
	footer li {
		float: none;
	}
	footer .mod_customnav.social li {
		float: left;
	}
	footer a, footer span {
		font-size: 18px;
		line-height: 38px;
	}
	/* .mod_article.weblink .ce_hyperlink a,
	.mod_article.weblink.buchen .ce_hyperlink a,
	.cr-web-wrapper .cr-web-form button {
		font-size: 7vw;
	} */
}

@media (max-width: 680px) {
	main .mod_article {
		border-radius: 0 !important;
	}
	.logo img {
		width: 100px;
	}
	.ce_sliderStart .ce_text .bg-text {
		padding: 10px;
	}
	.ce_sliderStart .ce_text .bg-text h3 {
        font-size: 19px;
        line-height: 26px;
		        margin-bottom: 0;
    }
	
	body.heile-welt .ce_sliderStart .ce_text .bg-text h3 {
		font-size: 15px;
	}
	
	.ce_sliderStart .ce_text .bg-text p {
		display: none;
	}
	
	.slider-control a {
		padding: 10px;
	}
	.slider-control, .slider-booking {
		bottom: 35px;
	}
	.slider-control .slider-prev, .slider-booking .slider-prev {
		right: 70px;
	}
	
   /*  .mod_article.weblink .ce_hyperlink a,
	.cr-web-wrapper .cr-web-form button {
        font-size: 8vw;
    }
	.mod_article.weblink.buchen .ce_hyperlink a {
        font-size: 14vw;
    } */
	.mod_article.weblink .ce_hyperlink a,
	.mod_article.weblink.buchen .ce_hyperlink a {
       font-size: 8vw;
    }
	
	.mod_article.nletter {
    	padding-left: 15px;
		padding-right: 15px;
	}
	.mod_article.acc {
    	padding-left: 25px;
		padding-right: 25px;
	}
	.toggler {
		font-size: 19px;
	}
	.einleitung ul {
		display: block;
	}
	.einleitung li, .ce_accordion li {
		background-position: left 2px;
	}
	.mod_article.cslider {
    	
	}
	.ce_sliderStart {
		
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
		/* font-size: 36px;
		line-height: 44px; */
		font-size: 28px;
		line-height: 36px;
	}
	h2, .ce_headline {
		margin-bottom: 0.5rem;
	}
	a, p, span, .ce_text li, .cr-web-form label, .cr-web-label {
		font-size: 18px;
		line-height: 26px;
	}
	.mod_article.nletter figure {
	
	}
}
