/**
 * For color variables see postcss.config.js
 */

body {
	color: #878787;
	color: var(--color-solid-gray);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

small,
figcaption, .figcaption,
.introText {
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
}

a {
	color: #00b7ff;
	color: var(--color-sycor-blue);
	transition: color .3s
}

a:active {
	color: #00b7ff;
	color: var(--color-accent-active);
}

a:hover,
	a:focus,
	a:visited {
	color: #00a2e2;
	color: var(--color-accent-hover);
}

/**
	TODO: move Mixins to external mixing File to keep everything DRY; important for default Inputs, Buttons, Grid + ClickDimensions
 */

._grid_3dkxx_42 {
	display: flex;
	flex-wrap: wrap;
}

._grid_3dkxx_42._space-between_3dkxx_9 {
	justify-content: space-between;
}

._grid_3dkxx_42._center_3dkxx_13 {
	justify-content: center;
}

._grid_3dkxx_42._flex-start_3dkxx_17 {
	justify-content: flex-start;
}

._grid_3dkxx_42._flex-end_3dkxx_21 {
	justify-content: flex-end;
}

._grid_3dkxx_42._space-around_3dkxx_25 {
	justify-content: space-around;
}

._grid_3dkxx_42._space-evenly_3dkxx_29 {
	justify-content: space-evenly;
}

@media screen and (max-width: 1439px) {

	._grid_3dkxx_42 {
		width: 90%;
	}
}

._grid_3dkxx_42 {/*setting the max width to the percentage 1180px of max. 1440px
 */
	max-width: 1180px;
	margin: 0 auto;
}

/**
	TODO: move Mixins to external mixing File to keep everything DRY; important for default Inputs, Buttons, Grid + ClickDimensions
 */

/* CAUTION: when you change these mixins look if they are used somewhere else and replicate their behaviour */

._item-1_17q5q_16 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-1_17q5q_16 {
		width: calc(8.33333% - 17.83333px);
		width: calc(8.33333% - 0.89167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

@media screen and (min-width: 1440px) {

	._item-1_17q5q_16 {
		width: calc(8.33333% - 17.83333px);
		width: calc(8.33333% - 0.89167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-2_17q5q_28 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-2_17q5q_28 {
		width: calc(33.33333% - 12.83333px);
		width: calc(33.33333% - 0.64167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

@media screen and (min-width: 1440px) {

	._item-2_17q5q_28 {
		width: calc(16.66667% - 16.16667px);
		width: calc(16.66667% - 0.80833 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-3_17q5q_40 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-3_17q5q_40 {
		width: calc(25% - 14.5px);
		width: calc(25% - 0.725 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

@media screen and (min-width: 1440px) {

	._item-3_17q5q_40 {
		width: calc(25% - 14.5px);
		width: calc(25% - 0.725 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-4_17q5q_52 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-4_17q5q_52 {
		width: calc(33.33333% - 12.83333px);
		width: calc(33.33333% - 0.64167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-5_17q5q_60 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-5_17q5q_60 {
		width: calc(41.66667% - 11.16667px);
		width: calc(41.66667% - 0.55833 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-6_17q5q_68 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-6_17q5q_68 {
		width: calc(50% - 9.5px);
		width: calc(50% - 0.475 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-7_17q5q_76 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-7_17q5q_76 {
		width: calc(58.33333% - 7.83333px);
		width: calc(58.33333% - 0.39167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-8_17q5q_84 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-8_17q5q_84 {
		width: calc(66.66667% - 6.16667px);
		width: calc(66.66667% - 0.30833 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-9_17q5q_92 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-9_17q5q_92 {
		width: calc(75% - 4.5px);
		width: calc(75% - 0.225 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-10_17q5q_100 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-10_17q5q_100 {
		width: calc(83.33333% - 2.83333px);
		width: calc(83.33333% - 0.14167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-11_17q5q_108 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

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

	._item-11_17q5q_108 {
		width: calc(91.66667% - 1.16667px);
		width: calc(91.66667% - 0.05833 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

._item-12_17q5q_116 {
	width: 100%;
	margin-bottom: 20px;
	margin-bottom: var(--size-grid-gap);
}

@media print {
	._item-4_17q5q_52 {
		width: calc(33.33333% - 12.83333px);
		width: calc(33.33333% - 0.64167 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}

	._item-6_17q5q_68 {
		width: calc(50% - 9.5px);
		width: calc(50% - 0.475 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}

	._item-8_17q5q_84 {
		width: calc(66.66667% - 6.16667px);
		width: calc(66.66667% - 0.30833 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}
}

/**
 * For layout variables see postcss.config.js
 */

html {
	box-sizing: border-box;
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	padding: 0;
	margin: 0 auto !important; /* Prevents ClickDimensions CSS from overwriting our body margin */
	min-height: 100vh;
	width: 100%;
	min-width: 320px;
}

@media print {
	body {
		width: 100%;
		max-width: 100%;
		background-color: white;
	}

	* {
		color: black !important;
		background-color: white;
	}

	header, footer, aside, form, iframe {
		display: none !important;
	}
}

._stage_y68v9_1 {
	width: 100%;
	max-width: 1440px;
	padding-top: 4em;
	padding-bottom: 4em;
	margin: auto
}

._stage_y68v9_1._disablePadding_y68v9_8 {
	padding: 0;
}

._anchor_y68v9_13 {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

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

	._anchor_y68v9_13 {
		top: -200px;
	}
}

@media screen and (min-width: 1440px) {

	._anchor_y68v9_13 {
		top: -250px;
	}
}

._stage__content_y68v9_28 {
	width: 95%;

	/* setting the max width to the percentage 1180px of max. 1440px */
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

._stage--white_y68v9_37 {
	background-color: #fff;
	background-color: var(--color-solid-white);
}

._stage--white_y68v9_37 + ._stage--white_y68v9_37 {
	padding-top: 0;
}

._stage--grey_y68v9_45 {
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
}

._stage--grey_y68v9_45 + ._stage--grey_y68v9_45 {
	margin-top: 4em;
	margin-bottom: 4em;
}

._stage--dark_y68v9_54 {
	background-color: #4a4a4a;
	background-color: var(--color-solid-dark-gray);
	padding-top: 4em;
	padding-bottom: 4em;
}

._stage--dark_y68v9_54 + ._stage--dark_y68v9_54 {
	padding-top: 0;
}

._stage--wide_y68v9_64 {
	padding-top: 0;
	padding-bottom: 0;
}

._stage--wide_y68v9_64 > ._stage__content_y68v9_28 {
	width: 100%;
	max-width: 100%;
}

@media print {
	._stage_y68v9_1 {
		background-color: white !important;
		color: black !important;
		width: 100%;
		max-width: 100%;
		padding-top: 2em;
	}

	._stage__content_y68v9_28 {
		width: 100%;
		max-width: 100%;
	}
}

/* stylelint-disable */

/* lato-300 - latin */

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: url('../Fonts/Lato/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Lato Light'), local('Lato-Light'),
	url('../Fonts/Lato/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Fonts/Lato/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../Fonts/Lato/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../Fonts/Lato/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../Fonts/Lato/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('../Fonts/Lato/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Lato Regular'), local('Lato-Regular'),
	url('../Fonts/Lato/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Fonts/Lato/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../Fonts/Lato/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../Fonts/Lato/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../Fonts/Lato/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-700 - latin */

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('../Fonts/Lato/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Lato Bold'), local('Lato-Bold'),
	url('../Fonts/Lato/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Fonts/Lato/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../Fonts/Lato/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../Fonts/Lato/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../Fonts/Lato/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}

/* stylelint-enable */

/**
* For typography variables see postcss.config.js
*/

body,
input,
textarea {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: var(--size-font-base);
	line-height: 28px;
	line-height: var(--size-line-height-base);
}

h1, .h1 {
	font-size: 48px;
	font-size: var(--size-font-h1);
	line-height: 57px;
	line-height: var(--size-line-height-h1);
	font-weight: 300;
	margin: 0 0 57px;
	margin: 0 0 var(--size-line-height-h1);
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

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

	h1, .h1 {
		-webkit-hyphens: none;
		    -ms-hyphens: none;
		        hyphens: none;
	}
}

h2, .h2 {
	font-size: 32px;
	font-size: var(--size-font-h2);
	line-height: 30px;
	line-height: var(--size-line-height-h2);
	font-weight: 300;
	margin: 0 0 30px;
	margin: 0 0 var(--size-line-height-h2);
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

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

	h2, .h2 {
		-webkit-hyphens: none;
		    -ms-hyphens: none;
		        hyphens: none;
	}
}

h3, .h3 {
	font-size: 24px;
	font-size: var(--size-font-h3);
	line-height: 30px;
	line-height: var(--size-line-height-h3);
	font-weight: normal;
	margin: 0 0 30px;
	margin: 0 0 var(--size-line-height-h3);
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

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

	h3, .h3 {
		-webkit-hyphens: none;
		    -ms-hyphens: none;
		        hyphens: none;
	}
}

h4, .h4 {
	font-size: 18px;
	font-size: var(--size-font-h4);
	line-height: 22px;
	line-height: var(--size-line-height-h4);
	font-weight: bold;
	margin: 0 0 22px;
	margin: 0 0 var(--size-line-height-h4);
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

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

	h4, .h4 {
		-webkit-hyphens: none;
		    -ms-hyphens: none;
		        hyphens: none;
	}
}

label, .label {
	text-transform: uppercase;
}

small, .small {
	font-size: 14px;
	font-size: var(--size-font-smaller);
}

figcaption, .figcaption {
	font-size: 18px;
	font-size: var(--size-font-larger);
	font-style: italic;
}

p {
	font-size: 18px;
	font-size: var(--size-font-base);
	line-height: 28px;
	line-height: var(--size-line-height-base);
	font-weight: normal;
	margin: 0 0 28px;
	margin: 0 0 var(--size-line-height-base);
}

ul li, ol li {
		margin: 0 0 8px;
	}

ul li p:last-child, ol li p:last-child {
		margin: 0;
	}

a {
	text-decoration: none;
}

.introText {
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

figure {
	margin: 0;
}

table {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

th, td {
	padding: 1em;
	border-bottom: 1px solid rgba(169, 169, 169, .2);
	border-bottom: 1px solid var(--color-hyphen);
	vertical-align: top;
	text-align: left;
}

thead > tr > th {
	font-size: 18px;
	font-size: var(--size-font-h4);
	line-height: 22px;
	line-height: var(--size-line-height-h4);
	font-weight: bold;
	margin: 0 0 22px;
	margin: 0 0 var(--size-line-height-h4);
}

tbody > tr > th {
	font-weight: unset;
}

tbody > tr {
	background-color: #fff;
	background-color: var(--color-solid-white);
}

tbody > tr:nth-child(even) {
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
}

/* fix alignment rendering of ck-text-placeholders in backend */

body [data-neos-placeholder]::before {
	position: static;
	position: initial;
}

/* fix alignment rendering of ck-tables in backend */

.ck-content figure.table {
	display: block;
}

._anchor_nsn8a_1 {
	position: relative;
	top: -190px;
	height: 0;
}

/**
	TODO: move Mixins to external mixing File to keep everything DRY; important for default Buttons + ClickDimensions
 */

button._button_vsr80_73,
._button_vsr80_73 {
	display: inline-block;
	border-radius: 3px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	padding: 1em 1em 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	width: 100%;
	font-size: 18px;
	font-size: var(--size-font-base);
	font-family: inherit;
}

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

	button._button_vsr80_73,
._button_vsr80_73 {
		max-width: 100%;
		min-width: 150px;
		width: auto;
	}
}

button._button_vsr80_73._primary_vsr80_77, ._button_vsr80_73._primary_vsr80_77 {
	background-color: #00b7ff;
	background-color: var(--color-sycor-blue);
	color: #fff;
	color: var(--color-solid-white);
	border: 1px solid #00b7ff;
	border: 1px solid var(--color-sycor-blue);
}

button._button_vsr80_73._primary_vsr80_77:hover, ._button_vsr80_73._primary_vsr80_77:hover {
	background-color: #00a2e2;
	background-color: var(--color-accent-hover);
}

button._button_vsr80_73._primary_vsr80_77._isDisabled_vsr80_34,
	button._button_vsr80_73._primary_vsr80_77:disabled,
	._button_vsr80_73._primary_vsr80_77._isDisabled_vsr80_34,
	._button_vsr80_73._primary_vsr80_77:disabled {
	background-color: rgba(169, 169, 169, .5);
}

button._button_vsr80_73._secondary_vsr80_81, ._button_vsr80_73._secondary_vsr80_81 {
	background-color: #fff;
	background-color: var(--color-solid-white);
	color: #00b7ff;
	color: var(--color-sycor-blue);
	border: 1px solid #00b7ff;
	border: 1px solid var(--color-sycor-blue);
}

button._button_vsr80_73._secondary_vsr80_81:hover, ._button_vsr80_73._secondary_vsr80_81:hover {
	background-color: #00a2e2;
	background-color: var(--color-accent-hover);
	color: #fff;
	color: var(--color-solid-white);
}

button._button_vsr80_73._secondary_vsr80_81._isDisabled_vsr80_34, ._button_vsr80_73._secondary_vsr80_81._isDisabled_vsr80_34 {
	background-color: #fff;
	background-color: var(--color-solid-white);
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
	border: 1px solid #a9a9a9;
	border: 1px solid var(--color-solid-light-gray);
}

button._button_vsr80_73._tertiary_vsr80_85, ._button_vsr80_73._tertiary_vsr80_85 {
	background-color: #4a4a4a;
	background-color: var(--color-solid-dark-gray);
	color: #fff;
	color: var(--color-solid-white);
	border: 1px solid #fff;
	border: 1px solid var(--color-solid-white);
}

button._button_vsr80_73._tertiary_vsr80_85:hover, ._button_vsr80_73._tertiary_vsr80_85:hover {
	background-color: #fff;
	background-color: var(--color-solid-white);
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

button._button_vsr80_73._tertiary_vsr80_85._isDisabled_vsr80_34, ._button_vsr80_73._tertiary_vsr80_85._isDisabled_vsr80_34 {
	background-color: #4a4a4a;
	background-color: var(--color-solid-dark-gray);
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
	border: 1px solid #a9a9a9;
	border: 1px solid var(--color-solid-light-gray);
}

.slbOverlay,.slbWrapOuter,.slbWrap{position:fixed;top:0;right:0;bottom:0;left:0}

.slbOverlay{overflow:hidden;z-index:2000;background-color:#000;opacity:0.7;animation:slbOverlay 0.5s}

.slbWrapOuter{overflow-x:hidden;overflow-y:auto;z-index:2010}

.slbWrap{position:absolute;text-align:center}

.slbWrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}

.slbContentOuter{position:relative;display:inline-block;vertical-align:middle;margin:0px auto;padding:0 1em;box-sizing:border-box;z-index:2020;text-align:left;max-width:100%}

.slbContentEl .slbContentOuter{padding:5em 1em}

.slbContent{position:relative}

.slbContentEl .slbContent{animation:slbEnter 0.3s;background-color:#fff;box-shadow:0 0.2em 1em rgba(0,0,0,0.4)}

.slbImageWrap{animation:slbEnter 0.3s;position:relative}

.slbImageWrap:after{content:"";position:absolute;left:0;right:0;top:5em;bottom:5em;display:block;z-index:-1;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background-color:#FFF}

.slbDirectionNext .slbImageWrap{animation:slbEnterNext 0.4s}

.slbDirectionPrev .slbImageWrap{animation:slbEnterPrev 0.4s}

.slbImage{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:5em 0;margin:0 auto}

.slbCaption{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;word-wrap:normal;font-size:1.4em;position:absolute;left:0;right:0;bottom:0;padding:.71429em 0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}

.slbCloseBtn,.slbArrow{margin:0;padding:0;border:0;cursor:pointer;background:none}

.slbCloseBtn::-moz-focus-inner,.slbArrow::-moz-focus-inner{padding:0;border:0}

.slbCloseBtn:hover,.slbArrow:hover{opacity:0.5}

.slbCloseBtn:active,.slbArrow:active{opacity:0.8}

.slbCloseBtn{animation:slbEnter 0.3s;font-size:3em;width:1.66667em;height:1.66667em;line-height:1.66667em;position:absolute;right:-.33333em;top:0;color:#fff;color:rgba(255,255,255,0.7);text-align:center}

.slbLoading .slbCloseBtn{display:none}

.slbLoadingText{font-size:1.4em;color:#fff;color:rgba(255,255,255,0.9)}

.slbArrows{position:fixed;top:50%;left:0;right:0}

.slbLoading .slbArrows{display:none}

.slbArrow{position:absolute;top:50%;margin-top:-5em;width:5em;height:10em;opacity:0.7;text-indent:-999em;overflow:hidden}

.slbArrow:before{content:"";position:absolute;top:50%;left:50%;margin:-.8em 0 0 -.8em;border:.8em solid transparent}

.slbArrow.next{right:0}

.slbArrow.next:before{border-left-color:#fff}

.slbArrow.prev{left:0}

.slbArrow.prev:before{border-right-color:#fff}

.slbIframeCont{width:80em;height:0;overflow:hidden;padding-top:56.25%;margin:5em 0}

.slbIframe{position:absolute;top:0;left:0;width:100%;height:100%;box-shadow:0 0.2em 1em rgba(0,0,0,0.6);background:#000}

@keyframes slbOverlay{from{opacity:0}to{opacity:0.7}}

@keyframes slbEnter{from{opacity:0;transform:translate3d(0, -1em, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}

@keyframes slbEnterNext{from{opacity:0;transform:translate3d(4em, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}

@keyframes slbEnterPrev{from{opacity:0;transform:translate3d(-4em, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}

._lightbox_juxk1_3 {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

._icon_juxk1_11 {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 1em;
	height: 1em;
}

._icon_juxk1_11 > path {
		fill: #4a4a4a;
		fill: var(--color-solid-dark-gray);
	}

._center_j6dxq_1 {
	text-align: center;
}

@font-face {
	font-family: "sycor-iconfont";
	src: url("../Fonts/Iconfont/fonts/sycor-iconfont.ttf?rwqe8t")
			format("truetype"),
		url("../Fonts/Iconfont/fonts/sycor-iconfont.woff?rwqe8t") format("woff"),
		url("../Fonts/Iconfont/fonts/sycor-iconfont.svg?rwqe8t#sycor-iconfont")
			format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
._icon_10cqh_14 {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "sycor-iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* this is fucking needed */
	display: inline-block;
}

/* this is fucking needed START */

._icon-arrowLeft_10cqh_38::before,
._icon-arrowUp_10cqh_39::before,
._icon-arrowRight_10cqh_40::before,
._icon-arrowDown_10cqh_41::before {
	content: "\E902";
	color: #4a4a4a;
}

._icon-arrowRightDouble_10cqh_46::before {
	content: "\E901";
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

._icon-arrowUp_10cqh_39 {
	transform: rotate(90deg);
}

._icon-arrowRight_10cqh_40 {
	transform: rotate(180deg);
}

._icon-arrowDown_10cqh_41 {
	transform: rotate(270deg);
}

/* this is fucking needed END */

._icon-home_10cqh_65::before {
	content: "\F015";
	color: #767676;
}

._icon-floppy-disk_10cqh_70::before {
	content: "\E92B";
	color: #767676;
}

._icon-printer_10cqh_75::before {
	content: "\E92C";
	color: #767676;
}

._icon-share2_10cqh_80::before {
	content: "\E92D";
	color: #767676;
}

._icon-search_10cqh_32::before {
	content: "\E900";
	color: #4a4a4a;
}

._icon-arrowLeft_10cqh_38::before {
	content: "\E902";
	color: #4a4a4a;
}

._icon-touchSymbolGrey_10cqh_95 ._path1_10cqh_95::before {
	content: "\E903";
	color: rgb(169, 169, 169);
}

._icon-touchSymbolGrey_10cqh_95 ._path2_10cqh_100::before {
	content: "\E904";
	margin-left: -1em;
	color: rgb(169, 169, 169);
	opacity: 0.8;
}

._icon-touchSymbolGrey_10cqh_95 ._path3_10cqh_107::before {
	content: "\E905";
	margin-left: -1em;
	color: rgb(169, 169, 169);
	opacity: 0.6;
}

._icon-touchSymbolGrey_10cqh_95 ._path4_10cqh_114::before {
	content: "\E906";
	margin-left: -1em;
	color: rgb(169, 169, 169);
	opacity: 0.4;
}

._icon-language_10cqh_121::before {
	content: "\E907";
	color: #878787;
}

._icon-touchSymbolBlue_filled_10cqh_126 ._path1_10cqh_95::before {
	content: "\E908";
	color: rgb(0, 183, 255);
}

._icon-touchSymbolBlue_filled_10cqh_126 ._path2_10cqh_100::before {
	content: "\E909";
	margin-left: -1em;
	color: rgb(0, 183, 255);
	opacity: 0.8;
}

._icon-touchSymbolBlue_filled_10cqh_126 ._path3_10cqh_107::before {
	content: "\E90A";
	margin-left: -1em;
	color: rgb(0, 183, 255);
	opacity: 0.6;
}

._icon-touchSymbolBlue_filled_10cqh_126 ._path4_10cqh_114::before {
	content: "\E90B";
	margin-left: -1em;
	color: rgb(0, 183, 255);
	opacity: 0.4;
}

._icon-google-plus_10cqh_152::before {
	content: "\EA8B";
}

._icon-facebook2_10cqh_156::before {
	content: "\EA91";
}

._icon-instagram_10cqh_160::before {
	content: "\EA92";
}

._icon-twitter_10cqh_164::before {
	content: "\EA96";
}

._icon-x_10cqh_168::before {
	content: "\E912";
}

._icon-youtube_10cqh_172::before {
	content: "\EA9D";
}

._icon-wordpress_10cqh_176::before {
	content: "\EAB4";
}

._icon-linkedin2_10cqh_180::before {
	content: "\EACA";
}

._icon-xing2_10cqh_184::before {
	content: "\EAD4";
}

._icon-envelope_10cqh_188::before {
	content: "\E90C";
}

._icon-enlarge_10cqh_192::before {
	content: "\E989";
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

._icon-youtubeRound_10cqh_197:before {
	content: "\E90E";
}

._icon-xingRound_10cqh_201:before {
	content: "\E90D";
}

._icon-twitterRound_10cqh_204:before {
	content: "\E90F";
}

._icon-linkedinRound_10cqh_207:before {
	content: "\E911";
}

._icon-instagramRound_10cqh_210:before {
	content: "\E913";
}

._icon-facebookRound_10cqh_213:before {
	content: "\E915";
}

._icon-play_10cqh_216:before {
	content: "\E910";
}

._image_1dj4r_1 {
	min-width: 100%;
}

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

._imagefit_1dj4r_10 {
	height: 100%;
}

._imagefit_1dj4r_10 img, ._imagefit_1dj4r_10 picture {
		font-family: "object-fit:cover";
		object-fit: cover;
		height: 100%;
	}

@media screen and (max-width: 767px) {

	._logo_1dfto_1 {
		display: flex;
	}

	._logo_1dfto_1 ._desktopLogo_1dfto_5 {
			display: none;
	}
}

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

	._logo_1dfto_1 ._mobileLogo_1dfto_11 {
			display: none;
	}
}

._logo_1dfto_1 img {
		height: 40px;
}

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

	._logo_1dfto_1 img {
		height: 42px;
	}
}

@media screen and (min-width: 1440px) {

	._logo_1dfto_1 img {
		height: 67px;
	}
}

._logo_1dfto_1._isSection_1dfto_28 img {
			height: 42px;
			width: 128px;
}

@media print {
	._logo_1dfto_1 img {
		height: 100px;
	}
}

._menuToggle_19puf_1 {
	width: 24px;
	height: 24px;
	display: flex;
	margin-left: 20px;
	margin-left: var(--size-grid-gap);
	flex-direction: column;
	justify-content: space-around;
	cursor: pointer;
}

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

	._menuToggle_19puf_1 {
		display: none;
	}
}

._menuToggle_19puf_1 span {
		width: 100%;
		flex: 0 0 3px;
		background: #878787;
		background: var(--color-solid-gray);
		border-radius: 2px;
}

._show_19puf_22 {
	display: flex;
}

._menuToggle_19puf_1._item--open_19puf_26 span {
		background-color: #00b7ff;
		background-color: var(--color-sycor-blue);
	}

._text_1qi11_1 {
	margin-bottom: 10px;
}

._text_1qi11_1 ul li {
			list-style: disc;
		}

._text_1qi11_1 :last-child {
		margin-bottom: 0;
	}

._text_1qi11_1 p + h2,
	._text_1qi11_1 p + h3,
	._text_1qi11_1 p + h4 {
		padding-top: 30px;
		padding-top: var(--size-line-height-h2);
	}

._text_1qi11_1 ._tableWrapper_1qi11_20 {
		overflow-x: auto;
		max-width: 100%;
	}

@media print {
	._text_1qi11_1 {
		color: black !important;
		font-size: 12px !important;
		line-height: 16px !important;
	}

		._text_1qi11_1 p {
			font-size: 12px !important;
			line-height: 16px !important;
		}
}

._aspectRatio_1am4p_1 {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

._aspectRatio_1am4p_1 ._iframe_1am4p_7 {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

._anchorNavigation_v0teb_1 {
	margin: 0;
	padding: 0;
	background-color: #4a4a4a;
	background-color: var(--color-solid-dark-gray);
	font-size: 14px;
	font-size: var(--size-font-smaller);
	min-height: 65px;
	transition: top 0.3s;
}

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

	._anchorNavigation_v0teb_1 {
		z-index: 100;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}

._anchorNavigation_v0teb_1 ul {
		margin: 0;
		padding: 0;
		height: 100%;
}

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

	._anchorNavigation_v0teb_1 ul {
		display: flex;
		align-items: center;
		align-content: center;
		position: absolute;
		margin-left: 20px;
	}
}

@media screen and (min-width: 1440px) {

	._anchorNavigation_v0teb_1 ul {
		margin-left: 100px;
	}
}

._anchorNavigation_v0teb_1 ul li {
			margin: 0;
			padding: 0;
			border-bottom: 1px solid #878787;
			border-bottom: 1px solid var(--color-solid-gray);
			list-style: none;
}

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

	._anchorNavigation_v0teb_1 ul li {
		display: inline-block;
		border-bottom: none;
	}
}

._anchorNavigation_v0teb_1 ul li:last-child {
	border-bottom: unset;
}

._anchorNavigation_v0teb_1 ul li a,
			._anchorNavigation_v0teb_1 ul li span {
				display: inline-block;
				padding: 0.625em 2.5em;
				width: 100%;
				color: #fff;
				color: var(--color-solid-white);
}

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

	._anchorNavigation_v0teb_1 ul li a,
			._anchorNavigation_v0teb_1 ul li span {
		padding: 0 40px 0 0;
	}
}

._callToAction_v0teb_64 {
	width: 80%;
}

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

	._callToAction_v0teb_64 {
		width: unset;
	}
}

@media screen and (min-width: 1440px) {

	._callToAction_v0teb_64 {
		width: unset;
		min-width: 200px;
	}
}

@media print {
	._anchorNavigation_v0teb_1 {
		background-color: white !important;
	}

		._anchorNavigation_v0teb_1 a,
		._anchorNavigation_v0teb_1 span {
			color: black !important;
		}
}

._wrapper_142dq_1 {
	padding-top: 6.25em;
}

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

	._wrapper_142dq_1 {
		padding-top: 6.5em;
	}
}

@media screen and (min-width: 1440px) {

	._wrapper_142dq_1 {
		padding-top: 7em;
	}
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 {
		margin-bottom: 0;
	}

._basicTeaser_142dq_13 ._gridItem_142dq_15 picture {
			display: block;
			line-height: 0;
		}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 {
			margin: 2em 1.25em 1.25em;
		}

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

	._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 {
		margin: 3em 1.5em 2em 0;
	}
}

@media screen and (min-width: 1440px) {

	._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 {
		margin: 2em 1.5em 2em 0;
	}
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._subtitle_142dq_34 {
				color: #878787;
				color: var(--color-solid-gray);
				font-size: 16px;
				line-height: 19px;
				margin-bottom: 9px;
				text-transform: uppercase;
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._title_142dq_42 {
				color: #4a4a4a;
				color: var(--color-solid-dark-gray);
				font-size: 24px;
				line-height: 30px;
				margin-bottom: 13px;
				font-weight: lighter;
}

@media screen and (min-width: 1440px) {

	._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._title_142dq_42 {
		max-width: 88%;
	}
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._text_142dq_54 {
				color: #a9a9a9;
				color: var(--color-solid-light-gray);
				font-size: 18px;
				line-height: 28px;
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._text_142dq_54 a {
					text-transform: uppercase
				}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._text_142dq_54 a::after {
	content: "\E901";
	font-family: 'sycor-iconfont';
	padding-left: 1em;
	font-size: 0.8em;
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._date_142dq_70 {
				color: #4a4a4a;
				color: var(--color-solid-dark-gray);
				font-size: 18px;
				font-weight: bold;
				line-height: 28px;
				margin-top: 16px;
}

._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._button_142dq_78 {
				margin-top: 22px;
				padding: 1em 1em 1.1em;
}

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

	._basicTeaser_142dq_13 ._gridItem_142dq_15 ._content_142dq_23 ._button_142dq_78 {
		width: 285px;
	}
}

._breadcrumb_1kg8i_1 {
	padding-top: 3em;
	justify-content: flex-start;
	font-style: italic;
	font-size: 14px;
	font-size: var(--size-font-smaller);
	line-height: 18px;
	color: #a9a9a9 !important;
	color: var(--color-solid-light-gray) !important;
	background-color: #fff;
	background-color: var(--color-solid-white);
}

._breadcrumbItem_1kg8i_11,
._breadcrumbItemLink_1kg8i_12:active,
._breadcrumbItemLink_1kg8i_12:hover,
._breadcrumbItemLink_1kg8i_12:focus,
._breadcrumbItemLink_1kg8i_12 {
	display: inline;
	color: #a9a9a9 !important;
	color: var(--color-solid-light-gray) !important;
}

._separator_1kg8i_20 {
	font-style: italic;
	padding: 0 .7em;
}

@media print {
	._breadcrumb_1kg8i_1 {
		display: none !important;
	}
}

._burgerNavigation_2qhxy_1 {
	display: none;
	flex-direction: column;
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(100vh - 120px);
	z-index: 98;
	overflow: hidden;
	color: #878787;
	color: var(--color-solid-gray);
	background-color: #fff;
	background-color: var(--color-solid-white);
}

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

	._burgerNavigation_2qhxy_1 {
		left: auto;
		width: 400px;
		background-color: #f8f8f8;
		background-color: var(--color-solid-lighter-gray);
		height: calc(100vh - 130px);
	}
}

@media screen and (min-width: 1440px) {

	._burgerNavigation_2qhxy_1 {
		height: calc(100vh - 160px);
	}
}

._burgerNavigation_2qhxy_1 ul {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
		overflow: auto;
}

._burgerNavigation_2qhxy_1 ul li {
			margin: 0 5px;
			padding: 0;
			display: inline-flex;
			flex-direction: column;
			justify-content: flex-end;
			border-bottom: 1px solid rgba(169, 169, 169, .2);
			border-bottom: 1px solid var(--color-hyphen);
			flex: 0 0 auto;
		}

._burgerNavigation_2qhxy_1 ul li a {
				padding: 10px 20px;
				padding: 10px var(--size-grid-gap);
				font-family: Lato;
				font-size: 16px;
				line-height: 19px;
				font-weight: 400;
				text-transform: uppercase;
				color: currentColor;
			}

._burgerNavigation_2qhxy_1 ._socialMediaList_2qhxy_56 {
		flex-direction: row;
		justify-content: start;
		padding: 10px 20px;
		padding: 10px var(--size-grid-gap);
}

._burgerNavigation_2qhxy_1 ._socialMediaListItem_2qhxy_62 {
		display: inline-flex;
		padding: 0 2em 0 0;
		font-size: 1.3em;
}

._burgerNavigation_2qhxy_1 ._socialMediaListItem_2qhxy_62 ._icon_2qhxy_67 {
			filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 20%));
		}

._burgerNavigation_2qhxy_1._item--open_2qhxy_73 {
	display: flex;
}

._burgerNavigation_2qhxy_1 ._menuOverview_2qhxy_77 {
	height: 140px;
	display: flex;
	justify-content: center;
}

._burgerNavigation_2qhxy_1 ._menuOverview_2qhxy_77 .h2 {
		margin: 0;
		align-self: center;
	}

._accordion_1nzos_1 {
	overflow: hidden;
}

._accordion_1nzos_1._item--open_1nzos_4 ._item_action_1nzos_4 ._if__item__closed_1nzos_4,
	._accordion_1nzos_1:not(._item--open_1nzos_4) ._item_action_1nzos_4 ._if__item__open_1nzos_5,
	._accordion_1nzos_1 ._subitem--open_1nzos_6 ._item_action_1nzos_4 ._if__subitem__closed_1nzos_6,
	._accordion_1nzos_1 li:not(._subitem--open_1nzos_6) ._item_action_1nzos_4 ._if__subitem__open_1nzos_7 {
		display: none;
	}

._item__head_1nzos_12 {
	cursor: pointer;
	z-index: 2;
	display: flex;
}

._item__head_1nzos_12 a {
		flex: 1;
		text-transform: none !important
	}

._item__head_1nzos_12 a:focus {
	outline: 0;
}

._item__head_1nzos_12 ._item_action_1nzos_4 {
		display: flex;
	}

._item__head_1nzos_12 ._item_action_1nzos_4 div {
			width: 60px;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			margin-right: 20px;
		}

._item__head_1nzos_12 ._item_action_1nzos_4 div ._icon_1nzos_36::before {
	color: #878787;
	color: var(--color-solid-gray);
}

._item--open_1nzos_4 > ._item__contentWrap_1nzos_45,
._subitem--open_1nzos_6 > ._item__contentWrap_1nzos_45 {
	max-height: 200vh;
	transition: max-height 1s;
	transition-timing-function: ease-out;
	padding: 10px 0 !important;
}

._item__contentWrap_1nzos_45 {
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s;
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
	margin: 0 !important;
}

._item__contentWrap_1nzos_45 li {
		margin: 0 !important;
		padding: 0 !important;
		padding-left: 20px !important;
		border-bottom: none !important;
	}

._item__contentWrap_1nzos_45 li a {
			padding: 10px 20px !important;
			padding: 10px var(--size-grid-gap) !important;
			text-transform: none !important
		}

._item__contentWrap_1nzos_45 li a:focus {
	outline: 0;
}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 {
		position: relative;
		height: 140px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 ._slideback_96f4b_9 {
			cursor: pointer;
			display: flex;
		}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 ._slideback_96f4b_9 ._icon_96f4b_13 {
				padding-left: 20px;
				padding-left: var(--size-grid-gap);
				padding-right: 20px;
				padding-right: var(--size-grid-gap);
				font-size: 26px
			}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 ._slideback_96f4b_9 ._icon_96f4b_13::before {
	color: #878787;
	color: var(--color-solid-gray);
}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 a {
			align-self: center;
			flex-grow: 1;
			flex-basis: 100%;
		}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 a ._icon_96f4b_13 {
				font-size: 26px;
				padding-right: 20px;
				padding-right: var(--size-grid-gap);
			}

._slideInMenu_96f4b_1 ._menuOverview_96f4b_2 .h2 {
			margin: 0;
			text-transform: none;
			text-align: center;
		}

._slideInMenu_96f4b_1:first-child {
	border-top: 1px solid rgba(169, 169, 169, .2);
	border-top: 1px solid var(--color-hyphen);
}

._slideInMenu_96f4b_1 ._item__head_96f4b_45 {
		cursor: pointer;
		z-index: 2;
		display: flex;
}

._slideInMenu_96f4b_1 ._item__head_96f4b_45 a {
			flex: 1;
			pointer-events: none;
		}

._slideInMenu_96f4b_1 ._item__head_96f4b_45 ._if__item__back_96f4b_55 {
			width: 60px;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			margin-right: 20px;
		}

._slideInMenu_96f4b_1 ._item__head_96f4b_45 ._if__item__back_96f4b_55 ._icon_96f4b_13::before {
	color: #878787;
	color: var(--color-solid-gray);
}

._slideInMenu_96f4b_1._item--back_96f4b_70 ._item__contentWrap_96f4b_71 {
			padding: 0 !important;
			right: 0;
			transition: right 0.4s;
			transition-timing-function: ease-out;
}

._slideInMenu_96f4b_1 ._item__contentWrap_96f4b_71 {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -100vw;
		width: 100vw;
		height: 100%;
		background-color: #fff;
		z-index: 111;
		overflow: hidden;
		transition: right 0.4s;
		transition-timing-function: ease-out;
}

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

	._slideInMenu_96f4b_1 ._item__contentWrap_96f4b_71 {
		width: 400px;
		background-color: #f8f8f8;
		background-color: var(--color-solid-lighter-gray);
	}
}

._slideInMenu_96f4b_1 ._socialMediaList_96f4b_100 {
		flex-direction: row;
		justify-content: start;
		padding: 10px 20px;
		padding: 10px var(--size-grid-gap);
}

._slideInMenu_96f4b_1 ._socialMediaListItem_96f4b_106 {
		display: inline-flex;
		padding: 0 2em 0 0;
		font-size: 1.3em;
}

._slideInMenu_96f4b_1 ._socialMediaListItem_96f4b_106 ._icon_96f4b_13 {
			filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 20%));
		}

._buttonList_2omx5_1 {
	text-align: left;
}

._item_2omx5_5 {
	display: block;
	margin: 1em 1em 1em 0;
}

._buttonList--horizontal_2omx5_10 > ._item_2omx5_5 {
		display: inline-block;
	}

._button_1wh1c_1 {
	width: auto;
}

._wrapper_e1ult_1 {
	padding-top: 6.25em;
}

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

	._wrapper_e1ult_1 {
		padding-top: 6.5em;
	}
}

@media screen and (min-width: 1440px) {

	._wrapper_e1ult_1 {
		padding-top: 7em;
	}
}

._callToActionTeaser_e1ult_13 {
	border: 1px solid #00b7ff;
	border: 1px solid var(--color-sycor-blue);
	position: relative;
	background-color: white;
}

._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 {
		position: absolute;
		right: -33px;
		top: -70px;
		z-index: 1;
	}

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

	._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 {
		right: -40px;
		top: -85px;
	}

	._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 img {
				width: 150px;
				height: 150px;
	}
}

@media screen and (min-width: 1440px) {

	._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 {
		right: -92px;
		top: -92px;
	}

	._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 img {
				width: 184px;
				height: 184px;
	}
}

._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 ._touchIconLabel_e1ult_44 {
			font-size: 14px;
			line-height: 16px;
			font-weight: bold;
			color: #fff;
			color: var(--color-solid-white);
			text-align: center;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
}

@media screen and (min-width: 1440px) {

	._callToActionTeaser_e1ult_13 ._touchIcon_e1ult_18 ._touchIconLabel_e1ult_44 {
		font-size: 18px;
		line-height: 28px;
	}
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 {
		margin-bottom: 0;
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 picture {
			display: block;
			line-height: 0;
		}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 {
			margin: 2em 1.25em 1.25em;
		}

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

	._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 {
		margin: 3em 1.5em 2em 0;
	}
}

@media screen and (min-width: 1440px) {

	._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 {
		margin: 2em 1.5em 2em 0;
	}
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._subheadline_e1ult_81 {
				color: #878787;
				color: var(--color-solid-gray);
				font-size: 16px;
				line-height: 19px;
				margin-bottom: 9px;
				text-transform: uppercase;
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._headline_e1ult_89 {
				color: #4a4a4a;
				color: var(--color-solid-dark-gray);
				font-size: 24px;
				line-height: 30px;
				margin-bottom: 13px;
}

@media screen and (min-width: 1440px) {

	._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._headline_e1ult_89 {
		max-width: 88%;
	}
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._text_e1ult_100 {
				color: #a9a9a9;
				color: var(--color-solid-light-gray);
				font-size: 18px;
				line-height: 28px;
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._date_e1ult_106 {
				color: #4a4a4a;
				color: var(--color-solid-dark-gray);
				font-size: 18px;
				font-weight: bold;
				line-height: 28px;
				margin-top: 16px;
}

._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._button_e1ult_114 {
				margin-top: 22px;
				padding: 1em 1em 1.1em;
}

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

	._callToActionTeaser_e1ult_13 ._gridItem_e1ult_62 ._content_e1ult_70 ._button_e1ult_114 {
		width: 285px;
	}
}

/**
	TODO: move Mixins to external mixing File to keep everything DRY; important for default Inputs, Buttons, Grid + ClickDimensions
 */

body > ._container_kb1fj_101 {
	padding-top: 30px;
}

._container_kb1fj_101 .clickdform.mainDiv {
		float: none;
	}

._container_kb1fj_101 .clickdform.mainDiv input[type='text'],
		._container_kb1fj_101 .clickdform.mainDiv textarea,
		._container_kb1fj_101 .clickdform.mainDiv select {
			font-family: 'Lato', sans-serif !important;
			font-size: 18px !important;
			font-size: var(--size-font-base) !important;
			line-height: 22px !important;
			line-height: var(--size-line-height-h4) !important;
			color: #4a4a4a !important;
			color: var(--color-solid-dark-gray) !important;
			padding: 10px 10px 12px !important;
			border: 1px solid #dfe3e9 !important;
			border-radius: 4px !important;
			background-color: #f8f8f8 !important;
			background-color: var(--color-solid-lighter-gray) !important;
			max-width: 100% !important;
			width: 100%;
			height: 46px !important;
			height: calc(var(--size-line-height-h4) + 24px) !important;
			/* line-height padding border */
		}

._container_kb1fj_101 .clickdform.mainDiv input[type='text']:hover, ._container_kb1fj_101 .clickdform.mainDiv textarea:hover, ._container_kb1fj_101 .clickdform.mainDiv select:hover {
	border-color: #ced0da !important;
}

._container_kb1fj_101 .clickdform.mainDiv input[type='text']:focus, ._container_kb1fj_101 .clickdform.mainDiv textarea:focus, ._container_kb1fj_101 .clickdform.mainDiv select:focus {
	border-color: #00b7ff !important;
	border-color: var(--color-sycor-blue) !important;
	box-shadow: none;
	outline: 0;
}

._container_kb1fj_101 .clickdform.mainDiv input[type='text']:disabled, ._container_kb1fj_101 .clickdform.mainDiv textarea:disabled, ._container_kb1fj_101 .clickdform.mainDiv select:disabled {
	border-color: rgba(0, 0, 0, .1) !important;
	background-color: #e9edf1 !important;
}

._container_kb1fj_101 .clickdform.mainDiv span {
			font-size: 18px !important;
			font-size: var(--size-font-base) !important;
			line-height: 32px !important;
			line-height: var(--size-font-h2) !important;
			color: #878787 !important;
			color: var(--color-solid-gray) !important;
			font-family: inherit !important;
			min-width: auto !important;
			max-width: 100% !important;
		}

._container_kb1fj_101 .clickdform.mainDiv b {
			font-weight: normal;
		}

._container_kb1fj_101 .clickdform.mainDiv .QuestionTitleContainer span b {
				font-size: 18px !important;
				font-size: var(--size-font-base) !important;
				line-height: 32px !important;
				line-height: var(--size-font-h2) !important;
				color: #878787 !important;
				color: var(--color-solid-gray) !important;
				font-family: inherit !important;
				min-width: auto !important;
				max-width: 100% !important;

				display: block;
				font-weight: normal;
			}

._container_kb1fj_101 .clickdform.mainDiv input[type='checkbox'],
		._container_kb1fj_101 .clickdform.mainDiv input[type='radio'] {
			line-height: 32px;
			line-height: var(--size-font-h2);
			width: 16px;
			height: 16px;
			background: #f8f8f8;
			background: var(--color-solid-lighter-gray);
			border: 1px solid rgba(0, 0, 0, .1);
			margin: 0 14px 0 0;
			position: relative
		}

._container_kb1fj_101 .clickdform.mainDiv input[type='checkbox']:checked, ._container_kb1fj_101 .clickdform.mainDiv input[type='radio']:checked {
	color: #fff;
	color: var(--color-solid-white);
	background: #00b7ff;
	background: var(--color-sycor-blue);
}

._container_kb1fj_101 .clickdform.mainDiv input[type='checkbox'] + span, ._container_kb1fj_101 .clickdform.mainDiv input[type='radio'] + span {
				display: inline-block;
				max-width: 85% !important;

				height: 46px !important;

				height: calc(var(--size-line-height-h4) + 24px) !important;

				/* line-height padding border */
}

._container_kb1fj_101 .clickdform.mainDiv textarea {
			min-height: 250px;
		}

._container_kb1fj_101 .clickdform.mainDiv input[type='checkbox'] {
			top: 8px;
		}

._container_kb1fj_101 .clickdform.mainDiv input[type='radio'] {
			top: 2px;
		}

._container_kb1fj_101 .clickdform.mainDiv input[type='button'] {
			display: inline-block;
			border-radius: 3px;
			font-weight: bold;
			line-height: 1em;
			text-align: center;
			width: 100%;
			max-width: 300px;
			padding: 1em 1em 1.1em;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
			margin: 0 !important;
			background-color: #00b7ff !important;
			background-color: var(--color-sycor-blue) !important;
			color: #fff !important;
			color: var(--color-solid-white) !important;
			border: 1px solid #00b7ff;
			border: 1px solid var(--color-sycor-blue);
		}

._container_kb1fj_101 .clickdform.mainDiv input[type='button']:hover {
	background-color: #00a2e2 !important;
	background-color: var(--color-accent-hover) !important;
}

._container_kb1fj_101 .clickdform.mainDiv input[type='button']._isDisabled_kb1fj_71, ._container_kb1fj_101 .clickdform.mainDiv input[type='button'] :disabled {
		background-color: rgba(169, 169, 169, .5) !important;
}

._container_kb1fj_101 .clickdform.mainDiv .responsiveRow {
			display: flex;
			flex-wrap: wrap;
			justify-content: flex-start;
		}

@media screen and (max-width: 1439px) {

	._container_kb1fj_101 .clickdform.mainDiv .responsiveRow {
		width: 100%;
	}
}

._container_kb1fj_101 .clickdform.mainDiv .responsiveRow {/*setting the max width to the percentage 1180px of max. 1440px
 */
	max-width: 1180px;
	margin: 0 auto;
}

._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize1 {
			width: 100%;
			margin-bottom: 20px;
			margin-bottom: var(--size-grid-gap);

			position: relative;
			padding-right: 20px;
			padding-right: var(--size-grid-gap);
}

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

	._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize1 {
		width: calc(50% - 9.5px);
		width: calc(50% - 0.475 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
		min-width: unset;
		width: 50% !important;
	}
}

._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize2 {
			width: 100%;
			margin-bottom: 20px;
			margin-bottom: var(--size-grid-gap);

			position: relative;
			padding-right: 20px;
			padding-right: var(--size-grid-gap);
}

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

	._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize2 {
		width: calc(100% - -0.5px);
		width: calc(100% - -0.025 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
		min-width: unset;
	}
}

._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize3 {
			width: 100%;
			margin-bottom: 20px;
			margin-bottom: var(--size-grid-gap);

			position: relative;
}

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

	._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize3 {
		width: calc(100% - -0.5px);
		width: calc(100% - -0.025 * var(--size-grid-gap));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
		min-width: unset;
	}
}

._container_kb1fj_101 .clickdform.mainDiv .emptyCell {
			display: none;
			visibility: hidden;
}

._container_kb1fj_101 .clickdform.mainDiv div.alignBottom,
		._container_kb1fj_101 .clickdform.mainDiv div.alignTop {
			display: block;
}

._container_kb1fj_101 .clickdform.mainDiv .minSize1,
		._container_kb1fj_101 .clickdform.mainDiv .minSize2,
		._container_kb1fj_101 .clickdform.mainDiv .minSize3 {
			width: unset;
			min-width: unset;
			max-width: unset;
}

._container_kb1fj_101 .clickdform.mainDiv .requiredInfo {
			position: absolute;
			right: 20px;
			right: var(--size-grid-gap);
			top: 100%;
			z-index: 99;
}

._container_kb1fj_101 .clickdform.mainDiv .buttonContainer {
			margin: unset !important;
			display: flex;
			align-items: flex-end;
}

._container_kb1fj_101 .clickdform.mainDiv .buttonContainer .WizardPrevButton {
				order: -1;
				margin-right: 20px;
				margin-right: var(--size-grid-gap);
			}

._container_kb1fj_101 .clickdform.mainDiv font {
			font-family: inherit !important;
}

._container_kb1fj_101 .clickdform.mainDiv table {
			width: 100%;
}

._container_kb1fj_101 .clickdform.mainDiv table td {
				padding: 8px 5px !important;
				vertical-align: top;
				color: #878787 !important;
				color: var(--color-solid-gray) !important;
			}

._container_kb1fj_101 .clickdform.mainDiv table td span {
					line-height: normal !important;
					display: inline-block;
					padding-top: 5px;
				}

._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize1 table tbody > tr {
					background: transparent;
				}

._container_kb1fj_101 .clickdform.mainDiv .responsiveCellSize1 table tbody > tr td {
						border: none;
						padding: 8px 5px !important;
					}

._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_46773f9912d1e8118113005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_8b66574612d1e8118113005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_beed85cd12d1e8118113005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_964dbaad12d1e8118113005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_979a058712d1e8118113005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_71dab3e911d1e8118113005056820c57 {
			line-height: 0;
}

._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_a48f1ae413d1e8118113005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_07f8920882ede8118116005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_23cdcafe9f07ea118124005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_86535abf1eefe8118116005056820c57,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_f0e2b80b99ec037933938892558670f2,
		._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_1ca6f6ea8edbe8118115005056820c57 {
			line-height: 14px !important;
}

._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_a48f1ae413d1e8118113005056820c57 input[type='checkbox'], ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_07f8920882ede8118116005056820c57 input[type='checkbox'], ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_23cdcafe9f07ea118124005056820c57 input[type='checkbox'], ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_86535abf1eefe8118116005056820c57 input[type='checkbox'], ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_f0e2b80b99ec037933938892558670f2 input[type='checkbox'], ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_1ca6f6ea8edbe8118115005056820c57 input[type='checkbox'] {
				top: 0;
				margin-right: 8px;
				display: inline;
			}

._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_a48f1ae413d1e8118113005056820c57 span, ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_07f8920882ede8118116005056820c57 span, ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_23cdcafe9f07ea118124005056820c57 span, ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_86535abf1eefe8118116005056820c57 span, ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_f0e2b80b99ec037933938892558670f2 span, ._container_kb1fj_101 .clickdform.mainDiv #cont_id_f_1ca6f6ea8edbe8118115005056820c57 span {
				display: inline;
				font-size: 14px !important;
				line-height: 14px !important;
			}

/** Loader
 */

._container_kb1fj_101 .outer-loader {
		padding: 40px;
}

._container_kb1fj_101 .outer-loader .loader {
			border: 16px solid #f3f3f3; /* Light grey */
			border-top: 16px solid #3498db; /* Blue */
			border-radius: 50%;
			width: 120px;
			height: 120px;
			animation: _spin_kb1fj_1 2s linear infinite;
			margin: auto;
		}

@keyframes _spin_kb1fj_1 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

._speechbubble-wrap_12ty5_1 {
	background: #fff;
	background: var(--color-solid-white);
	border-radius: 0.4em;
	position: relative;
	padding: 10px 15px;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
	height: 100%
}

._speechbubble-wrap_12ty5_1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

._imageWrapper_12ty5_25 {
	display: flex;
	justify-content: center;
	margin: 0;
}

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

	._imageWrapper_12ty5_25 {
		justify-content: flex-end;
	}
}

._imageWrapper_12ty5_25 ._image_12ty5_25 {
		min-width: unset;
		width: 180px;
}

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

	._imageWrapper_12ty5_25 ._image_12ty5_25._speechbubble_12ty5_1 {
		width: 100%;
		min-width: unset;
	}
}

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

	._imageWrapper_12ty5_25 ._image_12ty5_25 {
		min-width: 180px;
	}
}

._contentWrapper_12ty5_51 {
	display: flex;
	justify-content: center;
    margin: 0;
}

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

	._contentWrapper_12ty5_51 {
		justify-content: unset;
	}
}

._contentWrapper_12ty5_51 ._content_12ty5_51 {
		color: #878787;
		color: var(--color-solid-gray);
}

._contentWrapper_12ty5_51 ._content_12ty5_51 a {
			color: currentColor;
		}

._contentWrapper_12ty5_51 ._content_12ty5_51 ._headline_12ty5_67 {
			margin: 0.5em 0;
		}

._contentWrapper_12ty5_51 ._content_12ty5_51 ._iconWrapper_12ty5_71 {
			display: flex;
			flex-direction: row;
			margin-bottom: 2.5em
		}

._contentWrapper_12ty5_51 ._content_12ty5_51 ._iconWrapper_12ty5_71._speechbubble_12ty5_1 {
	margin-bottom: 0;
}

._contentWrapper_12ty5_51 ._content_12ty5_51 ._iconWrapper_12ty5_71 span {
				color: #a9a9a9;
				color: var(--color-solid-light-gray);
				font-size: 1.5em;
				margin-right: 0.5em;
}

._contentWrapper_12ty5_51 ._content_12ty5_51 ._button_12ty5_87 {
			width: unset;
		}

._contentWrapper_12ty5_51 ._content_12ty5_51._filteredSearchItem_12ty5_91 {
	padding: 0 22px;
}

@media screen and (min-width: 1440px) {

	._grid_18cdc_1 {
		justify-content: flex-start;
	}
}

._grid_18cdc_1 ._item_18cdc_6 {
		width: 285px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4em;
}

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

	._grid_18cdc_1 ._item_18cdc_6 {
		display: flex;
		flex-direction: column;
		margin-left: unset;
		margin-right: unset;
	}
}

@media screen and (min-width: 1440px) {

	._grid_18cdc_1 ._item_18cdc_6 {
		margin-left: 13px;
	}

	._grid_18cdc_1 ._item_18cdc_6:nth-child(4n+1) {
		margin-left: 0;
	}
}

._image_1akfp_1 > img {
	max-height: 175px;
	display: block;
}

._content_1akfp_6 {
	flex-grow: 1;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	margin: 1em 2em 0 1em;
}

._content_1akfp_6 div ._headline_1akfp_14 {
			margin-bottom: 10px;
		}

._content_1akfp_6 div p {
			font-size: 14px;
			font-size: var(--size-font-smaller);
		}

._content_1akfp_6 ._button_1akfp_23 {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 10px 20px 14px;
		text-align: unset;
		text-transform: unset;
	}

._content_1akfp_6 ._button_1akfp_23 span {
			font-size: 14px;
			font-size: var(--size-font-smaller);
			color: #a9a9a9;
			color: var(--color-solid-light-gray);
			font-weight: 400;
			margin-left: auto;
		}

._eventMap_5e1dw_1 {
	position: relative;

	/* Layout */
}

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

	._eventMap_5e1dw_1 ._grid_5e1dw_5 {
		justify-content: space-between;
	}
}

._eventMap_5e1dw_1 ._item_5e1dw_11 {
		margin-bottom: 0;
}

._eventMap_5e1dw_1 ._eventMapStage_5e1dw_15 {
		padding-top: 0;
}

/*Map
 */

._eventMap_5e1dw_1 ._mapContainer_5e1dw_20 {
		z-index: 1;
		width: 100%;
		position: relative;
		height: 50vh;
}

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

	._eventMap_5e1dw_1 ._mapContainer_5e1dw_20 {
		position: absolute;
		height: auto;
		right: 0;/*These are the paddings of the parent-stage.
 */
		top: 5em;
		bottom: 5em;/*This are about 7/12 of grid-width
 */
		width: 58.5%;
	}
}

/*Only hide draft for InfoWindow.
 */

._eventMap_5e1dw_1 ._mapContainer_5e1dw_20 > ._hide_5e1dw_40 {
			display: none;
}

/*Text-Info-Block
 */

._eventMap_5e1dw_1 ._eventInfo_5e1dw_46 {
		z-index: 2;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		align-items: stretch;
		text-align: center;
		background-color: white;
}

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

	._eventMap_5e1dw_1 ._eventInfo_5e1dw_46 {
		text-align: left;
		padding: 70px 0 50px;
	}
}

._eventMap_5e1dw_1 ._headline_5e1dw_62 {
		color: #4a4a4a;
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 0;
}

._eventMap_5e1dw_1 ._text_5e1dw_69 {
		margin-top: 20px;
}

._eventMap_5e1dw_1 ._location_5e1dw_73 {
		margin-top: 20px;
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
}

._eventMap_5e1dw_1 ._contact_5e1dw_80,
	._eventMap_5e1dw_1 ._contact_5e1dw_80 > *:nth-child(2) {
		margin-top: 20px;
}

._eventMap_5e1dw_1 ._contact_5e1dw_80 {
		display: flex;
		flex-flow: column nowrap;
}

._eventMap_5e1dw_1 ._button_5e1dw_90 {
		width: auto;
		margin-top: 30px;
}

@media screen and (min-width: 1440px) {

	._eventMap_5e1dw_1 ._button_5e1dw_90 {
		padding-left: 4em;
		padding-right: 4em;
	}
}

/* STYLED INFO WINDOW */

/* The popup bubble itself. */

._popup-bubble-content_5e1dw_104 {
	color: white;

	/* Style the info window. */
	padding: 20px;
	background-color: #4a4a4a;
	display: flex;
	flex-flow: column nowrap;
	font-family: 'Lato', sans-serif;
	text-align: left;
}

._popup-bubble-content_5e1dw_104 ._headline_5e1dw_62 {
		opacity: 1;
		color: white;
		margin-bottom: 20px;
	}

._popup-bubble-content_5e1dw_104 ._location_5e1dw_73 {
		margin-top: 0;
		opacity: .5;
		font-size: 16px;
		font-size: 18px;
		font-size: var(--size-font-base);
		line-height: 24px;
		line-height: 28px;
		line-height: var(--size-line-height-base);
	}

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

	._popup-bubble-content_5e1dw_104 {
		min-width: 200px;
		max-width: 350px;
	}
}

@media print {
	._mapContainer_5e1dw_20 {
		display: none !important;
	}
}

/* we are sorry for that !important crap, but have to override default gm classes. :-/ */

.gm-style-iw-t::after {
	background-color: #4a4a4a !important;
}

.gm-style-iw-c {
	border-radius: 0 !important;
	padding: 0 !important;
	transform: translate(-25%, -100%) !important;
	box-shadow: none !important;
}

.gm-style-iw-d {
	overflow: auto !important;
	max-height: none !important; /* gm has a problem with calculating max-height in firefox if a custom font is used. */
}

.gm-ui-hover-effect {
	display: none !important;
}

._factbox_1suip_1 ._grid_1suip_2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

._factbox_1suip_1 ._gridItemsAlign_1suip_8 {
		justify-content: space-around;
	}

._item_uu9ed_1 {
	padding: 33px 0;
	flex: 1 0 100%;
}

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

	._item_uu9ed_1 {
		flex: 1 0 50%;
	}

	._item_uu9ed_1:not(:nth-of-type(2n)):not(:last-child) {
		border-right: thin solid #a9a9a9;
		border-right: thin solid var(--color-solid-light-gray);
	}
}

@media screen and (min-width: 1440px) {

	._item_uu9ed_1 {
		flex: 1 0 25%;
	}

	._item_uu9ed_1:not(:nth-of-type(4n)):not(:last-child) {
		border-right: thin solid #a9a9a9;
		border-right: thin solid var(--color-solid-light-gray);
	}
}

._item_uu9ed_1 ._number_uu9ed_19 {
		margin: 0;
		line-height: 1;
		margin-bottom: 26px;
}

._item_uu9ed_1 ._headline_uu9ed_25 {
		margin: 0;
		margin-bottom: 12px;
}

._item_uu9ed_1 ._text_uu9ed_30 {
		text-align: center;
		max-width: 80%;
		margin: 0 auto;
}

._faq_czhqg_1 {

}

._faq-item_w79cz_1:not(:last-child) {
	border-bottom: 1px solid #a9a9a9;
	border-bottom: 1px solid var(--color-solid-light-gray);
}

._faq-item_w79cz_1 {
	padding-bottom: 28px;
}

._faq-item_w79cz_1 + ._faq-item_w79cz_1 {
		margin-top: 30px;
}

._faq-item_w79cz_1 button {
		font-family: 'Lato', sans-serif;

		display: flex;
		justify-content: space-between;
		align-self: center;

		padding: 0;
		position: relative;
		text-align: left;
		width: 100%;
		color: #4a4a4a;
		color: var(--color-solid-dark-gray);
		font-size: 24px;
		font-size: var(--size-font-h3);
		line-height: 30px;
		line-height: var(--size-line-height-h3);
		font-weight: normal;
		border: none;
		background: none;
		outline: none;
}

._faq-item_w79cz_1 button:hover, ._faq-item_w79cz_1 button:focus {
	cursor: pointer;
	color: #00b7ff;
	color: var(--color-sycor-blue);
}

._faq-item_w79cz_1 button:hover::after, ._faq-item_w79cz_1 button:focus::after {
	cursor: pointer;
	color: #00b7ff;
	color: var(--color-sycor-blue);
	border: 1px solid #00b7ff;
	border: 1px solid var(--color-sycor-blue);
}

._faq-item_w79cz_1 button ._faq-title_w79cz_43 {
			min-width: 200px;
}

._faq-item_w79cz_1 button ._icon_w79cz_47 {
			transition: transform 0.4s ease-in-out;
}

._faq-item_w79cz_1 button ._icon_w79cz_47::before {
	color: currentColor;
}

._faq-item_w79cz_1 button[aria-expanded='true'] {
		color: #00b7ff;
		color: var(--color-sycor-blue);
}

._faq-item_w79cz_1 button[aria-expanded='true'] ._icon_w79cz_47 {
		transform: rotate(270deg) scaleX(-1)
		}

._faq-item_w79cz_1 button[aria-expanded='true'] + ._faq-content_w79cz_62 {
			padding-top: 28px;
			padding-bottom: 28px;
			grid-template-rows: 1fr;
			opacity: 1;
		}

._faq-item_w79cz_1 ._faq-content_w79cz_62 {
		display: grid;
		grid-template-rows: 0fr;
		transition-property: opacity, padding-block, grid-template-rows;
		transition-property: opacity, padding-block, grid-template-rows, -ms-grid-rows;
		transition-duration: .4s;
		transition-timing-function: cubic-bezier(0.42, 0, 0, 1);
		opacity: 0;
}

._faq-item_w79cz_1 ._faq-content_w79cz_62 [itemprop="text"] {
			overflow: hidden;
			margin: 0;
		}

._figure_xgm75_1 {
	position: relative;
	margin: 0;
}

._figcaption_xgm75_6 {
	font-size: 14px;
	font-size: var(--size-font-smaller);
	margin-bottom: 10px;
	white-space: normal;
}

._flyout_1dal4_1 {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 99;
	display: none;
}

._flyout_1dal4_1 li {
		list-style-type: none;
		margin: 0;
		padding-bottom: 12px;
	}

._flyout_1dal4_1 a:hover {
		text-decoration: underline;
	}

._flyout_1dal4_1 ._flyoutContents_1dal4_19 {
		display: flex;
	}

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

	._flyout_1dal4_1 ._flyoutLeft_1dal4_23 {
		margin-left: 0;
	}
}

@media screen and (min-width: 1440px) {

	._flyout_1dal4_1 ._flyoutLeft_1dal4_23 {
		margin-left: 50px;
	}
}

._flyout_1dal4_1 ._flyoutLeft_1dal4_23 {
	flex-basis: 350px;
	flex-shrink: 1;
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
	display: flex;
}

._flyout_1dal4_1 ._flyoutLeft_1dal4_23 ul {
			width: 100%;
			padding: 0;
}

._flyout_1dal4_1 ._flyoutLeft_1dal4_23 ul a {
				padding: 0;
				color: #878787;
				color: var(--color-solid-gray);
				border-bottom: solid 1px rgba(169, 169, 169, .2);
				border-bottom: solid 1px var(--color-hyphen);
				display: block;
			}

._flyout_1dal4_1 ._flyoutLeft_1dal4_23 ul a li {
					line-height: 1.7em;
					padding: 6px 0 6px 40px;
					font-size: 16px;
					font-size: 18px;
					font-size: var(--size-font-base);
					display: flex;
					align-items: center;
					justify-content: space-between
				}

._flyout_1dal4_1 ._flyoutLeft_1dal4_23 ul a li:last-child {
	border-bottom: none;
}

._flyout_1dal4_1 ._flyoutLeft_1dal4_23 ul ._text_1dal4_61 {
				margin-top: 14px;
				color: #4a4a4a;
				color: var(--color-solid-dark-gray);
				font-size: 14px;
				line-height: 1.3em;
			}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 {
		display: none;

		align-content: baseline;
		overflow: auto;

		/* Für Debugging-Zwecke */
		/* &:hover {
			display: flex;
		} */
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._headline_1dal4_76 {
			/* background: var(--color-solid-gray); */
			margin-bottom: 10px;
		}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._headline_1dal4_76 p {
				font-weight: bold;
				margin: 0;
				padding-left: 30px;
				padding-right: 30px;
			}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._contents_1dal4_88 {
			display: flex;
			height: 100%;
		}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._leftSide_1dal4_93 {
			color: #fff;
			color: var(--color-solid-white);
			display: flex;
			flex-direction: column;
			min-width: 300px;
			background: #4a4a4a;
			background: var(--color-solid-dark-gray);
		}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._rightSide_1dal4_101 {
			display: flex;
			background-color: #f8f8f8;
			background-color: var(--color-solid-lighter-gray);
		}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 {
			display: flex;
			/* flex-direction: column;  */
			flex-wrap: wrap;
			padding-bottom: 10px;
			max-height: calc(100vh - 200px);
			padding: 0 30px;
			max-width: 560px

			/* Alle Elemente (Listenpunkte oder Untermenü gleich breit) */
		}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 > * {
	width: 250px;
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ._menuItem_1dal4_120 {
				text-indent: -5px;
				padding-left: 5px;
				display: block;
				line-height: 1em;
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 a {
				padding: 0;
				color: inherit;
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ul {
				padding: 0;
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ._mainList_1dal4_136 {
				width: auto;
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ._mainList_1dal4_136 li {
					width: 250px;
				}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ._subList_1dal4_144 {
				padding: 0px 20px 0px 0;
}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ._subList_1dal4_144 ._subListTitle_1dal4_147 {
					display: block;
					padding: 0;
					padding-bottom: 6px;
					line-height: 28px;
					line-height: var(--size-line-height-base);
					border-bottom: solid 1px #a9a9a9;
					border-bottom: solid 1px var(--color-solid-light-gray);
				}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 ._lists_1dal4_106 ._subList_1dal4_144 ul {
					padding-top: 6px;
				}

._flyout_1dal4_1 ._flyoutRight_1dal4_70 p {
			padding: 6px 0;
			line-height: 2em;
		}

/*Multifunktionsklasse
 */

._flyout_1dal4_1._active_1dal4_172,
	._flyout_1dal4_1 ._active_1dal4_172 {
		display: block;
}

._flyout_1dal4_1 ._listActive_1dal4_177::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #f8f8f8;
	border-left: 12px solid var(--color-solid-lighter-gray);
	display: inline-block;
	position: relative;
	right: -12px;
}

@media screen and (min-width: 768px) {
	._flyout_1dal4_1._item--open_1dal4_193 {
		display: flex;
	}
}

._focustopics_1bgfk_1 ._wrapper_1bgfk_2 {
		width: 100%;
		margin: 0;
		margin-bottom: 10px !important;
		height: 91vw;
	}

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

	._focustopics_1bgfk_1 ._wrapper_1bgfk_2 {
		height: 100%;
	}
}

._focustopics_1bgfk_1 ._left_1bgfk_13 {
		width: 100%;
		margin: 0;
}

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

	._focustopics_1bgfk_1 ._left_1bgfk_13 {
		width: calc(66.66% - 10px);
		margin-right: 20px;
		height: 640px;
		flex-direction: row;
		position: relative;
	}
}

._focustopics_1bgfk_1 ._left_1bgfk_13 ._top_1bgfk_25 {
			display: flex;
			flex-direction: column;
			width: 100%;
			margin: 0;
}

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

	._focustopics_1bgfk_1 ._left_1bgfk_13 ._top_1bgfk_25 {
		height: calc(50% - 10px);
		margin-bottom: 20px;
		flex-direction: row;
	}
}

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

	._focustopics_1bgfk_1 ._left_1bgfk_13 ._top_1bgfk_25 ._topLeft_1bgfk_37 {
		flex: 1;
		margin-right: 10px;
	}
}

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

	._focustopics_1bgfk_1 ._left_1bgfk_13 ._top_1bgfk_25 ._topRight_1bgfk_44 {
		flex: 1;
		margin-left: 10px;
	}
}

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

	._focustopics_1bgfk_1 ._left_1bgfk_13 ._bottomLandscape_1bgfk_52 {
		height: calc(50% - 10px);
	}
}

._focustopics_1bgfk_1 ._rightPortait_1bgfk_59 {
		width: 100%;
		margin-bottom: 0;
}

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

	._focustopics_1bgfk_1 ._rightPortait_1bgfk_59 {
		width: calc(33.33% - 10px);
		height: 640px;
	}
}

._item_1gsly_1 {
	position: relative;
	height: 100%
}

._item_1gsly_1:hover img {
	transform: scale(1.1);
}

._item_1gsly_1 ._image_1gsly_9 {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		overflow: hidden;
}

._item_1gsly_1 ._image_1gsly_9 img {
			transition: transform 0.5s;
		}

._item_1gsly_1 ._overlay_1gsly_25 {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background: linear-gradient(
			0deg,
			#00b7ff 0%,
			transparent 40%
		);
		background: linear-gradient(
			0deg,
			var(--color-sycor-blue) 0%,
			transparent 40%
		);
}

._item_1gsly_1 ._content_1gsly_41 {
		z-index: 10;
		position: absolute;
		margin-top: 20px;
		right: 20px;
		left: 20px;
		bottom: 20px;
		display: flex;
		flex-direction: column;
}

._item_1gsly_1 ._content_1gsly_41 ._topic_1gsly_51 {
			color: #fff;
			color: var(--color-solid-white);
			font-size: 16px;
			line-height: 24px;
			width: 70%;
		}

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

	._item_1gsly_1 ._content_1gsly_41 ._topic_1gsly_51 {
		width: 85%;
	}
}

@media screen and (min-width: 1440px) {

	._item_1gsly_1 ._content_1gsly_41 ._topic_1gsly_51 {
		width: 60%;
	}
}

._item_1gsly_1 ._content_1gsly_41 ._headline_1gsly_66 {
			color: #fff;
			color: var(--color-solid-white);
			font-size: 21px;
			line-height: 24px;
			width: 70%;
}

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

	._item_1gsly_1 ._content_1gsly_41 ._headline_1gsly_66 {
		width: 85%;
	}
}

@media screen and (min-width: 1440px) {

	._item_1gsly_1 ._content_1gsly_41 ._headline_1gsly_66 {
		width: 60%;
	}
}

._item_1gsly_1 ._content_1gsly_41 ._icon_1gsly_81 {
			position: absolute;
			bottom: 0;
			right: 0;
			font-size: 21px;
}

._item_1gsly_1 ._content_1gsly_41 ._icon_1gsly_81::before {
	color: #fff;
	color: var(--color-solid-white);
}

._footerNavigation_1gxke_1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5em;
}

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

	._footerNavigation_1gxke_1 {
		justify-content: space-between;
		align-items: flex-start;
		margin: 2em 0;
	}
}

._footerNavigation_1gxke_1 > *:not(:first-child) {
	display: none;
}

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

	._footerNavigation_1gxke_1 > *:not(:first-child) {
		display: block;
	}
}

._headline_1gxke_22 {
	font-size: 18px;
	font-size: var(--size-font-base);
	line-height: 57px;
	line-height: var(--size-line-height-h1);
	font-weight: 700;
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
	margin: 0;
}

._headline_1gxke_22 a, ._headline_1gxke_22 span {
		color: inherit;
	}

._navigationRow_1gxke_34 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

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

	._navigationRow_1gxke_34:last-child {
		margin: 0;
	}
}

._navigationList_1gxke_46 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

._navigationListItem_1gxke_52 {
	margin: 0;
	padding: .1em 0;
	font-size: 14px;
	font-size: var(--size-font-smaller);
}

._navigationListItem_1gxke_52 a {
		color: #4a4a4a;
	}

._element_dk108_1 {
	position: relative;
	margin-right: 20px;
	margin-right: var(--size-grid-gap);
}

._element--error_dk108_6 {
	/* nothing */
}

._error_dk108_10 {
	color: red;
	font-style: italic;
}

label {
	font-size: 18px ;
	font-size: var(--size-font-base) ;
	line-height: 32px ;
	line-height: var(--size-font-h2) ;
	color: #878787 ;
	color: var(--color-solid-gray) ;
	font-family: inherit ;
	min-width: auto ;
	max-width: 100% ;

	display: block
}

label._radioCheckboxLabel_dk108_20 {
	display: inline-block;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
input[type='password'],
textarea,
select {
	font-family: 'Lato', sans-serif ;
	font-size: 18px ;
	font-size: var(--size-font-base) ;
	line-height: 22px ;
	line-height: var(--size-line-height-h4) ;
	color: #4a4a4a ;
	color: var(--color-solid-dark-gray) ;
	padding: 10px 10px 12px ;
	border: 1px solid #dfe3e9 ;
	border-radius: 4px ;
	background-color: #f8f8f8 ;
	background-color: var(--color-solid-lighter-gray) ;
	max-width: 100% ;
	width: 100%;
	height: 46px ;
	height: calc(var(--size-line-height-h4) + 24px) ;
	/* line-height padding border */
}

input[type='text']:hover, input[type='email']:hover, input[type='tel']:hover, input[type='number']:hover, input[type='password']:hover, textarea:hover, select:hover {
	border-color: #ced0da ;
}

input[type='text']:focus, input[type='email']:focus, input[type='tel']:focus, input[type='number']:focus, input[type='password']:focus, textarea:focus, select:focus {
	border-color: #00b7ff ;
	border-color: var(--color-sycor-blue) ;
	box-shadow: none;
	outline: 0;
}

input[type='text']:disabled, input[type='email']:disabled, input[type='tel']:disabled, input[type='number']:disabled, input[type='password']:disabled, textarea:disabled, select:disabled {
	border-color: rgba(0, 0, 0, .1) ;
	background-color: #e9edf1 ;
}

textarea {
	min-height: 150px;
}

input[type='checkbox'],
input[type='radio'] {
	margin-right: 8px;
}

.sycor-site-sycorgroupcom-content-form-predefined .form-navigation ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

.sycor-site-sycorgroupcom-content-form-predefined .form-navigation ul li {
				margin: 0;
				padding: 0;
				display: flex;
				justify-content: flex-end;
			}

.sycor-site-sycorgroupcom-content-form-predefined .clearfix {
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
	}

.sycor-site-sycorgroupcom-content-form-predefined .clearfix:last-child {
		display: flex;
	}

.sycor-site-sycorgroupcom-content-form-predefined legend {
		display: none;
	}

.sycor-site-sycorgroupcom-content-form-predefined label {
		text-transform: none;
	}

.sycor-site-sycorgroupcom-content-form-predefined label[for=hr-contact-acceptGdprHint] {
		display: inline-block;
	}

.sycor-site-sycorgroupcom-content-form-predefined label[for=hr-contact-acceptGdprHint] + div {
			display: inline-block;
			order: -1;
		}

.sycor-site-sycorgroupcom-content-form-predefined button {
		display: inline-block;
		border-radius: 3px;
		font-weight: bold;
		line-height: 1em;
		text-align: center;
		width: 100%;
		max-width: 300px;
		padding: 1em 1em 1.1em;
		text-transform: uppercase;
		text-decoration: none;
		cursor: pointer;
		margin: 0 !important;
		background-color: #00b7ff !important;
		background-color: var(--color-sycor-blue) !important;
		color: #fff !important;
		color: var(--color-solid-white) !important;
		border: 1px solid #00b7ff;
		border: 1px solid var(--color-sycor-blue);
	}

.sycor-site-sycorgroupcom-content-form-predefined button:hover {
	background-color: #00a2e2 !important;
	background-color: var(--color-accent-hover) !important;
}

.sycor-site-sycorgroupcom-content-form-predefined button {
	max-width: 200px;
}

.sycor-site-sycorgroupcom-content-form-predefined button._isDisabled_kb1fj_71, .sycor-site-sycorgroupcom-content-form-predefined button :disabled {
		background-color: rgba(169, 169, 169, .5) !important;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

._form_2gu7y_1 .formButton {
		align-self: flex-end;
	}

._mandatoryInfo_2gu7y_7 {
	font-size: 12px;
	margin-top: 30px;
}

/**
	TODO: move Mixins to external mixing File to keep everything DRY; important for default Inputs, Buttons, Grid + ClickDimensions
 */

._introBlock_yrk69_1 {
	margin-top: -3em;
}

._meta_yrk69_5 {
	text-align: center;
}

h1 + ._meta_yrk69_5,
._h1_yrk69_10 + meta {
	margin-top: -1em;
}

._metaHeadline_yrk69_14 {
	display: inline-block;
	margin-bottom: 30px;
	margin-bottom: var(--size-line-height-h3);
	padding: 0 4em 1em;
	border-bottom: 2px solid #00b7ff;
	border-bottom: 2px solid var(--color-sycor-blue);
}

._keyvisual_1cy7g_1 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

._keyvisual_1cy7g_1 ._backgroundVideo_1cy7g_11,
	._keyvisual_1cy7g_1 ._backgroundImage_1cy7g_12 {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		height: 100%;
		z-index: 0;
	}

._keyvisual_1cy7g_1 ._backgroundVideo_1cy7g_11 img, ._keyvisual_1cy7g_1 ._backgroundImage_1cy7g_12 img {
			width: 100%;
			height: 100%;
			font-family: "object-fit:cover";
			object-fit: cover;
		}

._keyvisual_1cy7g_1 ._videoWrapper_1cy7g_27 {
		width: 100%;
		height: 100%;
		position: absolute
	}

._keyvisual_1cy7g_1 ._videoWrapper_1cy7g_27 > iframe {
	width: 1440px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

._keyvisual_1cy7g_1 ._backgroundVideo_1cy7g_11 {
		pointer-events: none;
	}

._keyvisual_1cy7g_1 ._playerOverlay_1cy7g_44 {
		background: rgba(0, 0, 0, 0.41176);
		height: 100%;
		width: 100%;
		position: absolute;
	}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 {
		width: 95%;
	}

@media screen and (min-width: 1440px) {

	._keyvisual_1cy7g_1 ._grid_1cy7g_50 {
		width: 100%;
	}
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 {
			position: relative;
			z-index: 2;
			display: flex;
			flex-flow: row;
			align-content: center;
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64 {
				display: flex;
				flex-direction: column;
				justify-content: center;
				max-width: 480px
			}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64._white_1cy7g_70 {
	color: #fff;
	color: var(--color-solid-white);
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64._darkGray_1cy7g_74 {
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64._gray_1cy7g_78 {
	color: #878787;
	color: var(--color-solid-gray);
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64 ._topic_1cy7g_82 {
					font-size: 16px;
					line-height: 19px;
					font-weight: 700;
					margin: 0 0 10px;
					text-transform: uppercase;
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64 ._headline_1cy7g_90 {
					font-size: 24px;
					line-height: 30px;
}

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

	._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64 ._headline_1cy7g_90 {
		font-size: 32px;
		line-height: 43px;
	}
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64 ._name_1cy7g_100 {
					text-transform: none;
					margin: 9px 0 0;
					font-size: 18px;
					line-height: 43px;
}

._keyvisual_1cy7g_1 ._grid_1cy7g_50 ._content_1cy7g_57 ._text_1cy7g_64 ._cta_1cy7g_107 {
					margin: 9px 9px 0 0;
}

._keyvisual--corporate_1cy7g_115 {
	height: 597px;
}

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

	._keyvisual--corporate_1cy7g_115 {
		height: 813px;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--corporate_1cy7g_115 {/*16:9 ratio math is awesome
 */
		height: 810px;
	}
}

._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 {
		margin-top: -6%;
}

@media screen and (min-width: 1440px) {

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 {
		margin-top: 18%;
	}
}

._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._text_1cy7g_64 {
			margin: 0 13px 0 10px;
}

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

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._text_1cy7g_64 {
		margin-left: 32px;
		max-width: 551px;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._text_1cy7g_64 {
		margin: 0;
		max-width: 690px;
	}
}

@media screen and (max-width: 767px) {

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._text_1cy7g_64 ._topic_1cy7g_82 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._text_1cy7g_64 ._name_1cy7g_100 {
		margin-top: 6px;
	}
}

._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._touchIcon_1cy7g_160 {
			margin-left: -78px;
			z-index: 3;
}

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

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._touchIcon_1cy7g_160 {
		margin-left: -156px;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._touchIcon_1cy7g_160 {
		margin-left: -326px;
		margin-right: 44px;
	}
}

._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._touchIcon_1cy7g_160 img {
				width: 99px;
				height: 99px;
}

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

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._touchIcon_1cy7g_160 img {
		width: 197px;
		height: 197px;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--corporate_1cy7g_115 ._content_1cy7g_57 ._touchIcon_1cy7g_160 img {
		width: 282px;
		height: 282px;
	}
}

._keyvisual--corporate_1cy7g_115 ._arrowDown_1cy7g_190 {
		display: none;
}

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

	._keyvisual--corporate_1cy7g_115 ._arrowDown_1cy7g_190 {
		display: block;
		position: absolute;
		bottom: 1%;
		left: 50%;
		transform: translateX(-50%);
		cursor: pointer;
	}

	._keyvisual--corporate_1cy7g_115 ._arrowDown_1cy7g_190 ::before {
				font-size: 48px;
				color: white;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--corporate_1cy7g_115 ._arrowDown_1cy7g_190 {
		bottom: 5%;
	}
}

@media print {
	._keyvisual_1cy7g_1 {
		height: 360px !important;
		background-color: #fff !important;
	}

		._keyvisual_1cy7g_1 ._backgroundImage_1cy7g_12 {
			display: none;
		}

		._keyvisual_1cy7g_1 ._content_1cy7g_57 {
			margin-top: 40px;
		}
}

._keyvisual_1b2c0_1 {
	background: #00b7ff;
	background: var(--color-sycor-blue);
}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 * {
				color: white;
			}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 h1 {
				font-weight: bold;
			}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._text_1b2c0_6,
			._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._title_1b2c0_16 {
				font-weight: 300;
			}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._text_1b2c0_6 p,
				._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._text_1b2c0_6 li,
				._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._title_1b2c0_16 p,
				._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._title_1b2c0_16 li {
					font-size: 22px;
					line-height: 1.25em;
					font-weight: 300;
				}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._text_1b2c0_6 a:hover, ._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._title_1b2c0_16 a:hover {
					color: white;
				}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._text_1b2c0_6 li, ._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._title_1b2c0_16 li {
					list-style: none;
				}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._text_1b2c0_6 li::before, ._keyvisual_1b2c0_1 ._content_1b2c0_4 ._textContainer_1b2c0_6 ._title_1b2c0_16 li::before {
					content: "\2713";
					position: absolute;
					margin-left: -40px;
					font-size: 40px;
					margin-top: 7px;
				}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._formContainer_1b2c0_43 {
			background: white;
			box-shadow: 0 4px 12px rgba(39, 39, 39, .40);
		}

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

	._keyvisual_1b2c0_1 ._content_1b2c0_4 ._formContainer_1b2c0_43 {
		z-index: 200;
		position: relative;
		margin-top: -120px;
		min-height: 500px;
		height: 100%;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual_1b2c0_1 ._content_1b2c0_4 ._formContainer_1b2c0_43 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

._keyvisual_1b2c0_1 ._content_1b2c0_4 ._formContainer_1b2c0_43 ._formHeadline_1b2c0_58 {
				margin-bottom: 0;
				margin-top: 20px;
				margin-top: var(--size-grid-gap);
				color: #878787;
				color: var(--color-solid-gray);
}

._keyvisual_1lhn0_1 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

._keyvisual_1lhn0_1 ._backgroundVideo_1lhn0_11,
	._keyvisual_1lhn0_1 ._backgroundImage_1lhn0_12 {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		height: 100%;
		z-index: 0;
	}

._keyvisual_1lhn0_1 ._backgroundVideo_1lhn0_11 img, ._keyvisual_1lhn0_1 ._backgroundImage_1lhn0_12 img {
			width: 100%;
			height: 100%;
			font-family: "object-fit:cover";
			object-fit: cover;
		}

._keyvisual_1lhn0_1 ._videoWrapper_1lhn0_27 {
		width: 100%;
		height: 100%;
		position: absolute
	}

._keyvisual_1lhn0_1 ._videoWrapper_1lhn0_27 > iframe {
	width: 1440px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

._keyvisual_1lhn0_1 ._backgroundVideo_1lhn0_11 {
		pointer-events: none;
	}

._keyvisual_1lhn0_1 ._playerOverlay_1lhn0_44 {
		background: rgba(0, 0, 0, 0.41176);
		height: 100%;
		width: 100%;
		position: absolute;
	}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 {
		width: 95%;
	}

@media screen and (min-width: 1440px) {

	._keyvisual_1lhn0_1 ._grid_1lhn0_51 {
		width: 100%;
	}
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 {
			position: relative;
			z-index: 2;
			display: flex;
			flex-flow: row;
			align-content: center;
            padding-top: 1rem;
            padding-bottom: 1rem;
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66 {
				display: flex;
				flex-direction: column;
				justify-content: center;
				max-width: 480px
			}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66._white_1lhn0_72 {
	color: #fff;
	color: var(--color-solid-white);
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66._darkGray_1lhn0_76 {
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66._gray_1lhn0_80 {
	color: #878787;
	color: var(--color-solid-gray);
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66 ._topic_1lhn0_84 {
					font-size: 16px;
					line-height: 19px;
					font-weight: 700;
					margin: 0 0 10px;
					text-transform: uppercase;
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66 ._headline_1lhn0_92 {
					font-size: 24px;
					line-height: 30px;
}

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

	._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66 ._headline_1lhn0_92 {
		font-size: 32px;
		line-height: 43px;
	}
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66 ._name_1lhn0_102 {
					text-transform: none;
					margin: 9px 0 0;
					font-size: 18px;
					line-height: 43px;
}

._keyvisual_1lhn0_1 ._grid_1lhn0_51 ._content_1lhn0_58 ._text_1lhn0_66 ._cta_1lhn0_108 {
					margin: 9px 9px 0 0;
}

._keyvisual--topic_1lhn0_116 {
	min-height: 360px;
}

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

	._keyvisual--topic_1lhn0_116 {
		height: 400px;
	}
}

._keyvisual--topic_1lhn0_116._keyvisualVideo_1lhn0_123 {
	height: 597px;
}

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

	._keyvisual--topic_1lhn0_116._keyvisualVideo_1lhn0_123 {
		height: 813px;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--topic_1lhn0_116._keyvisualVideo_1lhn0_123 {/*16:9 ratio math is awesome
 */
		height: 810px;
	}
}

._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 {
		margin-bottom: 0;
}

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

	._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 ._content_1lhn0_58 {
		margin-top: -4%;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 ._content_1lhn0_58 {
		margin-top: 0;
	}
}

._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 ._content_1lhn0_58 ._text_1lhn0_66 {
				margin: 0 25px;
}

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

	._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 ._content_1lhn0_58 ._text_1lhn0_66 {
		margin: 0 10px;
	}
}

@media screen and (min-width: 1440px) {

	._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 ._content_1lhn0_58 ._text_1lhn0_66 {
		max-width: 690px;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {

	._keyvisual--topic_1lhn0_116 ._gridItem_1lhn0_136 ._content_1lhn0_58 ._text_1lhn0_66 ._topic_1lhn0_84 {
		margin-bottom: 20px;
	}
}

/**
 * Re-add formerly removed behavior from:
 *  https://git.sitegeist.de/sycor/sycor-gmbh-distribution/merge_requests/1696/diffs
 * As requested in:
 *  https://projekte.sitegeist.de/issues/47019
 */

._keyvisual--topic_1lhn0_116._keyvisual--withoutMobileFallback_1lhn0_176 ._backgroundImage_1lhn0_12 img {
			object-position: 95%;
			background-position: 95% !important;
		}

@media print {
	._keyvisual_1lhn0_1 {
		height: 360px !important;
		background-color: #fff !important;
	}

		._keyvisual_1lhn0_1 ._backgroundImage_1lhn0_12 {
			display: none;
		}

		._keyvisual_1lhn0_1 ._content_1lhn0_58 {
			margin-top: 40px;
		}
}

._languageMenu_1n773_1 {
	cursor: pointer;
	position: relative;
	height: 100%;
    line-height: 0;
}

._languageMenu_1n773_1 ._icon_1n773_7 {
		font-size: 1.3em;
	}

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

	._languageMenu_1n773_1 {
		display: flex;
		align-items: center;
	}
}

._languageMenu_1n773_1 ul {
		display: none;
		color: white;
		background: #878787;
		background: var(--color-solid-gray);
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		right: 0;
		min-width: 200px;
		z-index: 99;
        line-height: normal;
        line-height: initial;
}

._languageMenu_1n773_1 ul li {
			list-style: none;
			margin-bottom: 0;
			padding: 10px;
		}

._languageMenu_1n773_1 ul li a {
				color: white;
				text-align: right;
				display: block
			}

._languageMenu_1n773_1 ul li a:hover {
	text-decoration: underline;
}

._languageMenu_1n773_1:hover ul {
			display: block;
}

._languageMenu_1n773_1 > * {
		vertical-align: middle;
}

._arrowDown_1n773_57 {
	margin-left: 5px;
	font-size: 8px;
}

._lightbox_fq8l5_1 {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	padding: 30px 15px;
	display: none;
	visibility: hidden;
	z-index: 998;
	box-sizing: border-box
}

._lightbox_fq8l5_1._active_fq8l5_14 {
	display: block;
	visibility: visible;
}

._content_fq8l5_20 {
	padding: 15px;
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	background: #fff;
	background: var(--color-solid-white);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1439px) {

	._content_fq8l5_20 {
		width: 90%;
	}
}

._content_fq8l5_20 {/*setting the max width to the percentage 1180px of max. 1440px
 */
	max-width: 1180px;
	margin: 0 auto;
}

._content_fq8l5_20 > * {
		max-width: 100%;
		max-height: 100%;
		width: 100%;
		height: 100%;
		border: none;
}

._closeBtn_fq8l5_47 {
	position: absolute;
	top: 5px;
	right: 5px;
	font-weight: 700;
	color: #f8f8f8;
	color: var(--color-solid-lighter-gray);
}

.slbCaption {
	text-overflow: ellipsis;
}

@media screen and (min-width: 1025px) {

	.slbCaption {
		text-overflow: unset;
		white-space: unset;
		overflow: visible;
	}
}

._item_1zawe_1 {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(169, 169, 169, .2);
	border-bottom: 1px solid var(--color-hyphen);
	list-style-type: none
}

._item_1zawe_1:first-child {
	border-top: 1px solid rgba(169, 169, 169, .2);
	border-top: 1px solid var(--color-hyphen);
}

._item_1zawe_1 > a,
	._item_1zawe_1 > span {
		padding: 6px 6px 6px 0;
		display: flex;
		justify-content: space-between;
		vertical-align: middle;
		color: #00b7ff;
		color: var(--color-sycor-blue);
}

._item_1zawe_1 > a span, ._item_1zawe_1 > span span {
			line-height: inherit;
		}

._item_1zawe_1 ._icon-color_1zawe_24::before {
		font-size: 12px;
		color: #00b7ff;
		color: var(--color-sycor-blue);
}

._linkList_nhhfl_1 {
	margin: 0;
	padding: 0;
}

._accordion_pslda_1 {
	overflow: hidden
}

._accordion_pslda_1._item--open_pslda_4 ._if__item__closed_pslda_4,
	._accordion_pslda_1:not(._item--open_pslda_4) ._if__item__open_pslda_5 {
	display: none;
}

._accordion_pslda_1._item--open_pslda_4 {
	color: #00b7ff;
	color: var(--color-sycor-blue);
	border-color: currentColor;
}

._item__head_pslda_15 {
	cursor: pointer;
	z-index: 2;
}

._item__head_pslda_15 a, ._item__head_pslda_15 p {
		font-family: Lato;
		font-size: 16px;
		line-height: 19px;
		font-weight: 400;
		text-transform: uppercase;
		color: currentColor;
		flex: 1
	}

._item__head_pslda_15 a:focus, ._item__head_pslda_15 p:focus {
	outline: 0;
}

._item__head_pslda_15 ._if__item__closed_pslda_4,
	._item__head_pslda_15 ._if__item__open_pslda_5 {
		width: 60px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-right: 20px;
	}

._item__head_pslda_15 ._if__item__closed_pslda_4 ._icon_pslda_41::before, ._item__head_pslda_15 ._if__item__open_pslda_5 ._icon_pslda_41::before {
	color: #878787;
	color: var(--color-solid-gray);
}

._item--open_pslda_4 ._item__contentWrap_pslda_50 {
		padding: 10px 0 !important;
		background-color: #f8f8f8;
		background-color: var(--color-solid-lighter-gray);
	}

._item__contentWrap_pslda_50 {
	display: flex;
	flex-direction: column;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	list-style-type: none;
	max-height: 0;
	transition: max-height 0.2s;
	transition-timing-function: ease-out;
	margin: 0 !important;
}

._item__contentWrap_pslda_50 li {
		display: inline-flex;
		margin: 0 !important;
		padding: 0 !important;
		padding-left: 20px !important;
		border-bottom: none !important;
	}

._item__contentWrap_pslda_50 li a, ._item__contentWrap_pslda_50 li p {
			padding: 10px 20px !important;
			padding: 10px var(--size-grid-gap) !important;
			text-transform: none !important;
			line-height: 19px;
			color: currentColor
		}

._item__contentWrap_pslda_50 li a:focus, ._item__contentWrap_pslda_50 li p:focus {
	outline: 0;
}

@media screen and (min-width: 768px) {
		._item__head_pslda_15 ._if__item__closed_pslda_4,
		._item__head_pslda_15 ._if__item__open_pslda_5 {
			display: none;
		}

		._item__head_pslda_15 a {
			flex: none;
		}

	._item__contentWrap_pslda_50 {
		display: none !important;
	}
}

._item--open_pslda_4 ._item__contentWrap_pslda_50 {
	max-height: 50vh;
	transition: max-height 2s;
	transition-timing-function: ease-out;
}

._active_pslda_111 {
	background: #00b7ff;
	background: var(--color-sycor-blue);
}

._MainNavigation_yvc6b_1 {
    flex-grow: 1;
    color: #878787;
    color: var(--color-solid-gray);
    background-color: #fff;
    background-color: var(--color-solid-white);
    display: flex;
    width: 100%;
    align-items: baseline;
}

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

	._MainNavigation_yvc6b_1 {
		background-color: #f8f8f8;
		background-color: var(--color-solid-lighter-gray);
	}
}

._MainNavigation_yvc6b_1 ._navigationButton_yvc6b_12 {
        padding-bottom: 5px;
        white-space: nowrap;
}

._MainNavigation_yvc6b_1 >ul {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
}

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

	._MainNavigation_yvc6b_1 >ul {
		margin: 0;
		flex-direction: row;
	}
}

._MainNavigation_yvc6b_1 >ul >li {
            margin: 0;
            padding: 0;
            display: inline-flex;
            flex-direction: column;
            justify-content: flex-end;
            border-bottom: 1px solid rgba(169, 169, 169, .2);
            border-bottom: 1px solid var(--color-hyphen);
}

._MainNavigation_yvc6b_1 >ul >li a,
            ._MainNavigation_yvc6b_1 >ul >li p,
            ._MainNavigation_yvc6b_1 >ul >li span {
                display: block;
                padding: 0 20px 20px;
                padding: 0 var(--size-grid-gap) 20px;
            }

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

	._MainNavigation_yvc6b_1 >ul >li a,
            ._MainNavigation_yvc6b_1 >ul >li p,
            ._MainNavigation_yvc6b_1 >ul >li span {
		padding: 0 20px 20px;
	}
}

._MainNavigation_yvc6b_1 >ul >li a ._icon_yvc6b_43, ._MainNavigation_yvc6b_1 >ul >li p ._icon_yvc6b_43, ._MainNavigation_yvc6b_1 >ul >li span ._icon_yvc6b_43 {
                    display: none;
}

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

	._MainNavigation_yvc6b_1 >ul >li {
		border-bottom: 4px solid transparent;
		transition-property: border-color, color;
		transition-duration: 300ms;
	}

	._MainNavigation_yvc6b_1 >ul >li:hover {
		color: #00b7ff;
		color: var(--color-sycor-blue);
		border-color: currentColor;
	}

	._MainNavigation_yvc6b_1 >ul >li:hover [data-flyout-overlay] {
                        display: block;
	}

	._MainNavigation_yvc6b_1 >ul >li {/*&.active {
					[data-flyout-item] {
						display: flex;
					}
				}
 */
	}
}

._overlay_yvc6b_68 {
    display: none;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, 0.43922);
    pointer-events: none
}

._overlay_yvc6b_68._active_yvc6b_58 {
	display: block;
}

@media screen and (max-width: 767px) {
    ._MainNavigation_yvc6b_1 ul {
        display: none;
    }
    ._navigationButton_yvc6b_12 {
        display: none;
    }
    ._item--open_yvc6b_89._MainNavigation_yvc6b_1 ul {
        display: flex;
    }
        ._item--open_yvc6b_89._MainNavigation_yvc6b_1 ul a._active_yvc6b_58,
        ._item--open_yvc6b_89._MainNavigation_yvc6b_1 ul a:hover {
            color: #00b7ff;
            color: var(--color-sycor-blue);
            border-color: currentColor;
        }
}

.iti__flag {
	background-image: url("/_Resources/Static/Packages/Sycor.Site.SycorGroupCom/intl-tel-input/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	  ._iti__flag_8gzd_1 {background-image: url("/_Resources/Static/Packages/Sycor.Site.SycorGroupCom/intl-tel-input/flags@2x.png") !important;
  }
}

._marketingCloudForm_8gzd_10 form > div > div {
        margin-bottom: 10px;
    }

._marketingCloudForm_8gzd_10 label, ._marketingCloudForm_8gzd_10 ._label_8gzd_16 {
        text-transform: none;
    }

._marketingCloudForm_8gzd_10 ._error_8gzd_20 {
        color: red;
        font-style: italic;
        display: block;
    }

._marketingCloudForm_8gzd_10 ._submit_8gzd_26 {
        padding-bottom: 10px;
    }

._marketingCloudForm_8gzd_10 p._required_8gzd_30 {
        font-size: 0.8em;
        color: red;
    }

._marketingCloudForm_8gzd_10 ._message_8gzd_35 {
        text-align: center;
    }

._marketingCloudForm_8gzd_10 ._privacy_8gzd_39 {
        line-height: 1em;
        padding-bottom: 10px;
    }

._marketingCloudForm_8gzd_10 ._privacyLabel_8gzd_44 {
        display: inline;
        text-transform: none;
        font-size: 0.8em;
        line-height: 1em
    }

._marketingCloudForm_8gzd_10 label ._required_8gzd_30 {
        color: red;
    }

._messagebox_t1k1u_1 {
	background-color: #00b7ff;
	background-color: var(--color-sycor-blue);
	color: #fff;
	color: var(--color-solid-white);
	padding: 20px;
}

._messagebox_t1k1u_1 a {
	color: #fff;
	color: var(--color-solid-white);
}

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

	._multicolumn_19jib_1 p {
			padding-right: 30px;
			padding-top: 10px;
	}
}

._navigationEmbed_1tbu9_1 {
	width: 300px;
	line-height: 0;
}

._navigationEmbed_1tbu9_1 img {
		max-width: 100%;
	}

._navigationEmbed_1tbu9_1 ._image_1tbu9_9 {
		padding: 0;
		display: block;
	}

._navigationEmbed_1tbu9_1 ._text_1tbu9_14 {
		margin-top: 10px;
		line-height: normal;
		line-height: initial;
		color: #878787;
		color: var(--color-solid-gray);
		padding: 0 10px;
	}

._navigationEmbed_1tbu9_1 ._cta_1tbu9_20 {
		color: #4a4a4a;
		color: var(--color-solid-dark-gray);
		padding-top: 0;
		margin: auto;
		text-align: center;
		max-width: inherit;
	}

._navigationEmbed_1tbu9_1 ._cta_1tbu9_20 a {
			margin-top: 15px;
			padding: 0 10px 10px;
			display: block;
		}

._navigationEmbed_1tbu9_1 ._cta_1tbu9_20 img {
			margin: 0;
		}

._pageActions_10plz_1 {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 5em;
}

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

	._pageActions_10plz_1 {
		justify-content: flex-start;
		align-items: flex-start;
		margin: 2em 0;
	}
}

._pageActionsItem_10plz_14 {
	position: relative;
	padding: 1em;
	font-size: 2em;
}

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

	._pageActionsItem_10plz_14:first-child {
		padding-left: 0;
	}
}

._pageActionsItem_10plz_14:hover {
	cursor: pointer;
}

._label_10plz_30 {
	display: none;
	pointer-events: none;
	font-size: 14px;
	font-size: var(--size-font-smaller);
}

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

	._label_10plz_30 {
		display: inline-block;
		margin: 0 0 0 1em;
		vertical-align: bottom;
	}
}

._icon_10plz_42 {
	pointer-events: none;
}

._overlay_10plz_46 {
	z-index: 100;
	position: absolute;
	top: -10px;
	left: -20px;
	padding: 5px;
	display: none;
	background: #fff;
	width: 220px
}

._overlay_10plz_46._share_10plz_56 a {
			margin: 0 5px;
			color: #00a2e2;
			color: var(--color-accent-hover);
}

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

	._overlay_10plz_46 {
		top: -20px;
		left: 0;
		padding: 10px;
	}
}

@media screen and (max-width: 767px) {

	._overlay_10plz_46 {
		left: auto;
		right: -50px;
		width: 200px;
	}
}

._isVisible_10plz_76 {
	display: block;
}

._pagination_ntgnb_1 {
	display: inline-flex;
	flex-direction: row;
	list-style-type: none;
	align-items: stretch;
	line-height: 48px;
	line-height: var(--size-font-h1);
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
	border-radius: 4px;
	overflow: hidden;
}

._listItem_ntgnb_12 {
	padding: 0 18px;
	margin: 0;
}

._page_ntgnb_17 a, ._ellipsis_ntgnb_17 a {
		line-height: 48px;
		line-height: var(--size-font-h1);
		color: #878787;
		color: var(--color-solid-gray);
	}

._first_ntgnb_24 {
	/* later */
}

._current_ntgnb_28 {
	background-color: #00b7ff;
	background-color: var(--color-accent-active);
}

._current_ntgnb_28 a {
		color: #fff;
		color: var(--color-solid-white);
	}

._last_ntgnb_36 {
	/* later */
}

._prev_ntgnb_40, ._next_ntgnb_40 {
	width: 95px;
	text-align: center;
}

._prev_ntgnb_40 span::before, ._next_ntgnb_40 span::before {
		color: #878787;
		color: var(--color-solid-gray);
	}

._prev_ntgnb_40 {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

._next_ntgnb_40 {
	border-left: 1px solid rgba(0, 0, 0, .1);
}

._headSection_z8c91_1 {
	position: relative;
	border-bottom: 1px solid rgba(169, 169, 169, .2);
	border-bottom: 1px solid var(--color-hyphen);
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

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

	._headSection_z8c91_1 {
		margin-bottom: 2em;
		padding-bottom: 2em;
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 1440px) {

	._headSection_z8c91_1 {
		padding-bottom: .8em;
	}
}

._headline_z8c91_19 {
	flex-grow: 1;
	margin-bottom: 0;
}

._link_z8c91_24 {
	cursor: pointer;
	display: flex;
	margin-top: .5em;
	text-align: center;
	font-weight: 400;
	align-self: flex-end;
	font-size: 14px;
	font-size: var(--size-font-smaller);
	color: #00b7ff;
	color: var(--color-sycor-blue);
	vertical-align: middle;
	justify-content: center;
}

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

	._link_z8c91_24 {
		position: absolute;
		top: .6em;
		right: 0;
		justify-content: unset;
	}
}

._link_z8c91_24 ._icon_z8c91_43 {
		vertical-align: middle;
		margin-left: 1em;
		line-height: inherit;
		font-size: .7em;
}

._link_z8c91_24 ._icon_z8c91_43::before {
	color: #00b7ff;
	color: var(--color-sycor-blue);
}

._logos_z8c91_55 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

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

	._logos_z8c91_55 {
		flex-direction: row;
	}
}

._logo_z8c91_55 {
	height: 50px;
	opacity: .4;
	margin: 1.5em 0;
}

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

	._logo_z8c91_55 {
		margin: 0 2em;
	}
}

@media print {
	._partner_z8c91_77 {
		display: none !important;
	}
}

._partner_wv0mf_1 {
	flex: 1 0;
	display: flex;
	align-items: center;
}

._partner_wv0mf_1 img {
		filter: grayscale(1) opacity(0.7);
		font-family: "object-fit:contain";
		object-fit: contain;
        width: 100%
	}

._partner_wv0mf_1 img:hover {
	filter: none;
}

._partnerBanner_v8drf_1 {
	padding-top: 1em;
	padding-bottom: 1em;
}

._partnerBanner_v8drf_1 ._logos_v8drf_5 {
		display: flex;
		justify-content: space-between;
		gap: 1em;
		flex-wrap: wrap;
	}

._partnerBanner_v8drf_1 ._subtitle_v8drf_12 {
		text-align: right;
		padding-top: 1em;
	}

._partnerBanner_v8drf_1 ._subtitle_v8drf_12 a::after {
            content: "\E901";
            font-family: 'sycor-iconfont';
            padding-left: 1em;
            font-size: 0.8em;
		}

._item_af7wm_1 {
	display: flex;
	flex-direction: column;
	padding: 5px;
	height: 100%;

	border: 1px solid transparent;
}

._item_af7wm_1 ._iconUri_af7wm_7 {
		margin-top: 20px;
		margin-bottom: 30px;
	}

._item_af7wm_1 ._iconUri_af7wm_7 img {
			width: 80px;
			height: 80px;
		}

._item_af7wm_1 ._headline_af7wm_17 {
		margin: 0 0 10px;
	}

._item_af7wm_1 ._icon_af7wm_7 {
		vertical-align: middle;
		margin-left: .5em;
		line-height: inherit;
		font-size: .8em
	}

._item_af7wm_1 ._icon_af7wm_7::before {
	color: #00b7ff;
	color: var(--color-sycor-blue);
}

._item_af7wm_1 ._icon_af7wm_7._darkicon_af7wm_31::before {
	color: white;
}

a ._item_af7wm_1 {
	border: 1px solid rgba(169, 169, 169, .2);
	border: 1px solid var(--color-hyphen);
	transition: box-shadow 0.2s
}

a ._item_af7wm_1:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

a ._item_af7wm_1 ._linkLabel_af7wm_48 {
		color: #00b7ff;
		color: var(--color-sycor-blue);
}

a ._item_af7wm_1 ._linkLabel_af7wm_48._darkLink_af7wm_50 {
	color: white;
}

._dark_af7wm_31 {
	color: #fff;
	color: var(--color-solid-white);
}

._link_af7wm_48,
._link_af7wm_48:hover,
._link_af7wm_48:focus,
._link_af7wm_48:visited,
._link_af7wm_48:active {
	color: #878787;
	color: var(--color-solid-gray);
}

@media print {
	._icon_af7wm_7::before {
		color: black;
	}
	._icon_af7wm_7._darkicon_af7wm_31::before {
		color: black;
	}

	._dark_af7wm_31 {
		color: black;
	}
}

._portfolio_1ag5u_1 {
	text-align: center;
}

._portfolio_1ag5u_1 h2 {
		line-height: 40px;
	}

._portfolio_1ag5u_1 ._gridTextAlign_1ag5u_8 {
		justify-content: space-around;
	}

._portfolio_1ag5u_1._darkstyle_1ag5u_12 {
	background: #4a4a4a;
	background: var(--color-solid-dark-gray);
	color: #878787;
	color: var(--color-solid-gray);
}

._portfolio_1ag5u_1._darkstyle_1ag5u_12 ._whiteFont_1ag5u_16 *.smalltext {
	color: #878787;
	color: var(--color-solid-gray);
}

._white_1ag5u_16 {
	color: #fff;
	color: var(--color-solid-white);
}

@media print {
	._item_1ag5u_29 {
		background-color: rgb(97, 108, 119) !important;
		width: 30% !important;
	}
}

._quickSearch_oha4p_1 {
	position: relative;
}

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

	._quickSearch_oha4p_1 {
		height: 56px;
		height: calc(2 * var(--size-line-height-base));
	}
}

@media screen and (min-width: 1440px) {

	._quickSearch_oha4p_1 {
		width: 285px;
		margin-right: 48px;
	}
}

._blockScrollOnBody_oha4p_14 {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	overflow-y: scroll;
}

._toggle_oha4p_21 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	width: calc(2 * var(--size-line-height-base));
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

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

	._toggle_oha4p_21 {
		position: relative;
		z-index: 1;
		height: 56px;
		height: calc(2 * var(--size-line-height-base));
	}
}

@media screen and (min-width: 1440px) {

	._toggle_oha4p_21 {
		display: none;
	}
}

._input_oha4p_42 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	font-size: var(--size-font-base);
	height: 84px;
	height: calc(3 * var(--size-line-height-base));
	background-color: #fff;
	background-color: var(--color-solid-white);
	border: 1px solid rgba(169, 169, 169, .3);
	border-radius: 4px;
	transform: scale(0);
	transition: transform .1s;
}

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

	._input_oha4p_42 {
		position: absolute;
		top: 0;
		right: 0;
		left: auto;
		width: calc(100vw - 480px);
		height: 56px;
		height: calc(2 * var(--size-line-height-base));
		max-width: 285px;
		background-color: transparent;
		border-color: transparent;
		transform: scale(1);
		transition: background-color .1s, border-color .1s;
	}
}

@media screen and (min-width: 1440px) {

	._input_oha4p_42 {
		position: relative;
		width: 285px;
		transform: scale(1);
		transition: none;
		background-color: #fff;
		background-color: var(--color-solid-white);
		border-color: rgba(169, 169, 169, .3);
		margin-right: 48px;
	}

	._input_oha4p_42:focus {
		position: relative;
	}
}

._input_oha4p_42 > ._autocomplete_oha4p_83,
	._input_oha4p_42 > ._field_oha4p_84 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding-left: 20px;
		padding-left: var(--size-grid-gap);
}

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

	._input_oha4p_42 > ._autocomplete_oha4p_83,
	._input_oha4p_42 > ._field_oha4p_84 {
		transform: scaleX(0);
		transform-origin: 100% 0;
		transition: transform .1s;
	}
}

@media screen and (min-width: 1440px) {

	._input_oha4p_42 > ._autocomplete_oha4p_83,
	._input_oha4p_42 > ._field_oha4p_84 {
		transform: none;
		transition: none;
	}
}

._input_oha4p_42 > ._autocomplete_oha4p_83 {
		top: 23px;
}

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

	._input_oha4p_42 > ._autocomplete_oha4p_83 {
		top: 11px;
	}
}

._input_oha4p_42 > ._field_oha4p_84 {
		background: transparent;
		border: none;
}

._input_oha4p_42 > ._field_oha4p_84::-ms-clear {
	display: none;
}

._input_oha4p_42 > ._button_oha4p_121 {
		position: absolute;
		top: 0;
		right: 0;
		width: 84px;
		width: calc(3 * var(--size-line-height-base));
		height: 100%;
		background: transparent;
		border: none;
		font-size: 24px;
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
}

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

	._input_oha4p_42 > ._button_oha4p_121 {
		display: none;
		width: 56px;
		width: calc(2 * var(--size-line-height-base));
	}
}

@media screen and (min-width: 1440px) {

	._input_oha4p_42 > ._button_oha4p_121 {
		display: flex;
	}
}

._resultsVisible_oha4p_146 ._input_oha4p_42 {
	border-radius: 4px 4px 4px 0;
}

._toggleState_oha4p_150 {
	display: none
}

._toggleState_oha4p_150:checked + ._input_oha4p_42 {
			transform: scale(1);
			z-index: 10;
}

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

	._toggleState_oha4p_150:checked + ._input_oha4p_42 {
		background-color: #fff;
		background-color: var(--color-solid-white);
		border-color: rgba(169, 169, 169, .3);
	}

	._toggleState_oha4p_150:checked + ._input_oha4p_42 > ._autocomplete_oha4p_83,
				._toggleState_oha4p_150:checked + ._input_oha4p_42 > ._field_oha4p_84 {
					transform: scaleX(1);
	}

	._toggleState_oha4p_150:checked + ._input_oha4p_42 > ._button_oha4p_121 {
					display: flex;
	}
}

@media screen and (min-width: 1440px) {

	._toggleState_oha4p_150:checked + ._input_oha4p_42 > ._autocomplete_oha4p_83,
				._toggleState_oha4p_150:checked + ._input_oha4p_42 > ._field_oha4p_84 {
					transform: none;
	}
}

._toggleState_oha4p_150:checked ~ ._toggle_oha4p_21 {
			position: fixed;
			top: 56px;
			top: calc(2 * var(--size-line-height-base));
			left: 0;
			width: 100%;
			height: calc(100vh - 56px);
			height: calc(100vh - 2 * var(--size-line-height-base));
			z-index: -1;
}

._results_oha4p_146 {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 84px;
	top: calc(3 * var(--size-line-height-base));
	left: 0;
	width: 100%;
	max-height: calc(100vh - 56px);
	max-height: calc(100vh - 2 * var(--size-line-height-base));
	background-color: #fff;
	background-color: var(--color-solid-white);
	transform: scaleY(0);
	transform-origin: 0 0;
	transition: transform .1s;
	z-index: 10
}

._results_oha4p_146._isVisible_oha4p_205 {
	transform: scaleY(1);
}

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

	._results_oha4p_146 {
		position: absolute;
		top: 100%;
		left: -414px;
		padding-top: 1px;
		margin-top: -1px;
		width: 740px;
		max-height: 75vmin;
		border: 1px solid rgba(169, 169, 169, .3);
		border-radius: 4px 0 4px 4px;
	}
}

@media screen and (min-width: 1440px) {

	._results_oha4p_146 {
		left: -130px;
	}
}

._results_oha4p_146 {/*IE 11 does not understand max-height in this context
 */
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {

	._results_oha4p_146 {
		height: 75vmin;
	}
}

._input_oha4p_42:focus + ._results_oha4p_146 {
	display: block;
}

._list_oha4p_235 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

._item_oha4p_241 {
	margin: 0;
}

._close_oha4p_245 {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

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

	._close_oha4p_245 {
		top: 20px;
		right: 20px;
		font-size: 16px;
	}
}

._suggestions_oha4p_261,
._cluster_oha4p_262 {
	border-bottom: 1px solid #a9a9a9;
	border-bottom: 1px solid var(--color-solid-light-gray);
	display: none
}

._suggestions_oha4p_261._isVisible_oha4p_205, ._cluster_oha4p_262._isVisible_oha4p_205 {
	display: block;
}

._suggestions_oha4p_261:last-child, ._cluster_oha4p_262:last-child {
	border-bottom: none;
}

._suggestions_oha4p_261 {
	flex-shrink: 0;
	padding: 20px;
	padding: var(--size-grid-gap);
}

._suggestions_oha4p_261 > ._label_oha4p_279 {
		margin-right: 1em;
	}

._suggestions_oha4p_261 > ._list_oha4p_235 {
		display: inline-flex;
		flex-wrap: wrap;
		max-height: 56px;
		max-height: calc(2 * var(--size-line-height-base));
		overflow: hidden;
	}

@media screen and (min-width: 1440px) {

	._suggestions_oha4p_261 > ._list_oha4p_235 {
		padding-right: 46px;
	}
}

._suggestions_oha4p_261 > ._list_oha4p_235 > ._item_oha4p_241 {
			cursor: pointer;
			margin-right: 1em;
			color: #00b7ff;
			color: var(--color-sycor-blue);
}

._suggestions_oha4p_261 > ._list_oha4p_235 > ._item_oha4p_241:hover {
	color: #00a2e2;
	color: var(--color-accent-hover);
}

._clusters_oha4p_305 {
	overflow-y: scroll;
}

._cluster_oha4p_262 > ._title_oha4p_310 {
		display: block;
		padding: 20px;
		padding: var(--size-grid-gap);
		text-transform: uppercase;
	}

._cluster_oha4p_262 > ._title_oha4p_310 > ._link_oha4p_315 {
			margin-left: .4em;
			text-transform: none;
		}

._cluster_oha4p_262 > ._list_oha4p_235 > ._item_oha4p_241 {
			padding: 20px;
			padding: var(--size-grid-gap);
			border-top: 1px solid rgba(169, 169, 169, .3)
		}

._cluster_oha4p_262 > ._list_oha4p_235 > ._item_oha4p_241:first-child {
	border-top: none;
}

._result_oha4p_146 {
	display: block;
	color: #878787 !important;
	color: var(--color-solid-gray) !important;
	padding-bottom: 20px;
	padding-bottom: var(--size-grid-gap)
}

._result_oha4p_146:hover {
	color: #878787;
	color: var(--color-solid-gray);
}

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

	._result_oha4p_146 {
		display: flex;
		padding-bottom: 0;
	}
}

._result_oha4p_146 > ._head_oha4p_347 {
		display: flex;
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
}

._result_oha4p_146 > ._head_oha4p_347:not(.references) {
	display: none;
}

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

	._result_oha4p_146 > ._head_oha4p_347 {
		margin-bottom: 0;
		flex-grow: 0;
		flex-shrink: 0;
		width: 112px;
		width: calc(4 * var(--size-line-height-base));
		height: 112px;
		height: calc(4 * var(--size-line-height-base));
		margin-right: 20px;
		margin-right: var(--size-grid-gap);
	}
}

._result_oha4p_146 > ._head_oha4p_347 > ._image_oha4p_364 {
			flex-grow: 0;
			flex-shrink: 0;
			width: 84px;
			width: calc(3 * var(--size-line-height-base));
			height: 84px;
			height: calc(3 * var(--size-line-height-base));
			margin-right: 20px;
			margin-right: var(--size-grid-gap);
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
}

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

	._result_oha4p_146 > ._head_oha4p_347 > ._image_oha4p_364 {
		width: 112px;
		width: calc(4 * var(--size-line-height-base));
		height: 112px;
		height: calc(4 * var(--size-line-height-base));
		margin-right: 0;
	}
}

._result_oha4p_146 > ._head_oha4p_347 > ._placeholder_oha4p_381 {
			display: none;
}

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

	._result_oha4p_146 > ._head_oha4p_347 > ._placeholder_oha4p_381 {
		display: block;
		margin-right: 20px;
		margin-right: var(--size-grid-gap);
		width: 112px;
		width: calc(4 * var(--size-line-height-base));
		height: 112px;
		height: calc(4 * var(--size-line-height-base));
		background-image: url(/_Resources/Static/Packages/Sycor.Styleguide/Images/logo-compact.svg);
		background-size: 56px auto;
		background-size: calc(2 * var(--size-line-height-base)) auto;
		background-repeat: no-repeat;
		background-color: white;
		background-position: center;
	}
}

._result_oha4p_146 > ._head_oha4p_347 > ._title_oha4p_310 {
			font-weight: bold;
			align-self: center;
}

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

	._result_oha4p_146 > ._head_oha4p_347 > ._title_oha4p_310 {
		display: none;
	}
}

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

	._result_oha4p_146 > ._body_oha4p_407:not(.references) {
		max-width: 100%;
	}
}

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

	._result_oha4p_146 > ._body_oha4p_407.references {
		max-width: calc(100% - 116px);
	}
}

._result_oha4p_146 > ._body_oha4p_407 > ._title_oha4p_310 {
			display: none;
}

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

	._result_oha4p_146 > ._body_oha4p_407 > ._title_oha4p_310 {
		display: block;
		font-weight: bold;
	}
}

._result_oha4p_146 > ._body_oha4p_407 > ._description_oha4p_429 {
			position: relative;
			display: flex;
}

._result_oha4p_146 > ._body_oha4p_407 > ._description_oha4p_429 p {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				text-align: justify;
				max-width: 80%;
			}

._result_oha4p_146 > ._body_oha4p_407 > ._description_oha4p_429 > ._more_oha4p_441 {
				display: inline-block;
				margin-left: 1em;
				color: #00b7ff;
				color: var(--color-sycor-blue);
			}

._cluster_oha4p_262 > ._list_oha4p_235 > ._item_oha4p_241:last-child > ._result_oha4p_146 {
	padding-bottom: 0;
}

._contact_oha4p_454 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #878787 !important;
	color: var(--color-solid-gray) !important;
	padding-bottom: 20px;
	padding-bottom: var(--size-grid-gap);
}

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

	._contact_oha4p_454 {
		flex-direction: row;
		align-items: stretch;
		text-align: left;
	}
}

._contact_oha4p_454 > ._image_oha4p_364,
	._contact_oha4p_454 > ._placeholder_oha4p_381 {
		flex-grow: 0;
		flex-shrink: 0;
		width: 112px;
		width: calc(4 * var(--size-line-height-base));
		height: 112px;
		height: calc(4 * var(--size-line-height-base));
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
}

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

	._contact_oha4p_454 > ._image_oha4p_364,
	._contact_oha4p_454 > ._placeholder_oha4p_381 {
		margin-right: 20px;
		margin-right: var(--size-grid-gap);
		margin-bottom: 0;
	}
}

._contact_oha4p_454 > ._image_oha4p_364 {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
}

._contact_oha4p_454 > ._placeholder_oha4p_381 {
		background-image: url(/_Resources/Static/Packages/Sycor.Styleguide/Images/logo-compact.svg);
		background-size: 56px auto;
		background-size: calc(2 * var(--size-line-height-base)) auto;
		background-repeat: no-repeat;
		background-color: white;
		background-position: center;
}

._contact_oha4p_454 > ._body_oha4p_407 {
		width: 200px;
		margin-bottom: 20px;
		margin-bottom: var(--size-grid-gap);
}

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

	._contact_oha4p_454 > ._body_oha4p_407 {
		margin-bottom: 0;
	}
}

._contact_oha4p_454 > ._body_oha4p_407 > ._name_oha4p_504 {
			font-weight: bold;
}

._contact_oha4p_454 > ._contactIndicator_oha4p_509 {
		display: flex;
		align-items: center;
}

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

	._contact_oha4p_454 > ._contactIndicator_oha4p_509 {
		padding-left: 20px;
		padding-left: var(--size-grid-gap);
	}
}

._contact_oha4p_454 > ._contactIndicator_oha4p_509 > ._label_oha4p_279 {
			border: 1px solid currentColor;
			border-radius: 4px;
			padding: 9px;
			padding: calc(var(--size-font-base) / 2);
}

._cluster_oha4p_262 > ._list_oha4p_235 > ._item_oha4p_241:last-child > ._contact_oha4p_454 {
	padding-bottom: 0;
}

._serviceNavigation_ssyl0_1 {
	display: none;
}

._serviceNavigation_ssyl0_1 ul {
		height: 100%;
		margin: 0;
		padding: 0;
	}

._serviceNavigation_ssyl0_1 ul li {
			display: inline-block;
			margin: 0 28px 0;
			margin: 0 var(--size-line-height-base) 0;
		}

._serviceNavigation_ssyl0_1 ul li a {
				font-family: Lato;
				font-size: 16px;
				font-weight: 400;
				line-height: 19px;
				text-transform: uppercase;
				color: #878787;
				color: var(--color-solid-gray);
			}

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

	._serviceNavigation_ssyl0_1 {
		display: block;
	}
}

._side-panel_o550s_1 {
    position: fixed;
    z-index: 999;
    opacity: 1;

    --side-panel-width: 400px;
    --trigger-size: 65px;
}

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

	._side-panel_o550s_1 {
		--trigger-size: 100px;
	}
}

._fade_o550s_14 {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 199;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

._fade_o550s_14._open_o550s_24 {
	display: block;
}

._trigger_o550s_29 {
    position: fixed;
    z-index: 202;
    right: 1rem;
    margin: auto 0;

    top: calc(100% - var(--trigger-size) - 1rem);
}

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

	._trigger_o550s_29 {
		top: calc(50% - var(--trigger-size) / 2);
	}
}

._trigger_o550s_29 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: transform 0.5s;
}

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

	._trigger_o550s_29._open_o550s_24 {
		transform: translateX(calc(-1 * var(--side-panel-width)));
	}
}

._trigger_o550s_29 button {
        all: unset;
        transition: transform 0.2s;
        width: var(--trigger-size);
        height: var(--trigger-size);
}

._trigger_o550s_29 button img {
            width: 100%;
        }

._trigger_o550s_29 button:hover {
	cursor: pointer;
	transform: scale(1.05);
}

._content-container_o550s_68 {
    position: fixed;
    display: flex;
    z-index: 203;
    right: 0;
    top: 0;
    align-items: center;
    height: 100%;
    transform: translateX(var(--side-panel-width));
    width: min(90vw, var(--side-panel-width));

    transition: transform 0.5s
}

._content-container_o550s_68._open_o550s_24 {
	transform: translateX(0);
}

._content-container_o550s_68._open_o550s_24 ._content_o550s_68 {
            box-shadow: 0 0 10px 0 rgba(74, 74, 74, 0.25);
}

._content-container_o550s_68 ._content_o550s_68 {
        position: relative;
        background-color: white;
        padding: 1rem;
        min-height: 12rem;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
        border-radius: 0.5rem 0 0 0.5rem;
}

._button_o550s_101 {
    padding: 1rem;
    width: 100%;
}

._closeButton_o550s_106 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

._closeButton_o550s_106 img {
        width: 100%;
        height: 100%;
    }

._sidepanelContact_161tw_1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 100px;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 1rem;

    border: 1px solid #00b7ff;

    border: 1px solid var(--color-sycor-blue);
    border-radius: .5rem;
    padding: 1rem;
}

._sidepanelContact_161tw_1 ._buttonLink_161tw_11 {
        grid-row: 2;
        grid-column: 1 / -1;
    }

._sidepanelContact_161tw_1 ._buttonLink_161tw_11 ._button_161tw_11 {
            padding: 1rem;
            width: 100%;
        }

._sidepanelContact_161tw_1 + ._sidepanelContact_161tw_1 {
        margin-top: 1rem;
    }

._columnSlider_1kww6_1 {
	/* placeholder */
}

span._item_8kity_1,
a._item_8kity_1 {
	border: 1px solid rgba(169, 169, 169, .2);
	border: 1px solid var(--color-hyphen);
	padding: 20px;
	padding: var(--size-grid-gap);
	height: 100%;
	display: block;
	color: #878787;
	color: var(--color-solid-gray);
	transition: box-shadow 0.2s
}

span._item_8kity_1:hover, a._item_8kity_1:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

._imagewrapper_19m5d_1 {
	position: relative;
}

._keyvisualSlider_snwkh_1 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 100%;
	height: 640px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

._keyvisualSlider_snwkh_1 ._backgroundVideo_snwkh_11,
	._keyvisualSlider_snwkh_1 ._backgroundImage_snwkh_12 {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		height: 100%;
		z-index: 0;
	}

._keyvisualSlider_snwkh_1 ._videoWrapper_snwkh_21 {
		width: 100%;
		height: 100%;
		position: absolute
	}

._keyvisualSlider_snwkh_1 ._videoWrapper_snwkh_21 > iframe {
	width: 1440px;
	height: 810px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

._keyvisualSlider_snwkh_1 ._backgroundVideo_snwkh_11 {
		pointer-events: none;
	}

._keyvisualSlider_snwkh_1 ._playerOverlay_snwkh_39 {
		background: rgba(0, 0, 0, 0.41176);
		height: 100%;
		width: 100%;
		position: absolute;
	}

._grid_snwkh_47 {
	width: 95%;
}

@media screen and (min-width: 1440px) {

	._grid_snwkh_47 {
		width: 100%;
	}
}

._grid_snwkh_47 ._item_snwkh_54 {
		z-index: 1;
		display: flex;
		flex-direction: column;
		/* justify-content: space-between; */
		justify-content: flex-end;
		min-height: 400px;
}

._grid_snwkh_47 ._item_snwkh_54._white_snwkh_62 {
	color: #fff;
	color: var(--color-solid-white);
}

._grid_snwkh_47 ._item_snwkh_54._darkGray_snwkh_66 {
	color: #4a4a4a;
	color: var(--color-solid-dark-gray);
}

._grid_snwkh_47 ._item_snwkh_54._gray_snwkh_70 {
	color: #878787;
	color: var(--color-solid-gray);
}

._grid_snwkh_47 ._item_snwkh_54 ._headline_snwkh_74 {
			font-size: 24px;
			line-height: 30px;
			text-align: center;
			max-width: 480px;
			padding-bottom: 25px;
}

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

	._grid_snwkh_47 ._item_snwkh_54 ._headline_snwkh_74 {
		font-size: 48px;
		line-height: 43px;
		margin: 0 !important;
		text-align: left;
	}
}

._grid_snwkh_47 ._item_snwkh_54 ._text_snwkh_89 {
			margin: 0 2em !important;
			max-width: 480px;

			padding-bottom: 25px;
}

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

	._grid_snwkh_47 ._item_snwkh_54 ._text_snwkh_89 {
		margin: 0 !important;
	}
}

._grid_snwkh_47 ._item_snwkh_54 ._text_snwkh_89 ul li {
					padding-left: 1em;
				}

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

	._grid_snwkh_47 ._item_snwkh_54 ._buttonWrapper_snwkh_106 {
		margin: 0 !important;
	}
}

._grid_snwkh_47 ._item_snwkh_54 ._cta_snwkh_111 {
			margin: 9px 9px 0 0;
}

@media print {
		._keyvisualSlider_snwkh_1 ._backgroundImage_snwkh_12,
		._keyvisualSlider_snwkh_1 img {
			display: none !important;
		}
}

@media screen and (max-width: 1439px) {

	._grid_1578f_1 > * {
			width: 100%;
	}
}

._text_1578f_9 {
	text-align: center;
}

._text_1578f_9 p {
		font-size: 18px;
		line-height: 30px;
	}

._text_1578f_9 ._quote_1578f_17 {
		margin-top: 1em;
		color: #a9a9a9;
		color: var(--color-solid-light-gray);
		font-style: italic;
	}

@media screen and (min-width: 1440px) {

	._text_1578f_9 ._quote_1578f_17 {
		margin-top: unset;
	}
}

._text_1578f_9 ._quoteWriter_1578f_27 {
		display: inline-block;
		margin-top: 1em;
}

@media screen and (min-width: 1440px) {

	._text_1578f_9 ._quoteWriter_1578f_27 {
		margin-top: 2em;
	}
}

._textWithImage_1578f_37 {
	text-align: left;
}

@media print {
	._text_1578f_9 {
		color: black !important;
		font-size: 12px !important;
		line-height: 16px !important;
	}

		._text_1578f_9 p {
			font-size: 12px !important;
			line-height: 16px !important;
		}
}

@keyframes _prevArrow_1vqkq_1 {
	from {
		transform: translateX(0px);
	}
	to {
		transform: translateX(-10px);
	}
}

@keyframes _nextArrow_1vqkq_1 {
	from {
		transform: translateX(0px);
	}
	to {
		transform: translateX(10px);
	}
}

._slider_1vqkq_18 {
	width: 80%;
	max-width: 1200px;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

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

	._slider_1vqkq_18 {
		width: 92%;
	}
}

@media screen and (min-width: 1440px) {

	._slider_1vqkq_18 {
		width: 100%;
	}
}

._slider_1vqkq_18 ._slides_1vqkq_33 {
		padding: 0;
		margin: 0;
		display: flex;
		flex-direction: row;
}

._slider_1vqkq_18 ._slide_1vqkq_18 {
		position: relative;
		flex: 0 0 100%;
		vertical-align: top;
		width: 100%;
		padding: 0 10px;
		margin: 0;
		list-style-type: none;
}

._slider_1vqkq_18._SMALL_1vqkq_50 {/*small
 */
}

._slider_1vqkq_18._MEDIUM_1vqkq_54 ._slide_1vqkq_18 {
			flex: 0 0 50%;
}

._slider_1vqkq_18._LARGE_1vqkq_60 ._slide_1vqkq_18 {
	flex: 0 0 auto;
	width: 33.33%;
}

._slider_1vqkq_18._CENTERSLIDER_1vqkq_65 ul {
	justify-content: center;
}

._slider_1vqkq_18 ._frame_1vqkq_69 {
		position: relative;
		overflow: hidden;
		white-space: nowrap;
		width: 100%;
		margin: 0 auto;
		padding: 10px 0;
}

._slider_1vqkq_18 ._frame_1vqkq_69._noPadding_1vqkq_77 {
	padding: 0;
}

._slider_1vqkq_18 ._frame_1vqkq_69 div {
			white-space: normal;
			/* margin: 0 auto; */
}

._slider_1vqkq_18 ._prev_1vqkq_87,
	._slider_1vqkq_18 ._next_1vqkq_88 {
		position: absolute;
		width: 8%;
		top: 0;
		bottom: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		font-size: 28px;
}

._slider_1vqkq_18 ._prev_1vqkq_87 ._icon-color_1vqkq_98::before, ._slider_1vqkq_18 ._next_1vqkq_88 ._icon-color_1vqkq_98::before {
			color: #878787;
			color: var(--color-solid-gray);
		}

._slider_1vqkq_18 ._prev_1vqkq_87._next_1vqkq_88, ._slider_1vqkq_18 ._next_1vqkq_88._next_1vqkq_88 {
	right: -9%;
	animation: _nextArrow_1vqkq_1 2s ease-in-out infinite;
	animation-direction: alternate;
}

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

	._slider_1vqkq_18 ._prev_1vqkq_87._next_1vqkq_88, ._slider_1vqkq_18 ._next_1vqkq_88._next_1vqkq_88 {
		right: -7%;
	}
}

._slider_1vqkq_18 ._prev_1vqkq_87._prev_1vqkq_87, ._slider_1vqkq_18 ._next_1vqkq_88._prev_1vqkq_87 {
	left: -9%;
	animation: _prevArrow_1vqkq_1 2s ease-in-out infinite;
	animation-direction: alternate;
}

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

	._slider_1vqkq_18 ._prev_1vqkq_87._prev_1vqkq_87, ._slider_1vqkq_18 ._next_1vqkq_88._prev_1vqkq_87 {
		left: -7%;
	}
}

._slider_1vqkq_18 ._dots_1vqkq_123 {
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin: 0;
		padding: 0;
		width: 100%;
}

._slider_1vqkq_18 ._dots_1vqkq_123._hidden_1vqkq_136,
		._slider_1vqkq_18 ._dots_1vqkq_123._dots_1vqkq_123:empty,
		._slider_1vqkq_18 ._prev_1vqkq_87._hidden_1vqkq_136,
		._slider_1vqkq_18 ._prev_1vqkq_87._dots_1vqkq_123:empty,
		._slider_1vqkq_18 ._next_1vqkq_88._hidden_1vqkq_136,
		._slider_1vqkq_18 ._next_1vqkq_88._dots_1vqkq_123:empty {
	display: none;
}

._slider_1vqkq_18 ._dot_1vqkq_123 {
		background-color: var(--color-white);
		border: 1px solid #878787;
		border: 1px solid var(--color-solid-gray);
		border-radius: 3px;
		display: inline-block;
		height: 16px;
		width: 16px;
		margin: 0 3px;
		cursor: pointer;
}

._slider_1vqkq_18 ._dot_1vqkq_123._active_1vqkq_152 {
	background-color: #878787;
	background-color: var(--color-solid-gray);
}

/* configurations for full stage width */

._slider_1vqkq_18._hasStageWidth_1vqkq_159 {
	width: 100%;
	max-width: 1440px;
	position: relative;
}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._slide_1vqkq_18 {
		padding: 0;
	}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._frame_1vqkq_69 {
		width: 100%;
	}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._prev_1vqkq_87,
	._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._next_1vqkq_88 {
		bottom: 0;
	}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._prev_1vqkq_87 ._icon-color_1vqkq_98::before, ._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._next_1vqkq_88 ._icon-color_1vqkq_98::before {
			color: #fff;
			color: var(--color-solid-white);
		}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._prev_1vqkq_87 {
		left: 0;
	}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._next_1vqkq_88 {
		right: 0;
	}

._slider_1vqkq_18._hasStageWidth_1vqkq_159 ._dots_1vqkq_123 {
		position: absolute;
		bottom: 20px;
	}

@media print {
	._slider_1vqkq_18 {
		width: 95% !important;
		max-width: 100% !important;
	}
}

._grid_o5apx_1 {
	width: 80%;
}

@media screen and (min-width: 1440px) {

	._grid_o5apx_1 {
		width: 95%;
	}
}

._headSection_o5apx_9 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

._headSection_o5apx_9 ._headline_o5apx_15 {
		flex-grow: 1;
		text-align: center;
	}

._headSection_o5apx_9 ._text_o5apx_20 {
		flex-grow: 1;
		text-align: center;
		margin-bottom: 0;
	}

._headSection_o5apx_9 ._link_o5apx_26 {
		cursor: pointer;
		display: flex;
		margin-top: 1em;
		text-align: center;
		font-weight: 700;
		align-self: flex-end;
		font-size: 14px;
		font-size: var(--size-font-smaller);
		color: #00b7ff;
		color: var(--color-sycor-blue);
		vertical-align: middle;
	}

@media screen and (min-width: 1440px) {

	._headSection_o5apx_9 ._link_o5apx_26 {
		font-weight: 300;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

._headSection_o5apx_9 ._link_o5apx_26 ._icon_o5apx_44 {
			vertical-align: middle;
			margin-left: 1em;
			line-height: inherit;
			font-size: .7em;
}

._headSection_o5apx_9 ._link_o5apx_26 ._icon_o5apx_44::before {
	color: #00b7ff;
	color: var(--color-sycor-blue);
}

._tabContainer_1hjyf_1 ._tabs_1hjyf_2 {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		margin-top: -20px;
	}

._tabContainer_1hjyf_1 ._tabs_1hjyf_2 > div {
			flex: 1 1 auto;
			text-align: left;
			cursor: pointer;
			min-width: 140px;
			padding: 0 30px 5px 5px;
			margin-top: 20px;
		}

._tabContainer_1hjyf_1 ._tabTitle_1hjyf_19 {
		margin: 0;
	}

._tabContainer_1hjyf_1 ._tab_1hjyf_1 {
		color: #878787;
		color: var(--color-solid-gray);
		transition: color 300ms;
		border-bottom: 2px solid #00b7ff;
		border-bottom: 2px solid var(--color-sycor-blue);
	}

._tabContainer_1hjyf_1 ._activeTab_1hjyf_29 {
		color: #4a4a4a;
		color: var(--color-solid-dark-gray);
		border-bottom: 8px solid #00b7ff;
		border-bottom: 8px solid var(--color-sycor-blue);
		margin-bottom: -6px;
	}

._tabContainer_1hjyf_1 ._contents_1hjyf_35 {
		padding-top: 55px;
	}

._tabContainer_1hjyf_1 ._content_1hjyf_35 {
		opacity: 0;
		height: 0;
		overflow: hidden;
		transition: opacity 300ms, height 100ms;
	}

._tabContainer_1hjyf_1 ._activeContent_1hjyf_46 {
		overflow: visible;
		height: auto;
		opacity: 1;
	}

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

	._tabContainer_1hjyf_1 ._tabs_1hjyf_2 {
			margin-top: 0;
			flex-wrap: nowrap;
	}

			._tabContainer_1hjyf_1 ._tabs_1hjyf_2 > div {
				margin-top: 0;
				flex: 0 1 auto;
			}
}

._teaser_fxbn2_1 {
	height: 100%;
	width: 100%;
	position: relative;
	margin: auto;
	background-color: #fff;
	background-color: var(--color-solid-white);
	border: 1px solid rgba(169, 169, 169, .2);
	border: 1px solid var(--color-hyphen);
	transition: box-shadow 0.2s
}

._teaser_fxbn2_1:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
}

._teaser_fxbn2_1 ._link_fxbn2_14 {
		cursor: pointer;
}

._teaser_fxbn2_1 ._image_fxbn2_18 {
		height: 160px;
}

._teaser_fxbn2_1 ._textbox_fxbn2_22 {
		padding: 8px 20px 20px;
}

._teaser_fxbn2_1 ._textbox_fxbn2_22 ._kicker_fxbn2_25 {
			font-size: 14px;
			line-height: 26px;
			font-weight: 300;
			color: #a9a9a9;
			color: var(--color-solid-light-gray);
		}

._teaser_fxbn2_1 ._textbox_fxbn2_22 ._headline_fxbn2_32 {
			color: #4a4a4a;
			color: var(--color-solid-dark-gray);
			font-family: Lato;
			font-size: 24px;
			line-height: 30px;
			margin-top: 26px;
		}

._teaser_fxbn2_1 ._textbox_fxbn2_22 ._kicker_fxbn2_25 + ._headline_fxbn2_32 {
			margin-top: 0;
		}

._teaser_fxbn2_1 ._textbox_fxbn2_22 ._text_fxbn2_22 {
			margin-top: 9px;
			font-size: 14px;
			line-height: 24px;
			font-weight: 300;
			color: #a9a9a9;
			color: var(--color-solid-light-gray);
		}

._teaser_fxbn2_1 ._textbox_fxbn2_22 ._icon-color_fxbn2_52 {
			margin-left: 10px
		}

._teaser_fxbn2_1 ._textbox_fxbn2_22 ._icon-color_fxbn2_52::before {
	color: #00b7ff;
	color: var(--color-sycor-blue);
}

._filter_zcm09_1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	max-width: 1180px;
}

@media screen and (max-width: 1439px) {

	._filter_zcm09_1 {
		width: 90%;
	}
}

._label_zcm09_13 {
	text-align: center;
	padding: 0 20px 0 0;
	white-space: nowrap;
	margin-bottom: 20px;
}

._selects_zcm09_20 {
	display: flex;
	flex-wrap: wrap;
	background-color: white;
}

._selects_zcm09_20 > * {
		background-color: white;
		width: 100%;
		flex: 0 0 auto;
		margin: 0 10px 50px;
		padding: 10px 10px 12px;
	}

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

	._selects_zcm09_20 > * {
		width: auto;
	}
}

._selects_zcm09_20 select[aria-hidden="true"] {
		opacity: 0;
		display: none;
}

._text_1cbll_1 {
	text-align: center;
}

._teaserList_1cbll_5 {
	visibility: visible;
}

._teaserList_1cbll_5._centered_1cbll_9 {
	justify-content: space-evenly;
}

._hidden_1cbll_13 {
	display: none;
	visibility: hidden;
}

._noResults_1cbll_18 {
	text-align: center;
	padding: 20px;
	width: 100%;
}

._textComponent_vhr6p_1 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

._figure_1f3mr_1 ._ratio_Desktop16x9_Else1x1_1f3mr_2 {
		position: relative;
		height: 0;
		padding-top: 100%;
	}

@media screen and (min-width: 1440px) {

	._figure_1f3mr_1 ._ratio_Desktop16x9_Else1x1_1f3mr_2 {
		padding-top: 56.25%;
	}
}

._figure_1f3mr_1 ._ratio_Desktop16x9_Else1x1_1f3mr_2 img, ._figure_1f3mr_1 ._ratio_Desktop16x9_Else1x1_1f3mr_2 picture {
			font-family: "object-fit:cover";
			object-fit: cover;
			height: 100%;
}

._figure_1f3mr_1 ._ratio_Desktop16x9_Else1x1_1f3mr_2 ._ratiowrapper_1f3mr_16 {
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			width: 100%;
			height: 100%;
}

._todo_1lzrk_1 {
	border: 1px dotted red;
	padding: 20px;
	color: red;
	margin-bottom: 3em;
	background-color: white;
	width: 100%;
}

@media print {
	._todo_1lzrk_1 {
		display: none !important;
	}
}

._topicListItem_8pexy_1 {
	border-top: 2px solid #a9a9a9;
	border-top: 2px solid var(--color-solid-light-gray);
	padding-top: 1.5em;
	margin: 0 15px;
}

@media screen and (min-width: 1440px) {

	._topicListItem_8pexy_1 {
		font-size: 18px;
		font-size: var(--size-font-larger);
	}
}

._topicListItem_8pexy_1 ._icon_8pexy_10 {
		line-height: inherit;
}

._topicListItemLink_8pexy_15 {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	vertical-align: middle;
}

._topicListItemLink_8pexy_15,
._topicListItemLink_8pexy_15 > span,
._topicListItemLink_8pexy_15 > span::before {
	color: #fff !important;
	color: var(--color-solid-white) !important;
}

._topicListItemLink_8pexy_15 > span {
	font-weight: 100;
	font-size: .8em;
	vertical-align: middle;
	margin-left: 1em;
}

@media print {
	._topicListItemLink_8pexy_15,
	._topicListItemLink_8pexy_15 > span,
	._topicListItemLink_8pexy_15 > span::before {
		color: black !important;
		font-size: 12px;
	}
}

._topics_1tmev_6 {
	background-color: #4a4a4a;
	background-color: var(--color-solid-dark-gray);
}

._headline_1tmev_10 {
	max-width: 90%;
	color: #fff;
	color: var(--color-solid-white);
	font-weight: 300;
	margin: 0 auto;
	margin-bottom: .4em;
}

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

	._headline_1tmev_10 {
		max-width: 80%;
		margin-bottom: .7em;
	}
}

._topicList_1tmev_23 {
	justify-content: space-between;
}

@media print {
	._topics_1tmev_6 {
		background-color: white !important;
	}

	._headline_1tmev_10 {
		color: black !important;
	}
}

._hide_11zb8_1 {
	display: none;
}

._typewriter_11zb8_4 {
    min-height: 110px;
    position: relative;
    border: 1px solid white;
    border-radius: .4em;
    padding: 20px;
    margin-bottom: 60px;
    margin-right: 20px;
    font-style: italic
}

._typewriter_11zb8_4::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffffff;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

._footer_ukiem_1 {
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
	font-size: 14px;
	font-size: var(--size-font-smaller);
	padding: 1em;
	width: 100%;
}

._separator_ukiem_8 {
	height: 1px;
	border: none;
	background-color: rgba(169, 169, 169, .2);
	background-color: var(--color-hyphen);
}

._newsletter_ukiem_14 {
	margin-bottom: 0;
}

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

	._newsletter_ukiem_14 {
		margin: 2em 0;
	}
}

._onlyNotOnMobile_ukiem_22 {
	display: none;
}

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

	._onlyNotOnMobile_ukiem_22 {
		display: block;
	}
}

._legalLinks_ukiem_30 {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

	._legalLinks_ukiem_30 {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 3em 0;
		text-align: unset;
	}
}

._legalLinks_ukiem_30 a {
		color: #4a4a4a;
}

._legalLinksList_ukiem_48 {
	margin: 0;
	padding: 0;
}

._legalLinkItem_ukiem_53 {
	list-style-type: none;
	text-align: left;
	margin: .1em auto;
}

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

	._legalLinkItem_ukiem_53 {
		margin: 1em auto;
		display: inline;
		padding: 0 1em;
		border-left: 1px solid #000;
		text-align: center;
	}
}

