@charset "UTF-8";

@font-face {
	font-family: icomoon;
	src: url("./../fonts/comdok/icomoon.eot?-n0d13s");
	src: url("./../fonts/comdok/icomoon.eot?#iefix-n0d13s") format("embedded-opentype"), url("./../fonts/comdok/icomoon.ttf?-n0d13s") format("truetype"), url("./../fonts/comdok/icomoon.woff?-n0d13s") format("woff"), url("./../fonts/comdok/icomoon.svg?-n0d13s#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

h1, h2 {
	font-family: 'Roboto Slab', 'Roboto', sans-serif !important;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

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

html {
	line-height: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	-webkit-user-select: initial !important;
	-ms-user-select: text !important;
	letter-spacing: 0 !important;
	line-height: 24px !important;
}

@media (min-width: 940px) {
	body {
		font-size: 18px;
		line-height: 28px;
	}
}

h1 {
	font-weight: 100;
	font-size: 30px;
	line-height: 36px;
	margin-top: 50px;
}

@media (min-width: 500px) {
	h1 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (min-width: 940px) {
	h1 {
		font-size: 45px;
		line-height: 55px;
	}
}

h2 {
	font-weight: 100;
	font-size: 20px;
	line-height: 28px;
}

@media (min-width: 940px) {
	h2 {
		font-size: 30px;
		line-height: 45px;
	}
}

h3 {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}

@media (min-width: 940px) {
	h3 {
		font-size: 22px;
		line-height: 30px;
	}
}

input {
	-webkit-appearance: none;
	appearance: none;
	font-family: Roboto;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #e5007d;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	outline: 0;
}

a:hover {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

strong, b {
	font-weight: 700;
}

button {
	cursor: pointer;
	padding: 0;
	border: 0;
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#skip-link a:focus {
	background: white;
	z-index: 1001;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 10px;
}

#skip-link a:focus:hover {
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

#block-menu-menu-secondary .menu {
	text-align: right;
}

#block-menu-menu-secondary li {
	padding-right: 15.5px;
}

@media (min-width: 0) and (max-width: 499px) {
	#block-menu-menu-secondary li {
		display: none;
	}
}

@media (min-width: 500px) {
	#block-menu-menu-secondary li {
		display: inline-block;
	}
}

#block-menu-menu-secondary li.last {
	padding-right: 0;
	display: inline-block;
}

#block-menu-menu-secondary a {
	color: white;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

@media (min-width: 940px) {
	#block-menu-menu-secondary a {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (min-width: 0) and (max-width: 499px) {
	#block-menu-menu-secondary a {
		font-size: 14px;
	}
}

.region-main-prefix {
	padding-top: 15px;
}

@media (min-width: 940px) {
	.region-main-prefix {
		padding-top: 20px;
	}
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	display: inline-block;
}

textarea,
input:focus {
	outline: none;
}

input {
	padding-left: 20px;
	padding-right: 20px;
}

