
/* barlow-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/barlow-v12-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/barlow-v12-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/barlow-v12-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Barlow';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/barlow-v12-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
	margin: 0;
	font-family: Barlow, sans-serif;
}

.container {

	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	margin: 0 auto;
}




@media  all and (min-width: 425px) {
	.container {
		max-width:425px
	}
}

@media all and (min-width: 600px) {
	.container {
		max-width:600px
	}
}

@media all and (min-width: 782px) {
	.container {
		max-width:782px
	}
}

@media all and (min-width: 1023px) {
	.container {
		max-width:1023px
	}
}

@media all and (min-width: 1227px) {
	.container {
		max-width:1227px
	}
}

@media all and (min-width: 1536px) {
	.container {
		max-width:1536px
	}
}



@media all and (min-width: 768px) {
	padding-left: 30px;
	padding-right: 30px;
}

.footer {
	background-color: #e6151a;
	color: #ffffff;
	padding: 30px 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

@media all and (min-width: 768px) {
	.footer {
		padding: 60px 0;


	}
}
footer .footer-columns {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.footer-column {
	width: 100%;
	position : relative;
}


.footer-column::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #fff;
	top: calc(100% + 15px);
}


@media all and (min-width: 768px) {
	.footer-column {
		width: calc(33.33% - 67px);
		box-sizing: border-box;
	}

	.footer-column:first-child {
		padding-right : 50px;
	}

	.footer-column:nth-child(2) {
		padding-right : 50px;
		padding-left : 50px;

	}

	.footer-column:last-child {
		padding-right : 50px;
		padding-left : 50px;

	}
	footer .footer-columns {
		gap: 100px;
		align-items: center;
	}


	.footer-column::after {
		top: 0;
		width: 1px;
		height: 100%;
		bottom: 0;
		left: calc(100% + 50px);
	}

	.footer-column:last-child::after {
		display: none;
	}



}
.footer-column div {
	display: flex;
	gap: 15px;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.32px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	color: #ffffff;
	margin-bottom: 20px;
}

.footer-column div:last-child {
	margin-bottom: 0;
}

.footer-column div a {
	color: #ffffff;

}

.footer-column h2 {
	font-size: 1.5em;
	margin-top : 0;
}

.footer-column h3 {
	margin-top : 10px;
}

.footer-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	border-radius: 30px;
	margin: 10px 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-backdrop-filter: blur(5.5px);
	backdrop-filter: blur(5.5px);
	background-color: hsla(0, 0%, 100%, .125);
	border: 1px solid #fff;
	margin-top: 15px;
	padding: 10px 10px 10px 30px;
	text-shadow: 0 3px 3px rgba(0, 0, 0, .16);
	transition: .35s ease;
	font-family: Barlow, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 23px;
}

.footer-button:hover {
	background-color: #ffffff;
	color: #000000;
}

.footer-button span {
	font-size: 1.1em;
}

.icon-circle {
	background-color: #ffffff;
	border-radius: 50%;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;

	&::before {

		background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDE2IDEwIiBmaWxsPSJub25lIj4KICAgIDxwYXRoIGQ9Ik0xNS4zMTM4IDUuNjcwMjZDMTUuNjg0NSA1LjI5OTU1IDE1LjY4NDUgNC42OTc1MSAxNS4zMTM4IDQuMzI2OEwxMS41MTc3IDAuNTMwNzJDMTEuMTQ3IDAuMTYwMDA3IDEwLjU0NDkgMC4xNjAwMDcgMTAuMTc0MiAwLjUzMDcyQzkuODAzNSAwLjkwMTQyOCA5LjgwMzUgMS41MDM0NiAxMC4xNzQyIDEuODc0MTdMMTIuMzUxIDQuMDUwOTlIMS4zNTcyMkMwLjgzMjI5OCA0LjA1MDk5IDAuNDA4MjAzIDQuNDc1MDkgMC40MDgyMDMgNS4wMDAwMUMwLjQwODIwMyA1LjUyNDk0IDAuODMyMjk4IDUuOTQ5MDMgMS4zNTcyMiA1Ljk0OTAzSDEyLjM1MUwxMC4xNzQyIDguMTI1ODVDOS44MDM1IDguNDk2NTYgOS44MDM1IDkuMDk4NTkgMTAuMTc0MiA5LjQ2OTNDMTAuNTQ0OSA5Ljg0MDAyIDExLjE0NyA5Ljg0MDAyIDExLjUxNzcgOS40NjkzTDE1LjMxMzggNS42NzMyMlY1LjY3MDI2WiIgZmlsbD0iI0U2MTUxQSIvPgo8L3N2Zz4=");
		display: block;
		height: 20px;
		width: 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		align-items: center;
		background-color: #fff;
		border-radius: 50%;
		content: '';
	}
}

.contact-info {
	margin: 10px 0;
}

.contact-info a {
	color: white;
	text-decoration: none;
	display: block;
	margin: 5px 0;
}

.contact-info a:hover {
	text-decoration: underline;
}

.hours p {
	margin: -5px 0 0 0;
}

.bottom-text {
	text-align: left;
	color: #ffffff;
	margin-top: 30px;
}

.footer-icon {
	margin-right: 8px;
}

.quick_start_product_details, .quick_start_product_documents .container {
	display: grid;
	grid-template-columns: repeat(12, 1fr); /* 12-Spalten-Grid */
	gap: 15px;