._legalLinkItem_ukiem_53:first-child {
	padding-left: 0;
	border-left: 0;
}

._socialMediaList_ukiem_72 {
	width: 100%;
	text-align: center;
	padding: 0 3em;
}

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

	._socialMediaList_ukiem_72 {
		width: 378px;/*fixed value derived from former flex approach
 */
		padding: 0;
	}
}

._socialMediaListItem_ukiem_83 {
	display: inline-block;
	width: 25%;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

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

	._socialMediaListItem_ukiem_83 {
		width: 12%;
		padding: 0 .5em;
	}
}

a._socialMediaListItem_ukiem_83 {
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
	font-size: 2em;
}

._socialMediaListItem_ukiem_83:last-child {
	padding-right: 0;
}

._misc_ukiem_105 {
	margin-top: 3em;
}

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

	._misc_ukiem_105 {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 1440px) {

	._misc_ukiem_105 {
		flex-direction: row;
	}
}

._monocle_ukiem_121 {
	font-size: 18px;
	font-size: var(--size-font-base);
	color: #a9a9a9;
	color: var(--color-solid-light-gray);
	margin: 0;
}

._header_a7pjn_1 {
	z-index: 101;
	position: fixed;
	top: 0;
	width: 100%;
	background: #f8f8f8;
	background: var(--color-solid-lighter-gray);
	font-size: 16px;
	transition: top 0.3s
}

