/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*
Globals
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
	--light-blue: #ebf2fa;
	--retter-rot: #ff543d;
	--retter-gelb: #e6f506;
	--retter-blue: #004256;
	--ml-blue: #1254a0;
	--copy-black: #000;
}
* {
	box-sizing: border-box;
}
*::before,
*::after {
	box-sizing: border-box;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	font-size: 62.5%;
	padding: env(safe-area-inset);
/*	scroll-behavior: smooth;*/
}
body {
	font-size: 1.8em;
	line-height: 24px;
	font-weight: 400;
	font-family: museo-sans-rounded, sans-serif;
	color: var(--copy-black);
}
p {
	margin: 0 0 20px;
}
img {
	width: 100%;
}
ul {
	margin: 0;
	padding:0;
}
input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom:0;
	font-weight: 800;
	text-transform: uppercase;

}
h1 { font-size: 3rem; line-height: 1.25;}
h2 { font-size: 2.2rem; line-height: 1.3;}
h3 { font-size: 2.0rem; line-height: 1.35;}
h4 { font-size: 1.6rem; line-height: 1.5;}
h5 { font-size: 1.5rem; line-height: 1.6;}

@media (min-width: 768px) {
	h1 { font-size: 4rem; line-height: 1.25;}
	h2 { font-size: 2.2rem; line-height: 1.3;}
	h3 { font-size: 2.0rem; line-height: 1.35;}
	h4 { font-size: 1.6rem; line-height: 1.5;}
	h5 { font-size: 1.5rem; line-height: 1.6;}
}


/* Link & Button Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
	text-decoration: none;
    outline: none;
    color: inherit;
}
a:hover {
	color: var(--retter-rot);
}

.btn {
	position: relative;
	display: inline-block;
	height: 50px;
	padding: 0 25px 0 25px;
/*	margin: 0 0 10px 0;*/
	color: var(--ml-blue);
	text-align: center;
	font-size: 18px;
	line-height: 46px;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 2px solid var(--ml-blue);
	cursor: pointer;
	transition: all .2s ease;
	border-radius: 47px;
	font-weight: bold;
}
.btn:focus {
	outline: 0;
}
.btn:hover {
	background-color: transparent;
	color: var(--retter-rot);
	border-color: var(--retter-rot);
}
.btn:active {
	box-shadow: inset 0 4px 5px rgba(50,50,50,.2);
	background-color: #006fb9;
}

/* .btn--on-white:hover {
    background-color: rgba(230, 245, 6, 0.6);
	color: #222;
} */
.btn--small {
	padding: 0 14px;
	height: 35px;
	line-height: 32px;
}
.btn--cfa {
	margin: 40px 0 20px;
}
#cookie-notice .cookie-notice-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cn-button.custom {
	background-color: var(--retter-rot);
	color: #222;
	border: 2px solid var(--retter-rot)!important;
	border-radius: 25px;
	margin-left: 20px!important;
	font-weight: bold;
	transition: all .2s ease;
}
.cn-button.custom:hover {
	background-color: transparent;
	color: var(--retter-rot);
}

.cn-text-container a {
	color: #000;
}

.content {
	overflow: hidden;
}
.flex-fw-container {
	display: flex;
	flex-basis: 100%;
	justify-content: center;
}
.main-header__logo {
	line-height: 0;
	font-weight: bold;
	width: 217px;
}
@media (min-width: 576px) {
	.main-header__logo {
		width: 217px;
	}
}
.main-header__logo a {
	display: block;
}
.main-header-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(235, 242, 250, .9);
}
.main-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding: 10px 0 10px 25px;
	background-color: var(--light-blue);
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all .3s ease;
}
.admin-bar .main-header {
  top: 46px;
}
#wpadminbar {
	position: fixed;
}
@media (min-width: 783px) {
  .admin-bar .main-header-container {
	top: 32px;
  }
  .admin-bar .main-header {
      top: 32px;
  }
}
@media (min-width: 992px) {
	.main-header-container {
		padding: 10px 25px;
	}
	.main-header {
		position: static;
		background-color: transparent;
		padding: 0;
	}
}
.main-nav {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	transition: all .3s ease;
	transform: translate3d(0, calc(-100% - 76px), 0);
	margin-top: 76px;
}
.active-nav .main-header {
	background-color: var(--light-blue);
}
.active-nav .main-nav {
	transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
	.main-nav {
		transform: translate3d(0, calc(-100% - 90px), 0);
		margin-top: 90px;
	}
}
.link {
	border-bottom: 2px solid var(--retter-rot);
	font-weight: bold;
}
ol li {
	margin-bottom: 5px;
}

.main-nav ul {
	background-color: #fff;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ol {
	margin-bottom: 50px;
}

.main-nav a {
	color: var(--ml-blue);
	display: block;
	width: 100%;
	padding: 15px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid var(--light-blue);
}

.main-headder__nav-icon {
	display: block;
/*	height: 75px;*/
	flex-shrink: 0;
}
#burger-menu-icon {
	height: 50px;
	cursor: pointer;
	transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
	#burger-menu-icon {
		height: 64px;
	}
}
#burger-menu-icon path {
	fill: none;
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 60px;
	stroke-linecap: round;
	stroke: var(--ml-blue);
	stroke-dashoffset: 0px;
}
#burger-menu-icon path#top,
#burger-menu-icon path#bottom {
	stroke-dasharray: 240px 950px;
}
#burger-menu-icon path#middle {
	stroke-dasharray: 240px 240px;
}
.active #burger-menu-icon  path#top,
.active #burger-menu-icon  path#bottom {
	stroke-dashoffset: -650px;
	stroke-dashoffset: -650px;
}
.active #burger-menu-icon  path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}


