@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

h1 {
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
}

sub,
sup {
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden],
template {
	display: none;
}

* {
	box-sizing: border-box;
}

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-fluid {
		padding-right: 4rem;
		padding-left: 4rem;
	}
}

.row {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	margin-right: -2rem;
	margin-left: -2rem;
}

.row.reverse {
	flex-direction: row-reverse;
}

.col.reverse {
	flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-auto,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
	box-sizing: border-box;
	flex: 0 0 auto;
	padding-right: 2rem;
	padding-left: 2rem;
}

.col-xs {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}

.col-xs-1 {
	flex-basis: 8.33333333%;
	max-width: 8.33333333%;
}

.col-xs-2 {
	flex-basis: 16.66666667%;
	max-width: 16.66666667%;
}

.col-xs-3 {
	flex-basis: 25%;
	max-width: 25%;
}

.col-xs-4 {
	flex-basis: 33.33333333%;
	max-width: 33.33333333%;
}

.col-xs-5 {
	flex-basis: 41.66666667%;
	max-width: 41.66666667%;
}

.col-xs-6 {
	flex-basis: 50%;
	max-width: 50%;
}

.col-xs-7 {
	flex-basis: 58.33333333%;
	max-width: 58.33333333%;
}

.col-xs-8 {
	flex-basis: 66.66666667%;
	max-width: 66.66666667%;
}

.col-xs-9 {
	flex-basis: 75%;
	max-width: 75%;
}

.col-xs-10 {
	flex-basis: 83.33333333%;
	max-width: 83.33333333%;
}

.col-xs-11 {
	flex-basis: 91.66666667%;
	max-width: 91.66666667%;
}

.col-xs-12 {
	flex-basis: 100%;
	max-width: 100%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
	justify-content: flex-start;
	text-align: start;
}

.center-xs {
	text-align: center;
}

.end-xs {
	justify-content: flex-end;
	text-align: end;
}

.top-xs {
	align-items: flex-start;
}

.bottom-xs {
	align-items: flex-end;
}

.around-xs {
	justify-content: space-around;
}

.between-xs {
	justify-content: space-between;
}

.first-xs {
	order: -1;
}

.last-xs {
	order: 1;
}

.order-xs-0 {
	order: 0;
}

.order-xs-1 {
	order: 1;
}

.order-xs-2 {
	order: 2;
}

.order-xs-3 {
	order: 3;
}

.order-xs-4 {
	order: 4;
}

.order-xs-5 {
	order: 5;
}

.order-xs-6 {
	order: 6;
}

.order-xs-7 {
	order: 7;
}

.order-xs-8 {
	order: 8;
}

.order-xs-9 {
	order: 9;
}

.order-xs-10 {
	order: 10;
}

.order-xs-11 {
	order: 11;
}

.order-xs-12 {
	order: 12;
}

@media only screen and (min-width: 48em) {
	.container {
		width: 50rem;
	}

	.row-sm {
		box-sizing: border-box;
		display: flex;
		flex: 0 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: -2rem;
		margin-left: -2rem;
	}

	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-auto,
	.col-sm-offset-0,
	.col-sm-offset-1,
	.col-sm-offset-2,
	.col-sm-offset-3,
	.col-sm-offset-4,
	.col-sm-offset-5,
	.col-sm-offset-6,
	.col-sm-offset-7,
	.col-sm-offset-8,
	.col-sm-offset-9,
	.col-sm-offset-10,
	.col-sm-offset-11,
	.col-sm-offset-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.col-sm {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-sm-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-sm-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-sm-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-sm-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-sm-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-sm-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-sm-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-sm-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-sm-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
		justify-content: flex-start;
		text-align: start;
	}

	.center-sm {
		justify-content: center;
		text-align: center;
	}

	.end-sm {
		justify-content: flex-end;
		text-align: end;
	}

	.top-sm {
		align-items: flex-start;
	}

	.middle-sm {
		align-items: center;
	}

	.bottom-sm {
		align-items: flex-end;
	}

	.around-sm {
		justify-content: space-around;
	}

	.between-sm {
		justify-content: space-between;
	}

	.first-sm {
		order: -1;
	}

	.last-sm {
		order: 1;
	}

	.order-sm-0 {
		order: 0;
	}

	.order-sm-1 {
		order: 1;
	}

	.order-sm-2 {
		order: 2;
	}

	.order-sm-3 {
		order: 3;
	}

	.order-sm-4 {
		order: 4;
	}

	.order-sm-5 {
		order: 5;
	}

	.order-sm-6 {
		order: 6;
	}

	.order-sm-7 {
		order: 7;
	}

	.order-sm-8 {
		order: 8;
	}

	.order-sm-9 {
		order: 9;
	}

	.order-sm-10 {
		order: 10;
	}

	.order-sm-11 {
		order: 11;
	}

	.order-sm-12 {
		order: 12;
	}
}

@media only screen and (min-width: 64em) {
	.container {
		width: 66rem;
	}

	.row-md {
		box-sizing: border-box;
		display: flex;
		flex: 0 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: -2rem;
		margin-left: -2rem;
	}

	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-auto,
	.col-md-offset-0,
	.col-md-offset-1,
	.col-md-offset-2,
	.col-md-offset-3,
	.col-md-offset-4,
	.col-md-offset-5,
	.col-md-offset-6,
	.col-md-offset-7,
	.col-md-offset-8,
	.col-md-offset-9,
	.col-md-offset-10,
	.col-md-offset-11,
	.col-md-offset-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.col-md {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-md-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-md-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-md-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-md-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-md-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-md-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-md-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-md-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-md-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-md-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-md-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-md-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
		justify-content: flex-start;
		text-align: start;
	}

	.center-md {
		justify-content: center;
		text-align: center;
	}

	.end-md {
		justify-content: flex-end;
		text-align: end;
	}

	.top-md {
		align-items: flex-start;
	}

	.middle-md {
		align-items: center;
	}

	.bottom-md {
		align-items: flex-end;
	}

	.around-md {
		justify-content: space-around;
	}

	.between-md {
		justify-content: space-between;
	}

	.first-md {
		order: -1;
	}

	.last-md {
		order: 1;
	}

	.order-md-0 {
		order: 0;
	}

	.order-md-1 {
		order: 1;
	}

	.order-md-2 {
		order: 2;
	}

	.order-md-3 {
		order: 3;
	}

	.order-md-4 {
		order: 4;
	}

	.order-md-5 {
		order: 5;
	}

	.order-md-6 {
		order: 6;
	}

	.order-md-7 {
		order: 7;
	}

	.order-md-8 {
		order: 8;
	}

	.order-md-9 {
		order: 9;
	}

	.order-md-10 {
		order: 10;
	}

	.order-md-11 {
		order: 11;
	}

	.order-md-12 {
		order: 12;
	}
}

@media only screen and (min-width: 75em) {
	.container {
		width: 77rem;
	}

	.row-lg {
		box-sizing: border-box;
		display: flex;
		flex: 0 1 auto;
		flex-direction: row;
		flex-wrap: wrap;
		margin-right: -2rem;
		margin-left: -2rem;
	}

	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-auto,
	.col-lg-offset-0,
	.col-lg-offset-1,
	.col-lg-offset-2,
	.col-lg-offset-3,
	.col-lg-offset-4,
	.col-lg-offset-5,
	.col-lg-offset-6,
	.col-lg-offset-7,
	.col-lg-offset-8,
	.col-lg-offset-9,
	.col-lg-offset-10,
	.col-lg-offset-11,
	.col-lg-offset-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.col-lg {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-lg-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-lg-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-lg-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-lg-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-lg-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-lg-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-lg-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-lg-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-lg-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
		justify-content: flex-start;
		text-align: start;
	}

	.center-lg {
		justify-content: center;
		text-align: center;
	}

	.end-lg {
		justify-content: flex-end;
		text-align: end;
	}

	.top-lg {
		align-items: flex-start;
	}

	.middle-lg {
		align-items: center;
	}

	.bottom-lg {
		align-items: flex-end;
	}

	.around-lg {
		justify-content: space-around;
	}

	.between-lg {
		justify-content: space-between;
	}

	.first-lg {
		order: -1;
	}

	.last-lg {
		order: 1;
	}

	.order-lg-0 {
		order: 0;
	}

	.order-lg-1 {
		order: 1;
	}

	.order-lg-2 {
		order: 2;
	}

	.order-lg-3 {
		order: 3;
	}

	.order-lg-4 {
		order: 4;
	}

	.order-lg-5 {
		order: 5;
	}

	.order-lg-6 {
		order: 6;
	}

	.order-lg-7 {
		order: 7;
	}

	.order-lg-8 {
		order: 8;
	}

	.order-lg-9 {
		order: 9;
	}

	.order-lg-10 {
		order: 10;
	}

	.order-lg-11 {
		order: 11;
	}

	.order-lg-12 {
		order: 12;
	}
}

@font-face {
	font-family: 'DINOT-Bold';
	src: local('DINOT-Bold'), url('fonts/DINOT-Bold.woff2') format('woff2'),
		url('fonts/DINOT-Bold.woff') format('woff'),
		url('fonts/DINOT-Bold.ttf') format('woff');
	font-display: fallback;
}

@font-face {
	font-family: 'DINOT-Medium';
	src: local('DINOT-Medium'), url('fonts/DINOT-Medium.woff2') format('woff2'),
		url('fonts/DINOT-Medium.woff') format('woff'),
		url('fonts/DINOT-Medium.ttf') format('truetype');
	font-display: fallback;
}

@font-face {
	font-family: 'DINOT-Regular';
	src: local('DINOT-Regular'), url('fonts/DINOT-Regular.woff2') format('woff2'),
		url('fonts/DINOT-Regular.woff') format('woff'),
		url('fonts/DINOT-Regular.ttf') format('truetype');
	font-display: fallback;
}

@font-face {
	font-family: 'DINOT-Cond';
	src: local('DINOT-Regular'), url('fonts/DINWeb-Cond.woff2') format('woff2'),
		url('fonts/DINWeb-Cond.woff') format('woff'),
		url('fonts/DINWeb-Cond.ttf') format('truetype');
	font-display: fallback;
}

@font-face {
	font-family: 'DINWeb-CondBold';
	src: local('DINWeb-CondBold'), url('fonts/DINWeb-CondBold.woff2') format('woff2'),
		url('fonts/DINWeb-CondBold.woff') format('woff'),
		url('fonts/DINWeb-CondBold.ttf') format('truetype');
	font-display: fallback;
}
@font-face {
	font-family: 'DINWeb-Cond';
	src: local('DINWeb-Cond'), url('fonts/DINWeb-Cond.woff2') format('woff2'),
		url('fonts/DINWeb-Cond.woff') format('woff'),
		url('fonts/DINWeb-Cond.ttf') format('truetype');
	font-display: fallback;
}

/* 
@font-face {
	font-family: 'Lato-Regular';
	src: local('Lato-Regular'),
		url('fonts/Lato/Lato-Regular.woff2') format('woff2'),
		url('fonts/Lato/Lato-Regular.woff') format('woff'),
		url('fonts/Lato/Lato-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: fallback;
}

@font-face {
	font-family: 'Lato';
	src: local('Lato-Bold'), url('fonts/Lato/Lato-Bold.woff2') format('woff2'),
		url('fonts/Lato/Lato-Bold.woff') format('woff'),
		url('fonts/Lato/Lato-Bold.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: fallback;
} */
*/
	

/* @font-face {
	font-family:Lato;src:local("Lato-Black"),local("Lato-Black"),url('../../../typo3conf/ext/sugo/Resources/assets/fonts/Lato/Lato-Black/Lato-Black.woff2') format("woff2"),url('../../../typo3conf/ext/sugo/Resources/assets/fonts/Lato-Black/Lato-Black.woff') format("woff"),url('../../../typo3conf/ext/sugo/Resources/assets/fonts/Lato-Black/Lato-Black.ttf') format("truetype");font-weight:900;font-style:normal;font-display:fallback;
} */

/* @font-face {
	font-family:Lato;src:local("Lato-Light"),local("Lato-Light"),url('../../../typo3conf/ext/sugo/Resources/assets/fonts/Lato-Light.woff2') format("woff2"),url('../../../typo3conf/ext/sugo/Resources/assets/fonts/Lato-Light.woff') format("woff"),url('../../../typo3conf/ext/sugo/Resources/assets/fonts/Lato-Light.ttf') format("truetype");font-weight:300;font-style:normal;font-display:fallback;
} */
/*  @font-face {
	font-family:'Lato-Light';
	src: 
		local("Lato-Light"),
		url('fonts/Lato-Light.woff2') format("woff2"),
		url('fonts/Lato-Light.woff') format("woff"),
		url('fonts/Lato-Light.ttf') format("truetype");
	font-weight:300;
	font-style:normal;
	font-display:fallback;
} */

.max-container {
	width: inherit;
	max-width: 164rem;
	padding: 0 2rem;
	margin-left: auto;
	margin-right: auto;
}

html {
	font-size: 62.5%;
}

body {
	color: #555a5c;
	font-family: DINOT-Regular, Verdana, sans-serif;
	font-family: 'DINOT-Regular', sans-serif;
	font-weight: 400;
	font-size: 1.8rem;
	scroll-behavior: smooth;
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 100vh;
}

main {
	padding-top: 9rem;
	padding-bottom: 12rem;
}

