/* Fonts */
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	src: url(../webFonts/GilroySemiBold/font.woff2) format('woff2'),url(../webFonts/GilroySemiBold/font.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	src: url(../webFonts/GilroyBold/font.woff2) format('woff2'),url(../webFonts/GilroyBold/font.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	src: url(../webFonts/GilroyMedium/font.woff2) format('woff2'), url(../webFonts/GilroyMedium/font.woff) format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 400;
	src: url(../webFonts/GilroyRegular/font.woff2) format('woff2'), url(../webFonts/GilroyRegular/font.woff) format('woff');
	font-display: swap;
}

/*@font-face {*/
/*	font-family: 'Gilroy';*/
/*	font-style: normal;*/
/*	font-weight: 300;*/
/*	src: url(../Fonts/GilroyOhneLizenz/Gilroy-Light.woff2) format('woff2');*/
/*	font-display: swap;*/
/*}*/


:root {
	--a: #aaaaaa;
	--a-hover: #ffffff;

	/* Primary Colory */
	--color-red: #F03241;
	--color-white: #fff;
	--color-black: #2e3e40;


	/* Secondary Colors */
	--color-greygreen: #2e3e40;
	--color-grey: #d2d2d2;
	--color-violet: #8a75d1;
	--color-orange: #ff9800;
	--color-rustred: #ef7a67;
	--color-green: #cedeab;
	--color-yellow: #f9d861;
	--color-blue: #92a5d2;
	--color-petrol: #82adb4;
	--color-brown: #d1bbb0;
	--color-lightblue: #93c1e7;


	/* Bg Colors */
	--color-bg-lightgrey: #ecedee;
	--color-bg-grey: #f2f2f2;
	--color-bg-darkgrey: #d2d2d2;
	--color-bg-pink: #F9E8E3;



	/* Fonts */
	--primary-font: 'Gilroy', Arial;

	--width-content: 1460px;
	--padding-content: 14px;

	--section-padding: 113px;
	--container-padding: 144px;
	--gap-width: 42px;
}

@media (max-width: 1600px) {
	:root {
		--section-padding: 0;
		--container-padding: 97px;
	}
}

@media (max-width: 1200px) {
	:root {
		--container-padding: 32px;
	}
}

@media (max-width: 960px) {
	:root {
		--gap-width: 12px;
		--container-padding: 27px;
	}

}


body {
	background-color: var(--color-white);
	padding-top: 158px;
}

@media (max-width: 1200px) {
	body {
		padding-top: 5rem;
	}
}

.uk-section {
	padding-top: 0;
	padding-bottom: 0;
}

.nav.uk-container {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1600px) {
	.nav.uk-container {
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
}

*+.uk-grid-margin,
.uk-grid+.uk-grid,
.uk-grid>.uk-grid-margin {
	margin-top: 22px;
}

@media (min-width: 1200px) {

	*+.uk-grid-margin,
	.uk-grid+.uk-grid,
	.uk-grid>.uk-grid-margin {
		margin-top: 22px;
	}
}

#content {
	padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
span,
.uk-navbar-item,
.uk-navbar-nav>li>.nav-link,
.uk-navbar-toggle {
	/* hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto; */
	font-family: var(--primary-font);
	margin: 0;
}

b,
strong {
	font-weight: bolder;
}

.font-300,
.font-300 * {
    font-weight: 300;
}
.font-400,
.font-400 * {
    font-weight: 400;
}
.font-500,
.font-500 * {
    font-weight: 500;
}
.font-600,
.font-600 * {
    font-weight: 600;
}
.font-700,
.font-700 * {
    font-weight: 700;
}
figure {
	margin-bottom: 0;
}

.login-link:hover {
	color: var(--color-red);
	text-decoration: underline;
}


 ul.tx-indexedsearch-browsebox {
	display: flex;
	text-align: center;
	 margin: 3em 0;
	 padding: 0;
}
ul.tx-indexedsearch-browsebox  li {
	display: inline-block;
	vertical-align: middle;
	font-weight: 300;
}
ul.tx-indexedsearch-browsebox  li strong {
	font-weight: 600;
}
 ul.tx-indexedsearch-browsebox li:after {
	content: "|";
	margin: 0 8px;
}
 ul.tx-indexedsearch-browsebox li:last-child:after {
	content: " ";
	color: #eee;
	margin: 0 8px;
}

.uk-list>* {
	line-height: 1;
}

.uk-list li a:hover {
	color: var(--color-red);
}

.grid {
	display: grid;
}

.frame-default {
	background-repeat: no-repeat;
}

.place-self-auto {
	place-self: auto;
}

.place-self-start {
	place-self: start;
	width: auto !important;
	display: inline-block;
}

.place-self-center {
	place-self: center;
	width: auto !important;
}

.place-self-end {
	place-self: end;
	width: auto !important;
}

.semi-bold {
	font-weight: 600;
}

.light {
	font-weight: 300;
}

html {
	color: var(--color-greygreen);
}

html,
.uk-link,
a,
a:hover {
	font-family: var(--primary-font);
	color: inherit;
}

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

/* responsive table */
.cyc-table-responsive table th {
	text-align: left;
	font-weight: 600;
	color: var(--color-red);
	text-transform: uppercase;
}

.cyc-table-responsive table td {
	text-align: left;
	font-weight: 400;
}

.black-text {
	color: var(--color-greygreen);
}

.white-text {
	color: var(--color-white);
}

.red-text,
.text-primary {
	color: var(--color-red);
}

.greygreen-text {
	color: var(--color-greygreen);
}

.text-secondary {
	color: var(--color-greygreen);
}

.uk-background-primary .flyout-container .red-text {
	color: var(--color-white);
}

.uk-background-primary .flyout-container .uk-input {
	border: 1px solid var(--color-white);
}

.uk-background-primary .flyout-container .uk-input::placeholder {
	color: var(--color-white);
}

.smaller-input .uk-input {
	height: 50px;
}

.text-white,
.text-white h2,
.text-white h3,
.text-white h4 {
	color: white;
}

.text-black,
.text-black h2,
.text-black h3,
.text-black h5 {
	color: black;
}

.nowrap {
	white-space: nowrap;
}

.absolute-full-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(var(--container-padding) + var(--section-padding));
	right: calc(var(--container-padding) + var(--section-padding));
	z-index: 2;
}

@media (max-width: 1600px) {
	.absolute-full-content {
		width: calc(100% - (2 * var(--container-padding)));
	}
}

@media (max-width: 1200px) {
	.absolute-full-content {
		position: static;
		width: 100%;
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
}

.vh-100 {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.vh-75 {
	min-height: 75vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.vh-66 {
	min-height: 66vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.vh-50 {
	min-height: 50vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.vh-25 {
	min-height: 25vh;
	background-size: cover;
	background-repeat: no-repeat;
}

.uk-section-default {
	background-color: transparent;
}

.uk-section:not(#content) {
	max-width: 1920px;
	width: 100%;
	padding-left: var(--section-padding);
	padding-right: var(--section-padding);
	box-sizing: border-box;
	margin-inline: auto;
	position: relative;
}


form .uk-section:not(#content) {
	padding-left: 0;
	padding-right: 0;
}

.uk-container {
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	box-sizing: border-box;
	max-width: none;
}

.uk-grid-match .uk-inline {
	display: flex;
}

@media (min-width: 1200px) {
	.uk-section.section-layout-1 .uk-container {
		padding-left: 0;
		padding-right: 0;
	}

	.uk-section.section-layout-2 .uk-container {
		padding-left: 0;
	}
}

.uk-grid,
.uk-grid-small {
	margin-left: calc(var(--gap-width) * -1);
}

.uk-grid>*,
.uk-grid-small>* {
	padding-left: var(--gap-width);
}

@media (min-width: 1200px) {

	.uk-grid,
	.uk-grid-small {
		margin-left: calc(var(--gap-width) * -1);
	}

	.uk-grid>*,
	.uk-grid-small>* {
		padding-left: var(--gap-width);
	}
}

.frame-w100>.uk-container {
	padding: 0;
}

.uk-sticky-placeholder {
	height: 0 !important;
}

a.no-decoration {
	text-decoration: none;
}

.icon-white {
	filter: brightness(10);
	-webkit-filter: brightness(10);
	max-width: 80%;
}

.top-wrap::before,
.overlay-wrap::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	content: '';
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.5);
}

.top-wrap-height {
	height: 80vh;
	min-height: 460px;
	transition: height 0.25s;
}

.uk-subnav-pill>*> :first-child {
	padding: 0.5rem 1rem;
	background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
	z-index: 2;
}

/* footer start */
footer .uk-logo img {
	height: 25px;
}

footer .uk-section,
footer .uk-container {
	padding: 0 !important;
}

footer h4 {
	color: var(--color-red);
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
}

@media (max-width: 1600px) {
	footer {
		padding-left: var(--container-padding) !important;
		padding-right: var(--container-padding) !important;
	}
}

@media (max-width: 640px) {
	.footer-content {
		padding-left: calc(85px - var(--container-padding)) !important;
		padding-right: calc(40px - var(--container-padding)) !important;
	}
}

/* footer end */

.subtitle-text {
	font-size: 1.2em;
	/*opacity: 0.7;*/
	font-weight: 300;
}

.logos-grid img {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter: grayscale(100%);
	transition: filter 0.25s;
}

.logos-grid img:hover {
	display: block;
	width: 60px;
	margin: 0 auto;
	filter: grayscale(0);
}



.uk-pagination>*>* {
	color: var(--color-blue-dark);
}

.uk-pagination>.uk-active>* {
	color: var(--color-blue-dark);
}

.logo-desktop {
	display: none;
}

.logo-mobile img {
	max-width: 202px;
}

.frame-ruler-before:before {
	content: "";
	border-bottom: 1px solid var(--color-white);
	display: block;
	width: 100%;
	margin: var(--gap-width) 0;
}

.frame-ruler-after:after {
	content: "";
	border-bottom: 1px solid var(--color-white);
	display: block;
	width: 100%;
	margin: var(--gap-width) 0;
}

/* Fonts */

.huge-hl {
	font-size: 60px;
	line-height: 1em;
}

.bigger-hl {
	font-size: 60px;
	line-height: 1.1;
}

.big-hl {
	font-size: 50px;
	line-height: 1;
}

.regular-hl {
	font-size: 35px;
	line-height: 1.05;
}

.small-hl {
	font-size: 40px;
	line-height: 1.05;
}

.smallest-hl {
	font-size: 30px;
	line-height: 1.1;
}

.biggest-text {
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: 0.15px;
}

.bigger-text {
	font-size: 1.25rem;
	line-height: 1.05em;
}

.medium-text {
	font-size: 1.25rem;
	line-height: 1.05em;
}

.regular-text {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: .2px;
}

.small-text {
	font-size: 16px;
}

.tiny-text {
	font-size: 14px;
	line-height: 1.5;
}

.big-number {
	font-size: 100px;
}

.cyc-typo-26 {
    font-size: 1.25rem;
}
.cyc-typo-30 {
    font-size: 1.5rem;
	line-height: 1.15;
	letter-spacing: 0.15px;
}
.cyc-typo-75 {
    font-size: 3.125rem;
	line-height: 1;
}
.cyc-typo-90 {
    font-size: 3.75rem;
	line-height: 1;
}
.cyc-typo-100 {
    font-size: 3.75rem;
	line-height: 1;
}
.cyc-typo-120 {
    font-size: 3.75rem;
	line-height: 1;
}
.cyc-typo-150 {
    font-size: 3.75rem;
	line-height: 1;
}

@media (min-width: 400px) {
	.big-hl {
		font-size: 55px;
	}
}

@media (min-width: 960px) {
	.huge-hl {
		font-size: 120px;
		line-height: 1;
	}

	.bigger-hl {
		font-size: 90px;
	}

	.big-hl {
		font-size: 75px;
		line-height: 1;
	}

	.regular-hl {
		font-size: 60px;
		line-height: 1.05;
	}

	.small-hl {
		font-size: 3.5rem;
		line-height: 1.05;
	}

	.smallest-hl {
		font-size: 2.5rem;
		line-height: 1.1;
	}

	.biggest-text {
		font-size: 1.875rem;
		line-height: 1.15;
		letter-spacing: 0.15px;
	}

	.bigger-text {
		font-size: 1.625rem;
		line-height: 1.05em;
	}

	.medium-text {
		font-size: 1.5rem;
		line-height: 1.05em;
	}

	.regular-text {
		font-size: 1.25rem;
		line-height: 1.3;
		letter-spacing: .2px;
	}

	.small-text {
		font-size: 16px;
	}

	.tiny-text {
		font-size: 14px;
		line-height: 1.5;
	}

	.big-number {
		font-size: 100px;
	}

	.cyc-typo-26 {
		font-size: 1.625rem;
	}
	.cyc-typo-30 {
		font-size: 1.875rem;
	}
	.cyc-typo-75 {
		font-size: 4.688rem;
		line-height: 1;
	}
	.cyc-typo-90 {
		font-size: 5.625rem;
	}
	.cyc-typo-100 {
		font-size: 6.25rem;
	}
	.cyc-typo-120 {
		font-size: 7.5rem;
	}
	.cyc-typo-150 {
		font-size: 9.375rem;
	}
}

/* END Fonts */

ul.plus-list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.plus-list-black {
	color: var(--color-greygreen);
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.plus-list-white {
	color: var(--color-white);
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.plus-list-red {
	color: var(--color-red);
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.plus-list li,
ul.plus-list-black li,
ul.plus-list-white li,
ul.plus-list-red li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 10px;
}

ul.plus-list li:before,
ul.plus-list-black li:before,
ul.plus-list-white li:before,
ul.plus-list-red li:before {
	content: "+";
	font-size: 20px;
}

/* idee zu responsven tables */
.cyc-table-responsive {
	position: relative;
	overflow: auto;
}

.cyc-table-responsive .table-scroll table th {
	min-width: 120px;
}

.cyc-table-responsive table.table-label {
	overflow: unset;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	background: white;
	margin: 0;
	display: block;
	min-width: 120px;
	-webkit-box-shadow: 6px 0px 7px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 6px 0px 7px 0px rgba(0, 0, 0, 0.14);
	height: 100%;
}

.cyc-table-responsive .table-clone {
	overflow: hidden;
	max-width: 120px;
	background: green;
	display: none;
}

.cyc-table-responsive table.table-clone td {
	/*display: none;*/
	/*visibility: hidden;*/
	/*overflow: hidden;*/
	/*width: 1px;*/
}

@media screen and (min-width: 860px) {
	.cyc-table-responsive .table-scroll {
		overflow-x: scroll;
	}

	.cyc-table-responsive table.table-label {
		display: none;
	}
}

.grid-start {
	display: grid;
	align-items: flex-start;
	align-content: flex-start;
}

.grid-middle {
	display: grid;
	align-items: center;
	align-content: center;
}

.grid-bottom {
	display: grid;
	align-items: flex-end;
	align-content: flex-end;
}

.custom-hl {
	box-sizing: border-box;
	width: 100%;
}

.custom-hl:empty {
	min-height: 90px;
}

.custom-hl h1,
.custom-hl h2,
.custom-hl h3,
.custom-hl h4,
.custom-hl h5,
.custom-hl h6,
.custom-hl p {
	display: inline;
	vertical-align: middle;
}

.custom-hl img {
	vertical-align: middle;
	margin-right: 15px;
}

.hl-padding {
	padding: 1rem 1.5rem
}

.hl-padding-big {
	padding: 1.7rem 1.5rem 1.7rem 3.125rem;
}

.hl-padding-arrow {
	padding: .875rem 1rem .875rem 1.25rem;
}

.hl-padding-arrow img {
	margin-right: 0;
}

@media (max-width: 960px) {
	.hl-padding-big {
		padding: 1.7rem 1.5rem 1.7rem 2rem;
	}
}

.border-none {
	border: none;
}

.border-primary {
	border: 1px solid var(--color-red);
}

.border-secondary {
	border: 1px solid var(--color-white);
}

.absolute-content {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	padding: var(--container-padding);
}


.height-auto {
	min-height: 0 !important;
	height: auto !important;
}

.language-navi {
	font-size: 14px;
	gap: 5px;
}

.language-navi .active {
	text-decoration: underline;
}

.language-item:not(:first-child):before {
	content: "|";
	margin-right: 5px;
}

.search-input-outer {
	background-color: var(--color-white);
	border: 1px solid var(--color-red);
	padding: 16px 12px;
}

.uk-search-navbar .uk-search-input,
.uk-search-input {
	height: auto;
	font-size: 20px;
	color: var(--color-red);
}

/* Spacing */

.frame-space-before-uk-margin-xxsmall-top,
.margin-xxsmall-top {
	margin-top: 2.5rem !important;
}

.frame-space-before-uk-margin-xsmall-top,
.margin-xsmall-top {
	margin-top: 3.75rem !important;
}

.frame-space-before-uk-margin-small-top,
.margin-small-top {
	margin-top: 5rem !important;
}

.frame-space-before-uk-margin-medium-top,
.margin-medium-top {
	margin-top: 6.25rem !important;
}

.frame-space-before-uk-margin-large-top,
.margin-large-top {
	margin-top: 7.5rem !important;
}

.frame-space-before-uk-margin-xlarge-top,
.margin-xlarge-top {
	margin-top: 9.375rem !important;
}

.frame-space-before-uk-margin-xxlarge-top,
.margin-xxlarge-top {
	margin-top: 12.5rem !important;
}


.frame-space-after-uk-margin-xxsmall-bottom,
.margin-xxsmall-bottom {
	margin-bottom: 2.5rem !important;
}

.frame-space-after-uk-margin-xsmall-bottom,
.margin-xsmall-bottom {
	margin-bottom: 3.75rem !important;
}

.frame-space-after-uk-margin-small-bottom,
.margin-small-bottom {
	margin-bottom: 5rem !important;
}

.frame-space-after-uk-margin-medium-bottom,
.margin-medium-bottom {
	margin-bottom: 6.25rem !important;
}

.frame-space-after-uk-margin-large-bottom,
.margin-large-bottom {
	margin-bottom: 7.5rem !important;
}

.frame-space-after-uk-margin-xlarge-bottom,
.margin-xlarge-bottom {
	margin-bottom: 9.375rem !important;
}

.frame-space-after-uk-margin-xxlarge-bottom,
.margin-xxlarge-bottom {
	margin-bottom: 12.5rem !important;
}


.space-gap-top {
	margin-top: var(--gap-width);
}

.space-gap-bottom {
	margin-bottom: var(--gap-width);
}

.padding-gap-top {
	padding-top: var(--gap-width);
}

.padding-gap-bottom {
	padding-bottom: var(--gap-width);
}

.padding-xxsmall-top {
	padding-top: 2.5rem !important;
}

.padding-xsmall-top {
	padding-top: 3.75rem !important;
}

.padding-small-top {
	padding-top: 5rem !important;
}

.padding-medium-top {
	padding-top: 6.25rem !important;
}

.padding-large-top {
	padding-top: 7.5rem !important;
}

.padding-xlarge-top {
	padding-top: 9.375rem !important;
}

.padding-xxlarge-top {
	padding-top: 12.5rem !important;
}

.padding-xxsmall-bottom {
	padding-bottom: 2.5rem !important;
}

.padding-xsmall-bottom {
	padding-bottom: 3.75rem !important;
}

.padding-small-bottom {
	padding-bottom: 5rem !important;
}

.padding-medium-bottom {
	padding-bottom: 6.25rem !important;
}

.padding-large-bottom {
	padding-bottom: 7.5rem !important;
}

.padding-xlarge-bottom {
	padding-bottom: 9.375rem !important;
}

.padding-xxlarge-bottom {
	padding-bottom: 12.5rem !important;
}


@media (max-width: 960px) {

	/* Responsive Spacing */
	.frame-space-before-uk-margin-xxsmall-top,
	.margin-xxsmall-top {
		margin-top: 1.75rem !important;
	}

	.frame-space-before-uk-margin-xsmall-top,
	.margin-xsmall-top {
		margin-top: 1.875rem !important;
	}

	.frame-space-before-uk-margin-small-top,
	.margin-small-top {
		margin-top: 2.5rem !important;
	}

	.frame-space-before-uk-margin-medium-top,
	.margin-medium-top {
		margin-top: 3.125rem !important;
	}

	.frame-space-before-uk-margin-large-top,
	.margin-large-top {
		margin-top: 3.75rem !important;
	}

	.frame-space-before-uk-margin-xlarge-top,
	.margin-xlarge-top {
		margin-top: 4.6rem !important;
	}

	.frame-space-before-uk-margin-xxlarge-top,
	.margin-xxlarge-top {
		margin-top: 6.25rem !important;
	}


	.frame-space-after-uk-margin-xxsmall-bottom,
	.margin-xxsmall-bottom {
		margin-bottom: 1.25rem !important;
	}

	.frame-space-after-uk-margin-xsmall-bottom,
	.margin-xsmall-bottom {
		margin-bottom: 1.875rem !important;
	}

	.frame-space-after-uk-margin-small-bottom,
	.margin-small-bottom {
		margin-bottom: 2.5rem !important;
	}

	.frame-space-after-uk-margin-medium-bottom,
	.margin-medium-bottom {
		margin-bottom: 3.125rem !important;
	}

	.frame-space-after-uk-margin-large-bottom,
	.margin-large-bottom {
		margin-bottom: 3.75rem !important;
	}

	.frame-space-after-uk-margin-xlarge-bottom,
	.margin-xlarge-bottom {
		margin-bottom: 4.6rem !important;
	}

	.frame-space-after-uk-margin-xxlarge-bottom,
	.margin-xxlarge-bottom {
		margin-bottom: 6.25rem !important;
	}


	.padding-xxsmall-top {
		padding-top: 1.25rem !important;
	}

	.padding-xsmall-top {
		padding-top: 1.875rem !important;
	}

	.padding-small-top {
		padding-top: 2.5rem !important;
	}

	.padding-medium-top {
		padding-top: 3.125rem !important;
	}

	.padding-large-top {
		padding-top: 3.75rem !important;
	}

	.padding-xlarge-top {
		padding-top: 4.6rem !important;
	}

	.padding-xxlarge-top {
		padding-top: 6.25rem !important;
	}

	.padding-xxsmall-bottom {
		padding-bottom: 1.75rem !important;
	}

	.padding-xsmall-bottom {
		padding-bottom: 1.875rem !important;
	}

	.padding-small-bottom {
		padding-bottom: 2.5rem !important;
	}

	.padding-medium-bottom {
		padding-bottom: 3.125rem !important;
	}

	.padding-large-bottom {
		padding-bottom: 3.75rem !important;
	}

	.padding-xlarge-bottom {
		padding-bottom: 4.6rem !important;
	}

	.padding-xxlarge-bottom {
		padding-bottom: 6.25rem !important;
	}
}


/* Breadcrumbs */
.uk-breadcrumb {
	gap: .5rem;
}

.uk-breadcrumb>*>* {
	border: 1px solid var(--color-red);
	font-size: 16px;
	color: var(--color-red);
	padding: 0.375rem 0.75rem;
}

.uk-breadcrumb>.active>*,
.uk-breadcrumb>*>*:hover {
	background-color: var(--color-red);
	color: var(--color-white);
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
	display: none;
}

@media (max-width: 1600px) {
	.uk-breadcrumb {
		padding-left: var(--container-padding);
		padding-right: var(--container-padding);
	}
}

/* END Breadcrumbs */


/* Input Elements */
#mainmenu ::selection {
	background: var(--color-blue-dark);
	color: var(--color-red);
}

.uk-input,
.uk-input:focus {
	border: 1px solid var(--color-red);
	background-color: transparent;
	height: 56px;
	box-sizing: border-box;
	padding: 1.5rem 1rem;
	font-size: 1.25rem;
	color: var(--color-red);
	font-weight: 400;
	width: 100%;
}

input.uk-input::placeholder {
	color: var(--color-red);
}

.uk-background-primary input.uk-input::placeholder,
.uk-background-secondary input.uk-input::placeholder {
	color: var(--color-white);
}

.uk-background-primary .form-control.uk-input:not(#nl_dealers-search-zip),
.uk-background-secondary .form-control.uk-input:not(#nl_dealers-search-zip) {
	border: 1px solid var(--color-white);
	color: var(--color-white);
}

.uk-background-primary input.form-control.uk-input:not(#nl_dealers-search-zip),
.uk-background-secondary input.form-control.uk-input:not(#nl_dealers-search-zip) {
	color: var(--color-white);
}

.uk-background-primary .form-control.uk-input:not(#nl_dealers-search-zip) {
	background-color: var(--color-red);
}

.dealers_search {
	font-size: 20px;
	color: var(--color-red);
}

.dealers_search .uk-input#nl_dealers-search-zip {
	border: 1px solid var(--color-red);
}

.dealers_search .uk-radio {
	border: 1px solid var(--color-red);
	width: 36px;
	height: 36px;
	margin-top: 0;
	position: relative;
}

.dealers_search .uk-radio:checked {
	background-color: transparent;
	border: 1px solid var(--color-red);
}

.dealers_search .uk-radio:checked:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-color: var(--color-red);
	width: 26px;
	height: 26px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}

.control-label {
	display: none;
}

textarea.uk-input {
	resize: none;
	height: auto;
	min-height: 200px;
}

.uk-input:focus {
	background-color: transparent;
}

.uk-input::placeholder {
	color: var(--color-black);
}

.uk-background-primary .uk-input {
	color: var(--color-white);
	border-color: var(--color-white);
}

.uk-background-primary .uk-input::placeholder {
	color: var(--color-white);
}

.form-group {
	position: relative;
	border-color: var(--color-white);
}

.search-input-group:after {
	content: "";
	background-image: url('../Icons/search-icon.svg');
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.25rem;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.search-input {
	padding-right: 3.5rem;
}

.nice-select {
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	width: 100%;
	height: 56px;
	padding: 12px 16px;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	color: var(--color-red);
	border: 1px solid var(--color-red);
	margin-bottom: var(--gap-width);
}

.row .nice-select {
	margin-bottom: 0;
}

.uk-background-primary .nice-select,
.uk-background-secondary .nice-select {
	color: var(--color-white);
	border: 1px solid var(--color-white);
}

.nice-select.open {
	z-index: 30;
}

.nice-select.open .list {
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	color: var(--color-red);
}

.nice-select .option:hover {
	background-color: var(--color-red);
	color: var(--color-white);
}

.nice-select .option.selected.focus {
	background-color: var(--color-red);
	font-weight: 400;
}

.nice-select:after {
	background-image: url('../Icons/dropdown-arrow-white.svg');
	background-repeat: no-repeat;
	border: none;
	width: 19px;
	height: 11px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform-origin: none;
}

.nice-select.open:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.input .radio {
	color: var(--color-red);
}

.uk-background-primary .input .radio {
	color: var(--color-white);
}

.uk-input.error {
	border: 2px solid var(--color-red);
}

.form-check label,
.radio label {
	font-size: 20px;
	color: var(--color-red);
	cursor: pointer;
	font-weight: normal;
}

.uk-background-primary .form-check label,
.uk-background-primary .radio label {
	color: var(--color-white);
}

.form-check label:before {
	content: "";
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-red);
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.radio label:before {
	content: "";
	height: 28px;
	width: 28px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid var(--color-red);
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.radio label>input {
	background-color: #fff;
}

.uk-background-primary .form-check label:before,
.uk-background-primary .radio label:before {
	border-color: var(--color-white);
}

.form-check input {
	display: none;
}

.form-check input:checked+label:before {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="49.37" height="37.924" viewBox="0 0 49.37 37.924"><path id="Pfad_55510" data-name="Pfad 55510" d="M22.831,0l-30.5,30.5L-21.59,16.581" transform="translate(24.065 2.475)" fill="none" stroke="white" stroke-width="7"/></svg>');
	background-size: 22px;
	background-repeat: no-repeat;
	background-position: center;
}

.vertical-align-middle {
	vertical-align: middle;
}

.uk-button,
a {
	transition: background-color 0.2s ease-in-out;
	z-index: 11;
}

.uk-button-primary {
	font-size: 20px;
	text-transform: none;
	font-weight: bold;
	height: 56px;
	padding: 14px 28px 14px 10px;
	background-color: var(--color-red);
	color: var(--color-white);
	display: flex;
	align-items: center;
}

.dealers_search .uk-button,
.submit .uk-button-primary,
.uk-background-primary .uk-button-primary {
	background-color: var(--color-white);
	color: var(--color-red);
	border: 1px solid red;
}

.flyout-menu .dealers_search .uk-button {
	border: none;
}

.uk-button-primary:hover,
.dealers_search .uk-button:hover,
.submit .uk-button-primary:hover,
.flyout-nl-form .uk-button-primary:hover {
	background-color: var(--color-red);
	color: var(--color-white);
	border: 1px solid var(--color-white);
}

.dealers_search .uk-button:hover:before,
.form-navigation .btn:hover:before,
.flyout-nl-form .btn:hover:before {
	background-color: var(--color-white);
}

.dealers_search .uk-button:before,
.form-navigation .btn:before,
.flyout-nl-form .btn:before,
.arrow-btn:before {
	content: "";
	background-color: var(--color-red);
	/*width: 20px;*/
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="61.668" height="18.512" viewBox="0 0 61.668 18.512"><g id="Pfeil" transform="translate(-676.5 -1695.293)"><line id="Linie_19667" data-name="Linie 19667" x2="60" transform="translate(676.5 1704.5)" fill="none" stroke="black" stroke-width="2"/><path id="Pfad_53113" data-name="Pfad 53113" d="M-15331.878-15888l8.625,8.618-8.625,8.474" transform="translate(16060 17584)" fill="none" stroke="black" stroke-width="2"/></g></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="61.668" height="18.512" viewBox="0 0 61.668 18.512"><g id="Pfeil" transform="translate(-676.5 -1695.293)"><line id="Linie_19667" data-name="Linie 19667" x2="60" transform="translate(676.5 1704.5)" fill="none" stroke="black" stroke-width="2"/><path id="Pfad_53113" data-name="Pfad 53113" d="M-15331.878-15888l8.625,8.618-8.625,8.474" transform="translate(16060 17584)" fill="none" stroke="black" stroke-width="2"/></g></svg>');
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size: contain;
	width: 60px;
	margin-right: 8px;
	align-self: center;
}

.arrow-btn:before {
	background-color: var(--color-white);
}

.arrow-btn:hover {
	background-color: var(--color-white);
	border: 1px solid var(--color-red);
	color: var(--color-red);
}

.arrow-btn:hover:before {
	background-color: var(--color-red);
}

.flyout-menu .arrow-btn {
	background-color: var(--color-white);
	color: var(--color-red);
}

.cyc-input-search,
.cyc-input-search:focus {
	border: 1px solid var(--color-red);
}

.uk-form-icon {
	background-color: var(--color-red);
	background-image: url('/typo3conf/ext/cyc_uikit/Resources/Public/Icons/icon-lupe.svg');
	background-repeat: no-repeat;
	background-size: 25px;
	background-position: center;
	cursor: pointer;
}

.content-desktop {
	display: none;
}

form .row {
	display: flex;
	gap: var(--gap-width);
}

form .row>div:first-child {
	width: calc(1/3 * 100%);
}

form .row>div:nth-child(2) {
	width: calc(2/3 * 100%);
}

form .row .uk-margin {
	margin: 0;
}

/* Background Colors */
.uk-background-default {
	background-color: transparent;
}

.uk-background-white {
	background-color: var(--color-white);
}

.uk-background-black {
	background-color: var(--color-black);
}

.uk-background-primary {
	background-color: var(--color-red);
}

.uk-section-secondary,
.uk-background-secondary {
	background: var(--color-greygreen);
}

.uk-background-tertiary {
	background-color: var(--color-bg-grey);
}

.uk-section-quaternery,
.uk-background-quaternery {
	background-color: var(--color-bg-pink);
}

.uk-section-quinary,
.uk-background-quinary {
	background-color: var(--color-bg-darkgrey);
}

.background-orange {
	background-color: var(--color-orange);
}

.background-violet {
	background-color: var(--color-violet);
}

.department-1 {
	background-color: var(--color-red);
}

.department-1-1 {
	background-color: var(--color-rustred);
}

.department-1-2 {
	background-color: var(--color-green);
}

.department-1-3 {
	background-color: var(--color-yellow);
}

.department-1-3-v2 {
	background-color: var(--color-orange);
}

.department-2 {
	background-color: var(--color-blue);
}

.department-3 {
	background-color: var(--color-petrol);
}

.department-4 {
	background-color: var(--color-brown);
}

.department-5 {
	background-color: var(--color-lightblue);
}

.bg-transparent {
	background-color: transparent;
}

.uk-background-center-center {
	background-position: 50% 50% !important;
}

.uk-background-contain {
	background-size: contain !important;
}

.uk-background-center-left {
	background-position: 0 50% !important;
}

.uk-background-center-right {
	background-position: 100% 50% !important;
}

.uk-background-cover {
	background-size: cover !important;
}

.gallery-row .ce-border {
	border: 1px solid var(--color-white);
}

/* Mask Elements */
.icon_with_bg {
	padding: 30px 20px;
	box-sizing: border-box;
	height: 202px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon_with_bg img {
	max-height: 140px;
}


.hover-arrow {
	height: 2px;
	width: 60px;
	background-color: var(--color-white);
	transition: width .3s;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-ms-transition: width .3s;
	-o-transition: width .3s;
}

.hover-arrow.black {
	background-color: var(--color-greygreen);
}

.hover-arrow.red {
	background-color: var(--color-red);
}

.custom-hl .arrow-tip {
	margin-left: -8px;
}

@media (min-width: 960px) {
	.custom-hl:hover .hover-arrow {
		width: 88px;
	}
}



.lastcard .hover-arrow {
	background-color: var(--color-red);
}

.card {
	position: relative;
	padding: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	min-height: 600px;
	background-position: center;
}

@media (max-width: 1300px) and (min-width: 1200px) {
	.card {
		padding: 30px;
	}
}

.card .custom-hl.border-primary {
	background-color: var(--color-white);
}

.card.mobile {
	padding: 0;
	height: auto;
	min-height: 0;
}

.card.mobile .hl-padding {
	padding-left: 0;
}

.card.mobile .card-image img {
	width: 100%;
}

.card.mobile .card-text {
	padding: 16px 20px 16px 26px;
}

.card.mobile .regular-hl {
	margin-bottom: var(--gap-width);
}

.card.mobile a+a {
	margin-top: 0;
}

.card.lastcard {
	background-size: auto;
	background-position: right 50px bottom 50px;
}

.card.dep {
	padding: 0;
	min-height: 0;
}

.card.dep .card-image img {
	aspect-ratio: 67/45;
	object-fit: cover;
	width: 100%;
}

.card.dep .card-text {
	padding: 60px 25px 40px 40px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	text-wrap: balance;
}

.card.dep .card-text.bg-transparent {
	border: 1px solid var(--color-white);
}

.uk-background-secondary .card.dep .card-text.bg-transparent p,
.uk-background-secondary .card.dep .card-text.bg-transparent h4,
.uk-background-primary .card.dep .card-text.bg-transparent p,
.uk-background-primary .card.dep .card-text.bg-transparent h4 {
	color: var(--color-white);
}

.text-with-icon {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.text-with-icon.small-gap {
	gap: 0;
}

.text-with-icon img {
	width: auto;
}

.text-with-icon .icon {
	height: 150px;
}

.text-with-icon .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.text-with-icon .category {
	background-color: var(--color-red);
	padding: 4px 10px;
	align-self: flex-start;
	color: var(--color-white);
	font-weight: 600;
}

.text-with-icon .button {
	color: var(--color-red);
	display: flex;
	gap: 10px;
}

.reference-solution .icon {
	height: 250px;
	margin: 80px 0 60px 0;
}

.reference-solution .links-col {
	display: flex;
	flex-direction: column;
	gap: 80px;
	align-self: center;
}

.reference-solution .link {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

@media (max-width: 1600px) {
	.reference-solution .links-col {
		flex-direction: row;
		flex-wrap: wrap;
		margin-top: 80px !important;
	}
}

@media (max-width: 640px) {
	.reference-solution .icon {
		height: auto;
		margin: 25px 0;
	}

	.reference-solution .reference-arrow {
		margin: 35px 0;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
	}

	.reference-solution .links-col {
		align-items: center;
		align-content: flex-start;
		flex-direction: column;
	}
}


.image-colored-bg {
	background-repeat: no-repeat;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	background-size: auto 100%;
	/*background-size: calc(2/3 * 100%);*/
}

.text-and-image .custom-hl img {
	vertical-align: sub;
}

.text-and-image .content {
	align-self: flex-end;
	margin-bottom: 50px;
}

.text-and-image .headlines {
	position: absolute;
	top: 45px;
	left: var(--gap-width);
	right: 0;
}

.text-and-image .big-headline {
	position: relative;
	right: calc(5/7 *-100% - var(--gap-width));
}

.text-and-image .logo-box {
	border: 1px solid var(--color-white);
	padding: 20px 30px;
	gap: 38px;
	display: flex;
	width: fit-content;
}

@media (max-width: 1900px) {
	.text-and-image .big-headline {
		right: calc(1/7 *-100% - var(--gap-width));
	}
}

@media (max-width: 1600px) {
	.text-and-image .headlines {
		position: static;
	}

	.text-and-image .big-headline {
		right: 0;
	}

	.text-and-image .small-headline {
		border: 1px solid var(--color-white);
	}
}

@media (max-width: 640px) {
	.text-and-image .headlines {
		position: static;
	}
}

.reference-links strong {
	font-weight: 600;
}

.reference-links .line {
	border-top: 1px solid rgba(255,255,255,.6);
	position: relative;
}

.reference-links .line-with-image:first-child,
.reference-links > div > div > div:last-child .line {
	border-bottom: 1px solid rgba(255,255,255,.6);
}

.reference-links .line .uk-first-column {
	margin-top: 0;
}

.reference-links .mark-color {
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	padding: 0;
}

.reference-links .full-image {
	margin: var(--gap-width) 0;
}

.contact-icon {
	gap: var(--gap-width);
}

.contact-icon img {
	width: auto;
	height: 100%;
}

.phases-outer .phase-text {
	padding: 6px 12px;
}

.phases-outer .phase:last-child .phase-arrow {
	display: none;
}

@media (max-width: 960px) {
	.phases-outer .phase:not(:last-child):after {
		content: "";
		background-image: url('/typo3conf/ext/cyc_uikit/Resources/Public/Icons/arrow-long-white.svg');
		background-repeat: no-repeat;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		width: 100px;
		height: 100px;
		display: block;
	}
}

.news-teaser.wide .uk-padding-small {
	padding-left: 0;
	padding-right: 0;
}

.news-teaser .news-image {
	aspect-ratio: 758 / 586;
	overflow-clip-margin: content-box;
	overflow: clip;
	object-fit: cover;
	width: 100%;
}

.image-select .small-images {
	gap: var(--gap-width);
	cursor: pointer;
}

.image-select .select-small-image img {
	border: 1px solid var(--color-grey);
	padding: 6px;
	width: 97px;
	height: 97px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.comparison-table {
	font-size: 20px;
}

.comparison-table table {
	width: 100%;
	border-spacing: var(--gap-width) 0;
	table-layout: fixed;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}

.comparison-table tr {
	vertical-align: baseline;
}

.comparison-table tr:first-child {
	vertical-align: bottom;
}

.comparison-table td:not(:first-child) {
	color: var(--color-red);
}

.comparison-table tr:nth-child(2) td:not(:first-child) {
	font-size: 30px;
	font-weight: 600;
}

.comparison-table tr:nth-child(2):first-child span {
	font-weight: 800;
}

.comparison-table td {
	border-bottom: 2px solid var(--color-red);
	padding: 18px 0;
	font-size: 20px;
}

.comparison-table tr:first-child td,
.comparison-table tr:nth-child(2) td {
	border-width: 4px;
}

.comparison-table tr:last-child td {
	border-bottom: none;
}

.comparison-table tr:first-child td:first-child span {
	display: inline-block;
	background-color: var(--color-red);
	font-size: 30px;
	color: var(--color-white);
	padding: 16px;
}

.comparison-table .table-item img+* {
	background-color: black;
}

.comparison-table .table-item {
	gap: var(--gap-width);
}

.comparison-table.mobile {
	color: var(--color-red);
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}

.comparison-table-padding {
	padding: 18px;
}

.comparison-table.mobile .table-item:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 960px) {

	.comparison-table tr:nth-child(2) td:not(:first-child),
	.comparison-table tr:first-child td:first-child span {
		font-size: 24px;
	}
}

@media (max-width: 450px) {
	.comparison-table-padding {
		padding: 18px 10px;
	}

	.comparison-table.mobile .uk-width-1-2 {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.scrollable-image {
		overflow-x: scroll;
		padding-bottom: 35px;
		position: relative;
	}
	.scrollable-image img {
		max-width: none;
		max-height: 80vh;
		width: auto;
	}
	.scroll-icon {
		background-image: url('../Icons/swipe-icon-red.svg');
		width: 80px;
		height: 34px;
		background-repeat: no-repeat;
		position: absolute;
		top: 30px;
		left: 0;
	}

	.uk-background-primary .scroll-icon {
		background-image: url('../Icons/swipe-icon-white.svg');
	}
}


.uk-accordion .uk-accordion-title {
	padding: var(--gap-width) 0;
}

.uk-accordion>:nth-child(n+2) {
	margin-top: 0;
}

.uk-accordion li {
	border-top: 1px solid var(--color-red);
}

.uk-accordion li:last-child {
	border-bottom: 1px solid var(--color-red);
}

.uk-accordion .uk-accordion-content {
	margin-top: 0;
	margin-bottom: var(--gap-width);
}

.uk-accordion-title.text-primary:hover {
	color: var(--color-red);
}

.uk-accordion-title::before {
	background-image: url('../Icons/red-plus.svg');
}

.uk-open>.uk-accordion-title::before {
	background-image: url('../Icons/red-minus.svg');
}

/* END Mask Elements */

/*  Flyout Menu */
.flyout-menu {
	position: fixed;
	right: 0;
	z-index: 12;
	width: 0;
	transition: right .5s;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-ms-transition: right .5s;
	-o-transition: right .5s;
}

.flyout-menu.active {
	width: auto;
}

.flyout-menu .uk-section {
	padding: 0 !important;
}

.flyout-menu .menu-item {
	width: 575px;
	max-width: 100%;
	height: 0;
	box-sizing: border-box;
	background-color: var(--color-bg-grey);
	padding: 50px 60px 60px 60px;
	box-shadow: 0px 0px 50px 0px #00000030;
	position: relative;
	right: calc(-100% - var(--gap-width));
	z-index: 3;
	transition: right .5s;
}

.flyout-menu .menu-item .uk-section,
.flyout-menu .menu-item .uk-container {
	padding: 0;
}

.flyout-menu .menu-item.active {
	right: 0;
	height: auto;
}

.flyout-menu .menu-item .flyout-content {
	opacity: 0;
	max-height: 51vh;
	overflow-y: auto;
}

.flyout-menu .menu-item.active .flyout-content {
	opacity: 1;
}

.flyout-menu .menu-item .flyout-toggle-button {
	cursor: pointer;
}

.flyout-menu .menu-item .flyout-toggle-button {
	content: "";
	width: 90px;
	height: 90px;
	background-color: var(--color-red);
	display: block;
	position: absolute;
	top: 0;
	left: calc(var(--gap-width) * -1);
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 10px #0003;
}

.flyout-menu .menu-item.active .flyout-toggle-button {
	background-color: #A31A25;
}

.flyout-menu .menu-item.contact .flyout-toggle-button {
	background-image: url('../Icons/icon-smartphone.svg');
}

.flyout-menu .menu-item.newsletter .flyout-toggle-button {
	background-image: url('../Icons/icon-newsletter.svg');
}

.flyout-menu .menu-item.dealers .flyout-toggle-button {
	background-image: url('../Icons/icon-location.svg');
}

/* newsletter fix */
.menu-item.newsletter #flyout-nl .flyout-nl-form:last-child {
	display: none !important;
}

@media (max-width: 960px) {
	.flyout-menu .menu-item {
		width: 450px;
	}
}

@media (max-width: 640px) {
	.flyout-menu {
		display: none;
	}

	/*.flyout-menu .menu-item .flyout-toggle-button {
		width: 60px;
    	height: 60px;
		background-size: 55%;
	}*/
}

/* END Flyout Menu */


#content .uk-table-divider>:first-child>tr:not(:first-child), 
#content .uk-table-divider>:not(:first-child)>tr, 
#content .uk-table-divider>tr:not(:first-child) {
	border-top: none;
}

.uk-table td {
	padding: 7px 5px;
}

.uk-table.jobs td {
	padding: 12px 15px;
}

.flyout-nl-form table {
	border-collapse: separate;
	border-spacing: 0 calc(var(--gap-width) - 2px);
}

.cyc-head-2 {
	padding: 0 !important;
}


.show-xl,
.show-l,
.show-m,
.show-s {
	display: none;
}

@media (max-width: 1600px) {
	.show-xl {
		display: block;
	}

	.hide-xl {
		display: none;
	}
}

@media (max-width: 1200px) {
	.show-l {
		display: block;
	}

	.hide-l {
		display: none;
	}
}

@media (max-width: 960px) {
	.show-m {
		display: block;
	}

	.hide-m {
		display: none;
	}
}

@media (max-width: 640px) {
	.show-s {
		display: block;
	}

	.hide-s {
		display: none;
	}
}



@media (min-width: 960px) {
	.content-desktop {
		display: block;
	}

	.content-mobile {
		display: none;
	}

}

@media (min-width: 1200px) {
	.logo-desktop {
		display: block;
		width: 264px;
		max-width: 100%;
	}

	.logo-mobile {
		display: none;
	}
}

@media (max-width: 500px) {
	.logo-mobile img {
		height: 16px;
	}
}

@media (max-width: 1200px) and (min-width: 500px) {
	.logo-mobile img {
		width: 100%;
	}
}

@media (min-width: 1900px) {
	.center-content-absolute {
		position: relative;
		max-width: 1640px;
		margin: auto;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
}