._header_a7pjn_1._landingPage_a7pjn_10 {
	position: relative;
}

._header_a7pjn_1 header {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		width: 100%;
		height: 70px;
		margin: 0 auto;
		background: #f8f8f8;
		background: var(--color-solid-lighter-gray);
		max-width: 1440px;
}

._header_a7pjn_1 header._landingPage_a7pjn_10 {
	height: auto;
	padding-bottom: 1em;
	position: relative;
}

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

	._header_a7pjn_1 header {
		height: 130px;
	}
}

@media screen and (min-width: 1440px) {

	._header_a7pjn_1 header {
		height: 160px;
	}
}

._header_a7pjn_1 header > div {
			width: 100%;
			display: flex;
			justify-content: space-between;
			align-items: center;
}

._header_a7pjn_1 header > div:first-child {
	flex-basis: 70px;
	padding: 0 20px 0;
	padding: 0 var(--size-grid-gap) 0;
}

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

	._header_a7pjn_1 header > div:first-child {
		padding: 20px 20px 0;
		padding: var(--size-grid-gap) var(--size-grid-gap) 0;
		flex: 1;
	}
}

._header_a7pjn_1 ._headerServiceMenu_a7pjn_56,
	._header_a7pjn_1 ._headerLogoWrapper_a7pjn_57 {
		display: flex;
		flex-direction: row;
		align-items: center;
}

