/*
Farben:
Schriftfarbe: #262626
Sekundäre: #6B6B6B
Linktext: #00739F
*/

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

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

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

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

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

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

@font-face {
	font-family: TeleNeoWeb-Thin;
	font-display: swap;
	src: url(fonts/TeleNeoWeb-Thin.woff2),
	url(fonts/TeleNeoWeb-Thin.woff);
	font-weight: normal;
	font-style: normal;
}

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

html {
	overflow-x: hidden;
}

html,
body {
	font-family: "TeleNeoWeb-Regular", Helvetica, Arial, sans-serif;
	background: #0d0033;
	color: #fff;
	font-weight: normal;
}

body {
	display: none;
}

/* ---------------------------- MISC ----------------------- */

.magenta-linie {
	border-top: 3px solid #e20074;
	position: fixed;
	z-index: 200;
	left: 0;
	right: 0;
	height: 3px;
}

main img {
	width: 100%;
	height: auto;
}

p {
	font-family: "TeleNeoWeb-Regular", 'Helvetica', Arial, serif;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}

p a,
a.link-blue {
	color: #1c41eb;
}

p a:hover,
a.link-blue:hover {
	color: #1c41eb;
	border-bottom: 1px solid #1c41eb;
}

h1 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin: 0;
}

.h1-container {
	margin-bottom: 50px;
}

.h1-container h1 {
	margin: 0 !important;
}

span.status {
	display: inline-block;
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 11.2px;
	margin-right: 15px;
	color: #000;
	letter-spacing: 1px;
	line-height: 1em;
	background: #ffd300;
	border-radius: 4px;
	padding: .5em 1em;

}

h2 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 60px;
}

h3 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 32px;
	color: #fff;
	line-height: 60px;
	margin-bottom: 40px;
}

table {
	font-family: "TeleNeo-Medium", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	margin-bottom: 60px;
}

table th {
	padding-right: 1em;
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
}

strong {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-weight: normal;
}

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

a:hover,
a:focus {
	text-decoration: none;
	color: inherit;
}

/* ---------------------------- INDEX ----------------------- */

#index .calendar,
#index .responsive-video {
	box-shadow: 0 5px 132px 0 rgba(0, 0, 0, 0.5);
}

#index .responsive-video.no-shadow {
	box-shadow: none;
}

/* ---------------------------- MAIN PAGES ----------------------- */

main.mainpages {
	padding-top: 33px;
	position: relative;
	z-index: 100;
}

#index h1 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 63px;
	line-height: 1em;
	color: #fff;
	letter-spacing: -1px;
	background: #e20074;
	padding: 4px 10px;
	display: inline-block;
	text-transform: uppercase;
}

main.mainpages h1 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	line-height: 1em;
	color: #fff;
	letter-spacing: -1px;
	background: #e20074;
	padding: 4px 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 42px;
	margin-bottom: 2em;
}

/* ---------------------------- MAIN SUBPAGES ----------------------- */
main.subpages {
	padding-top: 70px;
	position: relative;
	z-index: 100;
}

main.subpages h1 {
	font-size: 32px;
	line-height: 1em;
	margin-bottom: 1em;
}

main.subpages .responsive-video {
	margin-bottom: 60px;
}

main.subpages th {
	vertical-align: top;
}

main.subpages td strong {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
}

.responsive-image img {
	border-radius: 8px
}

/* ---------------------------- CORE STORIES ----------------------- */
main.subpages.core-story h1 {
	font-size: 54px;
	line-height: 1em;
}

main.subpages.core-story h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 1em;
	margin-top: 3em;
}

main.subpages.core-story #contact-footer h2 {
	margin: 0 !important;
	margin-bottom: 16px !important;
}

/* ---------------------------- NAVBAR ----------------------- */

header {
	z-index: 150;
	position: relative;
}

.fp-enabled header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

a.logo img {
	display: inline-block;
	width: 30px !important;
	height: 30px;
}

.navbar .navbar-nav a {
	font-family: 'TeleNeoWeb-Medium', Helvetica, Arial, sans-serif;
	color: #fff !important;
	padding-bottom: .8em;
	font-size: 20px;
}

.navbar .navbar-nav a:hover {
	border-bottom: 2px solid #e20074;
}

.navbar li {
	font-size: 20px;
	margin-top: 0;
	padding: 0 15px;
}

.navbar li.active a {
	font-family: 'TeleNeoWeb-Bold', Helvetica, Arial, sans-serif;
}

.navbar-toggle {
	float: left;
	margin-left: 15px;
}

