@font-face {
	font-family: "Helvetica Neue";
	font-style: normal;
	font-weight: normal;
	src: url("../../font/HelveticaNeue.ttc");
}
@font-face {
	font-family: "Helvetica Neue";
	font-style: normal;
	font-weight: bold;
	src: url("../../font/HelveticaNeue-Bold.ttc");
}
@font-face {
	font-family: "Helvetica Neue";
	font-style: normal;
	font-weight: 300;
	src: url("../../font/HelveticaNeue-Light.dfont");
}
@font-face {
	font-family: "Helvetica Neue";
	font-style: normal;
	font-weight: 500;
	src: url("../../font/HelveticaNeue-Medium.dfont");
}
/* Global Styles */
body {
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue", sans-serif;
	color: #333;
	text-align: center;
	width: 100%;
}

/* Split Background */
main {
	background: url("../Images/L1570370-ausschnitt-header.jpg");
	background-color: #f2f2f2;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0 5em;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

strong {
	font-weight: 600;
}

/* Header */
.header {
	background-color: #002f5e;
	/*background: url("../Images/Header-bg.svg");  
	background-size: cover;
	background-repeat: no-repeat;*/
	color: white;
	font-size: 1.5em;
	text-align: left;
	width: 100%;
	height: 4em;
	overflow: visible;
}

.signal {
	position: absolute;
	top: 1.5em;
	left: 50%;
	z-index: 1001;
	max-height: 120px;
}

.logo {
	padding: 1.5em 5em;
}
.section .content h1 {
	font-size: 4em;
	margin-bottom: 0.5em;
	color: white;
	text-align: center;
	font-weight: 100;
}

.article {
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.section .content p {
	font-size: 1.5em;
	margin-bottom: 0.3em;
	color: white;
	text-align: center;
	font-weight: 100;
}

.section .article .card a img {
	padding: 0;
	margin: 0;
}

.einleser {
	letter-spacing: 0.1em;
}

/* Beiger Abschnitt */
.section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4em;
	padding: 40px 20px;
}

.card {
	background-color: white;
	overflow: hidden;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 100%;
	margin: 0 4em;
	transition: box-shadow 0.2s ease-in;
}

.company {
	max-width: 100%;
}

.card img {
	width: 100%;
	height: auto;
}

.company h2 {
	color: #002f5e;
	font-weight: 600;
	font-size: 1.5em;
	margin: 2em 0 1em;
	max-width: 600px;
	padding: 0 3em;
}

.company p {
	color: #707376;
	font-size: 1em;
	font-weight: 100;
	margin-bottom: 2em;
	max-width: 600px;
	letter-spacing: 0.1em;
	padding: 0 3em;
}

.card:hover {
	box-shadow: 0px 0px 0.1em 0.1em #002f54;
}

.article100 {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.clients {
	background:#fff;
	border-radius:20px;
	margin: 0 auto;
	margin-bottom: 5em;
	padding: 2em;
	/*max-width:1000px;*/
	max-width: 77%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.2s ease-in;
}

.clients > h2 {
	margin-bottom: 1em;	
}


.logowrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content:center;

}

.ClientLogos {
	max-height: 5.5em;
	width: auto;
	margin: 0 .5em;
}

.carousel {
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 2em 0;
}

.carousel-track-wrapper {
	overflow: hidden;
	width: 100%;
	max-width: 900px;
	width: calc(var(--logos-visible) * 220px);
}

.carousel-track {
	display: flex;
	/*gap: 3em;*/
	list-style: none;
	padding: 0;
	margin: 0;
	transition: transform 0.5s ease-in-out;
}


.carousel-item {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-item img {
	max-height: 5.5em;
	/*filter: grayscale(100%);
	transition: filter 200ms ease-in-out;*/
}

/*.carousel-item.active img {
	filter: grayscale(0%);
}*/

/* Buttons */
.carousel-btn {
	background: none;
	border: none;
	font-size: 2.5em;
	cursor: pointer;
	color: #002f5e;
	padding: 0 0.5em;
	user-select: none;
}

.carousel-btn:hover {
	opacity: 0.7;
}

/* Footer */
.footer {
	font-size: 1em;
	background-color: #002f5e;
	color: white;
	text-align: right;
	padding: 1.5em;
}

.footer a {
	color: white;
	text-decoration: none;
	margin: 0 10px;
	width: 100%;
	height: 4em;
}

/* Responsive */

/* CSS Document */