ol,
ul {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.container-fluid {
	padding-right: 2rem;
	padding-left: 2rem;
}

.container-fluid > .frame-default,
.container-fluid > .frame-indent-2col-left,
footer > .frame-default {
	width: inherit;
	max-width: 164rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.container-fluid > .frame {
	margin-bottom: 10rem;
}

.container-fluid > .frame-type-header,
.container-fluid > .frame.frame-type-header,
.container-fluid > .frame.frame:last-child,
main > .frame:last-child {
	margin-bottom: 0;
}

.frame.frame-layout-1 {
	background-color: #eee;
	padding: 6rem 0;
}

.container-fluid > .frame-max-width {
	margin-left: -2rem;
	margin-right: -2rem;
}

.container-fluid > .frame-max-width .row {
	margin: 0;
}

.container-fluid > .frame-max-width .row .row {
	margin-left: -2rem;
	margin-right: -2rem;
}

.as__p,
p {
	font-size: 1.8rem;
	margin-top: 0;
	margin-bottom: 1em;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-darkgrey {
	color: #555a5c;
}

.font-weight--regular {
	font-weight: 400 !important;
}

address {
	font-style: normal;
}

.no-js .main-menu .subnavigation,
.no-js .main-navigation:active,
.no-js .main-navigation:focus,
.no-js .main-navigation:hover,
.no-js .mainnavigation__button:active ~ .main-navigation,
.no-js .mainnavigation__button:focus ~ .main-navigation,
.no-js .mainnavigation__button:hover ~ .main-navigation,
.no-js .mainnavigation__button:visited ~ .main-navigation {
	display: block;
	transform: none;
}

.no-js .main-navigation .mainnavigation__button {
	display: none;
}

@media (min-width: 576px) {
	.max-container {
		padding: 0 4rem;
	}

	.container-fluid {
		padding-right: 4rem;
		padding-left: 4rem;
	}

	.container-fluid > .frame-max-width {
		margin-left: -4rem;
		margin-right: -4rem;
	}
}

@media screen and (min-width: 1024px) {
	.container-fluid > .frame {
		margin-bottom: 13rem;
	}
}

@media screen and (min-width: 1200px) {
	.max-container {
		padding: 0 4rem;
	}

	.container-fluid > .frame {
		margin-bottom: 15rem;
	}

	main > .frame-type-header {
		margin-bottom: 0;
	}
}

.braincake9 main {
	padding-top: 0;
}

@media screen and (min-width: 768px) {
	.braincake9 main {
		padding-top: 9rem;
	}
}

.braincake9 .as__hide {
	display: none;
}

.as__rte ol,
.as__rte ul,
.frame-type-textmedia ol,
.frame-type-textmedia ul,
.frame-type-text ol,
.frame-type-textpic ol,
.frame-type-textpic ul,
.frame-type-text ul {
	padding-left: 20px;
	margin-bottom: 18px;
}

.as__rte a {
	text-decoration: underline;
	word-break: break-all;
}

.as__rte a:focus,
.as__rte a:hover {
	color: #dc3c96;
}

.as__rte strong {
	font-family: DINOT-Bold, sans-serif;
	font-weight: 400;
}

@media only screen and (min-width: 48em) {
	.as__rte a {
		word-break: normal;
	}
}

.braincake9 .as__rte {
	font-family: Lato, sans-serif;
}

.braincake9 .as__rte a {
	color: #fa3c00;
	text-decoration: none;
}

.braincake9 .as__rte a:hover {
	text-decoration: underline;
}

.as__accordion__toggle {
	display: none;
}

.as__accordion__item {
	margin-bottom: 2rem;
}

.as__accordion__label {
	position: relative;
	display: block;
	color: #555a5c;
	padding: 0.5rem 2.4rem 0.5rem 0;
	border: 0;
	margin-bottom: 0;
	cursor: pointer;
	background-color: transparent;
	transition: color 0.3s ease;
}

.as__accordion__label .as__icon {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) scale(1);
	width: 1.4rem;
	height: 1.4rem;
	fill: #555a5c;
	transition: transform 0.3s ease;
}

.as__accordion__content {
	max-height: 0;
	transition: max-height 0.5s ease;
	overflow: hidden;
}

.no-js
	.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__content {
	max-height: none;
}

.as__accordion__content-wrapper {
	max-height: 30rem;
	color: #555a5c;
	padding: 0;
	border: 0;
	background-color: transparent;
	overflow: auto;
}

.as__accordion__content-wrapper > :first-child {
	margin-top: 0;
}

.as__accordion__content-wrapper > :last-child {
	margin-bottom: 0;
}

.as__accordion__toggle:checked + .as__accordion__item .as__accordion__label {
	color: #555a5c;
	border: 0;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__label
	.as__icon {
	transform: translateY(-50%) scale(-1);
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__content-wrapper {
	color: #555a5c;
	border: 0;
	background-color: transparent;
}

.as__banner {
	display: inline-block;
	background-color: hsla(0, 0%, 100%, 0.9);
}

.as__banner__content {
	padding: 1rem 3.5rem 1rem 2rem;
	position: relative;
}

@media (min-width: 1024px) {
	.as__banner__content {
		padding: 2rem 5.6rem 2rem 14.3rem;
	}
}

.as__banner__graphic {
	width: 7rem;
	height: 6.7rem;
	position: absolute;
	left: 100%;
	top: 3.1rem;
	transform: translateX(-50%);
}

@media (min-width: 1024px) {
	.as__banner__graphic {
		width: 10.5rem;
		height: 10rem;
		top: 4.7rem;
	}
}

.as__banner__text {
	font-size: 1.6rem;
	line-height: 1.7rem;
}

@media (min-width: 1024px) {
	.as__banner__text {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
}

.as__banner__text--marked {
	color: #69bd28;
	font-family: DINOT-Bold, sans-serif;
	font-size: 2.2rem;
	line-height: 2.5rem;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.as__banner__text--marked {
		font-size: 3.4rem;
		line-height: 4rem;
	}
}

.as__btn {
	color: #fff;
	font-family: DINOT-Bold, sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8rem;
	display: inline-block;
	min-width: 18.6rem;
	margin-bottom: 2rem;
	padding: 0.8rem 5.8rem;
	background: #dc3c96;
	border: 2px solid #dc3c96;
	border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.as__btn:active,
.as__btn:focus,
.as__btn:hover {
	color: #dc3c96;
	background-color: #fff;
	border-color: #dc3c96;
}

.as__btn--disabled {
	opacity: 0.7;
	pointer-events: none;
	cursor: not-allowed;
}

.as__btn--secondary {
	color: #dc3c96;
	background-color: #eee;
	border-color: #eee;
}

.as__btn--secondary:active,
.as__btn--secondary:focus,
.as__btn--secondary:hover {
	color: #dc3c96;
	background-color: #fff;
	border-color: #dc3c96;
}

.as__btn--icon {
	display: inline-flex;
	align-items: center;
}

.as__btn--icon .icon {
	flex: 0 0 auto;
	fill: currentColor;
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0.5rem;
}

.as__btn-group {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	margin-bottom: -2rem;
}

.as__btn-group .as__btn {
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.braincake9 .as__btn {
	background: #fa3c00;
	border: 2px solid #fa3c00;
}

.braincake9 .as__btn:active,
.braincake9 .as__btn:focus,
.braincake9 .as__btn:hover {
	color: #fa3c00;
	background-color: #fff;
	border-color: #fa3c00;
}

.footer__footernav {
	margin-bottom: 20px;
}

.footer__footernav__item > a {
	color: #555a5c;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-size: 2.2rem;
}

.footer__footernav__item > a svg {
	fill: currentColor;
	width: 2.2rem;
	height: 2.2rem;
}

.footer__footernav__item > a:active,
.footer__footernav__item > a:focus,
.footer__footernav__item > a:hover {
	color: #dc3c96;
	text-decoration: none;
}

.footer__footernav__item .social-icon {
	display: inline-block;
}

.footer__footernav__item .social-icon--facebook:hover {
	color: #3b5998;
}

.footer__footernav__item .social-icon--xing:hover {
	color: #006567;
}

.footer__footernav__item .social-icon--instagram:hover {
	color: #c32aa3;
}

.footer__footernav__item .social-icon--linkedin:hover {
	color: #007bb5;
}

.footer__footernav__item .social-icon--youtube:hover {
	color: #db4f45;
}

@media (min-width: 1024px) {
	.footer__footernav__item > a {
		font-size: 2.6rem;
	}

	.footer__footernav__item .social-icon {
		display: inline;
	}
}

.as__form {
	margin-bottom: 2rem;
}

.as__form [aria-hidden='true'] {
	position: absolute;
	margin: 0 0 0 -999em;
}

.as__label {
	color: #555a5c;
	font-family: DINOT-Regular, sans-serif;
	font-size: 1.8rem;
	display: inline-block;
	margin-bottom: 0.1rem;
}

.as__label a {
	text-decoration: underline;
}

.as__textarea + .as__label {
	padding: 1rem 1.5rem;
}

.as__input {
	color: #555a5c;
	background-color: #eee;
	font-family: DINOT-Regular, sans-serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 0.4rem 1.5rem 0.6rem;
	margin-bottom: 4.5rem;
	border: none;
	border-bottom: 1px solid #555a5c;
	width: 100%;
}

.as__input::-moz-placeholder {
	color: #555a5c;
	opacity: 1;
}

.as__input:-ms-input-placeholder {
	color: #555a5c;
	opacity: 1;
}

.as__input::-ms-input-placeholder {
	color: #555a5c;
	opacity: 1;
}

.as__input::placeholder {
	color: #555a5c;
	opacity: 1;
}

.as__input:-ms-input-placeholder {
	color: #555a5c;
}

.as__input::-ms-input-placeholder {
	color: #555a5c;
}

.as__input:active,
.as__input:focus,
.as__input:hover,
.as__input:link {
	border-color: #888b8d;
	color: #929191;
	outline: none;
}

.as__input--background {
	background-color: #fff;
}

.as__input--hide {
	position: absolute;
	margin: 0 0 0 -999em;
}

.as__form-group--animated {
	position: relative;
}

.as__form-group--animated .as__label {
	position: absolute;
	left: 0;
	top: 0.5rem;
	transition: all 0.4s;
}

.as__form-group--animated.as__form-group--is-active .as__label,
.as__form-group--animated.as__form-group--is-filled .as__label {
	font-size: 1.2rem;
	transform: translateY(-1.8rem);
}

.as__form-group--animated.as__form-group--is-active .as__textarea + .as__label,
.as__form-group--animated.as__form-group--is-filled .as__textarea + .as__label {
	transform: translate(-1.5rem, -2.8rem);
}

.as__form-group--with-icon {
	position: relative;
}

.as__form-group--with-icon .as__input {
	padding-left: 3.4rem;
}

.as__form-group--with-icon .icon {
	position: absolute;
	left: 0;
	top: 0.4rem;
	width: 2.4rem;
	height: 2.4rem;
	fill: #555a5c;
}

.as__form-group--with-icon.as__form-group--animated .as__label {
	left: 3.4rem;
}

.as__form-group--with-icon.as__form-group--animated.as__form-group--is-active
	.as__label,
.as__form-group--with-icon.as__form-group--animated.as__form-group--is-filled
	.as__label {
	transform: translateY(-1.8rem) translateX(-3.4rem);
}

.as__form-group__static-label {
	font-size: 2.2rem;
}

.as__form-icon--phone {
	padding: 0.3rem;
}

.as__checkbox-group {
	margin-bottom: 3.5rem;
}

.as__checkbox,
.as__radio-button {
	position: relative;
}

.as__checkbox__control,
.as__radio-button__control {
	opacity: 0;
	z-index: -1;
	position: absolute;
}

.as__p + .as__checkbox,
.as__p + .as__radio-button,
p + .as__checkbox,
p + .as__radio-button {
	margin-top: 0;
}

.as__checkbox__label,
.as__radio-button__label {
	padding-left: 3rem;
	margin-bottom: 1.5rem;
	box-sizing: content-box;
}

.as__checkbox__label > span,
.as__radio-button__label > span {
	word-break: break-word;
}

.as__checkbox__label:before {
	content: '';
	display: inline-block;
	height: 1.7rem;
	width: 1.7rem;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #555a5c;
	background-color: #fff;
}

.as__checkbox__control:checked + .as__checkbox__label:before {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC40OTMiIGhlaWdodD0iOCI+PHBhdGggZmlsbD0iIzY5YmQyOCIgZD0iTTEwLjQ5MyAxLjQxNEw5LjA3OSAwbC01LjE2IDUuMTctMi41LTIuNUwwIDQuMDggMy45MiA4eiIvPjwvc3ZnPg==');
	background-position: 2px;
	background-size: 1.2rem;
}

.as__radio-button__label:before {
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #fff;
}

.as__radio-button__control + .as__radio-button__label:before {
	content: '';
	display: inline-block;
	height: 1.1rem;
	width: 1.1rem;
	padding: 0.3rem;
	border: 2px solid #555a5c;
	border-radius: 100%;
	background-clip: content-box;
}

.as__radio-button__control:checked + .as__radio-button__label:before {
	background-color: #69bd28;
}

.as__grouped-controls {
	margin-bottom: 1rem;
}

.as__select-wrapper-inner {
	position: relative;
}

.as__select-wrapper-inner:before {
	content: '';
	display: inline-block;
	height: 0.691rem;
	width: 0.691rem;
	border-left: 1px solid #555a5c;
	border-bottom: 1px solid #555a5c;
	position: absolute;
	top: 1.3rem;
	right: 1.5rem;
	transform: rotate(-45deg);
	z-index: -1;
}

.as__select {
	color: #555a5c;
	background-color: #eee;
	width: 100%;
	padding: 0.8rem 1.5rem 1rem;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid #555a5c;
	border-radius: 0;
}

.as__select:active,
.as__select:focus,
.as__select:hover,
.as__select:link {
	border-color: #888b8d;
	color: #929191;
	outline: none;
}

.as__textarea {
	color: #555a5c;
	background-color: #eee;
	font-size: 1.8rem;
	line-height: 2.3rem;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 11rem;
	min-height: 6rem;
	padding: 1.5rem;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	border: 0;
	border-bottom: 1px solid #555a5c;
}

.as__textarea:active,
.as__textarea:focus,
.as__textarea:hover,
.as__textarea:link {
	border-color: #888b8d;
	color: #929191;
	outline: none;
}

.as__field-error {
	border-color: red;
	margin-bottom: 0.2rem;
}

.as__field-error:active,
.as__field-error:focus,
.as__field-error:hover,
.as__field-error:link {
	border-color: #888b8d;
	color: #929191;
	outline: none;
}

.as__form-field-has-error .as__info-error {
	color: red;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 1rem;
}

.as__field-error ~ .as__checkbox__label:before,
.as__field-error ~ .as__radio-button__label:before {
	border-color: red;
}

.as__info-error {
	display: block;
}

.as__form--darkBackground .as__label {
	color: #fff;
}

.as__form--darkBackground .as__input {
	border-color: #fff;
}

.as__form--darkBackground .as__select {
	border-color: #fff;
	position: relative;
	z-index: 1;
}

.as__form--darkBackground .as__select-wrapper {
	background-color: #fff;
}

.as__form--darkBackground .as__select-wrapper-inner:before {
	z-index: 0;
}

.as__form--darkBackground .as__checkbox__label:before {
	border-color: #fff;
}

.as__form--darkBackground
	.as__radio-button__control:checked
	+ .as__radio-button__label:before {
	border-color: #fff;
	background-color: #fff;
}

.as__form--darkBackground
	.as__checkbox__control:checked
	+ .as__checkbox__label:before {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC40OTMiIGhlaWdodD0iOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTEwLjQ5MyAxLjQxNEw5LjA3OSAwbC01LjE2IDUuMTctMi41LTIuNUwwIDQuMDggMy45MiA4eiIvPjwvc3ZnPg==');
}

.as__mandatory-text {
	font-size: 1.2rem;
}

.as__form-group--static-text {
	margin-bottom: 4.5rem;
}

.as__form-group.as__form-group--centered {
	text-align: center;
}

.as__form-group.as__form-group--centered > p {
	max-width: 100%;
	display: inline-block;
	margin-bottom: 3.3rem;
}

@media (min-width: 768px) {
	.as__form-group.as__form-group--centered > p {
		max-width: 50rem;
	}

	.as__form-group.as__form-group--inline .as__checkbox-group {
		text-align: center;
	}

	.as__form-group.as__form-group--inline .as__checkbox {
		display: inline-block;
		width: auto;
		margin-right: 3rem;
	}

	.as__form-group.as__form-group--inline .as__checkbox:last-child {
		margin-right: 0;
	}
}

.h-100 {
	height: 100% !important;
}

.row.row--no-gutter {
	margin-left: 0;
	margin-right: 0;
}

.row.row--no-gutter [class*='col'] {
	padding-right: 0;
	padding-left: 0;
}

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

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

.d-xs-flex {
	display: flex !important;
}

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

.d-xs-inline-flex {
	display: inline-flex !important;
}

.p-xs-0,
.pl-xs-0,
.px-xs-0 {
	padding-left: 0 !important;
}

.p-xs-0,
.pr-xs-0,
.px-xs-0 {
	padding-right: 0 !important;
}

.p-xs-0,
.pt-xs-0,
.py-xs-0 {
	padding-top: 0 !important;
}

.p-xs-0,
.pb-xs-0,
.py-xs-0 {
	padding-bottom: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.position-relative {
	position: relative;
}

.middle-xs {
	align-items: center;
}

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

.flex-column {
	flex-direction: column !important;
}

@media only screen and (min-width: 48em) {
	.d-sm-none {
		display: none !important;
	}

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

	.d-sm-flex {
		display: flex !important;
	}

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

	.d-sm-inline-flex {
		display: inline-flex !important;
	}

	.p-sm-0,
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-0,
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.p-sm-0,
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.p-sm-0,
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
}

@media only screen and (min-width: 64em) {
	.d-md-none {
		display: none !important;
	}

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

	.d-md-flex {
		display: flex !important;
	}

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

	.d-md-inline-flex {
		display: inline-flex !important;
	}

	.p-md-0,
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-0,
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.p-md-0,
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.p-md-0,
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
}

@media only screen and (min-width: 75em) {
	.d-lg-none {
		display: none !important;
	}

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

	.d-lg-flex {
		display: flex !important;
	}

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

	.d-lg-inline-flex {
		display: inline-flex !important;
	}

	.p-lg-0,
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-0,
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.p-lg-0,
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.p-lg-0,
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
}

@media screen and (min-width: 1400px) {
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-auto,
	.col-xl-offset-0,
	.col-xl-offset-1,
	.col-xl-offset-2,
	.col-xl-offset-3,
	.col-xl-offset-4,
	.col-xl-offset-5,
	.col-xl-offset-6,
	.col-xl-offset-7,
	.col-xl-offset-8,
	.col-xl-offset-9,
	.col-xl-offset-10,
	.col-xl-offset-11,
	.col-xl-offset-12 {
		box-sizing: border-box;
		flex: 0 0 auto;
		padding-right: 2rem;
		padding-left: 2rem;
	}

	.col-xl {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}

	.col-xl-1 {
		flex-basis: 8.33333333%;
		max-width: 8.33333333%;
	}

	.col-xl-2 {
		flex-basis: 16.66666667%;
		max-width: 16.66666667%;
	}

	.col-xl-3 {
		flex-basis: 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		flex-basis: 33.33333333%;
		max-width: 33.33333333%;
	}

	.col-xl-5 {
		flex-basis: 41.66666667%;
		max-width: 41.66666667%;
	}

	.col-xl-6 {
		flex-basis: 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		flex-basis: 58.33333333%;
		max-width: 58.33333333%;
	}

	.col-xl-8 {
		flex-basis: 66.66666667%;
		max-width: 66.66666667%;
	}

	.col-xl-9 {
		flex-basis: 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		flex-basis: 83.33333333%;
		max-width: 83.33333333%;
	}

	.col-xl-11 {
		flex-basis: 91.66666667%;
		max-width: 91.66666667%;
	}

	.col-xl-12 {
		flex-basis: 100%;
		max-width: 100%;
	}

	.col-xl-offset-0 {
		margin-left: 0;
	}

	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xl-offset-3 {
		margin-left: 25%;
	}

	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xl-offset-6 {
		margin-left: 50%;
	}

	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xl-offset-9 {
		margin-left: 75%;
	}

	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-xl {
		justify-content: flex-start;
		text-align: start;
	}

	.center-xl {
		justify-content: center;
		text-align: center;
	}

	.end-xl {
		justify-content: flex-end;
		text-align: end;
	}

	.top-xl {
		align-items: flex-start;
	}

	.middle-xl {
		align-items: center;
	}

	.bottom-xl {
		align-items: flex-end;
	}

	.around-xl {
		justify-content: space-around;
	}

	.between-xl {
		justify-content: space-between;
	}

	.first-xl {
		order: -1;
	}

	.last-xl {
		order: 1;
	}

	.p-xl-0,
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-0,
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.p-xl-0,
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.p-xl-0,
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	padding-top: 0;
	font-weight: 400;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.h1 {
	font-family: DINOT-CondBold, Verdana, sans-serif;
	font-size: 3.2rem;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4rem;
	letter-spacing: 0.25rem;
}

.h1 > .h1--green {
	color: #69bd28;
	font-family: DINOT-Cond, Verdana, sans-serif;
}

.h2 {
	font-family: DINOT-Cond, Verdana, sans-serif;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.h2,
.h2__underline {
	font-size: 2.2rem;
	text-align: center;
}

.h2__underline {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (min-width: 768px) {
	.h2__underline {
		font-size: 2.6rem;
	}
	footer .between-sm .row {
		flex-wrap: nowrap;
		margin-right: 4rem !important;
	}
}

.h2__underline:after {
	content: '';
	background: #555a5c;
	display: block;
	position: relative;
	margin: 1rem auto auto;
	top: 100%;
	height: 0.2rem;
	width: 2rem;
}

.h3 {
	font-family: DINOT-Regular, Verdana, sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.17rem;
}

.h3.h2__underline:after {
	margin-top: 2rem;
}

.h4 {
	font-size: 2.2rem;
}

.h5,
.h6 {
	font-size: 1.8rem;
}

.h3.h2__underline:after,
.h4.h2__underline:after,
.h5.h2__underline:after {
	width: 1rem;
}

.frame-indent-2col-left h1,
.frame-indent-2col-left h2,
.frame-indent-2col-left h3,
.h3__definition-list {
	font-family: DINOT-Bold, Verdana, sans-serif;
	font-size: 2.2rem;
	letter-spacing: 0.17rem;
}

@media (max-width: 768px) {
	.h2,
	h2 {
		font-size: 3.2rem;
	}
}

@media (min-width: 1024px) {
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 3.4rem;
	}

	.h1 {
		font-size: 4.2rem;
		margin-bottom: 6rem;
	}

	.h2 {
		font-size: 3.4rem;
	}

	.h3,
	.h4 {
		font-size: 2.2rem;
	}
}

@media (min-width: 1200px) {
	.h1 {
		font-size: 5rem;
	}

	.h2 {
		font-size: 4.2rem;
	}

	.h3,
	.h4 {
		font-size: 2.6rem;
	}
}

.braincake9 .h1 {
	color: #193241;
}

.braincake9 .h2__underline {
	color: #193241;
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.braincake9 .h2__underline:after {
	background-color: #193241;
}

@media (max-width: 768px) {
	.braincake9 .h2__underline {
		font-size: 3.2rem;
		line-height: 3.9rem;
		margin-bottom: 4rem;
	}
}
@media (min-width: 400px) and (max-width: 1024px) {
	.slider__element__right__image {
		height: 300px !important;
		object-fit: cover;
	}
}
@media (max-width: 400px) {
	.slider__element__right__image {
		height: 200px !important;
		object-fit: cover;
	}
}

.braincake9 .h3 {
	color: #193241;
	font-family: Lato, sans-serif;
}

.icon {
	height: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.icon__fill {
	fill: #fff;
}

.icon__template {
	display: none;
}

#icon--homepage-slider-communication-speechbubble .st0,
#icon--homepage-slider-communication-speechbubble .st1 {
	fill: none;
	stroke: #dc3c96;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

#icon--homepage-slider-communication-speechbubble .st1 {
	stroke-miterlimit: 10;
}

#icon--homepage-slider-communication-speechbubble .st2 {
	enable-background: new;
}

#icon--homepage-slider-communication-speechbubble .st3 {
	fill: #dc3d97;
}

#icon--homepage-slider-commerce-speechbubble .st0 {
	fill: none;
	stroke: #dc3c96;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-commerce-speechbubble .st1 {
	enable-background: new;
}

#icon--homepage-slider-commerce-speechbubble .st2 {
	fill: #dc3d97;
}

#icon--homepage-slider-learning-speechbubble .st0 {
	fill: none;
	stroke: #dc3c96;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-learning-speechbubble .st1 {
	enable-background: new;
}

#icon--homepage-slider-learning-speechbubble .st2 {
	fill: #dc3d97;
}

#icon--homepage-slider-communication .st0 {
	fill: none;
}

#icon--homepage-slider-communication .st0,
#icon--homepage-slider-communication .st1 {
	stroke: #69be28;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-communication .st1 {
	fill: #69be28;
}

#icon--homepage-slider-communication .st2 {
	-webkit-clip-path: url('../../../typo3conf/ext/sugo/Resources/Public/Css/#SVGID_2_');
	clip-path: url('../../../typo3conf/ext/sugo/Resources/Public/Css/#SVGID_2_');
	fill: none;
	stroke: #69be28;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-commerce .st0 {
	fill: none;
}

#icon--homepage-slider-commerce .st1 {
	fill: none;
	stroke: #69be28;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-commerce .st2 {
	fill: #69be28;
}

#icon--homepage-slider-learning .st0 {
	fill: none;
	stroke: #dc3c96;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-learning .st1 {
	fill: none;
	stroke: #69be28;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

#icon--homepage-slider-learning .st2 {
	fill: #69be28;
}