/* ------------------------------ HERO & VIDEO-BACKGROUND--------------------------- */

.video-background {
	overflow: hidden;
	z-index: 0;
	position: absolute !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.video-background img {
	width: 100% !important;
}

.video-background .responsive-video {
	margin: 0;
}

.video-background iframe {
	border-radius: 0;

}

.hero {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero-inner {
	padding-top: 90px;
}

.hero .text {
	font-family: "TeleNeoWeb-Bold", 'Helvetica', Arial, serif;
	font-size: 20.5px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.2em;
	margin-top: .7em;
}

/* ------------------------------ VIDEO --------------------------- */

.responsive-video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

/* ------------------------------ ALIGNED RIGHT --------------------------- */

.slide {
	overflow: hidden;
}

.aligned-right {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: right;
	z-index: 0;
}

.aligned-right img {
	height: 70% !important;
	margin-top: 10%;
	width: auto !important;
}

/* ------------------------------ COUNTDOWN --------------------------- */

.countdown-container {
	z-index: 100;
	position: absolute;
	bottom: 0;
}

.countdown-container .go-for-it {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
}

.countdown-container .go-for-it img {
	width: 16px;
	margin: 16px;
}

.countdown {
	width: 60px;
	display: flex;
	flex-direction: column;
}

.countdown .number {
	background: rgba(37, 29, 61, .8);
	display: flex;
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 26px;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	line-height: 2em;
	justify-content: center;
	align-items: center;
	border-radius: 8px 8px 0 0;
}

.countdown .number .number-inner {
	display: flex;
}

.countdown .label {
	background: #0c0030;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0 0 8px 8px;
}

.countdown .label .label-inner {
	font-size: 7px;
	display: flex;
	opacity: 0.53;
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	color: #fff;
	letter-spacing: 0.56px;
	line-height: 2.5em;
	text-transform: uppercase;
}

/* ------------------------------ CALENDAR --------------------------- */

.calendar {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	width: 142px;
	margin-bottom: 100px;
}

.slide .calendar {
	margin-bottom: 40px;
}

.calendar .month {
	background: #65519f;
	border-radius: 8px 8px 0 0;
	font-size: 22px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}

.calendar .day {
	font-size: 78px;
	background: #e9ecf6;
	color: #000;
	border-radius: 0 0 8px 8px;
	line-height: 120px;
}

/* ------------------------------ SECTION --------------------------- */

#section1 {
	background: #0d0033;
}

.background-image.image-1,
.background-image.image-3 {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: -20%;
	z-index: 1;
	text-align: right;
}

.background-image.image-2,
.background-image.image-4 {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: -20%;
	z-index: 0;
	text-align: left;
}

.background-image img {
	opacity: .05;
}

.background-image-events {
	opacity: .05;
	position: absolute;
	width: 50%;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ------------------------------ EVENT --------------------------- */

.tag {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 14px;
	color: #e20074;
	text-align: left;
	line-height: 1em;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.event h2.header {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 8px;
}

.event .date {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	line-height: 22px;
	margin-bottom: 24px;
}

.event .description {
	font-family: "TeleNeoWeb-Regular", 'Helvetica', Arial, serif;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 0;
	text-align: left;
	margin-bottom: 32px;
}

.calendar-icon-container {
	width: 150px;
	display: inline-block;
}

.ics-link {
	font-size: 16px;
	line-height: 1.2em;
}

.button-container {
	margin-bottom: 32px;
}

a.button {
	display: inline-block;
	background: #e20074;
	border-radius: 8px;
	border: 2px solid #e20074;
	font-family: "TeleNeoWeb-Bold", 'Helvetica', Arial, serif;
	font-size: 16px;
	line-height: 36px;
	height: 40px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	padding: 0 24px;
	text-decoration: none;
}

a.button:hover {
	background: #c00063;
	border-color: #c00063;
}

a.button:focus,
a.button:active {
	border-color: #1c41eb;
}

/* ------------------------------ BOX --------------------------- */

.box-outer {
	margin-bottom: 60px;
}

.box {
	border-radius: 8px;
}

.box .above {
	position: relative;
	border-radius: 8px 8px 0 0;
}

.box .above .color-plate {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 66%;
	background: #65519f;
	z-index: 1;
	border-radius: 8px 8px 0 0;
}

.box .above .image-free {
	position: relative;
	z-index: 2;
}

.box .below {
	background: #fff;
	border-radius: 0 0 8px 8px;
	color: #20233f;
	padding: 18px;
	padding-top: 0;
	padding-bottom: 48px;
	flex-direction: column;
}

.box .below .topic {
	position: relative;
	top: -18px;
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1em;
	background: #e20074;
	padding: 8px 42px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
	z-index: 3;
}

.box .below h3 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 32px;
	line-height: 1em;
	color: #20233f;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.box p {
	font-family: "TeleNeoWeb-Regular", 'Helvetica', Arial, serif;
	font-size: 16px;
	line-height: 22px;
	color: #20233f;
	margin-bottom: 0;
}

/* ------------------------------ FULLPAGE --------------------------- */

#fullpage {
	padding: 0;
}

/* ------------------------------ SLIDE --------------------------- */

.slide.fp-slide {
	position: relative !important;
}

.fp-controlArrow {
	top: auto !important;
	bottom: 30px !important;
}

.fp-slidesNav.fp-bottom {
	text-align: center;
}

.fp-slidesNav ul li a {
	border: 2px solid rgba(255, 255, 255, .3);
	border-radius: 100%;
}

.fp-slidesNav ul li a span {
	height: 12px !important;
	width: 12px !important;
	margin: -6px 0 0 -6px !important;
	border-radius: 100% !important;
	background: transparent !important;
}

.fp-slidesNav ul li a.active span {
	background: #fff !important;
}

.fp-slidesNav {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.fp-slidesNav ul {
	display: flex;
	align-items: center
}

.fp-slidesNav li {
	display: flex !important;

}

.left-right {
	display: none;
}

.arrow-left-right {
	width: 48px;
	height: 48px;
	display: inline-block;
	background: url("Icons/arrow.svg");
	background-size: cover;
	margin: 0 70px;
}

.arrow-left-right:hover {
	background: url("Icons/arrow_hover.svg");
	background-size: cover;
}

#moveLeftContainer {
	transform: rotate(180deg);
}

/* ------------------------------ CURRENT WORKING --------------------------- */

.current-working h2 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 32px;
	color: #fff;
	line-height: 1em;
	margin: 40px 0 !important;
}

