/*--------------------------------------- FONTS -------------------------------------*/

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

/* include TeleNeo Regular (non-italic) */
@supports (font-variation-settings: normal) {
	@font-face {
		font-family: "TeleNeo";
		font-weight: 250 800;
		src: local("?"),
		url("/fonts/teleneo-variable.woff2") format("woff2 supports variations"),
		url("./fonts/teleneo-variable.woff2") format("woff2-variations");
	}
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	position: relative;
	min-height: 100%;
}

html,
body {
	font-family: "TeleNeo", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.34em;
	overflow-x: hidden;
	color: #151515 !important;
	scroll-behavior: smooth !important;

}

/* ------------------------------ INDEX-DE --------------------------- */
#index body,
#index-en body {
	background-color: #f0f8ff;
}

#index main > .container-fluid,
#index-en main > .container-fluid {
	background: #fff;
}

#index main > .container-fluid.background,
#index-en main > .container-fluid.background {
	background-color: #f0f8ff;
}

/* ------------------------------ MARGINS --------------------------- */

.margin-top--67 {
	margin-top: 0;
}

.frame-space-before-extra-small {
	padding-top: 10px;
}

.frame-space-before-small {
	padding-top: 25px;
}

.frame-space-before-medium {
	padding-top: 50px;
}

.frame-space-before-large {
	padding-top: 100px;
}

.frame-space-before-extra-large {
	padding-top: 150px;
}

.frame-space-after-extra-small {
	padding-bottom: 10px;
}

.frame-space-after-small {
	padding-bottom: 25px;
}

.margin-bottom-35 {
	padding-bottom: 35px;
}

.frame-space-after-medium {
	padding-bottom: 50px;
}

.frame-space-after-large {
	padding-bottom: 100px;
}

.frame-space-after-extra-large {
	padding-bottom: 150px;
}

.probleme,
.probleme p {
	color: deeppink;
}

/* --------------------------- HEADER ----------------------------- */

#wrapper {
	height: auto;
}

.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}

.fixed-header {
	position: fixed;
	top: 4px;
	left: 0;
	width: 100%;
}

sup {
	font-size: 1.2em;
	top: 0;
}

header {
	z-index: 1000;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #e20074;
}

header > .container {
	height: 38px;
}

.fixed + main {
	padding-top: 70px;
}

/* -------------------- ALLGEMEIN ------------------------ */

.inline {
	display: inline;
}

p {
	font-family: 'TeleNeo', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	color: #262626;
}

ol {
	font-family: 'TeleNeo', sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	list-style-type: lower-alpha;
	color: #262626;
}

ol li {
	margin-bottom: .5em;
}

