/* poppins-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-500.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-600.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/poppins-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-900 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/poppins-v20-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
		 url('../fonts/poppins-v20-latin-900.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
	--white			:	#fff;
	--grey			:	#A3A7BC;
	--light			:	#f3f3f3;
	
	--mainColor		:	#53c99b;
	--secondColor	:	#c9537d;
	
	--red			:	#c13236;
	--redDark		:	#9b1f1f;
	--blue			:	#33abd8;
	
	--headline		:	#192026;
	--textColor		:	#363636;
	--linkColor		:	#c13236;
	--linkColorH	:	#9b1f1f;
	
	--error			:	#ff6e6c;
	--errorLight	:	#ffebed;
	--success		:	#2ea753;
	--successLight	:	#ebfff0;
	--warning		:	#ffc107;
	--warningLight	:	#fff9e7;
	
	--boxShadow		:	0px 24px 40px rgba(25, 34, 64, 0.15);
	--borderRadius	:	4px;
	--gradient		:	linear-gradient(45deg, #c61c71	0%, #f98d21 100%);
	--transition	:	all 0.2s ease-in-out;
	--textShadow	:	0 0 16px rgba(0,0,0,.6);
	
	--maxWidth		:	1248px;
}
/*---------*/
/* !GLOBAL */
/*---------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body,
input,
select,
textarea {
	line-height: 24px;
	font-size: 16px;
	color: var(--textColor);
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
body,
html {
	width: 100%;
	height: 100%;
	background: var(--white);
}
h1, h2, h3, h4, h5, h6 {
	padding: 0 0 24px 0;
	font-size: 18px;
	line-height: 26px;
	color: var(--textColor);
}
h1, h2 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}
@media( max-width: 589px ) {
	h1, h2 {
		font-size: 24px;
		line-height: 32px;
	}
}
p {
	padding: 0 0 24px 0;
	color: var(--textColor);
}
b, strong {
	font-weight: 700;
}
a {
	color: var(--linkColor);
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
a:hover {
	color: var(--linkColorH);
}
a img {
	border: none;
}
*.clear {
	clear: both;
}
*.center {
	text-align: center;
}
/*---------*/
/* !ALIGN	*/
/*---------*/
.alignright {
	padding: 0;
	margin: 0 0 0 24px;
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	padding: 0;
	margin: 0 24px 0 0;
	float: left;
}
/*---------*/
/* !IFRAME */
/*---------*/
div.iframe,
div.video {
	width: 100%;
	display: inline-block;
	position: relative;
	background: var(--light);
	margin-bottom: 24px;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	overflow: hidden;
}
div.iframe::after,
div.video::after {
	content: '';
	margin-top: 56.25%;
	display: block;
}
div.iframe.calc::after {
	display: none;
}
div.iframe div.iframeWrapper {
	width: 100%;
	display: block;
}
div.iframe iframe,
div.video video,
div.iframe .uc-embedding-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
div.iframe.facebook-post {
	max-width: 500px;
	margin: 0 auto 24px auto;
}
/*---------*/
/* !INPUT	*/
/*---------*/
form *.flex+*.flex {
	padding-top: 8px;
}
form *.flex *.flexbox {
}
label {
	font-size: 14px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: 700;
	width: 100%;
	display: inline-block;
}
input,
select,
textarea {
	font-size: 16px;
	border: 1px solid var(--grey);
	background: var(--white);
	border-radius: var(--borderRadius);
	padding: 4px 16px;
	width: 100%;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
	border: 1px solid var(--red);
	box-shadow: 0 0 0 4px rgba(193,50,54,0.4)
}
input[type="radio"]:focus,
input[type="checkbox"] {
	
}
button,
input[type="submit"] {
	display: inline-flex;
	width: auto;
}
/*---------*/
/* !ALERTS */
/*---------*/
div.alert {
	z-index: 998;
	position: fixed;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-120%);
	width: 480px;
	max-width: calc(100vw - 48px);
	border-radius: var(--borderRadius);
	padding: 8px 56px 8px 16px;
	color: var(--white);
	border: 1px solid var(--grey);
	margin-bottom: 24px;
	animation-name: alert;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	animation-duration: 5s;
	animation-delay: 1s;
}
@keyframes alert {
	0% {
		top: 0;
		transform: translateX(-50%) translateY(-120%);
	} 25% {
		top: 24px;
		transform: translateX(-50%) translateY(120px);
	} 75% {
		top: 24px;
		transform: translateX(-50%) translateY(120px);
	} 100% {
		top: 0;
		transform: translateX(-50%) translateY(-120%);
	}
}
div.alert::after {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: rgba(255,255,255,0.6);
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f057";
	cursor: pointer;
}
div.alert.alert-success {
	color: var(--success);
	border-color: var(--success);
	background: var(--successLight);
}
div.alert.alert-error {
	color: var(--error);
	border-color: var(--error);
	background: var(--errorLight);
}
div.alert.alert-success::after {
	color: var(--white);
	background: var(--success);
}
div.alert.alert-error::after {
	color: var(--white);
	background: var(--error);
}
div.alert h3 {
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 24px;
}
div.alert.alert-success h3 {
	color: var(--success);
}
div.alert.alert-error h3 {
	color: var(--error);
}
div.alert p,
div.alert ul {
	padding: 0 0 0 0;
}
div.alert p+p {
	padding: 8px 0 0 0;
}
/*--------------*/
/* !BORDER BOX	*/
/*--------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----------*/
/* !ADDRESS	*/
/*-----------*/
address {
	font-style: italic;
	padding: 0 0 24px 0;
}
/*--------*/
/* !MARK	*/
/*--------*/
mark {
	background-color: var(--linkColor);
	padding: 0 2px;
}
/*--------------*/
/* !WP CAPTION	*/
/*--------------*/
div.wp-caption {
	display: inline-block;
	background: var(--white);
	padding: 5px;
	margin-bottom: 24px;
	border: 1px solid var(--grey);
}
div.wp-caption img {
	max-width: 100%;
	height: auto;
	margin: 0 0 5px 0;
}
div.wp-caption p {
	width: 100%;
	text-align: center;
	padding: 0;
}
/*---------*/
/* !TABLE	*/
/*---------*/
table {
	width: 100%;
	margin: 0 0 24px 0;
	border: 1px solid var(--grey);
	border-collapse: collapse;
	border-spacing: 0;
}
table thead,
table tbody,
table tfoot,
table tr {
	width: 100%;
}
table th,
table td {
	text-align: left;
	padding: 5px 7px;
}
table th {
	border-bottom: 1px solid var(--grey);
}
table tr+tr {
	border-top: 1px solid var(--grey);
}
table td+td,
table th+th,
table th+td {
	border-left: 1px solid var(--grey);
}
/*--------*/
/* !LIST	*/
/*--------*/
ol,
ul {
	padding: 0 0 24px 40px;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
/*--------------*/
/* !BLOCKQUOTE	*/
/*--------------*/
blockquote {
	position: relative;
	font-size: 40px;
	line-height: 48px;
	color: var(--textColor);
	text-shadow: var(--textShadow);
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
	padding: 24px 0;
}
blockquote::after,
blockquote::before {
	content: '\f10e';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	font-size: 64px;
	line-height: 64px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-60%);
}
blockquote::after {
	content: '\f10d';
	top: 100%;
	transform: translateX(-50%) translateY(-50%);
}
/*-------------*/
/* !SELECTION	*/
/*-------------*/
::selection {
	background: var(--red);
	color: var(--white);
}
::-moz-selection {
	background: var(--red);
	color: var(--white);
}
/*----------*/
/* !BUTTON	*/
/*----------*/
/*----------*/
/* !BUTTON	*/
/*----------*/
*.buttons {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -8px;
}
*.buttons *.btn {
	margin: 0 8px;
}
*.btn {
	text-align: center;
	padding: 8px 24px;
	border: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 200;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: var(--red);
	color: var(--white);
	border-radius: var(--borderRadius);
	border: 1px solid transparent;
}
*.btn.btn-small {
	padding: 6px 12px;
}
*.btn:hover {
	background: var(--redDark);
	color: var(--white);
}
*.btn.btn-outlined {
	background: var(--white);
	color: var(--red);
	border-radius: var(--borderRadius);
	border-color: var(--red);
}
*.btn.btn-outlined:hover {
	background: var(--red);
	color: var(--white);
}
*.btn.center {
	margin: 0 auto;
	float: none;
	display: table;
}
/*------*/
/* !BOX */
/*------*/
*.box {
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	padding: 24px 24px 0 24px;
}
/*--------------*/
/* !BREADCRUMB	*/
/*--------------*/
div#breadcrumb {
	display: inline-block;
	padding: 12px 0;
	width: 100%;
}
div#breadcrumb div,
div#breadcrumb span {
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 0 0 0 0;
	position: relative;
	opacity: 0.6;
}
div#breadcrumb a::before {
	content: '';
	width: 8px;
	height: 1px;
	background: var(--textColor);
	float: right;
	margin: 7px 16px;
}
div#breadcrumb span:last-child a::before {
	display: none;
}
div#breadcrumb a,
div#breadcrumb span {
	color: var(--textColor);
}
div#breadcrumb a:hover,
div#breadcrumb span:hover {
	text-decoration: underline;
	color: var(--textColor);
}
/*------------*/
/* !OVERLAYER */
/*------------*/
div.overlayer {
	z-index: 997;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 24px;
	display: none;
}
div.overlayer div.overlayerBg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vw;
}
div.overlayer div.overlayerContent {
	position: relative;
	z-index: 9;
	background: var(--white);
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	padding: 24px;
	max-width: 600px;
	width: 100%;
}
div.overlayer div.overlayerContent h2 {
	padding-bottom: 16px;
}
div.overlayer div.overlayerContent div.overlayerCross {
	position: absolute;
	right: 8px;
	top: 8px;
}
/*----------*/
/* !SWIPER */
/*---------*/
.slider {
	max-width: 100vw;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a {
	width: 100%;
	display: inline-block;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-slide a img {
	float: left;
}
/*-----------------*/
/* !SWIPER BUTTONS */
/*-----------------*/
.swiper-button-prev,
.swiper-button-next {
	top: 50%;
	transform: translateY(-50%);
	background: none;
	position: absolute;
	height: 32px;
	width: 32px;
	outline: none;
	z-index: 13;
	background: var(--red);
	padding: 8px;
	color: var(--white);
	font-size: 24px;
	border-radius: var(--borderRadius);
}
.swiper-button-next {
	right: 0;
}
.swiper-button-prev {
	left: 0;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
	font-size: 16px;
}
/*--------------------*/
/* !SWIPER PAGINATION */
/*--------------------*/
.swiper-pagination,
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	top: auto;
	z-index: 9;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 8px;
	height: 2px;
	background: var(--grey);
	outline: none;
	border-radius: 2px;
	opacity: 1;
	margin: 0 2px;
	transition: all 0.2s ease-in-out;
}
.swiper-pagination span.swiper-pagination-bullet-active {
	width: 16px;
	background: var(--red);
}
/*-----------------*/
/* !PARTNER SWIPER */
/*-----------------*/
div#partner-swiper {
	margin-bottom: 24px;
}
div#partner-swiper div.swiper-wrapper {
	align-items: stretch;
}
div#partner-swiper div.swiper-wrapper div.swiper-slide {
	height: 80px;
	padding: 12px;
	border: 1px solid var(--grey);
	border-radius: var(--borderRadius);
}
div#partner-swiper div.swiper-wrapper div.swiper-slide picture,
div#partner-swiper div.swiper-wrapper div.swiper-slide picture img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center;
}