/* ------------------------------ EVENT ON EVENTPAGE --------------------------- */

.event-on-eventpage {
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 30px;
	border-radius: 8px;;
}

.event-on-eventpage .event h2.header,
.event-on-eventpage .event .date,
.event-on-eventpage .event .description {
	color: #000;
}

.event-on-eventpage .calendar {
	margin-bottom: 40px;
	width: 72px;
}

.event-on-eventpage .month {
	font-size: 11px;
	height: auto;
	line-height: 1em;
	padding: 5px 0;
}

.event-on-eventpage .day {
	font-size: 39px;
	line-height: 60px;
	height: 60px;
}

/* ------------------------------ STORY ON STORYPAGE --------------------------- */
.stories-on-storypage {
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 30px;
	border-radius: 8px;
}

.stories-on-storypage .event h2.header,
.stories-on-storypage .event .date,
.stories-on-storypage .event .description {
	color: #000;
}

.stories-on-storypage .responsive-image,
.stories-on-storypage .story-video-container {
	margin-bottom: 0;
	padding: 38px 0;
}

/* ------------------------------ PAST EVENTS --------------------------- */

.past-events {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 30px;
}

.past-events .responsive-video {
	margin-bottom: 0;
}

.past-events iframe {
	border-radius: 8px 8px 0 0;
}

.past-events .event {
	padding: 40px 30px;

}

.past-events .event .header,
.past-events .event .date,
.past-events .event .description {
	color: #000 !important;
}

.past-events .event .header {
	font-size: 32px;
	line-height: 40px;
}

/* ------------------------------ FOOTER --------------------------- */

#contact-footer {
	margin-top: 56px;
	background: #e20074;
	padding-top: 56px;
	padding-bottom: 56px;
}

#contact-footer h2 {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 16px;
}

#contact-footer p {
	font-family: "TeleNeoWeb-Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 0;
}

#contact-footer a {
	font-family: "TeleNeoWeb-ExtraBold", 'Helvetica', Arial, serif;
	color: #fff;
}

#contact-footer a:hover {
	border-color: #fff;
}

.footer {
	font-size: 16px;
	padding-bottom: 30px;
}

.footer a.logo img {
	margin: 30px 0;
}

.footer .telekom {
	font-family: "TeleNeoWeb-Medium", Helvetica, Arial, sans-serif;
	display: inline-block;
	margin-bottom: 30px;
}

.footer .links {
	font-family: "TeleNeoWeb-ExtraBold", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
}