.icon-arrow-banner {
	fill: none;
	stroke: #69bd28;
	stroke-width: 2.5px;
	stroke-miterlimit: 10;
}

.mapBox__map {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.mapBox__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

.mapBox__content {
	padding: 3rem 0;
}

.mapBox__content h3 {
	margin-bottom: 1rem;
}

.slider__element__single {
	margin-bottom: 9.8rem;
}

@media (min-width: 1024px) {
	.slider__element__single {
		margin-bottom: 9.8rem;
	}
}

.slider__element__left,
.slider__element__right {
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.slider__element__right {
	text-align: center;
	align-items: center;
}

.slider__element__single .slider__element__left__content,
.slider__element__single .slider__element__right__image {
	width: 100%;
}

.slider__element__single .slider__element__left__content {
	height: auto;
}

.slider__element__left__content > .h3 {
	font-size: 2.6rem;
	font-family: DINOT-Regular;
}

.slider__element__single .slider__element__left__content > .h3 {
	font-size: 2.2rem;
	font-family: DINOT-Bold;
	text-transform: uppercase;
}

.slider__element__left__content > .h4 {
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	font-family: DINOT-Bold;
}

.slider__element__left__content > p {
	font-size: 1.8rem;
	line-height: 1.7;
	text-align: left;
	font-family: DINOT-Regular;
	letter-spacing: 0.09rem;
}

.slider__element__single .slider__element__background-color--grey {
	background: #eee;
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0, #eee),
		color-stop(33%, hsla(0, 0%, 93.3%, 0.1)),
		color-stop(95%, #fefefe),
		color-stop(100%, #fff)
	);
	background: linear-gradient(
		180deg,
		#eee 0,
		#f4f4f4 33%,
		#fefefe 95%,
		hsla(0, 0%, 93.3%, 0.1)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#ffffff",GradientType=0);
}

.slider__element__background-color--grey {
	background-color: #eee;
	height: inherit;
	padding: 4rem;
}

.slider__element__background-color--transparent {
	background-color: transparent;
	height: inherit;
	margin-bottom: 1rem;
}

.slider__element__single--small .slider__element__left__content .h3 {
	text-transform: none;
}

.slider__element__right__image {
	display: inline-block;
	height: auto;
	width: 100%;
	max-width: 100%;
}

.slider__element .slider__element__button {
	color: #dc3c96;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.slider__element__background-color--transparent {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.slider__element__background-color--grey,
	.slider__element__background-color--transparent {
		padding-left: 6rem;
	}

	.slider__element__left,
	.slider__element__right {
		width: auto;
		max-width: 82rem;
		height: 100%;
	}

	.slider__element__single .slider__element__left__content,
	.slider__element__single .slider__element__right__image {
		margin-top: auto;
		margin-bottom: auto;
	}

	.slider__element__right__image {
		display: block;
		max-width: 100%;
		height: auto;
		width: 100%;
		max-height: 100%;
	}

	.slider__element__single--small .slider__element__left__content {
		width: 100%;
		max-width: 730px;
	}

	.slider__element__single--small .slider__element__right__image {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.slider__element__single {
		margin-bottom: 9.8rem;
	}

	.slider__element__left__content > .h3 {
		font-size: 3.4rem;
	}

	.slider__element__left__content > .h4 {
		font-size: 2.2rem;
		margin-bottom: 2.4rem;
	}

	.slider__element__background-color--transparent {
		height: 100%;
	}

	.slider__element__background-color--transparent .slider__element__left {
		display: flex;
		justify-content: flex-start;
	}

	.slider__element__background-color--transparent .slider__element__right {
		display: flex;
		justify-content: flex-end;
	}
}

.slider__element__video.slider__element__video {
	width: 100%;
}

.braincake9
	.ce-slider
	.ce-slider__wrapper
	.slider__element__background-color--grey {
	background-color: #c80a41;
}

.braincake9 .ce-slider .ce-slider__wrapper .as__rte {
	color: #fff;
}

.braincake9 .slider__element .as__rte {
	color: #193241;
}

.m-noservice {
	overflow: hidden;
}

.m-noservice__logo {
	margin: 0 auto;
	top: 20px;
	height: 79px;
	width: 273px;
	position: absolute;
	background-size: 273px 79px;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
}

[dir='ltr'] .m-noservice__content {
	left: 50%;
	transform: translate(-50%, -50%);
}

[dir] .m-noservice__content {
	text-align: center;
}

.m-noservice__content {
	position: absolute;
	top: 50%;
	width: 100%;
}

.as__contactbox {
	position: fixed;
	top: 50%;
	right: 6rem;
	transform: translate(100%, -50%);
	z-index: 990;
}

.as__contactbox--left {
	right: auto;
	left: 6rem;
	transform: translate(-100%, -50%);
}

.as__contactbox__link {
	display: flex;
	align-items: center;
	padding: 1.5rem;
	margin-left: 0;
	font-family: DINOT-Cond;
	font-size: 2.6rem;
	line-height: 3rem;
	color: #fff;
	text-transform: uppercase;
	background-color: #565a5c;
	transform: translateX(0);
	transition: transform 0.3s ease, margin 0.3s ease, color 0.3s ease,
		background 0.3s ease;
}

.as__contactbox__link:hover {
	color: #565a5c;
	background-color: #fff;
	margin-left: 6rem;
	transform: translateX(-100%);
}

.as__contactbox--left .as__contactbox__link {
	flex-direction: row-reverse;
}

.as__contactbox--left .as__contactbox__link:hover {
	transform: translateX(100%);
	margin-left: 0;
	margin-right: 6rem;
}

.as__contactbox__link--linkedin {
	background-color: #2d7dc3;
}

.as__contactbox__link--magenta {
	background-color: #dc3c96;
}

.as__contactbox__link .icon {
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
	fill: currentColor;
}

.as__contactbox__linktext {
	display: block;
	margin-left: 1.5rem;
	margin-bottom: -0.3em;
}

.as__contactbox--left .as__contactbox__linktext {
	margin-left: 0;
	margin-right: 1.5rem;
}
/*datenschutz page*/
.as__table-scroll-container td:not(:last-child),
.as__table-scroll-container th:not(:last-child) {
	padding-right: 20px;
	vertical-align: top;
}
.as__table-scroll-container {
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	overflow: auto;
	background-color: #e3f2f8;
	width: 100%;
}

.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 990;
}

.fixed,
.logo {
	display: block;
	background-color: #fff;
}

.logo {
	width: 16.3rem;
	height: 5.8rem;
	margin-left: -1.6rem;
}

.mainnavigation__button {
	cursor: pointer;
	width: auto;
	text-transform: uppercase;
	text-align: right;
	border: none;
	background: transparent;
	padding: 0;
	margin: 0 1.25rem 1rem 0;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
}

.mainnavigation__button:focus {
	outline: none;
}

.mainnavigation__icon {
	width: 5.5rem;
	height: 5.8rem;
	background-color: #555a5c;
	padding: 2rem 1.3rem;
}

.mainnavigation__button__content {
	display: none;
	font-size: 2.2rem;
	font-family: DINOT-Cond;
}

.is-open > .mainnavigation__button {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	height: auto;
}

.is-open .mainnavigation__icon {
	padding: 1.3rem;
}

@media screen and (min-width: 768px) {
	.fixed {
		background-color: transparent;
	}

	.logo {
		position: absolute;
		top: 0;
		left: 3rem;
		margin-left: 0;
		z-index: 1;
	}

	.mainnavigation__button {
		right: 3rem;
		margin: 0;
		z-index: 998;
	}

	.mainnavigation__button__content {
		float: left;
		margin-top: 2.2rem;
		margin-bottom: auto;
		margin-right: 1.1rem;
		display: block;
		height: auto;
	}
}

.braincake9__header {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media screen and (min-width: 1024px) {
	.braincake9__header {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
}

.braincake9__header .logo {
	position: static;
	margin-left: 0;
	width: 11.5rem;
	height: 5rem;
}

@media screen and (min-width: 1024px) {
	.braincake9__header .logo {
		width: 23rem;
		height: 10rem;
	}
}

.braincake9__header__icon {
	fill: #fa3c00;
	width: 2.5rem;
	height: 1.75rem;
}

@media screen and (min-width: 1024px) {
	.braincake9__header__icon {
		width: 5rem;
		height: 3.5rem;
	}
}

.main-navigation {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30rem;
	height: 100%;
	padding: 6rem 3rem;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #565b5d;
	transform: translate(30rem);
	opacity: 0.3;
	will-change: transform, opacity;
	transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.main-navigation.is-open {
	opacity: 1;
	z-index: 999;
	transform: translate(0);
}

.main-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-menu .nav-item {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0.8rem 0.5rem 0.6rem;
	line-height: 1;
	margin-bottom: 0.1rem;
	color: #fff;
	cursor: pointer;
	font-family: DINOT-Cond;
	font-size: 4.2rem;
}

.main-menu .isSpacer .nav-item {
	visibility: hidden;
}

.main-menu .isSpacer ~ li .nav-item {
	font-size: 2.6rem;
}

.main-menu li > .nav-item.active,
.main-menu li > .nav-item:focus,
.main-menu li > .nav-item:hover {
	color: #565b5d;
	background-color: #fff;
}

.main-menu li > .nav-item.nav-item--not-clickable:hover {
	color: #fff;
	background-color: transparent;
	cursor: default;
}

.main-menu .subnavigation {
	padding-left: 1rem;
	display: none;
}

.main-menu .hasSubmenu > .nav-item {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.main-menu .subnavigation--active {
	display: block;
}

.subnavigation > li > .nav-item {
	font-family: DINOT-Cond;
	font-size: 2.6rem;
}

.footer,
footer {
	font-family: DINOT-Cond;
	border-top: 1px solid #eee;
	position: absolute;
	width: 100%;
	height: 23rem;
	bottom: 0;
	left: 0;
}

.footer__container {
	padding-top: 4.5rem;
	padding-bottom: 2rem;
}

.footer__icons {
	max-width: 50px;
	max-height: 30px;
	height: auto;
	width: auto;
}

.footer__footernav__item {
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 576px) {
	.footer,
	footer {
		height: 12rem;
	}
}

@media screen and (min-width: 1024px) {
	.footer__footernav__item {
		text-align: left;
		margin-bottom: 0;
	}
}

.braincake9__footer .footer__footernav__item > a {
	color: #fa3c00;
	font-family: Lato, sans-serif;
	font-size: 2rem;
}

.braincake9__footer .footer__footernav__item > a.social-icon {
	color: #555a5c;
}

.braincake9__footer
	.footer__footernav__item
	> a.social-icon.social-icon--facebook:hover {
	color: #3b5998;
}

.braincake9__footer
	.footer__footernav__item
	> a.social-icon.social-icon--linkedin:hover {
	color: #007bb5;
}

.braincake9__footer
	.footer__footernav__item
	> a.social-icon.social-icon--youtube:hover {
	color: #db4f45;
}

.braincake9__footer
	.footer__footernav__item
	> a.social-icon.social-icon--podcast:hover {
	color: #69bd28;
}

.as__cookie-banner,
.as__cookie-banner p {
	font-size: 1.6rem;
}

.as__cookie-banner a {
	color: #dc3c96;
}

.as__cookie-banner__heading {
	margin-bottom: 1rem;
	font-family: DINOT-Regular, sans-serif;
	font-size: 2.4rem;
	font-weight: 400;
	text-align: start;
	line-height: 2.76rem;
	text-transform: none;
	letter-spacing: normal;
}

.as__cookie-banner.no-js {
	display: none !important;
}

.as__cookie-banner {
	position: fixed;
	background-color: #fff;
	height: auto;
	max-height: 100%;
	bottom: 0;
	color: #555a5c;
	font-family: DINOT-Regular, sans-serif;
	padding: 2rem 0;
	width: 100%;
	overflow: hidden;
	-ms-overflow-y: scroll;
	overflow-y: scroll;
	border-top: 1px solid #eee;
	z-index: 9999;
	margin-left: auto;
	margin-right: auto;
}

.as__cookie-banner--hidden,
.as__cookie-banner__details {
	display: none;
}

.as__cookie-banner__details--active {
	display: block;
}

.as__cookie-banner .as__cookie-banner__button__details.as__btn {
	position: relative;
	top: 0;
	height: 100%;
	line-height: 2rem;
}

.as__cookie-banner .as__cookie-banner__button__details.as__btn:hover {
	background-color: hsla(0, 0%, 39.2%, 0.8);
}

@media (min-width: 768px) {
	.as__cookie-banner .as__cookie-banner__button__details.as__btn {
		width: auto;
		padding-left: 3rem;
		padding-right: 3rem;
		margin-bottom: 0;
	}
}

.as__cookie-banner__details__icon {
	width: 1rem;
	height: inherit;
	position: absolute;
	display: inline-block;
	vertical-align: middle;
	right: 1rem;
	top: 0;
	fill: #555a5c;
	transform: rotate(90deg);
	transition: transform 0.7s ease-in;
}

.as__cookie-banner__details__icon .icon {
	fill: #555a5c;
}

.as__cookie-banner__details--active .as__cookie-banner__details__icon {
	transform: rotate(-90deg);
	transition: transform 0.7s ease-in;
	top: 3px;
}

.as__cookie-banner__details--active .as__cookie-banner__details__icon .icon {
	fill: #fff;
}

.as__cookie-banner__details__header {
	margin-top: 0;
	margin-bottom: 2rem;
	padding: 0.5rem 0 1rem;
	font-size: 1.8rem;
	border-bottom: 1px solid #69bd28;
}

.as__cookie-banner__body {
	margin-top: 2rem;
}

.as__cookie-banner__body__content {
	height: 20rem;
	overflow: scroll;
	padding: 0;
}

@media (min-width: 1024px) {
	.as__cookie-banner__body__content {
		padding: 0;
	}
}

.as__cookie-banner__body__content__item {
	display: none;
}

.as__cookie-banner__body__content__item p {
	max-width: 100%;
}

.as__cookie-banner__body__content__item table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.as__cookie-banner__body__content__item thead {
	background-color: #565a5c;
	color: #fff;
}

.as__cookie-banner__body__content__item thead th {
	font-weight: 400;
	text-align: left;
	box-shadow: none;
	padding: 0.1rem 0.5rem 0.5rem;
}

.as__cookie-banner__body__content__item thead th:first-of-type {
	width: 19rem;
}

.as__cookie-banner__body__content__item thead th:nth-of-type(2) {
	width: 11rem;
}

.as__cookie-banner__body__content__item thead th:nth-of-type(3) {
	width: 29rem;
}

.as__cookie-banner__body__content__item thead th:nth-of-type(4),
.as__cookie-banner__body__content__item thead th:nth-of-type(5) {
	width: 10rem;
}

.as__cookie-banner__body__content__item tr {
	border-bottom: 1px solid #eee;
}

.as__cookie-banner__body__content__item tr:nth-last-of-type(2n) {
	background-color: #eee;
}

.as__cookie-banner__body__content__item td {
	border-right: 1px solid #eee;
	box-shadow: none;
	padding: 4px;
}

.as__cookie-banner__body__content__item td:first-of-type {
	border-left: 1px solid #eee;
	width: 19rem;
}

.as__cookie-banner__body__content__item td:nth-of-type(2) {
	width: 11rem;
}

.as__cookie-banner__body__content__item td:nth-of-type(3) {
	width: 29rem;
}

.as__cookie-banner__body__content__item td:nth-of-type(4),
.as__cookie-banner__body__content__item td:nth-of-type(5) {
	width: 10rem;
}

.as__cookie-banner__body__content__radio {
	left: -99999px;
	position: fixed;
	visibility: hidden;
}

.as__cookie-banner__body--cookieDetails,
.as__cookie-banner__body--cookieOverview {
	display: none;
}

#as__cookie-banner__body--cookieDetails:checked
	~ .as__cookie-banner__details__header
	> .as__cookie-banner__header__tab--cookieDetails,
#as__cookie-banner__body--cookieOverview:checked
	~ .as__cookie-banner__details__header
	> .as__cookie-banner__header__tab--cookieOverview {
	color: #69bd28;
}

#as__cookie-banner__body--cookieDetails:checked
	~ .as__cookie-banner__body--cookieDetails,
#as__cookie-banner__body--cookieOverview:checked
	~ .as__cookie-banner__body--cookieOverview {
	display: block;
}

.as__cookie-banner__header__tab--cookieDetails {
	margin-right: 3rem;
}

.as__cookie-banner__header__tab {
	cursor: pointer;
}

.as__cookie-banner__body__content__item--active {
	display: block;
}

.as__cookie-banner__form {
	margin-bottom: 2rem;
}

.as__cookie-banner__form__list {
	margin-left: 0;
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}

.as__cookie-banner__form__list__item {
	position: relative;
	display: inline-block;
	width: 10rem;
	margin-right: 1rem;
	margin-bottom: 2rem;
}

.as__cookie-banner__body__menu {
	margin-bottom: 1rem;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0;
}

.as__cookie-banner__body__menu:after {
	content: '';
	display: block;
	clear: both;
}

.as__cookie-banner__body__menu li {
	list-style-type: none;
	width: 50%;
	float: left;
	text-align: center;
}

@media (min-width: 30rem) {
	.as__cookie-banner__body__menu li {
		width: 25%;
	}
}

@media (min-width: 1024px) {
	.as__cookie-banner__body__menu {
		border-top: 0;
		border-bottom: 0;
	}

	.as__cookie-banner__body__menu li {
		width: auto;
		float: none;
		text-align: left;
	}
}

.as__cookie-banner .as__btn.as__cookie-banner__submit-all {
	background-color: #69bd28;
}

.as__cookie-banner .as__btn.as__cookie-banner__button {
	width: 100%;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.as__cookie-banner .as__btn.as__cookie-banner__button {
		width: auto;
	}
}

.as__cookie-banner .as__btn.as__cookie-banner__button:last-child {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.as__cookie-banner .as__btn.as__cookie-banner__button:last-child {
		margin-bottom: 0;
	}
}

.as__cookie-banner__body__menu__item {
	display: inline-block;
	cursor: pointer;
	padding: 0.5rem 0 0.7rem;
}

.as__cookie-banner__body__menu__item:active,
.as__cookie-banner__body__menu__item:focus,
.as__cookie-banner__body__menu__item:hover {
	color: #555a5c;
}

.as__cookie-banner__body__menu__item--active,
.as__cookie-banner__body__menu__item--active:active,
.as__cookie-banner__body__menu__item--active:focus,
.as__cookie-banner__body__menu__item--active:hover {
	color: #69bd28;
}

.as__cookie-banner .as__btn {
	vertical-align: middle;
	display: inline-block;
	border: none;
	padding: 0.5rem 2rem;
	margin: 0 0 1rem;
	text-decoration: none;
	background: #555a5c;
	color: #fff;
	font-family: DINOT-Regular, Verdana, sans-serif;
	line-height: 2rem;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	left: 0;
}

.as__cookie-banner .as__btn.as__cookie-banner__button--white {
	color: #555a5c;
	background: #fff;
	margin-bottom: 0;
}

.as__cookie-banner
	.as__btn.as__cookie-banner__button--white.as__cookie-banner__details--active,
.as__cookie-banner .as__btn.as__cookie-banner__button--white:hover {
	background: #555a5c;
	color: #fff;
}

.as__cookie-banner .as__cookie-banner__body--cookieOverview {
	height: 20rem;
}

.as__cookie-banner .as__btn:hover {
	background: hsla(0, 0%, 39.2%, 0.8);
}

.as__cookie-banner .as__btn:focus {
	outline: none;
}

.as__cookie-banner__checkbox {
	position: absolute;
	margin-top: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.as__cookie-banner__checkbox + label {
	z-index: 0;
	top: 0;
	height: inherit;
	background-color: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	display: inline-block;
	position: relative;
	color: #555a5c;
	padding: 0.2rem 0 0;
}

.as__cookie-banner__checkbox + label:active,
.as__cookie-banner__checkbox:checked + label:active {
	box-shadow: none;
}

.as__cookie-banner__checkbox + label,
.as__cookie-banner__checkbox:checked + label {
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding-left: 2rem;
	cursor: pointer;
}

.as__cookie-banner__checkbox:checked + label {
	color: #555a5c;
}

.as__cookie-banner__form__list__item--not-changeable
	.as__cookie-banner__checkbox:checked
	+ label,
.as__cookie-banner__form__list__item--not-changeable
	.as__cookie-banner__checkbox:checked
	+ label:after {
	color: #979a9c;
	border-color: #979a9c;
}

.as__cookie-banner__checkbox + label:after,
.as__cookie-banner__checkbox:checked + label:after {
	position: absolute;
	top: 2px;
	left: 0;
	width: 1.3rem;
	height: 1.3rem;
	text-align: center;
	line-height: 12px;
	padding: 0.1rem;
	margin-right: 0.2rem;
}

.as__cookie-banner__checkbox + label:after {
	content: '';
	border: 1px solid #555a5c;
	color: #555a5c;
}

.as__cookie-banner__checkbox:checked + label:after {
	content: '\2714';
	color: #555a5c;
	border: 1px solid #555a5c;
}

.as__cookie-banner__checkbox:disabled {
	cursor: default;
}

@media (min-width: 1024px) {
	.as__cookie-banner__body--cookieOverview {
		height: 20rem;
	}

	.as__cookie-banner__body__content {
		height: 20rem;
		-ms-overflow-x: hidden;
		overflow-x: hidden;
		-ms-overflow-y: scroll;
		overflow-y: scroll;
		overflow: -moz-scrollbars-none;
		-ms-overflow-style: none;
	}

	.as__cookie-banner__body__content::-webkit-scrollbar {
		width: 0 !important;
		display: none !important;
	}

	.as__cookie-banner__body__content__item td {
		padding: 5px;
	}
}

.braincake9 .as__cookie-banner__details__header {
	border-bottom: 1px solid #fa3c00;
}

.braincake9
	#as__cookie-banner__body--cookieDetails:checked
	~ .as__cookie-banner__details__header
	> .as__cookie-banner__header__tab--cookieDetails,
.braincake9
	#as__cookie-banner__body--cookieOverview:checked
	~ .as__cookie-banner__details__header
	> .as__cookie-banner__header__tab--cookieOverview,
.braincake9 .as__cookie-banner__body__menu__item--active,
.braincake9 .as__cookie-banner__body__menu__item--active:active,
.braincake9 .as__cookie-banner__body__menu__item--active:focus,
.braincake9 .as__cookie-banner__body__menu__item--active:hover,
.braincake9 .as__cookie-banner a {
	color: #fa3c00;
}

.braincake9 .as__cookie-banner .as__btn.as__cookie-banner__submit-all {
	background-color: #fa3c00;
}

.braincake9 .as__cookie-banner .as__btn.as__cookie-banner__submit-all:hover {
	background-color: #555a5c;
}

.braincake9 .as__cookie-banner .as__btn.as__cookie-banner__button {
	width: auto;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.braincake9 .as__cookie-banner .as__btn.as__cookie-banner__button:last-child {
		margin-bottom: 1rem;
	}
}

.braincake9 .as__cookie-banner .as__btn:hover {
	color: #fff;
}

.introduction-slider {
	margin: 0 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.container-fluid > .frame-max-width > .introduction-slider {
	margin-bottom: -2.5rem;
}

.introduction-slider > * {
	flex: 0 1 auto;
}

.introduction-slider__heading {
	display: block;
}

.introduction-slider__heading__info {
	color: #fff;
	position: absolute;
}

h1.introduction-slider__heading {
	margin-bottom: 0;
	margin-top: 0;
}

.introduction-slider__heading__item {
	width: 100%;
	color: #69bd28;
	height: 6rem;
	padding-top: 3rem;
	-webkit-animation-name: c;
	-webkit-animation-duration: 0.4s;
	animation-name: c;
	animation-duration: 0.4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.introduction-slider__heading,
.introduction-slider__heading__item {
	font-family: DINOT-Bold;
	text-transform: uppercase;
	text-align: right;
	font-size: 2.6rem;
}

.hidden.introduction-slider__icons__item,
.introduction-slider__content__item,
.introduction-slider__heading__item {
	display: none;
}

.introduction-slider__content__item--active,
.introduction-slider__heading__item--active,
.introduction-slider__icons__item--active {
	display: block;
}

.introduction-slider__icons {
	list-style-type: none;
}

.introduction-slider__icons__item {
	padding-top: 1rem;
}

.introduction-slider__icons__item,
.introduction-slider__icons__item h2 {
	width: 100%;
	text-transform: uppercase;
	color: #888b8d;
	font-size: 2.6rem;
	font-family: DINOT-CondBold;
	letter-spacing: 1px;
	list-style-type: none;
}

.introduction-slider__icons__item h2 {
	margin-bottom: 0;
}

.introduction-slider__icons__item .introduction-slider__content__icon {
	display: none;
}

.introduction-slider__icons__item a {
	width: 100%;
	display: inline-block;
	padding: 0.1rem 2rem 0.5rem 0;
	background-image: url('../../../typo3conf/ext/sugo/Resources/Public/Css/modules/Images/arrow-right.png');
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 1.5rem;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.introduction-slider__icons__item--active {
	color: #555a5c;
}

.introduction-slider__content__item--active
	.introduction-slider__content__icon {
	display: inline-block;
	margin-top: 3rem;
	margin-bottom: -3rem;
	-webkit-animation-name: e;
	-webkit-animation-duration: 0.4s;
	animation-name: e;
	animation-duration: 0.4s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.introduction-slider__content {
	height: 25rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: inherit;
	flex-grow: 1;
}

.introduction-slider__content__svg .icon {
	width: 29rem;
	max-width: 100%;
	height: 18rem;
}

.introduction-slider__content__icon .icon {
	width: 8.5rem;
	height: 8.5rem;
	fill: #69bd28;
}

.introduction-slider__content__item
	> .introduction-slider__content__icon
	> .icon {
	margin-top: 20px;
	opacity: 0.2;
}

.introduction-slider__content__item {
	list-style-type: none;
}

.introduction-slider__content__item--active
	> .introduction-slider__content__icon
	> .icon {
	transition: margin 0.4s ease;
	margin-top: 0;
	opacity: 1;
}

.introduction-slider__news {
	text-align: right;
	padding: 1rem;
}

.introduction-slider__news .icon {
	display: inline-block;
	fill: #dc3c96;
	width: 15rem;
	height: 5rem;
}

.introduction-slider__news--visible .icon {
	opacity: 0;
	-webkit-animation-name: b;
	-webkit-animation-duration: 0.7s;
	animation-name: b;
	animation-duration: 0.7s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

@media (min-width: 768px) {
	.introduction-slider {
		margin: 0 8rem;
	}

	.introduction-slider__content {
		height: 31rem;
	}

	.introduction-slider__heading,
	.introduction-slider__heading__item {
		font-size: 4.2rem;
	}

	.introduction-slider__heading__item {
		height: 7rem;
	}

	.introduction-slider__news {
		padding: 5rem 5rem 4rem;
	}

	.introduction-slider__content__item--active
		.introduction-slider__content__svg
		.icon {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
	}

	.introduction-slider__heading__item {
		opacity: 0;
		padding-top: 3rem;
		width: 100%;
		color: #69bd28;
		height: 6rem;
	}

	.introduction-slider__heading__item.introduction-slider__heading__item--active {
		-webkit-animation-name: d;
		-webkit-animation-duration: 0.4s;
		animation-name: d;
		-webkit-animation-duration: 0.35s;
		animation-duration: 0.35s;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		-webkit-animation-delay: 0.55s;
		animation-delay: 0.55s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.introduction-slider__content__svg .icon {
		width: 34.8rem;
		max-width: 100%;
		height: 21rem;
	}

	.introduction-slider__content__icon .icon {
		width: 9.9rem;
		height: 9.2rem;
	}

	.introduction-slider__news .icon {
		width: 20rem;
		height: 8rem;
	}
}

@media (min-width: 1024px) {
	.introduction-slider__heading,
	.introduction-slider__heading__item {
		font-size: 5rem;
	}

	.introduction-slider__content {
		height: 21rem;
	}

	.introduction-slider__content .introduction-slider__content__icon {
		display: none;
	}

	.introduction-slider__icons .introduction-slider__content__icon {
		display: block;
	}

	.introduction-slider__icons__item {
		padding-top: 0;
	}

	.introduction-slider__icons__item a {
		padding-top: 2.1rem;
		background-position-y: 2rem;
		border-bottom: 2px solid #69bd28;
	}
}

.introduction-slider__content__item--active
	.introduction-slider__content__svg
	.icon {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	opacity: 0;
	-webkit-animation-name: a;
	-webkit-animation-duration: 0.8s;
	animation-name: a;
	animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

@-webkit-keyframes a {
	0% {
		display: block;
		opacity: 0;
	}

	10% {
		opacity: 0.9;
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}

@keyframes a {
	0% {
		display: block;
		opacity: 0;
	}

	10% {
		opacity: 0.9;
		stroke-dashoffset: 1000;
	}

	to {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}

@-webkit-keyframes b {
	0% {
		margin-top: 10rem;
		margin-bottom: -10rem;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		margin-top: 0;
		margin-bottom: 0;
		opacity: 1;
	}
}

@keyframes b {
	0% {
		margin-top: 10rem;
		margin-bottom: -10rem;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		margin-top: 0;
		margin-bottom: 0;
		opacity: 1;
	}
}

.icon--speechbubble-content {
	opacity: 0;
}

.introduction-slider__content__item
	.introduction-slider__content__item--active
	.icon--speechbubble-content {
	transition: opacity 1s ease-in-out;
	opacity: 1;
	transition-delay: 2s;
}

@-webkit-keyframes c {
	0% {
		padding-top: 3rem;
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	to {
		padding-top: 0;
		opacity: 1;
	}
}

@keyframes c {
	0% {
		padding-top: 3rem;
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	to {
		padding-top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes d {
	0% {
		padding-top: 3rem;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		padding-top: 0;
		opacity: 1;
	}
}

@keyframes d {
	0% {
		padding-top: 3rem;
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		padding-top: 0;
		opacity: 1;
	}
}

@-webkit-keyframes e {
	0% {
		margin-top: 3rem;
		margin-bottom: -3rem;
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	to {
		margin-top: 0;
		margin-bottom: 0;
		opacity: 1;
	}
}

@keyframes e {
	0% {
		margin-top: 3rem;
		margin-bottom: -3rem;
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	to {
		margin-top: 0;
		margin-bottom: 0;
		opacity: 1;
	}
}

.as__carousel {
	position: relative;
	overflow: hidden;
}

.as__carousel__wrapper {
	margin-left: 0;
	margin-right: 0;
}

.as__news-carousel-container {
	position: relative;
	padding-bottom: 10rem;
}

@media (min-width: 1024px) {
	.as__news-carousel-container {
		padding-bottom: 13rem;
	}
}

@media (min-width: 1200px) {
	.as__news-carousel-container {
		padding-bottom: 15rem;
	}
}

.frame:last-child .as__news-carousel-container {
	border-bottom: none;
}

.as__news-carousel-container:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	background-color: #eee;
	height: 3rem;
	left: 0;
	right: 0;
	margin-bottom: 1.6rem;
}

.as__carousel-item {
	padding-left: 3.7rem;
	padding-right: 3.7rem;
}

.as__carousel-item__date {
	color: #555a5c;
	font-family: DINOT-Cond;
	font-size: 2rem;
	line-height: 3rem;
	margin-bottom: 1.7rem;
}

.as__carousel-item__date:before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 90%;
	background-color: #69bd28;
	width: 1.2rem;
	height: 1.2rem;
	top: 0.9rem;
	left: 1.2rem;
}

.as__carousel-item__headline {
	font-family: DINOT-Bold, sans-serif;
	font-size: 1.8rem;
	line-height: 2rem;
	color: #555a5c;
	margin-bottom: 0.5rem;
}

.as__carousel-item__text {
	margin-bottom: 1.5rem;
}

.as__carousel-item__link {
	color: #dc3c96;
}

.as__service__teaser__action {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 99;
}

.as__pagination {
	width: 100%;
	height: 100%;
}

.as__pagination > button {
	margin: 0;
	position: absolute;
	height: 2.4rem;
	width: 2.4rem;
	border: none;
	background: transparent;
	padding: 0;
}

@media (min-width: 1024px) {
	.as__pagination > button {
		opacity: 0.3;
	}
}

.as__pagination > button:hover {
	opacity: 1;
	cursor: pointer;
}

.as__pagination__back {
	left: -5px;
}

.as__pagination__back .icon {
	transform: rotate(180deg);
}

.as__pagination__forward {
	right: -5px;
}

.ce-buttonWithText {
	line-height: 3rem;
	padding: 3rem 0;
}

.ce-buttonWithText.buttonWithText-background-color--transparent {
	background-color: transparent;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 3.1rem;
	padding-bottom: 3.1rem;
	margin-bottom: -10rem;
}

.ce-buttonWithText.buttonWithText-background-color--blue {
	background-color: #e3f2f8;
	padding: 1rem;
}

.ce-buttonWithText.buttonWithText-background-color--grey {
	background-color: #eee;
	padding: 1rem;
}

.ce-buttonWithText .buttonWithText__button {
	display: inline-block;
	border: 1px solid #dc3c96;
	color: #dc3c96;
	border-radius: 0.5rem;
	padding: 1.2rem;
	line-height: 1.2rem;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.ce-buttonWithText .buttonWithText__button:focus,
.ce-buttonWithText .buttonWithText__button:hover {
	color: #fff;
	background-color: #dc3c96;
}

.ce-buttonWithText .h4 {
	text-transform: uppercase;
	font-family: DINOT-Cond;
	line-height: 3rem;
	font-size: 2.2rem;
	margin-bottom: 1rem;
	letter-spacing: 1.1px;
}

.ce-buttonWithText .buttonWithText__image {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.ce-buttonWithText .buttonWithText__right {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ce-buttonWithText img {
	max-width: 26rem;
}

@media screen and (min-width: 768px) {
	.buttonWithText__button {
		float: right;
	}

	.ce-buttonWithText.buttonWithText-background-color--blue,
	.ce-buttonWithText.buttonWithText-background-color--grey,
	.ce-buttonWithText.buttonWithText-background-color--transparent {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.ce-buttonWithText.buttonWithText-background-color--blue
		.buttonWithText__textOnly {
		padding: 0;
	}

	.buttonWithText__right p:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) {
	.ce-buttonWithText.buttonWithText-background-color--blue,
	.ce-buttonWithText.buttonWithText-background-color--grey {
		padding: 3.1rem 0;
	}

	.ce-buttonWithText .h4 {
		text-transform: uppercase;
		font-family: DINOT-Cond;
		line-height: 3rem;
		font-size: 2.2rem;
		margin-bottom: 1rem;
	}

	.ce-buttonWithText.buttonWithText-background-color--blue,
	.ce-buttonWithText.buttonWithText-background-color--transparent {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.ce-buttonWithText.buttonWithText-background-color--transparent {
		margin-bottom: -15rem;
	}
}

.container-fluid > .frame-type-div {
	max-width: none;
	margin-left: -2rem;
	margin-right: -2rem;
}

@media (min-width: 576px) {
	.container-fluid > .frame-type-div {
		margin-left: -4rem;
		margin-right: -4rem;
	}
}

.ce-div {
	border: 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 5rem;
}

.ce-events.frame {
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-bottom: 10rem;
	background: #e3f2f8;
}

.ce-events__headline {
	font-family: DINOT-Bold, Verdana, sans-serif;
	margin-bottom: 0;
}

.ce-events__item {
	margin-bottom: 3rem;
	border-bottom: 3px solid #fff;
	padding-bottom: 3rem;
}

.ce-events__item:last-child {
	margin-bottom: 0;
}

.ce-events__item-date {
	margin-bottom: 1.5rem;
}

.ce-events__item-date--optional {
	margin-bottom: 0.5rem;
}

.ce-events__category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.ce-events__category:last-child {
	margin-bottom: 0;
}

.ce-events__category-icon-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 1rem;
	border-radius: 50%;
	background: #fff;
}

.ce-events__category-icon {
	width: 3rem;
	height: 3rem;
}

.ce-events__category-label {
	display: block;
	font-family: DINOT-CondBold, Verdana, sans-serif;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-top: 0;
}

.ce-events__category-icon-wrapper,
.ce-events__category-label {
	margin-bottom: 1rem;
}

.ce-events__item-title {
	font-family: DINOT-Bold, Verdana, sans-serif;
	letter-spacing: 0;
	margin-bottom: 2rem;
}

.ce-events__content-wrapper {
	max-height: none !important;
	margin-bottom: 0.5rem;
	overflow: visible;
}

.ce-events__content--extended,
.ce-events__content-wrapper p {
	margin-bottom: 1.5rem;
}

.ce-events__subline {
	font-family: DINOT-Bold, Verdana, sans-serif;
}

.ce-events__content-wrapper .ce-events__subline {
	margin-bottom: 0.5rem;
}

.ce-events__label {
	display: inline-block;
	font-family: DINOT-Bold, Verdana, sans-serif;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-events__label
	.ce-events__label-text--show-more,
.ce-events__label-text--show-less {
	display: none;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-events__label
	.ce-events__label-text--show-less {
	display: block;
}

.ce-events__label .ce-events__item-icon {
	transform: translateY(-50%) scale(1) rotate(90deg);
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-events__label
	.ce-events__item-icon {
	transform: translateY(-25%) scale(-1) rotate(90deg);
}

.ce-events__link {
	max-width: 18.6rem;
	min-width: auto;
	width: 100%;
	padding: 0.8rem;
}

.container-fluid > .frame-max-width .ce-events__row {
	margin-left: -2rem;
	margin-right: -2rem;
}

@media only screen and (min-width: 64em) {
	.ce-events.frame {
		padding-top: 5rem;
		padding-bottom: 5rem;
		margin-bottom: 15rem;
	}

	.ce-events__cell {
		position: relative;
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}

	.ce-events__cell:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 2rem;
		right: 2rem;
		display: block;
		border-bottom: 3px solid #fff;
		z-index: 1;
	}

	.ce-events__item {
		margin: 0;
		border: 0;
		padding: 0;
	}

	.ce-events__content {
		max-height: none !important;
	}

	.ce-events__content-wrapper,
	.ce-events__content-wrapper p:last-child,
	.ce-events__item:last-child .ce-events__cell {
		margin-bottom: 0;
	}
}

@media screen and (max-width: calc(1024px - 1px)) {
	.ce-events__content--extended {
		max-height: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.ce-events__category-label {
		width: 100%;
	}

	.ce-events__content--extended {
		margin-bottom: 0;
	}

	.as__accordion__toggle:checked
		+ .as__accordion__item
		.ce-events__content--extended {
		margin-bottom: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.ce-events__max-container {
		max-width: 172rem;
	}
}

@media screen and (min-width: 1600px) {
	.ce-events__category-label {
		width: auto;
	}
}

.braincake9 .ce-events.frame {
	background: #193241;
}

.braincake9 .ce-events.frame .as__accordion__content-wrapper,
.braincake9 .ce-events.frame .as__accordion__label,
.braincake9
	.ce-events.frame
	.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__content-wrapper,
.braincake9
	.ce-events.frame
	.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__label {
	color: #fff;
}

.braincake9 .ce-events__label .ce-events__item-icon {
	fill: currentColor;
}

.ce-eventsBoard {
	margin-bottom: 10rem;
}

@media (min-width: 1024px) {
	.ce-eventsBoard {
		margin-bottom: 13rem;
	}
}

@media (min-width: 1200px) {
	.ce-eventsBoard {
		margin-bottom: 15rem;
	}
}

.ce-eventsBoard__teaser {
	margin: 0 -2rem 3rem;
	background-color: #eee;
}

@media (min-width: 768px) {
	.ce-eventsBoard__teaser {
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.ce-eventsBoard__teaser {
		position: relative;
		display: flex;
		flex: 1;
	}
}

@media (min-width: 768px) {
	.ce-eventsBoard__teaser + .ce-eventsBoard__teaser {
		margin-top: 3rem;
	}
}

.ce-eventsBoard__teaser__wrapper {
	width: 100%;
}

.ce-eventsBoard__teaser--image {
	background-color: #555a5c;
}

.ce-eventsBoard__teaser--image img {
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.ce-eventsBoard__teaser__content {
	padding: 3rem 2rem 2rem;
}

@media (min-width: 1200px) {
	.ce-eventsBoard__teaser__content {
		padding: 7.4rem 2rem 2rem;
	}
}

@media (min-width: 1024px) {
	.ce-eventsBoard__teaser--image .ce-eventsBoard__teaser__content {
		width: 100%;
		background-color: #555a5c;
	}
}

.ce-eventsBoard .ce-events__action,
.ce-eventsBoard__teaser__action {
	position: relative;
}

.ce-eventsBoard .ce-events__action .icon,
.ce-eventsBoard__teaser__action .icon {
	fill: #555a5c;
	width: 2rem;
	height: 3rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ce-eventsBoard__teaser__linktext {
	padding-right: 3rem;
}

.ce-eventsBoard .ce-events__action {
	padding-right: 2.5rem;
}

.ce-eventsBoard__teaser--image .icon {
	fill: #fff;
}

.ce-eventsBoard__teaser__text {
	line-height: 3rem;
}

.ce-eventsBoard__teaser__linktext {
	color: #555a5c;
	font-family: DINOT-Bold, sans-serif;
	font-size: 3.2rem;
	line-height: 3.68rem;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.ce-eventsBoard__teaser__linktext {
		font-size: 4.2rem;
		line-height: 4.82rem;
	}
}

.ce-eventsBoard__teaser--image .ce-eventsBoard__teaser__linktext {
	color: #fff;
}

.ce-eventsBoard__teaser .ce-eventsBoard__teaser__linktext--marked {
	color: #69bd28;
	padding-bottom: 1rem;
	border-bottom: 2px solid #555a5c;
}

.ce-eventsBoard__teaser--image .ce-eventsBoard__teaser__linktext--marked {
	border-bottom: 2px solid #fff;
}

@media (min-width: 1024px) {
	.ce-eventsBoard__teaser--image .ce-eventsBoard__teaser__linktext--marked {
		margin-bottom: 3rem;
	}
}

.ce-eventsBoard__list {
	min-height: 100%;
	margin: 0 -2rem;
	padding: 1.5rem 2rem;
	background-color: #e3f2f8;
}

@media (min-width: 768px) {
	.ce-eventsBoard__list {
		margin: 0;
	}
}

@media (min-width: 1024px) {
	.ce-eventsBoard__list {
		padding: 3rem 2rem 1.5rem;
	}
}

.ce-eventsBoard__list .ce-events__item-title {
	font-size: 1.8rem;
	line-height: 2.1rem;
}

@media (min-width: 1024px) {
	.ce-eventsBoard__list .ce-events__item-title {
		font-size: 2.2rem;
		line-height: 2.53rem;
	}
}

.ce-eventsBoard__list .ce-events__label {
	font-size: 1.6rem;
	line-height: 1.9rem;
}

@media only screen and (min-width: 64em) {
	.ce-eventsBoard__list .ce-events__item {
		margin-bottom: 3rem;
		border-bottom: 3px solid #fff;
		padding-bottom: 3rem;
	}
}

.ce-events__item .ce-events__item-title {
	display: block;
}

.braincake9 .ce-events {
	font-family: Lato, sans-serif;
	color: #fff;
}

.braincake9 .ce-eventsBoard__list,
.braincake9 .ce-eventsBoard__teaser--image .ce-eventsBoard__teaser__content {
	background-color: #193241;
}

.braincake9 .ce-eventsBoard__teaser .ce-eventsBoard__teaser__linktext--marked {
	color: #28b4e1;
}

@media (min-width: 1024px) {
	.ce-eventsBoard--new-style
		.ce-eventsBoard__teaser__image
		+ .ce-eventsBoard__teaser__content {
		padding-top: 4.2rem;
	}
}

.ce-eventsBoard--new-style .ce-eventsBoard__teaser__linktext {
	font-family: DINOT-CondBold, sans-serif;
	font-size: 3.2rem;
	line-height: 4rem;
}

@media (min-width: 1024px) {
	.ce-eventsBoard--new-style .ce-eventsBoard__teaser__linktext {
		font-size: 4.2rem;
		line-height: 5rem;
	}
}

.ce-headerimage__imagewrapper {
	position: relative;
}

.ce-headerimage__superline-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem;
	z-index: 1;
}

.ce-headerimage__superline {
	font-family: DINOT-Bold;
	font-size: 2.6rem;
	text-align: left;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.ce-headerimage__margin-top {
	margin-top: 0;
	width: inherit;
	max-width: 164rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

.ce-headerimage--overlay-bottom .ce-headerimage__margin-top {
	max-width: none;
}

.ce-headerimage__overlay {
	height: 13rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 2rem;
	margin-bottom: 2rem;
}

.ce-headerimage__overlay-inner {
	position: relative;
}

.ce-headerimage--overlay-bottom .ce-headerimage__overlay {
	margin: 0;
}

.ce-headerimage--overlay-bottom .ce-headerimage__overlay-inner {
	max-width: 164rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.ce-headerimage__overlay-inner--has-icon {
	padding-left: 7rem;
}

.ce-headerimage.ce-headerimage--no-overlay {
	margin-bottom: 5rem;
}

@media (min-width: 1200px) {
	.ce-headerimage.ce-headerimage--no-overlay {
		margin-bottom: 10rem;
	}
}

.ce-headerimage__overlay-inner > .h3 {
	font-family: DINOT-Bold;
	font-size: 2.2rem;
	margin-bottom: 0.3rem;
}

.ce-headerimage__background {
	background-color: #555a5c;
	color: #fff;
	padding-right: 2rem;
}

.ce-headerimage__background--green {
	background-color: #69bd28;
}

.ce-headerimage__background--blue {
	background-color: #28b4e1;
}

.ce-headerimage__background--magenta {
	background-color: #dc3c96;
}

.ce-headerimage__subtitle {
	font-size: 1.8rem;
}

.ce-headerimage__subtitle:before {
	content: '//';
	width: 1.5rem;
	display: inline-block;
}

.ce-headerimage__cta {
	background-color: #dc3c96;
	color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	height: 12.6rem;
	width: 12.6rem;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
	position: absolute;
	z-index: 1;
	margin-top: -11.6rem;
	margin-left: 2rem;
}

@media (min-width: 1024px) {
	.ce-headerimage__cta {
		width: 22.6rem;
		height: 22.6rem;
		margin-top: 0;
		margin-left: 0;
		bottom: 40%;
		right: 14rem;
	}
}

.ce-headerimage__cta p {
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (min-width: 1024px) {
	.ce-headerimage__cta p {
		font-size: 2.4rem;
		line-height: 3.1rem;
	}
}

.ce-headerimage__cta p:last-child {
	margin-bottom: 0;
}

.ce-headerimage__cta strong {
	font-size: 1.6rem;
	font-family: DINOT-Bold, sans-serif;
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width: 1024px) {
	.ce-headerimage__cta strong {
		font-size: 3rem;
	}
}

.ce-headerimage__badge {
	background-color: transparent;
	background-image: url(/typo3conf/ext/sugo/Resources/Public/Images/badge.svg);
	background-size: contain;
	color: #dc3c96;
	height: 12.6rem;
	width: 12.6rem;
	padding: 1rem;
	text-align: center;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 1;
	margin-top: -11.6rem;
	right: 2rem;
	font-family: DINOT-Cond, sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (min-width: 1200px) {
	.ce-headerimage__badge {
		width: 26rem;
		height: 26rem;
		font-size: 2.8rem;
		line-height: 3.2rem;
	}
}

.ce-headerimage__badge-text {
	max-width: 16rem;
	text-transform: uppercase;
}

.ce-headerimage__content {
	line-height: 3rem;
	padding-left: 2rem;
	padding-right: 2rem;
	margin-bottom: 10rem;
}

.ce-headerimage--overlay-bottom .ce-headerimage__content {
	max-width: 164rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.ce-headerimage__icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ce-headerimage__icon .as__icon {
	width: 5rem;
	height: 5rem;
	fill: #fff;
}

@media screen and (min-width: 576px) {
	.ce-headerimage--overlay-bottom .ce-headerimage__overlay {
		padding-left: 4.5rem;
	}
}

@media screen and (min-width: 768px) {
	.ce-headerimage {
		margin-top: -9rem;
	}

	.ce-headerimage .ce-homepage-header__headline-container {
		top: 10vh;
	}
}

@media screen and (min-width: 1024px) {
	.ce-headerimage__superline-wrapper {
		bottom: 15rem;
		padding: 3.2rem 4rem;
		margin-right: auto;
		margin-left: auto;
		max-width: 172rem;
	}

	.ce-headerimage__superline {
		max-width: 50%;
	}

	.ce-headerimage:not(.ce-headerimage--overlay-bottom)
		.ce-headerimage__margin-top {
		margin-top: -15rem;
		width: inherit;
		max-width: 164rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 172rem;
		padding: 0 4rem;
	}

	.ce-headerimage:not(.ce-headerimage--overlay-bottom)
		.ce-headerimage__margin-top
		> div {
		max-width: 50%;
	}

	.ce-headerimage.ce-headerimage--no-overlay {
		margin-bottom: 10rem;
	}

	.ce-headerimage__content {
		padding-left: 4.5rem;
		padding-right: 4.5rem;
		margin-bottom: 15rem;
		line-height: 3rem;
	}

	.ce-headerimage > .ce-image__full-width {
		margin-bottom: -15rem;
	}

	.ce-headerimage.ce-headerimage--no-overlay > .ce-image__full-width {
		margin-bottom: 0;
	}

	.ce-headerimage__overlay {
		height: 15rem;
		padding-left: 4.5rem;
		margin-bottom: 4.5rem;
	}

	.ce-headerimage--overlay-bottom .ce-headerimage__overlay {
		height: 13rem;
	}

	.ce-headerimage__overlay-inner > .h3 {
		margin-bottom: 1rem;
	}

	.ce-headerimage__background {
		padding-right: 4.5rem;
	}

	.ce-headerimage .ce-homepage-header__headline-container {
		top: 20vh;
	}
}

@media screen and (min-width: 1200px) {
	.ce-headerimage__superline {
		font-size: 5rem;
	}

	.ce-headerimage__overlay-inner > .h3 {
		font-size: 3.4rem;
	}

	.ce-headerimage__subtitle {
		font-size: 2.2rem;
	}

	.ce-headerimage--overlay-bottom .ce-headerimage__overlay {
		height: 22rem;
		margin-bottom: 0;
	}

	.ce-headerimage__icon .as__icon {
		width: 5rem;
		height: 7.5rem;
	}

	.ce-headerimage__badge {
		margin-top: -12.6rem;
	}

	.ce-headerimage.ce-homepage-header--new-headline-style
		.ce-homepage-header__headline {
		padding-left: 4rem;
	}
}

.no_wrap {
	white-space: nowrap;
}

.braincake9 .ce-headerimage__overlay-inner > .h3 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 3.3rem;
}

.braincake9 .ce-headerimage__subtitle {
	font-family: Lato, sans-serif;
}

.braincake9 .ce-headerimage__cta {
	font-family: Lato, sans-serif;
	background-color: #fa3c00;
}

.ce-headertextimage {
	height: auto;
	margin-bottom: 7rem;
}

@media (min-width: 1024px) {
	.ce-headertextimage {
		height: 40rem;
		background: #eee;
		overflow: hidden;
	}
}

@media (min-width: 1200px) {
	.ce-headertextimage {
		height: 50rem;
		margin-bottom: 10rem;
	}
}

.frame:first-child .ce-headertextimage {
	margin-top: -1rem;
}

@media (min-width: 1024px) {
	.frame:first-child .ce-headertextimage {
		margin-top: -9rem;
	}
}

@media (min-width: 1024px) {
	.ce-headertextimage--white {
		background: #fff;
	}
}

.ce-headertextimage__headline {
	font-size: 3.2rem;
	font-family: DINOT-Cond, sans-serif;
	color: #69bd28;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.ce-headertextimage__headline {
		font-size: 4.2rem;
		margin-bottom: 2rem;
	}
}

@media (min-width: 1200px) {
	.ce-headertextimage__headline {
		font-size: 5rem;
	}
}

.ce-headertextimage__headline strong {
	font-weight: 400;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-family: DINOT-CondBold, sans-serif;
	color: #565a5c;
}

.ce-headertextimage__text {
	line-height: 3rem;
}

.ce-headertextimage__text a {
	color: #dc3c96;
}

.ce-headertextimage__text > :last-child {
	margin-bottom: 0;
}

.ce-headertextimage__image-col {
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.ce-headertextimage__image-col .ce-headerimage__cta {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.ce-headertextimage__image-wrapper {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.ce-headertextimage__image {
	display: block;
}

.braincake9 .ce-headertextimage__headline {
	font-family: Lato, sans-serif;
	font-weight: 400;
	color: #0071bc;
}
.lightFont {
	font-weight: 300;
}

.braincake9 .ce-headertextimage__headline strong {
	color: #193241;
	font-weight: bolder;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-family: Lato, sans-serif;
}

.ce-headertextimage--commerce-grey,
.ce-headertextimage--communication-purple,
.ce-headertextimage--learning-petrol {
	color: #fff;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

.frame:first-child .ce-headertextimage--commerce-grey,
.frame:first-child .ce-headertextimage--communication-purple,
.frame:first-child .ce-headertextimage--learning-petrol {
	margin-top: -9rem;
}

.ce-headertextimage--commerce-grey .ce-headertextimage__headline,
.ce-headertextimage--commerce-grey .ce-headertextimage__headline strong,
.ce-headertextimage--commerce-grey .ce-headertextimage__text a,
.ce-headertextimage--communication-purple .ce-headertextimage__headline,
.ce-headertextimage--communication-purple .ce-headertextimage__headline strong,
.ce-headertextimage--communication-purple .ce-headertextimage__text a,
.ce-headertextimage--learning-petrol .ce-headertextimage__headline,
.ce-headertextimage--learning-petrol .ce-headertextimage__headline strong,
.ce-headertextimage--learning-petrol .ce-headertextimage__text a {
	color: inherit;
}

.ce-headertextimage--commerce-grey .ce-headertextimage__text a:focus,
.ce-headertextimage--commerce-grey .ce-headertextimage__text a:hover,
.ce-headertextimage--communication-purple .ce-headertextimage__text a:focus,
.ce-headertextimage--communication-purple .ce-headertextimage__text a:hover,
.ce-headertextimage--learning-petrol .ce-headertextimage__text a:focus,
.ce-headertextimage--learning-petrol .ce-headertextimage__text a:hover {
	text-decoration: none;
	color: inherit;
}

.ce-headertextimage--communication-purple {
	background: #64556a;
}

.ce-headertextimage--commerce-grey {
	background: #3d434b;
}

.ce-headertextimage--learning-petrol {
	background: #14727d;
}

@media (min-width: 1024px) {
	.ce-headertextimage--commerce-grey,
	.ce-headertextimage--communication-purple,
	.ce-headertextimage--learning-petrol {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 1024px) {
	.ce-headertextimage--img-right {
		position: relative;
	}

	.ce-headertextimage--img-right .ce-headertextimage__image-wrapper {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}

	.ce-headertextimage--img-right .ce-headertextimage__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		background: #eee;
		z-index: 2;
	}

	.ce-headertextimage--img-right.ce-headertextimage--communication-purple
		.ce-headertextimage__content {
		background: #64556a;
	}

	.ce-headertextimage--img-right.ce-headertextimage--commerce-grey
		.ce-headertextimage__content {
		background: #3d434b;
	}

	.ce-headertextimage--img-right.ce-headertextimage--learning-petrol
		.ce-headertextimage__content {
		background: #14727d;
	}

	.ce-headertextimage--img-right.ce-headertextimage--white
		.ce-headertextimage__content {
		background: #fff;
	}
}

.ce-headertextimage__btn-container {
	margin-top: 4rem;
}

.ce-headertextimage__btn-left {
	margin-right: 3rem;
}

.ce-headertextimage--alternate-right-bg-color {
	position: relative;
}

.ce-headertextimage--alternate-right-bg-color .ce-headertextimage__content {
	z-index: 3;
}

.ce-headertextimage--alternate-right-bg-color .ce-headertextimage__image-col {
	z-index: 2;
}

.ce-headertextimage__right-bg-color {
	display: block;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
	z-index: 1;
}

.container-fluid:first-child .frame:first-child .ce-homepage-header {
	margin-top: -3.2rem;
}

@media screen and (min-width: 768px) {
	.container-fluid:first-child .frame:first-child .ce-homepage-header {
		margin-top: -9rem;
	}
}

.ce-homepage-header {
	position: relative;
}

.ce-homepage-header__image-wrapper {
	display: block;
	position: relative;
	height: 50vh;
}

@media (min-width: 1024px) {
	.ce-homepage-header__image-wrapper {
		height: 80vh;
	}
}

.ce-homepage-header__image {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit:cover';
}

.ce-homepage-header--crop-image-from-top .ce-homepage-header__image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
	font-family: 'object-fit:cover;object-position:bottom;';
}

.ce-homepage-header__headline-container {
	position: absolute;
	top: 3.5rem;
	left: 0;
	right: 0;
	z-index: 1;
}

@media (min-width: 768px) {
	.ce-homepage-header__headline-container {
		top: 16.66666667vh;
	}
}

@media (min-width: 1024px) {
	.ce-homepage-header__headline-container {
		top: 26.66666667vh;
	}
}

.ce-homepage-header__headline-container .max-container {
	padding: 0;
}

.ce-homepage-header__headline {
	font-family: DINOT-Regular, sans-serif;
	font-size: 3rem;
	line-height: 3.2rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 4rem rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.ce-homepage-header__headline {
		font-size: 5rem;
		line-height: 5.5rem;
	}
}

@media (min-width: 1200px) {
	.ce-homepage-header__headline {
		font-size: 7.5rem;
		line-height: 8rem;
	}
}

.ce-homepage-header--new-headline-style .ce-homepage-header__headline {
	font-family: DINOT-Cond, sans-serif;
	font-size: 3.6rem;
	line-height: 4.2rem;
}

@media (min-width: 768px) {
	.ce-homepage-header--new-headline-style .ce-homepage-header__headline {
		font-size: 6rem;
		line-height: 6.6rem;
	}
}

@media (min-width: 1200px) {
	.ce-homepage-header--new-headline-style .ce-homepage-header__headline {
		font-size: 9rem;
		line-height: 10rem;
	}
}

.ce-homepage-header__headline strong {
	position: relative;
	display: block;
	width: 100%;
	font-family: DINOT-Bold, sans-serif;
	font-weight: 400;
}

.ce-homepage-header--new-headline-style .ce-homepage-header__headline strong {
	font-family: DINOT-CondBold, sans-serif;
}

.ce-homepage-header__headline-pillar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0;
	transform: translateY(100%);
	transition: opacity 0s ease, transform 0s ease;
}

.ce-homepage-header__headline-pillar--active {
	opacity: 1;
	transform: translateY(0);
	transition-duration: 0.8s;
}

.ce-homepage-header .as__banner {
	position: absolute;
	bottom: 6rem;
}

@media (min-width: 1024px) {
	.ce-homepage-header .as__banner {
		bottom: 9rem;
	}
}

.ce-homepage-header__scroll-link {
	position: absolute;
	bottom: 4.7rem;
	left: 0;
	right: 0;
	display: none;
	width: 3rem;
	height: 3rem;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 auto;
	transform: rotate(45deg);
	z-index: 1;
}

@media (min-width: 1024px) {
	.ce-homepage-header__scroll-link {
		display: block;
	}
}

.ce-homepage-header__scroll-link[href] {
	cursor: pointer;
}

.ce-homepage-header--no-pillars {
	margin-bottom: 13rem;
}

@media (min-width: 1200px) {
	.ce-homepage-header--no-pillars {
		margin-bottom: 15rem;
	}
}

.ce-homepage-pillars {
	margin-bottom: 13rem;
}

@media (min-width: 1200px) {
	.ce-homepage-pillars {
		margin-bottom: 15rem;
	}
}

.ce-homepage-pillars .max-container {
	padding: 0;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars .max-container {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1024px) {
	.container-fluid .ce-homepage-pillars .ce-homepage-pillars__row {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}

.ce-homepage-pillars.ce-homepage-pillars--new-style
	.as__accordion.max-container
	.as__accordion__group
	.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars.ce-homepage-pillars--new-style
		.as__accordion.max-container
		.as__accordion__group
		.row {
		margin-left: -2rem;
		margin-right: -2rem;
	}
}

@media (min-width: 1024px) {
	.container-fluid .ce-homepage-pillars .ce-homepage-pillars__col {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.ce-homepage-pillars__item {
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__item {
		border: 0;
	}
}

.ce-homepage-pillars__item:last-child {
	border-bottom: 1px solid #eee;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__item:last-child {
		border: 0;
	}
}

.ce-homepage-pillars__item-link {
	display: block;
}

.ce-homepage-pillars__label {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1.5rem 2rem;
}

@media (min-width: 576px) {
	.ce-homepage-pillars__label {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__label {
		padding: 0;
	}
}

.ce-homepage-pillars__speechbubble {
	width: 82.5%;
	height: 25rem;
	margin-left: auto;
	opacity: 0;
}

@media (min-width: 1200px) {
	.ce-homepage-pillars__speechbubble {
		margin-left: 0;
	}
}

.ce-homepage-pillars__item--active .ce-homepage-pillars__speechbubble {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	-webkit-animation-name: a;
	animation-name: a;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.ce-homepage-pillars__icon {
	width: 4rem;
	height: 4rem;
	margin-right: 1.5rem;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__icon {
		width: 10.5rem;
		height: 10.5rem;
		margin-right: 0;
		margin-bottom: 3rem;
	}
}

.ce-homepage-pillars__icon--commerce {
	fill: #333e46;
}

.ce-homepage-pillars__icon--communication {
	fill: #645569;
}

.ce-homepage-pillars__icon--learning {
	fill: #14727d;
}

.ce-homepage-pillars__label-text-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__label-text-wrapper {
		position: relative;
		flex-direction: column;
	}
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__label-text {
		position: relative;
		margin-bottom: 5rem;
		order: -1;
	}
}

.ce-homepage-pillars__label-text:before {
	content: '';
	display: none;
	max-width: 100%;
	width: 5rem;
	height: 0.5rem;
	margin-bottom: 1rem;
	background: #555a5c;
	transition: background-color 0.3s ease;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__label-text:before {
		display: block;
	}
}

.ce-homepage-pillars__item--active .ce-homepage-pillars__label-text:before {
	background: #69bd28;
}

.ce-homepage-pillars__label-text strong {
	display: block;
	font-family: DINOT-CondBold, sans-serif;
	font-weight: 400;
	font-size: 2.2rem;
	line-height: 3rem;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__label-text strong {
		font-size: 3.4rem;
		line-height: 3.8rem;
	}
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__headline {
		font-family: DINOT-Bold, sans-serif;
		font-size: 2.2rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}
}

.ce-homepage-pillars__accordion-icon {
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.5rem;
	fill: #555a5c;
	transform: rotate(90deg);
	transition: transform 0.3s ease, margin 0.3s ease;
}

.ce-homepage-pillars__toggle:checked
	+ .ce-homepage-pillars__item
	.ce-homepage-pillars__accordion-icon {
	margin-top: 1rem;
	transform: rotate(90deg) scaleX(-1);
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__content {
		max-height: none !important;
		overflow: visible;
	}
}

.ce-homepage-pillars__content-wrapper {
	max-height: none;
	padding: 1rem 5rem 3rem 7.5rem;
	line-height: 3rem;
	overflow: hidden;
}

@media (min-width: 576px) {
	.ce-homepage-pillars__content-wrapper {
		padding-left: 9.5rem;
		padding-right: 7rem;
	}
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__content-wrapper {
		padding: 0;
	}
}

.ce-homepage-pillars__content-wrapper ol,
.ce-homepage-pillars__content-wrapper p,
.ce-homepage-pillars__content-wrapper ul {
	margin-bottom: 3rem;
}

.ce-homepage-pillars__content-wrapper a,
.ce-homepage-pillars__item-linktext {
	color: #dc3c96;
}

.ce-homepage-pillars__item--new-style .ce-homepage-pillars__headline {
	font-family: DINOT-CondBold, sans-serif;
	font-size: 3.2rem;
	line-height: 4rem;
	text-align: left;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: -4px;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__item--new-style .ce-homepage-pillars__headline {
		font-size: 4.2rem;
		line-height: 5rem;
		margin-top: 0;
		margin-bottom: 3rem;
	}
}

@media (min-width: 1200px) {
	.ce-homepage-pillars__item--new-style .ce-homepage-pillars__headline {
		font-size: 5rem;
		line-height: 6rem;
	}
}

.ce-homepage-pillars__image-wrapper {
	display: block;
	margin-bottom: 3rem;
}

.ce-homepage-pillars__image {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__item.ce-homepage-pillars__item--new-style,
	.ce-homepage-pillars__item.ce-homepage-pillars__item--new-style:last-child {
		border: 0;
	}
}

.ce-homepage-pillars__item--new-style .ce-accordion__accordion-icon {
	margin-top: 0;
}

.ce-homepage-pillars__item--new-style .ce-homepage-pillars__content-wrapper {
	padding-left: 4rem;
	padding-right: 4rem;
}

@media (min-width: 1024px) {
	.ce-homepage-pillars__item--new-style .ce-homepage-pillars__content-wrapper {
		padding: 0;
		overflow: visible;
		max-height: none;
	}
}

.ce-homepage-pillars__item--new-style .ce-homepage-pillars__content-wrapper a,
.ce-homepage-pillars__item--new-style .ce-homepage-pillars__item-linktext {
	text-decoration: none;
	color: #dc3c96;
}

.ce-homepage-pillars__item--new-style
	.ce-homepage-pillars__content-wrapper
	a:focus,
.ce-homepage-pillars__item--new-style
	.ce-homepage-pillars__content-wrapper
	a:hover,
.ce-homepage-pillars__item--new-style .ce-homepage-pillars__item-linktext:focus,
.ce-homepage-pillars__item--new-style
	.ce-homepage-pillars__item-linktext:hover {
	text-decoration: underline;
}

.ce-homepage-pillars__item--new-style .ce-homepage-pillars__item-linktext {
	display: flex;
	align-items: center;
}

.container-fluid:first-child .frame-max-width:first-child .ce-image {
	margin-top: -3.2rem;
}

@media screen and (min-width: 768px) {
	.container-fluid:first-child .frame-max-width:first-child .ce-image {
		margin-top: -9rem;
	}
}

.ce-image {
	width: 100%;
	overflow: hidden;
}

.ce-image__full-width {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}

.ce-interest .h2 {
	font-family: DINOT-CondBold;
	text-align: center;
	color: #555a5c;
	text-decoration: none;
	letter-spacing: 0.25rem;
}

.ce-interest__background--blue .h2,
.ce-interest__background--green .h2,
.ce-interest__background--magenta .h2 {
	color: #fff;
}

.ce-interest__background {
	background-color: #eee;
	padding: 5rem 0;
}

.ce-interest__background--green .ce-interest__background {
	background-color: #69bd28;
}

.ce-interest__background--blue .ce-interest__background {
	background-color: #28b4e1;
}

.ce-interest__background--magenta .ce-interest__background {
	background-color: #dc3c96;
}

.ce-interest__icon {
	text-align: center;
	text-decoration: none;
}

.ce-interest__icon > img {
	width: 5rem;
	height: auto;
	transition: transform 0.3s ease;
}

.ce-interest--animate-on-hover:hover .ce-interest__icon img {
	transform: scale(1.05);
}

@media screen and (min-width: 1024px) {
	.ce-interest .h2 {
		font-size: 5rem;
	}

	.ce-interest__icon > img {
		width: 8.5rem;
	}
}

@media screen and (min-width: 1200px) {
	.ce-interest__background {
		padding: 8.5rem 0;
	}
}

.ce-interest--space {
	margin-bottom: 9.8rem;
}

@media (min-width: 1024px) {
	.ce-interest--space {
		margin-bottom: 9.8rem;
	}
}

@media (min-width: 1200px) {
	.ce-interest--space {
		margin-bottom: 9.8rem;
	}
}

.braincake9 .ce-interest h1 {
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
	.braincake9 .ce-interest h1 {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.braincake9 .ce-interest h1 {
		font-size: 6rem;
	}
}

.braincake9 .ce-interest .h2 {
	color: #fff;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
	.braincake9 .ce-interest .h2 {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.braincake9 .ce-interest .h2 {
		font-size: 6rem;
	}
}

.braincake9 .ce-interest__background {
	background-color: #fa3c00;
}

@media (min-width: 1200px) {
	.braincake9 .ce-interest__background {
		padding: 6.7rem 0 10.4rem;
	}
}

.ce-jobs {
	margin-bottom: 5rem;
}

.jobs__item {
	display: block;
	position: relative;
	font-family: DINOT-Bold;
	padding: 3rem 3rem 3rem 0;
}

.jobs__item .icon {
	position: absolute;
	right: 0;
	height: 3rem;
	display: inline;
	width: 2rem;
	float: right;
	stroke: #555a5c;
	fill: #555a5c;
}

.jobs__item:active .icon,
.jobs__item:focus .icon,
.jobs__item:hover .icon {
	stroke: #dc3c96;
	fill: #dc3c96;
}

.jobs__arrow {
	list-style-type: none;
	border-top: 1px solid #eee;
}

.jobs__arrow:last-of-type {
	border-bottom: 1px solid #eee;
}

.jobs__arrow:active,
.jobs__arrow:focus,
.jobs__arrow:hover {
	color: #dc3c96;
}

.jobs__arrow:active .jobs__icon,
.jobs__arrow:focus .jobs__icon,
.jobs__arrow:hover .jobs__icon {
	color: #555a5c;
}

.jobs__icon {
	display: none;
	font-family: Verdana, sans-serif;
}

.jobs__icon:before {
	background-color: #69bd28;
	content: '';
	border-radius: 90px;
	border-color: transparent;
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	margin-right: 0.8rem;
}

.jobs__padding {
	padding: 0;
}

@media screen and (min-width: 768px) {
	.jobs__icon {
		display: inline-block;
	}
}

@media screen and (min-width: 1024px) {
	.jobs__slider__element__marging-bottom {
		margin-bottom: 10rem;
	}

	.jobs__item {
		padding: 3rem 4rem 3rem 0;
	}
}

@media screen and (min-width: 1400px) {
	.ce-jobs {
		margin-bottom: 10rem;
	}
}

.mapBoxCollection {
	padding-top: 3.4rem;
}

.ce-partners > .row {
	align-items: center;
	justify-content: center;
}

.ce-partners__item {
	margin-bottom: 4.5rem;
}

.ce-partners__item__image {
	display: block;
	width: auto;
	height: auto;
	max-width: 35rem;
	max-height: 19rem;
	text-align: center;
	margin: auto;
}

.ce-partners__background-color--grey,
.ce-partners__background-color--lightblue {
	background-color: #e3f2f8;
	padding: 1rem;
}

.ce-partners__background-color--grey {
	background-color: #eee;
}

@media screen and (min-width: 1024px) {
	.ce-partners__background-color--grey,
	.ce-partners__background-color--lightblue {
		background-color: #e3f2f8;
		padding: 4rem;
	}

	.ce-partners__background-color--grey .ce-partners__item,
	.ce-partners__background-color--lightblue .ce-partners__item {
		margin-bottom: 0;
	}

	.ce-partners__background-color--grey {
		background-color: #eee;
	}
}

@media screen and (min-width: 1200px) {
	.ce-partners__item__image {
		max-width: 35rem;
		max-height: 19rem;
	}
}

.ce-references,
.container-fluid > .frame.ce-references {
	margin-bottom: 8rem;
}

.ce-references__item {
	margin-bottom: 2rem;
}

.ce-references__item-link {
	display: block;
}

.ce-references__item__image-wrapper {
	display: block;
	max-width: 55rem;
	margin: 0 auto;
	overflow: hidden;
}

.ce-references__item__image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	max-width: 50rem;
	margin: auto;
	transition: transform 0.3s ease;
}

.ce-references__item-link:focus .ce-references__item__image,
.ce-references__item-link:hover .ce-references__item__image {
	transform: scale(1.05);
}

.ce-references__item__title {
	font-family: DINOT-Bold;
	padding: 0.7rem 2rem 0;
	max-width: 50rem;
	margin: auto auto 1rem;
	letter-spacing: 0.1rem;
}

.ce-references__item__bodytext {
	font-size: 1.6rem;
	font-family: DINOT-Regular;
	padding: 0 2rem 2rem;
	max-width: 50rem;
	margin: auto;
}

.ce-references__item__bodytext:before {
	content: '//';
	width: 1.5rem;
	display: inline-block;
}

@media (min-width: 576px) {
	.ce-references__item__title {
		padding: 0.7rem 4rem 0;
	}

	.ce-references__item__bodytext {
		padding: 0 4rem 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.ce-references {
		margin-bottom: 11rem;
	}

	.ce-references__item {
		margin-bottom: 4rem;
	}

	.ce-references__item__bodytext {
		font-size: 1.8rem;
	}

	.ce-references__item__bodytext,
	.ce-references__item__image,
	.ce-references__item__image-wrapper,
	.ce-references__item__title {
		max-width: 100%;
	}
}

.ce-references-overview.frame {
	margin-bottom: 10rem;
}

@media (min-width: 768px) {
	.ce-references-overview.frame {
		margin-bottom: 15rem;
	}
}

.ce-references-overview__item {
	margin-bottom: 7rem;
}

@media (min-width: 768px) {
	.ce-references-overview__item {
		margin-bottom: 0;
	}
}

.ce-references-overview__item:last-child {
	margin-bottom: 0;
}

.ce-references-overview__item-link {
	display: block;
}

.ce-references-overview__item-image-wrapper {
	display: block;
	height: 21.3rem;
	position: relative;
	margin-bottom: 0.7rem;
	overflow: hidden;
}

@media (min-width: 768px) {
	.ce-references-overview__item-image-wrapper {
		margin-bottom: 2rem;
	}
}

.ce-references-overview__item-image {
	display: block;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.3s ease;
	z-index: 1;
}

.ce-references-overview__item-link:focus .ce-references-overview__item-image,
.ce-references-overview__item-link:hover .ce-references-overview__item-image {
	transform: translate(-50%, -50%) scale(1.05);
}

.ce-references-overview__item-content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 1024px) {
	.ce-references-overview__item-content {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

.ce-references-overview__item-title {
	font-family: DINOT-Bold, sans-serif;
	margin-bottom: 1rem;
}

.ce-references-overview__item-bodytext,
.ce-references-overview__item-content p {
	font-size: 1.8rem;
	font-family: DINOT-Regular;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.ce-references-overview__item-bodytext,
	.ce-references-overview__item-content p {
		margin-bottom: 2rem;
	}
}

.ce-references-overview__item-bodytext:last-child {
	margin-bottom: 0;
}

.ce-references-overview__item-linktext {
	display: inline-flex;
	flex-direction: row;
	color: #dc3c96;
}

.ce-references-overview__item-linkicon {
	fill: currentColor;
	width: 1.5rem;
	height: 2.5rem;
	margin-left: 0.5rem;
}

.ce-services-extended__item {
	margin-bottom: 4rem;
}

.ce-services-extended__item > h3 {
	text-align: left;
	margin-bottom: 3rem;
	font-family: DINOT-Bold;
}

.ce-services-extended__item__bodytext p {
	line-height: 1.7;
	margin-bottom: 2.5rem;
}

.ce-services-extended__accordion__content-wrapper {
	overflow: hidden;
}

.ce-services-extended__item-headline {
	font-size: 2.2rem;
}

.ce-services-extended__label {
	display: inline-block;
	font-family: DINOT-Bold, Verdana, sans-serif;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-services-extended__label
	.ce-services-extended__label-text--show-more,
.ce-services-extended__label-text--show-less {
	display: none;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-services-extended__label
	.ce-services-extended__label-text--show-less {
	display: block;
}

.ce-services-extended__label .ce-services-extended__item-icon {
	transform: translateY(-50%) scale(1) rotate(90deg);
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-services-extended__label
	.ce-services-extended__item-icon {
	transform: translateY(-25%) scale(-1) rotate(90deg);
}

.ce-services-extended__contact {
	padding: 2.2rem 4rem 3rem;
	margin-right: -2rem !important;
	margin-left: -2rem;
	background-color: #eee;
}

.ce-services-extended__contact-headline {
	font-family: DINOT-Cond;
	font-size: 2.2rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.ce-services-extended__contact-bodytext p {
	line-height: 1.7;
	margin-bottom: 3rem;
}

.ce-services-extended__contact-btn {
	padding: 0.8rem 3.9rem;
	margin-bottom: 0;
	background-color: #69bd28;
	border-color: #69bd28;
}

.ce-services-extended__contact-btn:focus,
.ce-services-extended__contact-btn:hover {
	color: #69bd28;
	background-color: transparent;
	border-color: currentColor;
}

.ce-services-extended__accordion__content-wrapper > p:last-child {
	margin-bottom: 1.5rem;
}

.container-fluid > .frame-max-width .ce-services-extended__row {
	margin-left: -2rem;
	margin-right: -2rem;
}

@media screen and (min-width: 576px) {
	.ce-services-extended__accordion__content,
	.ce-services-extended__accordion__content-wrapper {
		max-height: none;
	}

	.ce-services-extended__label {
		display: none;
	}

	.ce-services-extended__contact {
		margin-right: -4rem;
	}
}

@media screen and (min-width: 1200px) {
	.ce-services-extended__max-container {
		max-width: 172rem;
	}
}

@media screen and (min-width: 1600px) {
	.ce-services-extended {
		overflow: hidden;
	}

	.ce-services-extended__contact {
		position: relative;
	}

	.ce-services-extended__contact:before {
		content: '';
		position: absolute;
		top: 0;
		left: 100%;
		width: 9999px;
		height: 100%;
		background: inherit;
		z-index: 1;
	}
}

.braincake9 .ce-services-extended__item-headline {
	font-family: Lato, sans-serif;
	color: #193241;
	font-weight: 700;
}

.braincake9 .ce-services-extended__contact {
	font-family: Lato, sans-serif;
	color: #fff;
	background-color: #193241;
	margin-right: 0;
}

.ce-services {
	margin-bottom: 12rem;
}

.ce-services__item > h3 {
	text-align: center;
	margin-bottom: 1.5rem;
	font-family: DINOT-Bold;
}

.ce-services__background--blue {
	background-color: #e3f2f8;
	padding-top: 4rem;
}

.ce-services__item {
	margin-bottom: 4rem;
}

.ce-services__item__bodytext {
	display: block;
	text-align: center;
	max-width: 300px;
	margin: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media screen and (min-width: 1400px) {
	.ce-services {
		margin-bottom: 12rem;
	}

	.ce-services__item > h3 {
		margin-bottom: 1.5rem;
	}

	.ce-services__background--blue {
		padding-top: 5rem;
		padding-bottom: 2rem;
	}

	.ce-services__item {
		margin-bottom: 5rem;
	}

	.ce-services__item:nth-of-type(n + 5) {
		margin-top: 9rem;
	}

	.ce-services__item__bodytext {
		max-width: 300px;
		margin: auto;
	}
}

.ce-slider {
	margin-bottom: 7rem;
	position: relative;
}

.ce-slider__container {
	height: 50rem;
}

.ce-slider__wrapper {
	height: auto;
}

.ce-slider__container__slide {
	display: block;
	z-index: 0;
	position: relative;
	left: 110%;
	width: 100%;
	height: auto;
}

.ce-slider__container__slide > .row {
	height: 100%;
}

.ce-slider__container__image {
	display: block;
}

.ce-slider__container__slide {
	list-style-type: none;
}

.ce-slider__buttons {
	display: none;
}

.ce-slider__navigation {
	z-index: 989;
	position: relative;
	display: none;
	list-style-type: none;
	margin-top: 0.5rem;
	text-align: center;
	width: auto;
	padding: 0;
}

.ce-slider__navigation > li {
	display: inline-block;
	width: auto;
}

.ce-slider__navigation__icon {
	padding: 1.9rem 0.5rem;
	display: block;
	position: relative;
	cursor: pointer;
}

.ce-slider__navigation__icon:after {
	content: '';
	width: 5.5rem;
	height: 0.3rem;
	display: block;
	background-color: #eee;
}

.ce-slider__navigation__icon.active:after {
	background-color: #69bd28;
}

.slider__element__left__content {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}

.slider__element__left__content > p {
	text-overflow: ellipsis;
}

.slide--showing {
	transform: translateX(0) !important;
}

.slide--showing-left {
	transform: translateX(-100%) !important;
}

.slide--showing-right {
	transform: translateX(100%) !important;
}

.ce-slider__wrapper {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
}

.ce-slider__container__slide {
	position: absolute;
	z-index: 99;
	left: 0;
	transform: translateX(100%);
	transition: transform 1s ease;
	top: 0;
	opacity: 1;
}

.ce-slider__container__slide > .row > div:first-of-type {
	order: 2;
	height: auto;
}

.ce-slider__container__slide > .row > div:nth-of-type(2) {
	order: 1;
	background-color: #fff;
}

.ce-slider__container__slide p:last-child {
	margin-bottom: 0;
}

.ce-slider__buttons {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 988;
	pointer-events: none;
}

.ce-slider__buttons .slider__next,
.ce-slider__buttons .slider__previous {
	height: 100%;
	pointer-events: auto;
}

.ce-slider__buttons .slider__nav-wrapper {
	display: block;
	width: 5rem;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: hsla(0, 0%, 100%, 0.6);
	opacity: 0;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.ce-slider__buttons .slider__next .slider__nav-wrapper {
	float: right;
}

.ce-slider__buttons .slider__nav-wrapper:focus,
.ce-slider__buttons .slider__next:hover .slider__nav-wrapper,
.ce-slider__buttons .slider__previous:hover .slider__nav-wrapper {
	opacity: 1;
}

.ce-slider__buttons .slider__icon {
	max-height: 3.4rem;
}

.ce-slider__buttons .slider__previous-icon {
	transform: rotate(180deg);
}

.ce-slider__navigation {
	display: block;
}

.ce-slider .slider__element__button-wrapper {
	margin-top: 2rem;
}

.slider__element blockquote {
	margin: 0;
}

.slider__element blockquote > * {
	font-size: 3.2rem;
	font-style: italic;
	font-weight: 700;
}

.slider__element blockquote > :last-child {
	margin-bottom: 1rem;
}

.slider__element__image-link img {
	transition: transform 0.3s ease;
}

.slider__element__image-link:hover img {
	transform: scale(1.05);
}

@media screen and (min-width: 1024px) {
	.ce-slider__container {
		height: 50rem;
	}

	.ce-slider__container__slide > .row > div:first-of-type {
		order: 1;
	}

	.ce-slider__container__slide > .row > div:nth-of-type(2) {
		order: 2;
	}

	.ce-slider__buttons {
		display: flex;
		justify-content: space-between;
	}

	.slider__element__right__image {
		width: 60rem;
	}

	.slider__element__left__content {
		height: auto;
	}

	.slider__element blockquote > * {
		font-size: 4.2rem;
	}

	.slider__element blockquote + p {
		font-size: 2.2rem;
	}
}

@media (min-width: 1200px) {
	.slider__element blockquote > * {
		font-size: 5rem;
	}
}

.ce-slider.no-js .ce-slider__buttons,
.ce-slider.no-js .ce-slider__navigation {
	display: none;
}

.ce-slider.no-js .ce-slider__container__slide {
	position: relative;
	left: 0;
	-webkit-animation: none;
	animation: none;
}

.ce-slider.no-js .ce-slider__container,
.ce-slider.no-js .ce-slider__wrapper {
	height: auto;
}

.braincake9 .ce-slider__navigation__icon.active:after {
	background-color: #fa3c00;
}

.ce-highlighted__background--blue,
.ce-highlighted__background--grey {
	background-color: #e3f2f8;
	padding: 10rem 0;
}

.ce-highlighted__background--grey {
	background-color: #eee;
}

.ce-highlighted {
	font-family: DINOT-Bold;
	margin-bottom: 5rem;
}

.ce-highlighted__content {
	text-align: left;
	font-size: 1.8rem;
	line-height: 3rem;
}

.ce-highlighted__content a,
.ce-highlighted__content p,
.ce-highlighted__content span {
	font-size: inherit;
	line-height: inherit;
}

@media screen and (min-width: 768px) {
	.ce-highlighted__content {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 1400px) {
	.ce-highlighted {
		margin-bottom: 10rem;
	}
}

.ce-textIcon-content-wrapper {
	margin-bottom: 5rem;
}

.ce-textIcon-content-wrapper--no-accordion {
	margin-bottom: 3.2rem;
}

.ce-textIcon-content p {
	line-height: 1.7;
}

.ce-textIcon__accordion-item {
	margin-bottom: 0;
}

.ce-textIcon__accordion-content-wrapper > p:last-child {
	margin-bottom: 1.5rem;
}

.ce-textIcon__accordion-content-wrapper {
	max-height: none;
	overflow: visible;
}

.ce-textIcon__accordion-label {
	display: inline-block;
	font-family: DINOT-Bold, Verdana, sans-serif;
	padding-top: 0.5rem;
	margin-bottom: 0;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-textIcon__accordion-label
	.ce-textIcon__accordion-label-text--show-more,
.ce-textIcon__accordion-label-text--show-less {
	display: none;
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-textIcon__accordion-label
	.ce-textIcon__accordion-label-text--show-less {
	display: block;
}

.ce-textIcon__accordion-label .ce-textIcon__accordion-item-icon {
	transform: translateY(-50%) scale(1) rotate(90deg);
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-textIcon__accordion-label
	.ce-textIcon__accordion-item-icon {
	transform: translateY(-25%) scale(-1) rotate(90deg);
}

.ce-textIcon__items {
	margin-bottom: -5rem;
}

.ce-textIcon__item {
	margin-bottom: 5rem;
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.ce_textIcon__item-icon-wrapper {
	margin-bottom: 1.5rem;
}

.ce_textIcon__item-icon {
	width: 7.5rem;
	height: 7.5rem;
}

.ce_textIcon__item-icon-wrapper--big .ce_textIcon__item-icon {
	width: 23.6rem;
	height: auto;
}

.ce-textIcon__item-title {
	font-family: DINOT-Bold, Verdana, sans-serif;
	font-size: 2.2rem;
	margin-bottom: 1rem;
}

.ce_textIcon__item-icon-wrapper--big ~ .ce-textIcon__item-content,
.ce_textIcon__item-icon-wrapper--big ~ .ce-textIcon__item-title {
	max-width: 23.6rem;
}

.ce-textIcon__item-content p:last-child {
	margin-bottom: 0;
}

.ce_textIcon__item-icon-link img {
	transition: transform 0.3s ease;
}

.ce_textIcon__item-icon-link:hover img {
	transform: scale(1.05);
}

@media only screen and (min-width: 48em) {
	.ce-textIcon__accordion-content {
		max-height: none;
	}
}

@media screen and (min-width: 768px) {
	.ce-textIcon-content-wrapper {
		margin-bottom: 6rem;
	}

	.ce-textIcon-content-wrapper--no-accordion {
		margin-bottom: 4.2rem;
	}

	.ce-textIcon__accordion-content-wrapper > p:last-child {
		margin-bottom: 0;
	}
}

.braincake9 .ce-textIcon__item-title {
	font-weight: 700;
}

.braincake9 .ce-textIcon__item-content,
.braincake9 .ce-textIcon__item-title {
	font-family: Lato, sans-serif;
	color: #193241;
}

.ce-textMedia {
	margin-bottom: 8.5rem;
	margin-left: -2rem;
	margin-right: -2rem;
}

.ce-textMedia__headline h2 {
	margin-bottom: 2.5rem;
}

.ce-textMedia__text,
.ce-textMedia__text p {
	text-align: center;
	line-height: 1.278;
}

.ce-textMedia__text {
	margin-bottom: 4rem;
}

.ce-textMedia__image img {
	width: 100%;
	height: auto;
}

.ce-textMedia__text p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.ce-textMedia {
		margin-left: 0;
		margin-right: 0;
	}
}

.braincake9 .ce-textMedia {
	background-color: #28b4e1;
	color: #fff;
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin: -10rem 0 0;
}

@media screen and (min-width: 1024px) {
	.braincake9 .ce-textMedia {
		margin-top: -15rem;
	}
}

.braincake9 .ce-textMedia__text h1 {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
	.braincake9 .ce-textMedia__text h1 {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.braincake9 .ce-textMedia__text h1 {
		font-size: 6rem;
	}
}

.braincake9 .ce-textMedia__text .h2 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 3.2rem;
}

@media screen and (min-width: 1024px) {
	.braincake9 .ce-textMedia__text .h2 {
		font-size: 4rem;
	}
}

@media screen and (min-width: 1200px) {
	.braincake9 .ce-textMedia__text .h2 {
		font-size: 6rem;
	}
}

.ce-link-list.frame {
	margin-bottom: 9rem;
}

.ce-link-list,
.ce-link-list.frame-default {
	max-width: 80rem;
}

.ce-link-list__list-wrapper {
	margin-bottom: 5rem;
}

.ce-link-list__list-wrapper:last-child {
	margin-bottom: 0;
}

.ce-link-list__headline {
	font-size: 2.6rem;
	font-family: DINOT-Cond, sans-serif;
	text-transform: uppercase;
	padding: 0.4615em 1.5rem 0.5rem;
	margin-bottom: 2.5rem;
	background: #eee;
}

@media (min-width: 768px) {
	.ce-link-list__headline {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media (min-width: 1024px) {
	.ce-link-list__headline {
		padding-top: calc(0.4615em + 0.3rem);
		padding-bottom: 0.8rem;
	}
}

.ce-link-list__list {
	list-style: none;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (min-width: 768px) {
	.ce-link-list__list {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.ce-link-list__list-link {
	position: relative;
	display: inline-block;
	margin-bottom: 2rem;
	padding-left: 2.4rem;
	font-family: DINOT-Bold, sans-serif;
}

@media (min-width: 1024px) {
	.ce-link-list__list-link {
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		padding-left: 3rem;
	}
}

@media (min-width: 1024px) {
	.ce-link-list__list-link:focus,
	.ce-link-list__list-link:hover {
		color: #dc3c96;
	}
}

.ce-link-list__list-item:last-child .ce-link-list__list-link {
	margin-bottom: 0;
}

.ce-link-list__list-link .icon {
	position: absolute;
	top: 0;
	left: 0;
	fill: #69bd28;
	width: 1.4rem;
	height: 1.4rem;
	margin-top: 0.2rem;
}

@media (min-width: 1024px) {
	.ce-link-list__list-link .icon {
		width: 2rem;
		height: 2rem;
		margin-top: 0;
		margin-right: 1rem;
		fill: currentColor;
	}
}

.ce-address.frame {
	padding-top: 4rem;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
	background: #e3f2f8;
}

.container-fluid > .frame-max-width .ce-address__row {
	margin-left: -2rem;
	margin-right: -2rem;
}

.ce-address__content {
	margin-bottom: 4rem;
}

.ce-address__content:last-child {
	margin-bottom: 0;
}

.ce-address__headline,
.ce-address__headline .h2__underline {
	text-align: left;
}

.ce-address__headline {
	margin-bottom: 1.5rem;
}

.ce-address__headline .h2__underline:after {
	display: none;
}

@media only screen and (min-width: 48em) {
	.ce-address__content {
		margin-bottom: 0;
	}

	.ce-address a {
		word-break: break-all;
	}
}

@media screen and (min-width: 1200px) {
	.ce-address__max-container {
		max-width: 172rem;
	}

	.ce-address a {
		word-break: normal;
	}
}

.ce-buttonGroup {
	margin-bottom: 4rem;
}

.as__button-group__btn {
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #193241;
	border-radius: 0.5rem;
	padding: 0.8rem 2.8rem;
	margin-bottom: 2rem;
}

.as__button-group__btn:focus,
.as__button-group__btn:hover {
	background: #fa3c00;
}

.as__button-group__btn-icon {
	display: inline-block;
	min-width: 3.6rem;
	max-width: 3.6rem;
	min-height: 3.6rem;
	max-height: 3.6rem;
	margin-right: 1.5rem;
}

.as__button-group__btn-text-wrapper {
	display: flex;
	flex-direction: column;
	font-weight: 700;
	text-align: left;
}

.as__button-group__btn-text-small {
	font-size: 1.3rem;
}

.as__button-group__btn-text-upper {
	text-transform: uppercase;
}

.braincake9 .as__button-group__btn {
	font-family: Lato, sans-serif;
}

.ce-jumbotron {
	margin-bottom: 10rem;
	padding-top: 6.5rem;
	padding-bottom: 6.5rem;
	background-color: #eee;
}

@media (min-width: 1024px) {
	.ce-jumbotron {
		margin-bottom: 13rem;
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

@media (min-width: 1200px) {
	.ce-jumbotron {
		margin-bottom: 15rem;
		padding-top: 16rem;
		padding-bottom: 16rem;
	}
}

.ce-jumbotron--bg-magenta {
	background-color: #dc3c96;
}

.ce-jumbotron__headline {
	font-family: DINOT-CondBold, sans-serif;
	font-size: 4rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 0;
}

@media (min-width: 1024px) {
	.ce-jumbotron__headline {
		font-size: 6.8rem;
	}
}

@media (min-width: 1200px) {
	.ce-jumbotron__headline {
		font-size: 10rem;
	}
}

.ce-jumbotron--text-white .ce-jumbotron__headline {
	color: #fff;
}

.ce-divider-text > .max-container {
	margin-bottom: 10rem;
}

@media (min-width: 1024px) {
	.ce-divider-text > .max-container {
		margin-bottom: 12rem;
	}
}

.ce-divider-text--margin-small > .max-container {
	margin-bottom: 3rem;
}

@media (min-width: 1024px) {
	.ce-divider-text--margin-small > .max-container {
		margin-bottom: 4.5rem;
	}
}

.ce-divider-text--margin-medium > .max-container {
	margin-bottom: 4.5rem;
}

@media (min-width: 1024px) {
	.ce-divider-text--margin-medium > .max-container {
		margin-bottom: 7.5rem;
	}
}

.ce-divider-text--no-margin > .max-container {
	margin-bottom: 0;
}

.ce-divider-text__headline {
	font-family: DINOT-Bold, sans-serif;
	font-size: 2.8rem;
	line-height: 3rem;
	text-align: center;
}

@media (min-width: 1024px) {
	.ce-divider-text__headline {
		font-size: 3.4rem;
		line-height: 3.6rem;
	}
}

.h2.ce-divider-text__headline {
	text-transform: none;
}

.ce-divider-text__headline.h2__underline:after {
	width: 1.5rem;
	height: 0.4rem;
	margin-top: 2rem;
}

.ce-divider-text .as__rte p {
	font-size: 2.2rem;
	line-height: 3rem;
}

.ce-divider-text .as__rte p:last-child {
	margin-bottom: 0;
}

.ce-accordion {
	margin-bottom: 10rem;
}

@media (min-width: 1024px) {
	.ce-accordion {
		margin-bottom: 13rem;
	}
}

.ce-accordion__item {
	border-top: 1px solid #eee;
	margin-bottom: 0;
}

.ce-accordion__item:last-child {
	border-bottom: 1px solid #eee;
}

.ce-accordion__label {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 1.8rem 2rem;
	overflow: hidden;
}

@media (min-width: 576px) {
	.ce-accordion__label {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.ce-accordion__label-text-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
}

.ce-accordion__icon {
	width: 4rem;
	height: 4rem;
	margin-right: 2.5rem;
	flex-shrink: 0;
}

.ce-accordion__label-text {
	display: block;
	font-family: DINOT-CondBold, sans-serif;
	font-weight: 400;
	font-size: 3.2rem;
	line-height: 3.6rem;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.ce-accordion__label-text {
		font-size: 4.2rem;
		line-height: 4.6rem;
	}
}

@media (min-width: 1200px) {
	.ce-accordion__label-text {
		font-size: 5rem;
		line-height: 5.4rem;
	}
}

.ce-accordion__accordion-icon {
	width: 3rem;
	height: 3rem;
	margin-top: -1rem;
	color: #555a5c;
	fill: currentColor;
	flex-shrink: 0;
	transform: rotate(90deg);
	transition: transform 0.3s ease, color 0.3s ease;
}

@media (min-width: 1024px) {
	.ce-accordion__accordion-icon {
		width: 4rem;
		height: 4rem;
	}
}

.ce-accordion__toggle:checked
	+ .ce-accordion__item
	.ce-accordion__accordion-icon {
	color: #dc3c96;
	transform: rotate(45deg);
}

.ce-accordion__content-wrapper {
	max-height: none;
	padding: 4rem 0;
}

@media (min-width: 1024px) {
	.ce-accordion__content-wrapper {
		padding-left: 9.5rem;
		padding-right: 9.5rem;
	}
}

.as__accordion__toggle:checked
	+ .as__accordion__item
	.ce-accordion__content-wrapper,
.ce-accordion__content-wrapper {
	border-top: 1px solid #eee;
}

.ce-accordion__content-wrapper .as__rte > * {
	line-height: 3rem;
}

.ce-accordion__content-wrapper .as__rte > :last-child {
	margin-bottom: 0;
}

.ce-accordion__item-link {
	margin-top: 3.5rem;
}

.ce-accordion__item-linktext {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: #dc3c96;
}

.ce-accordion__item-linktext:focus,
.ce-accordion__item-linktext:hover {
	text-decoration: underline;
}

.ce-accordion__image-wrapper {
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: start;
}

.ce-accordion__image-container {
	margin-bottom: 2rem;
}

@media (min-width: 1024px) {
	.ce-accordion__image-container {
		margin-bottom: 0;
	}
}

.ce-accordion__image {
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.ce-jobs-teaser {
	padding-top: 10rem;
	padding-bottom: 10rem;
	margin-bottom: 10rem;
	background-color: #eee;
}

@media (min-width: 1024px) {
	.ce-jobs-teaser {
		margin-bottom: 12rem;
	}
}

.ce-jobs-teaser--margin-small {
	margin-bottom: 3rem;
}

@media (min-width: 1024px) {
	.ce-jobs-teaser--margin-small {
		margin-bottom: 4.5rem;
	}
}

.ce-jobs-teaser--no-margin {
	margin-bottom: 0;
}

.ce-jobs-teaser__headline {
	font-family: DINOT-CondBold, sans-serif;
	font-size: 3.2rem;
	line-height: 4rem;
	color: #565a5c;
	margin-top: 0;
	margin-bottom: 3rem;
}

@media (min-width: 1024px) {
	.ce-jobs-teaser__headline {
		font-size: 4.2rem;
		line-height: 5rem;
	}
}

@media (min-width: 1200px) {
	.ce-jobs-teaser__headline {
		font-size: 5rem;
		line-height: 5.6rem;
	}
}

.ce-jobs-teaser__image-wrapper {
	margin-bottom: 3rem;
}

@media (min-width: 768px) {
	.ce-jobs-teaser__image-wrapper {
		height: 100%;
		margin-bottom: 0;
	}
}

.ce-jobs-teaser__image {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 768px) {
	.ce-jobs-teaser__image {
		width: 100%;
		height: 43rem;
		-o-object-fit: cover;
		object-fit: cover;
		font-family: 'object-fit:cover';
	}
}

.ce-jobs-teaser__list-item {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 2.5rem;
	margin-bottom: 3.5rem;
	border-bottom: 2px solid #fff;
}

.ce-jobs-teaser__list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.ce-jobs-teaser__list-item-link {
	display: flex;
	text-decoration: none;
	color: #dc3c96;
}

.ce-jobs-teaser__list-item-link .icon {
	fill: currentColor;
	width: 1.5rem;
	height: 2.5rem;
	margin-left: 0.5rem;
}

.ce-jobs-teaser__list-item-link:focus,
.ce-jobs-teaser__list-item-link:hover {
	text-decoration: underline;
}

.ce-jobs-teaser__list-item-title {
	font-family: DINOT-Bold, sans-serif;
	font-size: 1.8rem;
	line-height: 3rem;
	color: #565a5c;
	margin-top: 0;
	margin-bottom: 1rem;
}

.ce-jobs-teaser__list-item-description {
	line-height: 3rem;
	margin-bottom: 0;
}

.ce-jobs-teaser__list-item-link-wrapper {
	display: flex;
	margin-top: 2.5rem;
}

.ce-jobs-teaser__link-wrapper {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2.5rem;
	margin-top: 3.5rem;
	border-top: 2px solid #fff;
}

.ce-jobs-teaser__link {
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 1.1rem;
	padding-bottom: 1.1rem;
}

.ce-letscast {
	margin-bottom: 10rem;
}

@media (min-width: 1024px) {
	.ce-letscast {
		margin-bottom: 13rem;
	}
}

@media (min-width: 1200px) {
	.ce-letscast {
		margin-bottom: 15rem;
	}
}

.ce-letscast iframe {
	height: 430px;
}

@media (min-width: 696px) {
	.ce-letscast iframe {
		height: 210px;
	}
}

.footer-extended {
	position: static;
	height: auto;
	font-family: inherit;
}

.footer-extended .footer-extended__wrapper {
	padding-top: 5rem;
	padding-bottom: 5rem;
	color: #fff;
	background-color: #555a5c;
}

.footer-extended
	.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__label,
.footer-extended .ce-accordion__label {
	color: inherit;
}

.footer-extended .ce-accordion__accordion-icon {
	color: inherit;
	fill: currentColor;
}

.footer-extended
	.as__accordion__toggle:checked
	+ .as__accordion__item
	.as__accordion__content-wrapper,
.footer-extended .ce-accordion__content-wrapper {
	color: inherit;
}

.footer-extended .ce-accordion__content-wrapper {
	padding: 2rem;
}

.footer-extended__links-container {
	margin-top: 3rem;
	overflow: hidden;
}

.footer-extended__links {
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -3rem;
}

@media (min-width: 576px) {
	.footer-extended__links > [class*='col-'] {
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 768px) {
	.footer-extended__links > [class*='col-'] {
		display: block;
	}
}

.footer-extended__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 7rem;
	height: 7rem;
	color: #69bd28;
	border: 2px solid;
	border-radius: 9999px;
	margin-bottom: 3rem;
}

.footer-extended__link .icon {
	color: #fff;
	fill: none;
	stroke: currentColor;
}

.footer-extended__link:focus,
.footer-extended__link:hover {
	border-color: #dc3c96;
}

.footer-extended__link--some .icon {
	width: 4rem;
	height: 4rem;
}

.footer-extended .footer {
	position: static;
}

@media (min-width: 768px) {
	.footer-extended .as__accordion__group {
		margin-bottom: -4.5rem;
	}

	.footer-extended .ce-accordion__item {
		border: 0;
		margin-bottom: 4.5rem;
	}

	.footer-extended .ce-accordion__accordion-icon {
		display: none;
	}

	.footer-extended .as__accordion__content {
		max-height: none;
		overflow: visible;
		transition: none;
	}

	.footer-extended
		.as__accordion__toggle:checked
		+ .as__accordion__item
		.as__accordion__label,
	.footer-extended .ce-accordion__label {
		cursor: text;
		padding: 0;
	}

	.footer-extended .ce-accordion__content-wrapper {
		padding: 0;
	}

	.footer-extended
		.as__accordion__toggle:checked
		+ .as__accordion__item
		.as__accordion__content-wrapper,
	.footer-extended .ce-accordion__content-wrapper {
		border: 0;
	}
}

.ce-checklist-container {
	padding: 4rem 2rem 3rem;
	background-color: #eee;
}

.ce-checklist {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -2.5rem;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.ce-checklist__item {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}

.ce-checklist__item-icon {
	color: #69be28;
	fill: currentColor;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 1rem;
	flex: 0 0 auto;
}

@media screen and (min-width: 768px) {
	.ce-checklist-container {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}

@media screen and (min-width: 1024px) {
	.ce-checklist-container {
		padding-left: 10rem;
		padding-right: 10rem;
	}

	.ce-checklist {
		justify-content: space-around;
	}
}

.as__jobs-accordion .ce-jobs .jobs__arrow:first-child {
	border-top: 0;
}

.ce-jobs-accordion__label {
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 576px) {
	.ce-jobs-accordion__label {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

.ce-jobs-accordion__label .ce-accordion__icon {
	display: none;
}

@media (min-width: 576px) {
	.ce-jobs-accordion__label .ce-accordion__icon {
		display: block;
	}
}

.ce-contact > .max-container {
	margin-bottom: 10rem;
	padding: 0;
}

@media (min-width: 768px) {
	.ce-contact > .max-container {
		padding: 3rem 5rem 6rem;
		margin-bottom: 15rem;
		background-color: #e3f2f8;
	}
}

@media (min-width: 1024px) {
	.ce-contact > .max-container {
		padding-top: 5rem;
		margin-bottom: 17rem;
	}
}

.ce-contact--margin-small > .max-container {
	margin-bottom: 3rem;
}

@media (min-width: 1024px) {
	.ce-contact--margin-small > .max-container {
		margin-bottom: 4.5rem;
	}
}

.ce-contact--no-margin > .max-container {
	margin-bottom: 0;
}

.ce-contact__content,
.ce-contact__header,
.ce-contact__image-container {
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 768px) {
	.ce-contact__content,
	.ce-contact__header,
	.ce-contact__image-container {
		padding: 0;
	}
}

.ce-contact__header {
	padding-top: 3rem;
	padding-bottom: 6rem;
}

@media (min-width: 768px) {
	.ce-contact__header {
		padding-top: 0;
	}
}

.ce-contact__content {
	padding-bottom: 11rem;
}

@media (min-width: 768px) {
	.ce-contact__content {
		padding-bottom: 0;
	}
}

.ce-contact__content,
.ce-contact__header {
	background-color: #e3f2f8;
}

@media (min-width: 768px) {
	.ce-contact__content,
	.ce-contact__header {
		background-color: transparent;
	}
}

.ce-contact__headline {
	margin-bottom: 1rem;
	letter-spacing: 0;
}

.ce-contact__headline,
.ce-contact__headline + .h2__underline {
	text-align: left;
}

.ce-contact__headline + .h2__underline:after,
.ce-contact__headline:after {
	margin-left: 0;
	margin-top: 3.5rem;
}

.ce-contact__image-container {
	display: flex;
	justify-content: center;
}

@media (min-width: 768px) {
	.ce-contact__image-container {
		height: 100%;
		justify-content: flex-end;
		align-items: flex-end;
	}
}

.ce-contact__image-wrapper {
	display: block;
	margin-top: -5rem;
	padding-bottom: 5rem;
}

@media (min-width: 768px) {
	.ce-contact__image-wrapper {
		margin-top: 0;
		margin-bottom: -11rem;
		padding-bottom: 0;
	}
}

.ce-contact__image {
	display: block;
	max-width: 100%;
	height: auto;
}

.ce-steps {
	background-color: #233041;
	color: #fff;
	padding-bottom: 5rem;
}

.ce-steps__inner {
	max-width: 164rem;
	margin-left: auto;
	margin-right: auto;
}

.ce-steps__headline,
.ce-steps__text {
	text-align: left;
}

.ce-steps__headline {
	font-size: 2.8rem;
	font-family: DINOT-Bold, sans-serif;
}

.ce-steps__title__container {
	overflow: hidden;
}

.ce-steps__title {
	font-size: 3.4rem;
	font-family: DINOT-Medium, sans-serif;
	color: #dc3c96;
	display: none;
}

.ce-steps__text {
	font-size: 2.2rem;
}

@media (min-width: 1024px) {
	.ce-steps__headline {
		font-size: 3.4rem;
	}

	.ce-steps {
		padding-bottom: 0;
	}

	.row > .ce-text__container {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}

	.row:first-child > .ce-text__container {
		padding-top: 5rem;
	}

	.row:last-child > .ce-text__container {
		padding-bottom: 5rem;
	}
}

@media (min-width: 1200px) {
	.ce-steps__headline {
		font-size: 3.4rem;
		margin-bottom: 3rem;
	}
}

@media (min-width: 1400px) {
	.ce-steps__title {
		-ms-writing-mode: sideways-lr;
		writing-mode: sideways-lr;
		font-size: 21rem;
		margin-top: 13rem;
		display: block;
	}
}

.ce-textpic .ce-bodytext p a {
	word-break: break-all;
}