._header_a7pjn_1 ._headerLogoWrapper_a7pjn_57 {
		align-items: flex-start;
}

._header_a7pjn_1 ._navigationWrap_a7pjn_67 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0;
		position: relative;
}

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

	._header_a7pjn_1 ._navigationWrap_a7pjn_67 {
		background: inherit;
		padding: 10px 10px 0 0;
	}
}

@media screen and (min-width: 1440px) {

	._header_a7pjn_1 ._navigationWrap_a7pjn_67 {
		padding: 10px 0 0
				80px;
		padding: calc(var(--size-grid-gap) / 2) 0 0
				calc(var(--size-grid-gap) * 4);
		flex-direction: row;
	}
}

._header_a7pjn_1 ._sectionTitleLogo_a7pjn_87 {
		line-height: 22px;
		font-size: 22px;
		font-weight: 700;
		font-style: italic;
		display: none;
}

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

	._header_a7pjn_1 ._sectionTitleLogo_a7pjn_87 {
		display: block;
		margin-left: 20px;
		margin-left: var(--size-grid-gap);
	}
}

@media screen and (min-width: 1440px) {

	._header_a7pjn_1 ._sectionTitleLogo_a7pjn_87 {
		display: none;
	}
}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: 700;
		background: #00b7ff;
		background: var(--color-sycor-blue);
		color: #fff;
		color: var(--color-solid-white);
		text-align: center;
		line-height: 46px;
}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 ._sectionTitleInner_a7pjn_114 {
			margin-left: 20px;
			margin-left: var(--size-grid-gap);
		}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 ._sectionTitleHomeLink_a7pjn_118 {
			left: 20px;
			left: var(--size-grid-gap);
			top: 4px;
			position: absolute;
		}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 ._sectionTitleHomeLink_a7pjn_118 ._homeIcon_a7pjn_123 {
				margin-right: 20px;
				margin-right: var(--size-grid-gap)
			}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 ._sectionTitleHomeLink_a7pjn_118 ._homeIcon_a7pjn_123::before {
	color: #fff;
}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 ._headerIcon_a7pjn_132 {
			margin-left: 20px;
			margin-left: var(--size-grid-gap)
		}