/*@media (min-width: 576px) {
	.main-headder__nav-icon {
		width: 42px;
		height: 35px;
	}
}*/

@media (min-width: 992px) {
	.main-nav {
		display: block;
		position: static;
		transform: translate3d(0,0,0);
		margin-top: 0;
	}
	.main-headder__nav-icon {
		display: none;
	}
	.main-nav ul {
		display: flex;
		background-color: transparent;
	}
	.main-nav a {
		color: var(--ml-blue);
		padding: 5px 12px;
		margin: 0 3px;
		display: inline-block;
		width: unset;
		border-color: transparent;
		font-size: 2rem;
		transition: color .2s ease, border-color .2s ease;
	}
	.main-nav a:hover,
	.main-nav a.active {
		border-color: var(--retter-rot);
		color: var(--retter-rot)
	}

}
.hero {
	position: relative;
	background-color: var(--light-blue);
	color: #000;
	padding-top: 90px;
	padding-bottom: 25px;
/*	margin-bottom: 13vh;*/
	z-index: 1;
}

@media (min-height: 650px) {
	.hero {
		height: 87vh;
	}
}
@media (min-width: 576px) {
	.hero {
		padding-top: 115px;
	}
}
@media (min-width: 992px) {
	.hero {
		padding-top: calc(75px + 15vh);
	}
}