h1 {
	font-family: 'TeleNeo', sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

.faqs h1 {
	font-size: 50px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: -0.18px;
	color: #238fcd;
}

h2 {
	font-family: 'TeleNeo', sans-serif;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	width: 100%;
	margin: 0;
	letter-spacing: -0.18px;
	color: #262626;
}

.faqs h2 {
	font-size: 36px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h3 {
	font-family: 'TeleNeo', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 15px;
	letter-spacing: -0.08px;
	color: #151515;
}

a {
	text-decoration: none;
	color: #00739f;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #00739f;
	border-bottom: 1px solid #00739f;
}

.hide {
	overflow: hidden;
}

section {
	margin-bottom: 30px;
}

section p:last-child {
	margin-bottom: 0;
}

table td,
table th {
	padding: 5px;
	vertical-align: top;
}

.button {
	font-size: 24px;
	display: inline-block;
	padding: 9px 20px 11px 20px;
	letter-spacing: 0.6px;
	color: #fff;
	border: solid 1px #1e73d2;
	border-radius: 4px;
	background: #1e73d2;
}

.button:hover,
.button:focus {
	color: #fff;
}

/* --------------------------------- STARTSEITE ------------------------------------ */

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: none;
	border: none;
	box-shadow: none;
}

.citykey {
	width: 164px;
	height: 67px;
}

p.citykey-text {
	font-size: 24px;
	margin-bottom: 0;
}

.background {
	background-color: #f0f8ff;
}

.group-3 {
	width: 360px;
	height: 48px;
	object-fit: contain;
}

.group-2 {
	width: 165px;
	height: 48px;
	margin: 0 30px 0 0;
	object-fit: contain;
}

.group {
	width: 165px;
	height: 48px;
	margin: 0 0 0 30px;
	object-fit: contain;
}

.front {
	width: 506px;
	height: 700.3px;
	object-fit: contain;
}

.div-borders {
	border: 1px solid;
}

.image3 {
	position: relative;
	/*top: 174px;*/
	width: 458px;
}

.intro p {
	font-size: 20px;
	line-height: 1.5;
}

.sub-title {
	font-family: 'TeleNeo', sans-serif;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	letter-spacing: -0.1px;
	color: #151515;
}

.sub-title2 {
	font-size: 28px;
	letter-spacing: -0.1px;
}

.description2 {
	font-size: 24px;
	line-height: 1.5;
}

.verticalmid {
	vertical-align: middle;
}

.title4 {
	font-size: 32px;
	font-weight: 650;
	line-height: 1.2;
}

.title5 {
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: -0.18px;
}

.description3 {
	font-size: 18px;
	line-height: 1.33;
}

main ul {
	padding: 0 0;
}

.app-download {
	display: inline-block;
	width: 160px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.app-download:last-child {
	margin-right: 0;
}

.app-download:focus,
.app-download:hover {
	text-decoration: none;
	border: none;
}

/* -------------------------------- REFERENZEN SLIDER -------------------------------------- */

/* PREV & NEXT */

.slick-dots li button {
	width: 15px;
	height: 15px;
	padding: 0;
	border: 1px solid #1e73d2;
	border-radius: 50%;
	background: #fff;
}

.slick-prev,
.slick-next {
	z-index: 100;
	width: 60px;
	height: 60px;
	background-image: url("slider-button-left.svg");
	background-size: cover;
}

.slick-prev::before,
.slick-next::before {
	display: none !important;
}

.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: url("slider-button-left.svg");
}

.slick-next,
.slick-next:hover,
.slick-next:focus {
	background: url("slider-button-right.svg");
}

.slick-prev:hover,
.slick-next:hover {
	opacity: .8;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

/* DOTS */

.slick-dots li.slick-active button {
	background: #1e73d2;;
}

.slick-dots li button::before {
	font-size: 15px;
	display: none;
	color: #fff;
}

.slick-dots li.slick-active button::before {
	color: #1e73d2;
}

/* INHALT */

.referenzen-slider .slide-image {
	display: inline-block;
	max-width: 300px;
}

.referenzen-slider .slide-text {
	font-size: 20px;
	font-weight: normal !important;
	line-height: 1.2;
	margin: 0 60px;
	margin-bottom: 10px;
	color: #151515;

}

/* -------------------------------------------------- KEYFACTS -------------------------------------------------- */

.keyfact-play {
	width: 24px;
	height: 24px;
	margin-top: -9px;
	margin-left: -2px;
	object-fit: contain;
}

.keyfact-play-text {
	font-size: 24px;
	margin-left: 10px;
	color: #1e73d2;
}

.keyfact-ptop {
	padding-top: 98px;
}

.keyfact .description-box {
	padding-top: 159px;
	color: #151515;
}

.keyfact .description-box h2 {
	font-size: 50px;
	font-weight: normal !important;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #151515;
}

.keyfact .description-box p {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 38px;
	padding-top: 30px;
	color: #151515;
}

.keyfact .description-box p:last-child {
	margin-bottom: 0;
}

.keyfact .description-box ul {
	padding-top: 54px;
	color: #151515;
}

.keyfact-container {
	padding: 40px 0;
}

.keyfact-container h2 {
	font-size: 50px;
	font-weight: normal !important;
	line-height: 1.2;
	margin-bottom: 40px;
	color: #151515;
}

.keyfact-container p {
	font-size: 24px;
	line-height: 1.5;
	color: #151515;
}

.keyfact-container p:last-child {
	margin: 0;
}

.keyfact-container .responsive-video {
	box-shadow: 10px 10px 0 0 #c8dbf5;
	border-radius: 18px;
	margin-top: 40px;
	margin-bottom: 10px;
}

.keyfact-container .responsive-video iframe {
	margin-bottom: 0;
	border-radius: 20px;
	border: 3px solid #238fcd;

}

#made-in-ny-clicker {
	cursor: pointer;
}

/* -------------------------------------------------- CITIES -------------------------------------------------- */

img.city-icon {
	width: 49px;
}

.city-list {
	font-family: TeleNeo;
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: normal;
}

.description-text {
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
}

.cities img {
	width: 48px;
	height: 48px;
	margin-top: -9px;
	margin-right: 17px;
}

.cities span {
	font-size: 18px;
	line-height: 1.33;
	color: #151515;
}

.cities a.no-underline:hover {
	text-decoration: none;
}

.cities .dimmed {
	opacity: .4;
}

#communities p {
	font-size: 24px;
	line-height: 1.5;
	color: #151515;
}

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

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

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

iframe .player .vp-controls-wrapper {
	display: none !important;
}

/* -------------------------------------------------- FAQ -------------------------------------------------- */

.faqs header,
.faqs nav,
.faqs footer {
	display: none !important;
}