._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 ._headerIcon_a7pjn_132::before {
	color: currentColor;
}

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

	._header_a7pjn_1 ._sectionTitleMobile_a7pjn_104 {
		display: none;
	}
}

._header_a7pjn_1 ._sectionTitleDesktop_a7pjn_145 {
		display: none;
}

@media screen and (min-width: 1440px) {

	._header_a7pjn_1 ._sectionTitleDesktop_a7pjn_145 {
		display: block;
		width: auto;
		font-style: italic;
		font-size: 26px;
		position: relative;
		bottom: 13px;
		color: #878787;
		color: var(--color-solid-gray);
		background: transparent;
		margin-right: 60px;
		margin-right: calc(var(--size-grid-gap) * 3);
	}
}

/*Header on a Section page - main navigation becomes offscreen navigation and
		section menu gets styles as the primary navigation
 */

._header_a7pjn_1 ._headerWithSubSection_a7pjn_165 {
		height: auto;
}

._header_a7pjn_1 ._headerWithSubSection_a7pjn_165 > div:last-child {
			display: flex;
		}

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

	._header_a7pjn_1 ._headerWithSubSection_a7pjn_165 {
		height: 130px;
	}
}

@media screen and (min-width: 1440px) {

	._header_a7pjn_1 ._headerWithSubSection_a7pjn_165 {
		height: 160px;
	}
}