.hero::after {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	bottom: -60px;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}
.section-container {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
	padding: 0 35px;
}
.wide-section-container {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto;
	padding: 0 30px;

}
@media (min-width: 576px) {
	.section-container {
		max-width: 540px;
		padding: 0 ;
	}
	.wide-section-container {
		padding: 0 70px;
	}
}
@media (min-width: 768px) {
	.section-container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.section-container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.section-container {
		max-width: 1140px;
	}
}
@media (min-width: 1470px) {
	.section-container {
		max-width: 1400px;
	}
}
.hero__sub {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	justify-content: center;
	align-content: center;
}
@media (min-width: 992px) {
	.hero__sub {
		flex-basis: 50%;
		padding: 0 10px;
	}
}
.hero__image {
	margin-bottom: 25px;
}
.hero__text {
	text-align: center;
}
.hero__main-image {
	position: relative;
	width: 100%;
	max-width: 64vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-thumbnail-container {
	position: absolute;
	left: 3.8%;
    right: 3.8%;
    top: 1.8%;
    bottom: 8.9%;
	z-index: 0;
	border-radius: 5px;
	overflow: hidden;

}
.video-thumbnail-container img {
	width: unset;
	height: 100%;
}

.ping-container {
	position: absolute;
	top: 0;
	bottom: 4%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play-button {
	width: 25%;
	padding-top: 25%;
	position: absolute;
	text-decoration: none;
	background-color: var(--light-blue);
	border-radius: 50%;
	background-image: url(../images/play-button.svg);
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: 50%;
}
.kongress-entry {
	background-image: url(../images/entry.svg);
	background-size: 42%;
    background-position: 45% 45%;
}
.no-play-button {
	width: 30%;
	padding-top: 30%;
	position: absolute;
	text-decoration: none;
	background-color: var(--light-blue);
	border-radius: 50%;
}
.rok {
	position: absolute;
	font-size: 48px;
	font-weight: bold;

}
div.ring {
	width: 50%;
	padding-top: 50%;
	display: block;
	position: absolute;
	border-radius: 50%;
	border: 5px solid var(--light-blue);
	box-sizing: content-box;
	-webkit-animation-name: ping;
			animation-name: ping;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
}
@-webkit-keyframes ping {
	from {
		transform: scale(.25);
		opacity: 1;
	}
	to {
		transform: scale(1);
		opacity: 0;
	}
}
.hero__stoerer {
	position: absolute;
	top: -10px;
	left: -30px;
	display: flex;
	align-items: center;
	text-align: center;
	background-color: var(--retter-rot);
	color: #fff;
	font-weight: bold;
	transform: rotate(-10deg);
	border-radius: 20px;
	font-size: 18px;
	padding: 10px;
	z-index: 2;
}
.hero__stoerer_kongress {
	position: absolute;
	bottom: 20%;
	display: flex;
	align-items: center;
	text-align: center;
	background-color: #fff;
	color: var(--light-blue);
	font-weight: bold;
	border-radius: 20px;
	font-size: 18px;
	padding: 10px;
	z-index: 2;
	justify-content: center;
}

@media (min-width: 576px) {
	.hero__stoerer {
		top: -30px;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		font-size: 22px;
	}
	.hero__stoerer_kongress {
	    width: 270px;
	    height: 36px;
	    font-size: 22px;
	    bottom: 30%;
	}
}
.main-slogan {
		text-transform: uppercase;
        margin-bottom: .4em;
        line-height: ;

}
.slogan-text{
	width: 100%;
	position: static;
}
.partner {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0;
	padding: 60px 0;
}
.logo-liste {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;            /* optionaler Abstand */
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-container {
    flex: 0 0 200px;       /* fixe Breite wie in deinem inline-style */
    height: 120px;         /* gewünschte einheitliche Höhe */
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-liste img {
    height: 70px;       /* feste Höhe für alle Logos */
    width: auto;         /* Breite passt sich proportional an */
    object-fit: contain; /* verhindert Verzerrungen */
    display: block;
}


/* .logo-liste	{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.logo-container {
	position: relative;
	flex-basis: 140px;
	margin: 0 15px 20px 15px;
	padding: 0;
	display: block;
} */
.logo-container a {
	display: block;
}
/*@media (min-width: 768px) {
	.logo-container {
		margin: 0 15px;
	}
}*/
/* .logo-container img {
	flex-grow: 0;
} */
.text-container {
	max-width: 900px;
	margin: 0 auto;
}
.dot-nav {
	display: none;
	position: fixed;
	margin-top: -90px;
	right: 25px;
	top: 50%;
	z-index: 10;
}
@media (min-width: 576px) {
	.dot-nav {
		display: block;
	}
}
.dot-nav ul {
	list-style-type: none;
	margin: 0;
}
.dot-nav li {
	padding: 0;
	margin: 0;
	padding: 2px;
	border-radius: 50%;
	margin: 0;
	width: 29px;
	height: 29px;
	/* text-align: center; */
	/* line-height: 28px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4px 0;

}
.dot-nav li a {
	line-height: 0;
	font-size: 0;
	color: transparent;

	width: 15px;
	height: 15px;
	border: 3px solid var(--ml-blue);
	border-radius: 50%;
	display: inline-block;
	margin: 10px 0;
	transition: background-color .2s ease;
}
.dot-nav li a:hover,
.dot-nav li a.active {
	background-color: var(--ml-blue);
}

a.scroll-btn {
	display: none;
	width: 100px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: var(--ml-blue);
}
@media (min-width: 992px) {
	a.scroll-btn {
		display: block;
	}
}
.scroll-btn img {
	max-width: 40px;
	-webkit-animation: jump .6s linear alternate infinite;
			animation: jump .6s linear alternate infinite;
}
.bottom-view {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.rtw-pattern {
	height: 50px;
	width: 100%;
	background-image: url(../images/rtw-pattern.svg);
}

@-webkit-keyframes jump {

	from {transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); -moz-transform: translateY(0);}
	to {transform: translateY(10px); -webkit-transform: translateY(10px); -o-transform: translateY(10px); -moz-transform: translateY(10px);}

}
@keyframes jump {

	from {transform: translateY(0); -webkit-transform: translateY(0); -o-transform: translateY(0); -moz-transform: translateY(0);}
	to {transform: translateY(10px); -webkit-transform: translateY(10px); -o-transform: translateY(10px); -moz-transform: translateY(10px);}

}
.manual {
	position: relative;
	background: var(--light-blue);
	color: #000;
/*	margin: 13vh 0;*/
/*	padding: 60px 0;*/
	z-index: 5;
}
.manual::before {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	top: -60px;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}
.manual::after {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	bottom: -60px;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}
.section-heading {
	position: relative;
	width: 100%;
	font-size: 40px;
	text-align: center;
	color: #000;
	margin-bottom: 40px;
}
.section-heading--einleitung {
	margin-bottom: 10px;
}
.section-heading--red {
	color: var(--copy-black);
	margin-bottom: 20px;
	border: 4px solid transparent;

	padding-bottom: 10px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
.section-heading--black {
	color: #222;
	margin-bottom: 20px;
}
@media (min-width: 576px) {
	.section-heading--red {
		padding-bottom: 0;
	}
}
.einleitung	{
	position: relative;
	flex-basis: 800px;
	z-index: 2;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 30px;
}
.einleitung--left {
	text-align: left;
}
h3.einleitung {

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

.manual-list {
	list-style: none;
	counter-reset: manual-list-counter;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;
}
.manual-list li {
  counter-increment: manual-list-counter;
  max-width: 750px;
  margin-bottom: 25px;
  display: block;
  position: relative;
}
.manual-list li:last-child {
	margin-bottom: 0;
}

.manual-list li::before {
	content: counter(manual-list-counter) ". ";
	/* font-weight: bold; */
	display: block;
	background-color: var(--light-blue);
	border: 3px solid var(--retter-rot);
	border-radius: 50%;
	text-align: center;
	color: var(--copy-black);
	margin-right: 25px;
	float: left;
	width: 80px;
	height: 80px;
	line-height: 1.4;
	font-size: 50px;
	shape-outside: circle(50%);
}



.manual-h3 {
	margin-bottom: 5px;
/*	padding-top: 5px;
	border-top: 6px solid var(--retter-rot);*/
/*	display: inline-block;*/
}
.manual-h3::before {
	content: '';
	display: inline-block;
	width: .8em;
	height: .8em;
	background-color: var(--retter-rot);
	margin-right: .5em;
	border-radius: 5px;
}
.manual-list-conjunction {
	display: none;
}

@media (min-width: 576px) {
	.manual-list li::before {
		line-height: 1.4;
		width: 120px;
		height: 120px;
		font-size: 80px;
	}
}
@media (min-width: 768px) {
	.manual-list li {
		display: flex;
	}
	.manual-list li::before {
		float: none;
		flex-shrink: 0;
	}

	.manual-list-conjunction {
		display: block;
		position: absolute;
		height: 182px;
		width: 1px;
		border-left: 5px dotted var(--retter-rot);
		z-index: -1;
		left: 57px;
		top: 60px;
	}
	.manual-list li:last-child .manual-list-conjunction {
		display: none;
	}
}
@media (min-width: 992px) {
	.manual-list li:nth-of-type(even) {
		margin-left: 149px;
	}
	.manual-list-conjunction {
		height: 210px;
		transform-origin: top;
	}

}
@media (max-width: 991px) {
	.manual-list-conjunction {
		transform: unset!important;
	}
}
.red-mark {
	background-color: var(--light-blue);
}
.align-left {
	justify-content: left;
}

.bg-squares {
	position: absolute;
	top: 60px;
	width: 35%;

}
.hero .bg-squares {
	left: -10%;
	max-width: 50vh;
}
.manual .bg-squares {
	right: -10%;
	top: calc(50% - 330px);
	max-width: 45vh;
}
.bg-squares__row {
	display: flex;
	flex-wrap: wrap;
}
.bg-squares__row:nth-child(even) {
	justify-content: flex-end;
}
.bg-square {
	width: 50%;
	padding-top: calc(50% - 10px);
	border: 5px solid  var(--retter-rot);
	border-radius: 20px;
}

.vorteile {
	position: relative;
	background: #fff;
	color: #222;
	margin: 60px 0;
	padding: 60px 0 20px 0;
}

.vorteile-liste {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.vorteile-liste li {
	display: flex;
	flex-basis: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.vorteile-icons {
	flex-basis: 120px;
	min-width: 100px;
}
.vorteile-text {
	margin-bottom:0;
}
@media (min-width: 768px) {
	.vorteile-liste li {
		flex-basis: 48%;
		margin:0 1% 40px 1%;

	}
	.vorteile-icons {
		flex-basis: 140px;
/*		margin: 20px;*/
	}
}

.vorteile-h3 {
	color: var(--copy-black);
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.vortraege {
	position: relative;
	background: var(--light-blue);
	color: #000;
	z-index: 2;
	padding-bottom: 100px;
/*	margin-top: 13vh;
	margin-bottom: 13vh;*/
}
@media (min-width: 1024px) {
	.vortraege {
		padding-bottom: 6vw;
	}
}
section.vortraege::before {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	top: -60px;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}

.dozenten,
.socialmedia-partner {
	position: relative;
	background: var(--light-blue);
	color: #000;
	z-index: 2;
	margin-bottom: 6vw;
}
.socialmedia-partner {
	margin: 90px 0 0 0;
	padding-bottom: 60px;
}

.dozenten::before,
.socialmedia-partner::before {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	top: -60px;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}
.dozenten::after {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	bottom: -60px;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}
.vortraege-liste {
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.vortrag {
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	background-color: #fff;
	border-radius: 15px;
	margin-bottom: 20px;
}
.vortrag--show-all {
	background: repeating-linear-gradient(
		45deg,
		transparent,
		transparent 10px,
		#fff 10px,
		#fff 20px
		);

    justify-content: center;
    align-items: center;
}
.vortrag--show-all > span {
	flex-basis: 100%;
}
.show-all-link {
	margin: 30px 0;
}
@media (min-width: 768px) {
	.vortrag {
		flex-basis: 49%;
	}
}
.vortrag-h3-container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: -webkit-min-content;
	-ms-grid-columns: min-content;
	grid-template-columns: -webkit-min-content;
	grid-template-columns: min-content;
}
.vortrag-h3 {
	padding-top: 2px;
	margin: 10px 20px 10px 20px;
	border-top: 3px solid var(--retter-rot);
	display: inline-block;
	color: #000;
	font-weight: 700;
	text-transform: unset;
}

.vortrag_h3--popup {
	font-size: 1.8rem;
}
@media (min-width: 576px) {
	.vortrag-h3 {
		padding-top: 5px;
		margin-top: -3px;
		/*border-top-width: 6px;*/
	}
}

.vortrag-text {
	margin: 0 20px 20px 20px;
	flex-basis: 100%;
	color: var(--copy-black);
}
.vortrag-dozent {
	align-self: flex-end;
	text-align: right;
	flex-basis: 100%;
	margin: 0 20px 10px 20px;
}
.dozent-link {
	text-decoration: none;
	border-bottom: 2px solid var(--ml-blue);
	color: var(--copy-black);
}
.vorteil-link {
	color: #004256;
	text-decoration: none;
	border-bottom: 2px solid var(--retter-rot);
}

.dozenten-container {
	width: 80%;
	position: static;
}
.anzeigen-container {
	width: 100%;
	position: static;
}
.swiper-button-next,
.swiper-button-prev {
	color: var(--ml-blue);
}
.swiper-button-prev {
	left: 35px
}
.swiper-button-next {
	right: 35px;
}
@media (min-width: 576px) {
	.swiper-button-prev {
		left: 50px
	}
	.swiper-button-next {
		right: 50px;
	}
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: unset;
}
/*.dozent-wrapper	{
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}*/
.dozent-bild {
	position: relative;
	padding-top: 75%;
	border-radius: 50%;
	width: 75%;
	overflow: hidden;
	margin-bottom: 25px;
	border: 5px solid #fff;
	background-color: #fff;
	box-sizing: content-box;
}
.dozent-bild img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.aussteller-logo {
	border-radius: 10px;
	overflow: hidden;
	width: 200px;
	height: 150px;
	padding: 10px;
	margin-bottom: 25px;
	border: 5px solid #fff;
	background-color: #fff;
	box-sizing: content-box;
	display: flex;

}
@media (min-width:576px) {
	.aussteller-links {
		-ms-grid-column-span: 2;
	    grid-column: span 2;
	}
}
.aussteller-link-liste {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.aussteller-link {
	display: block;
	width: 40px;
	height: 40px;
	margin: 5px;
	border: 2px solid var(--retter-rot);
	padding: 5px;
	border-radius: 5px;
	background-color: var(--retter-rot);
	transition: all .2s ease;

}
.aussteller-link:hover {
	background-color: transparent;
}
.aussteller-link svg {
	fill: #004256;
	transition: all .3s ease;
}
.aussteller-link:hover svg {
	fill: var(--retter-rot);
}
.termin-container {
	margin: 10px 0;
}
.no-picture {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--light-blue);
	color: #222;
	font-size: 64px;
}

.dozent-beschreibung {
	flex-basis: 100%;
	padding: 0 10px;
}
.dozent-name {
	/*text-transform: uppercase;*/
	color: var(--copy-black);
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}
.aussteller-name {
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}
.aussteller-name--popup {
	border-bottom: 2px solid #fff;
}



.formular,
.preise {
	position: relative;
	background: #fff;
	color: #222;
	z-index: 1;
	padding: 60px 0;
}
.layout_form {
	width: 100%;
}
.form-container {
	width: 100%;
	max-width: 550px;
	display: flex;
	flex-wrap: wrap;
}
.feld-container {
	margin-bottom: 25px;
}
.flex {
	display: flex;
}
.feld-label {
	display: block;
	padding-left: 15px;
	margin-bottom: 5px;

}
.feld {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	border: none;
	color: #222;
	padding: 5px 20px;
	border: 2px solid #c7c7c7;
	transition: all .3s ease;
}
.feld:focus {
	outline: none;
	border-color: var(--retter-rot);
}
.formular-h2 {
	margin-bottom: 1em;
}
.clever_form_error {
	border-color: var(--light-blue);
}
.form-info {
	display: none;
	width: 100%;
	border-radius: 15px;
	border: none;
	color: #000;
	padding: 5px 20px;
	background-color: #76bf76;
	padding: 15px 25px;
}
.form-info.active {
	display: block;
}
.inactive {
	display: none;
}
.captcha-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media (min-width:768px)  {
	.captcha-container {
		justify-content: flex-start;
	}
}

.submit_container {
	margin: 20px;
}
.page-footer {
	background-color: var(--retter-blue);
}
.footer-nav {
	display: flex;
	padding:  40px 0;
	color: #000;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-nav svg {
	height: 30px;
	fill: #fff;
	transform: .2s all ease;
}
.footer-nav ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.footer-nav__item {
	font-size: 16px;
	flex-basis: 100%;
	margin: 2px 0;
	color: #fff;
}
.footer-nav a {
	display: flex;
	color: #fff;
}
.footer-nav a:hover {
	color: var(--retter-rot);
}
.so-me {
	margin: 5px 0;
}
.so-me:hover svg {
	fill: var(--retter-rot);
}
@media (min-width:768px) {
	.footer-nav__item {
		margin: 0 15px;
		flex-basis: unset;
		display: flex;
		align-items: center;
	}
	.footer-nav li::after {
		content: "|";
		display: inline-block;
		margin-left: 30px;
		color: #fff;
	}
	.footer-nav .so-me::after {
		content: "";
		margin-left: 0;
	}
	.footer-nav .so-me:last-child{
		margin: 0;
	}
	.footer-nav .so-me:last-child::after {
		margin-left: 0;
	}
	.footer-nav li:last-child::after {
		content: "";
		margin-left: 0;
	}
}

.produkt-spalten {
	margin-top: 40px;
	flex-basis: 100%;
}
.produkt-spalten-liste {
	list-style: none;
	margin: 0;
	padding-top: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch/*flex-end*/;
}

.produkt {
	flex-basis: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	margin: 0 2px 20px;
	padding: 40px 20px;
	background-color: var(--light-blue);
	color: #000;
	border-radius: 25px;
}
.produkt-h3 {
	text-transform: unset;
	font-weight: 700;
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}
.produkt--pup-up {
	border: 3px solid #fff;
	padding: 10px 5px;
}
.produkt--pup-up .produkt-h3 {
	margin-bottom: 10px;
}

@media (min-width: 576px) {
	.produkt {
		flex-basis: 350px;
	}
	.produkt--pup-up {
		flex-basis: 160px;
		padding: 20px 5px;
	}
	.produkt--pup-up .produkt-h3 {
		margin-bottom: 20px;
	}
	.produkt--pup-up .btn {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 768px ){
	.produkt {
		flex-basis: 235px;
		/*min-height: 550px;*/
	}
	.produkt--pup-up .btn {
		padding-left: 20px;
		padding-right: 20px;
	}
	.produkt--pup-up {
		flex-basis: 220px;
	}
}
@media (min-width: 992px) {
	.produkt {
		flex-basis: 300px;
		margin: 0 10px;
	}
	.produkt-h3 {
		font-size: 26px;
	}
	.produkt--pup-up {
		flex-basis: 250px;
	}
}
@media (min-width: 1200px) {
	.produkt {
		flex-basis: 350px;
	}
	.produkt--pup-up {
		flex-basis: 250px;
	}
}

.highlight {
    margin-top: 32px;
	border: 3px solid var(--retter-rot);
	position: relative;
}
@media (min-width: 576px) {
	.produkt--pup-up.highlight {
	    margin-top: 0;
	}
	.highlight {
	    margin-top: 32px;
	}
}
@media (min-width: 768px) {
	.highlight {
	    margin-top: 0;
	}
}
.highlight::before {
	content: attr(data-highlight);
	background-color: var(--retter-rot);
	position: absolute;
	top: -35px;
	left: -3px;
	right: -3px;
	padding: 10px 0 25px;
	z-index: -1;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;

}

.produkte-top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.produkt-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.produkt-leistungen {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	flex-basis: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.produkt-leistung {
	margin-bottom: 15px;
	position: relative;
	padding: 0 0 0 1.2em;
}
.produkt-leistung::before {
	position: absolute;
	left: 0;
	top: .3em;
	content: '';
	display: inline-block;
	height: .7em;
	width: .7em;
	border-radius: 4px;
	background-color: var(--retter-rot)
}
.produkt-preis-name {
	text-transform: unset;
	margin-bottom: 0;
	line-height: 1;
}
.produkt-preis-zeit {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}
.produkt-preis {
	margin-bottom: 20px;
}
.produkt-preis-reduziert {
	text-decoration: line-through;
}
.produkt-original-preis {
	font-size: 16px;
	margin-bottom: 5px;
}
.produkt-preis .wert {
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
}
.produkt-preis  .waehrung {
	font-weight: 500;
	font-size: 18px;
	vertical-align: top;
}
.anzeigen {
	position: relative;
	background: #fff;
	color: #222;
	z-index: 1;
	padding: 60px 0;
}


/*
	--Checkboxes
*/

/* remove standard-styles */
input.custom,
input.custom_img ,
input.tgl {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}
/* graceful degradation for ie8*/
input.custom[type='checkbox'],
input.custom[type='radio'],
input.custom_img[type='radio'],
input.tgl[type='checkbox'],
input.tgl[type='radio'] {
	width:auto;
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
}
input.custom[type='checkbox']:checked,
input.custom[type='checkbox']:not(:checked),
input.custom[type='radio']:checked,
input.custom[type='radio']:not(:checked),
input.custom_img[type='radio']:checked,
input.custom_img[type='radio']:not(:checked),
input.tgl[type='checkbox']:checked,
input.tgl[type='checkbox']:not(:checked),
input.tgl[type='radio']:checked,
input.tgl[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin:0;
	padding:0;
}
input.custom[type='checkbox'] + label,
input.custom[type='radio'] + label {
	cursor: pointer;
	position: relative;
	padding-left: 1.5em;
}
input.custom_img[type='radio'] + label {
	cursor: pointer;
	position: relative;
	border: 5px solid rgba(255,255,255,0);
	transition: border .2s ease;
}
input.custom_img[type='radio'] + label img {
	width: 100%;
	pointer-events: none;
	border: 1px solid #e8e8e8;
}

input.custom[type='checkbox'] + label.agb-label,
input.custom[type='radio'] + label.agb-label {
	cursor: pointer;
	position: relative;
	padding-left: 2em;
	display: block;
	}
input.custom[type='checkbox']:checked + label::before,
input.custom[type='checkbox']:not(:checked) + label::before,
input.custom[type='radio']:checked + label::before,
input.custom[type='radio']:not(:checked) + label::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 1em;
	height: 1em;
	top: 5px;
	left: 0;
	border: 1px solid #bbb;
	background: #fff;
	margin-right: 1em;
	/*box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);*/
}

input.custom[type='checkbox']:checked + label.agb-label::before,
input.custom[type='checkbox']:not(:checked) + label.agb-label::before,
input.custom[type='radio']:checked + label.agb-label::before,
input.custom[type='radio']:not(:checked) + label.agb-label::before {
	margin-right: 1em;
	margin-left: 0em;
}
input.custom[type='radio']:checked + label::before,
input.custom[type='radio']:not(:checked) + label::before {
	border-radius: 30px;
}
input.custom[type='checkbox']:hover  + label::before,
input.custom[type='radio']:hover  + label::before {
	background:#ddd;
	box-shadow: inset 0 0 0 2px white;
}
input.custom[type='checkbox']:checked  + label::before,
input.custom[type='radio']:checked  + label::before {
	background: #3d3d3d;
	box-shadow: inset 0 0 0 2px white;
}
input.custom_img[type='radio'] + label:hover {
	border-color: #e8ebed;
}
input.custom_img[type='radio']:checked + label {
	border-color: #e8ebed; /* #006fb9*/
}
input.custom[type='radio']:hover  + label::before {
	background: #3d3d3d;
	box-shadow: inset 0 0 0 3px white;
}
input.custom_quiz[type='radio'] + label {
	margin-bottom: 5px;
	padding: .5em;
	border: 2px solid #e8e8e8;
}
input.custom_quiz[type='radio']:checked + label::before,
input.custom_quiz[type='radio']:not(:checked) + label::before {
	width: 24px;
	height: 24px;
	position: relative;
	vertical-align: middle;
	top: unset;
	border: none;
	box-shadow: inset 0px 0px 0px 2px #006fb9;

}
input.custom_quiz[type='radio']:checked  + label::before,
input.custom_quiz[type='radio']:hover  + label::before {
	box-shadow: inset 0px 0px 0px 2px #006fb9, inset 0 0 0 5px white;
	background-color: #006fb9;
}
.tgl + .tgl-btn {
	outline: 0;
	display: inline-block;
	width: 3em;
	height: 1.5em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tgl + .tgl-btn::after, .tgl + .tgl-btn::before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}
.tgl + .tgl-btn::after {
	left: 0;
}
.tgl + .tgl-btn::before {
	display: none;
}
.tgl:checked + .tgl-btn::after {
	left: 50%;
}
.tgl-light + .tgl-btn {
	background: #e8e8e8;
	border-radius: 2em;
	padding: 2px;
	transition: all .4s ease;
}
.tgl-light + .tgl-btn::after {
	border-radius: 50%;
	background: var(--ml-blue);
	transition: all .2s ease;
}
.tgl-light:checked + .tgl-btn {
	background: var(--retter-rot);
}
.tgl_beschriftung {
	display: inline-block;
	color: #000;
	line-height: 2em;
	margin: 0 7px;
	font-weight: 700;
}

.clever_form_error  input.custom[type='checkbox']:checked + label::before,
.clever_form_error  input.custom[type='checkbox']:not(:checked) + label::before,
.clever_form_error  input.custom[type='radio']:checked + label::before,
.clever_form_error  input.custom[type='radio']:not(:checked) + label::before {

	border-color: var(--light-blue);

}
/*
	--End Checkboxes
*/



/*
	--Sekundäre Seiten
*/
.misc-hero {
	position: relative;
	background-color: transparent;
	color: #000;
	padding-top: 90px;
	padding-bottom: 25px;
/*	margin-bottom: 13vh;*/
	z-index: 1;
}

@media (min-width: 576px) {
	.misc-hero-hero {
		padding-top: 115px;
	}
}
.misc-hero::after {
	content: '';
	display: block;
	position: absolute;
	width: calc((100vw - (100vw - 100%)) * 1.9);
	height: 30vw;
	border-radius: 50%;
	background-color: var(--light-blue);
	bottom: 0;
	left: calc((100vw - (100vw - 100%)) * -0.45);
	z-index: -1;
}
.misc-content {
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0;
	padding: 60px 0;
}
.text-container {
	max-width: 900px;
	width: 100%;
}
.misc-h2,
.misc-h3 {
	color: var(--light-blue);
	text-transform: unset;
}
.text-list {
	margin: 1em 0;
	padding-left: 40px;
}

/*
	--Dozenten
*/
.dozenten-liste {
	list-style: none;
	flex-basis: 100%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
/*	grid-row-gap: 40px;
	grid-column-gap: 40px;*/
}

a.dozent {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 20px;
	color: #000;
	text-decoration: none;
	margin: 5px;
	border-radius: 15px;
	background-color: #fff;
	border: 5px solid var(--light-blue);
	position: relative;
}

a.dozent:hover {
	border-color: var(--ml-blue);
	/*border-color: var(--retter-rot);
    background-color: #a8b300;*/
}
.offset-anchor {
	position: absolute;
	top: -90px;
}

.know-more-container {
	margin-top: 20px;
	display: flex;
	flex-basis: 100%;
	justify-content: flex-end;
	padding-right: 10%
}
.know-more-link::before {
	content: '';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid var(--ml-blue);
	margin-right: 5px;
}
.know-more-link:hover::before {
	border-left: 10px solid var(--retter-rot);
}

.dozenten-info-popup.buchen {
	max-width: 790px;
    padding: 25px;
    background-color: #fff;
}
.dozenten-popup-container {
	flex-basis: 650px;
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
	display: -ms-grid;
	display: grid;

	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
}
.dozent-popup-wrapper {
	margin-top: 20px;
}
.dozent-name--popup {
	margin-bottom: 5px;
}
.dozent-quali {
	margin-bottom: 10px;
}
.dozent-bio {
	margin-top: 10px;
}
@media (min-width:576px) {
	.dozenten-popup-container {
		-ms-grid-columns: 250px minmax(250px, 1fr);
		grid-template-columns: 250px minmax(250px, 1fr);
	}
	.dozent-bio {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}
}
.dozenten-vortraege {
	-ms-grid-column-span: 2;
	grid-column: span 2;
}
.vortragsliste-popup,
.vortragsliste-popup ul {
	list-style: none;
}
.vortragsliste-popup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.vortragsliste-popup > li {
	margin-top: 13px;
	position: relative;
	padding-left: 1.5em;
	font-weight: 700;
	background-color: var(--light-blue);
	padding: 0 15px 15px;
	flex-basis: 49%;
	border-radius: 15px;
}

.vortragsliste-popup > li li {
	font-weight: 500;
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 5px;
}
.vortragsliste-popup > li li::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: .8em;
	height: .8em;
	background-color: var(--retter-rot);
	border-radius: 5px;

}

/*
	--Time Table
*/
.content-blue {
	background-color: var(--light-blue);
}

.time-table-content {
	display: flex;
	flex-wrap: wrap;
	margin: 90px 0 ;
	padding: 60px 0;
	position: relative;

}

.basic-container {
	align-items: center;
	flex-basis: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
@media (min-width: 640px) {
	.basic-container {
		flex-basis: 50%;
	}
}
.basic-label {
	/*color: #fff;*/
	font-weight: bold;
	margin-right: 8px;
	text-align: right;

}
ul.time-table {
	position: relative;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	color: #000;
}
.time-table > li {
	position: relative;
	display: flex;
	padding: 40px 20px;
	flex-basis: 100%;
	align-items: flex-start;
	margin: 0;
	flex-wrap: wrap;
}
/*.time-table > li:nth-child(even) {
	background-color: #04556d;
}*/
@media (min-width: 576px) {
	.time-table > li {
		padding: 40px 60px;
	}
}
@media (min-width: 1000px) {
	.time-table > li::before {
		position: absolute;
		content: '';
		height: 100%;
		top: 106px;
		width: 1px;
		border-left: 5px dotted var(--retter-rot);
		left: 141px;
		z-index: 0;
	}
	.time-table > li {
		flex-wrap: nowrap;
	}
}
.time-table > li:last-child::before {
	display: none;

}
.time-table-tag {
	position: relative;
	color: var(--copy-black);
	font-size: 36px;
	font-weight: bold;
	display: flex;
	align-items: center;
	flex-basis: 100%;
	justify-content: center;
	margin-bottom: 20px;
}
.v-datum-wrapper {
	display: flex;
	/*flex-direction: row-reverse;*/
	text-align: right;
	align-items: baseline;
}
.v-wochentag {
	margin-right: 10px;
}
.v-datum {
	font-size: 22px;
}

.tages-liste {
	flex-basis: 100%;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));

}
@media (min-width: 460px) {
	.tages-liste {
		grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
	}
}
@media (min-width: 1000px) {
	.tages-liste {
		flex-basis: calc(100% - 100px);
	}
	.time-table-tag {
		flex-basis: 100px;
		justify-content: space-between;
		margin: 55px 20px 0 0;
	}
	.time-table-tag::after {
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background-color: var(--light-blue);
		border: 3px solid var(--retter-rot);
		border-radius: 50%;
	}
	.v-datum-wrapper {
		display: block;
	}
	.v-wochentag {
		margin-bottom: 3px;
		margin-right: 3px;
	}
}
.vortrag--time-table {
	flex-basis: 460px;
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	align-items: stretch;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}
.vortrag-link {
	border: 3px solid var(--light-blue);
	transition: .2s all ease;
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	align-items: stretch;
	border-radius: 15px;
	color: #000;
	text-decoration: none;
}
.vortrag-link:hover,
.vortrag-link.active  {
	/* border: 3px solid var(--ml-blue); */
	color: #000;
}
.buchen {
	position: relative;
    margin: 5rem auto;
    padding: 40px 20px;
    border-radius: 15px;
    color: var(--copy-black);
    background-color: var(--light-blue);
    text-align: left;
}
.buchen-h3 {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 10px;
}
/* Fade-move Animation For Lightbox - Magnific Popup */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(-1.25rem) perspective(37.5rem) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: translateY(0) perspective(37.5rem) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	transform: translateY(-0.625rem) perspective(37.5rem) rotateX(10deg);
}

/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-close-btn-in .mfp-close {
	color: var(--ml-blue);
	opacity: 1;
}
/* end of fade-move animation for lightbox - magnific popup */


.vortrag-time {
	flex-basis: 100%;
	border-radius: 13px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	padding: 10px;

	display: flex;
	align-items: center;
	text-align: center;
	align-self: stretch;
	justify-content: center;
	background-color: var(--light-blue);
	border: 3px solid #fff;

	font-size: 20px;
	line-height: 16px;
	font-weight: bold;
}

@media (min-width: 400px) {

	.vortrag-time {
		flex-basis: 85px;
		padding: 0;
		border-radius: 0;
		border-top-left-radius: 13px;
		border-bottom-left-radius: 13px;
	}
	.vortrag-time span {
		display: block;
	}
}


/*.time-table > li:nth-child(even) .vortrag-time {
	background-color: #04556d;
}*/

.vortrag-content {
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
	flex-basis: calc(100% - 85px);
	width: calc(100% - 85px);

}
.vbasic.hide {
	display: none;
}
.vadvanced.hide {
	display: none;
}
.vortrag-text-container {
	max-width: 800px;
	margin: 0 auto;
}
.info-container	{
	padding: 20px;
	border-radius: 20px;
	background-color: #fff;
	display: flex;
	flex-basis: 700px;
	flex-wrap: wrap;
	position: relative;
}
.flex-row {
	flex-basis: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.info-tgl {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 5px;

}
.info-rel {
	/*position: relative;*/
}

.vortrag-label {
    display: inline-block;
    font-size: 16px;
    background-color: var(--retter-rot);
    color: #fff;
    padding: 1px 8px;
    border-radius: 8px;
    margin-right: 3px;
}

.more-info {
	display: inline-block;
	border-radius: 50%;
	background-color: #fff;
	color: var(--ml-blue);
	border: 2px solid var(--ml-blue);
	font-weight: 800;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	margin-left: -10px;

}
.more-info-content {
	visibility: hidden;
	position: absolute;
	background: #fff;
	color: var(--copy-black);
	z-index: 1;
	padding: 10px;
	border-radius: 10px;
	left: 0;
	top: 35px;
	width: 100%;
}
@media (min-width: 640px) {
	.info-tgl {
		position: relative;
		margin-right: 20px;
		width: unset;
	}
	.more-info-content {
		left: 50%;
		margin-left: -100px;
		top: 30px;
		width: 400px;
	}
}
.info-tgl:hover .more-info-content {
	visibility: visible;
}
.mb10 {
	margin-bottom: 10px;
}
.anweisung-info {
	text-transform: none;
	margin-top: 20px;
}
.anweisung-info::before {
	content: '!';
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	border: 2px solid var(--retter-rot);
	padding: 5px;
	color: var(--copy-black);
	margin-right: .4em;
	text-align: center;
	line-height: .9;
}
.farbe-cookies-fobi{
	color: #222 !important;
	background-color: var(--retter-rot) !important;
}
.farbe-cookies-fobi:hover{
	color: var(--retter-rot) !important;
	background-color: #004256 !important;
}
.zerti {
	position: absolute;
	right: 20px;
	top: 80px;
	z-index: 2;
}
@media (min-width: 576px) {
	.zerti {
		top: 100px;
	}

}

@media (min-width: 992px) {
	.zerti {
		right: 37px;
	}

}
.card {
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
}