@media screen and (max-width:639px) {
	:root {
		--additional_image_size:200px;
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	:root {
		--additional_image_size:200px;
	}
}
@media screen and (min-width:960px) and (max-width:1439px) {
	:root {
		--additional_image_size:240px;
	}
}
@media screen and (min-width:1440px) {
	:root {
		--additional_image_size:320px;
	}
}
.section {
	width:100%;
}
.ce-image {
	display:block;
	max-width:100%;
}
.content-element {
	display:flex;
	flex-direction:column;
}
.se-hidden:before,.ce-hidden:before {
	background:tomato!important;
	color:#fff;
	content:"verstecktes Element";
	display:block;
	font-size:12px;
	height:auto;
	line-height:1.125;
	opacity:.88;
	padding:12px 0;
	position:absolute;
	text-align:center;
	width:80px;
}
.ce-hidden:not(.linked-box):before {
	margin-top:-24px;
	margin-left:-24px;
}
a.cta {
	background-color:var(--color-primary);
	color:var(--color-secondary);
	padding-top:calc(var(--horizontal-spacing) / 4);
	padding-bottom:calc(var(--horizontal-spacing) / 4);
	width:100%;
	min-width:120px;
	max-width:240px;
	display:inline-block;
	text-align:center;
}
.w100 li {
	font-weight:300;
	line-height:1.25;
}
span.font_size_xl,span.font_size_l,span.font_size_m,span.font_size_s,span.font_size_xs {
	line-height:1.3;
}
.w100 h2 + h3 {
	padding-top:24px;
}
.content-element ul li {
	margin-left:24px;
	margin-bottom:12px;
}
.content-element ul li::marker {
	content:'✔  ';
	color:#3CB93C;
	font-size:1.6rem;
}
.content-element.imagetext {
	flex-direction:column-reverse;
	justify-content:space-between;
}
.content-element:not(.w100) h2,.content-element:not(.w100) h3,.content-element:not(.w100) h4,.content-element:not(.w100) h5,.content-element:not(.w100) h6 {
	font-weight:600;
	line-height:1;
}
.w100 li:not(:last-child) {
	margin-bottom:1.25em;
}
#content-elements {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
}
#content-elements div.content-element:empty {
	margin-bottom:0;
}









.w100 {
	width:100%;
}
.small_box_shadow {
	box-shadow:0 8px 12px -3px rgba(0,0,0,.12);
}
.medium_box_shadow {
	box-shadow:0 16px 24px -3px rgba(0,0,0,.24);
}
.large_box_shadow {
	box-shadow:0 24px 36px -3px rgba(0,0,0,.36);
}
.small_border_radius_top_left {
	border-top-left-radius:calc(var(--vertical-spacing) / 3);
}
.small_border_radius_top_right {
	border-top-right-radius:calc(var(--vertical-spacing) / 3);
}
.small_border_radius_bottom_right {
	border-bottom-right-radius:calc(var(--vertical-spacing) / 3);
}
.small_border_radius_bottom_left {
	border-bottom-left-radius:calc(var(--vertical-spacing) / 3);
}
.medium_border_radius_top_left {
	border-top-left-radius:calc(var(--vertical-spacing) / 2);
}
.medium_border_radius_top_right {
	border-top-right-radius:calc(var(--vertical-spacing) / 2);
}
.medium_border_radius_bottom_right {
	border-bottom-right-radius:calc(var(--vertical-spacing) / 2);
}
.medium_border_radius_bottom_left {
	border-bottom-left-radius:calc(var(--vertical-spacing) / 2);
}
.large_border_radius_top_left {
	border-top-left-radius:calc(var(--vertical-spacing) / 3 * 2);
}
.large_border_radius_top_right {
	border-top-right-radius:calc(var(--vertical-spacing) / 3 * 2);
}
.large_border_radius_bottom_right {
	border-bottom-right-radius:calc(var(--vertical-spacing) / 3 * 2);
}
.large_border_radius_bottom_left {
	border-bottom-left-radius:calc(var(--vertical-spacing) / 3 * 2);
}
.small_lower_margin {
	margin-bottom:calc(var(--vertical-spacing) * 2);
}
.medium_lower_margin {
	margin-bottom:calc(var(--vertical-spacing) * 3);
}
.large_lower_margin {
	margin-bottom:calc(var(--vertical-spacing) * 4);
}
.small_upper_margin {
	margin-top:calc(var(--vertical-spacing) * 2);
}
.medium_upper_margin {
	margin-top:calc(var(--vertical-spacing) * 3);
}
.large_upper_margin {
	margin-top:calc(var(--vertical-spacing) * 4);
}