/*----------*/
/* !WRAPPER */
/*----------*/
div#wrapper {
	padding-top: 112px;
}
div#wrapper.home {
	padding-top: 136px;
}
div#wrapper.login {
	padding: 0;
}
/*--------*/
/* !LOGIN */
/*--------*/
section.login {
	height: 100vh;
	padding: 0;
}
section.login div.loginFlex {
	height: 100vh;
}
section.login div.loginFlex > div.flexbox {
	display: flex;
	align-content: center;
	align-items: stretch;
}
section.login div.loginFlex > div.flexbox.form{
	justify-content: flex-end;
}
section.login div.loginFlex div.flexbox div.content {
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	margin: 0;
	max-width: 600px;
}
section.login div.loginFlex div.flexbox div.content a.logo {
	margin: 24px auto;
	display: flex;
	justify-content: flex-end;
}
section.login div.loginFlex div.flexbox div.content a.logo picture {
	display: inline-flex;
	width: 100%;
}
section.login div.loginFlex div.flexbox div.content a.logo picture img {
	height: 124px;
	width: 100%;
	max-width: 600px;
	display: flex;
	justify-content: center;
}
section.login div.loginFlex div.flexbox div.content form {
	max-width: 600px;
	width: 100%;
	background: var(--white);
	box-shadow: var(--boxShadow);
	padding: 24px;
}
section.login div.loginFlex div.flexbox.image {
	background: var(--light);
	position: relative;
}
section.login div.loginFlex div.flexbox.image picture,
section.login div.loginFlex div.flexbox.image picture img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*-----------*/
/* !CONTENT	*/
/*-----------*/
*.content {
	width: 100%;
	max-width: 1448px;
	padding: 0 24px;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
*.postContent {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 48px;
}
@media ( max-width: 768px ) {
	*.postContent {
		flex-wrap: wrap;
		flex-direction: column;
	}
}
@media ( max-width: 589px ) {
	
}
/*-------*/
/* !FLEX */
/*-------*/
*.flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-content: stretch;
	-webkit-box-align: stretch;
	align-items: stretch;
	margin: 0 -24px;
}
*.flex.flexColumn {
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	justify-content: flex-start;
}
*.flex *.flexColumn {
	flex-direction: column;
	display: flex;
}
*.flex.alignCenter {
	align-items: center;
	align-content: center;
}
*.flex.flexStart {
	justify-content: flex-start;
	margin: 0;
}
*.flex.flexEnd {
	justify-content: flex-end;
	margin: 0;
}
*.flex.justifyCenter {
	justify-content: center;
}
*.flex.wrap,
*.flex.flexWrap {
	flex-wrap: wrap;
	justify-content: flex-start
}
*.flex *.flexbox {
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 24px;
}
*.flex *.flexbox.image img,
*.flex *.flexbox.image picture {
	display: table;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
}
*.flex *.flexbox.image.left {
	order: -1;
}
*.flex *.flexbox.flexEnd {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
@media (max-width: 768px) {
	*.flex.full *.flexbox:nth-child(1) *.flexboxContent {
		padding-right: 0;
	}
	*.flex *.flexbox.image.right {
		padding: 0 24px 24px 24px;
	}
}
@media (max-width: 589px) {
	*.flex {
		flex-wrap: wrap;
	}
	*.flex *.flexbox {
		width: 100%;
		max-width: 100%;
		flex-basis: auto;
		flex-grow: initial;
		text-align: center;
	}
	article *.flex *.flexbox {
		text-align: left;
	}
	*.flexbox + *.flexbox {
		padding: 12px 24px;
	}
	*.flex.full *.flexbox:nth-child(1) *.flexboxContent {
		padding-right: 0;
	}
	*.flex.full *.flexbox:nth-child(2) *.flexboxContent {
		padding-left: 0;
	}
	*.flex + *.flex {
		padding-top: 24px;
	}
	*.flex *.flexbox.image {
		order: -1;
		padding: 0 24px 24px 24px;
	}
}
/*-------*/
/* !MENU */
/*-------*/
div#menu {
	display: none;
}
@media (max-width: 998px) {
	div#menu {
		display: inline-block;
		width: 32px;
		min-width: 32px;
		height: 40px;
		margin-left: auto;
		position: relative;
		z-index: 999;
	}
	div#menu::before,
	div#menu::after {
		content: '';
		width: 100%;
		height: 2px;
		background: var(--textColor);
		position: absolute;
		left: 0;
		top: 50%;
	}
	div#menu::before {
		margin-top: -4px;
	}
	div#menu::after {
		margin-top: 4px;
	}
	div#menu.active::before {
		animation-name: menuTop;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}
	div#menu.active::after {
		animation-name: menuBottom;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}
	div#menu.close::before {
		animation-name: closeMenuTop;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}
	div#menu.close::after {
		animation-name: closeMenuBottom;
		animation-duration: 0.5s;
		animation-fill-mode: forwards;
		animation-iteration-count: 1;
		animation-timing-function: ease-in-out;
	}
}
/* OPEN */
@keyframes menuTop {
	0% {
		margin-top: -4px;
	} 50% {
		margin-top: -1px;
		transform: rotate(0deg);
	} 100% {
		transform: rotate(45deg);
		margin-top: 0;
	}
}
@keyframes menuBottom {
	0% {
		margin-top: 4px;
	} 50% {
		margin-top: -1px;
		transform: rotate(0deg);
	} 100% {
		transform: rotate(-45deg);
		margin-top: 0;
	}
}
/* CLOSE */
@keyframes closeMenuTop {
	0% {
		transform: rotate(45deg);
		margin-top: 0;
	} 50% {
		margin-top: -1px;
		transform: rotate(0deg);
	} 100% {
		margin-top: -4px;
	}
}
@keyframes closeMenuBottom {
	0% {
		transform: rotate(-45deg);
		margin-top: 0;
	} 50% {
		margin-top: -1px;
		transform: rotate(0deg);
	} 100% {
		margin-top: 4px;
	}
}
/*------------*/
/* !SUBHEADER */
/*------------*/
div.subheader {
	background: var(--red);
	height: 48px;
	position: absolute;
	z-index: 994;
	left: 0;
	top: 0;
	width: 100%;
}
div.subheader div.login {
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid rgba(255,255,255,0.3);
	display: flex;
	align-content: stretch;
	align-items: center;
	flex-wrap: nowrap;
}
div.subheader div.login a.login,
div.subheader div.login a.logout {
	color: var(--white);
	font-size: 14px;
	border-radius: var(--borderRadius);
	padding: 8px 12px;
}
div.subheader div.login a.login:hover {
	background: var(--white);
	color: var(--red);
}
div.subheader div.login a.login i {
	margin-right: 8px;
}
div.subheader div.login a.logout {
	background: var(--redDark);
	margin-left: 8px;
}
@media ( max-width: 589px ) {
	div.subheader div.content {
		padding: 0 12px;
		overflow: hidden;
	}
	div.subheader div.login a.login span {
		display: none;
	}
	div.subheader div.login {
		margin-left: 8px;
		padding-left: 8px;
	}
	div.subheader div.login a.login i {
		margin: 0;
	}
}
/*----------*/
/* !HEADER	*/
/*----------*/
header#header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 995;
	background: var(--white);
	padding: 0;
	height: 64px;
	box-shadow: 0 4px 8px 0 rgba(46,43,56,0.16), 0 8px 16px 0 rgba(46,43,56,0.08), 0 16px 32px 0 rgba(46,43,56,0.04);
}
header#header.sticky {
	position: fixed;
	top: 0;
}
header#header div.content {
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 64px;
}
header#header div.content a.logo {
	display: inline-flex;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 96px;
	width: 100px;
	display: flex;
	transform: translateY(-24px);
	transition: var(--transition);
	position: relative;
	z-index: 999;
}
header#header.resizeLogo div.content a.logo {
	height: 64px;
	transform: translateY(0);
	padding: 8px 0;
}
header#header div.content a.logo picture {
	width: 100%;
	height: 100%;
	position: relative;
}
header#header div.content a.logo picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: contain;
	object-position: left;
}
/*------*/
/* NAV	*/
/*------*/
nav#nav {
	float: right;
	padding: 0 0;
	margin-left: auto;
}
nav#nav ul {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: stretch;
	flex-wrap: nowrap;
	padding: 8px 0;
	margin: 0;
}
nav#nav ul li {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	list-style: none;
	padding: 0 0 0 8px;
	z-index: 1;
}
nav#nav ul li:hover {
	z-index: 9;
}
nav#nav ul li a,
nav#nav ul li span {
	padding: 0 12px;
	height: 100%;
	line-height: 48px;
	color: var(--textColor);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}
