@font-face {
	font-family: 'TeleIcon-Solid';
	src: url("../../fonts/teleIcon-solid.eot") format("eot"), url("../../fonts/teleIcon-solid.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleIcon-Outline';
	src: url("../../fonts/teleIcon-outline.eot") format("eot"), url("../../fonts/teleIcon-outline.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Context-Icons';
	src: url("../../fonts/ts5-icons.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-Regular';
	src: url("../../fonts/TeleNeoWeb-Regular.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-RegularItalic';
	src: url("../../fonts/TeleNeoWeb-RegularItalic.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-RegularItalic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-Medium';
	src: url("../../fonts/TeleNeoWeb-Medium.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-Medium.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-MediumItalic';
	src: url("../../fonts/TeleNeoWeb-MediumItalic.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-MediumItalic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-Bold';
	src: url("../../fonts/TeleNeoWeb-Bold.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-Bold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-BoldItalic';
	src: url("../../fonts/TeleNeoWeb-BoldItalic.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-BoldItalic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-ExtraBold';
	src: url("../../fonts/TeleNeoWeb-ExtraBold.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-ExtraBold.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TeleNeoWeb-ExtraBoldItalic';
	src: url("../../fonts/TeleNeoWeb-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/TeleNeoWeb-ExtraBoldItalic.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@keyframes anim-fadein--bottom--small {
	0% {
		transform: translateY(25px);
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes anim-fadein--bottom--medium {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes anim-fadein--bottom--large {
	0% {
		transform: translateY(100px);
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes anim-fadein--left--fast {
	0% {
		transform: translateX(-30px);
		opacity: 0.8;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes anim-fadein--right--fast {
	0% {
		transform: translateX(30px);
		opacity: 0.8;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes anim-fadein--left--slow {
	0% {
		transform: translateX(-30px);
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes anim-fadein--right--slow {
	0% {
		transform: translateX(30px);
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes animation-loading {
	0% {
		height: 24px;
	}

	50%, 100% {
		height: 12px;
	}
}

@keyframes anchor-navigation-label {
	0% {
		opacity: 0;
		transform: translateX(-50px);
		animation-timing-function: ease-in;
	}

	18% {
		opacity: 1;
		transform: translateX(6px);
		animation-timing-function: ease-in-out;
	}

	23% {
		transform: translateX(-3px);
		animation-timing-function: ease-in-out;
	}

	25% {
		transform: translateX(1px);
		animation-timing-function: ease-in-out;
	}

	26% {
		transform: translateX(0);
		animation-timing-function: ease-out;
	}

	80% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		animation-timing-function: ease-in-out;
	}
}

@keyframes anchor-navigation-undocking {
	0% {
		opacity: 0;
		transform: translateX(-50px);
		animation-timing-function: ease-in;
	}

	100% {
		opacity: 1;
		transform: translateX(0);
		animation-timing-function: ease-in-out;
	}
}

#map,
.error-page .o-header .o-metanav,
.o-accordeon .o-teaser-collection.teaser-collection--events-list>.accordeon__title,
.o-accordeon .o-teaser-collection.teaser-collection--events-news-view>.accordeon__title,
.o-job-search #searchterm,
.o-price-module .teaser-cta-contact,
.o-teaser-collection-mosaic .o-teaser-default .a-image,
.o-teaser-collection.teaser-collection--events-list>.a-headline,
.o-teaser-collection.teaser-collection--events-news-view>.a-headline,
.teaser--with-toggle .teaser-default__image .a-image,
.teaser--with-toggle .teaser-default__teaser-text {
	width: 100%;
}

#map-canvas,
.teaser-default--hero-mosaic-picture .teaser-default__image {
	height: 100%;
	width: 100%;
}

.a-btn,
.o-teaser-default.teaser-cta.teaser-cta-basic-light .cta-wrapper .a-textlink.cec-btn {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	padding: 13px 15px;
}

.a-btn--fullview {
	background-color: rgba(0, 0, 0, 0.6);
	border: none;
	color: #fff;
	font-family: 'TeleIcon-Outline';
}

.a-btn--icon {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 22px;
	outline: none;
	padding: 0;
}

.a-btn--icon-invers {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	outline: none;
	padding: 0;
}

.a-btn--invers-black,
.a-btn--invers-black-icon,
.a-btn-invers-black {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #262626;
	cursor: pointer;
	position: relative;
	text-align: left;
}

.a-btn--invers-black-icon.is-active,
.a-btn--invers-black-icon:hover,
.a-btn--invers-black.is-active,
.a-btn--invers-black:hover,
.a-btn-invers-black.is-active,
.a-btn-invers-black:hover,
.o-teaser-default.teaser-cta .a-textlink,
.o-teaser-default.teaser-cta .teaser-default__pseudo-btn,
.o-teaser-default.teaser-cta-basic .a-textlink:hover[href^='mailto'],
.o-teaser-default.teaser-cta-basic .a-textlink:hover[href^='tel'],
.o-teaser-default.teaser-cta-basic-light .a-textlink:hover[href^='mailto'],
.o-teaser-default.teaser-cta-basic-light .a-textlink:hover[href^='tel'],
.o-teaser-default.teaser-cta-contact .a-textlink:hover[href^='mailto'],
.o-teaser-default.teaser-cta-contact .a-textlink:hover[href^='tel'],
.teaser-default--cta-magenta-document-icon .a-textlink.btn:hover,
.teaser-default--cta-magenta-document-icon .a-textlink:hover[href^='mailto'],
.teaser-default--cta-magenta-document-icon .a-textlink:hover[href^='tel'],
.teaser-default--cta-with-background-image-without-swoosh .a-textlink.btn:hover,
.teaser-default--cta-with-background-image-without-swoosh .a-textlink:hover[href^='mailto'],
.teaser-default--cta-with-background-image-without-swoosh .a-textlink:hover[href^='tel'] {
	background-color: transparent;
	color: #fff;
}

.a-btn--invers-black-icon.is-active::after,
.a-btn--invers-black-icon:hover::after,
.a-btn-outline-invers-icon.is-active::after,
.a-btn-outline-invers-icon:hover::after,
.o-teaser-collection--offer.o-teaser-collection--offer-bar.is-closed .teaser-collection--offer-bar__handle-icon::after {
	content: '$';
}

.a-btn--invers-black-icon::after,
.a-btn-outline-invers-icon::after {
	content: '"';
	display: inline-block;
	font-family: 'TeleIcon-Outline';
	font-size: 22px;
	line-height: 1;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	vertical-align: middle;
}

.a-btn-invers,
.o-flower .o-job-search .flower__content>.btn,
.o-job-search .a-btn,
.o-job-search .o-flower .flower__content>.btn,
.o-job-search .o-price-module-teaser .a-textlink,
.o-job-search .o-teaser-default .a-textlink,
.o-job-search .teaser-default--offer .teaser-default__pseudo-btn,
.o-job-search .teaser-hero--clone .btn,
.o-price-module-teaser .o-job-search .a-textlink,
.o-teaser-default .o-job-search .a-textlink,
.o-teaser-hero .btn,
.teaser-default--offer .o-job-search .teaser-default__pseudo-btn,
.teaser-hero--clone .o-job-search .btn {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
}

.a-btn-invers:hover,
.hero-blank--logo .teaser-default__cta-wrapper .a-textlink:hover,
.o-download .a-btn:hover,
.o-download .o-flower .flower__content>.btn:hover,
.o-download .o-price-module-teaser .a-textlink:hover,
.o-download .o-teaser-default .a-textlink:hover,
.o-download .teaser-default--offer .teaser-default__pseudo-btn:hover,
.o-download .teaser-hero--clone .btn:hover,
.o-flower .o-download .flower__content>.btn:hover,
.o-flower .o-job-search .flower__content>.btn:hover,
.o-flower .teaser-default--basic-magenta .flower__content>.btn:not(:disabled):hover,
.o-gallery--images-grouped .glide__arrow:hover,
.o-gallery--slider .glide__arrow:hover,
.o-gallery-thumbs .glide__arrow--thumbs:hover,
.o-job-search .a-btn:hover,
.o-job-search .job-search__main-content,
.o-job-search .job-suggestions__list-item:hover,
.o-job-search .o-flower .flower__content>.btn:hover,
.o-job-search .o-price-module-teaser .a-textlink:hover,
.o-job-search .o-teaser-default .a-textlink:hover,
.o-job-search .teaser-default--offer .teaser-default__pseudo-btn:hover,
.o-job-search .teaser-hero--clone .btn:hover,
.o-price-module-teaser .o-download .a-textlink:hover,
.o-price-module-teaser .o-job-search .a-textlink:hover,
.o-price-module-teaser .teaser-default--basic-magenta .a-textlink:not(:disabled):hover,
.o-teaser-default .o-download .a-textlink:hover,
.o-teaser-default .o-job-search .a-textlink:hover,
.o-teaser-default .teaser-default--basic-magenta .a-textlink:not(:disabled):hover,
.o-teaser-default.teaser-cta-hero .content-wrapper .a-textlink:hover,
.o-teaser-hero .btn:hover,
.o-teaser-with-bulletpoints .o-teaser-default .a-textlink:hover,
.suggestions__item:hover,
.teaser-default--basic-magenta .a-btn:not(:disabled):hover,
.teaser-default--basic-magenta .o-flower .flower__content>.btn:not(:disabled):hover,
.teaser-default--basic-magenta .o-price-module-teaser .a-textlink:not(:disabled):hover,
.teaser-default--basic-magenta .o-teaser-default .a-textlink:not(:disabled):hover,
.teaser-default--basic-magenta .teaser-default--offer .teaser-default__pseudo-btn:not(:disabled):hover,
.teaser-default--basic-magenta .teaser-hero--clone .btn:not(:disabled):hover,
.teaser-default--hero-mosaic-text .a-textlink:hover,
.teaser-default--offer .o-download .teaser-default__pseudo-btn:hover,
.teaser-default--offer .o-job-search .teaser-default__pseudo-btn:hover,
.teaser-default--offer .teaser-default--basic-magenta .teaser-default__pseudo-btn:not(:disabled):hover,
.teaser-hero--clone .o-download .btn:hover,
.teaser-hero--clone .o-job-search .btn:hover,
.teaser-hero--clone .teaser-default--basic-magenta .btn:not(:disabled):hover,
.ui-tabs--pseudo-navigation .is-active .ui-tab__button,
.ui-tabs--pseudo-navigation .is-active .ui-tab__link {
	background-color: #e20074;
	color: #fff;
}

.a-btn-outline {
	background-color: transparent;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
}

.a-btn-outline-invers,
.a-btn-outline-invers-icon {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	position: relative;
}

.a-btn-outline-invers-icon:hover,
.a-btn-outline-invers:hover,
.o-banner-sustainability:hover .a-btn-outline-invers {
	background-color: #fff;
	color: #262626;
}

.a-btn-outline:hover {
	background-color: #e20074;
	color: transparent;
}

.a-btn-positiv {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
}

.a-btn-positiv:disabled,
.a-btn-positiv:disabled:hover,
.a-btn:disabled,
.a-btn:disabled:hover,
.a-textlink.btn--cta:disabled,
.a-textlink.btn--cta:disabled:hover,
.o-flower .flower__content>.btn:disabled,
.o-flower .flower__content>.btn:disabled:hover,
.o-flower .o-teaser-collection a.o-teaser-default:hover .flower__content>.btn:disabled,
.o-price-module-teaser .a-textlink:disabled,
.o-price-module-teaser .a-textlink:disabled:hover,
.o-teaser-collection .teaser-collection__btn:disabled,
.o-teaser-collection .teaser-collection__btn:disabled:hover,
.o-teaser-collection a.o-teaser-default:hover .a-btn:disabled,
.o-teaser-collection a.o-teaser-default:hover .a-textlink:disabled,
.o-teaser-collection a.o-teaser-default:hover .o-flower .flower__content>.btn:disabled,
.o-teaser-collection a.o-teaser-default:hover .teaser-default--offer .teaser-default__pseudo-btn:disabled,
.o-teaser-collection a.o-teaser-default:hover .teaser-hero--clone .btn:disabled,
.o-teaser-collection--news-view .button-wrapper .a-textlink:disabled,
.o-teaser-collection--news-view .button-wrapper .a-textlink:disabled:hover,
.o-teaser-default .a-textlink:disabled,
.o-teaser-default .a-textlink:disabled:hover,
.richtext-wrapper .a-textlink.btn:disabled,
.richtext-wrapper .a-textlink.btn:disabled:hover,
.teaser-default--offer .o-teaser-collection a.o-teaser-default:hover .teaser-default__pseudo-btn:disabled,
.teaser-default--offer .teaser-default__pseudo-btn:disabled,
.teaser-default--offer .teaser-default__pseudo-btn:disabled:hover,
.teaser-hero--clone .btn:disabled,
.teaser-hero--clone .btn:disabled:hover,
.teaser-hero--clone .o-teaser-collection a.o-teaser-default:hover .btn:disabled {
	background-color: #fff;
	border: 1px solid #a4a4a4;
	color: #a4a4a4;
	cursor: default;
}

.a-btn-positiv:hover,
.a-btn:hover,
.a-textlink--download:hover::before,
.o-flower .flower__content>.btn:hover,
.o-flower .o-teaser-collection a.o-teaser-default:hover .flower__content>.btn,
.o-gallery--magenta .o-gallery-thumbs .glide__arrow--thumbs:hover,
.o-gallery-track .glide__arrow:hover,
.o-price-module-teaser .a-textlink:hover,
.o-teaser-collection .teaser-collection__btn:hover,
.o-teaser-collection a.o-teaser-default:hover .a-btn,
.o-teaser-collection a.o-teaser-default:hover .a-textlink,
.o-teaser-collection a.o-teaser-default:hover .o-flower .flower__content>.btn,
.o-teaser-collection a.o-teaser-default:hover .teaser-default--offer .teaser-default__pseudo-btn,
.o-teaser-collection a.o-teaser-default:hover .teaser-hero--clone .btn,
.o-teaser-collection--news-view .button-wrapper .a-textlink:hover,
.o-teaser-filter .ui-tab.is-active .ui-tab__button,
.o-teaser-filter .ui-tab:hover .ui-tab__button,
.o-teaser-hero .a-label--new,
.richtext-wrapper .a-textlink.btn:hover,
.teaser-default--offer .o-teaser-collection a.o-teaser-default:hover .teaser-default__pseudo-btn,
.teaser-default--offer .teaser-default__pseudo-btn:hover,
.teaser-hero--clone .a-label--new,
.teaser-hero--clone .btn:hover,
.teaser-hero--clone .o-teaser-collection a.o-teaser-default:hover .btn,
div.embeddedServiceHelpButton .helpButton .uiButton:focus,
div.embeddedServiceHelpButton .helpButton .uiButton:hover {
	background-color: #fff;
	color: #e20074;
}

.a-category {
	background: none;
	color: #a4a4a4;
	font-family: "TeleNeoWeb-Regular", sans-serif;
}

.a-fab__btn {
	color: #fff;
	cursor: pointer;
	display: block;
	flex-grow: 1;
	font-family: "TeleNeoWeb-Medium", sans-serif;
	font-size: 22px;
	line-height: 50px;
	text-decoration: none;
}

.a-fab__btn--blogs::before {
	content: '\e00f';
	margin-left: 12px;
	margin-right: 10px;
}

.a-fab__btn--chatbot::before {
	content: '\e00e';
}

.a-fab__btn--contact::before {
	content: '\e00d';
}

.a-fab__btn--newsletter::before {
	content: '\e010';
}

.a-fab__btn--toggle::before {
	content: '>';
	font-family: 'TeleIcon-Outline';
	font-size: 28px;
}

.a-fab__btn::before {
	display: block;
	float: left;
	font-family: 'Context-Icons';
	font-size: 22px;
	height: 30px;
	line-height: 50px;
	margin-left: 10px;
	margin-right: 12px;
	text-align: center;
	width: 30px;
}

.a-fab__btn:hover,
.a-textlink--download:hover,
.flower--2019 .flower__aspect-wrapper a,
.m-cover:hover,
.m-header__navbar .a-icon--search:hover,
.m-navigation-anchor__link.m-navigation-anchor__link,
.o-banner-sustainability:hover,
.o-person:hover,
.o-teaser--searchresult:hover,
.o-teaser-collection a,
.o-teaser-hero .a-textlink,
.teaser-default--cta-magenta-document-icon:hover,
.teaser-hero--clone .a-textlink,
a.m-flash:hover,
a.o-person:hover {
	text-decoration: none;
}

.a-figure {
	box-sizing: border-box;
	margin: 0;
}

.a-figure figcaption,
.o-price-module .footnote-listitem,
.third-party-cookies-layer--default .third-party-cookies-layer__small-print {
	color: #7c7c7c;
	font-family: "TeleNeoWeb-Regular", sans-serif;
}

.a-figure img,
.m-video__wrapper .a-image,
.richtext-wrapper .cm-richtext-embedded-picture img,
.video__wrapper .a-image {
	display: block;
	height: auto;
	width: 100%;
}

.a-footnote {
	color: currentColor;
	display: block;
	font-size: 21px;
	height: 12px;
	left: 0;
	line-height: 12px;
	position: absolute;
	top: 4px;
	width: 12px;
}

.a-headline,
.o-accordeon .accordeon__title {
	color: #262626;
	display: inline-block;
	margin: 0;
}

.a-headline .a-label,
.o-accordeon .accordeon__title .a-label {
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	white-space: nowrap;
}

.a-headline .a-label--new,
.o-accordeon .accordeon__title .a-label--new {
	background: #e20074;
	color: #fff;
}

.a-icon {
	display: inline-block;
	line-height: 1;
	position: relative;
	text-transform: none;
	vertical-align: middle;
}

.a-icon--arrow-right,
.a-icon--blog,
.a-icon--calendar,
.a-icon--chat,
.a-icon--cursor,
.a-icon--document,
.a-icon--facebook,
.a-icon--globe,
.a-icon--info,
.a-icon--instagram,
.a-icon--linkedin,
.a-icon--newsletter,
.a-icon--phone,
.a-icon--sustainability,
.a-icon--topic-cloud,
.a-icon--topic-connectivity,
.a-icon--topic-digital,
.a-icon--topic-security,
.a-icon--twitter,
.a-icon--wechat,
.a-icon--xing,
.a-icon--youtube {
	font-family: 'Context-Icons';
}

.a-icon--arrow-right::before {
	content: "";
}

.a-icon--blog::before {
	content: "";
}

.a-icon--calendar::before {
	content: "";
}

.a-icon--caret-left,
.a-icon--caret-right,
.a-icon--close,
.a-icon--hamburger,
.a-icon--search {
	font-family: 'TeleIcon-Outline';
}

.a-icon--caret-left::before {
	content: "%";
}

.a-icon--caret-right::before {
	content: "§";
}

.a-icon--chat::before {
	content: "";
}

.a-icon--close::before {
	content: "X";
}

.a-icon--cursor::before {
	content: "";
}

.a-icon--document::before {
	content: "";
}

.a-icon--facebook::before {
	content: "";
}

.a-icon--globe::before {
	content: "";
}

.a-icon--hamburger::before {
	content: "=";
}

.a-icon--info::before {
	content: "";
}

.a-icon--instagram::before {
	content: "";
}

.a-icon--linkedin::before {
	content: "";
}

.a-icon--newsletter::before {
	content: "";
}

.a-icon--phone::before {
	content: "";
}

.a-icon--privacy {
	background-image: url("../../images/icon-privacy.svg");
	background-repeat: no-repeat;
}

.a-icon--search::before {
	content: "q";
}

.a-icon--sustainability::before {
	content: "";
}

.a-icon--topic-cloud::before {
	content: "";
}

.a-icon--topic-connectivity::before {
	content: "";
}

.a-icon--topic-digital::before {
	content: "";
}

.a-icon--topic-security::before {
	content: "";
}

.a-icon--twitter::before {
	content: "";
}

.a-icon--wechat::before {
	content: "";
}

.a-icon--xing::before {
	content: "";
}

.a-icon--youtube::before {
	content: "";
}

.a-image--claim {
	display: block;
	width: auto;
}

.a-image--logo {
	display: block;
	height: 100%;
}

.a-navigation-anchor__label {
	color: #6fc4ff;
}

.a-navigation__node {
	box-sizing: border-box;
	color: #262626;
	display: block;
	position: relative;
	text-align: left;
	width: 100%;
}

.a-navigation__node.has-childs::after {
	content: '\A7';
	display: block;
	float: right;
	font-family: 'TeleIcon-Outline';
	font-size: 24px;
	margin-right: 0;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.a-navigation__node:focus,
.a-navigation__shortcut:focus,
.footer__nav-item a:hover,
.lightbox__pane__content .richtext-wrapper a:hover,
.m-header-international .header__user:hover *,
.m-navigation-anchor__items:not(.is-fixed) .a-navigation-anchor__label:hover,
.navigation__label--selected:hover,
.o-accordeon a.teaser-default--hero-mosaic-text:hover .accordeon__title,
.o-locations .locations__country__link:hover,
.o-teaser-collection .link-to-overview:hover,
.o-teaser-collection-mosaic .linkbox .linkbox__text:hover,
.richtext-wrapper .underline,
.richtext-wrapper a:hover,
.textlink--ics:hover .textlink__text,
a.teaser-default--hero-mosaic-text:hover .a-headline,
a.teaser-default--hero-mosaic-text:hover .o-accordeon .accordeon__title,
a:hover,
button.a-navigation__node:hover,
button.a-navigation__shortcut:hover,
[data-navigation-type='country'] a.nav__label--level-2:hover,
[data-navigation-type='country'] a.nav__label--level-3:hover,
[data-navigation-type='country'] a.nav__label--level-4:hover {
	text-decoration: underline;
}

.a-navigation__node:focus:focus,
.a-navigation__shortcut:focus:focus,
.navigation__label--selected:focus {
	outline: 2px solid Highlight;
	text-decoration: underline;
}

.a-navigation__node:visited,
.a-navigation__shortcut:visited,
.m-navigation__header .a-icon--close,
.o-accordeon .o-text-image .text-image__headline.is-open,
.o-accordeon .o-text-image .text-image__headline:hover,
.o-accordeon .o-text-image .text-image__headline:hover::before,
.o-accordeon .teaser-default--basic-transparent.o-teaser-default.teaser-cta .accordeon__title,
.o-accordeon .teaser-default--offer .teaser-default__content-wrapper .accordeon__title,
.o-gallery--magenta .third-party-cookies-layer--default .form__label,
.o-person .person__company,
.o-search .suggestions__item,
.o-teaser-collection--proofpoints .m-footnotes-list a,
.richtext-wrapper,
.richtext-wrapper tr:not(:first-child) p,
.teaser-default--basic-transparent.o-teaser-default.teaser-cta .a-headline,
.teaser-default--basic-transparent.o-teaser-default.teaser-cta .o-accordeon .accordeon__title,
.teaser-default--basic-transparent.o-teaser-default.teaser-cta .teaser-default__teaser-text,
.teaser-default--hero-mosaic-black.teaser-default--hero-mosaic-text .a-label,
.teaser-default--hero-mosaic-black.teaser-default--hero-mosaic-text .a-textlink:not(:hover),
.teaser-default--offer .teaser-default__content-wrapper .a-headline,
.teaser-default--offer .teaser-default__content-wrapper .o-accordeon .accordeon__title,
.user-flyout__header .a-icon--close,
a.o-person .person__company {
	color: #262626;
}

.a-nobr-expr {
	white-space: nowrap;
}

.a-richtext__infobox,
.hero-blank--logo .teaser-default__image,
.o-gallery--prices-grouped .glide__bullet:not(.glide__bullet--active),
.o-gallery-thumbs .m-video__wrapper,
.teaser-default--good-to-know {
	background-color: #fff;
}

.a-richtext__infobox *:first-child,
.forms--sfmc form>.m-form__line--headline-h3:first-child,
.forms--sfmc form>.o-teaser-collection--with-toggle:first-child,
.m-contact .info-field .jobtitle,
.m-form__line--checkboxes .richtext-wrapper p:first-child,
.m-form__line--infotext p:first-child,
.o-accordeon .o-collection-person .accordeon__title+.collection-person__teaser-wrapper,
.o-collection-person .a-headline+.collection-person__teaser-wrapper,
.o-collection-person .o-accordeon .accordeon__title+.collection-person__teaser-wrapper,
.o-footer--onepager .footer__nav-item,
.o-footer--onepager .footer__nav-item+.footer__nav-item,
.o-gallery--slider .module__detailtext p:first-child,
.o-hero .teaser-text p:first-child,
.o-hero+.o-teaser-collection--offer.o-teaser-collection--offer-bar,
.o-price-module .o-gallery,
.o-teaser-collection--news-view+.o-footer,
.o-teaser-collection--offer+.o-teaser-collection-l--magenta,
.o-teaser-collection--related-topic+.o-footer,
.o-teaser-collection--zdf .m-reference-field,
.o-teaser-collection--zdf .text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty),
.o-teaser-collection-l--magenta+.o-teaser-collection--offer,
.o-teaser-collection-l--magenta+.teaser-cta,
.o-teaser-collection-l--magenta+.teaser-default--editorial,
.o-teaser-collection.teaser-collection--hero-mosaic .teaser-wrapper,
.o-teaser-default.teaser-cta .teaser-default__teaser-text p:first-child,
.o-teaser-default.teaser-cta .teaser-text p:first-child,
.o-text-image .text-image__richtext-wrapper>*:first-child,
.price-module__teaser-option-text p,
.teaser-cta+.o-teaser-collection-l--magenta,
.teaser-cta-basic+.o-gallery--magenta,
.teaser-cta-basic+.o-job-search,
.teaser-cta-basic+.o-teaser-collection--zdf,
.teaser-cta-basic+.text-image--quote,
.teaser-cta-hero+.o-footer,
.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text p:first-child,
.teaser-default--editorial+.o-teaser-collection-l--magenta,
.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text p:first-child,
.teaser-default--editorial-black+.o-gallery--magenta,
.teaser-default--editorial-black+.o-job-search,
.teaser-default--editorial-black+.o-teaser-collection--zdf,
.teaser-default--editorial-black+.text-image--quote,
.teaser-default--offer .teaser-default__teaser-text p:first-child,
.teaser-default--offer:first-child,
.text-image--quote .text-image__richtext-wrapper .o-teaser-collection--zdf blockquote+p:not(:empty) {
	margin-top: 0;
}

.a-richtext__infobox ol,
.a-richtext__infobox ul,
.o-hero .teaser-text p:last-child,
.o-teaser-default.teaser-cta .teaser-default__teaser-text p:last-child,
.o-teaser-default.teaser-cta .teaser-text p:last-child,
.richtext-wrapper .cm-richtext-embedded-picture:last-child,
.richtext-wrapper h4:last-child,
.richtext-wrapper h5:last-child,
.richtext-wrapper ol:last-child,
.richtext-wrapper p:last-child,
.richtext-wrapper table:last-child,
.richtext-wrapper ul:last-child,
.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text p:last-child,
.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text p:last-child,
.teaser-default--offer .teaser-default__teaser-text p:last-child,
.teaser-event__text>*:last-child {
	margin-bottom: 0;
}

.a-richtext__infobox::before {
	-webkit-font-smoothing: antialiased;
	background-color: #d0d0d0;
	border-radius: 50%;
	color: #fff;
	content: '\e011';
	display: block;
	float: left;
	font-family: 'Context-Icons';
	text-align: center;
}

.a-separation {
	background-color: #7c7c7c;
	border: 0;
	height: 1px;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
}

.a-textlink--arrow-after::after,
.a-textlink--arrow-before::before {
	content: '§';
	font-family: 'TeleIcon-Outline';
}

.a-textlink--download {
	align-items: center;
	color: #262626;
	display: flex;
}

.a-textlink--download::before {
	align-items: center;
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	content: 'd';
	display: flex;
	font-family: 'TeleIcon-Outline';
	font-size: 27px;
	height: 50px;
	justify-content: center;
	line-height: 1;
	margin-right: 25px;
	margin-top: 2px;
	width: 50px;
}

.a-textlink--linkedin::before {
	content: '\e004';
	font-family: 'Context-Icons';
}

.a-textlink.btn {
	padding: 13px 15px;
}

.a-textlink.btn--cta,
.o-teaser-collection .teaser-collection__btn,
.o-teaser-collection--news-view .button-wrapper .a-textlink {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}

.a-textlink.btn--cta:hover {
	background-color: #fff;
	color: #e20074;
	text-decoration: none;
}

.a-textlink.btn--ghost {
	background-color: transparent;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
	display: inline-block;
}

.a-textlink.btn--ghost:hover {
	background-color: #e20074;
	color: #fff;
	text-decoration: none;
}

.a-textlink[href^='mailto']::before {
	content: 'm';
	display: inline-block;
	font-family: 'TeleIcon-Outline';
	vertical-align: middle;
}

.a-textlink[href^='tel']::before {
	content: '\e00d';
	display: inline-block;
	font-family: 'Context-Icons';
	vertical-align: middle;
}

.accordeon__item__content {
	display: flex;
	max-height: 0;
	overflow-y: hidden;
	padding: 0;
	transition: max-height 300ms ease;
}

.banner-sustainability__button {
	-ms-grid-row-align: center;
	align-self: center;
	grid-area: button;
}

.banner-sustainability__content {
	-ms-grid-columns: 44px auto fit-content(25%);
	display: -ms-grid;
	display: grid;
	grid-template-columns: 44px auto fit-content(25%);
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.banner-sustainability__headline,
.o-accordeon .o-teaser-collection--zdf .o-teaser-default .accordeon__title,
.o-teaser-collection--zdf .o-teaser-default .a-headline,
.o-teaser-collection--zdf .o-teaser-default .o-accordeon .accordeon__title {
	color: #fff;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
}

.banner-sustainability__icon {
	color: #fff;
	grid-area: icon;
}

.banner-sustainability__richtext,
.hero-blank--logo .o-teaser-default,
.hero-blank--logo .teaser-default__content-wrapper,
.m-reference-field .author,
.o-accordeon .o-download .accordeon__title,
.o-accordeon .o-gallery--magenta .accordeon__title,
.o-accordeon .o-hero-blank .accordeon__title,
.o-accordeon .o-job-search .accordeon__title,
.o-accordeon .o-teaser-collection--magenta .o-teaser-default .accordeon__title,
.o-accordeon .o-teaser-collection--proofpoints .o-teaser-default .accordeon__title,
.o-accordeon .o-teaser-collection-l--magenta>.accordeon__title,
.o-accordeon .o-teaser-collection-mosaic .o-teaser-default .accordeon__title,
.o-accordeon .o-teaser-default.teaser-cta .accordeon__title,
.o-accordeon .o-teaser-hero .accordeon__title,
.o-accordeon .o-teaser-with-bulletpoints .o-teaser-default .accordeon__title,
.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title,
.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title,
.o-download .a-headline,
.o-download .o-accordeon .accordeon__title,
.o-gallery--magenta .a-figure .image__description,
.o-gallery--magenta .a-headline,
.o-gallery--magenta .o-accordeon .accordeon__title,
.o-gallery--magenta .o-gallery-thumbs .glide__arrow--thumbs,
.o-gallery--magenta .third-party-cookies-layer--simple .form__label,
.o-hero-blank .a-headline,
.o-hero-blank .o-accordeon .accordeon__title,
.o-hero-blank .richtext-wrapper,
.o-hero-blank li,
.o-job-search .a-headline,
.o-job-search .a-textlink,
.o-job-search .o-accordeon .accordeon__title,
.o-search .suggestions__item:hover,
.o-teaser-collection--magenta .o-teaser-default .a-headline,
.o-teaser-collection--magenta .o-teaser-default .o-accordeon .accordeon__title,
.o-teaser-collection--magenta .o-teaser-default .richtext-wrapper,
.o-teaser-collection--offer .collection--offer__headline,
.o-teaser-collection--proofpoints .o-teaser-default .a-headline,
.o-teaser-collection--proofpoints .o-teaser-default .o-accordeon .accordeon__title,
.o-teaser-collection--proofpoints .teaser-default__teaser-text,
.o-teaser-collection--zdf .o-teaser-default .teaser-default__teaser-text,
.o-teaser-collection-l--magenta>.a-headline,
.o-teaser-collection-l--magenta>.richtext-wrapper a,
.o-teaser-collection-l--magenta>.richtext-wrapper a:visited,
.o-teaser-collection-l--magenta>.richtext-wrapper h3,
.o-teaser-collection-l--magenta>.richtext-wrapper h4,
.o-teaser-collection-l--magenta>.richtext-wrapper h5,
.o-teaser-collection-l--magenta>.richtext-wrapper li,
.o-teaser-collection-l--magenta>.richtext-wrapper p,
.o-teaser-collection-mosaic .o-teaser-default .a-category,
.o-teaser-collection-mosaic .o-teaser-default .a-headline,
.o-teaser-collection-mosaic .o-teaser-default .o-accordeon .accordeon__title,
.o-teaser-default.teaser-cta .a-headline,
.o-teaser-default.teaser-cta .o-accordeon .accordeon__title,
.o-teaser-default.teaser-cta .teaser-default__teaser-text,
.o-teaser-default.teaser-cta .teaser-text,
.o-teaser-filter .teaser-filter__form .form__label,
.o-teaser-hero .a-headline,
.o-teaser-hero .o-accordeon .accordeon__title,
.o-teaser-hero .teaser-text,
.o-teaser-with-bulletpoints .o-teaser-default,
.o-teaser-with-bulletpoints .o-teaser-default .a-headline,
.o-teaser-with-bulletpoints .o-teaser-default .o-accordeon .accordeon__title,
.site-chooser__country-chooser,
.site-chooser__country-chooser__country-link,
.site-chooser__detailtext,
.teaser-default--basic-black .o-forms,
.teaser-default--basic-black .o-forms .richtext-wrapper,
.teaser-default--basic-magenta .form__element__error,
.teaser-default--basic-magenta .o-forms,
.teaser-default--basic-magenta .o-forms .richtext-wrapper,
.teaser-default--cta-with-background-image-without-swoosh .o-forms,
.teaser-default--cta-with-background-image-without-swoosh .o-forms .richtext-wrapper,
.teaser-default--editorial .teaser-default__content-wrapper .a-category,
.teaser-default--editorial .teaser-default__content-wrapper .a-headline,
.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title,
.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text,
.teaser-default--editorial-black .teaser-default__content-wrapper .a-category,
.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline,
.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title,
.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text,
.teaser-default--hero-mosaic-text .a-category,
.teaser-default--hero-mosaic-text .teaser-default__teaser-text,
.teaser-default--hero-mosaic-text .teaser-default__teaser-text li,
.text-image--quote .o-video .a-figure figcaption,
.text-image--quote .text-image__image-wrapper .a-figure figcaption,
.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .author,
[data-navigation-type='country'] .nav__label {
	color: #fff;
}

.banner-sustainability__richtext p,
.collapsable-section__status-panel dd,
.o-text-image .third-party-cookies-layer--default.third-party-cookies-layer--video .third-party-cookies-layer__background,
.richtext-wrapper blockquote,
.richtext-wrapper blockquote p,
.richtext-wrapper td p:first-child,
.teaser-with-bulletpoints__plus-text p,
.text-image--intro .text-image__richtext-wrapper a:not([href^='tel']),
.text-image--intro .text-image__richtext-wrapper p:not(.footnote-item) {
	margin: 0;
}

.banner-sustainability__texts {
	font-size: 24px;
	grid-area: content;
	line-height: 32px;
}

.clearfix,
.o-teaser-collection--magazine {
	*zoom: 1;
}

.clearfix::after,
.o-teaser-collection--magazine::after {
	clear: both;
	content: ' ';
	display: table;
}

.clearfix::before,
.o-teaser-collection--magazine::before {
	content: ' ';
	display: table;
}

.collapsable-section--request-history {
	background-color: #fff;
	margin: 0 auto;
	margin-top: 50px;
	max-width: 1000px;
	padding: 0 0 20px 0 !important;
	width: 100%;
}

.collapsable-section--request-history .collapsable-section__data-not-collapsable,
.collapsable-section--request-history .collapsable-section__header {
	padding: 20px;
}

.collapsable-section--request-history .collection-data-list-contact__teaser-wrapper .m-list {
	-ms-grid-columns: 3fr 40px 9fr;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 40px;
	grid-template-areas: "headline data";
	grid-template-columns: 3fr 9fr;
	width: 100%;
}

.collapsable-section--request-history .collection-data-list-contact__teaser-wrapper .m-list .a-textlink:before,
.o-teaser-collection--magenta .o-teaser-default .a-textlink::before,
.person__linklist .a-textlink::before {
	padding-right: 10px;
}

.collapsable-section--request-history .expansion-bar--collapsable-contract,
.o-gallery-track .a-btn--play,
.o-job-search .form__field--text {
	width: auto;
}

.collapsable-section--request-history .o-text-image,
.o-collapsable-section,
.o-teaser-collection-l .o-teaser-default+.o-teaser-default,
.o-teaser-collection-l--magenta .o-teaser-default+.o-teaser-default,
.o-teaser-collection.teaser-collection--magenta-contract,
.o-teaser-default.teaser-cta-basic .cta-wrapper>*,
.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>*,
.teaser-default--cta-magenta-document-icon .cta-wrapper>*,
.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>*,
.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>*,
.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>*,
.teaser-default--product+.teaser-default--product {
	margin-top: 50px;
}

.collapsable-section__data {
	height: 0;
	overflow-y: hidden;
}

.collapsable-section__data .richtext-wrapper {
	margin: 25px 12px 0;
}

.collapsable-section__data.is-transitioning {
	height: auto;
	transition: max-height 250ms ease-in, height 250ms ease-in, margin-top 250ms ease-in, padding-top 250ms ease-in;
}

.collapsable-section__data[aria-expanded='true'],
.hero--level-1 .hero-bgimage,
.hero--level-2 .hero-bgimage,
.hero--level-3 .hero-bgimage,
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

.collapsable-section__header {
	background-image: url("../../img/bg-waves-magenta.png");
	background-position: center top;
	background-size: cover;
	color: #fff;
	padding: 10px 12px;
}

.collapsable-section__header.is-closed {
	background-image: url("../../img/bg-waves-grey.png");
	color: #262626;
}

.collapsable-section__status-panel dd:nth-of-type(2n) {
	-ms-grid-column: 4;
	-ms-grid-row: 1;
	grid-area: datevalue;
}

.collapsable-section__status-panel dl {
	-ms-grid-columns: min-content auto auto min-content;
	display: -ms-grid;
	display: grid;
	grid-template-areas: 'statuskey statusvalue datekey datevalue';
	grid-template-columns: min-content auto auto min-content;
	margin: 0;
}

.collapsable-section__status-panel dt {
	font-family: "TeleNeoWeb-Bold", sans-serif;
	padding-right: 10px;
}

.collapsable-section__status-panel dt:nth-of-type(2n) {
	-ms-grid-column: 3;
	-ms-grid-row: 1;
	grid-area: datekey;
	text-align: right;
}

.collection-data-list-grey__teaser-wrapper,
.collection-data-list__teaser-wrapper,
.error-page .content-field,
.expansion-bar--collapsable-contract,
.o-collection-experts,
.o-embedded-content,
.o-search__form,
.o-teaser-collection--magazine.o-teaser-collection,
.o-teaser-collection--partner-logo,
.o-teaser-collection--partner-logo-description,
.o-teaser-collection--with-toggle,
.o-teaser-collection-cube,
.o-teaser-collection-jobs,
.o-teaser-collection.teaser-collection--events-list,
.o-teaser-collection.teaser-collection--events-news-view,
.page>.o-video,
.teaser-default--basic-transparent.o-teaser-default.teaser-cta .teaser-default__content-wrapper,
.teaser-default--cta-with-background-image-without-swoosh .teaser-default__content-wrapper,
.type-area {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.collection-data-list-grey__teaser-wrapper .m-definition-list .a-headline,
.collection-data-list-grey__teaser-wrapper .m-definition-list .o-accordeon .accordeon__title,
.collection-data-list-grey__teaser-wrapper .m-list .a-headline,
.collection-data-list-grey__teaser-wrapper .m-list .o-accordeon .accordeon__title,
.collection-data-list-grey__teaser-wrapper dt,
.collection-data-list__teaser-wrapper .m-definition-list .a-headline,
.collection-data-list__teaser-wrapper .m-definition-list .o-accordeon .accordeon__title,
.collection-data-list__teaser-wrapper .m-list .a-headline,
.collection-data-list__teaser-wrapper .m-list .o-accordeon .accordeon__title,
.collection-data-list__teaser-wrapper dt,
.o-accordeon .collection-data-list-grey__teaser-wrapper .m-definition-list .accordeon__title,
.o-accordeon .collection-data-list-grey__teaser-wrapper .m-list .accordeon__title,
.o-accordeon .collection-data-list__teaser-wrapper .m-definition-list .accordeon__title,
.o-accordeon .collection-data-list__teaser-wrapper .m-list .accordeon__title,
.o-collection-data-list-contact .a-headline {
	font-family: "TeleNeoWeb-Bold", sans-serif;
}

.collection-data-list-grey__teaser-wrapper .m-list,
.collection-data-list__teaser-wrapper .m-list,
.hero-blank--logo .teaser-default__cta-wrapper,
.o-flower .o-teaser-collection-l .o-teaser-default .flower__content>.btn,
.o-flower .o-teaser-collection-l--magenta .o-teaser-default .flower__content>.btn,
.o-teaser-collection-l .o-teaser-default .a-btn,
.o-teaser-collection-l .o-teaser-default .a-textlink,
.o-teaser-collection-l .o-teaser-default .o-flower .flower__content>.btn,
.o-teaser-collection-l .o-teaser-default .teaser-default--offer .teaser-default__pseudo-btn,
.o-teaser-collection-l .o-teaser-default .teaser-hero--clone .btn,
.o-teaser-collection-l--magenta .o-teaser-default .a-btn,
.o-teaser-collection-l--magenta .o-teaser-default .a-textlink,
.o-teaser-collection-l--magenta .o-teaser-default .o-flower .flower__content>.btn,
.o-teaser-collection-l--magenta .o-teaser-default .teaser-default--offer .teaser-default__pseudo-btn,
.o-teaser-collection-l--magenta .o-teaser-default .teaser-hero--clone .btn,
.o-teaser-with-bulletpoints .teaser-default__cta-wrapper,
.teaser-default--offer .o-teaser-collection-l .o-teaser-default .teaser-default__pseudo-btn,
.teaser-default--offer .o-teaser-collection-l--magenta .o-teaser-default .teaser-default__pseudo-btn,
.teaser-hero--clone .o-teaser-collection-l .o-teaser-default .btn,
.teaser-hero--clone .o-teaser-collection-l--magenta .o-teaser-default .btn {
	margin-top: 25px;
}

.collection-data-list-grey__teaser-wrapper .m-list li+li,
.collection-data-list__teaser-wrapper .m-list li+li,
.richtext-wrapper li+li {
	margin-top: 5px;
}

.collection-data-list-grey__teaser-wrapper .m-list ul,
.collection-data-list__teaser-wrapper .m-list ul {
	list-style-type: square;
}

.collection-data-list-grey__teaser-wrapper dd,
.collection-data-list__teaser-wrapper dd,
.text-image--left .text-image__headline+.text-image__richtext-wrapper,
.text-image--right .o-video:last-child,
.text-image--right .text-image__image-wrapper:last-child {
	margin-left: 0;
}

.collection-data-list-grey__teaser-wrapper dd+dt,
.collection-data-list__teaser-wrapper dd+dt {
	margin-top: 1em;
}

.cover__description__issue,
.o-teaser-collection--magenta .button-wrapper,
.richtext-wrapper .align--center {
	text-align: center;
}

.cover__description__title {
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	text-align: center;
}

.cover__description__title p,
.m-footnotes-list .footnote-listitem * {
	display: inline;
}

.cover__image {
	display: block;
	height: auto;
	max-width: 100%;
	transition: all 300ms ease-in-out;
	width: auto;
}

.cover__image-wrapper {
	border: 2px solid #d0d0d0;
	overflow: hidden;
}

.error-page {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.error-page .content-field>* {
	display: block;
	margin: 40px 0;
}

.error-page .o-header .o-metanav[data-navigation-type='meta'] {
	background-color: #000;
	display: block;
	height: 38px;
	order: 0;
}

.event-item__btn-cta {
	grid-area: btncta;
}

.event-item__btn-info {
	grid-area: btninfo;
}

.event-item__event-actions,
.text-image--bottom-text-fullwidth {
	display: -ms-grid;
	display: grid;
	grid-area: actions;
}

.event-item__event-info {
	display: -ms-grid;
	display: grid;
	grid-area: eventinfo;
}

.event-item__subline {
	grid-area: subline;
}

.event-item__subline *,
.event-item__text *,
.m-contact .info-field .name,
.m-contact .info-field>*:not(:first-child),
.m-form__line--toggle-list .form__element__text * {
	margin-bottom: 0;
	margin-top: 0;
}

.event-item__text {
	grid-area: eventtext;
}

.event-item__type {
	grid-area: eventtype;
}

.fab__item--chatbot,
.glide__track,
.o-collection-experts .person__image,
.o-teaser-collection .teaser-image,
.o-teaser-collection--magazine .teaser-default__image,
.o-teaser-collection--news-view .teaser-default__image,
.o-teaser-collection--related-topic .teaser-default__image,
.outer-gallery-wrapper--images-grouped,
.outer-gallery-wrapper--slider,
.page,
.teaser--partner-logo .teaser-default__image,
.teaser-default--good-to-know .teaser-default__image {
	overflow: hidden;
}

.fab__item--chatbot.is-enabled {
	height: 50px;
}

.fab__item--chatbot:not(.is-enabled) {
	height: 0;
}

.flash--sustainability .flash__flash-text1,
.flash--sustainability .flash__flash-text1+.flash__flash-text2 {
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	padding: 0;
}

.flash--sustainability .flash__icon {
	line-height: 1;
	text-align: center;
}

.flower--2019 .flower__aspect-wrapper,
.m-form__line--text-with-button .form__element__block,
.o-embedded-content .embedded-content__cookies-warning,
.o-gallery--slider .glide__ui,
.o-related-links,
.o-teaser-collection-m .o-teaser-default,
.o-teaser-collection-mosaic .o-teaser-default,
.o-teaser-default.teaser-cta-hero .footer__copyright,
.o-teaser-default.teaser-cta-hero .footer__nav,
.o-teaser-default.teaser-cta-hero .m-brandbar,
.o-teaser-default.teaser-cta-hero .o-teaser-collection--magazine.o-teaser-collection,
.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-list,
.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-news-view,
.o-teaser-default.teaser-cta-hero .type-area,
.o-text-image.text-image--fullview .text-image__image-wrapper,
.o-video,
.site-chooser__type-area,
.teaser-default--basic-magenta,
.teaser-default--hero-mosaic-picture,
.teaser-event__hero-day {
	position: relative;
}

.flower--2019 .flower__petals {
	display: -ms-grid;
	display: grid;
	z-index: 2;
}

.flower--2019 .flower__petals .q1 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	background-image: url("../../images/flower/Digit-Swoosh_connectivity.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: auto 90%;
	grid-area: 1 / 1 / 2 / 2;
	overflow: hidden;
	position: relative;
	transition: all 700ms ease;
}

.flower--2019 .flower__petals .q1 span {
	bottom: 36%;
	right: 33.640776699%;
}

.flower--2019 .flower__petals .q1 span::before {
	content: '\e009';
	font-family: 'Context-Icons';
}

.flower--2019 .flower__petals .q1.disabled {
	background-image: url("../../images/flower/Digit-Swoosh_connectivity_inaktiv.png");
}

.flower--2019 .flower__petals .q1::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.flower--2019 .flower__petals .q1:hover,
.flower--2019 .flower__petals .q2:hover,
.flower--2019 .flower__petals .q3:hover,
.flower--2019 .flower__petals .q4:hover {
	background-size: auto 100%;
	transition: all 700ms ease;
}

.flower--2019 .flower__petals .q1:hover span {
	bottom: 39.6%;
	right: 37.3786407767%;
}

.flower--2019 .flower__petals .q2 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	background-image: url("../../images/flower/Digit-Swoosh_digital.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto 90%;
	grid-area: 1 / 3 / 2 / 4;
	overflow: hidden;
	position: relative;
	transition: all 700ms ease;
}

.flower--2019 .flower__petals .q2 span {
	bottom: 36%;
	left: 33.640776699%;
}

.flower--2019 .flower__petals .q2 span::before {
	content: '\e00a';
	font-family: 'Context-Icons';
}

.flower--2019 .flower__petals .q2.disabled {
	background-image: url("../../images/flower/Digit-Swoosh_digital_inaktiv.png");
}

.flower--2019 .flower__petals .q2:hover span {
	bottom: 39.6%;
	left: 37.3786407767%;
}

.flower--2019 .flower__petals .q3 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	background-image: url("../../images/flower/Digit-Swoosh_cloud.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 90%;
	grid-area: 3 / 1 / 4 / 2;
	overflow: hidden;
	position: relative;
	transition: all 700ms ease;
}

.flower--2019 .flower__petals .q3 span {
	right: 33.640776699%;
	top: 36%;
}

.flower--2019 .flower__petals .q3 span::before {
	content: '\e008';
	font-family: 'Context-Icons';
}

.flower--2019 .flower__petals .q3.disabled {
	background-image: url("../../images/flower/Digit-Swoosh_cloud_inaktiv.png");
}

.flower--2019 .flower__petals .q3:hover span {
	right: 37.3786407767%;
	top: 39.6%;
}

.flower--2019 .flower__petals .q4 {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	background-image: url("../../images/flower/Digit-Swoosh_security.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 90%;
	grid-area: 3 / 3 / 4 / 4;
	overflow: hidden;
	position: relative;
	transition: all 700ms ease;
}

.flower--2019 .flower__petals .q4 span {
	left: 33.640776699%;
	top: 36%;
}

.flower--2019 .flower__petals .q4 span::before {
	content: '\e00b';
	font-family: 'Context-Icons';
}

.flower--2019 .flower__petals .q4.disabled {
	background-image: url("../../images/flower/Digit-Swoosh_security_inaktiv.png");
}

.flower--2019 .flower__petals .q4:hover span {
	left: 37.3786407767%;
	top: 39.6%;
}

.flower--2019 .flower__petals span {
	align-items: center;
	color: #fff;
	display: inline-flex;
	position: absolute;
	transition: bottom 700ms ease, top 700ms ease, left 700ms ease, right 700ms ease;
}

.flower--2019 .flower__petals span::before,
.o-flower .flower__content+.m-flower span::before {
	font-size: 1.3em;
}

.flower--2019 .flower__pistil {
	background-image: url("../../images/flower/Stempel.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 90%;
	bottom: 28.22%;
	left: 28.22%;
	position: absolute;
	right: 28.22%;
	top: 28.22%;
	transition: background-size 700ms ease;
	z-index: 2;
}

.flower--2019 .flower__pistil:hover {
	background-size: auto 100%;
	transition: background-size 700ms ease;
}

.flower--2019 .flower__pistil:hover~.flower__petals .q1 span,
.flower--2019 .flower__pistil:hover~.flower__petals .q2 span {
	bottom: 39.6%;
}

.flower--2019 .flower__pistil:hover~.flower__petals .q3 span,
.flower--2019 .flower__pistil:hover~.flower__petals .q4 span {
	top: 39.6%;
}

.flower--2021 .a-image {
	display: block;
	max-width: 100%;
}

.flyout-close {
	cursor: pointer;
	display: none;
	position: absolute;
}

.footer__copyright {
	font-size: 14px;
	line-height: 1;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.footer__flash {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
	z-index: 10;
}

.footer__flash .m-flash,
.o-hero .hero-swoosh {
	position: absolute;
}

.footer__nav {
	line-height: 1;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.footer__nav-item .is-privacy::before {
	background-image: url("../../images/icon-privacy.svg");
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 13px;
	margin-bottom: -1px;
	margin-right: 2px;
	width: 13px;
}

.footer__nav-item a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.footer__nav-items,
.m-fab__items,
.m-navigation-anchor__items,
.o-locations .locations__country__placemarks,
.o-locations .ui-tab__panes,
.o-navigation__menu li,
.o-navigation__menu ol,
.o-navigation__menu ul,
.site-chooser__country-chooser__continent,
.site-chooser__country-chooser__countries,
.site-chooser__country-chooser__list,
.tabs__panes .tabs__panes-list,
.teaser-event__tags {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.form__element__block {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.form__element__error {
	color: #e60000;
	display: none;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 17px;
}

.form__field--text {
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	box-sizing: border-box;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 20px;
	line-height: 32px;
	padding: 8px 16px;
	width: 100%;
}

.form__label {
	display: block;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	line-height: 32px;
}

.form__ui--select {
	background-color: #fff;
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	cursor: pointer;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 20px;
	line-height: 32px;
	padding: 8px 16px;
}

.form__wtf-control__indicator {
	-ms-user-select: none;
	-webkit-user-select: none;
	background-color: #ededed;
	border: 1px solid #a4a4a4;
	display: block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 3px;
	user-select: none;
	width: 24px;
}

.glide {
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.glide * {
	box-sizing: inherit;
}

.glide--dragging {
	cursor: grabbing;
}

.glide--rtl {
	direction: rtl;
}

.glide--swipeable,
.o-gallery-thumbs .glide__track {
	cursor: grab;
}

.glide__arrow,
.glide__arrow--disabled,
.glide__arrow--left,
.glide__arrow--right,
.m-expansion-bar.is-disabled,
.m-form__wtf-control--select .form__ui--select::-ms-expand,
.mapBox .locations__popup__route,
.o-forms [data-dependent]:not(.is-visible),
.o-gallery--prices-grouped.is-collapsed .price-module-teaser__expansion-wrapper,
.o-gallery--prices-grouped.is-disabled .glide__ui,
.o-lightbox,
.o-locations .ui-tab__pane:not(.is-active),
.o-navigation__menu .m-navigation__branch:not(.is-selected) .a-navigation__node,
.o-navigation__menu .m-navigation__branch:not(.is-selected) .navigation__label--selected,
.o-teaser-collection--magazine .teaser-wrapper__col:empty,
.o-teaser-collection--offer.o-teaser-collection--offer-bar.is-closed .m-footnotes-list,
.o-teaser-collection--offer.o-teaser-collection--offer-bar.is-closed .teaser-wrapper,
.site-chooser__action--chooser,
.site-chooser__action--goto,
.tabs__pane:not(.is-active)>*,
template,
[hidden] {
	display: none;
}

.glide__arrows {
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	display: none;
	user-select: none;
}

.glide__bullet {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	cursor: pointer;
	flex-grow: 2;
	line-height: 0;
	min-width: 10px;
	outline: none;
	padding: 0;
	transition: all 300ms ease-in-out;
}

.glide__bullet--active,
.o-gallery--magenta .o-gallery-thumbs .m-video__wrapper,
.o-gallery--magenta .outer-content-wrapper,
.o-teaser-collection--good-to-know .outer-content-wrapper,
.teaser-default--hero-mosaic-magenta,
.teaser-default--hero-mosaic-magenta.teaser-default--hero-mosaic-text .a-textlink:hover {
	background-color: #e20074;
}

.glide__bullet:focus,
div:focus {
	outline: none;
}

.glide__bullets {
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	display: flex;
	justify-content: center;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 50%);
	user-select: none;
	z-index: 2;
}

.glide__slide {
	-ms-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	flex-shrink: 0;
	height: 100%;
	user-select: none;
	white-space: normal;
	width: 100%;
}

.glide__slide a {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	user-select: none;
}

.glide__slides {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	touch-action: pan-Y;
	transform-style: preserve-3d;
	white-space: nowrap;
	width: 100%;
	will-change: transform;
}

.glide__slides--dragging {
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.has-overlay-visible,
body.has-navigation-overlay-visible,
body.has-overlay,
body.has-user-flyout-visible {
	overflow-y: hidden;
}

.has-overlay-visible .a-bg-overlay {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 110;
}

.has-overlay-visible .bg-overlay--user-flyout {
	top: 37px;
}

.has-user-flyout-visible .bg-overlay--user-flyout {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 38px;
	z-index: 110;
}

body.has-notification-flyout-visible {
	overflow-y: hidden;
}
.has-notification-flyout-visible .bg-overlay--notification {
	position: fixed;top: 195.5px;
	right: 0;bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 110;
}

.header--sticky .header__container {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.header__container {
	position: relative;
	transition: margin-top 0.2s;
}

.header__navbar-studionotes {
	background-color: #fff;
	left: 0;
	position: absolute;
	top: 75px;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform ease-out 250ms;
	width: 100%;
}

.header__navbar-studionotes .content {
	margin: 0 auto;
	max-width: 1000px;
	width: calc(100% - (12px * 2));
}

.header__navbar-studionotes:hover,
.m-header__navbar:hover .header__navbar-studionotes {
	transform: scaleY(1);
}

.hero-blank--filter-tags {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.hero-blank--filter-tags .js-filter-init .o-ui-tabs {
	transition: opacity 300ms ease-out;
}

.hero-blank--filter-tags .js-filter-init:not(.is-built) .o-ui-tabs,
.o-fab.is-background {
	opacity: 0;
}

.hero-blank--filter-tags .richtext-wrapper a,
.m-footnotes-list .footnote-listitem a,
.o-teaser-default.teaser-cta .teaser-default__teaser-text a,
.o-teaser-default.teaser-cta .teaser-text a,
.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text a,
.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text a {
	color: #fff;
	text-decoration: underline;
}

.hero-blank--filter-tags::before,
.o-podcast .podcast__content-wrapper::before,
.teaser-default--basic-magenta:before,
.teaser-default--editorial::before {
	background-color: #e20074;
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
}

.hero-blank--logo,
.o-teaser-with-bulletpoints {
	background: linear-gradient(229deg, #6f009b 0%, #e20074 40%);
}

.hero-blank--logo .teaser-default__cta-wrapper .a-textlink,
.o-teaser-default.teaser-cta-hero .content-wrapper .a-textlink,
.o-teaser-with-bulletpoints .o-teaser-default .a-textlink {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
	display: inline-block;
}

.icon__label {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(100%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.is-hidden {
	display: none !important;
}

.is-invalid .form__element__error,
.is-invalid~.form__element__error,
.m-form__line--radiobuttons .form__element__item,
.o-accordeon .o-forms .accordeon__title,
.o-accordeon .o-gallery .accordeon__title,
.o-accordeon .o-teaser-collection>.accordeon__title,
.o-accordeon.is-built .o-video,
.o-accordeon.is-built .text-image__image-wrapper,
.o-accordeon.is-built .text-image__richtext-wrapper,
.o-forms .a-headline,
.o-forms .o-accordeon .accordeon__title,
.o-gallery .a-headline,
.o-gallery .glide__arrow,
.o-gallery .glide__arrow--left,
.o-gallery .glide__arrow--right,
.o-gallery .glide__arrows,
.o-gallery .o-accordeon .accordeon__title,
.o-navigation__menu .m-navigation__branch .is-selected>.navigation__label--selected,
.o-navigation__menu .m-navigation__branch .is-selected>ul>li>.a-navigation__node,
.o-site-chooser.is-visible,
.o-teaser-collection--magazine .o-teaser-default,
.o-teaser-collection--magazine .teaser-wrapper__col,
.o-teaser-collection-jobs .o-teaser-default,
.o-teaser-collection>.a-headline,
.site-chooser__action--chooser.is-visible,
.site-chooser__action--goto.is-visible,
.site-chooser__icon::before,
.site-chooser__navigation.is-visible,
.site-chooser__wrapper.is-visible,
.teaser--partner-logo,
.teaser-default--hero-mosaic-teaser,
.teaser-with-bulletpoints__plus-text,
details,
main {
	display: block;
}

.is-invalid .form__field--text,
.is-invalid .form__ui--select,
.is-invalid .is-required .form__wtf-control__indicator,
.is-invalid.is-required .form__wtf-control__indicator {
	background-color: #ffe4e4;
	border-color: #e81919;
}

.is-loading .m-animation__loading,
.o-gallery--images-grouped .glide__slide {
	display: flex;
}

.is-required .form__block__label::after,
.is-required .form__label::after,
.m-form__wtf-control--checkbox.is-required .richtext-wrapper>p:last-of-type::after {
	content: '*';
}

.is-required .form__block__label~* .form__label::after,
.m-breadcrumbs .breadcrumb:last-of-type::after {
	content: '';
}

.lightbox__pane {
	background-color: #fff;
	border-radius: 2px;
	box-sizing: content-box;
	max-height: 80vh;
	overflow-y: auto;
}

.lightbox__pane__content .richtext-wrapper .link-external::after {
	font-size: 12px;
}

.lightbox__pane__content .richtext-wrapper a {
	color: #e20074;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	position: relative;
	text-decoration: none;
	word-break: break-word;
}

.lightbox__pane__content .richtext-wrapper a:visited,
.o-locations .locations__country__link:visited,
.o-teaser-collection .link-to-overview:visited,
.richtext-wrapper a:visited,
.textlink--ics:visited {
	color: #8b008c;
}

.lightbox__pane__content .richtext-wrapper>*:first-child,
.o-accordeon .o-teaser-collection--magazine .o-teaser-default .accordeon__title,
.o-accordeon .o-teaser-with-bulletpoints .m-label-sustainability+.accordeon__title,
.o-accordeon .teaser-default--hero-mosaic-text .a-category+.accordeon__title,
.o-accordeon .teaser-default--hero-mosaic-text .a-label+.accordeon__title,
.o-teaser-collection--magazine .o-teaser-default .a-headline,
.o-teaser-collection--magazine .o-teaser-default .o-accordeon .accordeon__title,
.o-teaser-with-bulletpoints .m-label-sustainability+.a-headline,
.o-teaser-with-bulletpoints .o-accordeon .m-label-sustainability+.accordeon__title,
.teaser-default--hero-mosaic-text .a-category+.a-headline,
.teaser-default--hero-mosaic-text .a-label+.a-category,
.teaser-default--hero-mosaic-text .a-label+.a-headline,
.teaser-default--hero-mosaic-text .o-accordeon .a-category+.accordeon__title,
.teaser-default--hero-mosaic-text .o-accordeon .a-label+.accordeon__title {
	margin-top: 8px;
}

.lightbox__pane__content .richtext-wrapper>*:last-child {
	margin-bottom: 8px;
}

.lightbox__pane__header {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.lightbox__pane__header button {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
}

.lightbox__pane__header button:hover,
.m-breadcrumbs .breadcrumb:last-of-type .a-textlink,
.m-header__navbar .a-icon--hamburger:hover,
.m-header__navbar .a-icon--hamburger:hover .a-navigation__menu-label,
.m-header__navbar .a-icon--search:hover::before,
.o-accordeon .o-teaser-collection--magazine .o-teaser-default:hover .accordeon__title,
.o-accordeon .o-text-image .text-image__headline:not(.is-open),
.o-collection-data-list-contact .m-list .a-textlink,
.o-locations .is-selected,
.o-person .person__description,
.o-search .m-form__line--text-with-button .a-btn--icon:hover,
.o-teaser-collection--magazine .o-teaser-default:hover .a-headline,
.o-teaser-collection--magazine .o-teaser-default:hover .o-accordeon .accordeon__title,
.o-teaser-default.teaser-cta-basic-light .a-textlink,
.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto']:hover,
.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel']:hover,
.teaser-default--hero-mosaic-magenta.teaser-default--hero-mosaic-text .a-label,
.teaser-default--hero-mosaic-magenta.teaser-default--hero-mosaic-text .a-textlink:not(:hover),
.user-flyout__header .a-icon--close:hover,
a.o-person .person__description {
	color: #e20074;
}

.list--checkmarks li::before,
.teaser-default--product .teaser-default__teaser-text ul li::before {
	color: #e20074;
	content: 'V';
	display: inline-block;
	font-family: 'TeleIcon-Outline';
	line-height: 1;
	vertical-align: middle;
}

.list--checkmarks.list--checkmarks,
.teaser-default--product .teaser-default__teaser-text ul {
	list-style-type: none;
	margin-top: 0;
	padding-left: 0;
}

.locations__cookies-warning {
	align-self: flex-start;
	position: relative;
}

.locations__cookies-warning .third-party-cookies-layer--default .third-party-cookies-layer__background,
.m-form__line--text-with-button .a-btn--icon:hover,
.o-embedded-content .embedded-content__cookies-warning .third-party-cookies-layer__background,
.o-gallery-thumbs .m-video__wrapper .preview__wrapper {
	background-color: transparent;
}

.m-animation__loading {
	align-items: center;
	display: none;
	flex-wrap: nowrap;
	height: 24px;
	justify-content: space-between;
	width: 84px;
}

.m-animation__loading .dot {
	animation: animation-loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	background: #d0d0d0;
	display: inline-block;
	width: 12px;
}

.m-animation__loading .dot:nth-child(1) {
	animation-delay: -0.24s;
}

.m-animation__loading .dot:nth-child(2) {
	animation-delay: -0.12s;
}

.m-animation__loading .dot:nth-child(3) {
	animation-delay: 0s;
}

.m-brandbar {
	align-items: flex-end;
	background-color: #262626;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.m-breadcrumbs {
	color: #262626;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.m-breadcrumbs .a-textlink {
	color: #262626;
	white-space: nowrap;
}

.m-breadcrumbs .breadcrumb,
.m-form__wtf-control--select:not(.is-hidden),
.o-pseudo-navigation.is-scrollable .pseudo-navigation__arrow,
.teaser-default--product .a-textlink--product {
	display: inline-block;
}

.m-breadcrumbs .breadcrumb::after {
	color: #e20074;
	content: '§';
	display: block;
	float: right;
	font-family: 'TeleIcon-Outline';
}

.m-contact {
	align-items: flex-start;
	display: flex;
	width: 100%;
}

.m-contact .info-field {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.m-contact .info-field .name>span:not(:first-child):before {
	content: ' ';
}

.m-cover {
	color: #262626;
	display: flex;
	flex-direction: column;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	justify-content: flex-start;
}

.m-cover:hover .cover__image {
	transform: scale(1.05);
}

.m-date-author,
.o-detailview-header-row .m-socialmedia-items {
	font-family: "TeleNeoWeb-Bold", sans-serif;
	font-size: 24px;
	line-height: 28px;
}

.m-date-author .date:not(:only-child) {
	float: left;
}

.m-date-author .date:not(:only-child)+.author::before {
	content: '|';
	margin: 0 4px;
}

.m-event-item+.m-event-item {
	border-top: 1px solid #e20074;
}

.m-expansion-bar {
	align-items: center;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.m-expansion-bar .a-btn--toggle.is-enabled::after {
	transform: rotate(180deg);
	vertical-align: top;
}

.m-expansion-bar .a-btn--toggle::after {
	content: '\e015';
	display: inline-block;
	font-family: 'Context-Icons';
	font-size: 12px;
	margin-left: 8px;
}

.m-expansion-bar .expansion-bar__line {
	background-color: #000;
	border: 0;
	flex: 1;
	height: 1px;
	margin: 0;
}

.m-fab__item:last-of-type,
.m-fab__item:nth-of-type(1) {
	background-color: #000;
}

.m-fab__item:not(.is-hidden) {
	align-items: center;
	border-radius: 4px 0 0 4px;
	display: flex;
	flex-direction: row;
	height: 50px;
	position: relative;
	right: -174px;
	transition: right 300ms ease-in-out, margin-top 300ms ease-in-out, height 300ms ease-in-out;
	width: 226px;
}

.m-fab__item:not(.is-hidden).is-expanded,
.o-fab.is-default .m-fab__item:hover,
[lang^='de'] .m-fab__item:not(.is-hidden).is-expanded,
[lang^='default'] .m-fab__item:not(.is-hidden).is-expanded,
[lang^='en'] .m-fab__item:not(.is-hidden).is-expanded,
[lang^='es'] .m-fab__item:not(.is-hidden).is-expanded,
[lang^='nl'] .m-fab__item:not(.is-hidden).is-expanded,
[lang^='pt'] .m-fab__item:not(.is-hidden).is-expanded {
	right: 0;
}

.m-fab__item:nth-of-type(2),
.teaser-cta-basic+.o-gallery--magenta .wave-border__top,
.teaser-cta-basic+.o-job-search .wave-border__top,
.teaser-cta-basic+.o-teaser-collection--zdf .wave-border__top,
.teaser-cta-basic+.text-image--quote .wave-border__top,
.teaser-default--basic-black,
.teaser-default--editorial-black+.o-gallery--magenta .wave-border__top,
.teaser-default--editorial-black+.o-job-search .wave-border__top,
.teaser-default--editorial-black+.o-teaser-collection--zdf .wave-border__top,
.teaser-default--editorial-black+.text-image--quote .wave-border__top,
.teaser-default--hero-mosaic-black,
.teaser-default--hero-mosaic-black.teaser-default--hero-mosaic-text .a-textlink:hover,
[data-navigation-type='country'] .nav__items--flyout {
	background-color: #262626;
}

.m-fab__item:nth-of-type(3) {
	background-color: #414141;
}

.m-fab__item:nth-of-type(4) {
	background-color: #5d5d5d;
}

.m-flash {
	background-color: #fff;
	border: 4px solid #7ecbf5;
	border-radius: 50%;
	color: #7ecbf5;
	display: flex;
	flex-direction: column;
	font-family: "TeleNeoWeb-Bold", sans-serif;
	justify-content: center;
}

.m-flash .flash__flash-text1,
.m-flash .flash__flash-text2 {
	padding: 0 20px;
	text-align: center;
}

.m-flash .flash__flash-text1+.flash__flash-text2,
.richtext-wrapper .footnote-item,
.richtext-wrapper .footnote-item a {
	font-family: "TeleNeoWeb-Regular", sans-serif;
}

.m-flash--hero-badge {
	background-color: #7ecbf5;
	border: none;
	color: #fff;
}

.m-footnotes-list {
	display: block;
	list-style: none;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
	text-indent: 0;
	width: 100%;
}

.m-footnotes-list .footnote-listitem {
	font-family: "TeleNeoWeb-Regular", sans-serif;
	margin-top: 20px;
}

.m-footnotes-list .footnote-listitem strong::after {
	content: ' - ';
}

.m-footnote__wrapper {
	border: 2px solid currentColor;
	border-radius: 2px;
	cursor: pointer;
	display: inline-block;
	font-size: 100%;
	height: 12px;
	line-height: 1;
	margin: 0 3px 0 1px;
	position: relative;
	text-align: center;
	top: auto;
	vertical-align: text-top;
	width: 12px;
}

.m-form__line--checkboxes .form__element__item+.form__element__item,
.o-accordeon .teaser-default--hero-mosaic-text .accordeon__title+.teaser-default__teaser-text,
.o-teaser--searchresult .teaser-text,
.teaser-default--hero-mosaic-text .a-headline+.teaser-default__teaser-text,
.teaser-default--hero-mosaic-text .o-accordeon .accordeon__title+.teaser-default__teaser-text {
	margin-top: 16px;
}

.m-form__line--radiobuttons .form__element__block {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.m-form__line--text-with-button .a-btn--icon {
	left: 100%;
	padding: 8px 16px;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}

.m-form__line--text-with-button .form__field--text {
	padding-right: 60px;
	width: 100%;
}

.m-form__line--toggle-list .form__element__info {
	-ms-grid-row-align: center;
	align-self: center;
	font-family: "TeleNeoWeb-Regular", sans-serif;
}

.m-form__line--toggle-list .form__toggle__block,
.teaser--partner-logo-description .teaser-default__content-wrapper {
	display: flex;
	flex-direction: column;
}

.m-form__line--toggle-list .m-form__wtf-control--toggle {
	align-self: flex-start;
	margin-left: 5px;
}

.m-form__response,
.m-navigation-anchor__items:not(.is-fixed) .m-navigation-anchor__item+.m-navigation-anchor__item,
.o-footer .a-separation,
.o-tabs .tabs__pane>*,
.o-teaser-collection.teaser-collection--magenta-contract .teaser-wrapper {
	margin-top: 30px;
}

.m-form__response.is-error {
	color: #d40000;
}

.m-form__wtf-control {
	cursor: pointer;
	display: inline-block;
	padding-left: 40px;
	position: relative;
}

.m-form__wtf-control input {
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.m-form__wtf-control--checkbox .form__wtf-control__indicator {
	border-radius: 5px;
}

.m-form__wtf-control--checkbox input:checked~.form__wtf-control__indicator::before {
	color: #69b321;
	content: 'V';
	display: block;
	font-family: 'TeleIcon-Solid';
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.m-form__wtf-control--checkbox input:focus~.form__wtf-control__indicator,
.m-form__wtf-control--radio input:focus~.form__wtf-control__indicator {
	border-color: #0067f4;
	box-shadow: 0 0 5px #0067f4;
}

.m-form__wtf-control--checkbox.is-required .richtext-wrapper::after {
	content: none;
}

.m-form__wtf-control--radio .form__wtf-control__indicator,
.o-text-image.text-image--round .a-figure img,
.teaser-default--editorial .teaser-default__image .a-image,
.teaser-default--editorial-black .teaser-default__image .a-image {
	border-radius: 50%;
}

.m-form__wtf-control--radio input:checked~.form__wtf-control__indicator::before {
	color: #d40000;
	content: ';';
	display: block;
	font-family: 'TeleIcon-Solid';
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 24px;
}

.m-form__wtf-control--select,
.o-job-search .job-search__searchterm-wrapper {
	position: relative;
	width: 100%;
}

.m-form__wtf-control--select .form__ui--select {
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	outline: 0;
	width: 100%;
}

.m-form__wtf-control--select .form__ui--select:focus:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

.m-form__wtf-control--select::after {
	content: '$';
	display: block;
	font-family: 'TeleIcon-Outline';
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	text-align: center;
	top: 14px;
	width: 24px;
}

.m-form__wtf-control--toggle {
	-ms-grid-columns: 60px max-content;
	-ms-grid-rows: 40px;
	align-items: center;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 25px;
	grid-template-columns: 60px max-content;
	grid-template-rows: 40px;
	max-width: 100%;
	padding-left: 0;
	width: max-content;
}

.m-form__wtf-control--toggle .form__label {
	font-size: 22px;
}

.m-form__wtf-control--toggle .form__label::before {
	content: attr(data-label-disabled);
}

.m-form__wtf-control--toggle .form__wtf-control__indicator {
	background-color: #c4c6c5;
	border: 0 solid transparent;
	border-radius: 24px;
	box-shadow: 0 1px 2px 0 inset rgba(0, 0, 0, 0.1);
	cursor: pointer;
	height: 25px;
	position: relative;
	top: 0;
	width: 60px;
}

.m-form__wtf-control--toggle .form__wtf-control__indicator::after {
	background-color: #ededed;
	border-radius: 50%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	content: '';
	display: block;
	height: 35px;
	left: -5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
}

.m-form__wtf-control--toggle input:checked~.form__label::before {
	content: attr(data-label-enabled);
}

.m-form__wtf-control--toggle input:checked~.form__wtf-control__indicator {
	background-color: #faa6d0;
}

.m-form__wtf-control--toggle input:checked~.form__wtf-control__indicator::after {
	background-color: #e20074;
	left: calc(100% - 30px);
}

.m-header-bpbar {
	background-color: #fff;
	padding-bottom: 36px;
	padding-top: 36px;
}

.m-header-bpbar .header-bpbar__logo {
	color: #262626;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.m-header-bpbar .o-pseudo-navigation,
.o-accordeon .o-teaser-collection--partner-logo-description>.accordeon__title,
.o-accordeon .o-teaser-collection--partner-logo>.accordeon__title,
.o-accordeon .o-teaser-collection--with-toggle>.accordeon__title,
.o-collection-pseudo-navigation .o-pseudo-navigation,
.o-price-module .m-footnotes-list,
.o-teaser-collection--magazine .collection--magazine__headline,
.o-teaser-collection--magazine .teaser-collection__detail-text,
.o-teaser-collection--partner-logo-description>.a-headline,
.o-teaser-collection--partner-logo>.a-headline,
.o-teaser-collection--with-toggle>.a-headline,
.o-teaser-collection.teaser-collection--magenta-contract .teaser-collection__headline {
	padding: 0;
}

.m-header-international {
	background-color: #000;
	color: #fff;
	height: 38px;
}

.m-header-international .header__chooser-language {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 17px;
	justify-content: flex-start;
	line-height: 38px;
	list-style: none;
	margin: 0;
	margin-left: 5px;
	padding: 0;
	text-indent: 0;
}

.m-header-international .header__chooser-language .a-textlink {
	color: #fff;
	padding: 0 10px;
}

.m-header-international .header__language-country {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.m-header-international .header__user {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	outline: none;
	padding: 0;
}

.m-header-international .language-item+.language-item::before {
	content: '|';
	font-family: "TeleNeoWeb-Regular", sans-serif;
}

.m-header-international .language-item.is-active,
.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel'],
.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel'],
.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto'],
.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel'],
.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto'],
.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel'],
.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
.ui-tabs--borderless .is-active .ui-tab__button,
.ui-tabs--borderless .is-active .ui-tab__link {
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
}

.m-header__brandbar {
	align-items: center;
	background-color: #e20074;
	color: #fff;
	display: flex;
	flex-direction: row;
	height: 84px;
}

.m-header__brandbar .m-brandbar {
	background-color: #e20074;
	width: 100%;
}

.m-header__navbar {
	align-items: center;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	display: flex;
	min-height: 74px;
	position: sticky;
	top: 0;
	z-index: 20;
}

.m-header__navbar .a-icon--hamburger {
	align-items: center;
	color: #7c7c7c;
	display: flex;
}

.m-header__navbar .a-icon--hamburger:focus,
.m-header__navbar .a-icon--search:focus,
.m-navigation__header .a-icon--close:focus,
.user-flyout__header .a-icon--close:focus {
	outline: 2px solid Highlight;
}

.m-header__navbar .a-icon--search::before {
	color: #7c7c7c;
	font-size: 32px;
	line-height: 32px;
}

.m-header__navbar .footer__copyright,
.m-header__navbar .footer__nav,
.m-header__navbar .m-brandbar,
.m-header__navbar .o-teaser-collection--magazine.o-teaser-collection,
.m-header__navbar .type-area {
	display: flex;
	justify-content: space-between;
	min-height: 32px;
	overflow: hidden;
	position: relative;
}

.m-header__navbar .m-header__navbar__logo {
	height: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity 300ms ease-in-out;
	transition-delay: 300ms;
	width: 220px;
}

.m-header__navbar .m-header__navbar__logo .a-link {
	display: block;
	height: 28px;
	margin-top: 3px;
	pointer-events: none;
}

.m-header__navbar .m-navigation__shortcuts {
	opacity: 1;
	position: relative;
	transform: translateY(0);
	transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
	transition-delay: 300ms;
}

.m-header__navbar .o-teaser-collection.teaser-collection--events-list,
.m-header__navbar .o-teaser-collection.teaser-collection--events-news-view {
	display: flex;
	justify-content: space-between;
	min-height: 32px;
	overflow: hidden;
	position: relative;
}

.m-header__navbar.is-sticky .m-header__navbar__logo {
	opacity: 1;
	pointer-events: auto;
}

.m-header__navbar.is-sticky .m-header__navbar__logo .a-link {
	pointer-events: auto;
}

.m-header__navbar.is-sticky .m-navigation__shortcuts {
	opacity: 0;
	transform: translateY(-100px);
}

.m-label-sustainability {
	background-color: #80be60;
	border-radius: 6px;
	color: #fff;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	font-size: 16px;
	letter-spacing: 0.3px;
	line-height: 24px;
	padding: 0 10px;
}

.m-label-sustainability .a-icon {
	font-size: 12px;
	margin-right: 8px;
}

.m-list--two-textfields {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	text-indent: 0;
}

.m-navigation-anchor__items.is-fixed {
	animation: anchor-navigation-undocking linear 300ms;
	animation-iteration-count: 1;
	background-color: #fff;
	border-radius: 0 4px 4px 0;
	font-size: 14px;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 200px;
	width: 50px;
	z-index: 11;
}

.m-navigation-anchor__items.is-fixed .is-active .a-navigation-anchor__label {
	animation: anchor-navigation-label linear 2000ms;
	animation-iteration-count: 1;
	visibility: visible;
}

.m-navigation-anchor__items.is-fixed .m-navigation-anchor__link {
	padding: 12px 0 12px 18px;
}

.m-navigation-anchor__items.is-fixed .m-navigation-anchor__link::before {
	-ms-grid-row-align: center;
	align-self: center;
	content: ' ';
	flex: 1 0 auto;
	height: 13px;
	width: 13px;
}

.m-navigation-anchor__items.is-fixed .m-navigation-anchor__link:hover .a-navigation-anchor__label {
	opacity: 1;
	transition: opacity ease-out 300ms;
	visibility: visible;
}

.m-navigation-anchor__items:not(.is-fixed) .a-navigation-anchor__label {
	flex: 0 99 auto;
	margin-left: 15px;
}

.m-navigation-anchor__items:not(.is-fixed) .m-navigation-anchor__link {
	line-height: 31px;
}

.m-navigation-anchor__items:not(.is-fixed) .m-navigation-anchor__link::before {
	color: #fff;
	content: '$';
	display: inline-block;
	font-family: 'TeleIcon-Outline';
	height: 26px;
	text-align: center;
	width: 26px;
}

.m-navigation-anchor__link {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.m-navigation-anchor__link.is-active::before,
.m-navigation-anchor__link:hover::before,
.o-gallery--images-grouped .glide__bullet:not(.glide__bullet--active),
.o-gallery--magenta .m-form__wtf-control--toggle input:checked~.form__wtf-control__indicator,
.o-gallery--slider .glide__bullet:not(.glide__bullet--active) {
	background-color: #d8d8d8;
}

.m-navigation-anchor__link::before {
	background-color: #7ecbf5;
	border-radius: 50%;
	transition: background-color ease-out 300ms;
}

.m-navigation__header {
	background-color: #fff;
	display: flex;
	position: sticky;
	top: 0;
	z-index: 1;
}

.m-navigation__shortcuts {
	align-items: center;
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 100%;
}

.m-reference-field,
.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) {
	color: #fff;
	margin-bottom: 0;
}

.m-reference-field .source,
.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .source {
	color: #fff;
	font-style: normal;
}

.m-reference-field::before,
.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty)::before {
	color: #fff;
	content: '-';
	margin-right: 5px;
}

.m-socialmedia-items {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.m-socialmedia-items.socialmedia-items--colorized .a-icon--facebook {
	color: #3B579D;
}

.m-socialmedia-items.socialmedia-items--colorized .a-icon--linkedin {
	color: #0277B5;
}

.m-socialmedia-items.socialmedia-items--colorized .a-icon--twitter {
	color: #00ABED;
}

.m-socialmedia-items.socialmedia-items--colorized .a-icon--xing {
	color: #007575;
}

.m-suggestions {
	background-color: #fff;
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	color: #262626;
	list-style-type: none;
	padding: 0;
	position: absolute;
	top: 27px;
	width: calc(100% - 2px);
	z-index: 1;
}

.m-user-flyout {
	background-color: #fff;
	color: #262626;
	padding-bottom: 20px;
	position: absolute;
	right: 0;
	top: 38px;
	z-index: 111;
}

.m-video__wrapper,
.video__wrapper {
	background-color: #000;
	cursor: pointer;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.m-video__wrapper .a-btn--play,
.video__wrapper .a-btn--play {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-40%, -37%);
}

.m-video__wrapper .preview__wrapper,
.video__wrapper .preview__wrapper {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	outline: none;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.m-video__wrapper embed,
.m-video__wrapper iframe,
.m-video__wrapper object,
.video__wrapper embed,
.video__wrapper iframe,
.video__wrapper object {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.m-welcome-message {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.m-welcome-message .a-image {
	border-radius: 50%;
	display: block;
	margin-right: 4.1666666667%;
}

.mapBox {
	background-color: transparent;
	position: relative;
}

.mapBox .locations__popup__btn-close {
	cursor: pointer;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.mapBox .locations__popup__btn-close::before {
	color: #fff;
	content: 'X';
	display: block;
	font-family: 'TeleIcon-Outline';
	font-size: 18px;
	line-height: 1;
}

.mapBox .locations__popup__content {
	background-color: #262626;
	box-sizing: border-box;
	color: #fff;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 16px;
	line-height: 20px;
	position: relative;
}

.mapBox .locations__popup__text {
	margin-top: 19px;
}

.mapBox .locations__popup__title {
	box-sizing: border-box;
	display: block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	font-size: 19px;
}

.mapBox::after {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 16px solid #262626;
	bottom: -15px;
	content: '';
	height: 0;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: 0;
}

.navigation-anchor__home,
.third-party-cookies-layer--default .third-party-cookies-layer__content {
	background-color: #fff;
	box-sizing: border-box;
}

.navigation__branch--lvl-1 .a-navigation__node,
.o-locations .locations__country+.locations__country,
.o-locations .locations__country__placemark+.locations__country__placemark,
.user-flyout__menuitem--link+.user-flyout__menuitem--link {
	border-top: 1px solid #d0d0d0;
}

.navigation__branch--lvl-1 .navigation__node--products-themes {
	color: #7ecbf5;
	font-family: "TeleNeoWeb-Medium", sans-serif;
}

.navigation__label--selected {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: block;
	outline: none;
	padding-left: 24px;
	position: relative;
	text-align: left;
	width: 100%;
}

.navigation__label--selected::before {
	content: '%';
	display: block;
	float: right;
	font-family: 'TeleIcon-Outline';
	font-size: 24px;
	left: 0;
	margin-right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.navigation__node--products-themes,
.navigation__node--products-themes:visited,
.o-navigation__menu .navigation__branch--products-themes>.navigation__label--selected,
.o-navigation__menu .navigation__node--products-themes+.m-navigation__branch>.navigation__label--selected,
.o-navigation__menu .navigation__node--products-themes>.navigation__label--selected,
.teaser-default--hero-mosaic-blue.teaser-default--hero-mosaic-text .a-label,
.teaser-default--hero-mosaic-blue.teaser-default--hero-mosaic-text .a-textlink:not(:hover) {
	color: #7ecbf5;
}

.o-accordeon,
.o-collection-download,
.o-collection-person,
.o-collection-pseudo-navigation,
.o-tabs {
	margin: 0 auto;
	max-width: 1000px;
}

.o-accordeon .o-collection-data-list-grey>.accordeon__title,
.o-accordeon .o-collection-data-list>.accordeon__title,
.o-collection-data-list-grey>.a-headline,
.o-collection-data-list>.a-headline {
	display: block;
	font-family: "TeleNeoWeb-Bold", sans-serif;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.o-accordeon .o-download .accordeon__title .a-label,
.o-download .a-headline .a-label,
.o-download .o-accordeon .accordeon__title .a-label {
	margin-left: 6px;
}

.o-accordeon .o-download .accordeon__title .a-label--new,
.o-accordeon .o-teaser-collection-mosaic .o-teaser-default .accordeon__title .a-label--new,
.o-download .a-headline .a-label--new,
.o-download .o-accordeon .accordeon__title .a-label--new,
.o-teaser-collection-mosaic .o-teaser-default .a-headline .a-label--new,
.o-teaser-collection-mosaic .o-teaser-default .o-accordeon .accordeon__title .a-label--new {
	background: #fff;
	color: #e20074;
}

.o-accordeon .o-event-items-collection .accordeon__title,
.o-event-items-collection .a-headline,
.o-event-items-collection .o-accordeon .accordeon__title {
	color: #262626;
	display: block;
	margin: 0;
	padding: 0;
}

.o-accordeon .o-podcast>.accordeon__title,
.o-accordeon .teaser-default--basic-black .accordeon__title,
.o-accordeon .teaser-default--basic-magenta .accordeon__title,
.o-detailview-header-row,
.o-podcast>.a-headline,
.o-teaser--searchresult,
.teaser-default--basic-black .a-headline,
.teaser-default--basic-black .o-accordeon .accordeon__title,
.teaser-default--basic-black .teaser-default__teaser-text,
.teaser-default--basic-magenta .a-headline,
.teaser-default--basic-magenta .o-accordeon .accordeon__title,
.teaser-default--basic-magenta .teaser-default__teaser-text {
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.o-accordeon .o-related-links .accordeon__title,
.o-related-links .a-headline,
.o-related-links .o-accordeon .accordeon__title {
	color: #fff;
	margin-top: 50px;
}

.o-accordeon .o-teaser--searchresult .accordeon__title[data-searchresult-type="download"]::after,
.o-accordeon .o-teaser--searchresult .accordeon__title[data-searchresult-type="whitepaper"]::after,
.o-teaser--searchresult .a-headline[data-searchresult-type="download"]::after,
.o-teaser--searchresult .a-headline[data-searchresult-type="whitepaper"]::after,
.o-teaser--searchresult .o-accordeon .accordeon__title[data-searchresult-type="download"]::after,
.o-teaser--searchresult .o-accordeon .accordeon__title[data-searchresult-type="whitepaper"]::after {
	content: 'd';
	font-family: 'TeleIcon-Outline';
	font-size: 25px;
	line-height: 25px;
	padding-left: 10px;
}

.o-accordeon .o-teaser-collection .accordeon__title,
.o-teaser-collection .a-headline,
.o-teaser-collection .o-accordeon .accordeon__title {
	color: #262626;
	margin: 0;
	padding: 0;
}

.o-accordeon .o-teaser-collection--good-to-know .outer-content-wrapper>.accordeon__title,
.o-teaser-collection--good-to-know .o-accordeon .outer-content-wrapper>.accordeon__title,
.o-teaser-collection--good-to-know .outer-content-wrapper>.a-headline {
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.o-accordeon .o-teaser-collection--news-view .teaser-default__content-wrapper .accordeon__title,
.o-accordeon .o-teaser-collection--related-topic .teaser-default__content-wrapper .accordeon__title,
.o-teaser-collection--news-view .teaser-default__content-wrapper .a-headline,
.o-teaser-collection--news-view .teaser-default__content-wrapper .o-accordeon .accordeon__title,
.o-teaser-collection--related-topic .teaser-default__content-wrapper .a-headline,
.o-teaser-collection--related-topic .teaser-default__content-wrapper .o-accordeon .accordeon__title {
	margin-top: 7px;
}

.o-accordeon .o-teaser-collection--partner-logo .o-teaser-default .accordeon__title,
.o-teaser-collection--partner-logo .o-teaser-default .a-headline,
.o-teaser-collection--partner-logo .o-teaser-default .o-accordeon .accordeon__title {
	font-size: 32px;
	line-height: 1;
}

.o-accordeon .o-teaser-collection--zdf .outer-content-wrapper>.accordeon__title,
.o-accordeon .teaser-default--hero-mosaic-text .accordeon__title,
.o-teaser-collection--zdf .o-accordeon .outer-content-wrapper>.accordeon__title,
.o-teaser-collection--zdf .outer-content-wrapper>.a-headline,
.teaser-default--hero-mosaic-text .a-headline,
.teaser-default--hero-mosaic-text .o-accordeon .accordeon__title {
	color: #fff;
	display: block;
}

.o-accordeon .o-teaser-collection-jobs .accordeon__title,
.o-accordeon .teaser-default--basic-black .o-forms .accordeon__title,
.o-accordeon .teaser-default--basic-magenta .o-forms .accordeon__title,
.o-accordeon .teaser-default--cta-with-background-image-without-swoosh .o-forms .accordeon__title,
.o-locations .subPlaceList .place,
.o-tabs .o-pseudo-navigation,
.o-teaser-collection--proofpoints .m-footnotes-list,
.o-teaser-collection-jobs .a-headline,
.o-teaser-collection-jobs .o-accordeon .accordeon__title,
.teaser-default--basic-black .o-forms .a-headline,
.teaser-default--basic-black .o-forms .o-accordeon .accordeon__title,
.teaser-default--basic-magenta .o-forms .a-headline,
.teaser-default--basic-magenta .o-forms .o-accordeon .accordeon__title,
.teaser-default--cta-with-background-image-without-swoosh .o-forms .a-headline,
.teaser-default--cta-with-background-image-without-swoosh .o-forms .o-accordeon .accordeon__title {
	padding-left: 0;
	padding-right: 0;
}

.o-accordeon .o-teaser-collection-l--magenta>.accordeon__title+.teaser-wrapper,
.o-accordeon .o-teaser-collection-l>.accordeon__title+.teaser-wrapper,
.o-teaser-collection--proofpoints,
.o-teaser-collection--searchresults .o-teaser--searchresult+.o-teaser--searchresult,
.o-teaser-collection-l--magenta>.a-headline+.teaser-wrapper,
.o-teaser-collection-l>.a-headline+.teaser-wrapper {
	margin-top: 40px;
}

.o-accordeon .o-teaser-collection-s .o-teaser-default .accordeon__title,
.o-teaser-collection--news-view,
.o-teaser-collection-s .o-teaser-default .a-headline,
.o-teaser-collection-s .o-teaser-default .o-accordeon .accordeon__title,
.teaser-event__hero .a-image {
	max-width: 100%;
}

.o-accordeon .o-teaser-default.teaser-cta-basic-light .content-wrapper>.accordeon__title,
.o-teaser-default.teaser-cta-basic-light .content-wrapper>.a-headline,
.o-teaser-default.teaser-cta-basic-light .o-accordeon .content-wrapper>.accordeon__title {
	color: #000;
	display: block;
	font-family: "TeleNeoWeb-Bold", sans-serif;
}

.o-accordeon .o-teaser-default.teaser-cta-contact .accordeon__title,
.o-teaser-default.teaser-cta-contact .a-headline,
.o-teaser-default.teaser-cta-contact .o-accordeon .accordeon__title {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	font-size: 24px;
	grid-area: 1 / 1 / 2 / 2;
	line-height: 28px;
	text-align: center;
}

.o-accordeon .o-teaser-hero .m-label-sustainability+.accordeon__title,
.o-teaser-hero .m-label-sustainability+.a-headline,
.o-teaser-hero .o-accordeon .m-label-sustainability+.accordeon__title {
	margin-top: 6px;
}

.o-accordeon .o-teaser-hero.teaser-hero--black .accordeon__title,
.o-teaser-hero.teaser-hero--black .a-headline,
.o-teaser-hero.teaser-hero--black .o-accordeon .accordeon__title,
.o-teaser-hero.teaser-hero--black .teaser-text {
	color: #000;
}

.o-accordeon .o-text-image {
	-ms-grid-columns: none;
	-ms-grid-rows: none;
	display: block;
	grid-template-columns: none;
	grid-template-rows: none;
	max-width: none;
}

.o-accordeon .o-text-image .o-video,
.o-accordeon .o-text-image .text-image__image-wrapper,
.o-accordeon .o-text-image .text-image__richtext-wrapper {
	display: none;
	grid-area: auto;
	margin: 0;
	padding: 0;
}

.o-accordeon .o-text-image .text-image__headline {
	cursor: pointer;
}

.o-accordeon .o-text-image .text-image__headline.is-open::before {
	color: #262626;
	content: '"';
	vertical-align: text-top;
}

.o-accordeon .o-text-image .text-image__headline::before {
	display: inline-block;
	font-family: 'TeleIcon-Outline';
	line-height: 1;
}

.o-accordeon .o-text-image .text-image__headline:not(.is-open)::before {
	color: #e20074;
	content: '$';
	vertical-align: text-bottom;
}

.o-accordeon .teaser--partner-logo-description .accordeon__title,
.teaser--partner-logo-description .a-headline,
.teaser--partner-logo-description .o-accordeon .accordeon__title {
	color: #262626;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
}

.o-accordeon .teaser-default--good-to-know .teaser-default__content-wrapper .accordeon__title,
.teaser-default--good-to-know .teaser-default__content-wrapper .a-headline,
.teaser-default--good-to-know .teaser-default__content-wrapper .o-accordeon .accordeon__title {
	display: block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	text-align: center;
}

.o-accordeon .teaser-hero--clone .accordeon__title,
.teaser-hero--clone .a-headline,
.teaser-hero--clone .o-accordeon .accordeon__title,
.teaser-hero--clone .teaser-text {
	color: #fff;
}

.o-accordeon .text-image--bottom .accordeon__item__content,
.o-accordeon .text-image--intro .accordeon__item__content {
	flex-direction: column;
}

.o-accordeon .text-image--bottom .o-video,
.o-accordeon .text-image--bottom .text-image__image-wrapper,
.o-accordeon .text-image--intro .o-video,
.o-accordeon .text-image--intro .text-image__image-wrapper {
	order: 2;
}

.o-accordeon .text-image--bottom .text-image__richtext-wrapper,
.o-accordeon .text-image--intro .text-image__richtext-wrapper {
	order: 1;
}

.o-banner-sustainability {
	background-image: url("../../img/sustainability-banner-bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 2560px;
}

.o-collection-data-list {
	margin-top: 50px;
	position: relative;
}

.o-collection-data-list-contact .m-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.o-collection-data-list-grey {
	margin-top: 50px;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
}

.o-collection-data-list-grey::before,
.o-price-module::before {
	background-color: #ededed;
	bottom: 0;
	content: '';
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.o-collection-experts .o-person .person__content {
	align-items: flex-start;
	text-align: left;
}

.o-collection-experts .person__image .a-image {
	border-radius: unset;
}

.o-collection-person .collection-person__teaser-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.o-detailview-header-row .download-listitem,
.o-detailview-header-row .m-download-listitems,
.o-teaser-filter .teaser-filter__form .m-form__line--text-with-button {
	margin: 0;
	padding: 0;
}

.o-download {
	align-items: center;
	background-color: #e20074;
	color: #fff;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
}

.o-download .a-btn,
.o-download .o-flower .flower__content>.btn,
.o-download .o-price-module-teaser .a-textlink,
.o-download .o-teaser-default .a-textlink,
.o-download .teaser-default--offer .teaser-default__pseudo-btn,
.o-download .teaser-hero--clone .btn,
.o-flower .o-download .flower__content>.btn,
.o-price-module-teaser .o-download .a-textlink,
.o-teaser-default .o-download .a-textlink,
.teaser-default--offer .o-download .teaser-default__pseudo-btn,
.teaser-hero--clone .o-download .btn {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
	font-size: 22px;
	height: 50px;
	min-width: 50px;
	position: relative;
	width: 50px;
}

.o-download .a-btn::before,
.o-download .o-flower .flower__content>.btn::before,
.o-download .o-price-module-teaser .a-textlink::before,
.o-download .o-teaser-default .a-textlink::before,
.o-download .teaser-default--offer .teaser-default__pseudo-btn::before,
.o-download .teaser-hero--clone .btn::before,
.o-flower .o-download .flower__content>.btn::before,
.o-price-module-teaser .o-download .a-textlink::before,
.o-teaser-default .o-download .a-textlink::before,
.teaser-default--offer .o-download .teaser-default__pseudo-btn::before,
.teaser-hero--clone .o-download .btn::before {
	content: 'd';
	font-family: 'TeleIcon-Solid';
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.o-download .content-wrapper,
.o-teaser-collection--zdf .o-teaser-default,
.teaser-default--editorial .teaser-default__image,
.teaser-default--editorial-black .teaser-default__image {
	box-sizing: border-box;
}

.o-embedded-content .embedded-content__content-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.o-embedded-content .embedded-content__embedded-element {
	border: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.o-event-items-collection {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.o-fab {
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 0;
	transition: opacity 300ms ease-in-out;
	z-index: 11;
}

.o-fab.is-compressed .a-fab__btn--toggle::before {
	content: '>';
}

.o-fab.is-compressed .m-fab__item:hover,
[lang^='default'] .m-fab__item:not(.is-hidden),
[lang^='default'] .m-fab__item:not(.is-hidden):hover,
[lang^='default'] .o-fab.is-compressed .m-fab__item:hover,
[lang^='es'] .m-fab__item:not(.is-hidden),
[lang^='es'] .m-fab__item:not(.is-hidden):hover,
[lang^='es'] .o-fab.is-compressed .m-fab__item:hover {
	right: -174px;
	width: 226px;
}

.o-fab.is-compressed .m-fab__item:nth-of-type(1n+2) {
	margin-top: -40px;
}

.o-fab.is-default .a-fab__btn--toggle::before {
	content: 'X';
}

.o-fab.is-default .m-fab__item+.m-fab__item {
	margin-top: 1px;
}

.o-flower {
	box-sizing: border-box;
	display: -ms-grid;
	display: grid;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.o-flower .flower__content>.a-textlink {
	display: inline-block;
	margin-top: 40px;
}

.o-flower .flower__content>.btn,
.o-teaser-default .a-textlink {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	padding: 13px 15px;
	text-decoration: none;
}

.o-flower .o-teaser-collection--magazine .button-wrapper .flower__content>.btn,
.o-price-module-teaser .o-teaser-collection--magazine .button-wrapper .a-textlink,
.o-teaser-collection--magazine .button-wrapper .a-btn,
.o-teaser-collection--magazine .button-wrapper .o-flower .flower__content>.btn,
.o-teaser-collection--magazine .button-wrapper .o-price-module-teaser .a-textlink,
.o-teaser-collection--magazine .button-wrapper .o-teaser-default .a-textlink,
.o-teaser-collection--magazine .button-wrapper .teaser-default--offer .teaser-default__pseudo-btn,
.o-teaser-collection--magazine .button-wrapper .teaser-hero--clone .btn,
.o-teaser-default .o-teaser-collection--magazine .button-wrapper .a-textlink,
.teaser-default--offer .o-teaser-collection--magazine .button-wrapper .teaser-default__pseudo-btn,
.teaser-hero--clone .o-teaser-collection--magazine .button-wrapper .btn {
	display: inline-block;
	margin-top: 45px;
}

.o-flower .teaser-default--basic-magenta .flower__content>.btn:not(:disabled),
.o-price-module-teaser .teaser-default--basic-magenta .a-textlink:not(:disabled),
.o-teaser-default .teaser-default--basic-magenta .a-textlink:not(:disabled),
.teaser-default--basic-magenta .a-btn:not(:disabled),
.teaser-default--basic-magenta .o-flower .flower__content>.btn:not(:disabled),
.teaser-default--basic-magenta .o-price-module-teaser .a-textlink:not(:disabled),
.teaser-default--basic-magenta .o-teaser-default .a-textlink:not(:disabled),
.teaser-default--basic-magenta .teaser-default--offer .teaser-default__pseudo-btn:not(:disabled),
.teaser-default--basic-magenta .teaser-hero--clone .btn:not(:disabled),
.teaser-default--offer .teaser-default--basic-magenta .teaser-default__pseudo-btn:not(:disabled),
.teaser-hero--clone .teaser-default--basic-magenta .btn:not(:disabled) {
	background-color: #fff;
	border-color: #fff;
	color: #e20074;
}

.o-footer {
	background-color: #262626;
	color: #fff;
	display: flex;
	flex-direction: column;
}

.o-forms {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.o-forms .o-text-image {
	grid-column-gap: 0;
}

.o-forms>*:not(form) {
	padding: 0 12px;
}

.o-gallery {
	margin-left: auto;
	margin-right: auto;
	max-width: none;
	width: 100%;
}

.o-gallery .glide__arrow--disabled {
	display: block;
	opacity: 0.33;
}

.o-gallery--images .o-gallery-track .glide__arrows {
	padding-top: 66.6666666667%;
}

.o-gallery--images-grouped,
.o-gallery--images-grouped .glide__arrow.is-invisible,
.o-gallery--prices-grouped,
.o-gallery--slider,
.o-gallery--slider .glide__arrow.is-invisible,
.o-gallery-thumbs .glide__arrow--thumbs.is-invisible {
	visibility: hidden;
}

.o-gallery--images-grouped .glide__arrow,
.o-gallery--slider .glide__arrow,
.o-gallery-thumbs .glide__arrow--thumbs {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #e20074;
	cursor: pointer;
	font-family: 'TeleIcon-Outline';
	font-size: 36px;
	line-height: 1;
	outline: none;
	transition: all 300ms ease-in-out;
}

.o-gallery--images-grouped .glide__arrow.is-invisible .glide__arrow--thumbs,
.o-gallery--prices-grouped.is-disabled,
.o-gallery--slider .glide__arrow.is-invisible .glide__arrow--thumbs,
.o-gallery-thumbs .glide__arrow--thumbs.is-invisible .glide__arrow--thumbs,
.o-gallery-thumbs.glide--swipeable {
	cursor: default;
}

.o-gallery--images-grouped .glide__arrows {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	max-width: 1000px;
}

.o-gallery--images-grouped .glide__bullets,
.o-gallery--slider .glide__bullets {
	bottom: 19px;
}

.o-gallery--images-grouped .outer-content-wrapper,
.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto']:only-child,
.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel']:only-child {
	margin: 0 auto;
}

.o-gallery--images-grouped.is-built,
.o-gallery--prices-grouped.is-built,
.o-gallery--slider.is-built,
.o-gallery-track.is-built,
.o-pseudo-navigation.is-scrollable .pseudo-navigation-wrapper::after,
.o-pseudo-navigation.is-scrollable .pseudo-navigation-wrapper::before {
	visibility: visible;
}

.o-gallery--magenta,
.o-job-search,
.text-image--quote {
	position: relative;
	z-index: 1;
}

.o-gallery--magenta .m-form__wtf-control--toggle input:checked~.form__wtf-control__indicator::after {
	background-color: #fff;
	left: calc(100% - 30px);
}

.o-gallery--magenta .o-gallery-thumbs .glide__slide--active .a-image {
	background-color: #e20074;
	border-color: #fff;
}

.o-gallery--prices-grouped .glide__bullets {
	bottom: 0;
}

.o-gallery--prices-grouped .glide__slide {
	align-items: flex-start;
}

.o-gallery--prices-grouped .glide__slides {
	padding-top: 17px;
}

.o-gallery--prices-grouped .glide__ui {
	height: 5px;
}

.o-gallery--prices-grouped.has-highlight .glide__slides {
	padding-bottom: 15px;
	padding-top: 74px;
}

.o-gallery--prices-grouped.is-disabled .glide__slide {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.o-gallery--prices-grouped:not(.is-disabled) .glide__slide,
.o-job-search .job-search__form-wrapper {
	display: -ms-grid;
	display: grid;
}

.o-gallery--slider .glide__arrows {
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}

.o-gallery--videos .o-gallery-track .glide__arrows {
	padding-top: 56.25%;
}

.o-gallery-thumbs {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-height: 100px;
	max-width: 1000px;
	overflow: hidden;
	padding: 0 60px;
	position: relative;
	visibility: hidden;
}

.o-gallery-thumbs .glide__arrow--thumbs--left {
	margin-left: 15px;
}

.o-gallery-thumbs .glide__arrow--thumbs--right {
	margin-right: 15px;
}

.o-gallery-thumbs .glide__arrows--thumbs {
	align-content: center;
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.o-gallery-thumbs .glide__slide .a-image {
	border: 5px solid transparent;
	box-sizing: border-box;
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	padding: 5px;
	width: auto;
}

.o-gallery-thumbs .glide__slide--active .a-image {
	background-color: #fff;
	border: 5px solid #e20074;
}

.o-gallery-thumbs .m-video__wrapper .a-btn--play {
	transform: translate(-58%, -40%);
}

.o-gallery-thumbs.is-built {
	max-height: none;
	overflow: auto;
	visibility: visible;
}

.o-gallery-track {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 1000px;
	position: relative;
	visibility: hidden;
}

.o-gallery-track .a-figure img:not(.a-btn--play) {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: 100%;
}

.o-gallery-track .glide__arrow {
	-webkit-appearance: none;
	appearance: none;
	background-color: #e20074;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'TeleIcon-Outline';
	line-height: 1;
	outline: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 300ms ease-in-out;
	z-index: 1;
}

.o-gallery-track .glide__arrow--left {
	left: 0;
}

.o-gallery-track .glide__arrows {
	height: 0;
	left: 0;
	padding-top: 66.6666666667%;
	position: absolute;
	right: 0;
	top: 0;
}

.o-hero {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 2560px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.o-hero .hero-bgimage {
	position: absolute;
	transition: transform 700ms ease;
}

.o-hero .hero-typearea {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1000px;
	overflow: hidden;
	position: relative;
}

.o-hero .rte--list {
	margin: 0;
	padding: 0 0 0 20px;
}

.o-hero-blank .richtext-wrapper *:first-child,
.o-text-image .image__description {
	margin-top: 15px;
}

.o-job-search .job-search__head>*,
.o-job-search .job-search__login-wrapper .a-textlink {
	font-family: "TeleNeoWeb-Medium", sans-serif;
}

.o-job-search .job-search__jobcount::before {
	content: ' - ';
	padding-left: 10px;
}

.o-job-search .job-search__login-wrapper .a-textlink::before {
	display: inline-block;
	margin-right: 10px;
}

.o-job-search .job-search__main-content>* {
	margin: 0 auto;
	max-width: 1024px;
}

.o-job-search .job-suggestions__list {
	background-color: #fff;
	border: 1px solid #a4a4a4;
	border-radius: 4px;
	color: #262626;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	position: absolute;
	top: 25px;
	width: calc(100% - 1px);
}

.o-job-search .job-suggestions__list-item {
	list-style-type: none;
	padding: 5px 10px;
}

.o-lightbox.is-visible {
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1000;
}

.o-loading-indicator {
	height: 24px;
}

.o-loading-indicator .m-animation__loading {
	margin-left: auto;
	margin-right: auto;
}

.o-locations {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
	max-width: 2560px;
}

.o-locations .is-active .ui-tab__button,
.o-locations .ui-tab__button:hover {
	background-color: #e20074;
	color: #fff;
	transform: all 300ms ease;
}

.o-locations .locations__country__label {
	font-size: 22px;
	margin: 0;
}

.o-locations .locations__country__link {
	color: #e20074;
	display: block;
	font-family: "TeleNeoWeb-Regular", sans-serif !important;
	position: relative;
	text-decoration: none;
	word-break: break-word;
}

.o-locations .locations__country__link::after,
.o-teaser-default.teaser-cta .teaser-default__teaser-text .link-external::after,
.o-teaser-default.teaser-cta .teaser-text .link-external::after,
.richtext-wrapper .link-external:not([href^='tel'])::after,
.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text .link-external::after,
.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text .link-external::after,
.teaser-default--offer .teaser-default__teaser-text .link-external::after {
	content: '\e00c';
	display: inline-block;
	font-family: 'Context-Icons';
	line-height: 1;
	margin-left: 1px;
	margin-right: 3px;
	text-decoration: none;
	transform: translateY(-7px) rotate(315deg);
}

.o-locations .locations__country__meta {
	margin: 10px 10px 0 0;
}

.o-locations .locations__country__placemark {
	cursor: pointer;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0 10px 10px 0;
	padding-top: 10px;
	transition: color 300ms ease;
}

.o-locations .locations__country__placemark.is-hover,
.o-locations .locations__country__placemark:hover {
	border-radius: 4px;
	color: #e20074;
}

.o-locations .ui-tabs {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	text-indent: 0;
}

.o-locations .ui-tab__button {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
	display: block;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 16px;
	line-height: 22px;
	outline: none;
	padding: 10px 14px;
}

.o-locations .ui-tab__pane {
	overflow-y: scroll;
	scroll-behavior: smooth;
}

.o-locations [data-pane='international'] .locations__country__placemark {
	scroll-margin-top: 32px;
}

.o-metanav .nav__items {
	font-family: "TeleNeoWeb-Medium", sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.o-navigation__menu {
	background-color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 111;
}

.o-navigation__menu .navigation__branch--lvl-0 li:first-child .navigation__node--lvl-0 {
	border-top: none;
}

.o-navigation__menu .navigation__meta {
	margin-top: 24px;
}

.o-navigation__menu .navigation__node--meta.has-childs::after {
	font-size: 16px;
	right: 12px;
}

.o-overlay-image-fullview {
	display: none;
	position: relative;
	z-index: 1000;
}

.o-overlay-image-fullview .o-overlay-image-fullview__button-close {
	-webkit-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0.8);
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'TeleIcon-Outline';
	font-size: 28px;
	height: 48px;
	line-height: 28px;
	outline: none;
	padding: 10px;
	position: absolute;
	right: 20px;
	top: 10px;
	width: 48px;
}

.o-overlay-image-fullview .o-overlay-image-fullview__image-description {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 19px;
	justify-content: center;
	line-height: 27px;
	padding: 20px;
}

.o-overlay-image-fullview .o-overlay-image-fullview__image-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 0;
	min-width: 0;
	overflow-x: auto;
	overflow-y: auto;
	padding: 20px 20px 60px;
}

.o-overlay-image-fullview .o-overlay-image-fullview__image-wrapper img {
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.o-overlay-image-fullview.is-active {
	-ms-grid-rows: 1fr min-content;
	background-color: rgba(0, 0, 0, 0.8);
	display: -ms-grid;
	display: grid;
	grid-template-rows: 1fr min-content;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.o-person,
a.o-person {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.o-person .person__content,
a.o-person .person__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.o-person .person__image,
a.o-person .person__image {
	border-radius: 50%;
	max-width: 400px;
}

.o-person .person__image img,
a.o-person .person__image img {
	border-radius: 50%;
	height: auto;
	width: 100%;
}

.o-person .person__name,
a.o-person .person__name {
	color: #262626;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	margin-top: 15px;
}

.o-podcast {
	padding-bottom: 60px;
}

.o-podcast .o-teaser-default::before {
	background-color: transparent;
	mix-blend-mode: normal;
}

.o-podcast .podcast__content-wrapper {
	padding-bottom: 60px;
	position: relative;
}

.o-podcast .podcast__content-wrapper>*,
.o-teaser-collection-l--magenta>*,
.teaser-default--basic-magenta>*,
.teaser-default--editorial>* {
	isolation: isolate;
	position: relative;
}

.o-podcast .podigee-podcast-player {
	background-color: #fff;
	margin-top: 30px;
}

.o-podcast .teaser-default--editorial {
	background-color: transparent;
	margin-top: 0;
	padding-bottom: 0;
}

.o-price-module {
	-ms-grid-rows: auto auto auto auto;
	display: -ms-grid;
	display: grid;
	grid-template-rows: auto auto auto auto;
	justify-content: center;
	position: relative;
}

.o-price-module-teaser {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
}

.o-price-module-teaser .a-textlink {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 13px 15px;
	text-decoration: none;
}

.o-price-module-teaser>*,
.text-image--quote .o-video,
.text-image--quote .text-image__image-wrapper {
	z-index: 1;
}

.o-pseudo-navigation {
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.o-pseudo-navigation .pseudo-navigation-wrapper {
	overflow: hidden;
	position: relative;
}

.o-pseudo-navigation .pseudo-navigation-wrapper::after {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	content: ' ';
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 20px;
	z-index: 2;
}

.o-pseudo-navigation .pseudo-navigation-wrapper::before {
	background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	content: ' ';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 20px;
	z-index: 2;
}

.o-pseudo-navigation .pseudo-navigation__arrow {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	border: none;
	color: #e20074;
	cursor: pointer;
	display: none;
	font-family: 'TeleIcon-Outline';
	outline: none;
}

.o-pseudo-navigation .pseudo-navigation__arrow.is-disabled {
	color: #d8d8d8;
}

.o-related-links .related-links__list-item a {
	color: #fff;
	display: inline-block;
	text-decoration: underline;
}

.o-related-links .related-links__list-items {
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

.o-search .m-form__line--text-with-button .a-btn--icon {
	color: #262626;
	display: block;
	font-family: 'TeleIcon-Outline';
}

.o-search .o-hero,
.o-search .o-hero .hero-typearea {
	overflow: visible;
}

.o-search .o-teaser-collection-m {
	margin-top: 60px;
}

.o-search__form .o-ui-tabs,
.o-teaser-collection-l .o-teaser-default .teaser-text,
.o-teaser-collection-l--magenta .o-teaser-default .teaser-text {
	margin-top: 35px;
}

.o-search__form>*:first-child {
	margin-top: 68px;
}

.o-search__success-message {
	color: #fff;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.o-site-chooser {
	display: none;
	height: 1px;
	position: sticky;
	top: 0;
	z-index: 99;
}

.o-teaser--searchresult .m-breadcrumbs {
	margin-top: 4px;
}

.o-teaser-collection {
	margin-left: auto;
	margin-right: auto;
	max-width: 1416px;
}

.o-teaser-collection .a-image {
	transition: transform 700ms ease;
}

.o-teaser-collection .link-to-overview {
	color: #e20074;
	display: block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif !important;
	position: relative;
	text-decoration: none;
	word-break: break-word;
}

.o-teaser-collection a.o-teaser-default:hover .a-image {
	transform: scale(1.1);
	z-index: 0;
}

.o-teaser-collection--good-to-know {
	max-width: none;
}

.o-teaser-collection--good-to-know .teaser-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.o-teaser-collection--magazine .o-teaser-default .a-category,
.teaser-default--offer .teaser-default__teaser-text+.teaser-default__pseudo-btn {
	margin-top: 18px;
}

.o-teaser-collection--magazine .o-teaser-default+.o-teaser-default {
	margin-top: 70px;
}

.o-teaser-collection--magazine .teaser-default__teaser-text {
	margin-top: 28px;
}

.o-teaser-collection--magazine .teaser-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper {
	margin-top: 45px;
}

.o-teaser-collection--magenta .m-contact .a-image {
	border-radius: 50%;
	width: 25%;
}

.o-teaser-collection--magenta .o-teaser-default {
	background-image: url("../../img/bg-waves-magenta.png");
	background-position: center top;
	background-size: cover;
	color: #fff;
}

.o-teaser-collection--extended {
	display: flex;
	flex-direction: column;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.o-teaser-collection.o-teaser-collection--extended .a-headline {
	margin: unset;
}

.o-teaser-collection--magenta .o-teaser-default.contact-partner-tile-black {
	background-color: #262626;
	background-image: none;
}

.o-teaser-collection--magenta .o-teaser-default .a-textlink {
	background-color: transparent;
	border: none;
	padding: 0;
	text-decoration: underline;
}

.o-teaser-collection--magenta .o-teaser-default .a-textlink:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

.o-teaser-collection--magenta .o-teaser-default--grey {
	background-image: url("../../img/bg-waves-grey.png");
}

.o-teaser-collection--magenta .teaser-default__content-wrapper>.a-textlink {
	display: inline-block;
	margin-top: 25px;
}

.o-teaser-collection--magenta .teaser-wrapper,
.o-teaser-collection--proofpoints .teaser-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.o-teaser-collection--news-view .button-wrapper {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 1000px;
	width: 100%;
}

.o-teaser-collection--offer {
	background-color: #7ecbf5;
	color: #fff;
	max-width: none;
}

.o-teaser-collection--offer .teaser-collection--offer-bar__headline-wrapper {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.o-teaser-collection--offer .teaser-wrapper {
	margin: 0 auto;
	padding-top: 55px;
}

.o-teaser-collection--offer.o-teaser-collection--offer-bar {
	max-width: 2560px;
}

.o-teaser-collection--offer.o-teaser-collection--offer-bar .collection--offer__headline {
	display: inline-block;
	margin-top: 0;
	text-align: center;
}

.o-teaser-collection--offer.o-teaser-collection--offer-bar .teaser-collection--offer-bar__handle-icon::after {
	display: inline-block;
	font-family: 'TeleIcon-Outline';
	line-height: 1;
	padding-left: 20px;
}

.o-teaser-collection--offer.o-teaser-collection--offer-bar:not(.is-closed) .teaser-collection--offer-bar__handle-icon::after,
[data-navigation-type='country'] .is-selected--nav__item .nav__label--selected-country::after {
	content: '"';
}

.o-teaser-collection--proofpoints .o-teaser-default {
	background-image: url("../../img/bg-waves-magenta.png");
	background-position: center top;
	background-size: cover;
}

.o-teaser-collection--proofpoints .richtext-wrapper a,
.o-teaser-collection--proofpoints .richtext-wrapper a:visited,
.o-teaser-collection--zdf .richtext-wrapper a,
.o-teaser-collection--zdf .richtext-wrapper a:visited {
	color: #fff;
	font-family: "TeleNeoWeb-Regular", sans-serif !important;
	text-decoration: underline;
}

.o-teaser-collection--related-topic {
	background-color: #ededed;
	max-width: 100%;
}

.o-teaser-collection--related-topic .button-wrapper {
	margin: 0 auto;
	margin-top: 50px;
	max-width: 1000px;
	width: 100%;
}

.o-teaser-collection--searchresults .o-loading-indicator {
	margin-top: 105px;
}

.o-teaser-collection--searchresults .teaser-wrapper {
	min-height: 300px;
}

.o-teaser-collection--zdf {
	max-width: none;
	position: relative;
	width: 100%;
	z-index: 1;
}

.o-teaser-collection--zdf .m-footnotes-list {
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.o-teaser-collection--zdf .outer-content-wrapper {
	background: #e20074;
}

.o-teaser-collection--zdf .teaser-wrapper {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.o-teaser-collection-l .o-teaser-default .content-wrapper,
.o-teaser-collection-l--magenta .o-teaser-default .content-wrapper {
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

.o-teaser-collection-l--magenta {
	max-width: none;
	overflow: hidden;
	position: relative;
}

.o-teaser-collection-l--magenta::before,
.teaser-event__hero-month::before {
	background-color: #e20074;
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.o-teaser-collection-m .content-wrapper {
	background-color: #fff;
	bottom: 0;
	position: absolute;
}

.o-teaser-collection-m .teaser-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
}

.o-teaser-collection-mosaic .content-wrapper {
	background: linear-gradient(0deg, #131c33, transparent 40%) bottom;
	background-repeat: no-repeat;
	background-size: 100% 150%;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}

.o-teaser-collection-mosaic .linkbox {
	align-items: flex-end;
	background-color: #e20074;
	box-sizing: border-box;
	display: flex;
	margin-top: -1px;
}

.o-teaser-collection-mosaic .linkbox .linkbox__icon {
	display: inline;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	font-size: 36px;
	line-height: 40px;
	position: relative;
}

.o-teaser-collection-mosaic .linkbox .linkbox__icon::before {
	color: #fff;
	content: '§';
	font-family: 'TeleIcon-Outline';
	padding-left: 15px;
	position: absolute;
}

.o-teaser-collection-mosaic .linkbox .linkbox__text {
	color: #fff;
	display: inline;
}

.o-teaser-collection-mosaic .teaser-wrapper {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
}

.o-teaser-collection.teaser-collection--hero-mosaic {
	margin: 0 auto;
	max-width: 1440px;
}

.o-teaser-default {
	color: #262626;
	text-decoration: none;
}

.o-teaser-default .a-image {
	display: block;
	width: 100%;
}

.o-teaser-default.teaser-cta.teaser-cta-basic-light .cta-wrapper .a-textlink:hover {
	color: #e20074;
	text-decoration: underline !important;
}

.o-teaser-default.teaser-cta.teaser-cta-basic-light .cta-wrapper .a-textlink.cec-btn {
	margin-top: 30px;
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	padding: 13px 15px;
}

.o-teaser-default.teaser-cta.teaser-cta-basic-light .cta-wrapper .a-textlink.cec-btn:hover,
.o-teaser-default .a-textlink:hover {
	background-color: #fff;
	color: #e20074;
	text-decoration: none !important;
}

.o-teaser-default .o-teaser-default__subline {
	bottom: 10px;
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	right: 20px;
	text-align: right;
}

.o-teaser-default.teaser-cta .teaser-default__teaser-text p,
.o-teaser-default.teaser-cta .teaser-text p,
.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text p,
.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text p,
.teaser-default--offer .teaser-default__teaser-text p {
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

.o-teaser-default.teaser-cta-basic {
	background-color: #262626;
	color: #fff;
}

.o-teaser-default.teaser-cta-basic .a-textlink.btn {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #262626;
	cursor: pointer;
}

.o-teaser-default.teaser-cta-basic .a-textlink.btn:hover {
	background-color: #262626;
	color: #fff;
}

.o-teaser-default.teaser-cta-basic .a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-basic .a-textlink[href^='tel'],
.o-teaser-default.teaser-cta-basic-light .a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-basic-light .a-textlink[href^='tel'],
.teaser-default--cta-magenta-document-icon .a-textlink[href^='mailto'],
.teaser-default--cta-magenta-document-icon .a-textlink[href^='tel'],
.teaser-default--cta-with-background-image-without-swoosh .a-textlink[href^='mailto'],
.teaser-default--cta-with-background-image-without-swoosh .a-textlink[href^='tel'] {
	border: none;
	padding: 0;
	text-decoration: underline;
}

.o-teaser-default.teaser-cta-basic .a-textlink[href^='mailto']::before,
.o-teaser-default.teaser-cta-basic .a-textlink[href^='tel']::before,
.o-teaser-default.teaser-cta-basic-light .a-textlink[href^='mailto']::before,
.o-teaser-default.teaser-cta-basic-light .a-textlink[href^='tel']::before,
.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto']::before,
.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel']::before,
.teaser-default--cta-magenta-document-icon .a-textlink[href^='mailto']::before,
.teaser-default--cta-magenta-document-icon .a-textlink[href^='tel']::before,
.teaser-default--cta-with-background-image-without-swoosh .a-textlink[href^='mailto']::before,
.teaser-default--cta-with-background-image-without-swoosh .a-textlink[href^='tel']::before {
	margin-right: 10px;
}

.o-teaser-default.teaser-cta-basic .cta-wrapper,
.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper,
.o-teaser-default.teaser-cta-basic-light .cta-wrapper,
.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper,
.teaser-default--cta-magenta-document-icon .cta-wrapper,
.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper,
.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper,
.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
}

.o-teaser-default.teaser-cta-basic .m-contact .a-image,
.o-teaser-default.teaser-cta-basic-light .m-contact .a-image {
	border-radius: 50%;
	height: auto;
}

.o-teaser-default.teaser-cta-basic .m-contact .a-textlink,
.o-teaser-default.teaser-cta-basic-light .m-contact .a-textlink,
.text-image--left .o-video:last-child,
.text-image--left .text-image__image-wrapper:last-child,
.text-image--right .text-image__headline+.text-image__richtext-wrapper {
	margin-right: 0;
}

.o-teaser-default.teaser-cta-basic-light {
	background-color: transparent;
	color: #000;
	margin-top: 50px;
	padding-top: 0;
}

.o-teaser-default.teaser-cta-basic-light .a-textlink.btn {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
}

.o-teaser-default.teaser-cta-basic-light .a-textlink.btn:hover {
	background-color: #e20074;
	color: #fff;
}

.o-teaser-default.teaser-cta-contact {
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto'],
.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel'] {
	border: none;
	color: #e20074;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

.o-teaser-default.teaser-cta-contact .content-wrapper {
	-ms-grid-rows: auto auto auto;
	display: -ms-grid;
	display: grid;
	grid-template-rows: auto auto auto;
}

.o-teaser-default.teaser-cta-contact .content-wrapper::before {
	-ms-grid-column: 1;
	-ms-grid-column-align: stretch;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	background-color: #262626;
	content: '';
	grid-area: 1 / 1 / 2 / 2;
	justify-self: stretch;
}

.o-teaser-default.teaser-cta-contact .content-wrapper>* {
	-ms-grid-column-align: center;
	justify-self: center;
}

.o-teaser-default.teaser-cta-contact .cta-wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	display: flex;
	grid-area: 3 / 1 / 4 / 2;
}

.o-teaser-default.teaser-cta-contact .teaser-text {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	color: #262626;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	grid-area: 2 / 1 / 3 / 2;
	text-align: center;
}

.o-teaser-default.teaser-cta-hero {
	background-image: url("../../img/cta-hero-background.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 0;
}

.o-teaser-default.teaser-cta-hero .content-wrapper {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.o-teaser-default.teaser-cta-hero .swoosh-wrapper {
	background-repeat: no-repeat;
}

.o-teaser-default.teaser-cta-hero--2 {
	background-image: url("../../img/cta-hero-down-curve.jpg");
}

.o-teaser-default.teaser-cta-hero--3 {
	background-image: url("../../img/cta-hero-vertical-stripes.jpg");
}

.o-teaser-default.teaser-cta-hero--4 {
	background-image: url("../../img/cta-hero-wavy-walls.jpg");
}

.o-teaser-filter .o-ui-tabs {
	flex-wrap: wrap;
}

.o-teaser-filter .ui-tab__button {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
}

.o-teaser-hero {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	position: absolute;
}

.o-teaser-hero.teaser-hero--black .a-label--new {
	background: #000;
	color: #fff;
}

.o-teaser-hero.teaser-hero--black .a-textlink.btn {
	border-color: #000;
	color: #000;
}

.o-teaser-hero.teaser-hero--black .a-textlink.btn:hover {
	background-color: #000;
	color: #fff;
}

.o-teaser-hero>*:not(:first-child),
.teaser-with-bulletpoints__plus-text li:not(:first-child),
.user-flyout__menuitem--username+.user-flyout__menuitem--link {
	margin-top: 20px;
}

.o-teaser-with-bulletpoints .m-label-sustainability {
	width: max-content;
}

.o-text-image {
	box-sizing: border-box;
	display: -ms-grid;
	display: grid;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.o-text-image .o-video {
	align-self: flex-start;
}

.o-text-image.text-image--fullview .a-btn--fullview {
	position: absolute;
	right: 5px;
	top: 5px;
}

.o-text-image:not(.text-image--quote) .richtext-wrapper p .author,
.o-text-image:not(.text-image--quote) .richtext-wrapper p .source {
	color: #7c7c7c;
}

.o-ui-tabs {
	display: flex;
	flex-wrap: nowrap;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.o-ui-tabs .ui-tab__button,
.o-ui-tabs .ui-tab__link {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	color: #e20074;
	cursor: pointer;
	display: block;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 22px;
	line-height: 26px;
	outline: none;
	padding: 8px 10px;
}

.page--full-height {
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 122px);
}

.page--full-height>*:nth-last-child(2) {
	margin-bottom: auto;
}

.page>.m-breadcrumbs {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	width: 100%;
}

.person__linklist .a-textlink {
	color: #e20074;
	padding-right: 30px;
	text-decoration: underline;
	white-space: nowrap;
}

.price-module-teaser--highlight .price-module-teaser__highlight-wrapper {
	align-items: center;
	background-color: #7ecbf5;
	color: #fff;
	display: flex;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	font-size: 19px;
	height: 52px;
	justify-content: center;
	left: -5px;
	line-height: 27px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -57px;
}

.price-module-teaser--highlight::before {
	border-color: #7ecbf5;
	border-style: solid;
	border-width: 10px;
	bottom: -15px;
	content: '';
	left: -15px;
	position: absolute;
	right: -15px;
	top: -57px;
}

.price-module-teaser__content-wrapper {
	-ms-grid-row-align: stretch;
	align-items: center;
	align-self: stretch;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-bottom: 40px;
}

.price-module-teaser__expansion-wrapper {
	-ms-grid-row-align: stretch;
	align-self: stretch;
	background-color: #f5f5f5;
	padding-bottom: 40px;
}

.price-module-teaser__intro {
	-ms-grid-row-align: stretch;
	align-items: center;
	align-self: stretch;
	background-image: url("../../img/bg-waves-magenta.png");
	background-position: center top;
	background-size: cover;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	padding: 20px;
}

.price-module-teaser__intro>* {
	color: #fff;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	margin: 0;
	text-align: center;
}

.price-module__teaser-option-price {
	color: #e20074;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	text-align: center;
}

.price-module__teaser-option-text .rte--list {
	list-style-type: disc;
}

.price-module__teaser-option:not(:first-child)::before {
	background-color: #e20074;
	content: '';
	display: flex;
	flex-direction: column;
	height: 1px;
	margin: 5px auto 15.5px;
	width: 75px;
}

.richtext-wrapper .a-textlink.btn {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "TeleNeoWeb-Regular", sans-serif !important;
	text-decoration: none;
}

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

.richtext-wrapper .align--left {
	text-align: left;
}

.richtext-wrapper .align--right,
.teaser-collection--events-list .teaser-collection__actions,
.teaser-collection--events-news-view .teaser-collection__actions {
	text-align: right;
}

.richtext-wrapper .cm-richtext-embedded-picture {
	left: 0;
	margin-bottom: 12px;
	position: relative;
	right: 0;
	width: 100%;
}

.richtext-wrapper .cm-richtext-embedded-picture.float--left {
	float: left;
	margin-right: 12px;
	width: 50%;
}

.richtext-wrapper .cm-richtext-embedded-picture.float--none {
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.richtext-wrapper .cm-richtext-embedded-picture.float--right {
	float: right;
	margin-left: 12px;
	width: 50%;
}

.richtext-wrapper .strike {
	text-decoration: line-through;
}

.richtext-wrapper a {
	color: #e20074 !important;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif !important;
	position: relative;
	text-decoration: none;
	word-break: break-word;
}

.richtext-wrapper h3 {
	color: #262626;
	display: block;
	margin-top: 30px;
}

.richtext-wrapper h4 {
	color: #262626;
	display: block;
	margin-bottom: 0;
	margin-top: 30px;
}

.richtext-wrapper h5 {
	color: #262626;
	display: block;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 30px;
}

.richtext-wrapper ol {
	margin-bottom: 0;
}

.richtext-wrapper p {
	margin-bottom: 12px;
}

.richtext-wrapper table {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 1000px;
	overflow-x: auto;
	white-space: normal;
	width: 100%;
}

.richtext-wrapper td {
	padding: 15px;
	word-wrap: break-word;
}

.richtext-wrapper td th {
	word-wrap: break-word;
}

.richtext-wrapper tr:first-child {
	background-color: #e20074 !important; 
	color: #fff;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
}

.richtext-wrapper tr:nth-child(odd) {
	background-color: rgba(237, 237, 237, 0.6);
}

.richtext-wrapper ul {
	list-style-type: square;
	margin-bottom: 0;
}

.richtext-wrapper>p {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 24px !important;
}

p>img{
	width: 100%;
	height: auto;
}

.site-chooser__action {
	font-size: 20px;
	line-height: 21px;
	text-align: left;
}

.site-chooser__action--stay {
	margin-left: 12px;
}

.site-chooser__actions {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.site-chooser__content {
	background-color: rgba(38, 38, 38, 0.7);
	box-sizing: border-box;
	position: relative;
	width: 100%;
}

.site-chooser__country-chooser__country {
	border-top: 1px solid #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

.site-chooser__icon {
	color: #fff;
	cursor: pointer;
}

.site-chooser__navigation {
	background-color: rgba(38, 38, 38, 0.85);
	display: none;
	width: 100%;
}

.site-chooser__wrapper {
	box-sizing: border-box;
	display: none;
	position: relative;
}

.socialmedia-item+.socialmedia-item {
	margin-left: 50px;
}

.socialmedia-link {
	color: #fff;
	display: block;
	text-decoration: none;
	transition: all 300ms ease-in-out;
}

.socialmedia-link:hover {
	color: #fff;
	transform: scale(1.5);
}

.suggestions__item {
	cursor: pointer;
	list-style-type: none;
	padding: 5px 10px;
}

.teaser--partner-logo-description .a-textlink {
	background: none;
	border: none;
	color: #e20074;
	display: inline-block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	line-height: 1.2;
	padding: 0;
}

.teaser--partner-logo-description .a-textlink:hover,
.teaser--with-toggle .a-textlink:hover {
	background: none;
	text-decoration: underline;
}

.teaser--with-toggle .a-textlink {
	background: none;
	border: none;
	color: #e20074;
	display: inline-block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	padding: 0;
}

.teaser--with-toggle .m-form__wtf-control--toggle input:not(:checked)+.form__wtf-control__indicator {
	margin-left: 5px;
}

.teaser--with-toggle .teaser-default__content-wrapper {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	align-items: flex-start;
	display: flex;
	grid-area: 2 / 2 / 3 / 3;
}

.teaser-collection--events-list .teaser-collection__actions .a-textlink--arrow-after,
.teaser-collection--events-news-view .teaser-collection__actions .a-textlink--arrow-after {
	color: #e20074;
	font-family: "TeleNeoWeb-Bold", sans-serif;
	text-decoration: underline;
}

.teaser-collection--events-list .teaser-collection__actions .a-textlink--arrow-after:after,
.teaser-collection--events-news-view .teaser-collection__actions .a-textlink--arrow-after:after {
	display: inline-block;
	margin-right: 10px;
	transform: translateX(10px);
	vertical-align: middle;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1) {
	grid-area: event1;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__content {
	-ms-grid-row-align: normal;
	align-self: normal;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__tag {
	font-size: 20px;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__text {
	font-size: 20px;
	line-height: 26px;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(2) {
	grid-area: event2;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(3) {
	grid-area: event3;
}

.teaser-collection--events-news-view .o-teaser-event:nth-of-type(4) {
	grid-area: event4;
}

.teaser-collection--hero-mosaic+.o-banner-sustainability,
.text-image--bottom,
.text-image--left,
.text-image--right {
	max-width: 1440px;
}

.teaser-default--basic-transparent {
	background-color: transparent;
	color: #262626;
}

.teaser-default--basic-transparent.o-teaser-default.teaser-cta {
	padding-top: 0;
}

.teaser-default--cta-magenta-document-icon {
	background: #e20074;
	background-size: 100% auto;
	color: #fff;
	display: flex;
	mix-blend-mode: multiply;
}

.teaser-default--cta-magenta-document-icon .a-textlink.btn {
	background-color: #fff;
	border-color: #fff;
	color: #e20074;
	display: inline-block;
	margin-top: 50px;
}

.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper {
	font-family: 'Context-Icons';
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
}

.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper::before {
	content: "";
	font-size: 105px;
	line-height: 1;
}

.teaser-default--cta-magenta-document-icon .teaser-default__icon {
	font-family: 'TeleIcon-Outline';
	font-size: 70px;
	line-height: 1;
}

.teaser-default--cta-with-background-image-without-swoosh {
	background-image: url("../../img/cta-whitepaper-image.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.teaser-default--cta-with-background-image-without-swoosh .a-textlink.btn {
	background-color: #fff;
	border-color: #fff;
	color: #262626;
	display: inline-block;
}

.teaser-default--editorial {
	color: #fff;
	position: relative;
}

.teaser-default--editorial .a-textlink {
	align-self: flex-start;
	background-color: #fff;
	border-color: #fff;
	color: #e20074;
	display: inline-block;
}

.teaser-default--editorial .a-textlink:hover,
.teaser-default--editorial-black .a-textlink:hover {
	background: transparent;
	color: #fff;
}

.teaser-default--editorial .teaser-default__content-wrapper,
.teaser-default--editorial-black .teaser-default__content-wrapper {
	align-items: flex-start;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

.teaser-default--editorial-black {
	background-color: #262626;
	color: #fff;
	position: relative;
}

.teaser-default--editorial-black .a-textlink {
	align-self: flex-start;
	background-color: #fff;
	border-color: #fff;
	color: #262626;
	display: inline-block;
}

.teaser-default--hero-mosaic-blue,
.teaser-default--hero-mosaic-blue.teaser-default--hero-mosaic-text .a-textlink:hover {
	background-color: #7ecbf5;
}

.teaser-default--hero-mosaic-picture img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.teaser-default--hero-mosaic-text {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.teaser-default--hero-mosaic-text .a-label {
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	white-space: nowrap;
}

.teaser-default--hero-mosaic-text .a-textlink {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #e20074;
	cursor: pointer;
	display: inline-block;
	margin-top: 25px;
}

.teaser-default--offer {
	background-color: #fff;
	display: block;
	position: relative;
}

.teaser-default--offer .m-flash {
	position: absolute;
	transform: rotate(-10deg);
}

.teaser-default--offer .teaser-default__pseudo-btn {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 13px 15px;
}

.teaser-event__content {
	grid-area: content;
}

.teaser-event__hero {
	grid-area: hero;
}

.teaser-event__hero-day-content {
	color: #fff;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-60%);
	width: 100%;
}

.teaser-event__hero-day::before {
	background-color: #d0d0d0;
	content: '';
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.teaser-event__hero-month {
	color: #fff;
	font-family: "TeleNeoWeb-Medium", sans-serif;
	position: relative;
	text-align: center;
}

.teaser-event__tag {
	background-color: #fff;
	border-radius: 2px;
	color: #262626;
	display: inline-block;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	padding: 0 10px;
}

.teaser-event__text>*:first-child {
	margin-top: 10px;
}

.teaser-hero--clone .btn {
	background-color: #e20074;
	border: 1px solid #e20074;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-top: 30px;
	padding: 13px 15px;
}

.teaser-hero__socialmedia-bar {
	bottom: 60px;
	color: #fff;
	display: flex;
	font-family: "TeleNeoWeb-Bold", sans-serif;
	position: absolute;
}

.teaser-hero__socialmedia-bar .socialmedia-item {
	margin-left: 30px;
}

.teaser-with-bulletpoints__plus-text li {
	align-items: center;
	background-color: #fff;
	box-sizing: border-box;
	color: #e20074;
	display: flex;
	list-style-type: none;
	position: relative;
}

.teaser-with-bulletpoints__plus-text li::before {
	background-image: url("../../img/icon-checkmark.svg");
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	left: 20px;
	position: absolute;
}

.teaser-with-bulletpoints__plus-text ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.text-image--bottom .o-video,
.text-image--bottom .text-image__image-wrapper,
.text-image--bottom-text-fullwidth .o-video,
.text-image--bottom-text-fullwidth .text-image__image-wrapper {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-area: 3 / 2 / 4 / 3;
}

.text-image--bottom .o-video:last-child,
.text-image--bottom .text-image__headline+.text-image__richtext-wrapper,
.text-image--bottom .text-image__image-wrapper:last-child,
.text-image--bottom .text-image__richtext-wrapper,
.text-image--bottom-text-fullwidth .text-image__richtext-wrapper {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-area: 2 / 2 / 3 / 3;
}

.text-image--bottom .text-image__headline,
.text-image--bottom-text-fullwidth .text-image__headline,
.text-image--intro .text-image__headline {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-area: 1 / 2 / 2 / 3;
}

.text-image--floated .third-party-cookies-layer--default .third-party-cookies-layer__content,
.text-image--left .third-party-cookies-layer--default .third-party-cookies-layer__content,
.text-image--right .third-party-cookies-layer--default .third-party-cookies-layer__content {
	width: 90%;
}

.text-image--floated.o-text-image {
	margin-top: 55px;
}

.text-image--intro .text-image__richtext-wrapper {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	grid-area: 2 / 2 / 3 / 3;
}

.text-image--quote .text-image--quote__background {
	background: #e20074;
	z-index: 0;
}

.text-image--quote .text-image__richtext-wrapper {
	color: #fff;
	z-index: 1;
}

.text-image--quote .text-image__richtext-wrapper blockquote::before {
	content: '„';
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
}

.text-image--quote .wave-border__bottom,
.text-image--quote .wave-border__top {
	z-index: 0;
}

.text-image__richtext-wrapper {
	padding-right: 0 !important;
}

.textlink--ics {
	align-items: center;
	color: #e20074;
	display: flex;
	flex-direction: row;
	text-decoration: none;
	word-break: break-word;
}

.textlink--ics .textlink__text {
	margin-left: 10px;
}

.third-party-cookies-layer--default .a-textlink {
	color: #e20074;
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	text-decoration: underline;
}

.third-party-cookies-layer--default .third-party-cookies-layer__background {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.third-party-cookies-layer--default p {
	margin: 6px 0 0;
}

.ui-tabs--borderless .is-active {
	border-bottom: 2px solid #e20074;
}

.ui-tabs--pseudo-navigation {
	transition: transform 300ms ease-in-out 0s;
	width: 100000px;
}

.ui-tabs--pseudo-navigation .ui-tab {
	background-color: #fff;
	border: 1px solid #e20074;
}

.ui-tabs--pseudo-navigation .ui-tab a:hover {
	background-color: #e20074;
	color: #fff;
	text-decoration: none;
}

.ui-tabs--pseudo-navigation .ui-tab:not(:last-child) {
	border-right: none;
}

.user-flyout__header {
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
	margin-right: 10px;
}

.user-flyout__menuitem a {
	color: inherit;
}

.user-flyout__menuitem--link {
	padding: 14px 0 16px;
}

.user-flyout__menuitem--username {
	background-color: #ededed;
	padding: 14px 20px 16px;
}

.user-flyout__menuitems {
	list-style: none;
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	text-indent: 0;
}

.wave-border {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

.wave-border__bottom {
	background-image: url("../../images/wave-border-bottom.png");
	height: 5.5555555556vw;
	margin-top: -2px;
	max-height: 80px;
}

.wave-border__top {
	background-image: url("../../images/wave-border-top.png");
	height: 8.8888888889vw;
	max-height: 128px;
}

.wrapper-centered {
	display: grid;
	margin: 0 auto;
}

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

a {
	background-color: transparent;
	text-decoration: none;
}

a.o-teaser-default:hover {
	text-decoration: none !important;
}

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

b,
strong {
	font-family: "TeleNeoWeb-ExtraBold", sans-serif;
	font-weight: 400;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	background-repeat: repeat-y;
	background-size: 100% auto;
	color: #262626;
	display: flex;
	flex-direction: column;
	font-family: "TeleNeoWeb-Regular", sans-serif;
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	min-height: 100vh;
	scroll-padding-top: 74px;
}

body::before {
	display: none;
	visibility: hidden;
}

button {
	-webkit-appearance: button;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
	text-transform: none;
}

.a-btn--toggle {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 2px;
}

button.a-btn--toggle {
	color: #fff;
}

.a-btn--toggle:hover {
	background-color: #fff;
	color: #000;
}

button.a-navigation__node {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
}

button.a-navigation__shortcut {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding-bottom: 0;
	padding-top: 0;
}

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

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

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

div.embeddedServiceHelpButton {
	opacity: 1;
	transform: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

div.embeddedServiceHelpButton .helpButton .uiButton {
	background-color: #e20074;
	border: 1px solid #e20074;
	color: #fff;
	font-family: "TeleNeoWeb-Regular", sans-serif;
}

div.embeddedServiceHelpButton .helpButton .uiButton.helpButtonEnabled:focus::before,
div.embeddedServiceHelpButton .helpButton .uiButton.helpButtonEnabled:hover::before,
div.embeddedServiceHelpButton .helpButton .uiButton:focus::before,
div.embeddedServiceHelpButton .helpButton .uiButton:hover::before {
	background-color: transparent;
	opacity: 0;
}

div.embeddedServiceHelpButton:not(.is-visible) {
	opacity: 0;
	pointer-events: none;
}

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

h1 {
	font-size: 2em;
	font-weight: 400;
	margin: 0.67em 0;
}

h2,
h3,
h4,
h5,
h6,
th {
	font-weight: 400;
}

h3.a-headline.text-image__headline {
	margin-right: 0 !important;
}

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

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	scroll-padding-top: 74px;
}

img {
	border-style: none;
}

input {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: visible;
}

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

optgroup {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

progress {
	vertical-align: baseline;
}

select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	text-transform: none;
}

small {
	font-size: 80%;
}

sub {
	bottom: -0.25em;
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

summary {
	display: list-item;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	top: -0.5em;
	vertical-align: baseline;
}

table,
tbody {
	margin-left: auto;
	margin-right: auto;
	width: 100% !important;
}

textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
	overflow: auto;
}

[data-navigation-type='country'] {
	background-color: #000;
	color: #fff;
	z-index: 102;
}

[data-navigation-type='country'] .is-selected--nav__item .nav__label--level-1,
[data-navigation-type='country'] .nav__label--level-1:hover {
	background-color: #262626;
	text-decoration: none;
}

[data-navigation-type='country'] .nav__items--level-1 {
	display: flex;
	justify-content: flex-end;
}

[data-navigation-type='country'] .nav__items--level-1>.nav__item {
	display: block;
	position: static;
}

[data-navigation-type='country'] .nav__label--level-1 {
	display: block;
	font-size: 17px;
	line-height: 38px;
	padding: 0 26px 0 6px;
}

[data-navigation-type='country'] .nav__label--level-2,
[data-navigation-type='country'] .nav__label--level-3,
[data-navigation-type='country'] .nav__label--level-4 {
	font-size: 19px;
	line-height: 22px;
}

[data-navigation-type='country'] .nav__label--level-2.has-childs:not(.is-selected--nav__label),
[data-navigation-type='country'] .nav__label--level-3.has-childs:not(.is-selected--nav__label),
[data-navigation-type='country'] .nav__label--level-4.has-childs:not(.is-selected--nav__label) {
	width: calc(100% - 48px);
}

[data-navigation-type='country'] .nav__label--selected-country {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
}

[data-navigation-type='country'] .nav__label--selected-country::after {
	content: '$';
	display: block;
	float: right;
	font-family: 'TeleIcon-Outline';
	font-size: 22px;
	margin-right: 0;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
}

[data-navigation-type='country'] .nav__label--selected-country::before {
	content: "";
	display: block;
	float: left;
	font-family: 'Context-Icons';
	font-size: 16px;
	margin-right: 6px;
}

[lang*='zh-'] .a-figure figcaption,
[lang*='zh-'] .richtext-wrapper,
[lang*='zh-'] .teaser-default__teaser-text>*,
[lang*='zh-'] .teaser-default__teaser-text>p:not(.m-reference-field),
[lang*='zh-'] [class^='o-teaser-'] .teaser-text,
[lang*='zh-'] [class^='o-teaser-'] .teaser-text ul>li,
[lang*='zh-'] [class^='o-teaser-'] .teaser-text>* {
	line-height: 170%;
}

[lang*='zh-'] .m-navigation__shortcuts {
	margin-right: auto;
	width: auto;
}

[lang^='de'] .m-fab__item:not(.is-hidden),
[lang^='de'] .m-fab__item:not(.is-hidden):hover,
[lang^='de'] .o-fab.is-compressed .m-fab__item:hover {
	right: -168px;
	width: 220px;
}

[lang^='en'] .m-fab__item:not(.is-hidden),
[lang^='en'] .m-fab__item:not(.is-hidden):hover,
[lang^='en'] .o-fab.is-compressed .m-fab__item:hover,
[lang^='pt'] .m-fab__item:not(.is-hidden),
[lang^='pt'] .m-fab__item:not(.is-hidden):hover,
[lang^='pt'] .o-fab.is-compressed .m-fab__item:hover {
	right: -148px;
	width: 200px;
}

[lang^='nl'] .m-fab__item:not(.is-hidden),
[lang^='nl'] .m-fab__item:not(.is-hidden):hover,
[lang^='nl'] .o-fab.is-compressed .m-fab__item:hover {
	right: -172px;
	width: 224px;
}

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

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

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

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

@media only screen and (max-width: 767px) {
	.type-area,
	.m-brandbar,
	.m-header-international .header__language-country,
	.m-footnotes-list,
	.expansion-bar--collapsable-contract,
	.o-collection-data-list>.a-headline,
	.o-collection-data-list-grey>.a-headline,
	.collapsable-section--request-history,
	.footer__flash,
	.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__content-wrapper,
	.teaser-default--basic-black .a-headline,
	.teaser-default--basic-black .teaser-default__teaser-text,
	.teaser-default--basic-magenta .a-headline,
	.teaser-default--basic-magenta .teaser-default__teaser-text,
	.teaser-default--basic-transparent.o-teaser-default.teaser-cta .teaser-default__content-wrapper,
	.o-teaser-collection--good-to-know .outer-content-wrapper>.a-headline,
	.o-teaser-collection--news-view .button-wrapper,
	.o-teaser-collection--related-topic .button-wrapper,
	.teaser-default--basic-black .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--basic-black .accordeon__title,
	.teaser-default--basic-magenta .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--basic-magenta .accordeon__title,
	.o-teaser-collection--good-to-know .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--good-to-know .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-collection-data-list>.accordeon__title,
	.o-accordeon .o-collection-data-list-grey>.accordeon__title,
	.error-page .content-field,
	.o-search__form,
	.o-search__success-message,
	.o-teaser--searchresult,
	.o-teaser-collection--partner-logo,
	.o-teaser-collection--partner-logo-description,
	.o-teaser-collection--with-toggle {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.footer__nav {
		box-sizing: border-box;
		margin-top: 36px;
		order: 100;
		padding: 0 20px;
	}

	.footer__copyright {
		box-sizing: border-box;
		margin-top: 36px;
		order: 99;
		padding: 0 20px;
	}

	.o-teaser-collection--magazine.o-teaser-collection,
	.o-teaser-collection-jobs {
		box-sizing: border-box;
		margin-top: 58px;
		padding: 0 20px;
	}

	body {
		background-image: url("../../images/bg-page-mobile.jpg");
	}

	body::before {
		content: 'mobile';
	}

	.a-btn--invers-black-icon.a-btn--invers-black-icon,
	.a-btn-outline-invers-icon.a-btn-outline-invers-icon {
		padding-right: 41px;
	}

	.a-btn,
	.o-teaser-default .a-textlink,
	.teaser-default--offer .teaser-default__pseudo-btn,
	.a-textlink.btn,
	.teaser-hero--clone .btn,
	.o-flower .flower__content>.btn,
	.o-teaser-hero .a-textlink,
	.teaser-hero--clone .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 22px;
	}

	.a-btn--play {
		height: 65px;
		width: 65px;
	}

	.a-btn--fullview,
	.a-navigation__menu-label,
	.a-navigation__shortcut,
	.m-header-international .header__user-label,
	.m-header__brandbar .a-image--claim,
	.m-expansion-bar .a-btn--toggle::after,
	.o-navigation__menu.is-closed,
	.o-teaser-collection--magenta .teaser-default__content-wrapper>.a-textlink,
	.o-teaser-collection--magenta:not(.teaser-collection--magenta-contract),
	.o-teaser-collection--magenta .m-contact,
	.o-gallery-thumbs,
	.teaser--partner-logo-description .teaser-default__image,
	.teaser--with-toggle .teaser-default__image,
	.hero--level-1.hero--level-1-bp .hero-typearea,
	.teaser-default--hero-mosaic-picture,
	.o-embedded-content .embedded-content__cookies-warning .a-image,
	.locations__cookies-warning .a-figure img {
		display: none;
	}

	.a-btn--toggle {
		height: 47px;
	}

	.o-teaser-collection .link-to-overview {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 50px;
	}

	.a-navigation-anchor__label,
	.navigation-anchor__teaser .teaser-default__teaser-text {
		font-size: 22px;
		line-height: 28px;
	}

	.textlink--ics {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
	}

	.a-headline .a-label,
	.o-accordeon .accordeon__title .a-label,
	.teaser-default--hero-mosaic-text .a-label {
		font-size: 16px;
		height: 26px;
		line-height: 24px;
		padding: 2px 10px 0;
		vertical-align: 5px;
	}

	.m-form__line--radiobuttons .form__element__block,
	.m-user-flyout,
	.o-teaser-default.teaser-cta-basic .m-contact,
	.o-teaser-default.teaser-cta-basic-light .m-contact,
	.teaser-default--product .teaser-default__image,
	.o-teaser-collection-mosaic .o-teaser-default,
	.o-gallery--prices-grouped.is-disabled .o-price-module-teaser,
	.o-locations .locations__ui {
		width: 100%;
	}

	.form__label {
		font-size: 19px;
	}

	.a-category {
		font-size: 16px;
		line-height: 26px;
	}

	.a-separation {
		width: calc(100% - 40px);
	}

	.a-figure figcaption {
		font-size: 15px;
		line-height: 20px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 15px;
	}

	.a-richtext__infobox {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 22px;
		padding: 30px 20px 30px 65px;
	}

	.a-richtext__infobox::before {
		font-size: 20px;
		line-height: 30px;
		margin-left: -46px;
		width: 30px;
	}

	.richtext-wrapper,
	.m-form__wtf-control--toggle,
	.m-contact .info-field .jobtitle,
	.m-contact .info-field .a-textlink,
	.o-teaser-default .teaser-text,
	.o-teaser-default.teaser-cta .a-headline,
	.teaser-default--editorial .teaser-default__content-wrapper .a-category,
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-category,
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text,
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text,
	.o-teaser-collection--zdf .o-teaser-default .teaser-default__teaser-text,
	.o-teaser-collection--proofpoints .teaser-default__teaser-text,
	.o-teaser-collection--magenta .teaser-default__teaser-text,
	.o-teaser-collection--magazine .teaser-default__teaser-text,
	.o-locations .locations__country__link,
	.o-teaser-default.teaser-cta .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-default.teaser-cta .accordeon__title,
	.teaser--with-toggle .teaser-default__teaser-text,
	.o-teaser-hero .teaser-text,
	.error-page .content-field .content-field__text,
	.o-accordeon .text-image__richtext-wrapper,
	.teaser-event__text,
	.teaser-default--hero-mosaic-text .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
	}

	.richtext-wrapper h3,
	.m-form__line--headline.m-form__line--headline-h3 .a-headline,
	.welcome-message__text,
	.o-collection-download>.a-headline,
	.o-collection-pseudo-navigation>.a-headline,
	.forms--sfmc .o-teaser-collection--with-toggle>.a-headline,
	.teaser-default--editorial .teaser-default__content-wrapper .a-headline,
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline,
	.o-teaser-collection .a-headline,
	.o-teaser-collection--proofpoints .outer-content-wrapper>.a-headline,
	.o-teaser-collection--magenta .o-teaser-default .a-headline,
	.o-teaser-collection-mosaic .linkbox .linkbox__text,
	.o-teaser-collection-mosaic .linkbox .linkbox__icon,
	.o-text-image .text-image__headline,
	.m-form__line--headline.m-form__line--headline-h3 .o-accordeon .accordeon__title,
	.o-accordeon .m-form__line--headline.m-form__line--headline-h3 .accordeon__title,
	.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title,
	.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title,
	.o-teaser-collection .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection .accordeon__title,
	.o-teaser-collection--proofpoints .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--proofpoints .outer-content-wrapper>.accordeon__title,
	.o-teaser-collection--magenta .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--magenta .o-teaser-default .accordeon__title,
	.o-accordeon .o-collection-download>.accordeon__title,
	.o-accordeon .o-collection-pseudo-navigation>.accordeon__title,
	.forms--sfmc .o-accordeon .o-teaser-collection--with-toggle>.accordeon__title,
	.o-accordeon .forms--sfmc .o-teaser-collection--with-toggle>.accordeon__title,
	.error-page .content-field .content-field__subline,
	.o-teaser--searchresult .a-headline,
	.o-teaser--searchresult .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser--searchresult .accordeon__title,
	.accordeon__title,
	.navigation-anchor__home .a-headline,
	.navigation-anchor__home .o-accordeon .accordeon__title,
	.o-accordeon .navigation-anchor__home .accordeon__title,
	.o-price-module .a-headline,
	.o-price-module .o-accordeon .accordeon__title,
	.o-accordeon .o-price-module .accordeon__title,
	.o-related-links .a-headline,
	.o-related-links .o-accordeon .accordeon__title,
	.o-accordeon .o-related-links .accordeon__title,
	.o-tabs>.a-headline,
	.o-accordeon .o-tabs>.accordeon__title,
	.o-event-items-collection .a-headline,
	.o-event-items-collection .o-accordeon .accordeon__title,
	.o-accordeon .o-event-items-collection .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
	}

	.richtext-wrapper h4,
	.richtext-wrapper h5 {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.o-text-image:not(.text-image--quote) .richtext-wrapper p .author,
	.o-text-image:not(.text-image--quote) .richtext-wrapper p .source,
	.m-reference-field::before,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty)::before,
	.m-reference-field .author,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .author,
	.m-reference-field .source,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .source {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 17px;
		line-height: 23px;
	}

	.m-header-international .header__user {
		margin-left: 40px;
	}

	.m-header__brandbar .m-brandbar {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.m-header-bpbar .header-bpbar__logo {
		font-size: 36px;
	}

	.m-reference-field,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 17px;
		line-height: 23px;
		margin-top: 30px;
	}

	.m-breadcrumbs {
		font-size: 15px;
		line-height: 25px;
	}

	.page>.m-breadcrumbs {
		box-sizing: border-box;
		margin-top: 35px;
		padding: 0 20px;
	}

	.m-breadcrumbs .breadcrumb::after {
		font-size: 17px;
		margin-left: 9px;
		margin-right: 6px;
	}

	.m-form__line+.m-form__line,
	.m-form__line:not(.m-form__line--headline),
	.m-form__line--toggle-list .form__element__text:not(:first-child),
	.cover__description,
	.o-teaser-default.teaser-cta-contact .teaser-text+.cta-wrapper,
	.teaser-default--product .a-textlink--product {
		margin-top: 26px;
	}

	.form__element__block,
	.o-teaser-collection-m .teaser-text,
	.o-teaser-collection--zdf .o-teaser-default .teaser-default__content-wrapper>*:not(:first-child),
	.o-teaser-collection-jobs .o-teaser-default .teaser-text {
		margin-top: 5px;
	}

	.m-form__line--checkboxes .form__label,
	.m-form__line--radiobuttons .form__block__label,
	.o-teaser-collection--offer.o-teaser-collection--offer-bar .teaser-collection--offer-bar__handle-icon::after {
		font-size: 22px;
	}

	.m-form__line--radiobuttons .form__element__item {
		min-width: 50%;
	}

	.m-form__line--headline+.m-form__line--infotext,
	.m-form__line--toggle-list .form__element__info,
	.o-accordeon .o-text-image .text-image__headline~.accordeon__item__content {
		margin-top: 8px;
	}

	.m-form__line--toggle-list {
		align-items: flex-start;
		display: flex;
		flex-direction: column;
	}

	.m-form__line--toggle-list .form__toggle__block,
	.footer__nav-item+.footer__nav-item,
	.o-teaser-collection--news-view .a-category,
	.o-teaser-collection--related-topic .a-category,
	.o-teaser-collection--news-view .teaser-default__teaser-text,
	.o-teaser-collection--related-topic .teaser-default__teaser-text {
		margin-top: 10px;
	}

	.m-contact,
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper,
	.o-teaser-default.teaser-cta-basic .cta-wrapper,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper,
	.teaser-default--cta-magenta-document-icon .cta-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper,
	.o-accordeon .text-image--left .accordeon__item__content,
	.o-accordeon .text-image--right .accordeon__item__content {
		flex-direction: column;
	}

	.m-contact .info-field .name .name__first,
	.m-contact .info-field .name .name__last,
	.m-contact .info-field .name .name__title,
	.o-teaser-collection.teaser-collection--magenta-contract .teaser-collection__headline,
	.o-forms .a-headline,
	.o-teaser-collection-jobs .o-teaser-default .a-headline,
	.o-teaser-collection-jobs .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection-jobs .o-teaser-default .accordeon__title,
	.o-download .a-headline,
	.o-download .o-accordeon .accordeon__title,
	.o-accordeon .o-download .accordeon__title,
	.o-forms .o-accordeon .accordeon__title,
	.o-accordeon .o-forms .accordeon__title,
	.site-chooser__country-chooser__continent-label,
	.o-teaser-collection--with-toggle .teaser--with-toggle .a-headline,
	.o-teaser-collection--with-toggle .teaser--with-toggle .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--with-toggle .teaser--with-toggle .accordeon__title,
	.third-party-cookies-layer--default .a-headline,
	.third-party-cookies-layer--default .o-accordeon .accordeon__title,
	.o-accordeon .third-party-cookies-layer--default .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 30px;
	}

	.m-fab__item:not(.is-hidden):nth-of-type(1n+2) {
		margin-top: -40px;
	}

	.m-fab__item:not(.is-hidden):hover {
		right: -174px;
		width: 226px;
	}

	.m-flash {
		border: 2px solid #7ecbf5;
	}

	.m-flash .flash__flash-text1 {
		font-size: 45px;
		line-height: 45px;
	}

	.m-flash .flash__flash-text1+.flash__flash-text2,
	.m-flash--hero-badge .flash__flash-text1+.flash__flash-text2 {
		font-size: 18px;
		line-height: 20px;
	}

	.m-flash .flash__flash-text2,
	.m-flash--hero-badge .flash__flash-text2 {
		font-size: 18px;
		line-height: 22px;
	}

	.m-flash--hero-badge .flash__flash-text1 {
		font-size: 32px;
		line-height: 32px;
	}

	.flash--sustainability {
		width: 122px;
	}

	.m-cover {
		font-size: 19px;
		line-height: 24px;
	}

	.list--checkmarks li,
	.teaser-default--product .teaser-default__teaser-text ul li {
		padding-left: 40px;
	}

	.list--checkmarks li::before,
	.teaser-default--product .teaser-default__teaser-text ul li::before {
		font-size: 26px;
		margin-left: -40px;
		width: 40px;
	}

	.m-navigation__header {
		border-bottom: 1px solid #ededed;
		height: 74px;
		justify-content: flex-end;
		padding-left: 20px;
		padding-right: 20px;
	}

	.m-expansion-bar .a-btn--toggle {
		font-size: 17px;
		line-height: 19px;
		margin: 0 13px;
	}

	.flower--2019 .flower__petals span {
		font-size: 3vw;
		line-height: 3.5vw;
	}

	.user-flyout__header {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 22px;
		line-height: 26px;
		padding: 22px 0;
	}

	.user-flyout__menuitem {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 22px;
		line-height: 26px;
	}

	.m-welcome-message,
	.o-collection-experts {
		box-sizing: border-box;
		margin-top: 55px;
		padding: 0 20px;
	}

	.m-welcome-message .a-image {
		width: 33.3333333333%;
	}

	a.o-person .person__name,
	.o-person .person__name {
		font-size: 24px;
		line-height: 29px;
	}

	a.o-person .person__company,
	a.o-person .person__description,
	a.o-person .person__vita,
	a.o-person .person__linklist,
	.o-person .person__company,
	.o-person .person__description,
	.o-person .person__vita,
	.o-person .person__linklist {
		font-size: 20px;
		line-height: 28px;
	}

	.o-collection-download {
		margin-top: 60px;
		padding: 0 20px;
	}

	.o-collection-download .o-download,
	.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto']+.a-textlink,
	.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel']+.a-textlink,
	.o-teaser-collection-cube .content-wrapper .a-btn,
	.o-teaser-collection-cube .content-wrapper .o-teaser-default .a-textlink,
	.o-teaser-default .o-teaser-collection-cube .content-wrapper .a-textlink,
	.o-teaser-collection-cube .content-wrapper .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-cube .content-wrapper .teaser-default__pseudo-btn,
	.o-text-image.text-image--left .text-image__headline+.text-image__image-wrapper,
	.o-text-image.text-image--left .text-image__headline+.o-video,
	.o-text-image.text-image--left .text-image__headline+.text-image__richtext-wrapper,
	.o-text-image.text-image--right .text-image__headline+.text-image__image-wrapper,
	.o-text-image.text-image--right .text-image__headline+.o-video,
	.o-text-image.text-image--right .text-image__headline+.text-image__richtext-wrapper,
	.o-text-image.text-image--bottom .text-image__headline~*,
	.o-text-image.text-image--intro .text-image__headline~*,
	.o-text-image.text-image--none .text-image__headline~*,
	.text-image--floated .o-video,
	.text-image--floated .text-image__image-wrapper,
	.text-image--bottom-text-fullwidth .text-image__image-wrapper,
	.text-image--bottom-text-fullwidth .o-video,
	.text-image--bottom-text-fullwidth .text-image__richtext-wrapper,
	.o-teaser-collection-cube .content-wrapper .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-cube .content-wrapper .btn,
	.o-teaser-collection-cube .content-wrapper .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-cube .content-wrapper .flower__content>.btn,
	.o-teaser-collection-cube .content-wrapper .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-teaser-collection-cube .content-wrapper .a-textlink,
	.o-download .a-btn,
	.o-download .o-teaser-default .a-textlink,
	.o-teaser-default .o-download .a-textlink,
	.o-download .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-download .teaser-default__pseudo-btn,
	.o-download .teaser-hero--clone .btn,
	.teaser-hero--clone .o-download .btn,
	.o-download .o-flower .flower__content>.btn,
	.o-flower .o-download .flower__content>.btn,
	.o-download .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-download .a-textlink,
	#map .third-party-cookies-layer--simple,
	.o-video .third-party-cookies-layer--simple,
	.o-embedded-content .third-party-cookies-layer--simple {
		margin-top: 20px;
	}

	.o-collection-person .o-person {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 45px;
		width: calc(50% - (2 * 20px));
	}

	.o-collection-pseudo-navigation,
	.o-event-items-collection {
		margin-top: 55px;
		padding: 0 20px;
	}

	.o-collection-pseudo-navigation .o-pseudo-navigation,
	.o-gallery--slider .a-headline+.glide__track,
	.o-gallery--slider .o-accordeon .accordeon__title+.glide__track,
	.o-accordeon .o-gallery--slider .accordeon__title+.glide__track,
	.o-gallery--slider .module__detailtext+.glide__track {
		margin-top: 35px;
	}

	.o-collection-experts .o-person,
	.forms--sfmc .form__row-wrapper+.form__row-wrapper,
	.o-teaser-collection.teaser-collection--events-news-view .button-wrapper,
	.o-teaser-collection.teaser-collection--events-list .button-wrapper,
	.teaser-collection--events-list .o-teaser-event+.o-teaser-event,
	.o-teaser-collection--with-toggle .teaser--with-toggle+.teaser--with-toggle {
		margin-top: 40px;
	}

	.collection-data-list__teaser-wrapper,
	.collection-data-list-grey__teaser-wrapper {
		box-sizing: border-box;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		padding: 0 20px;
	}

	.collapsable-section__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		margin-top: 15px;
	}

	.collapsable-section--request-history .collapsable-section__header {
		font-size: 16px;
		line-height: 19px;
	}

	.o-footer {
		padding-bottom: 30px;
		padding-top: 31px;
	}

	.o-footer .m-brandbar,
	.teaser-default--editorial .a-textlink,
	.teaser-default--editorial-black .a-textlink {
		margin-top: 24px;
	}

	.o-footer--onepager .footer__nav-items {
		display: flex;
		flex-direction: row;
		margin-left: 20px;
	}

	.o-footer--onepager .footer__nav-item+.footer__nav-item,
	.o-teaser-collection>.button-wrapper,
	.o-teaser-collection-l .o-teaser-default:nth-child(odd) .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd) .content-wrapper,
	.o-teaser-collection-l .o-teaser-default:nth-child(even) .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even) .teaser-image,
	.o-gallery--images-grouped .m-cover+.m-cover {
		margin-left: 20px;
	}

	.o-footer--onepager .footer__copyright {
		margin: 20px 0 0;
	}

	.footer__nav-item {
		font-size: 14px;
	}

	.footer__flash .m-flash {
		bottom: 12px;
	}

	.o-forms {
		box-sizing: border-box;
	}

	.o-forms .form__row-wrapper,
	.o-teaser-collection-cube>.a-headline,
	.o-teaser-collection--magazine .teaser-wrapper__col,
	.o-teaser-collection--news-view .teaser-default__content-wrapper,
	.o-teaser-collection--related-topic .teaser-default__content-wrapper,
	.o-gallery--images-grouped,
	.o-gallery--slider .glide__arrows,
	.o-accordeon .o-teaser-collection-cube>.accordeon__title,
	.o-hero-blank,
	.o-gallery--slider .module__detailtext {
		padding: 0 20px;
	}

	.o-text-image+.o-forms,
	.forms--sfmc form>.o-teaser-collection--with-toggle,
	.o-teaser-default.teaser-cta-basic .m-contact .info-field,
	.o-teaser-default.teaser-cta-basic-light .m-contact .info-field,
	.teaser-default--editorial .teaser-default__image+.teaser-default__content-wrapper,
	.teaser-default--editorial-black .teaser-default__image+.teaser-default__content-wrapper {
		margin-top: 50px;
	}

	.forms--sfmc form>.m-form__line--headline-h3 {
		margin-top: 50px;
		padding: 0 20px;
	}

	.forms--sfmc .m-form__line--headline+.form__row-wrapper,
	.o-gallery--images-grouped .glide__arrows,
	.o-teaser-collection--with-toggle>.a-headline+.teaser-wrapper,
	.o-accordeon .o-teaser-collection--with-toggle>.accordeon__title+.teaser-wrapper {
		margin-top: 45px;
	}

	.o-metanav .nav__items--level-3 .nav__label {
		margin: 0;
	}

	.navigation__main .navigation__branch--lvl-0 .a-navigation__node {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		padding: 16px 36px 16px 0;
	}

	.navigation__label--selected {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 22px;
		line-height: 26px;
		padding: 16px 14px 16px 36px;
	}

	.navigation__branch--lvl-1 .a-navigation__node {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 26px;
		padding: 16px 36px 16px 0;
	}

	.o-navigation__menu .navigation__node--meta {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 19px;
		line-height: 22px;
		padding: 14px 36px 14px 0;
	}

	.o-navigation__menu {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 122px;
	}

	.o-navigation__menu .navigation__content {
		margin-bottom: 60px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.navigation__branch--lvl-0 .a-navigation__node {
		border-top: 1px solid #d0d0d0;
	}

	[data-navigation-type='country'] .nav__label--selected-country::after {
		content: '§';
		display: block;
		float: right;
		font-family: 'TeleIcon-Outline';
		font-size: 22px;
		margin-right: 10px;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}

	[data-navigation-type='country'] .nav__label--level-2,
	[data-navigation-type='country'] .nav__label--level-3,
	[data-navigation-type='country'] .nav__label--level-4 {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel'],
	.o-job-search .job-search__head>* {
		font-size: 28px;
		line-height: 32px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel']::before {
		font-size: 27px;
	}

	.o-teaser-default.teaser-cta {
		padding: 60px 0 50px;
	}

	.o-teaser-default.teaser-cta .teaser-default__teaser-text,
	.o-teaser-default.teaser-cta .teaser-text {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		margin-top: 10px;
	}

	.o-teaser-default.teaser-cta-basic-light .cta-wrapper {
		flex-direction: column;
		margin-top: 30px;
	}

	.o-teaser-default.teaser-cta-basic .m-contact .a-image,
	.o-teaser-default.teaser-cta-basic-light .m-contact .a-image {
		-ms-grid-row-align: center;
		align-self: center;
		width: 160px;
	}

	.o-teaser-default.teaser-cta-hero .type-area,
	.o-teaser-default.teaser-cta-hero .m-brandbar,
	.o-teaser-default.teaser-cta-hero .footer__nav,
	.o-teaser-default.teaser-cta-hero .footer__copyright,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection--magazine.o-teaser-collection,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-news-view,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-list {
		padding: 0 0 0 12px;
	}

	.o-teaser-default.teaser-cta-hero .swoosh-wrapper {
		background-image: url("../../img/swoosh-2021-short.png");
		background-position: left bottom;
		background-size: auto 109%;
		height: 100vw;
		margin-bottom: 40px;
	}

	.o-teaser-default.teaser-cta-hero .content-wrapper {
		padding: 40px 16.6666666667% 40px 40px;
	}

	.o-teaser-default.teaser-cta-hero .content-wrapper .a-textlink,
	.o-teaser-default.teaser-cta-contact .content-wrapper>div:first-of-type,
	.teaser-default--editorial .teaser-default__content-wrapper .a-headline:not(:first-child),
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text:not(:first-child),
	.o-teaser-collection-cube .o-teaser-default:first-child,
	.text-image--left .text-image__image-wrapper:nth-child(2)+.text-image__richtext-wrapper,
	.text-image--left .text-image__image-wrapper:first-child+.text-image__richtext-wrapper,
	.text-image--left .o-video:first-child+.text-image__richtext-wrapper,
	.text-image--left .o-video:nth-child(2)+.text-image__richtext-wrapper,
	.text-image--right .text-image__image-wrapper:nth-child(2)+.text-image__richtext-wrapper,
	.text-image--right .text-image__image-wrapper:first-child+.text-image__richtext-wrapper,
	.text-image--right .o-video:nth-child(2)+.text-image__richtext-wrapper,
	.text-image--right .o-video:first-child+.text-image__richtext-wrapper,
	.text-image--bottom .text-image__image-wrapper:not(:last-child),
	.text-image--bottom .o-video:not(:last-child),
	.text-image--bottom-text-fullwidth .text-image__image-wrapper:not(:last-child),
	.text-image--bottom-text-fullwidth .o-video:not(:last-child),
	.o-gallery--images-grouped .glide__track,
	.o-gallery--prices-grouped .glide__ui,
	.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title:not(:first-child),
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title:not(:first-child),
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title:not(:first-child) {
		margin-top: 25px;
	}

	.o-teaser-default.teaser-cta-contact .teaser-text {
		font-size: 16px;
		line-height: 22px;
	}

	.o-teaser-default.teaser-cta-contact .cta-wrapper {
		align-items: center;
		flex-flow: column nowrap;
	}

	.teaser-default--offer {
		margin: 105px 20px 0;
	}

	.teaser-default--offer .teaser-default__content-wrapper {
		padding: 45px 30px 35px;
	}

	.teaser-default--offer .teaser-default__teaser-text {
		font-size: 24px;
		line-height: 32px;
	}

	.teaser-default--offer .m-flash {
		height: 120px;
		left: 5px;
		top: -90px;
		width: 120px;
	}

	.teaser-default--good-to-know .teaser-default__content-wrapper {
		padding: 30px 25px 35px;
	}

	.teaser-default--good-to-know .teaser-default__content-wrapper .a-headline,
	.teaser-default--good-to-know .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--good-to-know .teaser-default__content-wrapper .accordeon__title {
		font-size: 40px;
		line-height: 1;
		min-height: 40px;
	}

	.teaser-default--good-to-know .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 15px;
	}

	.teaser-default--editorial,
	.teaser-default--editorial-black {
		display: flex;
		flex-direction: column;
		margin-top: 60px;
		padding: 60px 20px 50px;
	}

	.teaser-default--editorial .teaser-default__image,
	.teaser-default--editorial-black .teaser-default__image {
		padding: 0 16.6666666667%;
	}

	.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper::before {
		display: flex;
		margin-bottom: 40px;
	}

	.teaser-default--product {
		display: block;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
	}

	.teaser-default--product .teaser-default__content-wrapper {
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100% - 40px);
	}

	.teaser-default--product .teaser-default__content-wrapper .a-headline,
	.teaser-default--product .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--product .teaser-default__content-wrapper .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		padding-left: 0;
		padding-right: 0;
	}

	.teaser-default--product .teaser-default__image~.teaser-default__content-wrapper,
	.o-teaser-collection .teaser-wrapper,
	.o-teaser-collection .teaser-collection__btn,
	.o-accordeon .o-text-image,
	.o-navigation-anchor,
	.o-podcast>.a-headline+.podcast__content-wrapper,
	.o-accordeon .o-podcast>.accordeon__title+.podcast__content-wrapper,
	.o-tabs .o-pseudo-navigation,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1),
	.teaser-collection--events-list .o-teaser-event:nth-of-type(1),
	.o-event-items-collection .events-wrapper {
		margin-top: 30px;
	}

	.teaser-default--product .teaser-default__teaser-text,
	.teaser-event__actions {
		margin-top: 16px;
	}

	.o-teaser-collection {
		margin-top: 55px;
	}

	.o-teaser-collection-s .o-teaser-default {
		display: block;
		margin-top: 30px;
		position: relative;
	}

	.o-teaser-collection-s .o-teaser-default .a-image {
		padding-bottom: 30px;
	}

	.o-teaser-collection-s .o-teaser-default .content-wrapper {
		background-color: #fff;
		bottom: 0;
		left: 28px;
		padding: 24px;
		position: absolute;
		right: 14px;
	}

	.o-teaser-collection-m .o-teaser-default {
		margin-top: 25px;
		width: 100%;
	}

	.o-teaser-collection-m .content-wrapper {
		padding: 35px 25px 30px;
	}

	.o-teaser-collection-l .o-teaser-default,
	.o-teaser-collection-l--magenta .o-teaser-default,
	.o-teaser-collection--news-view .o-teaser-default,
	.o-teaser-collection--related-topic .o-teaser-default,
	.text-image--floated,
	.teaser-event__cta,
	.o-teaser-collection.teaser-collection--hero-mosaic .teaser-wrapper,
	.teaser-default--hero-mosaic-picture:nth-child(1),
	.teaser-default--hero-mosaic-picture:nth-child(2) {
		display: block;
	}

	.o-teaser-collection-l .o-teaser-default .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default .content-wrapper {
		margin-top: -30px;
		padding: 30px 20px;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd) .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd) .teaser-image,
	.o-teaser-collection-l .o-teaser-default:nth-child(even) .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even) .content-wrapper {
		margin-right: 20px;
	}

	.o-teaser-collection-l--magenta {
		padding-bottom: 100px;
	}

	.o-teaser-collection-l--magenta>*:first-child,
	.teaser-cta-hero+.footer--with-flash,
	.o-tabs {
		margin-top: 60px;
	}

	.o-teaser-collection--zdf .outer-content-wrapper>.a-headline,
	.o-teaser-collection--zdf .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--zdf .outer-content-wrapper>.accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		margin-left: 20px;
		margin-right: 20px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .teaser-wrapper {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 25px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .m-reference-field,
	.o-teaser-collection--zdf .text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty),
	.text-image--quote .text-image__richtext-wrapper .o-teaser-collection--zdf blockquote+p:not(:empty),
	.o-teaser-collection--proofpoints,
	.o-teaser-collection--magenta {
		margin-left: 20px;
		margin-right: 20px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .m-footnotes-list {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 40px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .outer-content-wrapper {
		padding: 48px 0 32px;
	}

	.o-teaser-collection--zdf .o-teaser-default {
		margin-bottom: 30px;
		padding-left: 20px;
		width: 100%;
	}

	.o-teaser-collection--zdf .o-teaser-default:last-child {
		margin-bottom: 25px;
	}

	.o-teaser-collection--zdf .o-teaser-default .a-headline,
	.o-teaser-collection--zdf .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--zdf .o-teaser-default .accordeon__title {
		font-size: 40px;
		line-height: 62px;
	}

	.o-teaser-collection--proofpoints .o-teaser-default,
	.o-teaser-collection--magenta .o-teaser-default {
		margin-top: 20px;
		padding: 20px 20px;
		width: 100%;
	}

	.o-teaser-collection--proofpoints .o-teaser-default:nth-child(1),
	.o-teaser-collection--magenta .o-teaser-default:nth-child(1) {
		margin-top: 0;
	}

	.o-teaser-collection--proofpoints .o-teaser-default .a-headline,
	.o-text-image .text-image__headline.text-image__headline--introduction,
	.text-image--intro .text-image__headline,
	.o-teaser-collection--proofpoints .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--proofpoints .o-teaser-default .accordeon__title,
	.navigation-anchor__teaser .a-headline,
	.navigation-anchor__teaser .o-accordeon .accordeon__title,
	.o-accordeon .navigation-anchor__teaser .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 34px;
	}

	.o-teaser-collection-jobs .o-teaser-default {
		margin-top: 33px;
	}

	.o-teaser-collection-jobs .o-teaser-default .a-textlink,
	.o-teaser-collection-jobs .o-teaser-default .a-btn,
	.o-teaser-collection-jobs .o-teaser-default .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-jobs .o-teaser-default .teaser-default__pseudo-btn,
	.o-teaser-collection-jobs .o-teaser-default .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-jobs .o-teaser-default .btn,
	.o-teaser-collection-jobs .o-teaser-default .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-jobs .o-teaser-default .flower__content>.btn {
		display: inline-block;
		margin-top: 23px;
	}

	.o-teaser-collection-mosaic .linkbox {
		padding: 24px;
		width: 100%;
	}

	.o-teaser-collection-cube {
		box-sizing: border-box;
		padding: 0;
	}

	.o-teaser-collection-cube .o-teaser-default {
		display: block;
		margin-top: 50px;
	}

	.o-teaser-collection-cube .content-wrapper,
	.o-teaser-collection--good-to-know .teaser-wrapper {
		box-sizing: border-box;
		margin-top: 25px;
		padding: 0 20px;
	}

	.o-teaser-collection-cube .content-wrapper .teaser-text,
	.hero-blank--logo .teaser-default__teaser-text,
	.o-price-module .m-footnotes-list,
	.o-teaser-with-bulletpoints .teaser-default__teaser-text {
		margin-top: 15px;
	}

	.o-teaser-collection--offer {
		padding-bottom: 30px;
		padding-top: 25px;
	}

	.o-teaser-collection--offer .collection--offer__headline+.teaser-wrapper {
		padding-top: 120px;
	}

	.o-teaser-collection--offer .teaser-wrapper {
		padding-top: 85px;
	}

	.o-teaser-collection--offer.o-teaser-collection--offer-bar .collection--offer__headline {
		font-size: 20px;
		line-height: 25px;
	}

	.o-teaser-collection--offer .teaser-collection--offer-bar__headline-wrapper+.teaser-wrapper {
		padding-top: 150px;
	}

	.o-teaser-collection--magazine .teaser-wrapper,
	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper>:first-child .teaser-default__image {
		margin-left: -20px;
		margin-right: -20px;
	}

	.o-teaser-collection--good-to-know .outer-content-wrapper {
		padding-bottom: 85px;
		padding-top: 40px;
	}

	.o-teaser-collection--good-to-know .teaser-default--good-to-know {
		margin-top: 40px;
		width: 100%;
	}

	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(even) {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.o-teaser-collection--news-view .teaser-default__image,
	.o-teaser-collection--related-topic .teaser-default__image,
	.hero-blank--logo .teaser-default__content-wrapper,
	.o-teaser-with-bulletpoints .o-teaser-default,
	.third-party-cookies-layer--video.third-party-cookies-layer--default .third-party-cookies-layer__background {
		margin: 0 20px;
	}

	.text-image--left,
	.text-image--right,
	.text-image--bottom,
	.text-image--bottom-text-fullwidth {
		-ms-grid-columns: 20px calc(100% - 2 * 20px) 20px;
		-ms-grid-rows: auto auto auto;
		grid-template-columns: 20px calc(100% - 2 * 20px) 20px;
		grid-template-rows: auto auto auto;
	}

	.text-image--left.text-image--round .text-image__image-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 3;
		margin-left: auto;
		margin-right: auto;
		width: 66.6666666667%;
	}

	.text-image--left .text-image__headline,
	.text-image--right .text-image__headline,
	.o-gallery--prices-grouped:not(.is-disabled) .o-price-module-teaser:nth-child(1) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 3;
	}

	.text-image--left .text-image__image-wrapper,
	.text-image--left .o-video,
	.text-image--right .text-image__image-wrapper,
	.text-image--right .o-video {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 4;
	}

	.text-image--left .text-image__richtext-wrapper,
	.text-image--right .text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 2 / 4 / 3;
	}

	.text-image--left .text-image__headline+.text-image__richtext-wrapper,
	.text-image--right .text-image__headline+.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 3;
	}

	.text-image--bottom .image__description,
	.text-image--bottom-text-fullwidth .image__description,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__content {
		margin-left: 0;
		margin-right: 0;
	}

	.text-image--quote .text-image__richtext-wrapper blockquote {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 34px;
		line-height: 40px;
	}

	.text-image--quote .text-image__richtext-wrapper blockquote::before {
		display: block;
		font-size: 120px;
		margin-bottom: 70px;
		margin-top: -40px;
	}

	.text-image--quote {
		-ms-grid-columns: 20px 1fr 20px;
		-ms-grid-rows: auto 32px auto auto 42px auto;
		grid-template-columns: 20px 1fr 20px;
		grid-template-rows: auto 32px auto auto 42px auto;
	}

	.text-image--quote .wave-border__top {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 4;
	}

	.text-image--quote .wave-border__bottom {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-area: 6 / 1 / 7 / 4;
	}

	.text-image--quote .text-image--quote__background {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 4;
		grid-area: 2 / 1 / 6 / 4;
	}

	.text-image--quote .text-image__image-wrapper,
	.text-image--quote .o-video {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 1 / 4 / 3;
	}

	.text-image--quote .text-image__image-wrapper~.text-image__richtext-wrapper,
	.text-image--quote .o-video~.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-area: 4 / 2 / 5 / 3;
		margin-top: 30px;
	}

	.text-image--quote .wave-border__top+.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		grid-area: 3 / 2 / 5 / 3;
	}

	.text-image--intro {
		-ms-grid-columns: 20px calc(100% - 2 * 20px) 20px;
		-ms-grid-rows: auto auto;
		grid-template-columns: 20px calc(100% - 2 * 20px) 20px;
		grid-template-rows: auto auto;
	}

	.text-image--intro .text-image__richtext-wrapper {
		font-size: 22px;
		line-height: 28px;
		padding-left: 20px;
	}

	.text-image--floated .text-image__headline,
	.teaser-event__content {
		margin-left: 20px;
		margin-right: 20px;
	}

	.text-image--floated .text-image__richtext-wrapper {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 25px;
	}

	.o-flower {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto auto auto;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
		margin-top: 60px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.o-text-image,
	.o-gallery,
	.o-podcast,
	.o-footer:not(.o-footer--onepager) {
		margin-top: 60px;
	}

	.o-detailview-header-row {
		box-sizing: border-box;
		margin-top: 60px;
		padding: 0 20px;
	}

	.o-navigation-anchor__wrapper {
		margin: 60px auto 0;
		margin-top: 60px;
	}

	.o-hero+.o-flower,
	.teaser-collection--hero-mosaic+.o-flower,
	.o-hero+.o-teaser-collection--offer-bar+.o-flower,
	.o-hero+.o-teaser-collection,
	.teaser-collection--hero-mosaic+.o-teaser-collection,
	.o-hero+.o-teaser-collection--offer-bar+.o-teaser-collection,
	.o-hero+.teaser-cta,
	.teaser-collection--hero-mosaic+.teaser-cta,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-cta,
	.o-hero+.teaser-default--editorial,
	.teaser-collection--hero-mosaic+.teaser-default--editorial,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-default--editorial,
	.o-hero+.teaser-default--editorial-black,
	.teaser-collection--hero-mosaic+.teaser-default--editorial-black,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-default--editorial-black,
	.o-hero+.o-collection-download,
	.teaser-collection--hero-mosaic+.o-collection-download,
	.o-hero+.o-teaser-collection--offer-bar+.o-collection-download,
	.o-hero+.o-text-image,
	.teaser-collection--hero-mosaic+.o-text-image,
	.o-hero+.o-teaser-collection--offer-bar+.o-text-image,
	.o-hero+.o-gallery,
	.teaser-collection--hero-mosaic+.o-gallery,
	.o-hero+.o-teaser-collection--offer-bar+.o-gallery,
	.o-hero+.o-podcast,
	.teaser-collection--hero-mosaic+.o-podcast,
	.o-hero+.o-teaser-collection--offer-bar+.o-podcast,
	.o-hero+.o-footer:not(.o-footer--onepager),
	.teaser-collection--hero-mosaic+.o-footer:not(.o-footer--onepager),
	.o-hero+.o-teaser-collection--offer-bar+.o-footer:not(.o-footer--onepager),
	.o-hero+.o-detailview-header-row,
	.teaser-collection--hero-mosaic+.o-detailview-header-row,
	.o-hero+.o-teaser-collection--offer-bar+.o-detailview-header-row,
	.o-hero+.o-navigation-anchor__wrapper,
	.teaser-collection--hero-mosaic+.o-navigation-anchor__wrapper,
	.o-hero+.o-teaser-collection--offer-bar+.o-navigation-anchor__wrapper {
		margin-top: 47.5px;
	}

	.header__language-country c-cec_login-flyout {
		align-items: center;
		display: flex;
	}

	.o-collection-experts .person__image {
		height: 130px;
		width: 130px;
	}

	.o-text-image .image__description {
		font-size: 15px;
		line-height: 20px;
	}

	.o-teaser-collection.teaser-collection--events-news-view,
	.o-teaser-collection.teaser-collection--events-list {
		box-sizing: border-box;
		margin-top: 60px;
		padding: 0 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.glide__bullets {
		bottom: 24px;
		width: 184px;
	}

	.glide__bullet,
	.o-gallery--images-grouped .glide__bullet,
	.o-gallery--prices-grouped .glide__bullet,
	.o-gallery--slider .glide__bullet {
		height: 5px;
	}

	.glide__bullet+.glide__bullet {
		margin-left: 2px;
	}

	.o-gallery-track .image__description,
	.o-hero .hero__flash-wrapper,
	.o-video .third-party-cookies-layer--default .third-party-cookies-layer__content {
		position: relative;
	}

	.o-gallery-track .glide__slide__counter {
		background-color: rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 15px;
		padding: 10px 12px 8px;
		position: absolute;
		right: -20px;
		top: -53px;
	}

	.o-gallery-track .glide__arrow {
		font-size: 30px;
		height: 32px;
		width: 32px;
	}

	.o-gallery-track .glide__arrow--right {
		right: 20px;
	}

	.o-gallery--images-grouped.o-gallery .a-headline,
	.o-gallery--images-grouped.o-gallery .o-accordeon .accordeon__title,
	.o-accordeon .o-gallery--images-grouped.o-gallery .accordeon__title,
	.o-hero .m-flash--hero-badge .flash__flash-text1,
	.o-hero .m-flash--hero-badge .flash__flash-text2 {
		padding: 0;
	}

	.o-gallery--images-grouped .glide__bullets,
	.o-gallery--slider .glide__bullets {
		width: 52%;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .glide__slide {
		-ms-grid-columns: 15px 1fr 15px;
		grid-template-columns: 15px 1fr 15px;
	}

	.o-gallery--prices-grouped .glide__bullets {
		width: 49%;
	}

	.o-gallery--prices-grouped .m-expansion-bar {
		margin-top: 12px;
	}

	.o-price-module-teaser .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 17px;
		line-height: 19px;
		margin-top: 20px;
	}

	.event-item__content {
		-ms-grid-columns: 100%;
		-ms-grid-rows: auto 20px auto;
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'eventinfo''actions';
		grid-template-columns: 100%;
		padding-bottom: 20px;
		padding-top: 12px;
		row-gap: 20px;
	}

	.event-item__event-info {
		-ms-grid-column: 1;
		-ms-grid-columns: 50px 1fr;
		-ms-grid-row: 1;
		grid-template-areas: 'eventtype eventtext''. subline';
		grid-template-columns: 50px 1fr;
	}

	.event-item__text {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 30px;
	}

	.event-item__type {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.event-item__subline {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}

	.event-item__btn-info {
		-ms-grid-column-align: start;
		justify-self: start;
		padding-right: 20px;
	}

	.event-item__btn-cta {
		-ms-grid-column-align: end;
		justify-self: end;
		padding-left: 20px;
	}

	.teaser--partner-logo-description .a-headline,
	.teaser--partner-logo-description .o-accordeon .accordeon__title,
	.o-accordeon .teaser--partner-logo-description .accordeon__title,
	.o-teaser-collection--partner-logo-description .o-teaser-default .a-headline,
	.o-teaser-collection--partner-logo-description .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--partner-logo-description .o-teaser-default .accordeon__title {
		font-size: 28px;
		line-height: 1;
		margin-top: 10px;
	}

	.teaser--with-toggle {
		display: flex;
		flex-direction: column;
	}

	.teaser--with-toggle .teaser-default__content-wrapper {
		flex-direction: column;
		margin-top: 9px;
	}

	.teaser--with-toggle .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 9px;
	}

	.teaser--with-toggle .m-form__wtf-control--toggle {
		margin-top: 7px;
	}

	.o-banner-sustainability {
		background-size: 1440px auto;
		padding: 40px 20px;
	}

	.banner-sustainability__content {
		box-sizing: border-box;
		column-gap: 20px;
		grid-template-areas: 'icon content''space button';
		padding: 0;
		row-gap: 12px;
	}

	.banner-sustainability__content>.teaser-default__content-wrapper,
	.banner-sustainability__content>.banner-sustainability__texts,
	.banner-sustainability__content>.teaser-event__content {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}

	.banner-sustainability__icon {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		font-size: 28px;
		margin-top: 4px;
	}

	.o-download {
		display: block;
		padding: 30px 25px;
	}

	.o-download .a-headline .a-label,
	.o-download .o-accordeon .accordeon__title .a-label,
	.o-accordeon .o-download .accordeon__title .a-label {
		font-size: 13px;
		height: 21px;
		line-height: 21px;
		padding: 0 8px;
		vertical-align: 3px;
	}

	.o-download .download__description {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 5px;
	}

	.o-hero .hero-swoosh {
		height: 134.228187919%;
		mix-blend-mode: multiply;
		top: -9.2281879195%;
		width: 134.228187919%;
	}

	.o-hero .m-flash--hero-badge {
		align-items: center;
		border-radius: 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		padding: 18px;
		width: 100%;
	}

	.o-hero .m-flash--hero-badge .flash__flash-text1+.flash__flash-text2 {
		padding-left: 18px;
	}

	.hero--start .hero-typearea,
	.hero--sub .hero-typearea,
	.hero--level-0 .hero-typearea {
		height: 0;
		padding-bottom: 133.333333333%;
	}

	.hero--level-1 .hero-typearea {
		height: 0;
		padding-bottom: 121.333333333%;
	}

	.hero--level-1.hero--level-1-bp .hero-bgimage {
		display: block;
		position: static;
	}

	.hero--level-2 {
		height: 0;
		overflow: hidden;
		padding-bottom: 110.666666667%;
	}

	.hero--level-2 .hero-typearea {
		height: 0;
		padding-bottom: 110.666666667%;
	}

	.hero--level-2 .hero-swoosh,
	.hero--level-3 .hero-swoosh {
		height: 200%;
		top: -34%;
		width: 200%;
	}

	.hero--level-3 {
		height: 0;
		overflow: hidden;
		padding-bottom: 100%;
	}

	.hero--level-3 .hero-typearea {
		height: 0;
		padding-bottom: 100%;
	}

	.has-flash .glide__bullets {
		bottom: 92px;
	}

	.o-hero-blank .a-headline,
	.o-hero-blank .o-accordeon .accordeon__title,
	.o-accordeon .o-hero-blank .accordeon__title,
	.o-teaser-hero .a-headline,
	.o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-hero .accordeon__title,
	.teaser-hero--clone .a-headline,
	.teaser-hero--clone .o-accordeon .accordeon__title,
	.o-accordeon .teaser-hero--clone .accordeon__title,
	.error-page .content-field .content-field__headline,
	.o-teaser-filter .teaser-filter__form .form__label,
	.o-teaser-with-bulletpoints .o-teaser-default .a-headline,
	.o-teaser-with-bulletpoints .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-with-bulletpoints .o-teaser-default .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 38px;
	}

	.hero-blank--filter-tags {
		min-height: 455px;
	}

	.hero-blank--filter-tags .hero-typearea {
		margin: 50px 20px 70px;
	}

	.hero-blank--logo .teaser-default__image,
	.teaser-with-bulletpoints__plus-text {
		margin-left: 16.6666666667%;
		margin-top: 40px;
	}

	.o-teaser-hero {
		justify-content: flex-start;
		left: 0;
		padding-left: 20px;
		padding-right: 20px;
		top: 27%;
		width: 100%;
	}

	.teaser-hero--clone .teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 10px;
	}

	.o-teaser-hero .a-label--new,
	.teaser-hero--clone .a-label--new {
		font-size: 18px;
		height: 26px;
		line-height: 28px;
		padding: 0 15px;
		vertical-align: 6px;
	}

	.teaser-hero--clone {
		display: block;
		margin-top: 60px;
		padding: 0 20px;
	}

	.teaser-hero__socialmedia-bar {
		position: static;
	}

	.o-flower .a-headline,
	.o-flower .o-accordeon .accordeon__title,
	.o-accordeon .o-flower .accordeon__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		grid-area: 1 / 1 / 2 / 2;
		line-height: 32px;
		margin-bottom: 32px;
	}

	.o-flower .flower__content,
	.o-job-search #city {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 1 / 4 / 2;
	}

	.o-flower .flower__content+.m-flower {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 2;
	}

	.o-flower .m-flower {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-area: 2 / 1 / 4 / 2;
	}

	.o-locations {
		align-items: center;
		flex-direction: column;
		justify-items: stretch;
		padding: 0 20px;
	}

	.o-locations .ui-tab__pane {
		height: 400px;
		width: 100%;
	}

	#map,
	#map-canvas {
		min-height: 600px;
	}

	.mapBox .locations__popup__content {
		padding: 12px 15px;
		width: 300px;
	}

	.o-job-search .job-search__main-content {
		padding: 55px 20px;
	}

	.o-job-search .job-search__form-wrapper {
		-ms-grid-columns: 1fr;
		-ms-grid-rows: auto 25px auto 25px auto;
		grid-template-columns: 1fr;
		grid-template-rows: auto 25px auto 25px auto;
		margin-top: 30px;
	}

	.o-job-search .job-search__searchterm-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 2;
	}

	.o-job-search .button-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-area: 5 / 1 / 6 / 2;
	}

	.o-job-search .job-search__login-wrapper .a-textlink {
		display: block;
		margin-top: 35px;
	}

	.lightbox__pane {
		max-width: 66.6666666667%;
		padding: 20px;
	}

	.lightbox__pane__content .richtext-wrapper {
		font-size: 14px;
		line-height: 20px;
	}

	.o-teaser-filter .o-ui-tabs {
		margin-top: 18px;
	}

	.o-teaser-filter .ui-tab {
		margin-right: 10px;
		margin-top: 10px;
	}

	.o-teaser-filter .ui-tab__button {
		padding: 12px;
	}

	.o-accordeon {
		margin-top: 55px;
	}

	.o-accordeon .o-text-image .text-image__headline::before {
		font-size: 22px;
		margin-left: -28px;
		width: 28px;
	}

	.o-accordeon .o-text-image .text-image__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 0 28px;
		width: calc(100% - 28px);
	}

	.accordeon__item__content {
		margin: 0 0 0 28px;
		max-width: calc(100% - 28px);
		width: calc(100% - 28px);
	}

	.o-gallery .a-headline,
	.o-gallery .o-accordeon .accordeon__title,
	.o-accordeon .o-gallery .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		padding: 0 20px;
	}

	.o-gallery--magenta .outer-content-wrapper {
		padding-bottom: 48px;
		padding-top: 32px;
	}

	.o-gallery--images-grouped .m-cover {
		width: calc(50% - 20px);
	}

	.o-gallery--slider .outer-content-wrapper>.a-headline,
	.o-gallery--slider .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-gallery--slider .outer-content-wrapper>.accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 34px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.o-gallery--slider .a-headline+.module__detailtext,
	.o-gallery--slider .o-accordeon .accordeon__title+.module__detailtext,
	.o-accordeon .o-gallery--slider .accordeon__title+.module__detailtext,
	.site-chooser__country-chooser {
		margin-top: 28px;
	}

	.o-gallery--slider .glide__ui {
		margin: 45px 0 0 auto;
		width: 100%;
	}

	.o-gallery--videos .o-third-party-cookies-layer {
		margin-top: 20px;
		padding: 0 20px 20px;
	}

	.navigation-anchor__home {
		padding: 50px 20px 55px 20px;
		width: 100%;
	}

	.navigation-anchor__teaser {
		margin: 60px 20px 0;
		width: calc(100% - 40px);
	}

	.o-pseudo-navigation {
		box-sizing: border-box;
		margin-top: 50px;
		padding: 0 20px;
	}

	.o-podcast>.a-headline,
	.o-accordeon .o-podcast>.accordeon__title {
		box-sizing: border-box;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		padding: 0 20px;
	}

	.price-module-teaser__intro>* {
		font-size: 24px;
		line-height: 30px;
	}

	.price-module__teaser-option-text p,
	.price-module__teaser-option-text li,
	.price-module__teaser-option-text a {
		font-size: 15px;
		line-height: 22px;
	}

	.price-module__teaser-option-price {
		font-size: 32px;
		line-height: 40px;
	}

	.o-price-module {
		margin-top: 60px;
		padding-bottom: 40px;
		padding-top: 52px;
	}

	.o-related-links .related-links__list-item a {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 18px;
	}

	.site-chooser__wrapper {
		height: 100vh;
		left: 0;
		overflow-y: scroll;
		position: sticky;
		width: 100%;
	}

	.site-chooser__content {
		padding: 20px 20px;
	}

	.site-chooser__detailtext {
		font-size: 14px;
		line-height: 20px;
		width: calc(100% - 22px - 20px);
	}

	.site-chooser__actions {
		margin-top: 20px;
		width: 100%;
	}

	.site-chooser__icon {
		position: absolute;
		right: 17px;
		top: 17px;
		width: 22px;
	}

	.site-chooser__navigation {
		box-sizing: border-box;
		height: 100vh;
		overflow-y: scroll;
		padding: 20px 20px;
		position: absolute;
	}

	.site-chooser__country-chooser__continent+.site-chooser__country-chooser__continent {
		margin-top: 75px;
	}

	.site-chooser__country-chooser__countries {
		-ms-grid-columns: 50% 50%;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 50% 50%;
		margin-top: 30px;
	}

	.site-chooser__country-chooser__country {
		font-size: 20px;
		line-height: 26px;
		margin-right: 40px;
		padding-bottom: 14px;
		padding-top: 12px;
	}

	.site-chooser__country-chooser__country:nth-child(1),
	.site-chooser__country-chooser__country:nth-child(2) {
		border-top: none;
	}

	.teaser-event__hero-day {
		height: calc(100vw - (2 * 20px + 65px));
	}

	.teaser-event__hero-day-content {
		font-size: 100px;
	}

	.banner-sustainability__button {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
	}

	.teaser-event__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 32px;
		margin: 25px 0 0;
	}

	.teaser-event__tag {
		font-size: 22px;
		line-height: 30px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 40px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-day {
		height: auto;
		padding-top: 52.1212%;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-day-content {
		font-size: 60px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__headline {
		font-size: 28px;
		line-height: 32px;
		margin-top: 20px;
	}

	.teaser-collection--events-news-view .teaser-collection__actions,
	.teaser-collection--events-list .teaser-collection__actions {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
		margin-right: 20px;
		margin-top: 40px;
	}

	.event-item__event-actions {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}

	.teaser-default--hero-mosaic-teaser {
		min-height: 66.6666666667vw;
		width: 100%;
	}

	.teaser-default--hero-mosaic-text {
		padding: 30px 20px;
	}

	.teaser-default--hero-mosaic-picture:nth-child(1) .teaser-default__image,
	.teaser-default--hero-mosaic-picture:nth-child(2) .teaser-default__image {
		position: absolute;
	}

	.o-teaser-collection--partner-logo>.a-headline,
	.o-accordeon .o-teaser-collection--partner-logo>.accordeon__title,
	.o-teaser-collection--partner-logo-description>.a-headline,
	.o-accordeon .o-teaser-collection--partner-logo-description>.accordeon__title {
		font-size: 32px;
	}

	.o-teaser-collection--partner-logo .teaser-wrapper {
		-ms-grid-columns: calc(50% - (20px / 2)) calc(50% - (20px / 2));
		display: -ms-grid;
		display: grid;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-template-columns: calc(50% - (20px / 2)) calc(50% - (20px / 2));
	}

	.o-teaser-collection--partner-logo-description .o-teaser-default+.o-teaser-default {
		margin-top: 27px;
	}

	.o-teaser-collection--zdf+.teaser-cta-basic,
	.o-teaser-collection--zdf+.teaser-default--editorial-black,
	.o-gallery--magenta+.teaser-cta-basic,
	.o-gallery--magenta+.teaser-default--editorial-black,
	.o-job-search+.teaser-cta-basic,
	.o-job-search+.teaser-default--editorial-black,
	.text-image--quote+.teaser-cta-basic,
	.text-image--quote+.teaser-default--editorial-black {
		margin-top: calc(-1 * .0694444444vw * 80);
		padding-top: calc(50px + .0694444444vw * 80);
	}

	.teaser-with-bulletpoints__plus-text li {
		font-size: 20px;
		line-height: 24px;
		min-height: 92px;
		padding: 20px 20px 20px 80px;
	}

	.teaser-with-bulletpoints__plus-text li::before {
		background-size: 30px auto;
		height: 30px;
		width: 30px;
	}

	.o-third-party-cookies-layer {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 18px;
		line-height: 1.2;
	}

	.o-third-party-cookies-layer .form__label {
		font-size: 18px;
		line-height: 1.2;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__content {
		padding: 20px;
		width: 100%;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__small-print {
		font-size: 15px;
		line-height: 1.2;
		margin-top: 12px;
	}

	.page>.o-video {
		box-sizing: border-box;
		margin-top: 20px;
		padding: 0 20px;
	}

	.o-embedded-content {
		box-sizing: border-box;
		margin-top: 60px;
		padding: 0 20px;
	}

	.locations__cookies-warning {
		margin-top: 80px;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.type-area,
	.m-brandbar,
	.footer__copyright,
	.expansion-bar--collapsable-contract,
	.o-collection-data-list>.a-headline,
	.o-collection-data-list-grey>.a-headline,
	.collapsable-section--request-history,
	.footer__flash,
	.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__content-wrapper,
	.teaser-default--basic-black .a-headline,
	.teaser-default--basic-black .teaser-default__teaser-text,
	.teaser-default--basic-magenta .a-headline,
	.teaser-default--basic-magenta .teaser-default__teaser-text,
	.teaser-default--basic-transparent.o-teaser-default.teaser-cta .teaser-default__content-wrapper,
	.o-teaser-collection-cube,
	.o-teaser-collection--good-to-know .outer-content-wrapper>.a-headline,
	.o-teaser-collection--news-view .button-wrapper,
	.o-teaser-collection--related-topic .button-wrapper,
	.teaser-default--basic-black .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--basic-black .accordeon__title,
	.teaser-default--basic-magenta .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--basic-magenta .accordeon__title,
	.o-teaser-collection--good-to-know .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--good-to-know .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-collection-data-list>.accordeon__title,
	.o-accordeon .o-collection-data-list-grey>.accordeon__title,
	.error-page .content-field,
	.o-search__form,
	.o-search__success-message,
	.o-teaser--searchresult,
	.o-teaser-collection--partner-logo,
	.o-teaser-collection--partner-logo-description,
	.o-teaser-collection--with-toggle {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.footer__nav {
		box-sizing: border-box;
		margin-top: 40px;
		padding: 0 20px;
	}

	.o-teaser-collection--magazine.o-teaser-collection,
	.o-teaser-collection-jobs {
		box-sizing: border-box;
		margin-top: 73px;
		padding: 0 20px;
	}

	body::before {
		content: 'tablet';
	}

	.a-btn--invers-black-icon.a-btn--invers-black-icon,
	.a-btn-outline-invers-icon.a-btn-outline-invers-icon {
		padding-right: 46px;
	}

	.a-btn,
	.o-teaser-default .a-textlink,
	.teaser-default--offer .teaser-default__pseudo-btn,
	.a-textlink.btn,
	.teaser-hero--clone .btn,
	.o-flower .flower__content>.btn,
	.o-price-module-teaser .a-textlink,
	.o-teaser-hero .a-textlink,
	.teaser-hero--clone .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 22px;
	}

	.a-btn--play {
		height: 80px;
		width: 80px;
	}

	.o-teaser-collection .link-to-overview {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 60px;
	}

	.a-navigation-anchor__label {
		font-size: 22px;
		line-height: 28px;
	}

	.textlink--ics {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
	}

	.a-headline .a-label,
	.o-accordeon .accordeon__title .a-label,
	.teaser-default--hero-mosaic-text .a-label {
		font-size: 18px;
		height: 28px;
		line-height: 28px;
		padding: 1px 10px 0;
		vertical-align: 5px;
	}

	.m-form__line--radiobuttons .form__element__block,
	.o-forms .t-col4 {
		width: 66.6666666667%;
	}

	.form__label {
		font-size: 19px;
	}

	.a-category {
		font-size: 18px;
		line-height: 26px;
	}

	.a-separation {
		width: calc(100% - 40px);
	}

	.a-figure figcaption {
		font-size: 17px;
		line-height: 25px;
		margin-top: 10px;
	}

	.a-richtext__infobox {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 22px;
		padding: 30px 20px 30px 95px;
	}

	.a-richtext__infobox::before {
		font-size: 32px;
		line-height: 52px;
		margin-left: -72px;
		width: 52px;
	}

	.richtext-wrapper,
	.m-form__wtf-control--toggle,
	.m-contact .info-field .jobtitle,
	.m-contact .info-field .a-textlink,
	.o-teaser-default .teaser-text,
	.o-teaser-default.teaser-cta .a-headline,
	.teaser-default--editorial .teaser-default__content-wrapper .a-category,
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-category,
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text,
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text,
	.o-teaser-collection--zdf .o-teaser-default .teaser-default__teaser-text,
	.o-teaser-collection--proofpoints .teaser-default__teaser-text,
	.o-teaser-collection--magazine .teaser-default__teaser-text,
	.o-locations .locations__country__link,
	.o-teaser-default.teaser-cta .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-default.teaser-cta .accordeon__title,
	.o-teaser-hero .teaser-text,
	.teaser-hero--clone .teaser-text,
	.error-page .content-field .content-field__text,
	.o-accordeon .text-image__richtext-wrapper,
	.teaser-event__text,
	.teaser-default--hero-mosaic-text .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
	}

	.richtext-wrapper h3,
	.m-form__line--headline.m-form__line--headline-h3 .a-headline,
	.welcome-message__text,
	.o-collection-download>.a-headline,
	.o-collection-pseudo-navigation>.a-headline,
	.forms--sfmc .o-teaser-collection--with-toggle>.a-headline,
	.teaser-default--editorial .teaser-default__content-wrapper .a-headline,
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline,
	.teaser-default--product .teaser-default__content-wrapper .a-headline,
	.o-teaser-collection .a-headline,
	.o-teaser-collection--proofpoints .outer-content-wrapper>.a-headline,
	.o-teaser-collection--magenta .o-teaser-default .a-headline,
	.o-teaser-collection-mosaic .linkbox .linkbox__text,
	.o-teaser-collection-mosaic .linkbox .linkbox__icon,
	.o-text-image .text-image__headline,
	.m-form__line--headline.m-form__line--headline-h3 .o-accordeon .accordeon__title,
	.o-accordeon .m-form__line--headline.m-form__line--headline-h3 .accordeon__title,
	.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title,
	.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title,
	.teaser-default--product .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--product .teaser-default__content-wrapper .accordeon__title,
	.o-teaser-collection .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection .accordeon__title,
	.o-teaser-collection--proofpoints .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--proofpoints .outer-content-wrapper>.accordeon__title,
	.o-teaser-collection--magenta .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--magenta .o-teaser-default .accordeon__title,
	.o-accordeon .o-collection-download>.accordeon__title,
	.o-accordeon .o-collection-pseudo-navigation>.accordeon__title,
	.forms--sfmc .o-accordeon .o-teaser-collection--with-toggle>.accordeon__title,
	.o-accordeon .forms--sfmc .o-teaser-collection--with-toggle>.accordeon__title,
	.error-page .content-field .content-field__subline,
	.o-teaser--searchresult .a-headline,
	.o-teaser--searchresult .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser--searchresult .accordeon__title,
	.accordeon__title,
	.navigation-anchor__home .a-headline,
	.navigation-anchor__home .o-accordeon .accordeon__title,
	.o-accordeon .navigation-anchor__home .accordeon__title,
	.o-price-module .a-headline,
	.o-price-module .o-accordeon .accordeon__title,
	.o-accordeon .o-price-module .accordeon__title,
	.o-related-links .a-headline,
	.o-related-links .o-accordeon .accordeon__title,
	.o-accordeon .o-related-links .accordeon__title,
	.o-tabs>.a-headline,
	.o-accordeon .o-tabs>.accordeon__title,
	.o-event-items-collection .a-headline,
	.o-event-items-collection .o-accordeon .accordeon__title,
	.o-accordeon .o-event-items-collection .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
	}

	.richtext-wrapper h4,
	.richtext-wrapper h5 {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px !important;
		line-height: 32px !important;
	}

	.o-text-image:not(.text-image--quote) .richtext-wrapper p .author,
	.o-text-image:not(.text-image--quote) .richtext-wrapper p .source,
	.m-reference-field::before,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty)::before,
	.m-reference-field .author,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .author,
	.m-reference-field .source,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .source {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 17px;
		line-height: 33px;
	}

	.a-navigation__menu-label,
	.a-navigation__shortcut,
	.o-navigation__menu.is-closed {
		display: none;
	}

	.m-header-international .header__language-country {
		box-sizing: border-box;
		padding: 0 10px;
	}

	.m-header__navbar .m-header__navbar__logo .a-link {
		margin-right: 38px;
	}

	.m-header-bpbar .header-bpbar__logo {
		font-size: 44px;
	}

	.m-reference-field,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 17px;
		line-height: 33px;
		margin-top: 30px;
	}

	.m-breadcrumbs {
		font-size: 17px;
		line-height: 25px;
	}

	.page>.m-breadcrumbs {
		box-sizing: border-box;
		margin-top: 35px;
		padding: 0 20px;
	}

	.m-breadcrumbs .breadcrumb::after {
		font-size: 18px;
		margin-left: 11px;
		margin-right: 8px;
	}

	.m-form__line {
		padding-left: 20px;
		padding-right: 20px;
	}

	.m-form__line+.m-form__line,
	.m-form__line:not(.m-form__line--headline) {
		margin-top: 28px;
	}

	.form__element__block {
		margin-top: 5px;
	}

	.m-form__line--checkboxes .form__label,
	.m-form__line--radiobuttons .form__block__label,
	.o-teaser-collection--offer.o-teaser-collection--offer-bar .teaser-collection--offer-bar__handle-icon::after {
		font-size: 22px;
	}

	.m-form__line--radiobuttons .form__element__item {
		min-width: 33.3333333333%;
	}

	.m-form__line--headline+.m-form__line--infotext {
		margin-top: 8px;
	}

	.m-form__line--toggle-list {
		grid-row-gap: 28px;
	}

	.m-form__line--toggle-list .form__element__text {
		margin-top: 6px;
	}

	.m-form__line--toggle-list .form__element__info,
	.o-teaser-collection-m .teaser-text,
	.o-teaser-collection--news-view .teaser-default__teaser-text,
	.o-teaser-collection--related-topic .teaser-default__teaser-text,
	.o-accordeon .o-text-image .text-image__headline~.accordeon__item__content {
		margin-top: 10px;
	}

	.m-contact .info-field .name .name__first,
	.m-contact .info-field .name .name__last,
	.m-contact .info-field .name .name__title,
	.user-flyout__menuitem,
	.o-teaser-collection.teaser-collection--magenta-contract .teaser-collection__headline,
	.o-forms .a-headline,
	.o-teaser-collection-jobs .o-teaser-default .a-headline,
	.o-teaser-collection-jobs .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection-jobs .o-teaser-default .accordeon__title,
	.o-download .a-headline,
	.o-download .o-accordeon .accordeon__title,
	.o-accordeon .o-download .accordeon__title,
	.o-forms .o-accordeon .accordeon__title,
	.o-accordeon .o-forms .accordeon__title,
	.site-chooser__country-chooser__continent-label,
	.o-teaser-collection--with-toggle .teaser--with-toggle .a-headline,
	.o-teaser-collection--with-toggle .teaser--with-toggle .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--with-toggle .teaser--with-toggle .accordeon__title,
	.third-party-cookies-layer--default .a-headline,
	.third-party-cookies-layer--default .o-accordeon .accordeon__title,
	.o-accordeon .third-party-cookies-layer--default .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 32px;
	}

	.m-footnotes-list {
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
		padding: 0 20px;
	}

	.m-flash--hero-badge .flash__flash-text1 {
		font-size: 48px;
		line-height: 48px;
	}

	.m-flash--hero-badge .flash__flash-text1+.flash__flash-text2,
	.m-flash--hero-badge .flash__flash-text2 {
		font-size: 22px;
		line-height: 25px;
	}

	.flash--sustainability {
		width: 135px;
	}

	.list--checkmarks li,
	.teaser-default--product .teaser-default__teaser-text ul li {
		padding-left: 40px;
	}

	.list--checkmarks li::before,
	.teaser-default--product .teaser-default__teaser-text ul li::before {
		font-size: 26px;
		margin-left: -40px;
		width: 40px;
	}

	.m-navigation__header {
		border-bottom: 1px solid #ededed;
		height: 74px;
		justify-content: flex-end;
		padding-left: 20px;
		padding-right: 20px;
	}

	.flower--2019 .flower__petals span {
		font-size: 3.5vw;
		line-height: 4vw;
	}

	.m-user-flyout,
	.o-forms .t-col3,
	.teaser-default--editorial .teaser-default__content-wrapper,
	.teaser-default--editorial-black .teaser-default__content-wrapper,
	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper>:first-child .teaser-default__image,
	.teaser-default--hero-mosaic-teaser {
		width: 50%;
	}

	.m-welcome-message,
	.o-collection-experts {
		box-sizing: border-box;
		margin-top: 75px;
		padding: 0 20px;
	}

	a.o-person .person__name,
	.o-person .person__name {
		font-size: 26px;
		line-height: 31px;
	}

	a.o-person .person__company,
	a.o-person .person__description,
	a.o-person .person__vita,
	a.o-person .person__linklist,
	.o-person .person__company,
	.o-person .person__description,
	.o-person .person__vita,
	.o-person .person__linklist {
		font-size: 22px;
		line-height: 30px;
	}

	.o-collection-download {
		margin-top: 55px;
		padding: 0 20px;
	}

	.o-collection-person .o-person {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 45px;
		width: calc(33.3333333333% - 2 * 20px);
	}

	.o-collection-pseudo-navigation,
	.o-event-items-collection {
		margin-top: 75px;
		padding: 0 20px;
	}

	.o-collection-pseudo-navigation .o-pseudo-navigation,
	.forms--sfmc .m-form__line--headline+.form__row-wrapper,
	.o-gallery--slider .a-headline+.glide__track,
	.o-gallery--slider .o-accordeon .accordeon__title+.glide__track,
	.o-accordeon .o-gallery--slider .accordeon__title+.glide__track,
	.o-gallery--slider .module__detailtext+.glide__track,
	.o-tabs .o-pseudo-navigation,
	.o-teaser-collection--with-toggle>.a-headline+.teaser-wrapper,
	.o-accordeon .o-teaser-collection--with-toggle>.accordeon__title+.teaser-wrapper {
		margin-top: 50px;
	}

	.collection-data-list__teaser-wrapper,
	.collection-data-list-grey__teaser-wrapper {
		box-sizing: border-box;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		padding: 0 20px;
	}

	.collapsable-section__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin-top: 18px;
	}

	.o-footer--onepager .footer__nav-items {
		display: flex;
		flex-direction: row;
		margin-left: 20px;
	}

	.o-footer--onepager .footer__copyright {
		margin: 20px 0 0;
	}

	.footer__flash .m-flash {
		bottom: 0;
	}

	.o-forms .t-col1 {
		width: 16.6666666667%;
	}

	.o-forms .t-col2,
	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .o-teaser-default .teaser-default__image {
		width: 33.3333333333%;
	}

	.o-forms .t-col5 {
		width: 83.3333333333%;
	}

	.o-forms .t-col6,
	.o-teaser-collection-s .o-teaser-default .a-image {
		width: 100%;
	}

	.o-forms {
		box-sizing: border-box;
	}

	.o-text-image+.o-forms,
	.forms--sfmc form>.m-form__line--headline-h3,
	.forms--sfmc form>.o-teaser-collection--with-toggle,
	.o-teaser-collection-l--magenta>*:first-child,
	.o-tabs {
		margin-top: 55px;
	}

	.forms--sfmc .form__row-wrapper+.form__row-wrapper,
	.o-hero+.o-flower,
	.teaser-collection--hero-mosaic+.o-flower,
	.o-hero+.o-teaser-collection--offer-bar+.o-flower,
	.o-hero+.o-teaser-collection,
	.teaser-collection--hero-mosaic+.o-teaser-collection,
	.o-hero+.o-teaser-collection--offer-bar+.o-teaser-collection,
	.o-hero+.teaser-cta,
	.teaser-collection--hero-mosaic+.teaser-cta,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-cta,
	.o-hero+.teaser-default--editorial,
	.teaser-collection--hero-mosaic+.teaser-default--editorial,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-default--editorial,
	.o-hero+.teaser-default--editorial-black,
	.teaser-collection--hero-mosaic+.teaser-default--editorial-black,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-default--editorial-black,
	.o-hero+.o-collection-download,
	.teaser-collection--hero-mosaic+.o-collection-download,
	.o-hero+.o-teaser-collection--offer-bar+.o-collection-download,
	.o-hero+.o-text-image,
	.teaser-collection--hero-mosaic+.o-text-image,
	.o-hero+.o-teaser-collection--offer-bar+.o-text-image,
	.o-hero+.o-gallery,
	.teaser-collection--hero-mosaic+.o-gallery,
	.o-hero+.o-teaser-collection--offer-bar+.o-gallery,
	.o-hero+.o-podcast,
	.teaser-collection--hero-mosaic+.o-podcast,
	.o-hero+.o-teaser-collection--offer-bar+.o-podcast,
	.o-hero+.o-footer:not(.o-footer--onepager),
	.teaser-collection--hero-mosaic+.o-footer:not(.o-footer--onepager),
	.o-hero+.o-teaser-collection--offer-bar+.o-footer:not(.o-footer--onepager),
	.o-hero+.o-detailview-header-row,
	.teaser-collection--hero-mosaic+.o-detailview-header-row,
	.o-hero+.o-teaser-collection--offer-bar+.o-detailview-header-row,
	.o-hero+.o-navigation-anchor__wrapper,
	.teaser-collection--hero-mosaic+.o-navigation-anchor__wrapper,
	.o-hero+.o-teaser-collection--offer-bar+.o-navigation-anchor__wrapper,
	.o-teaser-collection--with-toggle .teaser--with-toggle+.teaser--with-toggle {
		margin-top: 45px;
	}

	.o-metanav .nav__items--level-3 .nav__label {
		margin: 0;
	}

	.navigation__main .navigation__branch--lvl-0 .a-navigation__node,
	.navigation__label--selected {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 32px;
		padding: 16px 14px 16px 36px;
	}

	.navigation__branch--lvl-1 .a-navigation__node {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 26px;
		padding: 16px 36px 16px 0;
	}

	.o-navigation__menu .navigation__node--meta {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 19px;
		line-height: 22px;
		padding: 8px 36px 8px 0;
	}

	.o-navigation__menu {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 122px;
	}

	.o-navigation__menu .navigation__content {
		margin-bottom: 60px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.navigation__branch--lvl-0 .a-navigation__node {
		border-top: 1px solid #d0d0d0;
	}

	[data-navigation-type='country'] .nav__label--selected-country::after {
		content: '§';
		display: block;
		float: right;
		font-family: 'TeleIcon-Outline';
		font-size: 22px;
		margin-right: 15px;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}

	[data-navigation-type='country'] .nav__label--level-2,
	[data-navigation-type='country'] .nav__label--level-3,
	[data-navigation-type='country'] .nav__label--level-4 {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel'] {
		font-size: 32px;
		line-height: 32px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel']::before {
		font-size: 27px;
	}

	.o-teaser-default.teaser-cta {
		padding: 80px 0 70px;
	}

	.o-teaser-default.teaser-cta .teaser-default__teaser-text,
	.o-teaser-default.teaser-cta .teaser-text {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin-top: 12px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper,
	.o-teaser-default.teaser-cta-basic .cta-wrapper,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper,
	.teaser-default--cta-magenta-document-icon .cta-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper {
		align-items: center;
		flex-direction: row;
	}

	.o-teaser-default.teaser-cta-basic .m-contact .a-image,
	.o-teaser-default.teaser-cta-basic-light .m-contact .a-image {
		margin-right: 42px;
		width: 170px;
	}

	.o-teaser-default.teaser-cta-hero .type-area,
	.o-teaser-default.teaser-cta-hero .m-brandbar,
	.o-teaser-default.teaser-cta-hero .footer__nav,
	.o-teaser-default.teaser-cta-hero .footer__copyright,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection--magazine.o-teaser-collection,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-news-view,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-list {
		padding: 0 0 0 12px;
	}

	.o-teaser-default.teaser-cta-hero .swoosh-wrapper {
		background-position: left center;
		background-size: auto 120%;
	}

	.o-teaser-default.teaser-cta-hero .content-wrapper {
		padding: 90px 40px;
	}

	.o-teaser-default.teaser-cta-hero .content-wrapper .a-textlink {
		margin-right: 32px;
		margin-top: 30px;
	}

	.o-teaser-default.teaser-cta-contact .content-wrapper>div:first-of-type,
	.teaser-default--editorial .teaser-default__content-wrapper .a-headline:not(:first-child),
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text:not(:first-child),
	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper .o-teaser-default+.o-teaser-default,
	.o-text-image.text-image--left .text-image__headline~*,
	.o-text-image.text-image--right .text-image__headline~*,
	.o-text-image.text-image--bottom .text-image__headline~*,
	.o-text-image.text-image--intro .text-image__headline~*,
	.o-text-image.text-image--none .text-image__headline~*,
	.text-image--bottom .text-image__image-wrapper:not(:last-child),
	.text-image--bottom .o-video:not(:last-child),
	.text-image--bottom-text-fullwidth .text-image__image-wrapper,
	.text-image--bottom-text-fullwidth .o-video,
	.text-image--bottom-text-fullwidth .text-image__richtext-wrapper,
	.text-image--bottom-text-fullwidth .text-image__image-wrapper:not(:last-child),
	.text-image--bottom-text-fullwidth .o-video:not(:last-child),
	.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title:not(:first-child),
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title:not(:first-child),
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title:not(:first-child),
	.o-job-search .job-search__login-wrapper,
	.o-price-module .m-footnotes-list {
		margin-top: 30px;
	}

	.o-teaser-default.teaser-cta-contact .teaser-text {
		font-size: 16px;
		line-height: 27px;
	}

	.o-teaser-default.teaser-cta-contact .cta-wrapper {
		width: 76%;
	}

	.o-teaser-default.teaser-cta-contact .teaser-text+.cta-wrapper,
	#map .third-party-cookies-layer--simple,
	.o-gallery--videos .o-third-party-cookies-layer,
	.site-chooser__actions,
	.teaser-event__actions,
	.o-video .third-party-cookies-layer--simple,
	.o-embedded-content .third-party-cookies-layer--simple {
		margin-top: 20px;
	}

	.teaser-default--offer {
		margin: 25px 20px 0 90px;
	}

	.teaser-default--offer .teaser-default__content-wrapper {
		padding: 45px 30px 35px 100px;
	}

	.teaser-default--offer .teaser-default__teaser-text {
		font-size: 24px;
		line-height: 32px;
	}

	.teaser-default--good-to-know .teaser-default__content-wrapper {
		padding: 35px 30px 40px;
	}

	.teaser-default--good-to-know .teaser-default__content-wrapper .a-headline,
	.teaser-default--good-to-know .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--good-to-know .teaser-default__content-wrapper .accordeon__title {
		font-size: 50px;
		line-height: 1;
		min-height: 50px;
	}

	.teaser-default--good-to-know .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 12px;
	}

	.teaser-default--editorial,
	.teaser-default--editorial-black {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		margin-top: 55px;
		padding: 39px 20px 50px;
	}

	.teaser-default--editorial .teaser-default__image,
	.teaser-default--editorial-black .teaser-default__image {
		padding: 11px 10% 0 10%;
		width: 50%;
	}

	.teaser-default--editorial .a-textlink,
	.teaser-default--editorial-black .a-textlink {
		margin-top: 27px;
	}

	.teaser-default--product {
		align-items: center;
		display: flex;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
	}

	.teaser-default--product .teaser-default__image {
		margin-right: 20px;
		width: calc(50% + 20px);
	}

	.teaser-default--product .teaser-default__content-wrapper {
		margin-left: 20px;
		margin-right: 20px;
		width: 50%;
	}

	.teaser-default--product .teaser-default__teaser-text,
	.o-teaser-collection--partner-logo-description .o-teaser-default+.o-teaser-default {
		margin-top: 24px;
	}

	.teaser-default--product .a-textlink--product {
		margin-top: 26px;
	}

	.o-teaser-collection {
		margin-top: 55px;
	}

	.o-teaser-collection .teaser-wrapper,
	.o-teaser-collection-m .o-teaser-default,
	.o-teaser-collection-jobs .o-teaser-default,
	.o-podcast>.a-headline+.podcast__content-wrapper,
	.o-accordeon .o-podcast>.accordeon__title+.podcast__content-wrapper,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1),
	.teaser-collection--events-list .o-teaser-event:nth-of-type(1),
	.o-event-items-collection .events-wrapper {
		margin-top: 40px;
	}

	.o-teaser-collection-s .o-teaser-default {
		align-items: center;
		background-color: #fff;
		display: flex;
		margin-top: 20px;
	}

	.o-teaser-collection-s .o-teaser-default .teaser-image {
		box-sizing: border-box;
		height: auto;
		width: 33.3333333333%;
	}

	.o-teaser-collection-s .o-teaser-default .content-wrapper {
		box-sizing: border-box;
		padding: 0 24px;
		width: 66.6666666667%;
	}

	.o-teaser-collection-m .content-wrapper,
	.o-download {
		padding: 30px 25px;
	}

	.o-teaser-collection-l .o-teaser-default {
		-ms-grid-columns: 1fr 4fr 1fr;
		-ms-grid-rows: auto auto;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 4fr 1fr;
		grid-template-rows: auto auto;
	}

	.o-teaser-collection-l--magenta .o-teaser-default {
		-ms-grid-columns: 1fr 4fr 1fr;
		-ms-grid-rows: auto auto;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 4fr 1fr;
		grid-template-rows: auto auto;
	}

	.o-teaser-collection-l .o-teaser-default .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default .content-wrapper {
		margin-top: -65px;
		padding: 40px 30px;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd) .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd) .teaser-image {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 4;
		margin-right: 20px;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd) .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd) .content-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 4;
		margin-left: 20px;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(even) .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even) .teaser-image {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 4;
		margin-left: 20px;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(even) .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even) .content-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 3;
		margin-right: 20px;
	}

	.o-teaser-collection-l--magenta {
		padding-bottom: 95px;
	}

	.o-teaser-collection--zdf .outer-content-wrapper>.a-headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin-left: 20px;
		margin-right: 20px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .teaser-wrapper,
	.o-teaser-collection--zdf .m-footnotes-list {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 40px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .m-reference-field,
	.o-teaser-collection--zdf .text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty),
	.text-image--quote .text-image__richtext-wrapper .o-teaser-collection--zdf blockquote+p:not(:empty),
	.o-teaser-collection--proofpoints,
	.o-teaser-collection--magenta {
		margin-left: 20px;
		margin-right: 20px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-teaser-collection--zdf .outer-content-wrapper {
		padding: 32px 0 45px;
	}

	.o-teaser-collection--zdf .o-teaser-default {
		margin-bottom: 30px;
		padding-left: 50px;
		width: calc(50% - 20px);
	}

	.o-teaser-collection--zdf .o-teaser-default .a-headline,
	.o-teaser-collection--zdf .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--zdf .o-teaser-default .accordeon__title {
		font-size: 50px;
		line-height: 62px;
	}

	.o-teaser-collection--zdf .o-teaser-default .teaser-default__content-wrapper>*:not(:first-child) {
		margin-top: 11px;
	}

	.o-teaser-collection--proofpoints .o-teaser-default {
		margin-top: 20px;
		padding: 20px 20px;
		width: 100%;
	}

	.o-teaser-collection--proofpoints .o-teaser-default:nth-child(1),
	.o-teaser-collection--magenta .o-teaser-default:nth-child(1),
	.o-teaser-collection--magenta .o-teaser-default:nth-child(2),
	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .o-teaser-default .a-category,
	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(1),
	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(2) {
		margin-top: 0;
	}

	.o-teaser-collection--proofpoints .o-teaser-default .a-headline,
	.o-text-image .text-image__headline.text-image__headline--introduction,
	.text-image--intro .text-image__headline,
	.o-teaser-collection--proofpoints .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--proofpoints .o-teaser-default .accordeon__title,
	.navigation-anchor__teaser .a-headline,
	.navigation-anchor__teaser .o-accordeon .accordeon__title,
	.o-accordeon .navigation-anchor__teaser .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 40px;
		line-height: 50px;
	}

	.o-teaser-collection--magenta .o-teaser-default {
		margin-top: 20px;
		padding: 20px 20px;
		width: calc(50% - 2.5 * 20px);
	}

	.o-teaser-collection--magenta .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 15px;
	}

	.o-teaser-collection--magenta .m-contact .info-field,
	.o-download .a-btn,
	.o-download .o-teaser-default .a-textlink,
	.o-teaser-default .o-download .a-textlink,
	.o-download .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-download .teaser-default__pseudo-btn,
	.o-download .teaser-hero--clone .btn,
	.teaser-hero--clone .o-download .btn,
	.o-download .o-flower .flower__content>.btn,
	.o-flower .o-download .flower__content>.btn,
	.o-download .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-download .a-textlink {
		margin-left: 40px;
	}

	.o-teaser-collection-jobs .o-teaser-default .a-textlink,
	.o-teaser-collection-jobs .o-teaser-default .a-btn,
	.o-teaser-collection-jobs .o-teaser-default .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-jobs .o-teaser-default .teaser-default__pseudo-btn,
	.o-teaser-collection-jobs .o-teaser-default .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-jobs .o-teaser-default .btn,
	.o-teaser-collection-jobs .o-teaser-default .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-jobs .o-teaser-default .flower__content>.btn {
		display: inline-block;
		margin-top: 20px;
	}

	.o-teaser-collection-mosaic .linkbox {
		padding: 24px;
	}

	.o-teaser-collection-cube>.a-headline,
	.o-teaser-collection--news-view .teaser-default__content-wrapper,
	.o-teaser-collection--related-topic .teaser-default__content-wrapper,
	.o-gallery--slider .glide__arrows,
	.o-accordeon .o-teaser-collection-cube>.accordeon__title,
	.o-hero-blank,
	.o-gallery .outer-content-wrapper,
	.o-gallery--slider .module__detailtext {
		padding: 0 20px;
	}

	.o-teaser-collection-cube .o-teaser-default {
		margin-top: 70px;
	}

	.o-teaser-collection-cube .o-teaser-default:first-child,
	.o-teaser-collection-cube .content-wrapper .teaser-text,
	.o-teaser-collection-cube .content-wrapper .a-btn,
	.o-teaser-collection-cube .content-wrapper .o-teaser-default .a-textlink,
	.o-teaser-default .o-teaser-collection-cube .content-wrapper .a-textlink,
	.o-teaser-collection-cube .content-wrapper .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-cube .content-wrapper .teaser-default__pseudo-btn,
	.o-teaser-collection-cube .content-wrapper .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-cube .content-wrapper .btn,
	.o-teaser-collection-cube .content-wrapper .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-cube .content-wrapper .flower__content>.btn,
	.o-teaser-collection-cube .content-wrapper .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-teaser-collection-cube .content-wrapper .a-textlink,
	.hero-blank--logo .teaser-default__teaser-text,
	.o-navigation-anchor,
	.o-teaser-with-bulletpoints .teaser-default__teaser-text {
		margin-top: 25px;
	}

	.o-teaser-collection-cube .teaser-image {
		box-sizing: border-box;
		padding: 0;
		width: 50%;
	}

	.o-teaser-collection-cube .content-wrapper {
		box-sizing: border-box;
		padding: 0 0 0 20px;
		width: 50%;
	}

	.o-teaser-collection--offer {
		padding-bottom: 40px;
		padding-top: 35px;
	}

	.o-teaser-collection--offer .m-footnotes-list {
		align-items: flex-end;
	}

	.o-teaser-collection--offer .footnote-listitem {
		width: calc(100% - 70px);
	}

	.o-teaser-collection--offer.o-teaser-collection--offer-bar .collection--offer__headline {
		font-size: 22px;
		line-height: 25px;
		margin-left: 70px;
	}

	.o-teaser-collection--offer .teaser-collection--offer-bar__headline-wrapper+.teaser-wrapper {
		padding-top: 50px;
	}

	.o-teaser-collection--magazine .teaser-wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}

	.o-teaser-collection--magazine .teaser-wrapper__col {
		overflow: hidden;
		padding: 0 20px;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper>:first-child {
		display: flex;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper>:first-child .teaser-default__image+.teaser-default__content-wrapper {
		padding-left: 20px;
		width: 50%;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .o-teaser-default {
		display: flex;
		margin-top: 30px;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .o-teaser-default .teaser-default__image+.teaser-default__content-wrapper {
		padding-left: 20px;
		width: 66.6666666667%;
	}

	.o-teaser-collection--good-to-know .outer-content-wrapper {
		padding-bottom: 80px;
		padding-top: 45px;
	}

	.o-teaser-collection--good-to-know .teaser-wrapper,
	.page>.o-video {
		box-sizing: border-box;
		margin-top: 20px;
		padding: 0 20px;
	}

	.o-teaser-collection--good-to-know .teaser-default--good-to-know {
		margin-top: 35px;
		width: calc(50% - 20px);
	}

	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(even) {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.o-teaser-collection--news-view .teaser-default__content-wrapper:first-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
	}

	.o-teaser-collection--news-view .o-teaser-default {
		-ms-grid-columns: 33.3333333333% 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 33.3333333333% 1fr;
	}

	.o-teaser-collection--related-topic .o-teaser-default {
		-ms-grid-columns: 33.3333333333% 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 33.3333333333% 1fr;
	}

	.o-teaser-collection--news-view .teaser-default__image,
	.o-teaser-collection--related-topic .teaser-default__image,
	.third-party-cookies-layer--video.third-party-cookies-layer--default .third-party-cookies-layer__background {
		margin: 0 20px;
	}

	.text-image--left,
	.text-image--right {
		-ms-grid-columns: 20px calc(50% - 20px) calc(50% - 20px) 20px;
		-ms-grid-rows: auto auto;
		grid-template-columns: 20px calc(50% - 20px) calc(50% - 20px) 20px;
		grid-template-rows: auto auto;
	}

	.text-image--left .text-image__headline {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 3 / 2 / 4;
		margin-left: 20px;
	}

	.text-image--left .text-image__richtext-wrapper,
	.text-image--right .text-image__image-wrapper,
	.text-image--right .o-video {
		margin-left: 20px;
	}

	.text-image--left .text-image__image-wrapper,
	.text-image--left .o-video,
	.text-image--right .text-image__richtext-wrapper,
	.o-flower .flower__content {
		margin-right: 20px;
	}

	.text-image--left.text-image--round {
		-ms-grid-columns: 20px calc(33.3333333333% - 20px) calc(66.6666666667% - 20px) 20px;
		grid-template-columns: 20px calc(33.3333333333% - 20px) calc(66.6666666667% - 20px) 20px;
	}

	.text-image--left.text-image--round .text-image__image-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 3;
	}

	.text-image--left .text-image__image-wrapper:last-child,
	.text-image--left .o-video:last-child,
	.text-image--right .text-image__image-wrapper:last-child,
	.text-image--right .o-video:last-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 5;
	}

	.text-image--right .text-image__headline,
	.text-image--bottom .text-image__headline {
		margin-right: 16.6666666667%;
	}

	.text-image--bottom,
	.text-image--bottom-text-fullwidth {
		-ms-grid-columns: 20px calc(100% - 2 * 20px) 20px;
		-ms-grid-rows: auto auto auto;
		grid-template-columns: 20px calc(100% - 2 * 20px) 20px;
		grid-template-rows: auto auto auto;
	}

	.text-image--bottom .text-image__richtext-wrapper {
		padding-right: 16.6666666667%;
	}

	.text-image--quote .text-image__richtext-wrapper blockquote {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 40px;
		line-height: 50px;
	}

	.text-image--quote .text-image__richtext-wrapper blockquote::before {
		float: left;
		font-size: 120px;
		margin-top: -40px;
	}

	.text-image--quote .text-image__richtext-wrapper p {
		margin-left: 93px;
	}

	.text-image--quote {
		-ms-grid-columns: 20px 1fr 1fr 20px;
		-ms-grid-rows: auto 54px auto auto 64px auto;
		grid-template-columns: 20px 1fr 1fr 20px;
		grid-template-rows: auto 54px auto auto 64px auto;
	}

	.text-image--quote .wave-border__top {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 5;
	}

	.text-image--quote .wave-border__bottom {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-area: 6 / 1 / 7 / 5;
	}

	.text-image--quote .text-image--quote__background {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 2;
		-ms-grid-row-span: 4;
		grid-area: 2 / 1 / 6 / 5;
	}

	.text-image--quote .text-image__image-wrapper,
	.text-image--quote .o-video {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 1 / 4 / 3;
	}

	.text-image--quote .text-image__image-wrapper~.text-image__richtext-wrapper,
	.text-image--quote .o-video~.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-area: 4 / 2 / 5 / 4;
		margin-top: 40px;
	}

	.text-image--quote .wave-border__top+.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		grid-area: 3 / 2 / 5 / 4;
	}

	.text-image--intro {
		-ms-grid-columns: 20px calc(100% - 2 * 20px) 20px;
		-ms-grid-rows: auto auto;
		grid-template-columns: 20px calc(100% - 2 * 20px) 20px;
		grid-template-rows: auto auto;
	}

	.text-image--intro .text-image__richtext-wrapper {
		font-size: 28px;
		line-height: 38px;
		padding-left: 40px;
	}

	.text-image--floated .text-image__headline {
		width: calc(50% - 2 * 20px);
	}

	.text-image--floated .o-video,
	.text-image--floated .text-image__image-wrapper {
		margin-bottom: 40px;
		width: calc(50% - 20px);
	}

	.text-image--floated .text-image__richtext-wrapper {
		margin-left: 20px;
		margin-right: 20px;
	}

	.o-flower {
		-ms-grid-columns: 1fr 1fr;
		-ms-grid-rows: auto auto;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		margin-top: 55px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.o-text-image,
	.o-gallery,
	.o-podcast,
	.o-footer:not(.o-footer--onepager) {
		margin-top: 55px;
	}

	.o-detailview-header-row {
		box-sizing: border-box;
		margin-top: 55px;
		padding: 0 20px;
	}

	.o-navigation-anchor__wrapper {
		align-items: flex-start;
		display: flex;
		flex-wrap: nowrap;
		margin: 55px auto 0;
		margin-top: 55px;
	}

	.o-teaser-collection.teaser-collection--events-news-view,
	.o-teaser-collection.teaser-collection--events-list,
	.o-embedded-content {
		box-sizing: border-box;
		margin-top: 55px;
		padding: 0 20px;
	}

	.glide__bullets {
		bottom: 30px;
		width: 272px;
	}

	.glide__bullet {
		height: 7px;
	}

	.glide__bullet+.glide__bullet {
		margin-left: 5px;
	}

	.o-gallery-track .glide__arrow {
		font-size: 38px;
		height: 40px;
		width: 40px;
	}

	.o-gallery-thumbs {
		margin: 24px auto 0;
	}

	.o-gallery-thumbs .m-video__wrapper .a-btn--play {
		height: auto;
		width: 32px;
	}

	.o-gallery--images-grouped .glide__arrows {
		margin-right: 20px;
		margin-top: 75px;
	}

	.o-gallery--prices-grouped.is-disabled .o-price-module-teaser {
		width: calc(50% - 25px/2);
	}

	.o-gallery--prices-grouped.is-disabled .o-price-module-teaser+.o-price-module-teaser {
		margin-left: 25px;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .glide__slide {
		-ms-grid-columns: 15px 1fr 25px 1fr 15px;
		grid-template-columns: 15px 1fr 25px 1fr 15px;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .o-price-module-teaser:nth-child(1) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 3;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .o-price-module-teaser:nth-child(2) {
		-ms-grid-column: 4;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 4 / 2 / 5;
	}

	.o-gallery--prices-grouped .glide__ui {
		margin-top: 29px;
	}

	.o-gallery--prices-grouped .glide__bullets {
		width: 35%;
	}

	.o-gallery--prices-grouped .m-expansion-bar,
	.o-teaser-filter .o-ui-tabs {
		margin-top: 15px;
	}

	.event-item__content {
		-ms-grid-columns: 50% 50%;
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'eventinfo actions';
		grid-template-columns: 50% 50%;
		padding-bottom: 20px;
		padding-top: 16px;
	}

	.event-item__event-info {
		-ms-grid-column: 1;
		-ms-grid-columns: 50px 1fr;
		-ms-grid-row: 1;
		grid-template-areas: 'eventtype eventtext''. subline';
		grid-template-columns: 50px 1fr;
	}

	.event-item__text {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 32px;
	}

	.event-item__type,
	.banner-sustainability__content>.banner-sustainability__icon,
	.teaser-event__hero,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__actions>.teaser-event__ics,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.teaser-event__hero {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.event-item__subline {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}

	.event-item__text *,
	.event-item__subline *,
	.event-item__btn-info {
		padding-right: 20px;
	}

	.event-item__btn-cta {
		padding-left: 20px;
	}

	.teaser--partner-logo-description {
		-ms-grid-columns: calc(33.3333333333% - 26.6666666667px) auto;
		grid-column-gap: 20px;
		grid-template-columns: calc(33.3333333333% - 26.6666666667px) auto;
	}

	.teaser--partner-logo-description .a-headline,
	.teaser--partner-logo-description .o-accordeon .accordeon__title,
	.o-accordeon .teaser--partner-logo-description .accordeon__title,
	.o-teaser-collection--partner-logo-description .o-teaser-default .a-headline,
	.o-teaser-collection--partner-logo-description .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--partner-logo-description .o-teaser-default .accordeon__title {
		font-size: 28px;
		line-height: 1;
		margin-top: 7px;
	}

	.teaser--with-toggle {
		-ms-grid-columns: 33.3333333333% 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 11px;
		grid-template-columns: 33.3333333333% 1fr;
	}

	.teaser--with-toggle .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 18px;
	}

	.teaser--with-toggle .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-right: 80px;
		margin-top: 6px;
	}

	.o-teaser-collection--zdf .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--zdf .outer-content-wrapper>.accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin-left: 20px;
		margin-right: 20px;
		max-width: calc(100% - (2 * 20px));
	}

	.o-banner-sustainability {
		background-size: 1440px auto;
		padding: 40px 20px;
	}

	.banner-sustainability__content {
		box-sizing: border-box;
		column-gap: 20px;
		grid-template-areas: 'icon content button';
		padding: 0;
	}

	.banner-sustainability__content>.teaser-default__content-wrapper,
	.o-teaser-event>.teaser-default__content-wrapper,
	.o-teaser-event>.banner-sustainability__texts,
	.banner-sustainability__content>.banner-sustainability__texts,
	.banner-sustainability__content>.teaser-event__content,
	.o-teaser-event>.teaser-event__content {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}

	.banner-sustainability__icon {
		-ms-grid-row-align: center;
		align-self: center;
		font-size: 29px;
	}

	.o-download .a-headline .a-label,
	.o-download .o-accordeon .accordeon__title .a-label,
	.o-accordeon .o-download .accordeon__title .a-label {
		font-size: 13px;
		height: 22px;
		line-height: 22px;
		padding: 1px 8px 0;
		vertical-align: 3px;
	}

	.o-download .download__description {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 5px;
	}

	.o-hero .hero-swoosh {
		height: auto;
		left: 20px;
	}

	.o-hero .m-flash--hero-badge {
		height: 180px;
		position: absolute;
		transform: rotate(10deg);
		width: 180px;
	}

	.hero--start,
	.hero--start .hero-typearea {
		height: 0;
		padding-bottom: 75%;
	}

	.hero--start .hero-swoosh,
	.hero--sub .hero-swoosh,
	.hero--level-0 .hero-swoosh {
		bottom: 20px;
		height: auto;
		left: 20px;
		width: 82%;
	}

	.hero--start .m-flash--hero-badge,
	.hero--sub .m-flash--hero-badge,
	.hero--level-0 .m-flash--hero-badge,
	.hero--level-1 .m-flash--hero-badge {
		right: 40px;
		top: 35px;
	}

	.hero--sub,
	.hero--sub .hero-typearea,
	.hero--level-0,
	.hero--level-0 .hero-typearea {
		height: 0;
		padding-bottom: 66.6666666667%;
	}

	.hero--level-1,
	.hero--level-1 .hero-typearea {
		height: 0;
		padding-bottom: 58.59375%;
	}

	.hero--level-1 .hero-swoosh {
		bottom: 20px;
		height: auto;
		left: 20px;
		width: 71%;
	}

	.hero--level-1.hero--level-1-bp-outline .a-headline,
	.hero--level-1.hero--level-1-bp-outline .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-1.hero--level-1-bp-outline .accordeon__title {
		font-size: 80px;
		line-height: 1;
	}

	.hero--level-2,
	.hero--level-2 .hero-typearea {
		height: 0;
		padding-bottom: 50.78125%;
	}

	.hero--level-2 .hero-swoosh {
		height: calc(100vw / 1.4);
		left: 20px;
		top: calc(50% - 100vw / 1.4 / 2);
	}

	.hero--level-3,
	.hero--level-3 .hero-typearea {
		height: 0;
		padding-bottom: 42.96875%;
	}

	.hero--level-3 .hero-swoosh {
		height: calc(100vw / 1.5);
		left: 20px;
		top: calc(50% - 100vw / 1.5 / 2);
	}

	.o-hero-blank .a-headline,
	.o-hero-blank .o-accordeon .accordeon__title,
	.o-accordeon .o-hero-blank .accordeon__title,
	.o-teaser-hero .a-headline,
	.o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-hero .accordeon__title,
	.teaser-hero--clone .a-headline,
	.teaser-hero--clone .o-accordeon .accordeon__title,
	.o-accordeon .teaser-hero--clone .accordeon__title,
	.error-page .content-field .content-field__headline,
	.o-teaser-filter .teaser-filter__form .form__label,
	.o-teaser-with-bulletpoints .o-teaser-default .a-headline,
	.o-teaser-with-bulletpoints .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-with-bulletpoints .o-teaser-default .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 48px;
		line-height: 50px;
	}

	.hero-blank--filter-tags {
		min-height: 450px;
	}

	.hero-blank--filter-tags .hero-typearea {
		margin: 65px 45px 85px;
	}

	.hero-blank--logo .teaser-default__image,
	.teaser-with-bulletpoints__plus-text {
		margin-left: 33.3333333333%;
		margin-top: 10px;
	}

	.hero-blank--logo .teaser-default__content-wrapper,
	.o-teaser-with-bulletpoints .o-teaser-default {
		margin: 0 40px 0;
	}

	.o-teaser-hero {
		left: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.o-teaser-hero .a-label--new,
	.teaser-hero--clone .a-label--new {
		font-size: 24px;
		height: 34px;
		line-height: 36px;
		padding: 0 15px;
		vertical-align: 8px;
	}

	.teaser-hero--start,
	.teaser-hero--sub,
	.teaser-hero--level-0 {
		bottom: 20px;
		height: calc((.6666666667 * 100vw) - 20px - 30px);
		width: calc((.6666666667 * 100vw) - 20px - 30px);
	}

	.teaser-hero--level-1 {
		bottom: 20px;
		height: calc(100vw / 6 * 3);
		width: calc(100vw / 6 * 3);
	}

	.o-flower .a-headline,
	.o-flower .o-accordeon .accordeon__title,
	.o-accordeon .o-flower .accordeon__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		grid-area: 1 / 1 / 2 / 3;
		line-height: 40px;
		margin-bottom: 40px;
		margin-right: 8.3333333333%;
	}

	.o-flower .flower__content+.m-flower span {
		font-size: 2.3vw;
		line-height: 2.8vw;
	}

	.o-locations {
		align-items: stretch;
		flex-direction: row;
		padding: 0 20px 20px;
	}

	.o-job-search .job-search__main-content {
		padding: 55px 20px 60px;
	}

	.o-job-search .job-search__head>* {
		font-size: 32px;
		line-height: 40px;
	}

	.o-job-search .job-search__form-wrapper {
		-ms-grid-columns: 1fr 40px 1fr;
		-ms-grid-rows: auto 30px auto;
		grid-template-columns: 1fr 40px 1fr;
		grid-template-rows: auto 30px auto;
		margin-top: 50px;
	}

	.o-job-search .job-search__login-wrapper :not(:first-child) {
		margin-left: 125px;
	}

	.o-job-search .job-search__login-wrapper .a-textlink {
		font-size: 20px;
		line-height: 32px;
	}

	.o-search__form .m-form__line--select {
		margin-top: 12px;
	}

	.lightbox__pane {
		max-width: 66.6666666667%;
		padding: 20px;
	}

	.o-teaser-filter .ui-tab {
		margin-right: 10px;
		margin-top: 20px;
	}

	.o-teaser-filter .ui-tab__button {
		padding: 14px;
	}

	.o-accordeon {
		margin-top: 75px;
	}

	.o-accordeon .o-text-image {
		margin-top: 38px;
	}

	.o-accordeon .o-text-image .text-image__headline::before {
		font-size: 22px;
		margin-left: -28px;
		width: 28px;
	}

	.o-accordeon .o-text-image .text-image__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 0 28px;
		width: calc(100% - 28px);
	}

	.o-accordeon .text-image--left .accordeon__item__content,
	.o-accordeon .text-image--right .accordeon__item__content {
		flex-direction: row;
		justify-content: space-between;
	}

	.o-accordeon .text-image--left .text-image__image-wrapper,
	.o-accordeon .text-image--left .o-video,
	.o-accordeon .text-image--left .text-image__richtext-wrapper {
		width: calc(50% - 10px);
	}

	.o-accordeon .text-image--right .text-image__image-wrapper,
	.o-accordeon .text-image--right .o-video {
		order: 2;
		width: calc(50% - 10px);
	}

	.o-accordeon .text-image--right .text-image__richtext-wrapper {
		order: 1;
		width: calc(50% - 10px);
	}

	.accordeon__item__content {
		margin: 0 0 0 28px;
		max-width: calc(100% - 28px);
		width: calc(100% - 28px);
	}

	.o-gallery .a-headline,
	.o-gallery .o-accordeon .accordeon__title,
	.o-accordeon .o-gallery .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		padding: 0;
	}

	.o-gallery--magenta .outer-content-wrapper {
		padding-bottom: 48px;
		padding-top: 32px;
	}

	.o-gallery--images-grouped .outer-content-wrapper {
		padding-right: 0;
	}

	.o-gallery--images-grouped .outer-content-wrapper .a-headline,
	.o-gallery--images-grouped .outer-content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .o-gallery--images-grouped .outer-content-wrapper .accordeon__title {
		max-width: none;
	}

	.o-gallery--prices-grouped .outer-content-wrapper {
		padding: 0;
	}

	.o-gallery--slider .outer-content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.o-gallery--slider .outer-content-wrapper>.a-headline,
	.o-gallery--slider .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-gallery--slider .outer-content-wrapper>.accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 40px;
		line-height: 50px;
		padding: 0 20px;
	}

	.o-gallery--slider .a-headline+.module__detailtext,
	.o-gallery--slider .o-accordeon .accordeon__title+.module__detailtext,
	.o-accordeon .o-gallery--slider .accordeon__title+.module__detailtext {
		margin-top: 35px;
	}

	.o-gallery--slider .glide__ui {
		margin: 75px 0 0 auto;
		width: 100%;
	}

	.navigation-anchor__home {
		padding: 45px 20px 55px 20px;
		width: 41.6666666667%;
	}

	.navigation-anchor__teaser {
		margin: 0 20px 0 auto;
		width: calc(50% - 20px);
	}

	.navigation-anchor__teaser .teaser-default__teaser-text {
		font-size: 28px;
		line-height: 38px;
	}

	.o-pseudo-navigation {
		box-sizing: border-box;
		margin-top: 70px;
		padding: 0 20px;
	}

	.o-podcast>.a-headline,
	.o-accordeon .o-podcast>.accordeon__title {
		box-sizing: border-box;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		padding: 0 20px;
	}

	.price-module__teaser-option-text p,
	.price-module__teaser-option-text li,
	.price-module__teaser-option-text a {
		font-size: 16px;
		line-height: 24px;
	}

	.price-module__teaser-option-price {
		font-size: 40px;
		line-height: 46px;
	}

	.o-price-module {
		margin-top: 55px;
		padding-bottom: 65px;
		padding-top: 80px;
	}

	.o-related-links .related-links__list-item a {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 28px;
		margin-top: 20px;
	}

	.site-chooser__wrapper {
		left: 0;
		width: 100%;
	}

	.site-chooser__content {
		padding: 20px 20px;
	}

	.site-chooser__detailtext {
		font-size: 16px;
		line-height: 23px;
		width: calc(100% - 22px - 20px);
	}

	.site-chooser__icon {
		position: absolute;
		right: 20px;
		top: 20px;
		width: 22px;
	}

	.site-chooser__navigation {
		box-sizing: border-box;
		padding: 20px 20px;
	}

	.site-chooser__country-chooser {
		margin-top: 14px;
	}

	.site-chooser__country-chooser__country {
		font-size: 20px;
		line-height: 26px;
		margin-right: 25px;
		padding-bottom: 14px;
		padding-top: 12px;
	}

	.site-chooser__country-chooser__country:nth-child(1) {
		border-top: none;
	}

	.o-teaser-event {
		-ms-grid-columns: 1fr 40px 1fr;
		display: -ms-grid;
		display: grid;
		grid-column-gap: 40px;
		grid-template-areas: 'hero content';
		grid-template-columns: 1fr 1fr;
	}

	.teaser-event__hero-day {
		height: calc(50vw - (10px + 2 * 20px + 65px));
	}

	.teaser-event__hero-day-content {
		font-size: 80px;
	}

	.banner-sustainability__content>.banner-sustainability__button {
		-ms-grid-column: 5;
		-ms-grid-row: 1;
	}

	.teaser-event__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 32px;
		line-height: 40px;
		margin: 0;
	}

	.teaser-event__tag {
		font-size: 20px;
		line-height: 33px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-day {
		height: auto;
		padding-top: 43.1698%;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-day-content {
		font-size: 42px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__headline {
		font-size: 28px;
		line-height: 32px;
		margin-top: 0;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__actions {
		-ms-grid-columns: auto max-content;
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'ics cta';
		grid-template-columns: auto max-content;
		margin-top: 15px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__actions>.teaser-event__cta,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.teaser-default__content-wrapper,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.banner-sustainability__texts,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.teaser-event__content,
	.event-item__event-actions {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__cta {
		grid-area: cta;
		margin-top: 0;
	}

	.teaser-collection--events-news-view .teaser-collection__actions,
	.teaser-collection--events-list .teaser-collection__actions {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		margin-top: 50px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) {
		-ms-grid-columns: 1fr 2fr;
		-ms-grid-rows: auto auto;
		grid-template-areas: 'hero content';
		grid-template-columns: 1fr 2fr;
		grid-template-rows: auto auto;
		margin-top: 55px;
	}

	.teaser-collection--events-list .o-teaser-event+.o-teaser-event {
		margin-top: 60px;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(1n+3) {
		min-height: 33.3333333333vw;
	}

	.teaser-default--hero-mosaic-text {
		padding: 35px 20px;
	}

	.o-teaser-collection--partner-logo .teaser-wrapper {
		-ms-grid-columns: calc(33.3333333333% - 26.6666666667px) calc(33.3333333333% - 26.6666666667px) calc(33.3333333333% - 26.6666666667px);
		display: -ms-grid;
		display: grid;
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		grid-template-columns: calc(33.3333333333% - 26.6666666667px) calc(33.3333333333% - 26.6666666667px) calc(33.3333333333% - 26.6666666667px);
	}

	.o-teaser-collection--zdf+.teaser-cta-basic,
	.o-teaser-collection--zdf+.teaser-default--editorial-black,
	.o-gallery--magenta+.teaser-cta-basic,
	.o-gallery--magenta+.teaser-default--editorial-black,
	.o-job-search+.teaser-cta-basic,
	.o-job-search+.teaser-default--editorial-black,
	.text-image--quote+.teaser-cta-basic,
	.text-image--quote+.teaser-default--editorial-black {
		margin-top: calc(-1 * .0694444444vw * 80);
		padding-top: calc(70px + .0694444444vw * 80);
	}

	.teaser-with-bulletpoints__plus-text li {
		font-size: 22px;
		line-height: 26px;
		min-height: 92px;
		padding: 20px 20px 20px 80px;
	}

	.teaser-with-bulletpoints__plus-text li::before {
		background-size: 40px auto;
		height: 40px;
		width: 40px;
	}

	.o-third-party-cookies-layer {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 20px;
		line-height: 1.2;
	}

	.o-third-party-cookies-layer .form__label {
		font-size: 20px;
		line-height: 1.2;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__content {
		padding: 20px;
		width: 75%;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__small-print {
		font-size: 17px;
		line-height: 1.2;
		margin-top: 12px;
	}
}

@media screen and (max-width: 1024px) {
	.o-forms .form__row-wrapper-fix {
		display: inline;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1024px) {
	.type-area,
	.m-brandbar,
	.footer__copyright,
	.m-footnotes-list,
	.o-collection-data-list>.a-headline,
	.o-collection-data-list-grey>.a-headline,
	.collapsable-section--request-history,
	.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__content-wrapper,
	.teaser-default--basic-black .a-headline,
	.teaser-default--basic-black .teaser-default__teaser-text,
	.teaser-default--basic-magenta .a-headline,
	.teaser-default--basic-magenta .teaser-default__teaser-text,
	.teaser-default--basic-transparent.o-teaser-default.teaser-cta .teaser-default__content-wrapper,
	.o-teaser-collection-cube,
	.o-teaser-collection--good-to-know .outer-content-wrapper>.a-headline,
	.o-teaser-collection--news-view .button-wrapper,
	.o-teaser-collection--related-topic .button-wrapper,
	.teaser-default--basic-black .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--basic-black .accordeon__title,
	.teaser-default--basic-magenta .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--basic-magenta .accordeon__title,
	.o-teaser-collection--good-to-know .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--good-to-know .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-collection-data-list>.accordeon__title,
	.o-accordeon .o-collection-data-list-grey>.accordeon__title,
	.error-page .content-field,
	.o-search__form,
	.o-search__success-message,
	.o-teaser--searchresult,
	.o-teaser-collection--partner-logo,
	.o-teaser-collection--partner-logo-description,
	.o-teaser-collection--with-toggle {
		box-sizing: content-box;
		padding: 0 12px;
	}

	.footer__nav {
		box-sizing: content-box;
		margin-top: 30px;
		padding: 0 12px;
	}

	.o-teaser-collection--magazine.o-teaser-collection,
	.m-welcome-message,
	.o-collection-experts,
	.o-teaser-collection-jobs,
	.o-teaser-collection.teaser-collection--events-news-view,
	.o-teaser-collection.teaser-collection--events-list,
	.o-embedded-content {
		box-sizing: content-box;
		margin-top: 105px;
		padding: 0 12px;
	}

	body::before {
		content: 'desktop';
	}

	.a-btn--invers-black-icon.a-btn--invers-black-icon,
	.a-btn-outline-invers-icon.a-btn-outline-invers-icon {
		padding-right: 54px;
	}

	.a-btn,
	.o-teaser-default .a-textlink,
	.teaser-default--offer .teaser-default__pseudo-btn,
	.a-textlink.btn,
	.teaser-hero--clone .btn,
	.o-flower .flower__content>.btn,
	.o-price-module-teaser .a-textlink,
	.o-teaser-hero .a-textlink,
	.teaser-hero--clone .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 22px;
	}

	.a-btn--play {
		height: 70px;
		width: 70px;
	}

	.o-teaser-collection .link-to-overview {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-top: 70px;
	}

	.richtext-wrapper .link-external:not([href^='tel'])::after,
	.o-teaser-default.teaser-cta .teaser-default__teaser-text .link-external::after,
	.o-teaser-default.teaser-cta .teaser-text .link-external::after,
	.teaser-default--offer .teaser-default__teaser-text .link-external::after,
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text .link-external::after,
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text .link-external::after,
	.o-locations .locations__country__link::after {
		font-size: 0.667em;
	}

	.a-navigation-anchor__label {
		font-size: 24px;
		line-height: 31px;
	}

	.richtext-wrapper .footnote-item,
	.richtext-wrapper .footnote-item a,
	.m-footnotes-list .footnote-listitem {
		font-size: 18px;
		line-height: 24px;
	}

	.m-form__line--toggle-list .form__element__info {
		font-size: 18px;
		line-height: 24px;
		margin-top: 12px;
	}

	.textlink--ics {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
	}

	.textlink--ics .a-icon {
		font-size: 37px;
		line-height: 37px;
	}

	.a-headline .a-label,
	.o-accordeon .accordeon__title .a-label,
	.teaser-default--hero-mosaic-text .a-label {
		font-size: 20px;
		height: 30px;
		line-height: 28px;
		padding: 2px 14px 0;
		vertical-align: 6px;
	}

	.m-form__line--radiobuttons .form__element__block,
	.m-user-flyout,
	.o-forms .d-col6,
	.o-teaser-collection-l .o-teaser-default .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default .teaser-image {
		width: 50%;
	}

	.form__label,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__ics .textlink__text {
		font-size: 20px;
	}

	.a-category {
		font-size: 20px;
		line-height: 28px;
	}

	.a-separation {
		width: calc(100% - 24px);
	}

	.a-figure figcaption {
		font-size: 19px;
		line-height: 27px;
		margin-top: 14px;
	}

	.a-richtext__infobox {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-top: 25px;
		padding: 30px 25px 30px 95px;
	}

	.a-richtext__infobox::before {
		font-size: 32px;
		line-height: 52px;
		margin-left: -74px;
		width: 52px;
	}

	.richtext-wrapper,
	.m-form__wtf-control--toggle,
	.m-contact .info-field .jobtitle,
	.m-contact .info-field .a-textlink,
	.o-teaser-default .teaser-text,
	.o-teaser-default.teaser-cta .a-headline,
	.teaser-default--editorial .teaser-default__content-wrapper .a-category,
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-category,
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text,
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text,
	.o-teaser-collection--zdf .o-teaser-default .teaser-default__teaser-text,
	.o-teaser-collection--proofpoints .teaser-default__teaser-text,
	.o-teaser-collection--magazine .teaser-default__teaser-text,
	.o-locations .locations__country__link,
	.o-teaser-default.teaser-cta .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-default.teaser-cta .accordeon__title,
	.o-teaser-hero .teaser-text,
	.teaser-hero--clone .teaser-text,
	.error-page .content-field .content-field__text,
	.o-accordeon .text-image__richtext-wrapper,
	.teaser-event__text,
	.teaser-default--hero-mosaic-text .teaser-default__teaser-text,
	.o-third-party-cookies-layer {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
	}

	.richtext-wrapper h3,
	.m-form__line--headline.m-form__line--headline-h3 .a-headline,
	.welcome-message__text,
	.o-collection-download>.a-headline,
	.o-collection-pseudo-navigation>.a-headline,
	.forms--sfmc .o-teaser-collection--with-toggle>.a-headline,
	.teaser-default--editorial .teaser-default__content-wrapper .a-headline,
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline,
	.teaser-default--product .teaser-default__content-wrapper .a-headline,
	.o-teaser-collection .a-headline,
	.o-teaser-collection--proofpoints .outer-content-wrapper>.a-headline,
	.o-teaser-collection--magenta .o-teaser-default .a-headline,
	.o-teaser-collection-mosaic .linkbox .linkbox__text,
	.o-teaser-collection-mosaic .linkbox .linkbox__icon,
	.o-text-image .text-image__headline,
	.m-form__line--headline.m-form__line--headline-h3 .o-accordeon .accordeon__title,
	.o-accordeon .m-form__line--headline.m-form__line--headline-h3 .accordeon__title,
	.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title,
	.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title,
	.teaser-default--product .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--product .teaser-default__content-wrapper .accordeon__title,
	.o-teaser-collection .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection .accordeon__title,
	.o-teaser-collection--proofpoints .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--proofpoints .outer-content-wrapper>.accordeon__title,
	.o-teaser-collection--magenta .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--magenta .o-teaser-default .accordeon__title,
	.o-accordeon .o-collection-download>.accordeon__title,
	.o-accordeon .o-collection-pseudo-navigation>.accordeon__title,
	.forms--sfmc .o-accordeon .o-teaser-collection--with-toggle>.accordeon__title,
	.o-accordeon .forms--sfmc .o-teaser-collection--with-toggle>.accordeon__title,
	.error-page .content-field .content-field__subline,
	.o-teaser--searchresult .a-headline,
	.o-teaser--searchresult .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser--searchresult .accordeon__title,
	.accordeon__title,
	.navigation-anchor__home .a-headline,
	.navigation-anchor__home .o-accordeon .accordeon__title,
	.o-accordeon .navigation-anchor__home .accordeon__title,
	.o-related-links .a-headline,
	.o-related-links .o-accordeon .accordeon__title,
	.o-accordeon .o-related-links .accordeon__title,
	.o-tabs>.a-headline,
	.o-accordeon .o-tabs>.accordeon__title,
	.o-event-items-collection .a-headline,
	.o-event-items-collection .o-accordeon .accordeon__title,
	.o-accordeon .o-event-items-collection .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
	}

	.richtext-wrapper h4,
	.richtext-wrapper h5 {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px !important;
		line-height: 33px !important;
	}

	.o-text-image:not(.text-image--quote) .richtext-wrapper p .author,
	.o-text-image:not(.text-image--quote) .richtext-wrapper p .source,
	.m-reference-field::before,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty)::before,
	.m-reference-field .author,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .author,
	.m-reference-field .source,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) .source {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 19px;
		line-height: 33px;
	}

	.a-navigation__menu-label {
		color: #262626;
		display: block;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 21px;
		line-height: 24px;
		margin-left: 12px;
	}

	.a-navigation__shortcut {
		box-sizing: border-box;
		color: #262626;
		display: block;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 21px;
		line-height: 24px;
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	.m-header-international .header__language-country {
		box-sizing: content-box;
		padding: 0 12px;
		position: relative;
		width: calc(100% - 24px);
	}

	.m-header__brandbar .a-image--logo {
		height: 36.44px;
	}

	.m-header__navbar .type-area,
	.m-header__navbar .m-brandbar,
	.m-header__navbar .footer__nav,
	.m-header__navbar .footer__copyright,
	.m-header__navbar .o-teaser-collection--magazine.o-teaser-collection,
	.m-header__navbar .o-teaser-collection.teaser-collection--events-news-view,
	.m-header__navbar .o-teaser-collection.teaser-collection--events-list {
		max-width: 1024px;
		padding-left: 0;
		padding-right: 0;
	}

	.m-header__navbar .a-icon--hamburger {
		border-right: 1px solid #7c7c7c;
		margin-right: 16px;
		padding-left: 12px;
		padding-right: 32px;
	}

	.m-header__navbar .a-icon--search {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 12px;
		padding-right: 12px;
	}

	.m-header__navbar .m-header__navbar__logo {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		left: 270px;
	}

	.m-header-bpbar .type-area,
	.m-header-bpbar .m-brandbar,
	.m-header-bpbar .footer__nav,
	.m-header-bpbar .footer__copyright,
	.m-header-bpbar .o-teaser-collection--magazine.o-teaser-collection,
	.m-header-bpbar .o-teaser-collection.teaser-collection--events-news-view,
	.m-header-bpbar .o-teaser-collection.teaser-collection--events-list {
		display: flex;
	}

	.m-header-bpbar .header-bpbar__logo {
		font-size: 51px;
		width: 41.6666666667%;
	}

	.m-header-bpbar .o-pseudo-navigation {
		margin: 0;
		width: 58.3333333333%;
	}

	.m-reference-field,
	.text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty) {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 19px;
		line-height: 33px;
		margin-top: 40px;
	}

	.m-breadcrumbs {
		font-size: 19px;
		line-height: 25px;
	}

	.page>.m-breadcrumbs {
		box-sizing: content-box;
		margin-top: 45px;
		padding: 0 12px;
	}

	.m-breadcrumbs .breadcrumb::after {
		font-size: 18px;
		margin-left: 11px;
		margin-right: 8px;
	}

	.m-form__line {
		padding-left: 12px;
		padding-right: 12px;
	}

	.m-form__line+.m-form__line,
	.m-form__line:not(.m-form__line--headline),
	.teaser-default--editorial .a-textlink,
	.teaser-default--editorial-black .a-textlink,
	.teaser-default--cta-with-background-image-without-swoosh .o-forms,
	.teaser-default--product .a-textlink--product,
	.o-teaser-collection-m .a-btn,
	.o-teaser-collection-m .o-teaser-default .a-textlink,
	.o-teaser-default .o-teaser-collection-m .a-textlink,
	.o-teaser-collection-m .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-m .teaser-default__pseudo-btn,
	.o-teaser-collection-l .o-teaser-default .teaser-text,
	.o-teaser-collection-l--magenta .o-teaser-default .teaser-text,
	.o-teaser-collection--news-view .teaser-default__image+.teaser-default__content-wrapper .a-category,
	.o-teaser-collection--news-view .o-teaser-default,
	.o-teaser-collection-m .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-m .btn,
	.o-teaser-collection-m .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-m .flower__content>.btn,
	.o-teaser-collection-m .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-teaser-collection-m .a-textlink,
	.teaser-event__headline+.teaser-event__text,
	.third-party-cookies-layer--default .m-form__wtf-control--toggle {
		margin-top: 30px;
	}

	.form__element__block,
	.m-form__line--headline+.m-form__line--infotext {
		margin-top: 8px;
	}

	.m-form__line--checkboxes .form__label,
	.m-form__line--radiobuttons .form__block__label,
	.teaser-collection--events-news-view .teaser-collection__actions .a-textlink--arrow-after,
	.teaser-collection--events-list .teaser-collection__actions .a-textlink--arrow-after {
		font-size: 24px;
	}

	.m-form__line--radiobuttons .form__element__item {
		min-width: 33.3333333333%;
	}

	.m-form__line--toggle-list {
		grid-row-gap: 30px;
	}

	.m-form__line--toggle-list .form__element__text {
		margin-top: 4px;
	}

	.m-contact .info-field>*:not(:first-child) {
		margin-top: 5px;
	}

	.m-contact .info-field .name .name__first,
	.m-contact .info-field .name .name__last,
	.m-contact .info-field .name .name__title,
	.o-teaser-collection.teaser-collection--magenta-contract .teaser-collection__headline,
	.o-forms .a-headline,
	.o-teaser-collection-jobs .o-teaser-default .a-headline,
	.o-teaser-collection-jobs .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection-jobs .o-teaser-default .accordeon__title,
	.o-download .a-headline,
	.o-download .o-accordeon .accordeon__title,
	.o-accordeon .o-download .accordeon__title,
	.o-forms .o-accordeon .accordeon__title,
	.o-accordeon .o-forms .accordeon__title,
	.site-chooser__country-chooser__continent-label,
	.o-teaser-collection--with-toggle .teaser--with-toggle .a-headline,
	.o-teaser-collection--with-toggle .teaser--with-toggle .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--with-toggle .teaser--with-toggle .accordeon__title,
	.third-party-cookies-layer--default .a-headline,
	.third-party-cookies-layer--default .o-accordeon .accordeon__title,
	.o-accordeon .third-party-cookies-layer--default .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 33px;
	}

	.m-fab__items {
		pointer-events: none;
	}

	.m-flash--hero-badge .flash__flash-text1 {
		font-size: 60px;
		line-height: 60px;
	}

	.m-flash--hero-badge .flash__flash-text1+.flash__flash-text2,
	.o-teaser-collection--offer.o-teaser-collection--offer-bar .collection--offer__headline {
		font-size: 24px;
		line-height: 25px;
	}

	.m-flash--hero-badge .flash__flash-text2 {
		font-size: 24px;
		line-height: 30px;
	}

	.flash--sustainability .flash__flash-text1 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 10px;
	}

	.flash--sustainability .flash__flash-text1+.flash__flash-text2 {
		font-size: 18px;
		line-height: 22px;
	}

	.flash--sustainability {
		width: 148px;
	}

	.flash--sustainability .flash__icon {
		font-size: 28px;
	}

	.m-navigation-anchor__items.is-fixed .a-navigation-anchor__label {
		background-color: #fff;
		border-radius: 16px;
		font-size: 16px;
		line-height: 24px;
		margin-left: 23px;
		opacity: 0;
		padding: 6px 16px;
		visibility: hidden;
		white-space: nowrap;
	}

	.list--checkmarks li,
	.teaser-default--product .teaser-default__teaser-text ul li {
		padding-left: 42px;
	}

	.list--checkmarks li::before,
	.teaser-default--product .teaser-default__teaser-text ul li::before {
		font-size: 30px;
		margin-left: -42px;
		width: 42px;
	}

	.list--checkmarks li+li,
	.teaser-default--product .teaser-default__teaser-text ul li+li {
		margin-top: 26px;
	}

	.m-navigation__header {
		justify-content: space-between;
		margin-left: 60px;
		margin-right: 60px;
		padding-bottom: 55px;
		padding-top: 55px;
	}

	.m-navigation__header .a-icon--close,
	.user-flyout__header .a-icon--close {
		padding-left: 10px;
		padding-right: 10px;
	}

	.m-navigation__home {
		padding-left: 14px;
		padding-right: 14px;
		width: 176px;
	}

	.m-navigation__home:focus {
		outline: 2px solid Highlight;
	}

	.expansion-bar--collapsable-contract {
		box-sizing: content-box;
		margin-top: 40px;
		margin-bottom: 35px;
		padding: 0 12px;
	}

	.flower--2019 .flower__petals {
		-ms-grid-columns: 1fr 24px 1fr;
		-ms-grid-rows: 1fr 24px 1fr;
		grid-template-columns: 1fr 24px 1fr;
		grid-template-rows: 1fr 24px 1fr;
	}

	.flower--2019 .flower__petals span {
		font-size: 30px;
		line-height: 36px;
	}

	.flower--2019 .flower__petals span::before,
	.o-gallery--images-grouped .glide__arrow--right,
	.o-gallery--slider .glide__arrow--right {
		margin-right: 15px;
	}

	.flower--2019 .flower__petals .q1 span {
		transform: translate(50%, -12px);
	}

	.flower--2019 .flower__petals .q2 span {
		transform: translate(-50%, -12px);
	}

	.flower--2019 .flower__petals .q3 span {
		transform: translate(50%, 12px);
	}

	.flower--2019 .flower__petals .q4 span {
		transform: translate(-50%, 12px);
	}

	.user-flyout__menuitem {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 30px;
	}

	a.o-person .person__name,
	.o-person .person__name {
		font-size: 28px;
		line-height: 33px;
	}

	a.o-person .person__company,
	a.o-person .person__description,
	a.o-person .person__vita,
	a.o-person .person__linklist,
	.o-person .person__company,
	.o-person .person__description,
	.o-person .person__vita,
	.o-person .person__linklist,
	.teaser-default--offer .teaser-default__teaser-text {
		font-size: 24px;
		line-height: 32px;
	}

	.o-collection-download,
	.o-collection-pseudo-navigation {
		margin-top: 105px;
		padding: 0 12px;
	}

	.o-collection-person .o-person {
		margin-top: 85px;
		width: calc(25% - (6 / 4 * 12px));
	}

	.o-collection-person .o-person:not(:nth-child(4n+4)) {
		margin-right: 24px;
	}

	.o-collection-pseudo-navigation .o-pseudo-navigation,
	.forms--sfmc .form__row-wrapper+.form__row-wrapper,
	.o-gallery--slider .a-headline+.glide__track,
	.o-gallery--slider .o-accordeon .accordeon__title+.glide__track,
	.o-accordeon .o-gallery--slider .accordeon__title+.glide__track,
	.o-gallery--slider .module__detailtext+.glide__track,
	.o-teaser-collection--with-toggle .teaser--with-toggle+.teaser--with-toggle {
		margin-top: 65px;
	}

	.collection-data-list__teaser-wrapper,
	.collection-data-list-grey__teaser-wrapper {
		box-sizing: content-box;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		padding: 0 12px;
	}

	.o-collapsable-section+.o-text-image,
	.accordeon__title+.o-text-image,
	.o-gallery--slider .a-headline+.module__detailtext,
	.o-gallery--slider .o-accordeon .accordeon__title+.module__detailtext,
	.o-accordeon .o-gallery--slider .accordeon__title+.module__detailtext,
	.o-podcast>.a-headline+.podcast__content-wrapper,
	.o-accordeon .o-podcast>.accordeon__title+.podcast__content-wrapper,
	.teaser-collection--events-list .o-teaser-event+.o-teaser-event {
		margin-top: 50px;
	}

	.collapsable-section__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
		margin-top: 20px;
	}

	.collapsable-section--request-history .collapsable-section__data,
	.o-teaser-collection--news-view .teaser-default__image,
	.o-teaser-collection--related-topic .teaser-default__image,
	.third-party-cookies-layer--video.third-party-cookies-layer--default .third-party-cookies-layer__background {
		margin: 0 12px;
	}

	.o-footer .a-image--logo,
	.o-footer .a-image--claim {
		height: 31px;
	}

	.o-footer--onepager .content-wrapper {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
	}

	.o-footer--onepager .footer__nav {
		display: flex;
		flex-direction: row;
		font-size: 16px;
		justify-content: flex-end;
		margin-top: 0;
		padding-right: 0;
	}

	.o-footer--onepager .footer__copyright {
		line-height: 16px;
		margin-top: 0;
		padding-left: 0;
	}

	.footer__flash,
	.o-forms {
		box-sizing: content-box;
	}

	.footer__flash .m-flash {
		bottom: -38px;
	}

	.o-forms .d-col1 {
		width: 8.3333333333%;
	}

	.o-forms .d-col2 {
		width: 16.6666666667%;
	}

	.o-forms .d-col3 {
		width: 25%;
	}

	.o-forms .d-col4 {
		width: 33.3333333333%;
	}

	.o-forms .d-col5 {
		width: 41.6666666667%;
	}

	.o-forms .d-col7,
	.o-teaser-default.teaser-cta-contact .cta-wrapper {
		width: 58.3333333333%;
	}

	.o-forms .d-col8 {
		width: 66.6666666667%;
	}

	.o-forms .d-col9 {
		width: 75%;
	}

	.o-forms .d-col10,
	.o-download .content-wrapper {
		width: 83.3333333333%;
	}

	.o-forms .d-col11 {
		width: 91.6666666667%;
	}

	.o-forms .d-col12 {
		width: 100%;
	}

	.o-text-image+.o-forms,
	.forms--sfmc form>.m-form__line--headline-h3,
	.forms--sfmc form>.o-teaser-collection--with-toggle {
		margin-top: 90px;
	}

	.forms--sfmc .m-form__line--headline+.form__row-wrapper,
	.o-teaser-collection--with-toggle>.a-headline+.teaser-wrapper,
	.o-accordeon .o-teaser-collection--with-toggle>.accordeon__title+.teaser-wrapper {
		margin-top: 70px;
	}

	.forms--sfmc .form__label[for='email'],
	.forms--sfmc .form__label[for='email']~*,
	.o-accordeon .text-image--left .text-image__image-wrapper,
	.o-accordeon .text-image--left .o-video,
	.o-accordeon .text-image--left .text-image__richtext-wrapper {
		width: calc(50% - 12px);
	}

	.navigation__bg--mobile-country,
	.navigation__bg--mobile-main,
	.o-search__form [for='topics-mobile'] {
		display: none;
	}

	.navigation__bg--desktop-main {
		background-color: #fff;
		border-bottom: 1px solid #d8d8d8;
		height: 622px;
		left: 0;
		position: absolute;
		top: 198px;
		width: 100%;
		z-index: 101;
	}

	.o-metanav .nav__label--level-1 {
		display: inline-flex;
		margin: 0;
		padding: 0 15px;
	}

	.navigation__main .navigation__branch--lvl-0 .a-navigation__node {
		border-top: 1px solid #d0d0d0;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 30px;
		padding: 15px 36px 15px 14px;
	}

	.navigation__label--selected {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 24px;
		line-height: 30px;
		padding: 15px 14px 15px 36px;
	}

	.navigation__branch--lvl-1 .a-navigation__node {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 22px;
		line-height: 32px;
		padding: 15px 36px 15px 14px;
	}

	.o-navigation__menu .navigation__node--meta {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 18px;
		line-height: 22px;
		padding: 7px 36px 7px 14px;
	}

	.o-navigation__menu {
		bottom: 0;
		left: 0;
		position: fixed;
		right: auto;
		top: 0;
		transform: translateX(0);
		transition: transform 300ms ease;
		width: 436px;
	}

	.o-navigation__menu.is-closed {
		transform: translateX(-436px);
	}

	.o-navigation__menu .navigation__content {
		margin-left: 60px;
		margin-right: 60px;
		margin-top: 5px;
	}

	.has-navigation-overlay-visible .navigation__overlay {
		background-color: rgba(0, 0, 0, 0.8);
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 110;
	}

	[data-navigation-type='country'] .nav__label--selected-country:not(.nav__label--level-1)::after {
		content: '§';
		display: block;
		float: right;
		font-family: 'TeleIcon-Outline';
		font-size: 22px;
		margin-right: 0;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}

	[data-navigation-type='country'] .nav__label--column-title {
		display: block;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		margin: 15px 0 30px;
		min-height: 45px;
	}

	[data-navigation-type='country'] .nav__items--flyout {
		display: flex;
		left: -99999px;
		padding: 24px 10px;
		position: absolute;
		right: auto;
		top: 38px;
		z-index: 102;
	}

	[data-navigation-type='country'] .nav__items--flyout>.nav__item {
		padding: 0 20px;
		width: 152px;
	}

	[data-navigation-type='country'] .nav__items--flyout>.nav__item+.nav__item {
		border-left: 1px solid #d0d0d0;
	}

	[data-navigation-type='country'] .is-selected--nav__item .nav__items--flyout {
		left: auto;
		right: 12px;
	}

	[data-navigation-type='country'] .nav__items--level-3 .nav__item+.nav__item,
	.o-teaser-collection-m .teaser-text {
		margin-top: 15px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel'],
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto'],
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel'] {
		font-size: 36px;
		line-height: 32px;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic .cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='mailto']::before,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-magenta-document-icon .cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper>.a-textlink[href^='tel']::before,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='mailto']::before,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper>.a-textlink[href^='tel']::before {
		font-size: 31px;
	}

	.o-teaser-default.teaser-cta {
		padding: 100px 0;
	}

	.o-teaser-default.teaser-cta .teaser-default__teaser-text,
	.o-teaser-default.teaser-cta .teaser-text {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
		margin-top: 18px;
	}

	.o-teaser-default.teaser-cta-basic .content-wrapper,
	.o-teaser-default.teaser-cta-basic-light .content-wrapper {
		margin: 0 auto;
		max-width: 1000px;
		width: 100%;
	}

	.o-teaser-default.teaser-cta-basic .teaser-default__cta-wrapper,
	.o-teaser-default.teaser-cta-basic .cta-wrapper,
	.o-teaser-default.teaser-cta-basic-light .teaser-default__cta-wrapper,
	.o-teaser-default.teaser-cta-basic-light .cta-wrapper,
	.teaser-default--cta-magenta-document-icon .teaser-default__cta-wrapper,
	.teaser-default--cta-magenta-document-icon .cta-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .teaser-default__cta-wrapper,
	.teaser-default--cta-with-background-image-without-swoosh .cta-wrapper {
		align-items: center;
		flex-direction: row;
	}

	.o-teaser-default.teaser-cta-basic .m-contact .a-image,
	.o-teaser-default.teaser-cta-basic-light .m-contact .a-image {
		margin-right: 72px;
		width: 160px;
	}

	.o-teaser-default.teaser-cta-hero .type-area,
	.o-teaser-default.teaser-cta-hero .m-brandbar,
	.o-teaser-default.teaser-cta-hero .footer__nav,
	.o-teaser-default.teaser-cta-hero .footer__copyright,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection--magazine.o-teaser-collection,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-news-view,
	.o-teaser-default.teaser-cta-hero .o-teaser-collection.teaser-collection--events-list {
		max-width: 1024px;
	}

	.o-teaser-default.teaser-cta-hero .swoosh-wrapper {
		background-position: left center;
		background-size: 100% auto;
	}

	.o-teaser-default.teaser-cta-hero .content-wrapper {
		padding: 0 8.3333333333% 0 24px;
	}

	.o-teaser-default.teaser-cta-hero .content-wrapper .a-textlink {
		margin-right: 32px;
		margin-top: 35px;
	}

	.o-teaser-default.teaser-cta-contact {
		padding: 0 0 48px;
	}

	.o-teaser-default.teaser-cta-contact .content-wrapper>div:first-of-type,
	.o-text-image.text-image--left .text-image__headline~*,
	.o-text-image.text-image--right .text-image__headline~*,
	.o-text-image.text-image--bottom .text-image__headline~*,
	.o-text-image.text-image--intro .text-image__headline~*,
	.o-text-image.text-image--none .text-image__headline~*,
	.text-image--bottom-text-fullwidth .text-image__image-wrapper,
	.text-image--bottom-text-fullwidth .o-video,
	.text-image--bottom-text-fullwidth .text-image__richtext-wrapper,
	.o-gallery--prices-grouped .glide__ui {
		margin-top: 37px;
	}

	.o-teaser-default.teaser-cta-contact .content-wrapper>* {
		margin-left: 12px;
		margin-right: 12px;
	}

	.o-teaser-default.teaser-cta-contact .a-headline,
	.o-teaser-default.teaser-cta-contact .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-default.teaser-cta-contact .accordeon__title {
		margin-bottom: 35px;
		margin-top: 33px;
	}

	.o-teaser-default.teaser-cta-contact .teaser-text,
	.price-module__teaser-option-text p,
	.price-module__teaser-option-text li,
	.price-module__teaser-option-text a,
	.o-price-module .footnote-listitem {
		font-size: 19px;
		line-height: 27px;
	}

	.o-teaser-default.teaser-cta-contact .teaser-text+.cta-wrapper {
		margin-top: 28px;
	}

	.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel'],
	.teaser-default--offer .teaser-default__content-wrapper .a-headline,
	.teaser-default--offer .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--offer .teaser-default__content-wrapper .accordeon__title {
		font-size: 28px;
		line-height: 32px;
	}

	.teaser-default--offer {
		margin: 20px auto 0;
	}

	.teaser-default--offer .teaser-default__content-wrapper {
		padding: 45px 30px 35px 100px;
	}

	.teaser-default--offer .teaser-default__content-wrapper .a-headline+.teaser-default__teaser-text,
	.teaser-default--offer .teaser-default__content-wrapper .o-accordeon .accordeon__title+.teaser-default__teaser-text,
	.o-accordeon .teaser-default--offer .teaser-default__content-wrapper .accordeon__title+.teaser-default__teaser-text {
		margin-top: 17px;
	}

	.teaser-default--good-to-know .teaser-default__content-wrapper {
		padding: 20px 20px 30px;
	}

	.teaser-default--good-to-know .teaser-default__content-wrapper .a-headline,
	.teaser-default--good-to-know .teaser-default__content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .teaser-default--good-to-know .teaser-default__content-wrapper .accordeon__title {
		font-size: 70px;
		line-height: 1;
		min-height: 70px;
	}

	.teaser-default--good-to-know .teaser-default__teaser-text,
	.o-teaser-collection--magenta .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-top: 15px;
	}

	.teaser-default--editorial {
		-ms-grid-columns: 1fr 1000px 1fr;
		-ms-grid-rows: auto;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1000px 1fr;
		grid-template-rows: auto;
		margin-top: 105px;
		padding-bottom: 67px;
		padding-top: 52px;
	}

	.teaser-default--editorial-black {
		-ms-grid-columns: 1fr 1000px 1fr;
		-ms-grid-rows: auto;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1000px 1fr;
		grid-template-rows: auto;
		margin-top: 105px;
		padding-bottom: 67px;
		padding-top: 52px;
	}

	.teaser-default--editorial .teaser-default__image,
	.teaser-default--editorial-black .teaser-default__image {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-align: center;
		-ms-grid-row-span: 1;
		align-self: center;
		grid-area: 1 / 2 / 2 / 3;
		justify-self: flex-start;
		padding: 15px 8.3333333333% 0;
		width: 41.6666666667%;
	}

	.teaser-default--editorial .teaser-default__content-wrapper,
	.teaser-default--editorial-black .teaser-default__content-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 3;
		padding-left: 24px;
		width: 58.3333333333%;
	}

	.teaser-default--editorial .teaser-default__content-wrapper:not(:only-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper:not(:only-child) {
		-ms-grid-column-align: end;
		justify-self: end;
	}

	.teaser-default--editorial .teaser-default__content-wrapper .a-headline:not(:first-child),
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .a-headline:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text:not(:first-child),
	.teaser-default--product .teaser-default__teaser-text,
	.text-image--bottom .text-image__image-wrapper:not(:last-child),
	.text-image--bottom .o-video:not(:last-child),
	.text-image--bottom-text-fullwidth .text-image__image-wrapper:not(:last-child),
	.text-image--bottom-text-fullwidth .o-video:not(:last-child),
	.teaser-default--editorial .teaser-default__content-wrapper .o-accordeon .accordeon__title:not(:first-child),
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper .accordeon__title:not(:first-child),
	.teaser-default--editorial-black .teaser-default__content-wrapper .o-accordeon .accordeon__title:not(:first-child),
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper .accordeon__title:not(:first-child),
	.o-accordeon .o-text-image {
		margin-top: 35px;
	}

	.teaser-default--product {
		-ms-grid-columns: 1fr 512px 73.3333333333px 426.666666667px 12px;
		-ms-grid-rows: auto;
		align-items: center;
		display: -ms-grid;
		display: grid;
		flex-wrap: nowrap;
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		grid-template-columns: 1fr 512px 73.3333333333px 426.666666667px 12px;
		grid-template-rows: auto;
		justify-content: space-between;
		line-height: 32px;
		max-width: 1220px;
	}

	.teaser-default--product .teaser-default__image {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 3;
	}

	.teaser-default--product .teaser-default__content-wrapper,
	.o-gallery--prices-grouped:not(.is-disabled) .o-price-module-teaser:nth-child(2),
	.navigation-anchor__freespace {
		-ms-grid-column: 4;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 4 / 2 / 5;
	}

	.o-teaser-collection,
	.o-teaser-collection-l--magenta>*:first-child,
	.o-text-image,
	.o-gallery,
	.o-podcast,
	.o-footer:not(.o-footer--onepager),
	.o-accordeon,
	.o-tabs {
		margin-top: 105px;
	}

	.o-teaser-collection .teaser-wrapper,
	.o-event-items-collection .events-wrapper {
		margin-top: 55px;
	}

	.o-teaser-collection>.a-headline,
	.o-teaser-collection .teaser-collection__detail-text,
	.o-accordeon .o-teaser-collection>.accordeon__title {
		margin: 0 auto;
		max-width: 1000px;
		padding: 0 24px;
	}

	.o-teaser-collection-s .teaser-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.o-teaser-collection-s .o-teaser-default {
		position: relative;
		width: calc(100% / 3);
	}

	.o-teaser-collection-s .o-teaser-default:nth-child(n+4),
	.o-teaser-collection-m .o-teaser-default,
	.o-tabs .o-pseudo-navigation {
		margin-top: 60px;
	}

	.o-teaser-collection-s .o-teaser-default .teaser-image {
		margin-bottom: 30px;
	}

	.o-teaser-collection-s .o-teaser-default .content-wrapper {
		align-items: flex-start;
		background-color: #fff;
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		left: 10%;
		padding: 30px 20px;
		position: absolute;
		right: 5%;
	}

	.o-teaser-collection-m .teaser-image {
		margin-bottom: 50px;
	}

	.o-teaser-collection-m .content-wrapper {
		left: calc(30% - 50px);
		padding: 35px 20px 30px;
		right: 50px;
	}

	.o-teaser-collection-l .o-teaser-default,
	.o-teaser-collection-l--magenta .o-teaser-default {
		align-items: flex-start;
		display: flex;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd) .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd) .content-wrapper {
		margin-left: -61.3333333333px;
		width: 573.333333333px;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(even),
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even) {
		flex-direction: row-reverse;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(even) .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even) .content-wrapper {
		margin-right: -61.3333333333px;
		width: 573.333333333px;
	}

	.o-teaser-collection-l .o-teaser-default .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default .content-wrapper {
		margin-top: 60px;
		padding: 50px 40px;
	}

	.o-teaser-collection-l--magenta {
		padding-bottom: 145px;
		width: 100%;
	}

	.o-teaser-collection-l--magenta .teaser-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 1416px;
	}

	.o-teaser-collection--zdf .outer-content-wrapper>.a-headline,
	.o-teaser-collection--zdf .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-teaser-collection--zdf .outer-content-wrapper>.accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}

	.o-teaser-collection--zdf .teaser-wrapper,
	.o-teaser-collection--zdf .m-footnotes-list {
		margin-left: auto;
		margin-right: auto;
		margin-top: 60px;
		width: 1000px;
	}

	.o-teaser-collection--zdf .m-reference-field,
	.o-teaser-collection--zdf .text-image--quote .text-image__richtext-wrapper blockquote+p:not(:empty),
	.text-image--quote .text-image__richtext-wrapper .o-teaser-collection--zdf blockquote+p:not(:empty),
	.o-teaser-collection--proofpoints,
	.o-teaser-collection--magenta {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}

	.o-teaser-collection--zdf .outer-content-wrapper {
		padding: 80px 0 90px;
	}

	.o-teaser-collection--zdf .o-teaser-default {
		margin-bottom: 40px;
		padding-left: 8.3333333333%;
		padding-right: 8.3333333333%;
		width: 45.8333333333%;
	}

	.o-teaser-collection--zdf .o-teaser-default .a-headline,
	.o-teaser-collection--zdf .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--zdf .o-teaser-default .accordeon__title {
		font-size: 70px;
		line-height: 62px;
	}

	.o-teaser-collection--zdf .o-teaser-default .teaser-default__content-wrapper>*:not(:first-child) {
		margin-top: 19px;
	}

	.o-teaser-collection--proofpoints .o-teaser-default,
	.o-teaser-collection--magenta .o-teaser-default {
		box-sizing: border-box;
		margin-top: 20px;
		padding: 36px 30px 40px;
		width: calc(50% - 10px);
	}

	.o-teaser-collection--proofpoints .o-teaser-default:nth-child(1),
	.o-teaser-collection--proofpoints .o-teaser-default:nth-child(2),
	.o-teaser-collection--magenta .o-teaser-default:nth-child(1),
	.o-teaser-collection--magenta .o-teaser-default:nth-child(2),
	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper .o-teaser-default+.o-teaser-default,
	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(1),
	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(2),
	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(3) {
		margin-top: 0;
	}

	.o-teaser-collection--proofpoints .o-teaser-default .a-headline,
	.o-text-image .text-image__headline.text-image__headline--introduction,
	.text-image--intro .text-image__headline,
	.o-teaser-collection--proofpoints .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--proofpoints .o-teaser-default .accordeon__title,
	.navigation-anchor__teaser .a-headline,
	.navigation-anchor__teaser .o-accordeon .accordeon__title,
	.o-accordeon .navigation-anchor__teaser .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 48px;
		line-height: 58px;
	}

	.o-teaser-collection--magenta .m-contact .info-field,
	.o-gallery--prices-grouped.is-disabled .o-price-module-teaser+.o-price-module-teaser {
		margin-left: 24px;
	}

	.o-teaser-collection-jobs .o-teaser-default {
		margin-top: 48px;
	}

	.o-teaser-collection-jobs .o-teaser-default .teaser-text {
		margin-top: 10px;
	}

	.o-teaser-collection-jobs .o-teaser-default .a-textlink,
	.o-teaser-collection-jobs .o-teaser-default .a-btn,
	.o-teaser-collection-jobs .o-teaser-default .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-jobs .o-teaser-default .teaser-default__pseudo-btn,
	.o-teaser-collection-jobs .o-teaser-default .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-jobs .o-teaser-default .btn,
	.o-teaser-collection-jobs .o-teaser-default .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-jobs .o-teaser-default .flower__content>.btn {
		display: inline-block;
		margin-top: 30px;
	}

	.o-teaser-collection-mosaic .content-wrapper {
		padding: 120px 55px 55px;
	}

	.o-teaser-collection-mosaic .linkbox {
		padding: 55px;
	}

	.o-teaser-collection-cube>.a-headline,
	.o-accordeon .o-teaser-collection-cube>.accordeon__title {
		padding: 0;
	}

	.o-teaser-collection-cube .o-teaser-default {
		margin-top: 100px;
	}

	.o-teaser-collection-cube .o-teaser-default:first-child,
	.o-teaser-collection-cube .content-wrapper .teaser-text,
	.o-teaser-collection-cube .content-wrapper .a-btn,
	.o-teaser-collection-cube .content-wrapper .o-teaser-default .a-textlink,
	.o-teaser-default .o-teaser-collection-cube .content-wrapper .a-textlink,
	.o-teaser-collection-cube .content-wrapper .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-cube .content-wrapper .teaser-default__pseudo-btn,
	.o-teaser-collection-cube .content-wrapper .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-cube .content-wrapper .btn,
	.o-teaser-collection-cube .content-wrapper .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-cube .content-wrapper .flower__content>.btn,
	.o-teaser-collection-cube .content-wrapper .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-teaser-collection-cube .content-wrapper .a-textlink,
	.hero-blank--logo .teaser-default__teaser-text,
	.o-navigation-anchor,
	.o-teaser-with-bulletpoints .teaser-default__teaser-text {
		margin-top: 25px;
	}

	.o-teaser-collection-cube .teaser-image {
		box-sizing: border-box;
		padding: 0;
		width: 41.6666666667%;
	}

	.o-teaser-collection-cube .content-wrapper {
		box-sizing: border-box;
		margin-top: 35px;
		padding: 0 12px;
		width: 50%;
	}

	.o-teaser-collection--offer {
		padding-bottom: 45px;
		padding-top: 45px;
	}

	.o-teaser-collection--offer .teaser-wrapper,
	.o-teaser-collection--offer .teaser-collection--offer-bar__headline-wrapper,
	.text-image--floated .text-image__richtext-wrapper {
		max-width: 1000px;
	}

	.o-teaser-collection--offer.o-teaser-collection--offer-bar .teaser-collection--offer-bar__handle-icon::after {
		font-size: 32px;
	}

	.o-teaser-collection--offer .teaser-collection--offer-bar__headline-wrapper+.teaser-wrapper {
		padding-top: 70px;
	}

	.o-teaser-collection--magazine .teaser-wrapper {
		margin-left: -12px;
		margin-right: -12px;
	}

	.o-teaser-collection--magazine .teaser-wrapper__col {
		overflow: hidden;
		padding: 0 12px;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper {
		display: flex;
		margin-left: -12px;
		margin-right: -12px;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper>:first-child {
		box-sizing: border-box;
		padding: 0 12px;
		width: 66.6666666667%;
	}

	.o-teaser-collection--magazine.o-teaser-collection--magazine-3-col .hero-teaser-wrapper>:nth-child(2) {
		box-sizing: border-box;
		padding: 0 12px;
		width: 33.3333333333%;
	}

	.o-teaser-collection--good-to-know .outer-content-wrapper {
		padding-bottom: 105px;
		padding-top: 35px;
	}

	.o-teaser-collection--good-to-know .teaser-wrapper {
		box-sizing: content-box;
		margin-top: 70px;
		padding: 0 12px;
	}

	.o-teaser-collection--good-to-know .teaser-default--good-to-know {
		margin-top: 30px;
		width: calc(33% - 10px);
	}

	.o-teaser-collection--good-to-know .teaser-default--good-to-know:nth-child(3n+2) {
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}

	.o-teaser-collection--related-topic {
		padding: 110px 0 100px;
	}

	.o-teaser-collection--related-topic .o-teaser-default {
		-ms-grid-columns: 25% 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 25% 1fr;
		margin-top: 30px;
	}

	.o-teaser-collection--news-view .teaser-wrapper {
		-ms-grid-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		max-width: 1024px;
		padding: 0;
	}

	.o-teaser-collection--related-topic .teaser-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 1024px;
		padding: 0;
	}

	.o-teaser-collection--news-view .teaser-default__content-wrapper,
	.o-teaser-collection--related-topic .teaser-default__content-wrapper {
		padding: 0 12px;
	}

	.o-teaser-collection--news-view .teaser-default__teaser-text,
	.o-teaser-collection--related-topic .teaser-default__teaser-text,
	.o-teaser-filter .o-ui-tabs,
	.o-accordeon .o-text-image .text-image__headline~.accordeon__item__content,
	.teaser-event__tags {
		margin-top: 20px;
	}

	.text-image--left,
	.text-image--right {
		-ms-grid-columns: 1fr 500px 500px 1fr;
		-ms-grid-rows: auto auto;
		grid-template-columns: 1fr 500px 500px 1fr;
		grid-template-rows: auto auto;
	}

	.text-image--left .text-image__headline {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 3 / 2 / 5;
		margin-left: 12px;
		margin-right: 8.3333333333%;
	}

	.text-image--left .text-image__richtext-wrapper,
	.text-image--right .text-image__image-wrapper,
	.text-image--right .o-video {
		margin-left: 12px;
	}

	.text-image--left .text-image__image-wrapper,
	.text-image--left .o-video,
	.text-image--right .text-image__richtext-wrapper,
	.o-flower .flower__content {
		margin-right: 12px;
	}

	.text-image--left.text-image--round {
		-ms-grid-columns: 1fr 333.333333333px 666.666666667px 1fr;
		grid-template-columns: 1fr 333.333333333px 666.666666667px 1fr;
	}

	.text-image--left.text-image--round .text-image__image-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 3;
	}

	.text-image--left .text-image__image-wrapper:last-child,
	.text-image--left .o-video:last-child,
	.text-image--right .text-image__image-wrapper:last-child,
	.text-image--right .o-video:last-child {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 4;
	}

	.text-image--right .text-image__headline,
	.text-image--bottom .text-image__headline--introduction,
	.text-image--bottom-text-fullwidth .text-image__headline--introduction {
		margin-right: 25%;
	}

	.text-image--bottom,
	.text-image--bottom-text-fullwidth {
		-ms-grid-columns: 1fr 1000px 1fr;
		-ms-grid-rows: auto auto auto;
		grid-template-columns: 1fr 1000px 1fr;
		grid-template-rows: auto auto auto;
	}

	.text-image--bottom .text-image__headline {
		margin-right: 0%;
	}

	.text-image--bottom .text-image__richtext-wrapper {
		padding-right: 0%;
	}

	.text-image--quote .text-image__richtext-wrapper blockquote {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 48px;
		line-height: 54px;
	}

	.text-image--quote .text-image__richtext-wrapper blockquote::before {
		float: left;
		font-size: 150px;
		margin-top: -45px;
	}

	.text-image--quote .text-image__richtext-wrapper p {
		margin-left: 95px;
	}

	.text-image--quote {
		-ms-grid-columns: 1fr 250px 750px 1fr;
		-ms-grid-rows: auto 92px auto 102px auto;
		grid-template-columns: 1fr 250px 750px 1fr;
		grid-template-rows: auto 92px auto 102px auto;
	}

	.text-image--quote .wave-border__top {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 5;
	}

	.text-image--quote .wave-border__bottom {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-area: 5 / 1 / 6 / 5;
	}

	.text-image--quote .text-image--quote__background {
		-ms-grid-column: 1;
		-ms-grid-column-span: 4;
		-ms-grid-row: 2;
		-ms-grid-row-span: 3;
		grid-area: 2 / 1 / 5 / 5;
	}

	.text-image--quote .text-image__image-wrapper,
	.text-image--quote .o-video {
		-ms-grid-column: 1;
		-ms-grid-column-align: end;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 1 / 4 / 3;
		justify-self: end;
		max-width: 470px;
	}

	.text-image--quote .text-image__image-wrapper~.text-image__richtext-wrapper,
	.text-image--quote .o-video~.text-image__richtext-wrapper {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 3 / 4 / 4;
		margin-left: 44px;
	}

	.text-image--quote .wave-border__top+.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 2 / 4 / 4;
		margin-left: 8.3333333333%;
		margin-right: 8.3333333333%;
	}

	.text-image--intro {
		-ms-grid-columns: 1fr 1000px 1fr;
		-ms-grid-rows: auto auto;
		grid-template-columns: 1fr 1000px 1fr;
		grid-template-rows: auto auto;
	}

	.text-image--intro .text-image__richtext-wrapper {
		font-size: 32px;
		line-height: 44px;
		padding-left: calc(8.3333333333% + 12px);
	}

	.text-image--floated .text-image__headline {
		max-width: 488px;
		width: calc(50% - 2 * 12px);
	}

	.text-image--floated .o-video {
		margin-bottom: 24px;
		margin-top: 0;
		width: calc(50% - 12px);
	}

	.text-image--floated .text-image__image-wrapper {
		margin-bottom: 24px;
		width: calc(50% - 12px);
	}

	.o-flower {
		-ms-grid-columns: 1fr 2fr;
		-ms-grid-rows: auto auto;
		grid-template-columns: 1fr 2fr;
		grid-template-rows: auto auto;
		margin-top: 105px;
	}

	.o-detailview-header-row {
		*zoom: 1;
		box-sizing: content-box;
		margin-top: 105px;
		padding: 0 12px;
		width: calc(100% - 24px);
	}

	.o-navigation-anchor__wrapper {
		-ms-grid-columns: 1fr 402px 598px 1fr;
		-ms-grid-rows: auto 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 402px 598px 1fr;
		grid-template-rows: auto 1fr;
		margin: 105px auto 0;
		margin-top: 105px;
		max-width: 1440px;
	}

	.o-hero+.o-flower,
	.teaser-collection--hero-mosaic+.o-flower,
	.o-hero+.o-teaser-collection--offer-bar+.o-flower,
	.o-hero+.o-teaser-collection,
	.teaser-collection--hero-mosaic+.o-teaser-collection,
	.o-hero+.o-teaser-collection--offer-bar+.o-teaser-collection,
	.o-hero+.teaser-cta,
	.teaser-collection--hero-mosaic+.teaser-cta,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-cta,
	.o-hero+.teaser-default--editorial,
	.teaser-collection--hero-mosaic+.teaser-default--editorial,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-default--editorial,
	.o-hero+.teaser-default--editorial-black,
	.teaser-collection--hero-mosaic+.teaser-default--editorial-black,
	.o-hero+.o-teaser-collection--offer-bar+.teaser-default--editorial-black,
	.o-hero+.o-collection-download,
	.teaser-collection--hero-mosaic+.o-collection-download,
	.o-hero+.o-teaser-collection--offer-bar+.o-collection-download,
	.o-hero+.o-text-image,
	.teaser-collection--hero-mosaic+.o-text-image,
	.o-hero+.o-teaser-collection--offer-bar+.o-text-image,
	.o-hero+.o-gallery,
	.teaser-collection--hero-mosaic+.o-gallery,
	.o-hero+.o-teaser-collection--offer-bar+.o-gallery,
	.o-hero+.o-podcast,
	.teaser-collection--hero-mosaic+.o-podcast,
	.o-hero+.o-teaser-collection--offer-bar+.o-podcast,
	.o-hero+.o-footer:not(.o-footer--onepager),
	.teaser-collection--hero-mosaic+.o-footer:not(.o-footer--onepager),
	.o-hero+.o-teaser-collection--offer-bar+.o-footer:not(.o-footer--onepager),
	.o-hero+.o-detailview-header-row,
	.teaser-collection--hero-mosaic+.o-detailview-header-row,
	.o-hero+.o-teaser-collection--offer-bar+.o-detailview-header-row,
	.o-hero+.o-navigation-anchor__wrapper,
	.teaser-collection--hero-mosaic+.o-navigation-anchor__wrapper,
	.o-hero+.o-teaser-collection--offer-bar+.o-navigation-anchor__wrapper,
	.o-gallery--images-grouped .glide__arrows {
		margin-top: 75px;
	}

	.glide__bullets {
		bottom: 40px;
		width: 448px;
	}

	.glide__bullet {
		height: 10px;
	}

	.glide__bullet+.glide__bullet {
		margin-left: 5px;
	}

	.o-gallery-track .glide__arrow {
		box-sizing: content-box;
		font-size: 48px;
		height: 52px;
		width: 38px;
	}

	.o-gallery-thumbs {
		margin: 15px auto 0;
	}

	.o-gallery-thumbs .m-video__wrapper .a-btn--play {
		height: auto;
		width: 37px;
	}

	.o-gallery--images-grouped {
		-ms-grid-columns: 1fr 1000px 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1000px 1fr;
		max-width: 1220px;
	}

	.o-gallery--images-grouped .glide__arrow--left,
	.o-gallery--slider .glide__arrow--left {
		margin-left: 15px;
	}

	.o-gallery--prices-grouped {
		-ms-grid-columns: 1fr 1048px 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 1048px 1fr;
		max-width: 1220px;
	}

	.o-gallery--prices-grouped.is-disabled .glide__slides {
		padding-left: 24px;
		padding-right: 24px;
		width: 1000px;
	}

	.o-gallery--prices-grouped.is-disabled .o-price-module-teaser {
		flex: 1;
	}

	.o-gallery--prices-grouped.is-disabled .o-price-module-teaser:only-child {
		flex: 0 1 524px;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .glide__slide {
		-ms-grid-columns: 15px 1fr 24px 1fr 24px 1fr 15px;
		grid-template-columns: 15px 1fr 24px 1fr 24px 1fr 15px;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .o-price-module-teaser:nth-child(1) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 3;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .o-price-module-teaser:nth-child(3) {
		-ms-grid-column: 6;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 6 / 2 / 7;
	}

	.o-gallery--prices-grouped:not(.is-disabled) .m-expansion-bar {
		margin-left: 24px;
		padding: 0;
	}

	.o-gallery--prices-grouped .glide__bullets {
		width: 45%;
	}

	.o-gallery--prices-grouped .m-expansion-bar {
		margin-top: 21px;
		max-width: 1000px;
		padding: 0 24px;
	}

	.o-gallery--slider {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 4;
	}

	.event-item__content {
		-ms-grid-columns: 58.3333333333% 41.6666666667%;
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'eventinfo actions';
		grid-template-columns: 58.3333333333% 41.6666666667%;
		padding-bottom: 30px;
		padding-top: 26px;
	}

	.event-item__event-info {
		-ms-grid-column: 1;
		-ms-grid-columns: 60px 1fr;
		-ms-grid-row: 1;
		grid-template-areas: 'eventtype eventtext''. subline';
		grid-template-columns: 60px 1fr;
	}

	.event-item__event-actions {
		-ms-grid-column: 2;
		-ms-grid-columns: 50% 50%;
		-ms-grid-row: 1;
		grid-template-areas: 'btninfo btncta';
		grid-template-columns: 50% 50%;
	}

	.event-item__type .a-icon--calendar {
		font-size: 36px;
	}

	.event-item__text {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 33px;
	}

	.event-item__type,
	.banner-sustainability__content>.banner-sustainability__icon,
	.o-teaser-event>.teaser-event__hero,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.teaser-event__hero {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.event-item__subline {
		-ms-grid-column: 2;
		-ms-grid-row: 2;
	}

	.event-item__text *,
	.event-item__subline * {
		padding-right: 12px;
	}

	.event-item__btn-info {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		padding-right: 12px;
	}

	.event-item__btn-cta {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		padding-left: 12px;
	}

	.teaser--partner-logo-description {
		-ms-grid-columns: 231px auto;
		grid-column-gap: 24px;
		grid-template-columns: 231px auto;
	}

	.teaser--partner-logo-description .a-headline,
	.teaser--partner-logo-description .o-accordeon .accordeon__title,
	.o-accordeon .teaser--partner-logo-description .accordeon__title,
	.o-teaser-collection--partner-logo-description .o-teaser-default .a-headline,
	.o-teaser-collection--partner-logo-description .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-collection--partner-logo-description .o-teaser-default .accordeon__title {
		font-size: 30px;
		line-height: 1;
		margin-top: 10px;
	}

	.teaser--partner-logo-description .a-textlink {
		font-size: 20px;
		margin-top: 22px;
	}

	.teaser--partner-logo-description .a-textlink+.a-textlink,
	.o-embedded-content .third-party-cookies-layer--simple {
		margin-top: 12px;
	}

	.teaser--with-toggle {
		-ms-grid-columns: 25% 1fr;
		grid-column-gap: 24px;
		grid-row-gap: 13px;
		grid-template-columns: 25% 1fr;
	}

	.teaser--with-toggle .teaser-default__teaser-text {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.teaser--with-toggle .a-textlink {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-right: 48px;
		margin-top: 4px;
	}

	.o-banner-sustainability {
		background-size: 2560px auto;
		padding: 24px;
	}

	.banner-sustainability__content {
		box-sizing: content-box;
		column-gap: 12px;
		grid-template-areas: 'icon content button';
		padding: 0 12px;
	}

	.banner-sustainability__content>.teaser-default__content-wrapper,
	.o-teaser-event>.teaser-default__content-wrapper,
	.o-teaser-event>.banner-sustainability__texts,
	.banner-sustainability__content>.banner-sustainability__texts,
	.banner-sustainability__content>.teaser-event__content,
	.o-teaser-event>.teaser-event__content {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}

	.banner-sustainability__icon {
		font-size: 25px;
	}

	.o-download {
		padding: 40px 30px;
	}

	.o-download .a-headline .a-label,
	.o-download .o-accordeon .accordeon__title .a-label,
	.o-accordeon .o-download .accordeon__title .a-label {
		font-size: 15px;
		height: 23px;
		line-height: 23px;
		padding: 1px 11px 0;
		vertical-align: 3px;
	}

	.o-download .download__description {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-top: 10px;
	}

	.o-download .a-btn,
	.o-download .o-teaser-default .a-textlink,
	.o-teaser-default .o-download .a-textlink,
	.o-download .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-download .teaser-default__pseudo-btn,
	.o-download .teaser-hero--clone .btn,
	.teaser-hero--clone .o-download .btn,
	.o-download .o-flower .flower__content>.btn,
	.o-flower .o-download .flower__content>.btn,
	.o-download .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-download .a-textlink {
		margin-left: 8.3333333333%;
	}

	.o-hero .hero-swoosh {
		width: auto;
	}

	.o-hero .hero-bgimage {
		height: 100%;
		left: -9999px;
		margin: 0 auto;
		right: -9999px;
		width: 2560px;
	}

	.o-hero .m-flash--hero-badge {
		height: 235px;
		position: absolute;
		transform: rotate(10deg);
		width: 235px;
	}

	.hero--start,
	.hero--level-0 {
		height: 810px;
	}

	.hero--start .hero-typearea,
	.hero--sub .hero-typearea,
	.hero--level-0 .hero-typearea,
	.hero--level-1 .hero-typearea,
	.hero--level-1 .hero-bgimage,
	.hero--level-2 .hero-typearea,
	.hero--level-3 .hero-typearea {
		height: 100%;
	}

	.hero--start .hero-swoosh,
	.hero--level-0 .hero-swoosh {
		bottom: 127.5px;
		height: 744.966442953px;
		left: 0;
		width: auto;
	}

	.hero--start .m-flash--hero-badge,
	.hero--level-0 .m-flash--hero-badge {
		bottom: 546px;
		right: calc(50% - 500px);
	}

	.hero--sub {
		height: 623px;
	}

	.hero--sub .hero-swoosh {
		bottom: 66.5px;
		height: 657.718120805px;
		left: 0;
		width: auto;
	}

	.hero--sub .m-flash--hero-badge {
		bottom: 370px;
		right: calc(50% - 500px);
	}

	.hero--level-1 {
		height: 680px;
	}

	.hero--level-1 .hero-swoosh {
		bottom: 65px;
		height: 738.255033557px;
		left: 0;
		width: auto;
	}

	.hero--level-1 .m-flash--hero-badge {
		bottom: 428px;
		right: calc(50% - 500px);
	}

	.hero--level-1.hero--level-1-bp-outline .o-teaser-hero {
		bottom: 20px;
		height: 640px;
	}

	.hero--level-1.hero--level-1-bp-outline .a-headline,
	.hero--level-1.hero--level-1-bp-outline .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-1.hero--level-1-bp-outline .accordeon__title {
		font-size: 110px;
		line-height: 1;
	}

	.hero--level-2 {
		height: 550px;
	}

	.hero--level-2 .hero-swoosh {
		height: 680px;
		left: 0;
		top: -60px;
	}

	.hero--level-3 {
		height: 410px;
	}

	.hero--level-3 .hero-swoosh {
		height: 680px;
		left: 0;
		top: -135px;
	}

	.o-hero-blank .a-headline,
	.o-hero-blank .o-accordeon .accordeon__title,
	.o-accordeon .o-hero-blank .accordeon__title,
	.o-teaser-hero .a-headline,
	.o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-hero .accordeon__title,
	.teaser-hero--clone .a-headline,
	.teaser-hero--clone .o-accordeon .accordeon__title,
	.o-accordeon .teaser-hero--clone .accordeon__title,
	.error-page .content-field .content-field__headline,
	.o-teaser-filter .teaser-filter__form .form__label,
	.o-teaser-with-bulletpoints .o-teaser-default .a-headline,
	.o-teaser-with-bulletpoints .o-teaser-default .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-with-bulletpoints .o-teaser-default .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 60px;
		line-height: 62px;
	}

	.hero-blank--filter-tags {
		min-height: 410px;
	}

	.hero-blank--filter-tags .hero-typearea {
		margin-bottom: 55px;
		margin-top: 45px;
		width: 100%;
	}

	.hero-blank--logo {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		min-height: 410px;
		padding: 20px 0;
	}

	.hero-blank--logo .hero-typearea.hero-typearea {
		max-width: none;
		width: 100%;
	}

	.hero-blank--logo .o-teaser-default {
		-ms-grid-columns: 1fr 597.333333333px 426.666666667px 1fr;
		-ms-grid-rows: minmax(50px, auto) 254px minmax(50px, auto);
		align-items: stretch;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 597.333333333px 426.666666667px 1fr;
		grid-template-rows: minmax(50px, auto) 254px minmax(50px, auto);
		margin: 0 auto;
		max-width: 1440px;
		padding: 0;
	}

	.hero-blank--logo .teaser-default__image {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		grid-area: 2 / 3 / 3 / 5;
		justify-content: flex-start;
		margin-left: 12px;
	}

	.hero-blank--logo .teaser-default__image .a-image {
		height: auto;
		max-height: 100%;
		max-width: 100%;
		width: auto;
	}

	.hero-blank--logo .teaser-default__content-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
		align-items: flex-start;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		grid-area: 1 / 2 / 4 / 3;
		justify-content: center;
		margin: 0 12px;
	}

	.o-teaser-hero {
		left: 0;
		padding-left: 30px;
		padding-right: 30px;
	}

	.o-teaser-hero .a-label--new,
	.teaser-hero--clone .a-label--new {
		font-size: 28px;
		height: 40px;
		line-height: 42px;
		padding: 0 15px;
		vertical-align: 11px;
	}

	.teaser-hero--start,
	.teaser-hero--level-0 {
		bottom: 127.5px;
		height: 555px;
		width: 555px;
	}

	.teaser-hero--sub {
		bottom: 66.5px;
		height: 490px;
		width: 490px;
	}

	.teaser-hero--level-1 {
		bottom: 65px;
		height: 550px;
		width: 550px;
	}

	.o-flower .a-headline,
	.o-flower .o-accordeon .accordeon__title,
	.o-accordeon .o-flower .accordeon__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		grid-area: 1 / 1 / 2 / 3;
		line-height: 40px;
		margin-bottom: 50px;
		margin-right: 16.6666666667%;
	}

	.o-flower .flower__content+.m-flower span {
		font-size: 22px;
		line-height: 28px;
	}

	.error-page .o-header {
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	.o-locations {
		align-items: stretch;
		flex-direction: row;
		padding: 0 12px;
	}

	#map .third-party-cookies-layer--simple,
	.o-video .third-party-cookies-layer--simple {
		margin-top: 24px;
	}

	.o-job-search .job-search__main-content {
		padding: 70px 12px;
	}

	.o-job-search .job-search__head>* {
		font-size: 36px;
		line-height: 40px;
	}

	.o-job-search .job-search__form-wrapper {
		-ms-grid-columns: 1fr 24px 1fr;
		-ms-grid-rows: auto 30px auto;
		grid-template-columns: 1fr 24px 1fr;
		grid-template-rows: auto 30px auto;
		margin-top: 50px;
	}

	.o-job-search .job-search__login-wrapper {
		margin-top: 40px;
	}

	.o-job-search .job-search__login-wrapper :not(:first-child) {
		margin-left: 125px;
	}

	.o-job-search .job-search__login-wrapper .a-textlink {
		font-size: 22px;
		line-height: 32px;
	}

	.lightbox__pane {
		max-width: calc(min(50%, 1000px));
		padding: 24px;
	}

	.hero--level-0.is-before-animation .o-teaser-hero .a-headline,
	.hero--level-0.is-before-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-0.is-before-animation .o-teaser-hero .accordeon__title,
	.hero--level-0.is-before-animation .o-teaser-hero .teaser-text,
	.hero--level-0.is-before-animation .o-teaser-hero .a-textlink,
	.hero--level-1.is-before-animation .o-teaser-hero .a-headline,
	.hero--level-1.is-before-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-1.is-before-animation .o-teaser-hero .accordeon__title,
	.hero--level-1.is-before-animation .o-teaser-hero .teaser-text,
	.hero--level-1.is-before-animation .o-teaser-hero .a-textlink,
	.hero--level-2.is-before-animation .o-teaser-hero .a-headline,
	.hero--level-2.is-before-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-2.is-before-animation .o-teaser-hero .accordeon__title,
	.hero--level-2.is-before-animation .o-teaser-hero .teaser-text,
	.hero--level-2.is-before-animation .o-teaser-hero .a-textlink,
	.hero--level-3.is-before-animation .o-teaser-hero .a-headline,
	.hero--level-3.is-before-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-3.is-before-animation .o-teaser-hero .accordeon__title,
	.hero--level-3.is-before-animation .o-teaser-hero .teaser-text,
	.hero--level-3.is-before-animation .o-teaser-hero .a-textlink,
	.o-teaser-collection.is-before-animation>.a-headline,
	.o-accordeon .o-teaser-collection.is-before-animation>.accordeon__title,
	.o-teaser-collection-cube .o-teaser-default.is-before-animation .content-wrapper,
	.o-teaser-collection--good-to-know .o-teaser-default.is-before-animation,
	.o-teaser-collection-jobs.is-before-animation>.a-headline,
	.o-accordeon .o-teaser-collection-jobs.is-before-animation>.accordeon__title,
	.o-teaser-collection-jobs .o-teaser-default.is-before-animation,
	.o-teaser-collection-mosaic .is-before-animation,
	.o-teaser-collection--offer.is-before-animation,
	.o-teaser-collection--offer.is-before-animation .teaser-collection--offer-bar__headline-wrapper,
	.o-teaser-collection--offer .o-teaser-default.is-before-animation,
	.o-teaser-collection-s .o-teaser-default.is-before-animation,
	.o-teaser-collection--searchresults .o-teaser-default.is-before-animation,
	.o-teaser-collection--zdf.is-before-animation .o-teaser-default,
	.o-collection-person .o-person.is-before-animation,
	.teaser-default--editorial.is-before-animation .teaser-default__content-wrapper>*,
	.teaser-default--editorial.is-before-animation .teaser-default__image>*,
	.o-detailview-header-row.is-before-animation,
	.o-price-module.is-before-animation>.a-headline,
	.o-accordeon .o-price-module.is-before-animation>.accordeon__title,
	.teaser-cta-basic.is-before-animation .content-wrapper>*,
	.teaser-cta-basic.is-before-animation .teaser-default__content-wrapper>*,
	.teaser-cta-hero.is-before-animation .content-wrapper>*,
	.teaser-cta-hero.is-before-animation .teaser-default__content-wrapper>*,
	.teaser-default--cta-magenta-document-icon.is-before-animation .content-wrapper>*,
	.teaser-default--cta-magenta-document-icon.is-before-animation .teaser-default__content-wrapper>*,
	.teaser-default--cta-with-background-image-without-swoosh.is-before-animation .content-wrapper>*,
	.teaser-default--cta-with-background-image-without-swoosh.is-before-animation .teaser-default__content-wrapper>*,
	.o-accordeon .o-text-image.is-before-animation {
		opacity: 0;
		transform: translateY(25px);
	}

	.hero--level-0.is-in-animation .o-teaser-hero .a-headline,
	.hero--level-0.is-in-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-0.is-in-animation .o-teaser-hero .accordeon__title,
	.hero--level-1.is-in-animation .o-teaser-hero .a-headline,
	.hero--level-1.is-in-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-1.is-in-animation .o-teaser-hero .accordeon__title,
	.hero--level-2.is-in-animation .o-teaser-hero .a-headline,
	.hero--level-2.is-in-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-2.is-in-animation .o-teaser-hero .accordeon__title,
	.hero--level-3.is-in-animation .o-teaser-hero .a-headline,
	.hero--level-3.is-in-animation .o-teaser-hero .o-accordeon .accordeon__title,
	.o-accordeon .hero--level-3.is-in-animation .o-teaser-hero .accordeon__title,
	.o-teaser-collection.is-in-animation>.a-headline,
	.o-accordeon .o-teaser-collection.is-in-animation>.accordeon__title,
	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation,
	.o-teaser-collection-jobs.is-in-animation>.a-headline,
	.o-accordeon .o-teaser-collection-jobs.is-in-animation>.accordeon__title,
	.o-teaser-collection-jobs .o-teaser-default.is-in-animation,
	.o-teaser-collection--offer.is-in-animation,
	.o-teaser-collection--offer.is-in-animation .teaser-collection--offer-bar__headline-wrapper,
	.o-teaser-collection--offer .o-teaser-default.is-in-animation,
	.o-teaser-collection-s .o-teaser-default.is-in-animation,
	.o-teaser-collection--searchresults .o-teaser-default.is-in-animation,
	.o-teaser-collection--zdf.is-in-animation .o-teaser-default,
	.o-collection-person .o-person.is-in-animation,
	.teaser-default--editorial.is-in-animation .teaser-default__content-wrapper,
	.teaser-default--editorial.is-in-animation .teaser-default__image,
	.o-price-module.is-in-animation>.a-headline,
	.o-accordeon .o-price-module.is-in-animation>.accordeon__title,
	.teaser-cta-basic.is-in-animation .content-wrapper>*,
	.teaser-cta-basic.is-in-animation .teaser-default__content-wrapper>*,
	.teaser-cta-hero.is-in-animation .content-wrapper>*,
	.teaser-cta-hero.is-in-animation .teaser-default__content-wrapper>*,
	.teaser-default--cta-magenta-document-icon.is-in-animation .content-wrapper>*,
	.teaser-default--cta-magenta-document-icon.is-in-animation .teaser-default__content-wrapper>*,
	.teaser-default--cta-with-background-image-without-swoosh.is-in-animation .content-wrapper>*,
	.teaser-default--cta-with-background-image-without-swoosh.is-in-animation .teaser-default__content-wrapper>*,
	.o-accordeon .o-text-image.is-in-animation {
		animation: anim-fadein--bottom--small 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.hero--level-0.is-in-animation .o-teaser-hero .teaser-text,
	.hero--level-1.is-in-animation .o-teaser-hero .teaser-text,
	.hero--level-2.is-in-animation .o-teaser-hero .teaser-text,
	.hero--level-3.is-in-animation .o-teaser-hero .teaser-text {
		animation: anim-fadein--bottom--small 2.5s 25ms backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.hero--level-0.is-in-animation .o-teaser-hero .a-textlink,
	.hero--level-1.is-in-animation .o-teaser-hero .a-textlink,
	.hero--level-2.is-in-animation .o-teaser-hero .a-textlink,
	.hero--level-3.is-in-animation .o-teaser-hero .a-textlink {
		animation: anim-fadein--bottom--small 2.5s 50ms backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-cube .o-teaser-default.is-before-animation .teaser-image,
	.o-download.is-before-animation {
		opacity: 0;
		transform: translateY(-25px);
	}

	.o-teaser-collection-cube .o-teaser-default.is-in-animation .teaser-image {
		animation: anim-fadein--left--slow 3s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-cube .o-teaser-default.is-in-animation .content-wrapper {
		animation: anim-fadein--right--slow 3s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(1),
	.o-teaser-collection-mosaic .is-in-animation:nth-child(2),
	.o-teaser-collection-mosaic .is-in-animation:nth-child(4),
	.o-teaser-collection-s .o-teaser-default.is-in-animation:nth-child(3n+2),
	.o-collection-person .o-person.is-in-animation:nth-child(4n+1),
	.o-price-module.is-in-animation .o-price-module-teaser:nth-child(2) {
		animation-delay: 100ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(2),
	.o-teaser-collection-mosaic .is-in-animation:nth-child(5),
	.o-teaser-collection-s .o-teaser-default.is-in-animation:nth-child(3n+3),
	.o-collection-person .o-person.is-in-animation:nth-child(4n+2),
	.o-price-module.is-in-animation .o-price-module-teaser:nth-child(3),
	.o-podcast.is-in-animation .o-related-links {
		animation-delay: 200ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(3),
	.o-teaser-collection--zdf.is-in-animation .o-teaser-default:nth-child(3),
	.o-collection-person .o-person.is-in-animation:nth-child(4n+3),
	.o-price-module.is-in-animation .o-price-module-teaser:nth-child(4) {
		animation-delay: 300ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(4),
	.o-collection-person .o-person.is-in-animation:nth-child(4n),
	.o-price-module.is-in-animation .o-price-module-teaser:nth-child(5) {
		animation-delay: 400ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(5),
	.o-price-module.is-in-animation .o-price-module-teaser:nth-child(6) {
		animation-delay: 500ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(6) {
		animation-delay: 600ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(7) {
		animation-delay: 700ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(8) {
		animation-delay: 800ms;
	}

	.o-teaser-collection--good-to-know .o-teaser-default.is-in-animation:nth-child(9) {
		animation-delay: 900ms;
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd).is-before-animation .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd).is-before-animation .teaser-image,
	.o-teaser-collection-l .o-teaser-default:nth-child(even).is-before-animation .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even).is-before-animation .content-wrapper,
	.o-detailview-header-row .m-download-listitems.is-before-animation {
		opacity: 0.8;
		transform: translateX(-30px);
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd).is-before-animation .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd).is-before-animation .content-wrapper,
	.o-teaser-collection-l .o-teaser-default:nth-child(even).is-before-animation .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even).is-before-animation .teaser-image,
	.o-detailview-header-row .m-socialmedia-items.is-before-animation {
		opacity: 0.8;
		transform: translateX(30px);
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd).is-in-animation .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd).is-in-animation .teaser-image,
	.o-teaser-collection-l .o-teaser-default:nth-child(even).is-in-animation .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even).is-in-animation .content-wrapper,
	.o-detailview-header-row .m-download-listitems.is-in-animation {
		animation: anim-fadein--left--fast 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-l .o-teaser-default:nth-child(odd).is-in-animation .content-wrapper,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(odd).is-in-animation .content-wrapper,
	.o-teaser-collection-l .o-teaser-default:nth-child(even).is-in-animation .teaser-image,
	.o-teaser-collection-l--magenta .o-teaser-default:nth-child(even).is-in-animation .teaser-image,
	.o-detailview-header-row .m-socialmedia-items.is-in-animation {
		animation: anim-fadein--right--fast 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-m .o-teaser-default:nth-child(odd).is-before-animation,
	.o-teaser-collection-m .o-teaser-default:nth-child(even).is-before-animation {
		opacity: 0;
		transform: translateY(50px);
	}

	.o-teaser-collection-m .o-teaser-default:nth-child(odd).is-in-animation {
		animation: anim-fadein--bottom--medium 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-m .o-teaser-default:nth-child(even).is-in-animation {
		animation: anim-fadein--bottom--medium 2.5s 100ms backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection--magazine .o-teaser-default.is-before-animation,
	.o-price-module.is-before-animation .o-price-module-teaser,
	.o-pseudo-navigation.is-before-animation,
	.text-image--intro.is-before-animation,
	.text-image--right.is-before-animation,
	.text-image--left.is-before-animation,
	.text-image--bottom.is-before-animation,
	.text-image--right-floated.is-before-animation,
	.text-image--left-floated.is-before-animation,
	.text-image--bottom-text-fullwidth.is-before-animation,
	.text-image--quote.is-before-animation,
	.o-accordeon.is-before-animation,
	.o-flower.is-before-animation,
	.o-podcast.is-before-animation>.a-headline,
	.o-accordeon .o-podcast.is-before-animation>.accordeon__title,
	.o-podcast.is-before-animation .podcast__content-wrapper,
	.o-podcast.is-before-animation .o-related-links,
	.o-job-search.is-before-animation {
		opacity: 0;
		transform: translateY(100px);
	}

	.o-teaser-collection--magazine .o-teaser-default.is-in-animation,
	.o-price-module.is-in-animation .o-price-module-teaser,
	.o-pseudo-navigation.is-in-animation,
	.text-image--intro.is-in-animation,
	.text-image--right.is-in-animation,
	.text-image--left.is-in-animation,
	.text-image--bottom.is-in-animation,
	.text-image--right-floated.is-in-animation,
	.text-image--left-floated.is-in-animation,
	.text-image--bottom-text-fullwidth.is-in-animation,
	.text-image--quote.is-in-animation,
	.o-accordeon.is-in-animation,
	.o-flower.is-in-animation,
	.o-podcast.is-in-animation>.a-headline,
	.o-accordeon .o-podcast.is-in-animation>.accordeon__title,
	.o-job-search.is-in-animation {
		animation: anim-fadein--bottom--large 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-mosaic .is-in-animation {
		animation-duration: 2.5s;
		animation-fill-mode: backwards;
		animation-name: anim-fadein--bottom--small;
		animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-teaser-collection-s {
		overflow: hidden;
	}

	.o-teaser-collection--zdf.is-in-animation .o-teaser-default:nth-child(2) {
		animation-delay: 150ms;
	}

	.o-teaser-collection--zdf.is-in-animation .o-teaser-default:nth-child(4) {
		animation-delay: 450ms;
	}

	.o-detailview-header-row.is-in-animation {
		animation: anim-fadein--bottom--short 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.o-download.is-in-animation {
		animation: anim-fadein--left--slow 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
	}

	.teaser-cta-basic.is-in-animation .content-wrapper>*:nth-child(2),
	.teaser-cta-basic.is-in-animation .teaser-default__content-wrapper>*:nth-child(2),
	.teaser-cta-hero.is-in-animation .content-wrapper>*:nth-child(2),
	.teaser-cta-hero.is-in-animation .teaser-default__content-wrapper>*:nth-child(2),
	.teaser-default--cta-magenta-document-icon.is-in-animation .content-wrapper>*:nth-child(2),
	.teaser-default--cta-magenta-document-icon.is-in-animation .teaser-default__content-wrapper>*:nth-child(2),
	.teaser-default--cta-with-background-image-without-swoosh.is-in-animation .content-wrapper>*:nth-child(2),
	.teaser-default--cta-with-background-image-without-swoosh.is-in-animation .teaser-default__content-wrapper>*:nth-child(2) {
		animation-delay: 25ms;
	}

	.teaser-cta-basic.is-in-animation .content-wrapper>*:nth-child(3),
	.teaser-cta-basic.is-in-animation .teaser-default__content-wrapper>*:nth-child(3),
	.teaser-cta-hero.is-in-animation .content-wrapper>*:nth-child(3),
	.teaser-cta-hero.is-in-animation .teaser-default__content-wrapper>*:nth-child(3),
	.teaser-default--cta-magenta-document-icon.is-in-animation .content-wrapper>*:nth-child(3),
	.teaser-default--cta-magenta-document-icon.is-in-animation .teaser-default__content-wrapper>*:nth-child(3),
	.teaser-default--cta-with-background-image-without-swoosh.is-in-animation .content-wrapper>*:nth-child(3),
	.teaser-default--cta-with-background-image-without-swoosh.is-in-animation .teaser-default__content-wrapper>*:nth-child(3) {
		animation-delay: 50ms;
	}

	.o-podcast.is-in-animation .podcast__content-wrapper {
		animation: anim-fadein--bottom--large 2.5s 0s backwards cubic-bezier(0.075, 0.82, 0.165, 1);
		animation-delay: 100ms;
	}

	.o-fab {
		pointer-events: none;
		top: calc(50% + (198px / 2));
		transform: translateY(-50%);
	}

	.o-teaser-filter .ui-tab {
		margin-right: 10px;
		margin-top: 20px;
	}

	.o-teaser-filter .ui-tab__button {
		padding: 14px;
	}

	.o-accordeon .o-text-image .text-image__headline::before {
		font-size: 32px;
		margin-left: -38px;
		width: 38px;
	}

	.o-accordeon .o-text-image .text-image__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 33px;
		margin: 0 0 0 38px;
		width: calc(100% - 38px);
	}

	.o-accordeon .text-image--left .accordeon__item__content,
	.o-accordeon .text-image--right .accordeon__item__content {
		flex-direction: row;
		justify-content: space-between;
	}

	.o-accordeon .text-image--right .text-image__image-wrapper,
	.o-accordeon .text-image--right .o-video {
		order: 2;
		width: calc(50% - 12px);
	}

	.o-accordeon .text-image--right .text-image__richtext-wrapper {
		order: 1;
		width: calc(50% - 12px);
	}

	.accordeon__item__content {
		margin: 0 0 0 38px;
		max-width: calc(100% - 38px);
		width: calc(100% - 38px);
	}

	.o-detailview-header-row::before {
		content: ' ';
		display: table;
	}

	.o-detailview-header-row::after {
		clear: both;
		content: ' ';
		display: table;
	}

	.o-detailview-header-row .m-socialmedia-items {
		float: right;
	}

	.o-detailview-header-row .m-download-listitems,
	.o-detailview-header-row .m-date-author {
		float: left;
	}

	.o-detailview-header-row .m-download-listitems~.m-socialmedia-items {
		line-height: 54px;
	}

	.o-gallery .a-headline,
	.o-gallery .o-accordeon .accordeon__title,
	.o-accordeon .o-gallery .accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
		margin: 0 auto;
		max-width: 1000px;
		padding: 0;
	}

	.o-gallery--magenta .outer-content-wrapper {
		padding-bottom: 90px;
		padding-top: 80px;
	}

	.o-gallery--images-grouped .outer-content-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-area: 1 / 2 / 3 / 3;
		max-width: 1220px;
	}

	.o-gallery--images-grouped .outer-content-wrapper .a-headline,
	.o-gallery--images-grouped .outer-content-wrapper .o-accordeon .accordeon__title,
	.o-accordeon .o-gallery--images-grouped .outer-content-wrapper .accordeon__title {
		max-width: none;
	}

	.o-gallery--prices-grouped .outer-content-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-area: 1 / 2 / 3 / 3;
		margin: 0 auto;
		max-width: 1220px;
	}

	.outer-gallery-wrapper--slider {
		-ms-grid-columns: 1fr minmax(0, 220px) 1000px minmax(0, 220px) 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr minmax(0, 220px) 1000px minmax(0, 220px) 1fr;
	}

	.o-gallery--slider .outer-content-wrapper>.a-headline,
	.o-gallery--slider .o-accordeon .outer-content-wrapper>.accordeon__title,
	.o-accordeon .o-gallery--slider .outer-content-wrapper>.accordeon__title {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 48px;
		line-height: 58px;
		margin-left: auto;
		margin-right: 0;
		width: 1000px;
	}

	.o-gallery--slider .module__detailtext {
		margin-bottom: 0;
		margin-left: auto;
		margin-right: 0;
		width: 1000px;
	}

	.o-gallery--slider .glide__ui {
		margin: 75px 0 0 auto;
		width: 1000px;
	}

	.o-gallery--videos .o-third-party-cookies-layer {
		margin: 12px auto 0;
		max-width: 1000px;
	}

	.navigation-anchor__home {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 3;
		padding: 50px 12px 55px 0;
	}

	.navigation-anchor__teaser {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-area: 1 / 3 / 3 / 4;
		margin-left: 85.3333333333px;
	}

	.navigation-anchor__teaser .teaser-default__teaser-text {
		font-size: 32px;
		line-height: 44px;
	}

	.navigation-anchor__whitespace {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		background-color: #fff;
		grid-area: 1 / 1 / 2 / 2;
	}

	.o-pseudo-navigation {
		box-sizing: content-box;
		margin: 105px auto 0;
		padding: 0 12px;
	}

	.o-podcast>.a-headline,
	.o-accordeon .o-podcast>.accordeon__title {
		box-sizing: content-box;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
		padding: 0 12px;
	}

	.price-module__teaser-option:first-child {
		padding-top: 30px;
	}

	.price-module__teaser-option:not(:first-child) {
		padding-top: 20.5px;
	}

	.price-module__teaser-option-price {
		font-size: 48px;
		line-height: 58px;
	}

	.o-price-module {
		-ms-grid-columns: 1fr 24px 1000px 24px 1fr;
		grid-template-columns: 1fr 24px 1000px 24px 1fr;
		margin-top: 105px;
		padding-bottom: 80px;
		padding-top: 99px;
	}

	.o-price-module .a-headline,
	.o-price-module .o-accordeon .accordeon__title,
	.o-accordeon .o-price-module .accordeon__title {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		grid-area: 1 / 3 / 2 / 4;
		line-height: 40px;
	}

	.o-price-module .outer-gallery-wrapper--prices-grouped {
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 6;
	}

	.o-price-module .teaser-cta-contact {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 3 / 4 / 4;
		margin-top: 50px;
	}

	.o-price-module .m-footnotes-list {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-area: 4 / 3 / 5 / 4;
		margin-top: 35px;
	}

	.o-related-links .related-links__list-item a {
		font-family: "TeleNeoWeb-Regular", sans-serif;
		font-size: 24px;
		line-height: 32px;
		margin-top: 25px;
	}

	.site-chooser__wrapper {
		left: 0;
		width: 100%;
	}

	.site-chooser__content {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		padding: 20px 12px;
	}

	.site-chooser__type-area {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin: 0 24px 0 50px;
	}

	.site-chooser__detailtext {
		font-size: 16px;
		line-height: 23px;
		margin-right: 12px;
	}

	.site-chooser__actions {
		display: flex;
		flex-wrap: nowrap;
	}

	.site-chooser__action {
		min-width: 180px;
	}

	.site-chooser__icon {
		align-items: center;
		display: flex;
		flex-direction: row;
		position: relative;
		width: 72px;
	}

	.site-chooser__country-chooser {
		margin-left: 50px;
		margin-right: 50px;
		padding: 20px 12px;
	}

	.site-chooser__country-chooser__country {
		font-size: 22px;
		line-height: 28px;
		margin-right: 25px;
		padding-bottom: 16px;
		padding-top: 14px;
	}

	.site-chooser__country-chooser__country:nth-child(1) {
		border-top: none;
	}

	.o-teaser-event {
		-ms-grid-columns: 41.6666666667% 8.3333333333% 50%;
		display: -ms-grid;
		display: grid;
		grid-column-gap: 8.3333333333%;
		grid-template-areas: 'hero content';
		grid-template-columns: 41.6666666667% 50%;
	}

	.teaser-event__hero,
	.teaser-event__content {
		-ms-grid-row-align: center;
		align-self: center;
	}

	.teaser-event__hero-month {
		font-size: 40px;
		line-height: 77px;
	}

	.teaser-event__hero-day {
		padding-top: calc(100% - 77px);
	}

	.teaser-event__hero-day-content {
		font-size: 100px;
	}

	.banner-sustainability__content>.banner-sustainability__button {
		-ms-grid-column: 5;
		-ms-grid-row: 1;
	}

	.teaser-event__headline {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 36px;
		line-height: 40px;
		margin: 0;
	}

	.teaser-event__tag {
		font-size: 24px;
		line-height: 33px;
	}

	.teaser-event__actions {
		-ms-grid-columns: auto max-content;
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'ics cta';
		grid-template-columns: auto max-content;
		margin-top: 30px;
	}

	.teaser-event__ics {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		grid-area: ics;
	}

	.teaser-event__cta {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		grid-area: cta;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-month {
		font-size: 30px;
		line-height: 62px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-day {
		padding-top: 47.1698%;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-day-content {
		font-size: 50px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__headline {
		font-size: 30px;
		line-height: 36px;
		margin-top: 16px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__actions {
		display: block;
		margin-top: 16px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__ics .a-icon--calendar {
		font-size: 31px;
		line-height: 31px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__cta {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		margin-top: 25px;
	}

	.teaser-collection--events-news-view .teaser-collection__actions,
	.teaser-collection--events-list .teaser-collection__actions {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		grid-area: actions;
		margin-top: 35px;
	}

	.teaser-collection--events-news-view {
		-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
		-ms-grid-rows: auto auto auto;
		column-gap: 20px;
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'headline headline headline''event1 event1 event1''event2 event3 event4''actions actions actions';
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-rows: auto auto auto;
	}

	.teaser-collection--events-news-view>.event-item__event-actions,
	.teaser-collection--events-news-view>.teaser-collection__actions {
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		-ms-grid-row: 4;
	}

	.teaser-collection--events-news-view>.a-headline,
	.o-accordeon .teaser-collection--events-news-view>.accordeon__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		-ms-grid-row: 1;
		grid-area: headline;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 5;
		-ms-grid-row: 2;
		margin-top: 66px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) {
		-ms-grid-columns: 100%;
		-ms-grid-rows: min-content min-content;
		grid-template-areas: 'hero''content';
		grid-template-columns: 100%;
		grid-template-rows: min-content min-content;
		margin-top: 70px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.teaser-default__content-wrapper,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.banner-sustainability__texts,
	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2)>.teaser-event__content {
		-ms-grid-column: 1;
		-ms-grid-row: 2;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(2) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(3) {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(4) {
		-ms-grid-column: 5;
		-ms-grid-row: 3;
	}

	.teaser-collection--events-list .o-teaser-event:nth-of-type(1) {
		margin-top: 66px;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(1) {
		height: 480px;
		order: 1;
		width: 50%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(2) {
		height: 480px;
		order: 2;
		width: 50%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(3) {
		order: 3;
		width: 33.333333%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(4) {
		order: 6;
		width: 33.333333%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(5) {
		order: 4;
		width: 33.333333%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(6) {
		order: 7;
		width: 33.333333%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(7) {
		order: 5;
		width: 33.333334%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(8) {
		order: 8;
		width: 33.333334%;
	}

	.teaser-default--hero-mosaic-teaser:nth-child(1n+3) {
		min-height: calc(min(22.22vw, 320px));
	}

	.teaser-default--hero-mosaic-text {
		padding: 20px 40px;
	}

	.o-teaser-collection--partner-logo .teaser-wrapper {
		-ms-grid-columns: calc(33.3333333333% - 16px) calc(33.3333333333% - 16px) calc(33.3333333333% - 16px);
		display: -ms-grid;
		display: grid;
		grid-column-gap: 24px;
		grid-row-gap: 24px;
		grid-template-columns: calc(33.3333333333% - 16px) calc(33.3333333333% - 16px) calc(33.3333333333% - 16px);
	}

	.o-teaser-collection--partner-logo-description .teaser-wrapper {
		-ms-grid-columns: calc(50% - 12px) calc(50% - 12px);
		display: -ms-grid;
		display: grid;
		grid-column-gap: 24px;
		grid-row-gap: 24px;
		grid-template-columns: calc(50% - 12px) calc(50% - 12px);
	}

	.o-teaser-collection--zdf+.teaser-cta-basic,
	.o-teaser-collection--zdf+.teaser-default--editorial-black,
	.o-gallery--magenta+.teaser-cta-basic,
	.o-gallery--magenta+.teaser-default--editorial-black,
	.o-job-search+.teaser-cta-basic,
	.o-job-search+.teaser-default--editorial-black,
	.text-image--quote+.teaser-cta-basic,
	.text-image--quote+.teaser-default--editorial-black {
		margin-top: calc(-1 * .0694444444vw * 80);
		padding-top: calc(70px + .0694444444vw * 80);
	}

	.o-teaser-with-bulletpoints {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		min-height: 550px;
		padding: 20px 0;
	}

	.o-teaser-with-bulletpoints .o-teaser-default {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		align-items: center;
		display: flex;
		grid-area: 1 / 2 / 2 / 3;
		margin: 0 12px;
	}

	.teaser-with-bulletpoints__content-wrapper {
		-ms-grid-columns: 1fr 512px 512px 1fr;
		align-items: stretch;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 1fr 512px 512px 1fr;
		margin: 0 auto;
		max-width: 1440px;
		padding: 0;
	}

	.teaser-with-bulletpoints__plus-text {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		align-items: center;
		display: flex;
		grid-area: 1 / 3 / 2 / 5;
		margin: 0 0 0 12px;
	}

	.teaser-with-bulletpoints__plus-text li {
		font-size: 28px;
		line-height: 30px;
		min-height: 100px;
		padding: 20px 20px 20px 100px;
	}

	.teaser-with-bulletpoints__plus-text li::before {
		background-size: 50px auto;
		height: 50px;
		width: 50px;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__content {
		padding: 24px;
		width: 50%;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__small-print {
		font-size: 19px;
		line-height: 27px;
		margin-top: 30px;
	}

	.page>.o-video {
		box-sizing: content-box;
		margin-top: 24px;
		padding: 0 12px;
	}

	.o-event-items-collection {
		margin-top: 105px;
		padding: 0 24px;
	}
}

.flash--sustainability {
	aspect-ratio: 1 / 1;
	background-image: url("../../img/sustainability-badge-bg.jpg");
	background-position: center;
	background-size: cover;
	border: none;
	color: #fff;
	transform: rotate(10deg);
}

@media only screen and (min-width: 768px) {
	body {
		background-image: url("../../images/bg-page.jpg");
	}

	.a-btn--toggle {
		height: 50px;
	}

	.m-header-international .header__user {
		margin: 0 10px 0 40px;
	}

	.m-header-international .header__user-label {
		color: #fff;
		font-size: 17px;
		line-height: 38px;
		margin-left: 3px;
	}

	.m-header__brandbar .a-image--claim {
		height: 28px;
		margin-bottom: 2px;
	}

	.m-form__line,
	.event-item__btn-info .btn,
	.event-item__btn-cta .btn {
		box-sizing: border-box;
		width: 100%;
	}

	.m-form__line--toggle-list {
		-ms-grid-columns: auto auto;
		align-items: start;
		display: -ms-grid;
		display: grid;
		grid-column-gap: 65px;
		grid-template-columns: auto auto;
		justify-content: start;
		justify-items: start;
	}

	.m-form__line--toggle-list .form__element__text {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
	}

	.m-form__line--toggle-list .form__toggle__block {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
	}

	.m-contact {
		flex-direction: row;
	}

	.m-fab__item:not(.is-hidden) {
		pointer-events: auto;
	}

	.m-fab__item:not(.is-hidden)+.m-fab__item {
		margin-top: 1px;
	}

	.m-fab__item:not(.is-hidden):hover,
	.o-gallery-track .glide__arrow--right {
		right: 0;
	}

	.m-flash .flash__flash-text1 {
		font-size: 60px;
		line-height: 60px;
	}

	.m-flash .flash__flash-text1+.flash__flash-text2 {
		font-size: 22px;
		line-height: 24px;
	}

	.m-flash .flash__flash-text2 {
		font-size: 24px;
		line-height: 30px;
	}

	.m-cover {
		font-size: 22px;
		line-height: 28px;
	}

	.cover__description {
		margin-top: 34px;
	}

	.m-expansion-bar .a-btn--toggle {
		font-size: 24px;
		line-height: 19px;
		margin: 0 16px;
	}

	.user-flyout__header {
		font-family: "TeleNeoWeb-ExtraBold", sans-serif;
		font-size: 28px;
		line-height: 30px;
		padding: 22px 0;
	}

	.m-welcome-message .a-image {
		width: 12.5%;
	}

	.o-collection-download .o-download,
	.o-teaser-collection--magenta .m-contact {
		margin-top: 15px;
	}

	.o-collection-experts .o-person {
		-ms-grid-columns: 3fr 9fr;
		display: -ms-grid;
		display: grid;
		grid-column-gap: 24px;
		grid-template-columns: 3fr 9fr;
		margin-top: 40px;
	}

	.collection-data-list__teaser-wrapper {
		-ms-grid-columns: 50% 50%;
		display: -ms-grid;
		display: grid;
		grid-column-gap: 20px;
		grid-template-columns: 50% 50%;
	}

	.collection-data-list-grey__teaser-wrapper {
		-ms-grid-columns: 50% 50%;
		display: -ms-grid;
		display: grid;
		grid-column-gap: 20px;
		grid-template-columns: 50% 50%;
	}

	.collapsable-section--request-history .collapsable-section__header {
		font-size: 18px;
		line-height: 22px;
	}

	.collapsable-section--request-history .collection-data-list-contact__teaser-wrapper .m-list ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.collapsable-section--request-history .collection-data-list-contact__teaser-wrapper .m-list ul>*:first-child {
		width: 100%;
	}

	.collapsable-section--request-history .collection-data-list-contact__teaser-wrapper .m-list li,
	.o-teaser-collection-m .o-teaser-default,
	.o-teaser-collection-mosaic .o-teaser-default:first-child,
	.o-teaser-collection-mosaic .o-teaser-default:nth-child(2) {
		width: 50%;
	}

	.o-footer {
		padding-bottom: 32px;
		padding-top: 34px;
	}

	.o-footer .m-brandbar {
		margin-top: 18px;
	}

	.footer__nav-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.footer__nav-item {
		font-size: 16px;
		margin-top: 10px;
	}

	.footer__nav-item:not(:last-child) {
		margin-right: 22px;
	}

	.footer__copyright {
		margin-top: 20px;
	}

	.o-forms .form__row-wrapper,
	.o-teaser-collection.teaser-collection--hero-mosaic .teaser-wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.o-teaser-default.teaser-cta .teaser-default__cta-wrapper .a-textlink,
	.o-teaser-default.teaser-cta .cta-wrapper .a-textlink,
	.o-teaser-default.teaser-cta-basic .m-contact,
	.o-teaser-default.teaser-cta-basic-light .m-contact {
		margin-right: 32px;
	}

	.o-teaser-default.teaser-cta-basic-light .cta-wrapper {
		margin-top: 40px;
	}

	.o-teaser-default.teaser-cta-hero .swoosh-wrapper {
		background-image: url("../../images/Swoosh_Form-2_long_Magenta-1440px.png");
		min-height: 461.511111111px;
		position: relative;
		width: 100%;
	}

	.o-teaser-default.teaser-cta-contact .cta-wrapper {
		flex-flow: row wrap;
		justify-content: space-between;
	}

	.teaser-default--offer .m-flash {
		height: 150px;
		left: -75px;
		top: 20px;
		width: 150px;
	}

	.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper::before,
	.teaser-default--hero-mosaic-picture:nth-child(1n+3) .teaser-default__image {
		position: absolute;
	}

	.teaser-default--cta-magenta-document-icon .teaser-default__content-wrapper>* {
		margin-left: 140px;
	}

	.o-teaser-collection .teaser-collection__btn,
	.o-gallery--images-grouped .glide__track,
	.o-teaser-collection.teaser-collection--events-news-view .button-wrapper,
	.o-teaser-collection.teaser-collection--events-list .button-wrapper {
		margin-top: 50px;
	}

	.o-teaser-collection--magenta .m-contact .name {
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 25px;
	}

	.o-teaser-collection-mosaic .o-teaser-default {
		width: 35%;
	}

	.o-teaser-collection-mosaic .o-teaser-default:nth-child(3),
	.o-teaser-collection-mosaic .o-teaser-default:nth-child(4) {
		margin-top: -1px;
	}

	.o-teaser-collection-mosaic .linkbox {
		width: 30%;
	}

	.o-teaser-collection-cube .o-teaser-default,
	.o-gallery-track .image__description {
		display: flex;
		justify-content: space-between;
	}

	.text-image--left .text-image__image-wrapper,
	.text-image--left .o-video,
	.o-flower .m-flower {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 3;
	}

	.text-image--left .text-image__richtext-wrapper {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 3 / 3 / 4;
	}

	.text-image--left .text-image__headline+.text-image__richtext-wrapper,
	.text-image--right .text-image__headline+.text-image__richtext-wrapper {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 4;
	}

	.text-image--right .text-image__headline {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 4;
	}

	.text-image--right .text-image__image-wrapper,
	.text-image--right .o-video {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 3 / 3 / 5;
	}

	.text-image--right .text-image__richtext-wrapper,
	.o-flower .flower__content+.m-flower {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 2 / 3 / 3;
	}

	.text-image--floated {
		*zoom: 1;
		display: block;
		max-width: 1440px;
	}

	.text-image--floated::before {
		content: ' ';
		display: table;
	}

	.text-image--floated::after {
		clear: both;
		content: ' ';
		display: table;
	}

	.text-image--floated .text-image__richtext-wrapper {
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}

	.text-image--floated.text-image--left-floated .o-video,
	.text-image--floated.text-image--left-floated .text-image__image-wrapper {
		float: left;
	}

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

	.text-image--floated.text-image--right-floated .text-image__headline {
		display: inline-block;
		text-align: left;
	}

	.text-image--floated.text-image--right-floated .o-video,
	.text-image--floated.text-image--right-floated .text-image__image-wrapper {
		float: right;
		text-align: left;
	}

	.text-image--floated.text-image--right-floated .text-image__richtext-wrapper {
		text-align: left;
	}

	.o-collection-experts .person__image {
		height: 200px;
		width: 200px;
	}

	.o-text-image .image__description {
		font-size: 19px;
		line-height: 27px;
	}

	.o-gallery-track .glide__slide__counter {
		color: inherit;
		float: right;
		font-size: inherit;
		margin-left: 50px;
	}

	.o-gallery--slider .glide__slides {
		align-items: center;
	}

	.teaser--partner-logo-description {
		display: -ms-grid;
		display: grid;
		grid-template-areas: 'image content';
	}

	.teaser--partner-logo-description .teaser-default__image {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
		grid-area: image;
	}

	.teaser--partner-logo-description .teaser-default__content-wrapper {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
		grid-area: content;
	}

	.teaser--with-toggle {
		-ms-grid-rows: auto auto;
		align-items: start;
		display: -ms-grid;
		display: grid;
		grid-template-rows: auto auto;
	}

	.teaser--with-toggle .a-headline,
	.teaser--with-toggle .o-accordeon .accordeon__title,
	.o-accordeon .teaser--with-toggle .accordeon__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 3;
	}

	.teaser--with-toggle .teaser-default__image,
	.o-flower .flower__content {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 2;
	}

	.teaser--with-toggle .teaser-default__content-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.teaser--with-toggle .a-textlink {
		margin-top: 4px;
	}

	.o-hero .hero__flash-wrapper {
		box-sizing: border-box;
	}

	.hero--level-1.hero--level-1-bp-outline .outline-t {
		-webkit-text-stroke: 2px #fff;
		color: transparent;
	}

	.hero--level-1.hero--level-1-bp-outline .teaser-hero--black .outline-t {
		-webkit-text-stroke: 2px #262626;
	}

	.hero-bgimage-isZoom {
		transform: scale(1.1);
	}

	.teaser-hero--clone {
		display: none;
	}

	.teaser-hero--level-2,
	.teaser-hero--level-3 {
		bottom: 0;
		max-width: calc(100% - 20px);
		top: 0;
	}

	.o-flower .flower__content .richtext-wrapper>*:first-child {
		margin-top: 0;
	}

	.o-locations .ui-tab__pane {
		height: 66vh;
		width: 250px;
	}

	.mapBox .locations__popup__content {
		padding: 17px 20px;
		width: 340px;
	}

	.o-job-search .job-search__searchterm-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 1 / 2 / 2;
	}

	.o-job-search #city {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 3 / 2 / 4;
	}

	.o-job-search .button-wrapper {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 1 / 4 / 2;
	}

	.lightbox__pane__content .richtext-wrapper {
		font-size: 16px;
		line-height: 23px;
	}

	.o-gallery--images-grouped .m-cover {
		width: calc(25% - 25px);
	}

	.o-gallery--images-grouped .m-cover+.m-cover {
		margin-left: 25px;
	}

	.o-price-module-teaser .a-textlink {
		font-size: 24px;
		line-height: 19px;
		margin-top: 30px;
	}

	.price-module-teaser__intro>* {
		font-size: 24px;
		line-height: 28px;
	}

	.site-chooser__country-chooser__list {
		-ms-grid-columns: 2fr 1fr 1fr 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 2fr 1fr 1fr 1fr;
	}

	.site-chooser__country-chooser__continent:nth-child(1) .site-chooser__country-chooser__countries {
		-ms-grid-columns: 50% 50%;
		display: -ms-grid;
		display: grid;
		grid-template-columns: 50% 50%;
	}

	.site-chooser__country-chooser__continent:nth-child(1) .site-chooser__country-chooser__country:nth-child(1),
	.site-chooser__country-chooser__continent:nth-child(1) .site-chooser__country-chooser__country:nth-child(2) {
		border-top: none;
	}

	.banner-sustainability__texts,
	.teaser-event__content {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}

	.o-teaser-collection.teaser-collection--events-news-view>.a-headline,
	.o-accordeon .o-teaser-collection.teaser-collection--events-news-view>.accordeon__title,
	.o-teaser-collection.teaser-collection--events-list>.a-headline,
	.o-accordeon .o-teaser-collection.teaser-collection--events-list>.accordeon__title {
		padding: 0;
	}

	.third-party-cookies-layer--default .third-party-cookies-layer__content {
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.locations__cookies-warning {
		margin: 0 auto;
	}

	.locations__cookies-warning .a-figure {
		mix-blend-mode: multiply;
	}
}

@media only screen and (max-width: 1023px) {
	.richtext-wrapper .link-external:not([href^='tel'])::after,
	.o-teaser-default.teaser-cta .teaser-default__teaser-text .link-external::after,
	.o-teaser-default.teaser-cta .teaser-text .link-external::after,
	.teaser-default--offer .teaser-default__teaser-text .link-external::after,
	.teaser-default--editorial .teaser-default__content-wrapper .teaser-default__teaser-text .link-external::after,
	.teaser-default--editorial-black .teaser-default__content-wrapper .teaser-default__teaser-text .link-external::after,
	.o-locations .locations__country__link::after {
		font-size: 0.727em;
	}

	.richtext-wrapper .footnote-item,
	.richtext-wrapper .footnote-item a,
	.m-form__line--toggle-list .form__element__info,
	.m-footnotes-list .footnote-listitem {
		font-size: 16px;
		line-height: 22px;
	}

	.textlink--ics .a-icon {
		font-size: 30px;
		line-height: 30px;
	}

	.m-header__brandbar .a-image--logo {
		height: 38px;
	}

	.m-header__navbar .o-metanav.is-enabled~.a-icon--search,
	.m-navigation__home,
	.navigation__bg--desktop-main,
	[data-navigation-type='country'] .nav__items--flyout .nav__item:not(.is-visible):not(.is-selected--nav__item),
	[data-navigation-type='country'] .nav__items--level-3 .nav__item:not(.is-visible):not(.is-selected--nav__item),
	.o-search__form #topics-desktop,
	.navigation-anchor__whitespace,
	.navigation-anchor__freespace {
		display: none;
	}

	.m-header__navbar .m-header__navbar__logo {
		left: 172px;
	}

	.m-header-bpbar {
		border-top: 1px solid #d0d0d0;
		order: 4;
		padding-bottom: 38px;
	}

	.m-header-bpbar .o-pseudo-navigation,
	.o-teaser-collection-m .a-btn,
	.o-teaser-collection-m .o-teaser-default .a-textlink,
	.o-teaser-default .o-teaser-collection-m .a-textlink,
	.o-teaser-collection-m .teaser-default--offer .teaser-default__pseudo-btn,
	.teaser-default--offer .o-teaser-collection-m .teaser-default__pseudo-btn,
	.o-teaser-collection-m .teaser-hero--clone .btn,
	.teaser-hero--clone .o-teaser-collection-m .btn,
	.o-teaser-collection-m .o-flower .flower__content>.btn,
	.o-flower .o-teaser-collection-m .flower__content>.btn,
	.o-teaser-collection-m .o-price-module-teaser .a-textlink,
	.o-price-module-teaser .o-teaser-collection-m .a-textlink,
	.teaser-event__ics+.teaser-event__cta {
		margin-top: 20px;
	}

	.m-form__wtf-control {
		max-width: calc(100% - 40px);
	}

	.m-contact .info-field>*:not(:first-child) {
		margin-top: 6px;
	}

	.flash--sustainability .flash__flash-text1 {
		font-size: 15px;
		line-height: 18px;
		margin-top: 6px;
	}

	.flash--sustainability .flash__flash-text1+.flash__flash-text2 {
		font-size: 15px;
		line-height: 18px;
	}

	.flash--sustainability .flash__icon {
		font-size: 25px;
	}

	.list--checkmarks li+li,
	.teaser-default--product .teaser-default__teaser-text ul li+li {
		margin-top: 18px;
	}

	.expansion-bar--collapsable-contract {
		margin-top: 30px;
	}

	.flower--2019 .flower__petals {
		-ms-grid-columns: 1fr 12px 1fr;
		-ms-grid-rows: 1fr 12px 1fr;
		grid-template-columns: 1fr 12px 1fr;
		grid-template-rows: 1fr 12px 1fr;
	}

	.flower--2019 .flower__petals span::before {
		margin-right: 7px;
	}

	.flower--2019 .flower__petals .q1 span {
		transform: translate(50%, -6px);
	}

	.flower--2019 .flower__petals .q2 span {
		transform: translate(-50%, -6px);
	}

	.flower--2019 .flower__petals .q3 span {
		transform: translate(50%, 6px);
	}

	.flower--2019 .flower__petals .q4 span {
		transform: translate(-50%, 6px);
	}

	.o-collection-person .collection-person__teaser-wrapper,
	.o-teaser-collection--news-view .o-teaser-default:not(:first-child),
	.o-teaser-collection--related-topic .o-teaser-default:not(:first-child) {
		margin-top: 40px;
	}

	.o-footer .a-image--logo,
	.o-footer .a-image--claim {
		height: 34px;
	}

	.o-footer--onepager .footer__nav {
		margin-top: 0;
		order: initial;
		padding: 0;
	}

	.navigation__bg {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 101;
	}

	.navigation__bg--mobile-country {
		background-color: #262626;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 101;
	}

	.navigation__bg--mobile-main {
		background-color: #fff;
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 101;
	}

	.navigation__bg~div,
	.navigation__bg--mobile-country~div,
	.navigation__bg--mobile-main~div,
	.navigation__bg~nav,
	.navigation__bg--mobile-country~nav,
	.navigation__bg--mobile-main~nav {
		z-index: 102;
	}

	.navigation__bg .header__language-country,
	.navigation__bg--mobile-country .header__language-country,
	.navigation__bg--mobile-main .header__language-country {
		z-index: 103;
	}

	.flyout-close {
		line-height: 62px;
		right: 24px;
	}

	.o-metanav {
		cursor: pointer;
	}

	.o-metanav .nav__label {
		display: none;
		margin-bottom: 0;
		margin-top: 0;
	}

	.o-metanav .nav__item {
		position: relative;
	}

	.o-metanav .nav__items.is-visible,
	[data-navigation-type='country'] .nav__label--level-2.is-visible,
	[data-navigation-type='country'] .nav__label--level-3.is-visible,
	[data-navigation-type='country'] .nav__label--level-4.is-visible,
	[data-navigation-type='country'] .nav__item.is-visible>.nav__label:not(.nav__label--level-1),
	[data-navigation-type='country'] .nav__item.is-visible>.nav__items:not(.nav__items--level-1),
	[data-navigation-type='country'] .nav__items--flyout .is-visible.is-selected--nav__item>.nav__items--level-3,
	.o-teaser-collection-s .teaser-wrapper {
		display: block;
	}

	.o-metanav .nav__items--flyout {
		overflow-y: auto;
	}

	.is-sticky~.page .o-navigation__menu {
		top: 75px;
	}

	[data-navigation-type='country'] .nav__label--level-2.has-childs,
	[data-navigation-type='country'] .nav__label--level-3.has-childs,
	[data-navigation-type='country'] .nav__label--level-4.has-childs {
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 100%;
	}

	[data-navigation-type='country'] .nav__label--level-2.is-selected--nav__label.is-visible,
	[data-navigation-type='country'] .nav__label--level-3.is-selected--nav__label.is-visible,
	[data-navigation-type='country'] .nav__label--level-4.is-selected--nav__label.is-visible {
		background-color: #000;
		border-bottom: 1px solid #d0d0d0;
		padding-left: 24px;
		padding-right: 24px;
	}

	[data-navigation-type='country'] .nav__label--level-2.is-selected--nav__label.is-visible::before,
	[data-navigation-type='country'] .nav__label--level-3.is-selected--nav__label.is-visible::before,
	[data-navigation-type='country'] .nav__label--level-4.is-selected--nav__label.is-visible::before {
		content: '%';
		font-family: 'TeleIcon-Outline';
		margin-right: 25px;
	}

	[data-navigation-type='country'] .nav__label.is-selected--nav__label:not(.nav__label--level-1)::after {
		content: '';
		margin-right: 0;
	}

	[data-navigation-type='country'] .flyout-close--level-2.is-enabled {
		display: block;
		right: 24px;
		top: 0;
		z-index: 102;
	}

	[data-navigation-type='country'] .flyout-close--level-2.is-enabled .a-icon--close {
		color: #fff;
	}

	[data-navigation-type='country'] .nav__item.is-visible+.is-visible {
		border-top: 1px solid #d0d0d0;
	}

	[data-navigation-type='country'] .nav__items--flyout>.nav__item:not(.is-selected--nav__item)>.nav__label {
		margin-left: 24px;
		margin-right: 24px;
	}

	[data-navigation-type='country'] .nav__items--flyout .nav__items--level-3 {
		margin: 0 24px;
	}

	[data-navigation-type='country'] .nav__items--flyout {
		box-sizing: border-box;
		display: none;
		left: 0;
		position: absolute;
		top: 120px;
		width: 100%;
	}

	.o-teaser-default.teaser-cta-basic .content-wrapper,
	.o-teaser-default.teaser-cta-basic-light .content-wrapper {
		padding: 0 12px;
	}

	.o-teaser-default.teaser-cta-contact {
		padding: 0 0 40px;
	}

	.o-teaser-default.teaser-cta-contact .content-wrapper>* {
		margin-left: 20px;
		margin-right: 20px;
	}

	.o-teaser-default.teaser-cta-contact .a-headline,
	.o-teaser-default.teaser-cta-contact .o-accordeon .accordeon__title,
	.o-accordeon .o-teaser-default.teaser-cta-contact .accordeon__title {
		margin-bottom: 28px;
		margin-top: 24px;
	}

	.o-teaser-default.teaser-cta-contact .a-textlink[href^='mailto'],
	.o-teaser-default.teaser-cta-contact .a-textlink[href^='tel'] {
		font-size: 24px;
		line-height: 32px;
	}

	.o-teaser-collection .a-category+.a-headline,
	.o-teaser-collection .o-accordeon .a-category+.accordeon__title,
	.o-accordeon .o-teaser-collection .a-category+.accordeon__title {
		margin-top: -3px;
	}

	.o-teaser-collection>.a-headline,
	.o-teaser-collection .teaser-collection__detail-text,
	.o-accordeon .o-teaser-collection>.accordeon__title,
	.o-accordeon,
	.o-tabs {
		padding: 0 20px;
	}

	.o-teaser-collection-m .teaser-image {
		margin-bottom: 170px;
	}

	.o-teaser-collection-m .content-wrapper {
		left: 10%;
		right: 10%;
	}

	.o-teaser-collection-mosaic .content-wrapper {
		padding: 48px 20px 25px;
	}

	.o-teaser-collection--offer .teaser-collection--offer-bar__headline-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}

	.o-teaser-collection--related-topic {
		padding: 95px 0 85px;
	}

	.text-image--left .text-image__image-wrapper:last-child,
	.text-image--left .o-video:last-child,
	.text-image--right .text-image__image-wrapper:last-child,
	.text-image--right .o-video:last-child,
	.o-price-module .outer-gallery-wrapper--prices-grouped {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-area: 2 / 1 / 3 / 4;
	}

	.o-navigation__menu.navbar--slim {
		top: 74px;
	}

	.o-gallery--prices-grouped.is-disabled .glide__slides {
		padding-left: 25px;
		padding-right: 25px;
	}

	.o-gallery--prices-grouped .m-expansion-bar {
		padding: 0 25px;
	}

	.event-item__event-actions {
		-ms-grid-columns: 50% 50%;
		grid-template-areas: 'btninfo btncta';
		grid-template-columns: 50% 50%;
	}

	.event-item__type .a-icon--calendar {
		font-size: 28px;
	}

	.event-item__btn-info {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}

	.event-item__btn-cta {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}

	.teaser--partner-logo-description .a-textlink {
		font-size: 19px;
		margin-top: 20px;
	}

	.teaser--partner-logo-description .a-textlink+.a-textlink {
		margin-top: 14px;
	}

	.o-hero .hero-bgimage {
		height: auto;
		left: 0;
		margin: 0;
		right: 0;
		width: 100%;
	}

	.hero-blank--logo,
	.o-teaser-with-bulletpoints {
		padding: 50px 0;
	}

	.hero-blank--logo .o-teaser-default {
		display: flex;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}

	.hero-blank--logo .teaser-default__image .a-image {
		height: auto;
		max-width: 100%;
		width: auto;
	}

	.o-fab {
		bottom: 70px;
	}

	.o-detailview-header-row .m-socialmedia-items {
		justify-content: flex-start;
		margin-top: 40px;
	}

	.o-podcast .teaser-default--editorial {
		padding-left: 0;
		padding-right: 0;
	}

	.price-module__teaser-option:first-child {
		padding-top: 25px;
	}

	.price-module__teaser-option:not(:first-child) {
		padding-top: 15.5px;
	}

	.o-price-module {
		-ms-grid-columns: 25px 1fr 25px;
		grid-template-columns: 25px 1fr 25px;
	}

	.o-price-module .a-headline,
	.o-price-module .o-accordeon .accordeon__title,
	.o-accordeon .o-price-module .accordeon__title {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-area: 1 / 2 / 2 / 3;
	}

	.o-price-module .teaser-cta-contact {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-area: 3 / 2 / 4 / 3;
		margin-top: 40px;
	}

	.o-price-module .m-footnotes-list {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-area: 4 / 2 / 5 / 3;
	}

	.o-price-module .footnote-listitem {
		font-size: 15px;
		line-height: 20px;
	}

	.site-chooser__type-area {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.teaser-event__hero-month {
		font-size: 32px;
		line-height: 65px;
	}

	.teaser-event__tags {
		margin-top: 16px;
	}

	.teaser-collection--events-news-view .o-teaser-event:nth-of-type(1n+2) .teaser-event__hero-month {
		font-size: 24px;
		line-height: 55px;
	}

	.teaser-collection--events-news-view .teaser-collection__actions .a-textlink--arrow-after,
	.teaser-collection--events-list .teaser-collection__actions .a-textlink--arrow-after {
		font-size: 22px;
	}
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.richtext-wrapper blockquote,
	.teaser-default--editorial .teaser-default__content-wrapper>.teaser-default__teaser-text,
	.teaser-default--editorial .teaser-default__content-wrapper>.a-headline,
	.teaser-default--editorial-black .teaser-default__content-wrapper>.teaser-default__teaser-text,
	.teaser-default--editorial-black .teaser-default__content-wrapper>.a-headline,
	.teaser-default--editorial .o-accordeon .teaser-default__content-wrapper>.accordeon__title,
	.o-accordeon .teaser-default--editorial .teaser-default__content-wrapper>.accordeon__title,
	.teaser-default--editorial-black .o-accordeon .teaser-default__content-wrapper>.accordeon__title,
	.o-accordeon .teaser-default--editorial-black .teaser-default__content-wrapper>.accordeon__title,
	.o-teaser-hero>.a-headline,
	.o-accordeon .o-teaser-hero>.accordeon__title,
	.o-teaser-hero .teaser-text {
		width: 100%;
	}

	.flower--2019 .flower__aspect-wrapper a {
		display: block;
	}

	.teaser-default--editorial::before,
	.teaser-default--basic-magenta:before,
	.o-teaser-collection-l--magenta::before,
	.hero-blank--filter-tags::before,
	.o-podcast .podcast__content-wrapper::before,
	.teaser-event__hero-month::before,
	.teaser-event__hero-day::before {
		opacity: 0.6;
	}

	.o-overlay-image-fullview.is-active {
		display: flex;
		flex-direction: column;
	}

	.o-overlay-image-fullview .o-overlay-image-fullview__image-wrapper {
		display: block;
		text-align: center;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 767px) {
	.o-footer--onepager .content-wrapper,
	.o-teaser-default.teaser-cta-basic .content-wrapper,
	.o-teaser-default.teaser-cta-basic-light .content-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
	.o-footer--onepager .content-wrapper,
	.o-teaser-default.teaser-cta-basic .content-wrapper,
	.o-teaser-default.teaser-cta-basic-light .content-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}
}

@media only screen and (min-width: 1024px) and (min-width: 1024px) {
	.o-footer--onepager .content-wrapper,
	.o-teaser-default.teaser-cta-basic .content-wrapper,
	.o-teaser-default.teaser-cta-basic-light .content-wrapper {
		box-sizing: content-box;
		padding: 0 12px;
	}
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
	[data-navigation-type='country'] .nav__label--level-2.has-childs::after,
	[data-navigation-type='country'] .nav__label--level-3.has-childs::after,
	[data-navigation-type='country'] .nav__label--level-4.has-childs::after {
		content: '§';
		display: block;
		float: right;
		font-family: 'TeleIcon-Outline';
		font-size: 22px;
		margin-right: 10px;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) {
	[data-navigation-type='country'] .nav__label--level-2.has-childs::after,
	[data-navigation-type='country'] .nav__label--level-3.has-childs::after,
	[data-navigation-type='country'] .nav__label--level-4.has-childs::after {
		content: '§';
		display: block;
		float: right;
		font-family: 'TeleIcon-Outline';
		font-size: 22px;
		margin-right: 15px;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media only screen and (max-width: 1023px) and (min-width: 1024px) {
	[data-navigation-type='country'] .nav__label--level-2.has-childs:not(.nav__label--level-1)::after,
	[data-navigation-type='country'] .nav__label--level-3.has-childs:not(.nav__label--level-1)::after,
	[data-navigation-type='country'] .nav__label--level-4.has-childs:not(.nav__label--level-1)::after {
		content: '§';
		display: block;
		float: right;
		font-family: 'TeleIcon-Outline';
		font-size: 22px;
		margin-right: 0;
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.teaser-default--cta-magenta-document-icon {
		opacity: 0.8;
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
	.text-image--floated.text-image--left-floated .text-image__headline {
		margin-right: 20px;
	}

	.text-image--floated.text-image--left-floated .o-video,
	.text-image--floated.text-image--left-floated .text-image__image-wrapper {
		margin-right: 40px;
	}

	.text-image--floated.text-image--right-floated .text-image__headline {
		margin-left: 20px;
	}

	.text-image--floated.text-image--right-floated .o-video,
	.text-image--floated.text-image--right-floated .text-image__image-wrapper {
		margin-left: 40px;
	}
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
	.text-image--floated.text-image--left-floated .text-image__headline {
		margin-right: 12px;
	}

	.text-image--floated.text-image--left-floated .o-video,
	.text-image--floated.text-image--left-floated .text-image__image-wrapper {
		margin-right: 24px;
	}

	.text-image--floated.text-image--right-floated .text-image__headline {
		margin-left: 12px;
	}

	.text-image--floated.text-image--right-floated .o-video,
	.text-image--floated.text-image--right-floated .text-image__image-wrapper {
		margin-left: 24px;
	}
}

@media (any-pointer: coarse) {
	.o-gallery-track .glide__arrows {
		display: none;
	}
}

@media only screen and (max-width: 767px) and (-ms-high-contrast: active),
only screen and (max-width: 767px) and (-ms-high-contrast: none) {
	.o-hero .hero-swoosh {
		opacity: 0.6;
	}
}

@media only screen and (min-width: 768px) and (-ms-high-contrast: active),
only screen and (min-width: 768px) and (-ms-high-contrast: none) {
	.hero--level-1.hero--level-1-bp-outline .outline-t {
		color: #fff;
	}

	.hero--level-1.hero--level-1-bp-outline .teaser-hero--black .outline-t {
		color: #262626;
	}
}

@media screen and (prefers-reduced-motion: reduce) {
	.o-locations .ui-tab__pane {
		scroll-behavior: auto;
	}
}

@media screen and (min-width: 1441px) {
	.o-teaser-collection--zdf+.teaser-cta-basic,
	.o-teaser-collection--zdf+.teaser-default--editorial-black,
	.o-gallery--magenta+.teaser-cta-basic,
	.o-gallery--magenta+.teaser-default--editorial-black,
	.o-job-search+.teaser-cta-basic,
	.o-job-search+.teaser-default--editorial-black,
	.text-image--quote+.teaser-cta-basic,
	.text-image--quote+.teaser-default--editorial-black {
		margin-top: -80px;
		padding-top: 180px;
	}
}

div.content-wrapper>button.a-btn,
div.m-form__line.m-form__line--actions>button.a-btn {
	color: #fff;
}

div.m-form__line.m-form__line--actions>button.a-btn:hover {
	background-color: #fff;
	color: #e20074;
}

div.text-image__richtext-wrapper.richtext-wrapper>h3.a-headline {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