._header_a7pjn_1 ._socialMediaList_a7pjn_181 {
		display: none;
}

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

	._header_a7pjn_1 ._socialMediaList_a7pjn_181 {
		display: flex;
		padding-right: 0.6em;
	}
}

._header_a7pjn_1 ._socialMediaListItem_a7pjn_190 {
		display: inline-flex;
		padding: 0 0.6em;
		color: #878787;
		color: var(--color-solid-gray);
		font-size: 1.3em;
}

._header_a7pjn_1 ._socialMediaListItem_a7pjn_190 ._icon_a7pjn_196 {
			filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 20%));
		}

._onlyForPrint_a7pjn_202 {
	display: none;
}

@media print {
	._onlyForPrint_a7pjn_202 {
		display: block;
		background-color: white;
	}
}

.betterembed {
    margin: 0 0 1rem;
    max-width: unset !important;
}

.betterembed__media {
    position: relative
}

.betterembed__dialog {
    z-index: 2
}

a.js-betterembed-switch {
    height: 100%;
    display: block;
}

.betterembed__body > :last-child {
    padding-bottom: 0 !important
}

a.js-betterembed-switch:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 213.7 213.7' style='enable-background:new 0 0 213.7 213.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M106.8,3.5C49.7,3.5,3.5,49.7,3.5,106.8c0,57.1,46.2,103.3,103.3,103.3s103.3-46.2,103.3-103.3 C210.1,49.7,163.9,3.5,106.8,3.5z M81.5,149.1V62.5l75,43.3L81.5,149.1z'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 20% auto;
    height: 100%;
    cursor: pointer;
    z-index: 1;
    opacity: .8;
}