nav#nav ul li.menu-item-has-children a,
nav#nav ul li.menu-item-has-children span{
	padding-right: 4px;
}
nav#nav ul > li.menu-item-has-children::after {
	content: '';
	width: 6px;
	height: 6px;
	display: block;
	border-bottom: 1px solid var(--textColor);
	border-right: 1px solid var(--textColor);
	transform: rotate(45deg) translateY(-50%);
	transition: var(--transition);
	margin-right: 8px;
}
nav#nav ul > li.menu-item-has-children:hover::after {
	border-color: var(--red);
	transform: rotate(-135deg) translateY(-25%);
}
nav#nav ul li:hover a {
	text-decoration: none;
	color: var(--red);
	background: var(--light);
	border-radius: var(--borderRadius);
}
nav#nav ul li > a.btn {
	color: var(--white);
	white-space: nowrap;
}
nav#nav ul li > a.btn i {
	margin-right: 8px;
}
nav#nav ul li > a.btn:hover {
	color: var(--white);
	background: var(--redDark);
}
@media ( max-width: 1240px ) {
	nav#nav ul li a,
	nav#nav ul li span {
		padding: 0 10px;
		font-size: 13px;
	}
}
@media ( max-width: 998px ) {
	nav#nav ul li a,
	nav#nav ul li span {
		padding: 0 6px;
		font-size: 12px;
	}
	
}
/*---------*/
/* SUBMENU */
/*---------*/
nav#nav ul li div.submenu {
	position: absolute;
	left: 24px;
	top: 56px;
	flex-wrap: wrap;
	box-shadow: var(--boxShadow);
	width: calc( 100% - 48px );
	background: var(--white);
	opacity: 0;
	display: none;
	padding-bottom: 24px;
}
nav#nav ul li:hover div.submenu {
	animation-name: showSubmenu;
	animation-timing-function: ease-in-out;
	animation-duration: 0.2s;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	display: block;
}
@keyframes showSubmenu {
	0% {
		opacity: 0;
		display: none;
	}
	1% {
		display: block;
	}
	100% {
		opacity: 1;
		display: block;
	}
}
nav#nav ul li div.submenu div.content {
	height: auto;
}
nav#nav ul li div.submenu div.content div.sub {
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 -4px;
}
nav#nav ul li div.submenu div.content div.sub ul {
	align-content: stretch;
	align-items: stretch;
	height: auto;
}
nav#nav ul li div.submenu div.content div.sub ul li span {
	padding-top: 24px;
}
nav#nav ul li div.submenu div.content div.sub ul li a {
	font-size: 14px;
	font-weight: 300;
}
nav#nav ul li:hover a {
	background: transparent;
}
nav#nav ul li:hover a.btn {
	background: var(--red);
	color: var(--white);
}
nav#nav ul li ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-basis: 0;
	flex-grow: 1;
	min-width: 25%;
}
nav#nav ul li ul li,
nav#nav ul li ul li+li {
	width: 100%;
	line-height: 32px;
	text-align: left;
	display: inline-block;
}
nav#nav ul li ul li a {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding: 0;
	line-height: 40px;
	height: auto;
	position: relative;
	overflow: hidden;
}
nav#nav ul li:hover ul li a {
	color: var(--textColor);
	display: flex;
	align-content: center;
	align-items: center;
}
nav#nav ul li ul li span.title {
	color: var(--textColor);
	width: 100%;
	display: inline-block;
	text-align: left;
	line-height: 40px;
	height: auto;
	font-weight: 700;
	padding: 0;
}
nav#nav ul li ul li a:hover,
nav#nav ul li ul li a.active {
	color: var(--red);
	padding: 0 0 0 12px;
}
nav#nav ul li ul li a::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--red);
	transition: var(--transition);
}
nav#nav ul li ul li a:hover::before,
nav#nav ul li ul li a.active::before {
	left: 0;
}
@media (max-width: 998px) {
	nav#nav {
		display: none;
		position: fixed;
		left: 0;
		top: 48px;
		width: 100%;
		height: calc( 100vh - 48px );
		padding: 104px 0 24px 0;
		background: var(--white);
		z-index: 996;
		overflow: auto;
	}
	nav#nav ul {
		width: 100%;
		height: inherit;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	nav#nav ul > li {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: center;
		position: relative;
		align-items: center;
		padding: 4px 24px;
	}	
	nav#nav ul li+li {
		border-top: 1px solid var(--light);
	}
	nav#nav ul li.open {
		background: var(--lightGrey);
	}
	nav#nav ul li.open a {
		color: var(--red);
		font-weight: 700;
	}
	nav#nav ul li.open li a {
		color: var(--textColor);
		font-weight: 400;
	}
	nav#nav ul li.menu-item-has-children::after {
		position: absolute;
		right: 24px;
		top: 26px;
	}
	nav#nav ul li:hover div.submenu {
		position: relative;
		left: auto;
		top: auto;
		max-width: 100%;
		min-width: 100%;
		opacity: 1;
		box-shadow: none;
		background: no-repeat;
		z-index: 999;
	}
	nav#nav ul li a,
	nav#nav ul li span {
		height: auto;
		color: var(--textColor);
		display: inline-block;
		padding: 0;
	}
	nav#nav ul li a.btn {
		padding: 0 24px;
	}
	nav#nav ul li:hover a,
	nav#nav ul li ul li a:hover {
		background: none;
	}
	nav#nav ul li:hover div.submenu {
		display: none;
		animation: none;
	}	
	nav#nav ul li.menu-item-has-children a::after {
		display: none;
	}
	nav#nav ul li div.submenu div.content {
		padding: 0;
	}
	nav#nav ul li ul {
		min-width: 50%;
		max-width: 50%;
	}
}
@media (max-width: 768px) {
	nav#nav ul li div.submenu div.content {
		flex-wrap: wrap;
	}
	nav#nav ul li div.submenu div.content div.sub {
		min-width: 100%;
		max-width: 100%;		
	}
	nav#nav ul li ul {
		min-width: 100%;
		max-width: 100%;
	}
}
/*---------------*/
/* SUBMENU LOGIN */
/*---------------*/
nav#nav ul li.login div.submenu {
	left: auto;
	right: 24px;
	max-width: 400px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