.footer .item img {
	display: inline-block;
	width: 13px;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

	main.mainpages {
		padding-top: 83px;
	}

	a.logo img {
		margin-right: 45px;
	}

	h1 {
		font-size: 42px;

	}

	main .hero h1 {
		font-size: 63px;
	}

	main.subpages {
		padding-top: 145px;
	}

	main.subpages h1 {
		font-size: 42px;
		line-height: 48px;
	}

	h2 {
		font-size: 42px;
		line-height: 48px;
	}

	.hero-inner {
		padding-top: 140px;
	}

	.hero .text {
		font-size: 19.5px;
	}

	.countdown {
		width: 160px;
	}

	.countdown .number {
		font-size: 50px;
	}

	.countdown .label .label-inner {
		font-size: 14px;
	}

	.calendar {
		margin-bottom: 0;
	}

	.event h2.header {
		font-size: 54px;
		line-height: 1em;
	}

	.event .date {
		margin-bottom: 32px;
	}

	.event .description {
		font-size: 20px;
		line-height: 28px;
	}

	.current-working h2 {
		font-size: 42px;
		margin: 100px 0 !important;
	}

	.box {
		margin: 0 25px;
	}

	.box .below {
		padding-bottom: 32px;
	}

	.box .below h3 {
		font-size: 42px;
	}

	.box p {
		font-size: 20px;
		line-height: 28px;
	}

	#contact-footer {
		margin-top: 80px;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#contact-footer h2 {
		font-size: 42px;
		line-height: 48px;
	}

	#contact-footer p {
		font-size: 20px;
		line-height: 28px;
	}

	.footer .item {
		margin-left: 20px;
	}

	.footer .telekom {
		margin-bottom: 0
	}

	.event-on-eventpage .calendar {
		width: 90px;
	}

	.event-on-eventpage .month {
		font-size: 13.88px;
	}

	.event-on-eventpage .event .day {
		font-size: 50px;
		line-height: 76px;
		height: 76px;
	}

	.past-events .event .header {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (min-width: 992px) {
	main.mainpages {
		padding-top: 123px;
	}

	.stories-on-storypage {
		padding: 18px;
	}

	.stories-on-storypage .event {
		background: #fff;
		padding: 38px 48px;
	}

	.stories-on-storypage .event .button-container {
		margin-bottom: 0;
	}

	.hero-inner {
		padding-top: 180px;
	}

	main.subpages .image-on-textpages {
		margin: 0 -6vw 0 0;
	}
}

@media (min-width: 1200px) {

	main.mainpages {
		padding-top: 163px;
	}

	#index header nav {
		margin: 0 -7.5px;
	}

	#index h1 {
		font-size: 96px;
	}

	main.mainpages h1 {
		font-size: 70px;
		margin-bottom: 2em;
	}

	main.subpages h1 {
		font-size: 60px;
		line-height: 1em;
	}

	span.status {
		font-size: 20px;
		margin-right: 45px;
	}

	.hero-inner {
		padding-top: 220px;
	}

	.aligned-right img {
		margin-top: 0;
		height: 100% !important;
		width: auto !important;
	}

	main .hero h1 {
		font-size: 96px;
	}

	h2 {
		font-size: 54px;
		line-height: 60px;
	}

	.hero .text {
		font-size: 31px;
	}

	.countdown {
		width: 227px;
	}

	.countdown .number {
		font-size: 72px;
	}

	.countdown .label .label-inner {
		font-size: 20px;
	}

	.slide .calendar {
		width: 240px;
		height: 213px;
	}

	.slide .month {
		height: 60px;
		line-height: 60px;
		font-size: 44px;
	}

	.slide .day {
		font-size: 130px;
		height: 153px;
		line-height: 153px;
	}

	.current-working h2 {
		font-size: 48px;
	}

	.box .below h3 {
		font-size: 40px;
	}

	#contact-footer {
		margin-top: 140px;
		padding-top: 120px;
		padding-bottom: 120px;
	}

	#contact-footer h2 {
		font-size: 48px;
		line-height: 60px;
	}

	#contact-footer p {
		font-size: 24px;
		line-height: 32px;
	}

	.event-on-eventpage {
		padding: 40px 30px;
	}

	.event-on-eventpage .calendar {
		width: 90px;
	}

	.event-on-eventpage .month {
		font-size: 22px;
	}

	.event-on-eventpage .event .day {
		font-size: 78px;
		height: 76px;
	}

	.footer {
		padding-bottom: 0;
	}

}

@media (min-width: 1400px) {

}