.event-list {
	display: block;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media (min-width: 0) and (max-width: 499px) {

	/* line 1, ../sass/partials/modules/_event-list.scss */
	.event-list {
		padding-left: 6.25%;
		padding-right: 6.25%;
	}
}

@media (min-width: 500px) {

	/* line 1, ../sass/partials/modules/_event-list.scss */
	.event-list {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media (min-width: 940px) {

	/* line 1, ../sass/partials/modules/_event-list.scss */
	.event-list {
		max-width: 940px;
		padding-left: 0;
		padding-right: 0;
	}
}

/* line 30, ../sass/partials/mixins/_grid.scss */
.event-list::after {
	clear: both;
}

/* line 11, ../.vendor/bundle/ruby/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/typography/lists/_bullets.scss */
.event-list li {
	list-style-image: none;
	list-style-type: none;
	margin-left: 0;
}

@media (min-width: 500px) {

	/* line 1, ../sass/partials/modules/_event-list.scss */
	.event-list {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

/* line 13, ../sass/partials/modules/_event-list.scss */
.event-list li:last-child .group-wrapper {
	border-bottom: 1px solid #acacac;
	margin-bottom: 20px;
}

@media (min-width: 940px) {

	/* line 13, ../sass/partials/modules/_event-list.scss */
	.event-list li:last-child .group-wrapper {
		margin-bottom: 30px;
	}
}

/* line 22, ../sass/partials/modules/_event-list.scss */
.event-list a {
	color: #333333;
}

/* line 28, ../sass/partials/modules/_event-list.scss */
.event-list a:hover .field-event-title,
.event-list a:focus .field-event-title {
	color: #e5007d;
}

/* line 33, ../sass/partials/modules/_event-list.scss */
.event-list .group-wrapper {
	border-top: 1px solid #acacac;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
}

/* line 41, ../sass/partials/modules/_event-list.scss */
.event-list .group-left {
	direction: ltr;
	padding-left: 10px;
	padding-right: 10px;
	width: 16.66667%;
	display: none;
}

@media (min-width: 940px) {

	/* line 41, ../sass/partials/modules/_event-list.scss */
	.event-list .group-left {
		display: block;
		align-self: flex-start;
	}
}

/* line 50, ../sass/partials/modules/_event-list.scss */
.event-list .group-left .field-start-date {
	color: #004a7f;
	font: 300 50px/62px "Roboto";
	text-align: center;
	margin: 0 auto;
	max-width: 120px;
}

/* line 59, ../sass/partials/modules/_event-list.scss */
.event-list .group-right {
	direction: ltr;
	padding-left: 10px;
	padding-right: 10px;
	width: 66.66667%;
	padding: 0 10px 0 0;
}

@media screen and (min-width: 500px) and (max-width: 939px) {

	/* line 59, ../sass/partials/modules/_event-list.scss */
	.event-list .group-right {
		width: 66.66667%;
	}
}

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

	/* line 59, ../sass/partials/modules/_event-list.scss */
	.event-list .group-right {
		width: 100%;
	}
}

@media (min-width: 940px) {

	/* line 59, ../sass/partials/modules/_event-list.scss */
	.event-list .group-right {
		padding: 10px 0 0 10px;
	}
}

/* line 70, ../sass/partials/modules/_event-list.scss */
.event-list .field-location,
.event-list .field-date {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	font-family: "Roboto";
}

@media (min-width: 940px) {

	/* line 70, ../sass/partials/modules/_event-list.scss */
	.event-list .field-location,
	.event-list .field-date {
		font-size: 14px;
		line-height: 22px;
	}
}

@media (min-width: 500px) {

	/* line 76, ../sass/partials/modules/_event-list.scss */
	.event-list .field-location:before,
	.event-list .field-date:before {
		font-weight: 300;
		font-size: 16px;
		font-family: 'icomoon';
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		margin-right: 5px;
	}
}

@media (min-width: 500px) and (min-width: 940px) {

	/* line 76, ../sass/partials/modules/_event-list.scss */
	.event-list .field-location:before,
	.event-list .field-date:before {
		font-size: 20px;
	}
}

@media (min-width: 0) and (max-width: 499px) {

	/* line 76, ../sass/partials/modules/_event-list.scss */
	.event-list .field-location:before,
	.event-list .field-date:before {
		content: "";
	}
}

/* line 89, ../sass/partials/modules/_event-list.scss */
.event-list .field-event-info {
	margin-bottom: 12px;
}

/* line 95, ../sass/partials/modules/_event-list.scss */
.event-list .field-end-date:before {
	content: "-";
	margin: 0 2px;
}

/* line 100, ../sass/partials/modules/_event-list.scss */
.event-list .field-end-date:after {
	content: "|";
	margin: 0 2px;
}

@media (min-width: 0) and (max-width: 499px) {

	/* line 109, ../sass/partials/modules/_event-list.scss */
	.event-list .field-event-title:after {
		font-family: 'icomoon';
		speak: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "";
		color: #e5007d;
		padding-left: 6px;
		vertical-align: -2px;
	}
}

/* line 119, ../sass/partials/modules/_event-list.scss */
.event-list .field-event-caption {
	display: none;
}

@media (min-width: 500px) {

	/* line 119, ../sass/partials/modules/_event-list.scss */
	.event-list .field-event-caption {
		display: block;
		font-weight: 300;
		font-size: 14px;
		line-height: 20px;
		margin: 10px 0 0;
	}
}

@media (min-width: 500px) and (min-width: 940px) {

	/* line 119, ../sass/partials/modules/_event-list.scss */
	.event-list .field-event-caption {
		font-size: 16px;
		line-height: 22px;
	}
}

/* line 127, ../sass/partials/modules/_event-list.scss */
.event-list .field-event-caption:after {
	font-family: 'icomoon';
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 5px;
	vertical-align: -2px;
	color: #e5007d;
}

/* line 136, ../sass/partials/modules/_event-list.scss */
.event-list .group-image {
	direction: ltr;
	padding-left: 10px;
	padding-right: 10px;
	width: 16.66667%;
	padding-right: 0;
	text-align: right;
	display: none;
}

@media screen and (min-width: 500px) and (max-width: 939px) {

	/* line 136, ../sass/partials/modules/_event-list.scss */
	.event-list .group-image {
		width: 33.33333%;
	}
}

@media (min-width: 500px) {
	.event-list .group-image {
		display: block;
	}
}

.event-list .group-image img {
	width: 65px;
}

@media (min-width: 500px) {
	.event-list .group-image img {
		width: 130px;
	}
}

.event-list-title {
	font-weight: 100;
	font-size: 30px;
	line-height: 36px;
	margin-top: 50px;
	margin-bottom: 10px;
}

@media (min-width: 500px) {
	.event-list-title {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (min-width: 940px) {
	.event-list-title {
		font-size: 45px;
		line-height: 55px;
	}
}

@media (min-width: 940px) {
	.event-list-title {
		margin-bottom: 15px;
	}
}

#content-container p.marketing-fdp-notification {
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	margin-left: 80px;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 2px solid #E5007D;
}

.ds-required span {
	color: #E5007D;
}

.rating {
	width: 400px;
	height: 30px;
	margin: 10px 0;
	border: 1px solid #e3e3e3;
}

.rating.l1 {
	background: linear-gradient(90deg, red 20%, transparent 20%);
}

.rating.l2 {
	background: linear-gradient(90deg, red 20%, #e3e3e3 20% 20%, red 21% 40%, transparent 40%);
}

.rating.l3 {
	background: linear-gradient(90deg, #FFC106 20%, #FFF 20% 20%, #FFC106 21% 40%, #FFF 40%, #FFC106 41% 60%, transparent 60%);
}

.rating.l4 {
	background: linear-gradient(90deg, #FFC106 20%, #FFF 20% 20%, #FFC106 21% 40%, #FFF 40%, #FFC106 41% 60%, #FFF 60%, #FFC106 61% 80%, transparent 80%);
}

.rating.l5 {
	background: linear-gradient(to right, #00bf00 20%, #FFF 20% 20.5%, #00bf00 20.5% 40%, #FFF 40% 40.5%, #00bf00 40.5% 60%, #FFF 60% 60.5%, #00bf00 60.5% 80%, #FFF 80% 80%, #00bf00 80.1%);
}

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

.flex-align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

#content-container button.reload-captcha-button {
	margin: 0 0 0 20px;
}

.reset-password-section label {
	font-weight: 500;
}

.password-reset-captcha {
	flex: 1 1 auto;
}

.password-reset-error {
	color: #e5007d;
	font-weight: 700;
	font-size: 18px;
}

.password-reset-successinfo {
	margin-left: 8px;
}

#content-container .password-reset-captcha.has-error::before {
	display: none;
}

.event-list-filter-switches .bootstrap-switch {
	margin-bottom: 5px;
}
.iframe {
	display: block; /* Zentriert das Iframe */
	margin: 0 auto; /* Zentriert das Iframe horizontal */
	border: none; /* Entfernt den Rahmen */
}
.section-header {
    color: #fff; /* Weiß */
    font-size: 18px; /* Groß */
    margin-bottom: 2px; /* 2 Unterzeichen Abstand nach unten */
}
.separator {
    border: none;
    border-top: 1px solid #000; /* Linie mit 2 Pixel Dicke  */
    margin: 10px 0; /* Abstand über und unter der Linie */
    width: 100%; /* Volle Breite der Spalte */
    border-color: #fff; /* Weiß */
}
.empty-space {
    height: 20px; /* Höhe des leeren Raums in Pixeln */
}