nav#nav ul li.login div.submenu div.content {
	margin: 0;
}
nav#nav ul li.login div.submenu div.content div.sub {
	width: 100%;
	padding: 0;
	margin: 0;
}
nav#nav ul li.login div.submenu div.content div.sub li {
	padding: 0;
}
/*------------------*/
/* NAV SUB SUB MENU */
/*------------------*/
nav#nav ul li:hover ul.subsub {
	height: auto;
	display: inline-block;
}
nav#nav ul li:hover ul.subsub li {
	line-height: 16px;
	margin: 0;
	display: flex;
}
/*-------------*/
/* NAV FELXBOX */
/*-------------*/
nav#nav ul li ul li div.flexbox {
	width: 40%;
	flex-basis: auto;
	flex-grow: unset;
}
nav#nav ul li ul li div.flexbox+div.flexbox {
	width: 60%;
}
/*-------*/
/* !POST */
/*-------*/
article.post {
	width: 70%;
}
article.post img {
	max-width: 100%;
	height: auto;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
}
article.post div.postImage {
	max-width: 100%;
	position: relative;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	overflow: hidden;
	margin: 0 auto 24px auto;
	display: table;
}
article.post div.postImage.videos {
	display: block;
}
article.post div.postImage.videos div.video {
	margin: 0;
}
article.post div.postImage picture {
	width: 100%;
	display: flex;
	justify-content: center;
}
article.post div.postImage video {
	width: 100%;
	display: flex;
	object-fit: fill;
}
article.post div.postImage picture img {
	max-width: 100%;
	height: auto;
}
article.post div.postImage div.postImageMeta {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 80px 24px 12px 24px;
	color: var(--white);
	display: flex;
	flex-wrap: nowrap;
	background: -moz-linear-gradient(top,	rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,	rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,	rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
article.post div.postImage div.postImageMeta span.foto {
	margin-left: auto;
}
article.post div.postImage div.postImageMeta span i {
	margin-right: 8px;
}
article.post p.slogan picture {
	box-shadow: none;
}
article.post p.slogan picture img {
	width: 240px;
	height: 160px;
	box-shadow: none;
	border-radius: 0;
}
@media ( max-width: 768px ) {
	article.post {
		width: 100%;
	}	
}
@media ( max-width: 589px ) {
	
}
/*----------*/
/* !SECTION */
/*----------*/
section {
	background: var(--white);
	padding: 64px 0
}
/*---------*/
/* GALERIE */
/*---------*/
div.galerie {
	margin: 0 -12px;
	flex-wrap: wrap;
	justify-content: flex-start;
}
div.galerie div.image {
	margin: 12px;
	width: calc( 20% - 24px);
	max-width: calc( 20% - 24px);
	min-width: calc( 20% - 24px);
	position: relative;
	display: inline-block;
}
div.galerie div.image::after {
	content: '';
	margin-top: 75%;
	display: block;
}
div.galerie div.image a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
div.galerie div.image a:hover {
	transform: scale(1.1);
}
div.galerie.flex *.flexbox.image a picture {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
div.galerie.flex *.flexbox.image a picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	overflow: hidden;
	object-fit: cover;
}
@media (max-width: 768px) {
	div.galerie div.image {
		width: calc( 33.3% - 24px);
		max-width: calc( 33.3% - 24px);
		min-width: calc( 33.3% - 24px);

	}
}
/*------------*/
/* !SPONSOREN */
/*------------*/
div.sponsoren div.sponsor {
	min-width: 50%;
	max-width: 50%;
	padding-bottom: 24px;
}
div.sponsoren div.sponsor h3 {
	padding-bottom: 12px;
	border-bottom: 1px solid var(--grey);
}
div.sponsoren div.sponsor ul {
	padding: 0;
}
div.sponsoren div.sponsor ul li {
	margin: 12px 0;
	border-radius: var(--borderRadius);
	background: var(--white);
	box-shadow: var(--boxShadow);
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	list-style: none;
	overflow: hidden;
}
div.sponsoren div.sponsor ul li.empty {
	background: none;
	box-shadow: none;
	margin-bottom: 24px;
}
div.sponsoren div.sponsor ul li a {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	list-style: none;
}
div.sponsoren div.sponsor ul li a:hover {
	background: var(--red);
	color: var(--white);
}
div.sponsoren div.sponsor ul li div.logo {
	width: 40%;
	min-width: 40%;
	max-width: 40%;
	height: 120px;
	margin: 8px 16px;
	overflow: hidden;
	position: relative;
	background: var(--light);
}
div.sponsoren div.sponsor ul li div.logo picture,
div.sponsoren div.sponsor ul li div.logo picture img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
div.sponsoren div.sponsor ul li div.logo.empty::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	filter: grayscale(1);
	opacity: .4;
	z-index: 1;	
}
@media ( max-width: 1240px ) {
	
}
@media ( max-width: 998px ) {
	
}
@media ( max-width: 768px ) {
	div.sponsoren div.sponsor ul li a {
		flex-direction: column;
		justify-content: center;
		align-content: center;
		text-align: center;
	}
	div.sponsoren div.sponsor+div.sponsor {
		padding: 0 12px 24px 12px;
	}
}
@media ( max-width: 589px ) {
	div.sponsoren div.sponsor {
		min-width: 100%;
		max-width: 100%;
	}
}
/*------------*/
/* !EMPLOYEES */
/*------------*/
div.employees {
	flex-wrap: wrap;
	padding-bottom: 24px;
	margin: 0 -12px;
}
div.employees+h3 {
	padding-top: 24px;
}
div.employees div.employee {
	min-width: 100%;
	max-width: 100%;
	padding: 0 12px 24px 12px;
	display: flex;
	align-content: stretch;
	align-items: stretch;
}
div.employees div.employee.medium {
	min-width: 50%;
	max-width: 50%;
}
div.employees div.employee.small {
	min-width: 33.3%;
	max-width: 33.3%;
}
div.employees div.employee div.employeeContent {
	width: 100%;
	background: var(--white);
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius);
	display: flex;
	flex-wrap: nowrap;
	align-content: flex-start;
	align-items: flex-start;
	padding: 12px;
}
div.employees div.employee.small div.employeeContent {
	flex-direction: column;
	align-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
}
div.employees div.employee div.employeeContent div.photo {
	max-width: 200px;
	min-width: 200px;
	width: 100%;
	min-height: 200px;
	background: var(--light);
	display: flex;
	border-radius: var(--borderRadius);
	position: relative;
}
div.employees div.employee.small div.employeeContent div.photo {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	min-height: inherit;
}
div.employees div.employee.medium div.employeeContent div.photo {
	min-height: 140px;
	max-width: 140px;
	min-width: 140px;
}
div.employees div.employee div.employeeContent div.photo::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	filter: grayscale(1);
	opacity: .4;
	z-index: 1;
}
div.employees div.employee div.employeeContent div.photo picture {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	z-index: 3;
}
div.employees div.employee div.employeeContent div.photo picture img {
	width: 100%;
	height: 100%;
	box-shadow: none;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
}
div.employees div.employee.small div.employeeContent div.photo picture img {
	position: relative;
	left: auto;
	top: auto;
}
div.employees div.employee div.employeeContent div.photo div.nummer {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 32px;
	height: 32px;
	font-weight: 300;
	font-size: 14px;
	border-radius: var(--borderRadius);
	background: var(--red);
	color: var(--white);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 9;
}
div.employees div.employee div.employeeContent ul.datas {
	padding: 24px;
}
div.employees div.employee.medium div.employeeContent ul.datas {
	padding: 0px 24px;
}
div.employees div.employee div.employeeContent ul.datas li {
	list-style: none;
}
div.employees div.employee div.employeeContent ul.datas li.position {
	font-style: italic;
}
div.employees div.employee div.employeeContent ul.datas li.name {
	padding-bottom: 24px;
}
div.employees div.employee div.employeeContent ul.datas li.icon {
	padding: 4px 0 4px 32px;
	position: relative;
}
div.employees div.employee div.employeeContent ul.datas li.icon i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
div.employees div.employee div.employeeContent ul.datas li.custom {
	padding-top: 8px;
}
div.employees div.employee div.employeeContent ul.datas li.custom-1 {
	margin-top: 16px;
}
div.employees div.employee div.employeeContent ul.datas li.custom strong.title {
	display: block;
}
@media ( max-width: 1240px ) {
	
}
@media ( max-width: 998px ) {
	
}
@media ( max-width: 768px ) {
	div.employees div.employee.medium,
	div.employees div.employee.small {
		min-width: 100%;
		max-width: 100%;
	}	
}
@media ( max-width: 589px ) {
	div.employees div.employee div.employeeContent {
		flex-direction: column;
		padding: 24px;
	}
	div.employees div.employee div.employeeContent ul.datas,
	div.employees div.employee.medium div.employeeContent ul.datas {
		padding: 0;
	}
	div.employees div.employee div.employeeContent div.photo,
	div.employees div.employee.medium div.employeeContent div.photo,
	div.employees div.employee.small div.employeeContent div.photo {
		min-height: 260px;
		max-width: 100%;
		min-width: 20px;
		margin-bottom: 24px;
	}
}
/*-------------*/
/* !TABS PAGES */
/*-------------*/
ul.tabs {
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 2px;
	background: var(--light);
	margin: 0 0 24px 0;
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius);
}
ul.tabs li {
	padding: 8px;
	list-style: none;
}
ul.tabs li a {
	border-radius: var(--borderRadius);
	width: 100%;
	padding: 8px 24px;
	background: var(--white);
	color: var(--red);
	display: inline-flex;
}
ul.tabs li a.active,
ul.tabs li a:hover {
	background: var(--red);
	color: var(--white);
	box-shadow: none;
}
@media ( max-width: 1240px ) {
	
}
@media ( max-width: 998px ) {
	
}
@media ( max-width: 768px ) {
	ul.tabs li {
		max-width: 50% !important;
		min-width: 50% !important;
	}
}
@media ( max-width: 589px ) {
	ul.tabs li {
		max-width: 100% !important;
		min-width: 100% !important;
	}
	
}
/*------------*/
/* !DOWNLOADS */
/*------------*/
table.downloads {
	border: none;
}
table.downloads tr th+td {
	text-align: right;
	border-left: none;
}
table.downloads tr th,
table.downloads tr td {
	border: none;
	padding: 8px 0;
}
table.downloads tr+tr {
	border-color: var(--light);
}
@media ( max-width: 1240px ) {
	
}
@media ( max-width: 998px ) {
	
}
@media ( max-width: 768px ) {
	table.downloads,
	table.downloads tbody,
	table.downloads tr,
	table.downloads td,
	table.downloads th,
	table.downloads tr th+td {
		display: block;
		width: 100%;
		text-align: left;
	}
}
@media ( max-width: 589px ) {
	
}
/*---------------*/
/* !ARCHIVE POST */
/*---------------*/
div.archive {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
div.archive article.smallPost {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	margin: 12px;
	max-width: calc( 50% - 24px);
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius);
	background: var(--white);
	overflow: hidden;
	cursor: pointer;
}
div.archive article.smallPost:hover {
	background: var(--light);
}
div.archive article.smallPost.big {
	max-width: calc( 1000% - 24px);
	margin-top: 0;
}
div.archive article.smallPost div.image {
	width: 100%;
	position: relative;
	flex-basis: auto;
	flex-grow: inherit;
	overflow: hidden;
	border-bottom: 4px solid var(--red);
	background: var(--light);
}
div.archive article.smallPost div.image::before {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	filter: grayscale(1);
	opacity: .4;
	z-index: 1;
}
div.archive article.smallPost div.image::after {
	content: '';
	padding-top: 56.25%;
	display: block;
}
div.archive article.smallPost.flex div.image.flexbox picture,
div.archive article.smallPost.flex div.image.flexbox picture img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	object-fit: cover;
	border-radius: 0;
	box-shadow: 0;
	z-index: 3;
	transition: var(--transition);
}
div.archive article.smallPost div.image:hover picture img {
	transform: scale(1.2) rotate(3deg);
}
div.archive article.smallPost div.postContent {
	display: flex;
	flex-direction: column;
	text-align: left;
	margin-bottom: 0;
}
div.archive article.smallPost div.flexbox small.postmeta {
	width: 100%;
	display: block;
	margin: 8px auto 0 0;
}
div.archive article.smallPost div.flexbox small.postmeta *.box {
	box-shadow: none;
	padding: 0;
}
@media ( max-width: 1240px ) {
	
}
@media ( max-width: 998px ) {
	div.archive article.smallPost {
		max-width: calc( 100% - 24px);
	}
	div.archive article.smallPost+article.smallPost {
		padding-top: 0;
	}
}
@media ( max-width: 768px ) {
	
}
@media ( max-width: 589px ) {
	
}
/*---------*/
/* ROADMAP */
/*---------*/
div.roadmap {
	align-content: stretch;
	align-items: stretch;
}
div.roadmap div.timeline {
	min-width: 224px;
	max-width: 224px;
	position: relative;
	padding: 0 24px;
}
div.roadmap div.timeline div.fix {
	display: flex;
	flex-direction: column;
	width: 100%;
}
div.roadmap div.timeline div.fix.fixed {
	position: fixed;
}
div.roadmap div.timeline div.fix.bottom {
	position: absolute;
	bottom: 24px;
	left: 24px;
}
div.roadmap div.timeline a {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: var(--grey);
	text-align: center;
	padding-right: 24px;
}
div.roadmap div.timeline a.active {
	font-size: 24px;
	color: var(--red);
}
div.roadmap div.timeline a.active:hover {
	text-decoration: none;
}
div.roadmap div.timelineContent {
	border-left: 6px solid var(--red);
	padding-left: 24px;
	padding-bottom: 64px;
	padding: 0 24px 64px 24px;
	width: calc( 100% - 80px);
	border-radius: var(--borderRadius);
}
div.roadmap div.timelineContent article {
	padding: 24px 24px 0 24px;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
	background: var(--white);
}
div.roadmap div.timelineContent article+article {
	margin-top: 24px;
}
div.roadmap div.timelineContent article.active {
	background: var(--light);
}
div.roadmap div.timelineContent article picture {
	max-width: 100%;
	margin-bottom: 24px;
	display: flex;
}
/*-----------*/
/* PAGE NAVI */
/*-----------*/
div.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin: 48px 0 24px 0;
	padding-top: 48px;
	border-top: 2px solid var(--red);
}
div.wp-pagenavi span,
div.wp-pagenavi a {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border: 1px solid var(--grey);
	margin: 0 2px;
	border-radius: var(--borderRadius);
	color: var(--textColor);
}
div.wp-pagenavi a:hover {
	border-color: var(--textColor);
	background: var(--textColor);
	color: var(--white);
	text-decoration: none;
}
div.wp-pagenavi span.current {
	border-color: var(--red);
	background: var(--red);
	color: var(--white);
	text-decoration: none;
}
div.wp-pagenavi span.pages {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: 32px;
	border-color: transparent;
	color: var(--textColor);
	font-size: 12px;
}
@media ( max-width: 1240px ) {
	
}
@media ( max-width: 998px ) {
	
}
@media ( max-width: 768px ) {
	div.roadmap div.timeline {
		min-width: 180px;
		max-width: 180px;
	}
	div.roadmap div.timeline a,
	div.roadmap div.timeline a.active {
		font-size: 14px;
	}
}
@media ( max-width: 589px ) {
	div.roadmap {
		flex-wrap: nowrap;
	}
	div.roadmap div.timeline {
		min-width: 120px;
		max-width: 120px;
		padding: 0 12px;
	}
	div.roadmap div.timeline a,
	div.roadmap div.timeline a.active {
		font-size: 13px;
	}
	div.roadmap div.timelineContent {
		padding: 0 12px 64px 12px;
		width: calc( 100% - 120px);
	}
	div.roadmap div.timelineContent article {
		padding: 12px 12px 0 12px;
	}
}
/*--------*/
/* !ASIDE */
/*--------*/
aside {
	margin-left: 48px;
	width: 30%;
	min-width: 300px;
}
aside div.box {
	background: var(--white);
	box-shadow: var(--boxShadow);
	border-radius: var(--borderRadius);
	width: 100%;
	padding: 24px 24px 0 24px;
	border-bottom: 6px solid var(--red);
	position: relative;
}
aside div.box+div.box {
	margin-top: 24px;
}
aside div.box picture {
	max-width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
}
aside div.box picture img {
	max-width: 100%;
	height: auto;
}
@media ( max-width: 998px ) {
	aside {
		margin-left: 24px;
	}
}
@media ( max-width: 768px ) {
	aside {
		margin-left: 0;
		width: 100%;
		min-width: 100%;
		margin-top: 24px;
	}
}
@media ( max-width: 589px ) {
	
}
/*-----------------*/
/* !SPONSOR SWIPER */
/*-----------------*/
aside div.slider {
	overflow: hidden;
	margin-bottom: 24px;
}
aside div#sponsorSwiper {
	overflow: visible;
}
aside div#sponsorSwiper .swiper-button-prev,
aside div#sponsorSwiper .swiper-button-next {
	transform: translateX(0);
	top: -28px;
	right: 0;
}
aside div#sponsorSwiper .swiper-button-prev {
	left: auto;
	right: 40px;
}
aside div#sponsorSwiper .swiper-wrapper {
	align-content: center;
	align-items: center;
}
aside div#sponsorSwiper .swiper-wrappe a {
	width: 100%;
	display: block;
	height: auto;
}
aside div#sponsorSwiper .swiper-wrapper picture {
	width: 100%;
	height: 160px;
	position: relative;
	display: block;
}
aside div#sponsorSwiper .swiper-wrapper picture img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
aside div#sponsorSwiper .swiper-wrapper span.name {
	display: none;
}
/*--------------------*/
/* !ASIDE ABTEILUNGEN */
/*--------------------*/
aside ul.abteilungen {
	padding: 0 0 24px 0;
}
aside ul.abteilungen li {
	list-style: none;
}
aside ul.abteilungen li a {
	display: block;
	width: 100%;
	padding: 0 0 0 80px;
	position: relative;
	height: 72px;
	display: flex;
	align-content: center;
	align-items: center;
	border-radius: var(--borderRadius);
}
aside ul.abteilungen li a:hover {
	background: var(--light);
}
aside ul.abteilungen li a picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
aside ul.abteilungen li a picture img {
	width: 64px;
	height: 64px;
}
/*----------*/
/*---------*/
/* !SOCIAL */
/*---------*/
div.social {
	height: 48px;
	display: flex;
	align-content: center;
	align-items: center;
}
div.social ul {
	display: flex;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0 -8px;
}
div.social ul li {
	list-style: none;
}
div.social ul li a {
	padding: 4px 8px;
	font-size: 18px;
	color: var(--white);
	border-radius: var(--borderRadius);
}
div.social ul li a:hover {
	color: var(--red);
	background: var(--white);
}
/*------------------*/
/* !BUS RESERVATION */
/*------------------*/
form#bus {
	padding: 24px;
	margin-bottom: 24px;
}
form#bus textarea {
	min-height: 260px;
}
/*-----------*/
/* !CALENDAR */
/*-----------*/
div#calendar {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	align-items: stretch;
	margin: 24px 0;
	padding-top: 48px;
	position: relative;	
}
/*-------------------*/
/* !CALENDAR BUTTONS */
/*-------------------*/
div#calendar div.buttonsNav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
div#calendar div.buttonsNav *.btn {
	margin: 0;
}
div#calendar div.buttonsNav *.btn+*.btn {
	margin-left: auto;
}
/*------------------*/
/* !CALENDAR MONTHS */
/*------------------*/
div#calendar div.months {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 0 -8px;
}
div#calendar div.months div.month {
	flex-basis: 0;
	flex-grow: 1;
	margin: 0 8px;
	border-radius: var(--borderRadius);
	box-shadow: var(--boxShadow);
}
div#calendar div.months div.month div.monthHeader {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 8px 16px;
	font-weight: 700;
	background: var(--red);
	color: var(--white);
	border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}