.content-element.has_small_padding,.section.has_small_padding > .wrapper {
	padding-left:var(--horizontal-spacing);
	padding-right:var(--horizontal-spacing);
}
.content-element.has_medium_padding,.section.has_medium_padding > .wrapper {
	padding-left:calc(var(--horizontal-spacing) * 2);
	padding-right:calc(var(--horizontal-spacing) * 2);
}
.content-element.has_large_padding,.section.has_large_padding > .wrapper {
	padding-left:calc(var(--horizontal-spacing) * 3);
	padding-right:calc(var(--horizontal-spacing) * 3);
}
.content-element.has_small_padding_v,.section.has_small_vertical_padding > .wrapper {
	padding-top:var(--vertical-spacing);
	padding-bottom:var(--vertical-spacing);
}
.content-element.has_medium_padding_v,.section.has_medium_vertical_padding > .wrapper {
	padding-top:calc(var(--vertical-spacing) * 2);
	padding-bottom:calc(var(--vertical-spacing) * 2);
}
.content-element.has_large_padding_v,.section.has_large_vertical_padding > .wrapper {
	padding-top:calc(var(--vertical-spacing) * 3);
	padding-bottom:calc(var(--vertical-spacing) * 3);
}
@media screen and (max-width:639px) {
	.content-element.has_small_padding_mobile,.section.has_small_padding_mobile > .wrapper {
		padding-left:var(--horizontal-spacing);
		padding-right:var(--horizontal-spacing);
	}
	.content-element.has_medium_padding_mobile,.section.has_medium_padding_mobile > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 2);
		padding-right:calc(var(--horizontal-spacing) * 2);
	}
	.content-element.has_large_padding_mobile,.section.has_large_padding_mobile > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 3);
		padding-right:calc(var(--horizontal-spacing) * 3);
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.content-element.has_small_padding_tablet,.section.has_small_padding_tablet > .wrapper {
		padding-left:var(--horizontal-spacing);
		padding-right:var(--horizontal-spacing);
	}
	.content-element.has_medium_padding_tablet,.section.has_medium_padding_tablet > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 2);
		padding-right:calc(var(--horizontal-spacing) * 2);
	}
	.content-element.has_large_padding_tablet,.section.has_large_padding_tablet > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 3);
		padding-right:calc(var(--horizontal-spacing) * 3);
	}
}
@media screen and (min-width:960px) and (max-width:1439px) {
	.content-element.has_small_padding_desktop,.section.has_small_padding_desktop > .wrapper {
		padding-left:var(--horizontal-spacing);
		padding-right:var(--horizontal-spacing);
	}
	.content-element.has_medium_padding_desktop,.section.has_medium_padding_desktop > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 2);
		padding-right:calc(var(--horizontal-spacing) * 2);
	}
	.content-element.has_large_padding_desktop,.section.has_large_padding_desktop > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 3);
		padding-right:calc(var(--horizontal-spacing) * 3);
	}
}
@media screen and (min-width:1440px) {
	.content-element.has_small_padding_large_desktop,.section.has_small_padding_large_desktop > .wrapper {
		padding-left:var(--horizontal-spacing);
		padding-right:var(--horizontal-spacing);
	}
	.content-element.has_medium_padding_large_desktop,.section.has_medium_padding_large_desktop > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 2);
		padding-right:calc(var(--horizontal-spacing) * 2);
	}
	.content-element.has_large_padding_large_desktop,.section.has_large_padding_large_desktop > .wrapper {
		padding-left:calc(var(--horizontal-spacing) * 3);
		padding-right:calc(var(--horizontal-spacing) * 3);
	}
}
@media screen and (max-width:639px) {
	.content-element {
		flex-wrap:nowrap;
		width:100%;
	}
	.ce-image {
		width:100%;
	}
	span.font_size_xl,a.font_size_xl {
		font-size:27px;
	}
	span.font_size_l,a.font_size_l {
		font-size:24px;
	}
	span.font_size_m,a.font_size_m {
		font-size:21px;
	}
	span.font_size_s,a.font_size_s {
		font-size:18px;
	}
	span.font_size_xs,a.font_size_xs {
		font-size:16px;
	}
	.content-element h3 {
		font-size:22px;
	}
	.content-element h4 {
		font-size:19px;
	}
	.content-element h5,.content-element h6 {
		font-size:18px;
	}
	.w100 h1,.w100 h2 {
		font-size:30px;
	}
	.w100 ul:not(:last-child) {
		padding-bottom:48px;
	}
	.w100 ul:not(:last-child) {
		padding-bottom:24px;
	}
	.imagetext .text + figure {
		margin-bottom:24px;
	}
	.has_small_vertical_gap > .content-element:not(:last-child) {
		margin-bottom:var(--vertical-spacing);
	}
	.has_medium_vertical_gap > .content-element:not(:last-child) {
		margin-bottom:calc(var(--vertical-spacing) * 2);
	}
	.content-element:not(.w100) h1,.content-element:not(.w100) h2 {
		font-size:26px;
	}
	.textimage .text + figure:last-child {
		margin-top:32px;
	}
}
@media screen and (min-width:640px) {
	.has_small_horizontal_gap {
		column-gap:var(--horizontal-spacing);
	}
	.has_medium_horizontal_gap {
		column-gap:calc(var(--horizontal-spacing) * 2);
	}
	.has_large_horizontal_gap {
		column-gap:calc(var(--horizontal-spacing) * 3);
	}
	.has_small_vertical_gap {
		row-gap:var(--vertical-spacing);
	}
	.has_medium_vertical_gap {
		row-gap:calc(var(--vertical-spacing) * 2);
	}
	.has_large_vertical_gap {
		row-gap:calc(var(--vertical-spacing) * 3);
	}
	.flex {
		display:flex;
		flex-flow:row wrap;
	}
	.w100 {
		flex-wrap:nowrap;
	}
	.has_no_horizontal_gap > .w50,.w50 {
		width:50%;
	}
	.has_small_horizontal_gap > .w50 {
		width:calc(50% - var(--horizontal-spacing) / 2);
	}
	.has_medium_horizontal_gap > .w50 {
		width:calc(50% - var(--horizontal-spacing));
	}
	.has_large_horizontal_gap > .w50 {
		width:calc(50% - calc(var(--horizontal-spacing) * 3 / 2));
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.flex {
		flex-wrap:wrap;
	}
	.has_no_horizontal_gap > .w25,.w25,.has_no_horizontal_gap > .w33,.w33,.has_no_horizontal_gap > .w66,.w66,.has_no_horizontal_gap > .w75,.w75 {
		width:50%;
	}
	.content-element h3 {
		font-size:24px;
	}
	.content-element h4 {
		font-size:20px;
	}
	.content-element h5,.content-element h6 {
		font-size:18px;
	}
	.w100 h1,.w100 h2 {
		font-size:32px;
	}
	span.font_size_xl,a.font_size_xl {
		font-size:32px;
	}
	span.font_size_l,a.font_size_l {
		font-size:28px;
	}
	span.font_size_m,a.font_size_m {
		font-size:24px;
	}
	span.font_size_s,a.font_size_s {
		font-size:20px;
	}
	span.font_size_xs,a.font_size_xs {
		font-size:18px;
	}
	.has_small_horizontal_gap > .w25,.has_small_horizontal_gap > .w33,.has_small_horizontal_gap > .w66,.has_small_horizontal_gap > .w75 {
		width:calc(50% - calc(var(--horizontal-spacing) / 2));
	}
	.has_medium_horizontal_gap > .w25,.has_medium_horizontal_gap > .w33,.has_medium_horizontal_gap > .w66,.has_medium_horizontal_gap > .w75 {
		width:calc(50% - var(--horizontal-spacing));
	}
	.has_large_horizontal_gap > .w25,.has_large_horizontal_gap > .w33,.has_large_horizontal_gap > .w66,.has_large_horizontal_gap > .w75 {
		width:calc(50% - calc(var(--horizontal-spacing) * 2);
	}
	.w100 ul:not(:last-child) {
		padding-bottom:32px;
	}
	.imagetext .text + figure {
		margin-bottom:32px;
	}
	.content-element:not(.w100) h1,.content-element:not(.w100) h2 {
		font-size:28px;
	}
	.textimage .text + figure:last-child {
		margin-top:32px;
	}
}
@media screen and (min-width:960px) {
	.has_no_horizontal_gap > .w25,.w25 {
		width:25%;
	}
	.has_no_horizontal_gap > .w33,.w33 {
		width:calc(100% / 3);
	}
	.has_no_horizontal_gap > .w66,.w66 {
		width:calc(100% / 3 * 2);
	}
	.has_no_horizontal_gap > .w75,.w75 {
		width:75%;
	}
	.has_small_horizontal_gap > .w25 {
		width:calc(25% - calc(var(--horizontal-spacing) / 2 * 1.5));
	}
	.has_small_horizontal_gap > .w33 {
		width:calc(calc(100% / 3) - calc(var(--horizontal-spacing) / 3 * 2));
	}
	.has_small_horizontal_gap > .w50 {
		width:calc(50% - var(--horizontal-spacing) / 2);
	}
	.has_small_horizontal_gap > .w66 {
		width:calc(100% / 3 * 2 - calc(var(--horizontal-spacing) / 3));
	}
	.has_small_horizontal_gap > .w75 {
		width:calc(75% - var(--horizontal-spacing) / 4);
	}
	/* .has_medium_horizontal_gap > .w25 {
		width:calc(25% - calc(var(--horizontal-spacing) * 1.5));
	}
	.has_medium_horizontal_gap > .w33 {
		width:calc(calc(100% / 3) - calc(var(--horizontal-spacing) / 3 * 4));
	}
	.has_medium_horizontal_gap > .w50 {
		width:calc(50% - var(--horizontal-spacing));
	}
	.has_medium_horizontal_gap > .w66 {
		width:calc(calc(100% / 3 * 2) - calc(var(--horizontal-spacing) / 3 * 2));
	}
	.has_medium_horizontal_gap > .w75 {
		width:calc(75% - calc(var(--horizontal-spacing) / 2));
	} */
	/* .has_large_horizontal_gap > .w25 {
		width:calc(25% - calc(var(--horizontal-spacing) * 3));
	}
	.has_large_horizontal_gap > .w33 {
		width:calc(calc(100% / 3) - calc(var(--horizontal-spacing) / 3 * 8));
	}
	.has_large_horizontal_gap > .w50 {
		width:calc(50% - calc(var(--horizontal-spacing) * 4));
	}
	.has_large_horizontal_gap > .w66 {
		width:calc(calc(100% / 3 * 2) - calc(var(--horizontal-spacing) / 3 * 4));
	}
	.has_large_horizontal_gap > .w75 {
		width:calc(75% - var(--horizontal-spacing);
	} */
}
@media screen and (min-width:960px) and (max-width:1439px) {
	.padding {
		padding:24px;
	}
	span.font_size_xl,a.font_size_xl {
		font-size:40px;
	}
	span.font_size_l,a.font_size_l {
		font-size:34px;
	}
	span.font_size_m,a.font_size_m {
		font-size:28px;
	}
	span.font_size_s,a.font_size_s {
		font-size:22px;
	}
	span.font_size_xs,a.font_size_xs {
		font-size:19px;
	}
	.content-element h3 {
		font-size:28px;
	}
	.content-element h4 {
		font-size:22px;
	}
	.content-element h5,.content-element h6 {
		font-size:19px;
	}
	.w100 h1,.w100 h2 {
		font-size:40px;
	}
	.w100 ul:not(:last-child) {
		padding-bottom:40px;
	}
	.imagetext .text + figure {
		margin-bottom:40px;
	}
	.content-element:not(.w100) h1,.content-element:not(.w100) h2 {
		font-size:34px;
	}
	.textimage .text + figure:last-child {
		margin-top:40px;
	}
}
@media screen and (min-width:1440px) {
	.padding {
		padding:32px;
	}
	span.font_size_xl,a.font_size_xl {
		font-size:48px;
	}
	span.font_size_l,a.font_size_l {
		font-size:40px;
	}
	span.font_size_m,a.font_size_m {
		font-size:32px;
	}
	span.font_size_s,a.font_size_s {
		font-size:24px;
	}
	span.font_size_xs,a.font_size_xs {
		font-size:20px;
	}
	.content-element h3 {
		font-size:32px;
	}
	.content-element h4 {
		font-size:24px;
	}
	.content-element h5,.content-element h6 {
		font-size:20px;
	}
	.w100 h1,.w100 h2 {
		font-size:48px;
	}
	.w100 ul:not(:last-child) {
		padding-bottom:48px;
	}
	.imagetext .text + figure {
		margin-bottom:48px;
	}
	.content-element:not(.w100) h1,.content-element:not(.w100) h2 {
		font-size:40px;
	}
	.textimage .text + figure:last-child {
		margin-top:48px;
	}
}
/* * * * IMAGE EFFECTS * * * */
.show_image_effect .image_special_effects {
	z-index:0;
}
picture{display:none!important}
picture::before {
	display:block;
	content:"";
	background: red;
	height:20px;
	width:20px;
}
.show_image_effect .image_special_effects picture::before,.show_image_effect .image_special_effects picture::after {
	background-color:#e5e5f7;
	background-image:radial-gradient(#444cf7 .5px, #e5e5f7 .5px);
	background-size:10px 10px;
	display:block;
	content:"";
	opacity:1;
	position:absolute;
	z-index:-1;
}
@media screen and (max-width:639px) {
	.image_special_effects picture::before {
		height:80px;
		margin-top:-40px;
		right:20px;
		width:120px;
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.image_special_effects picture::after {
		height:160px;
		margin-top:-80px;
		margin-left:-80px;
		width:160px;
	}	
}
@media screen and (min-width:960px) {
	.image_special_effects picture::after {
		height:200px;
		margin-top:-100px;
		margin-left:-100px;
		width:200px;
	}
}
/* * * * ADDITIONAL SECTION IMAGE * * * */
@media screen and (min-width:1440px) {
	.additional_section_image {
		height:inherit;
		position:relative;
		width:inherit;
	}
	.additional_section_image::after {
		background-position:bottom center;
		background-repeat:no-repeat;
		background-size:100%;
		content:"";
		display:block;
		height:100%;
		position:absolute;
		width:var(--additional_image_size);
	}
	.bottom_left.additional_section_image::after {
		left:0;
	}
	.bottom_right.additional_section_image::after {
		right:0;
	}
	.small_lower_margin .additional_section_image::after {
		margin-top:calc(var(--vertical-spacing) * 2);
	}
	.medium_lower_margin .additional_section_image::after {
		margin-top:calc(var(--vertical-spacing) * 3);
	}
	.large_lower_margin .additional_section_image::after {
		margin-top:calc(var(--vertical-spacing) * 4);
	}
	.bottom_left.outdent_25.additional_section_image::after {
		margin-left:calc(var(--additional_image_size) * -.25);
	}
	.bottom_left.outdent_50.additional_section_image::after {
		margin-left:calc(var(--additional_image_size) * -.5);
	}
	.bottom_left.outdent_75.additional_section_image::after {
		margin-left:calc(var(--additional_image_size) * -.75);
	}
	.bottom_left.outdent_100.additional_section_image::after {
		margin-left:calc(var(--additional_image_size) * -1);
	}
	.bottom_right.outdent_25.additional_section_image::after {
		margin-right:calc(var(--additional_image_size) * -.25);
	}
	.bottom_right.outdent_50.additional_section_image::after {
		margin-right:calc(var(--additional_image_size) * -.5);
	}
	.bottom_right.outdent_75.additional_section_image::after {
		margin-right:calc(var(--additional_image_size) * -.75);
	}
	.bottom_right.outdent_100.additional_section_image::after {
		margin-right:calc(var(--additional_image_size) * -1);
	}
}