a.js-betterembed-switch:hover:after {
    opacity: 1;
}

/* Resize better embed for youtube videos because the returned iframe can have wrong dimensions */

.betterembed__embed > *[src*="youtube"],
 .betterembed__embed > *[src*="vimeo"]{
    aspect-ratio: 16/9;
    height: auto;
}

._page_28nfl_1 {
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
}

._page_28nfl_1 ._pageContent_28nfl_4 {
		max-width: 1440px;
		margin: auto;	
		box-shadow: 0 0 10px 0 rgba(74, 74, 74, 0.25);
		position: relative
	}

._page_28nfl_1 ._pageContent_28nfl_4._stickyHeader_28nfl_10 {
	margin-top: 70px;
}

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

	._page_28nfl_1 ._pageContent_28nfl_4._stickyHeader_28nfl_10 {
		margin-top: 130px;
	}
}

@media screen and (min-width: 1440px) {

	._page_28nfl_1 ._pageContent_28nfl_4._stickyHeader_28nfl_10 {
		margin-top: 160px;
	}
}

._filteredSearch_9f8xt_1 {
	align-items: flex-start;
}

._searchformWrapper_9f8xt_5 {
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
	padding: 67px 0 61px;
	margin-bottom: 69px;
}

._searchformWrapper_9f8xt_5 h1 {
		margin-bottom: 32px;
		margin-bottom: var(--size-font-h2);
		padding: 0 19px;
	}