div#calendar div.months div.month div.monthContent {
	border-radius: 0 0 var(--borderRadius) var(--borderRadius);
	border-top: none;
	overflow: hidden;
	padding: 2px;
	background: var(--light);
}
div#calendar div.months div.month div.monthContent div.week {
	display: flex;
	flex-wrap: nowrap;
}
div#calendar div.months div.month div.monthContent div.week div.day {
	flex-basis: 0;
	flex-grow: 1;
	min-height: 20px;
	overflow: auto;
	position: relative;
	padding-top: 24px;
	position: relative;
}
div#calendar div.months div.month div.monthContent div.week div.day::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 1;
	width: calc( 100% - 4px);
	height: calc( 100% - 4px);
	background: var(--white);
	border-radius: var(--borderRadius);
}
div#calendar div.months div.month div.monthContent div.week div.day.empty::before  {
	opacity: 0.6
}
div#calendar div.months div.month div.monthContent div.week div.day.today::before {
	background: var(--blueLight);
}
div#calendar div.months div.month div.monthContent div.week.week-headline div.day {
	padding: 4px;
	font-size: 12px;
	text-transform: uppercase;
}
div#calendar div.months div.month div.monthContent div.week.headline div.day div.number { 
	position: relative;
	z-index: 2;
	font-weight: 700;
	padding-left: 4px;
}
div#calendar div.months div.month div.monthContent div.week.numbers div.day div.number {
	position: absolute;
	left: 4px;
	top: 4px;
	height: 20px;
	width: 20px;
	border-radius: var(--borderRadius);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	z-index: 9;
	font-size: 11px;
}
div#calendar div.months div.month div.monthContent div.week div.day.today div.number {
	font-weight: 700;
	color: var(--white);
}
div#calendar div.months div.month div.monthContent div.week div.day div.events {
	position: relative;
	z-index: 2;
	overflow: auto;
}
div#calendar div.months div.month div.monthContent div.week div.day div.event {
	width: 100%;
	margin: 2px 0;
	height: 10px;
	background: var(--red);
	position: relative;
	z-index: 1;
	cursor: pointer;
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.Bus2 {
	background: var(--blue);
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.Bus3 {
	background: var(--mainColor);
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.hover {
	transform: scale(1.1);
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.start {
	border-radius: var(--borderRadius) 0 0 var(--borderRadius);
	width: 80%;
	margin-left: auto;
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.end {
	border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
	width: 80%;
	margin-right: auto;
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.start.end {
	border-radius: var(--borderRadius);
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.middle::before,
div#calendar div.months div.month div.monthContent div.week div.day div.event.middle::after {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 1px;
	background: green;
}
div#calendar div.months div.month div.monthContent div.week div.day div.event.middle::after {
	left: auto;
	right: -1px;
}
/*------------------*/
/* !MY RESERVATIONS */
/*------------------*/
div.reservation {
	margin-bottom: 24px;
}
/*---------*/
/* !FOOTER */
/*---------*/
footer {
	background: var(--red);
	color: var(--white);
	padding: 0;
}
footer a {
	color: var(--white);
}
footer a:hover {
	color: var(--linkColor);
}
footer picture.logo {
	margin-top: 24px;
	display: inline-flex;
	filter: brightness(0) invert(1);
}
footer picture.logo img {
	height: 200px;
	min-width: 200px;
}
footer ul {
	padding: 0;
}
footer ul li {
	list-style: none;
	padding: 4px 0;
}
footer ul li a {
	color: var(--light);
	opacity: 0.8;
}
footer ul li a:hover {
	color: var(--white);
	text-decoration: underline;
	opacity: 1;
}
footer ul li a[href="#"] {
	cursor: default;
	padding-top: 24px;
	padding-bottom: 8px;
	font-weight: 500;
	font-size: 20px;
	display: inline-block;
	opacity: 1;
	color: var(--white);
}
/*------------*/
/* !SUBFOOTER */
/*------------*/
div.subfooter {
	margin-top: 24px;
	background: var(--linkColorH);
	padding: 16px 0;
}
div.subfooter p {
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: var(--white);
}
div.subfooter a {
	color: var(--white);
}
div.subfooter a:hover {
	color: var(--white);
	text-decoration: underline;
}