box-sizing: border-box;
}



.quick_start_product_documents {
	background-color: #eeeeee;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
}
@media all and (min-width: 768px) {
	.quick_start_product_documents {
		padding-top: 150px;
		padding-bottom: 150px;
		margin-top: 100px;
	}
}
.quick_start_product_details .left {
	grid-column: span 12
}

.quick_start_product_details .right {
	grid-column: span 12;
}

@media all and (min-width: 768px) {
	.quick_start_product_details .right {
		grid-column: 6 / span 7;
	}

	.quick_start_product_details .left {
		grid-column: span 4;
	}
}

.quick_start_product_documents .left , .quick_start_product_documents .right {
	grid-column: span 6;
}

.quick_start_product_documents .container-full .left , .quick_start_product_documents .container-full .right {
	grid-column: span 12;
}

.quick_start_product_documents ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-items: flex-start;
}

.quick_start_product_documents ul p {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 20px;
}



.quick_start_product_documents li {
	background-color: #ffffff;
	border: 1px solid #FFFFFF;
	transition: 350ms ease;
	width: 100%;

}


.quick_start_product_documents li:hover {

	border-color: #E6151A;

}

.quick_start_product_documents li a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: 500;
	/*padding: 15px 40px 15px 20px;*/
	padding: 15px;
	flex-wrap: wrap;


}

@media all and (min-width: 768px) {
	.quick_start_product_documents li a {
		gap: 20px;
	}

}

.quick_start_product_documents li a span{
	display: flex;
	align-items: center;
	gap: 5px;
	color: #E6151A;
	font-size: 14px;
	width: 100%;

}

.product_details_list_wrapper {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}