.faq-container {
	border-top: 1px solid #979797 !important;
}

.faqs h1 {
	font-size: 60px;
	font-weight: 300;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #262626;
}

.faqs h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	width: 100%;
	letter-spacing: -0.18px;
	color: #262626;
}

.faqs p {
	font-family: 'TeleNeo', sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.faq-container-bottom {
	border-bottom: 1px solid #979797 !important;
}

.faq-container .collapsible {
	font-family: 'TeleNeo', sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2em;
	position: relative;
	display: block;
	padding: 18px 0;
	padding-right: 50px;
	cursor: pointer;
	text-align: left;
	letter-spacing: -0.08px;
	color: #238fcd;
	border: none;
	outline: none;
	background-color: #fff;
}

.faq-container a.collapsible[aria-expanded="true"] img.arrow {
	transform: rotate(180deg);
}

.faq-container .collapsible .arrow {
	position: absolute;
	top: 24px;
	right: 2px;
	width: 20px;
	height: auto;
}

.faq-container .faq-ul {
	font-family: 'TeleNeo', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-top: 11px;
	list-style-type: '–  ';
	color: #262626;
}

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

footer a:hover,
header a:hover {
	border: none;
}

.logo {
	height: 38px;
	margin-right: 30px;
}

.claim {
	font-family: 'TeleNeo', Helvetica, Arial, sans-serif;
	font-size: 16px !important;
	font-weight: 800;
	position: relative;
	top: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

header .claim span {
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	transform: translate(0, -50%);
}

.language span {
	font-size: 15px;
	font-weight: 800;
	position: relative;
	padding: 9px 0 7px;
	color: #fff;
}

.language a {
	color: #fff;
}

.language a:hover {
	border-bottom: 1px solid #fff;
}

.icon-container img {
	width: 80px;
}

main {
	position: relative;
}

main.fixed-main {
	padding-top: 100px;
}

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

footer {
	position: absolute;
	z-index: 99999;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px;
	background: #262626;
}

.footer-text {
	font-family: 'TeleNeo', sans-serif;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 1em;
	color: #b2b2b2;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer li {
	font-size: 15px;
	display: block;
	margin: 0;
	text-align: left;
	color: #b2b2b2;
}

footer li a {
	color: #b2b2b2;
}

footer li a:hover,
footer li a:focus {
	text-decoration: none;
	color: #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

footer .divider {
	margin: 15px 0;
	border-bottom: 1px solid #6b6b6b;
}

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

.nav.navbar-nav {
	flex-direction: row;
}

.navbar {
	z-index: 1000;
	margin-bottom: 0;
	border: 0;
	border-bottom: 2px solid #cbe6f6 !important;
	background: #fff;
}

.navbar li {
	font-size: 20px;
	margin-top: 0;
	padding: .3em .6em;
	border-bottom: 3px solid #e3f2fd;
	background: #e3f2fd;
}

.nav-lang-pos {
	padding: .3em 0 !important;
}

.navbar li.active a {
	font-family: 'TeleNeo', sans-serif;
	font-weight: 600;
}

.navbar a {
	color: #1e73d2 !important;
	border: none;
	background: #e3f2fd !important;
}

.navbar a:hover,
.navbar a:focus {
	border: none;
	border-bottom: 3px solid #e20074;
}

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

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

main ul {
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: "- ";
}

/* ---------------------------- TO TOP ----------------------- */

#to-top {
	position: fixed;
	z-index: 1000;
	right: 30px;
	bottom: 30px;
	display: none;
	width: 48px;
	height: 48px;
	padding: 5px;
}

/* ---------------------------- MEDIA ----------------------- */

@media (width: 375px) {
	.cities img {
		margin-left: 10px;
	}
}

@media (min-width: 768px) {

	h3 {
		min-height: 2em;
	}

	.claim,
	.logo {
		height: 38px;
	}

	footer li {
		display: inline-block;
		padding-left: 15px;
	}

	.footer-text {
		margin-bottom: 0;
	}

	.keyfact-ptop {
		padding-top: 275px;
	}

	.keyfact .description-box {
		padding-top: 60px;
	}
}

@media (min-width: 992px) {
	h3 {
		min-height: 2em;
	}

	.download-lg {
		position: absolute;
		bottom: 0;
	}

	.keyfact-ptop {
		padding-top: 98px;
	}

	.keyfact-container {
		padding: 190px 0;
	}

	.keyfact-container .responsive-video {
		margin: 0;
	}

	.keyfact .description-box {
		padding-top: 159px;
	}

	.referenzen-slider .slide-text {
		font-size: 32px;
	}
}

@media (min-width: 1200px) {
	h3 {
		min-height: 3em;
	}
}