._searchform_9f8xt_5 {
	margin: 0 auto;
	position: relative;
}

._searchform_9f8xt_5 input {
		background: transparent;
		border: none;
		width: 100%;
		padding: 19px 55px 19px 19px;
		font-size: 32px;
		color: #4a4a4a;
		color: var(--color-solid-dark-gray);
		border-bottom: 2px solid  #00b7ff;
		border-bottom: 2px solid  var(--color-sycor-blue);
	}

._searchform_9f8xt_5 form {
		position: relative;
	}

._searchform_9f8xt_5 button {
		width: 36px;
		height: 36px;
		position: absolute;
		top: 50%;
		margin-top: -18px;
		right: 10px;
		background: transparent;
		border: none;
		font-size: 28px;
		line-height: 28px;
	}

._searchform_9f8xt_5 button span::before {
			color: #878787;
			color: var(--color-solid-gray);
		}

._filter_9f8xt_1 {
	margin-top: 50px;
	background-color: #f8f8f8;
	background-color: var(--color-solid-lighter-gray);
	padding-bottom: 30px;
}

._filter_9f8xt_1 h2 {
		border-bottom: 1px solid #a9a9a9;
		border-bottom: 1px solid var(--color-solid-light-gray);
		padding: 19px;
		font-size: 18px;
		font-size: var(--size-font-h4);
		font-weight: bold;
	}

._filter_9f8xt_1 ul {
		list-style: none;
		padding: 0 20px;
	}

._filter_9f8xt_1 ul li {
			margin-bottom: 18px;
			margin-bottom: var(--size-font-base);
		}

._filter_9f8xt_1 ul a {
			color: #4a4a4a;
			color: var(--color-solid-dark-gray)
		}

._filter_9f8xt_1 ul a._active_9f8xt_75 {
	font-weight: bold;
}

._searchResults_9f8xt_82 h2 {
		border-bottom: 1px solid #a9a9a9;
		border-bottom: 1px solid var(--color-solid-light-gray);
		padding: 0 22px 28px;
		font-size: 18px;
		font-size: var(--size-font-h4);
		font-weight: bold;
		color: #878787;
		color: var(--color-solid-gray);
	}

._searchResults_9f8xt_82 h2 span {
			color: #4a4a4a;
			color: var(--color-solid-dark-gray);
		}

._searchResults_9f8xt_82 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

._searchResultItem_9f8xt_102 {
	border-bottom: 1px solid #a9a9a9;
	border-bottom: 1px solid var(--color-solid-light-gray);
	padding: 19px 0 44px;
}

._searchResultItem_9f8xt_102 main {
		padding: 0 22px;
	}

._searchResultItem_9f8xt_102 h3 {
		margin-bottom: 8px;
	}

._searchResultItem_9f8xt_102 h4 {
		font-size: 14px;
		font-size: var(--size-font-smaller);
		margin-bottom: 14px;
		margin-bottom: var(--size-font-smaller);
		color: #a9a9a9;
		color: var(--color-solid-light-gray);
	}

._searchResultItem_9f8xt_102 p {
		color: #878787;
		color: var(--color-solid-gray);
	}

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

._item_1tyh5_9 {
    /*composes geht irendwie icht nested deswegen hier*/
}

:root {
	--color-sycor-blue: #00b7ff;
	--color-solid-white: #fff;
	--color-solid-lighter-gray: #f8f8f8;
	--color-solid-light-gray: #a9a9a9;
	--color-solid-gray: #878787;
	--color-solid-dark-gray: #4a4a4a;
	--color-accent-success: #37b148;
	--color-accent-error: #f85359;
	--color-accent-active: #00b7ff;
	--color-accent-hover: #00a2e2;
	--color-hyphen: rgba(169, 169, 169, .2);
	--size-grid-gap: 20px;
	--size-font-base: 18px;
	--size-line-height-base: 28px;
	--size-font-h1: 48px;
	--size-line-height-h1: 57px;
	--size-font-h2: 32px;
	--size-line-height-h2: 30px;
	--size-font-h3: 24px;
	--size-line-height-h3: 30px;
	--size-font-h4: 18px;
	--size-line-height-h4: 22px;
	--size-font-smaller: 14px;
	--size-font-larger: 18px;
}