@media all and (min-width: 768px) {
	.quick_start_product_documents li a span {
		width: unset;
	}
}
.product_details_list {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

@media all and (min-width: 768px) {


	.quick_start_product_documents li {
		width: calc(50% - 10px);

	}

}

.product_details_list li {
	padding: 10px 15px;
	display: flex;
	gap: 20px;
}
.product_details_list li:nth-child(odd) {
	background-color: #eeeeee;
}

.product_details_list li strong, .product_details_list li span {
	width: calc(50% - 10px);
}

.product_details_list li strong {
	color: #888;
	font-weight: 600;
}

.button_wrapper {
	margin-top: 40px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

@media all and (min-width: 768px) {
	.button_wrapper {
		gap: 30px;
	}
}
.button_wrapper a {
	text-decoration: none;
	padding: 14px 40px;

	text-align: center;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid #E6151A;
	color: #E6151A;
	transition: 350ms ease;
	cursor : pointer;

}

.button_wrapper a:hover {
	background-color: #E6151A;
	color: #ffffff;
}

.button_wrapper a:first-child {
	background-color: #E6151A;
	color: #ffffff;
}


.button_wrapper a:first-child:hover {
	color: #E6151A;
	background-color: #ffffff;
}


.button_icon_wrapper {
	display: flex;
	gap: 30px;
	align-items: center;
}


.button_icon_wrapper a {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: 600;
	letter-spacing: -0.32px;
	font-size: 16px;
}

.quick_start_product_documents .video-wrapper {
	display: grid;
	grid-template-columns: repeat(12, 1fr); /* 12-Spalten-Grid */
	gap: 15px;
}

.quick_start_product_documents .video-single {
	grid-column: span 12;
}

@media all and (min-width: 768px) {
	.quick_start_product_documents .video-single {
		grid-column: span 6;
	}

}


.language-dropdown-wrapper {

	position: relative;
	@media all and (max-width: 768px) {
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
}


.language-dropdown, .language-dropdown-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-direction: column;
}

.language-dropdown-submenu {
	position: absolute;
	background-color: #e6151a;
	border-radius: 5px;
	flex-direction: column;
	right: -10px;
	margin-top: 10px;
	padding: 10px 10px;
	opacity: 0;
}

@media all and (min-width: 768px) {
	.language-dropdown-submenu {
		right: 50%;
		transform: translateX(50%);
	}
}



.language-dropdown-submenu.active {
	opacity: 1;
}

.language-dropdown-submenu::before {
	border-bottom: 10px solid #e6151a;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	right: 5px;
	position: absolute;
	top: -10px;
	transform: translateX(-50%);
	width: 0;
}

.language-dropdown li, .language-dropdown-submenu li{
	display: flex;
	align-items: center;
	transition: 350ms ease;
	cursor: pointer;
}
.language-dropdown li a, .language-dropdown-submenu li a {
	display: flex;
}


header.fixed-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	background-color: #ffffff;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);
}

.fixed-header-inner {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	position : relative;
}

@media all and (min-width: 768px) {
	.fixed-header-inner {
		align-items: center;
		justify-content: space-between;
	}
}

.fixed-header-inner .right {
	display: flex;
	gap: 20px;
	width: 100%;
}

@media  all and (min-width: 768px) {
	.fixed-header-inner .right {
		width: unset;
	}
}
.search-wrapper {
	width: 100%;
	box-sizing: border-box;
}

.search-wrapper label {
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}

.search-wrapper form {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
	gap: 20px;

}

@media all and (max-width: 1023px) {
	.search-wrapper form {
		flex-direction: column;

	}
}
.search-wrapper form div.form-wrapper {
	display: flex;
	gap: 20px;
	margin-bottom: 0;
	width: 100%;
	justify-content: space-between;
	background-color : #eee;
}

.search-wrapper form input[type="search"] {
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	padding: 20px;
	font-weight: 600;
	background-color: #eeeeee;
	/* min-width : 300px; */

	text-align: left;
	border: 0;
	width: 100%;
}

.search-wrapper form .search-icon-wrapper {
	border: 0;
	padding: 10px 20px;
	margin: 0;
	position : relative;
	background-color: #eeeeee;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;

}
/*
.search-wrapper form .search-icon-wrapper img {
	transition: 350ms ease;
}

.search-wrapper form .search-icon-wrapper .search-hover {
	position: absolute;
	opacity : 0;


}

.search-wrapper form .search-icon-wrapper:hover .search-hover {
	opacity : 1;
}

.search-wrapper form .search-icon-wrapper:hover .search {
	opacity : 0;
}
 */
.brand {
	display: flex;
}

.brand img {
	object-fit: cover;
}

main {
	margin-top : 100px;
}


h1 {
	margin-top: 0;
	color: #e6151a;
	margin-bottom: 40px;
	font-size: 40px;
	word-break: break-all;
}





.quick_start_product_documents .container-full .left h2, .quick_start_product_documents .container-full .right h2 {
	margin-top: 0;
	margin-bottom: 30px;
}

.quick_start_product_documents .container-full .right h2 {
	margin-top: 50px;

}
.quick_start_product_documents .container-full .left h2:not(:first-child) {
	margin-top: 50px;
}

.no-documents {
	grid-column: span 12;

}

.quick_start_product_documents .container {

}

@media all and (min-width: 1024px) {
	gap: 50px;
}

iframe {
	max-width: 100%;
}

.not-found {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	margin-top: 50px;
	padding: 0 20px;
}

.button_wrapper.back-home {
	justify-content: center;
	margin-bottom: 60px;
	margin-top : 20px;
}


.button_wrapper.back-home a {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #E6151A;
	background-color: #ffffff;
	color: #E6151A;
	width: 100%;
	justify-content: center;
}

@media all and (min-width: 1023px) {
	.button_wrapper.back-home a {
		width: unset;
	}
}

.button_wrapper.back-home a:hover {
	color: #ffffff;
	background-color: #E6151A;
}


.button_wrapper.back-home a svg path {
	transition: 350ms ease;
	fill: #E6151A;
}

.button_wrapper.back-home a:hover svg path {
	fill: #ffffff;
}



button.search-btn {
	/*	display: flex;*/
	/*	align-items: center;*/
	/*	gap: 10px;*/
	/*	background-color: #E6151A;*/
	/*	color: #ffffff;*/
	/*	text-decoration: none;*/
	/*	padding: 17px 40px;*/
	/*	font-size: 16px;*/
	/*	font-weight: 700;*/
	/*	border: 1px solid #E6151A;*/
	/*	transition: 350ms ease;*/
	/*	cursor: pointer;*/

	/*	min-width: 270px;*/
	/*	text-align: center;*/
	/*	justify-content: center;*/
	/*	width: 100%;*/

		display: flex;
		align-items: center;
		gap: 10px;
		background-color: #E6151A;
		color: #ffffff;
		text-decoration: none;
		padding: 10px 15px;
		font-size: 16px;
		font-weight: 700;
		border: 1px solid #E6151A;
		transition: 350ms ease;
		cursor: pointer;
		min-width: unset;
		text-align: center;
		justify-content: center;
		width: unset;
		margin: 10px;


}
.btn-icon-wrapper {
	display: flex;
	align-items: center;
	padding-right: 10px;
}



/*@media all and (min-width: 1023px) {*/
/*	button.search-btn {*/
/*		width: unset;*/
/*		padding: 19.5px 40px;*/

/*	}*/
/*}*/

.search-wrapper form input[type="search"]:focus, .search-wrapper form input[type="search"]:focus-visible {
	outline: 1px solid #E6151A;
}

button.search-btn:hover {
	background-color: #ffffff;
	color: #E6151A;
}


.label_search_result {
	text-align: center;
	display: block;
	margin-top: 50px;
	font-weight: 500;
	margin-bottom: 70px;
	position: relative;
}

.label_search_result span {
	background-color: #fff;
	padding: 0 10px;
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
	font-weight: 500;
}

.label_search_result::before {
	height:0.1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: '';
}

.form-wrapper-outer {
	flex-grow: 1;
}

@media all and (max-width: 1023px) {
	.form-wrapper-outer {
		width: 100%;
	}
}