/* Global */
html {
	/* scroll-behavior:smooth; */
}
body {
 
	font-family:'Calibri', var(--font-family-sans-serif);
	color:#fff;
	background:#00374d;
}
::selection {
	background:#d1220d;
	color:#fff;
}
h1, h2, .h1, .h2 {
	font-weight:700;
	font-size:2rem;
}
h2, .h2 {
	color:#fff;
}
.light h2, .light .h2 {
	color:#d1220d;
}
h3, .h3 {
	font-weight:700;
	font-size:1.75rem;
}
h4, .h4 {
	font-weight:700;
	font-size:1.5rem;
}
.text-blue {
	color:#00374d !important;
}
img {
	max-width:100%;
}
video {
	width:100%;
	height:auto;
}
.lead strong {
	font-weight: 700;
}
.text-red {
	color:#d1220d;
}
p {
	margin-bottom:1.5rem;
}
p a:not(.btn), p a:not(.btn):visited, label a, label a:visited, li a, li a:visited {
	color:#d1220d;
	border-bottom:1px solid #d1220d;
	transition:border .2s;
	text-decoration:none;
	outline:none;
}
p a:hover, p a:focus, li a:hover, li a:focus, label a:hover, label a:focus {
	color:#d1220d;
	border-color:transparent;
	text-decoration:none;
	outline:none;
}
a.btn, input.btn, #mc_embed_signup #mc-embedded-subscribe.button {
	background-color:#d1220d;
	color:#fff;
	border-radius:0;
	font-size:1rem;
	padding:.5rem 1.25rem;
	transition:transform .2s;
	font-family:"Calibri", 'K2D', sans-serif;
	font-weight:700;
}
a.btn:hover, a.btn:focus, input.btn:hover, input.btn:focus, #mc_embed_signup #mc-embedded-subscribe.button:hover, #mc_embed_signup #mc-embedded-subscribe.button:focus {
	color:#fff;
	transform:scale(1.05);
	box-shadow:none;
}
.hinweis {
	border:1px solid #d1220d;
}
.job {
	background: transparent !important;
}
.job > div {
	margin-bottom: -6rem;
	margin-top: -5rem;
}
.job a.btn-animate {
	animation: scaling 3s infinite;
	border-radius: 50%;
	z-index: 2;
	width: 175px;
	height: 175px;
	display: flex;
	align-items: center;
	margin-right: 15rem;
}
.job a.btn-animate.job-btn {
	animation: scaling 3s infinite;
	border-radius: 50%;
	z-index: 2;
	width: 175px;
	height: 175px;
	display: flex;
	align-items: center;
	margin-right: 2rem;
	font-size:0.9rem;
	padding:0px;
}
.job a.btn-animate.spenden {
	font-size: 1.5rem;
	padding: .375rem;
	line-height: 1.125;
	width: 120px;
	height: 120px;
	margin-right: 12.75rem;
	flex-direction: column;
	justify-content: center;
}
.job a.btn-animate.spenden::after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #fff;
	margin-top: .75rem;
}
.job.newsletter > div {
	margin-top: -7rem;
}
.job.newsletter a.btn-animate.spenden {
	font-size: 1.25rem;
	width: 160px;
	height: 160px;
	padding: .5rem;
}
.job.newsletter a.btn-animate.spenden::after {
	display: none;
}
.team-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
}

@keyframes scaling {
	0% {
		transform: scale(1) rotate(-5deg);
	}
	33% {
		transform: scale(0.9) rotate(0);
	}
	66% {
		transform: scale(0.9) rotate(0);
	}
	100% {
		transform: scale(1) rotate(-5deg);
	}
}
.lazy-hidden {
	opacity:0;
}
.lazy-loaded {
	transition:opacity .6s;
	opacity:1;
}
.no-js noscript + img {
	display:none !important;
}
canvas {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#noscript {
	background:#d1220d;
	padding:1rem 2rem;
	left:0;
	bottom:0;
	z-index:9999;
}

/* Preloader */
#loader {
	width:100vw;
	height:100vh;
	position:fixed;
	z-index:9998;
	left:0;
	top:0;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
}
.no-js #loader {
	display:none;
}
#loader:after {
	width:60px;
	height:60px;
	border:10px solid #fff;
	border-top:10px solid #00374d;
	border-radius:50%;
	animation:spin 1s infinite;
	display:block;
	content:"";
	z-index:9999;
}
@keyframes spin {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}

/* Klaro CMP */
#klaro .cm-modal {
	background: #fff;
}
#klaro .cm-header {
	background: #00374d;
	border-bottom: 0;
	padding: 1.25rem;
}
#klaro .cm-body {
	padding: 1.25rem;
}
#klaro .cm-list-title, #klaro .cm-list-description {
	color: #00374d;
}
#klaro .cm-required, #klaro .purposes {
	color: #00374d;
}
#klaro .cm-purpose:not(:first-child) {
	margin-top: 1rem;
}
#klaro .cm-toggle-all {
	border-color: #00374d;
}
#klaro .cm-footer {
	border-top: 0;
	padding: 1.25rem;
}
#klaro button {
	margin-right: 0;
}
#klaro .cm-powered-by {
	padding-right: 0;
	display: none;
}
.klaro.cm-as-context-notice {
	border-color: #00374d;
	border-radius: 0;
	background: #fff;
	padding: 0;
}
.klaro.cm-as-context-notice .context-notice {
	border: 0;
	background: transparent;
}
#klaro .cookie-modal {
	z-index: 7000;
}
#klaro .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro.cm-as-context-notice .context-notice .cm-list-input:checked + .cm-list-label .slider, #klaro .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider, #klaro .klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro.cm-as-context-notice .context-notice .cm-list-input.only-required + .cm-list-label .slider, #klaro .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
	background-color: #00374d;
}
#klaro .klaro .cookie-modal a, #klaro .klaro .context-notice a, #klaro .klaro .cookie-notice a {
	color: #00374d;
}
#klaro .klaro .cookie-modal .cm-header a {
	color: #fff;
}
#klaro .klaro .cookie-modal .cm-btn, #klaro .klaro .cookie-modal .cm-btn.cm-btn-accept, .klaro.cm-as-context-notice .context-notice .cm-btn, #klaro .klaro .cookie-notice .cm-btn, #klaro .klaro .cookie-modal .cm-btn.cm-btn-success, .klaro.cm-as-context-notice .context-notice .cm-btn.cm-btn-success, #klaro .klaro .cookie-notice .cm-btn.cm-btn-success {
	background: #fff;
	border: 1px solid #d1220d;
	color: #00374d;
	padding: 0.375rem 0.75rem;
}
#klaro .klaro .cookie-modal .cm-btn.cm-btn-accept-all, .klaro.cm-as-context-notice .context-notice .cm-btn.cm-btn-info, #klaro .klaro .cookie-notice .cm-btn.cm-btn-info, #klaro .klaro .cookie-modal .cm-btn.cm-btn-accept, .klaro.cm-as-context-notice .context-notice .cm-btn.cm-btn-accept, #klaro .klaro .cookie-notice .cm-btn.cm-btn-accept, #klaro .klaro .cookie-modal .cm-btn.cm-btn-success-var, .klaro.cm-as-context-notice .context-notice .cm-btn.cm-btn-success-var, #klaro .klaro .cookie-notice .cm-btn.cm-btn-success-var {
	background: #d1220d;
	color: #fff;
}
#klaro .klaro .cookie-modal button.cm-btn.cm-btn-accept:nth-of-type(2) {
	background-color: #fff;
	color: #00374d;
	margin: 0 0.5rem;
}
#klaro .klaro .cm-purpose label {
	margin-bottom: 0;
}
.btn-klaro.btn-default:hover, .btn-klaro.btn-default:focus {
	color: #fff !important;
}

/* Menu */
#menu {
	background:#fff;
	z-index:1;
	position:relative;
}
#menu .navbar-brand {
	white-space:normal;
	width:14rem;
}
#menu img {
	width:100%;
}
#menu blockquote {
	font-size:.825rem;
	color:#00374d;
	line-height:1.25;
}
#menu a {
	color:#00374d;
	border-bottom:1px solid #fff;
	text-decoration:none;
	font-size:1.25rem;
	transition:color .2s, border .2s;
}
#menu .nav-item:nth-of-type(3) {
	padding-bottom:.75rem;
}
/*#menu .nav-item:nth-of-type(6) {
padding-top:.75rem;
}*/
#menu a:hover, #menu a:focus, #menu .nav-item.active > a, #menu .dropdown-item.active {
	color:#d1220d;
	border-color:transparent;
	background:none;
}
#menu .nav-item.active > a, #menu .dropdown-item.active {
	font-weight:700;
}
#menu .dropdown-toggle::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300374d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	border:0;
	width:1rem;
	height:1rem;
}
#menu .dropdown-menu {
	left:auto;
	right:0;
	min-width:0;
	display:block;
	visibility:hidden;
	opacity:0;
	transition:all .2s;
	border-radius:0;
}
#menu .dropdown-menu.show {
	visibility:visible;
	opacity:1;
}
#menu .dropdown-item {
	text-align:right;
}
#menu a.running::after {
	content:" ●";
	color:#d1220d;
	animation:pulse 3s infinite;
}
@keyframes pulse {
	0% { opacity:0; }
	33% { opacity:1; }
	66% { opacity:1; }
	100% { opacity:0; }
}
#menu a.social svg {
	fill:#fff;
	transition:fill .2s;
}
#menu a.social:hover svg, #menu a.social:focus svg {
	fill:#d1220d;
}

/* Hinweis-Enklinker */
.notice {
	right: .75rem;
	bottom: .75rem;
	border: 1px solid #fff;
	background: #00374d;
	width: 260px;
	z-index: 100;
}
@media (max-width: 992px) {
	.notice {
		width: 300px;
		right: .5rem;
		bottom: .5rem;
	}
	.notice img {
		max-height: 60px;
	}
	.notice h4 {
		font-size: 1rem;
	}
	.notice p {
		font-size: .75rem;
	}
	.notice a.btn {
		font-size: .75rem;
		padding: .25rem .5rem;
	}
}

/* Buch-Enklinker */
.banner {
	right: 1rem;
	top: -100%;
	border-radius: .25rem;
	box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2),5px 5px 10px 0 rgba(0,0,0,0.19);
	background: #fff;
	z-index: 500;
	color: #00374d;
	width: 360px;
	transition: top 1.337s 2.5s;
}
.banner.active {
	top: -.25rem;
}
.banner.hidden {
	top: -100%;
	transition: top 1.337s;
}
@media (max-width: 480px) {
	.banner {
		width: calc(100% - 2rem);
	}
}

/* Content */
.markenbild {
	border-bottom: 10px solid #fff;
}
.markenbild .container {
	max-width: 1680px;
}
#start blockquote {
	font-size:1.5rem;
	color:#00374d;
}
#start img {
	max-width:800px;
	width:100%;
}
.accordion .card-header {
	background:#fff;
}
.accordion .card {
	border-radius:0;
}
.accordion h3 button {
	font-weight:700;
	font-size:1.5rem;
	color:#00374d;
	text-decoration:none;
	padding:.75rem 0;
}
.accordion h3 button:hover, .accordion h3 button:focus {
	color:#00374d;
	text-decoration:none;
}
.accordion .card-body {
	color:#00374d;
}
.accordion button {
	position:relative;
	display:flex;
	align-items:center;
	width:100%;
	padding:1rem 1.25rem;
	font-size:1rem;
	color:#212529;
	text-align:left;
	line-height: 1.2;
	background-color:#fff;
	border:0;
	border-radius:0;
	overflow-anchor:none;
	transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
.accordion button:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300374d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform:rotate(-180deg)
}
.accordion button::after {
	flex-shrink:0;
	width:1.25rem;
	height:1.25rem;
	margin-left:auto;
	content:"";
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300374d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat:no-repeat;
	background-size:1.25rem;
	transition:transform .2s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.accordion button::after {
		transition:none
	}
}
.light {
	padding:5rem 0;
	background:#fff;
	position:relative;
}
.light h3, .light p, .light li, .light label, .light small, .light blockquote, .light h4, .light figcaption {
	color:#00374d;
}
.quote blockquote {
	position: relative;
	z-index: 2;
	padding-left: 5rem;
}
.quote::after {
	content: "‘‘";
	font-family: "Georgia, serif";
	position: absolute;
	font-size: 15rem;
	letter-spacing: -1.25rem;
	left: 1rem;
	top: -5.5rem;
	color: #e8e8e8;
	z-index: 1;
}
#steps ol {
	list-style:none;
	padding-left:0;
	counter-reset: section;
}
#steps li {
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	font-weight: 700;
}
#steps li::before {
	counter-increment:section;
	content:counter(section);
	display:flex;
	font-weight:700;
	font-size:1.25rem;
	border-radius:50%;
	width:2rem;
	line-height:1.5;
	height:2rem;
	align-self:center;
	margin-bottom:.5rem;
	color:#fff;
	background:#d1220d;
	justify-content:center;
}
#welcome h1 {
	color:#00374d;
}
#agenda .h5 {
	font-weight:400
}
#agenda dt {
	color:#00374d;
	font-weight:normal;
}
#agenda dd {
	color:#00374d;
}
#agenda dd p {
	padding-left:13px;
}
#agenda dd p:before {
	content:'•';
	display:inline-block;
	margin-right:5px;
	margin-left:-13px;
}
/*
#agenda .2023 p {
color: #fff !important;
}
*/
#members:not(.light) a {
	color:#fff;
	text-decoration:none;
}
#members a img {
	transition:transform .2s;
}
#members a:hover img, #members a:focus img {
	transform:scale(1.05);
}
#contact {
	padding-bottom:10rem;
}
#contact img {
	max-width:215px;
}
#contact h3 {
	color:#d1220d;
}
#login .btn {
	font-size: 1.5rem;
}
#partner .row:not(:last-child) {
	border-bottom:1px solid #ccc;
}
/*#dna img {
width:3rem;
float:left;
margin-top:-.25rem;
}
#dna p {
padding-left:4rem;
}*/
#members .carousel-control-next, #members .carousel-control-prev {
	display:none;
}
#members .carousel-indicators {
	bottom:-50px;
}
#members.light .carousel-indicators li {
	background-color:#00374d;
}
#members.light .carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300374d' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
#members.light .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2300374d' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#statements .quote svg {
	fill:rgba(255,255,255,.25);
	width:48px;
	height:48px;
	position:absolute;
	left:-12px;
	top:0;
	z-index:-1;
}
#statements img {
	max-width:300px;
	width:100%;
}
#statements .quote::after {
	display:none;
}
#presseberichte li a {
	color: #00374d;
	font-size: 1.25rem;
	border-bottom: 1px solid #00374d;
	transition: border .2s;
}
#presseberichte li a:hover {
	border-bottom: 1px solid transparent;
	text-decoration: none !important;
}
#mapWrap {
	height: 600px;
	display: flex;
}
#mapWrap > div[data-name="Maps"] {
	width: 100%;
}
#map .infowindow h4 {
	color: #00374d;
	font-size: 1.25rem;
	line-height: 1.337;
}
/* Timeline */
.timeline {
	position: relative;
	margin: 0 auto 1rem auto;
	overflow: hidden;
}
.timeline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	border-right: 2px dashed #fff;
	height: 100%;
	display: block;
}
.timeline-row {
	padding-left: 50%;
	position: relative;
	margin-bottom: 30px;
}
.timeline-row .timeline-time {
	position: absolute;
	right: 50%;
	top: 10px;
	text-align: right;
	margin-right: 20px;
	color: #fff;
	font-size: 1.5rem;
}
.timeline-row .timeline-content {
	position: relative;
	padding: 20px 30px;
	background: #fff;
	color: #00374d;
}
.timeline-row .timeline-content:after {
	content: "";
	position: absolute;
	top: 20px;
	height: 16px;
	width: 16px;
	background: #fff;
}
.timeline-row .timeline-content:before {
	content: "";
	position: absolute;
	top: 20px;
	right: -49px;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	z-index: 10;
	background: #d1220d;
}
.timeline-row:nth-child(even) .timeline-content {
	margin-left: 40px;
	text-align: left;
}
.timeline-row:nth-child(even) .timeline-content:after {
	left: -8px;
	right: initial;
	border-bottom: 0;
	border-left: 0;
	transform: rotate(-135deg);
}
.timeline-row:nth-child(even) .timeline-content:before {
	left: -52px;
	right: initial;
}
.timeline-row:nth-child(odd) {
	padding-left: 0;
	padding-right: 50%;
}
.timeline-row:nth-child(odd) .timeline-time {
	right: auto;
	left: 50%;
	text-align: left;
	margin-right: 0;
	margin-left: 20px;
}
.timeline-row:nth-child(odd) .timeline-content {
	margin-right: 40px;
}
.timeline-row:nth-child(odd) .timeline-content:after {
	right: -8px;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}
@media (max-width: 992px) {
	.timeline:after {
		border: 0;
	}
	.timeline .timeline-row:nth-child(odd) {
		padding: 0;
	}
	.timeline .timeline-row:nth-child(odd) .timeline-time {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 10px 0;
	}
	.timeline .timeline-row:nth-child(odd) .timeline-content {
		margin: 0;
	}
	.timeline .timeline-row:nth-child(odd) .timeline-content:before {
		display: none;
	}
	.timeline .timeline-row:nth-child(odd) .timeline-content:after {
		display: none;
	}
	.timeline .timeline-row:nth-child(even) {
		padding: 0;
	}
	.timeline .timeline-row:nth-child(even) .timeline-time {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 10px 0;
		text-align: left;
	}
	.timeline .timeline-row:nth-child(even) .timeline-content {
		margin: 0;
	}
	.timeline .timeline-row:nth-child(even) .timeline-content:before {
		display: none;
	}
	.timeline .timeline-row:nth-child(even) .timeline-content:after {
		display: none;
	}
}

/* Video-Player */
.plyr {
	height:auto;
}
.plyr.plyr--stopped .plyr__controls {
	display:none;
}
.plyr--full-ui input[type=range] {
	color:#d1220d;
}
.plyr__control--overlaid {
	background:rgba(209, 34, 13, .8);
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
	background:#d1220d;
}
.plyr__control.plyr__tab-focus {
	box-shadow:0 0 0 5px rgba(209, 34, 13, .5);
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
	background:#d1220d;
}
#testimonials .plyr button.plyr__control--overlaid {
	bottom:4rem;
	top:auto;
}
#testimonials .plyr--video::after {
	display:block;
	width:100%;
	height:300px;
	position:absolute;
	z-index:1;
	opacity:.75;
	bottom:0;
	left:0;
	content:"";
	transition:opacity .2s;
	background:linear-gradient(to bottom, transparent, #00374d);
}
#testimonials .plyr--video + p {
	transform:translateY(-4.5rem);
	z-index:2;
	position:relative;
	text-align:center;
	margin-bottom:0;
	transition:opacity .2s;
}
#testimonials .plyr--playing + p, #testimonials .plyr--playing::after {
	opacity:0;
}

/* Formular */
form .fullname {
	display:none;
}
#form {
	background:#fff;
}
#form label, #form p, #form h3, #form li, #form h4 {
	color:#00374d;
}
.custom-file-label::after {
	content:"Datei auswählen";
}
.form-control, .custom-select, .custom-checkbox .custom-control-label::before, .custom-file-label {
	border-color:#00374d;

	transition:border-color .2s;
	color:#00374d;
}
.custom-file-input:hover + .custom-file-label, .custom-file-input:focus + .custom-file-label, .form-control:hover, .custom-select:hover, .custom-checkbox .custom-control-label:hover::before, .form-control:focus, .custom-select:focus, .custom-checkbox .custom-control-label:focus::before, .custom-control-input:focus ~ .custom-control-label::before {
	box-shadow:none !important;
	border-color:#d1220d !important;
	color:#00374d !important;
}
.form-control:hover, .custom-select:hover {
	background-color:#fff !important;
}
.custom-select:hover, .custom-control-label:hover::after {
	cursor:pointer;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color:#d1220d;
	background-color:#d1220d;
}
#form .custom-control-input:checked ~ .custom-control-label::before {
	background-color:#d1220d;
}
#uploading {
	opacity: 0;
	transition: opacity .5s, visibility .5s;
	visibility: hidden;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	height: 100vh;
	background: rgba(255,255,255,.8);
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
#uploading:after {
	width:60px;
	height:60px;
	border:10px solid transparent;
	border-top:10px solid #00374d;
	border-radius:50%;
	animation:spinner 1s infinite;
	display:block;
	content:"";
	z-index:999;
}
@keyframes spinner {
	0% { transform:rotate(0deg); }
	100% { transform:rotate(360deg); }
}
#uploading.show {
	visibility: visible;
	opacity: 1;
	cursor: wait;
}

/*custom */
.w-80 {
	width: 80%;
}
/* Media Queries */
@media (max-width: 991.98px) {
	#menu a {
		color:#00374d;
		/*border-bottom:1px solid #00374d;*/
		border:0;
		font-size:1.25rem;
	}
	#menu .navbar-toggler {
		padding:.5rem;
	}
	#menu .navbar-toggler-icon {
		background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	#menu button[aria-expanded="true"] .navbar-toggler-icon {
		background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,55,77,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	#menu button {
		outline:none;
	}
	#menu a.social svg {
		fill:#00374d;
	}
	#menu .navbar-collapse {
		position:fixed;
		top:0;
		left:100%;
		padding:20% 10%;
		width:100%;
		transition:left .2s;
		background:#fff;
		background:rgba(255, 255, 255, .95);
		height:100vh;
		display:flex;
		justify-content:center;
		z-index:2;
	}
	#menu .navbar-collapse.show {
		left:0;
	}
	#menu .navbar-toggler {
		z-index:3;
		position:relative;
	}
	#menu .navbar-toggler span {
		display:block;
		width:2rem;
		height:.125rem;
		margin-bottom:.5rem;
		position:relative;
		background:#00374d;
		border-radius:.125rem;
		z-index:1;
		transition:transform .5s cubic-bezier(0.77,0.2,0.05,1.0), background .5s cubic-bezier(0.77,0.2,0.05,1.0), opacity .5s ease, margin .5s;
	}
	#menu .navbar-toggler span:nth-last-child(2) {
		transform-origin:0 100%;
	}
	#menu .navbar-toggler span:nth-last-child(1) {
		margin-bottom:0;
	}
	#menu button[aria-expanded="true"] span {
		opacity:1;
		transform:rotate(45deg) translate(-4px, -5px);
		background:#00374d;
		margin-bottom:0;
	}
	#menu button[aria-expanded="true"] span:nth-last-child(2) {
		opacity:1;
		transform:rotate(-45deg) translate(0, 9px);
	}
	#menu button[aria-expanded="true"] span:nth-last-child(3) {
		opacity:0;
		transform:rotate(0deg) scale(0.2, 0.2);
	}
	#menu .dropdown-menu {
		padding:0;
		background:none;
		display:none;
		border:0;
		padding:0 .5rem;
	}
	#menu .dropdown-menu.show {
		display:block;
	}
	#menu .dropdown-item {
		display:inline-block;
		width:auto;
		padding:0;
		clear:none;
		margin:0 .25rem;
	}
	#patronvideo {
		padding-top: 0;
	}
	.job > div {
		margin-bottom: -5rem;
		margin-top: -2rem;
	}
	.job.newsletter > div {
		margin-top: -2rem;
	}
	.job a.btn-animate {
		margin-right: 5rem;
	}
	.job a.btn-animate.spenden {
		margin-right: 5rem;
	}
	.markenbild {
		border: 0;
		margin-top: -40px;
	}
	.markenbild .container {
		padding: 0;
	}
}
@media (max-width:767.98px) {
	#statements .row:nth-of-type(even) .col-md-3 {
		order:2;
	}
	#statements .row:nth-of-type(even) .col-md-9 {
		order:1;
	}
	.job > div {
		margin-bottom: -6rem;
		margin-top: -1.5rem;
	}
	.job a.btn-animate {
		margin-right: 2rem;
	}
	.job a.btn-animate.spenden {
		margin-right: 2rem;
	}
}
@media (max-width:479.98px) {
	#menu .navbar-collapse {
		padding:1rem;
	}
}
@media (min-width:400px) {
	#menu .navbar-brand {
		width:17rem;
	}
}
@media (min-width:576px) {
	#menu .navbar-brand {
		width:25rem;
	}
	#menu blockquote {
		font-size:1.25rem;
	}
}
@media (min-width:768px) {
	p a[href^=tel] {
		color:#00374d;
		border-bottom:0;
	}
	#start blockquote {
		font-size: 2.185rem;
	}
	#menu .navbar-brand {
		width:auto;
	}
	#menu blockquote {
		font-size:1.45rem;
	}
	#menu img {
		width:35rem;
	}
	#facts h2 {
		position: absolute;
		left: 15px;
		top: 4rem;
		padding-top: 0 !important;
	}
}
@media (min-width:992px) {
	h1, .h1 {
		font-size:4.5rem;
		line-height:1;
	}
	h2, .h2 {
		font-size:2.5rem;
		line-height:1.1;
	}
	#patron.fullscreen.patron-2020 {
		background:#fff url(/media/charity-events/pate/magdalena-neuner-large.jpg) right center / cover no-repeat;
	}
	#menu a.running::before {
		content:"● ";
		color:#d1220d;
		animation:pulse 3s infinite;
	}
	#menu a.running::after {
		display:none;
	}
}
@media (min-width:1200px) {
	#steps .col-xl-special {
		-ms-flex: 0 0 14.285714%;
		flex: 0 0 14.285714%;
		max-width: 14.285714%;
	}
	#patron.fullscreen.patron-2021 .image-smaller {
		display:none;
	}
	#patron.fullscreen.patron-2021 {
		background:#fff url(/media/charity-events/pate/matthias-steiner-large.jpg) right top / cover no-repeat;
	}
	#mapWrap {
		height: 750px;
	}
}
@media (min-width:1300px) {
	#members .carousel-control-next, #members .carousel-control-prev {
		width:10%;
		display:flex;
	}
	#members .carousel-control-next {
		right:-100px;
	}
	#members .carousel-control-prev {
		left:-100px;
	}
}
@media (min-width:1600px) {
	.col-xxl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	#patron.fullscreen .image-smaller {
		display:none;
	}
	#patron.fullscreen.patron-2022 {
		background:#fff url(/media/charity-events/pate/wendl-arlt-large.jpg) right center / cover no-repeat;
	}
	#patron.fullscreen.patron-2023 {
		background:#fff url(/media/charity-events/pate/dominik-klein-large.jpg) right top / cover no-repeat;
	}
	#patron.fullscreen.patron-2024 {
		background:#fff url(/media/charity-events/pate/ramona-hofmeister-large.jpg) right top / cover no-repeat;
	}
	#patron.fullscreen.patron-2025 {
		background:#fff url(/media/charity-events/pate/dardan-morina-large.jpg) right top / cover no-repeat;
	}
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {display:block; position:relative; text-align:left; margin: 20px}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border: 1px solid #ABB0B2; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #111; border: 0 none; border-radius:4px; transition: all 0.23s ease-in-out 0s; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: normal; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding: 0 22px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: fit-content; width: -moz-fit-content;}
#mc_embed_signup .button:hover {background-color:#222;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px; display:grid;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}
#mc_embed_signup .mc-address-fields-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px;}
#mc_embed_signup .mc-sms-phone-group {display:flex; flex-direction:row; justify-content:space-evenly; width:96%; gap:15px; padding-top:5px;}
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}
#mc_embed_signup .indicates-required {text-align:right; font-size:11px; margin-right:4%;}
#mc_embed_signup .asterisk {color:#e85c41; font-size:150%; font-weight:normal; position:relative; top:5px;}
#mc_embed_signup .clear {clear:both;}
#mc_embed_signup .foot {display:grid; grid-template-columns: 3fr 1fr; width:96%; align-items: center;}
@media screen and (max-width:400px) {#mc_embed_signup .foot {display:grid; grid-template-columns: 1fr; width:100%; align-items: center;}}
@media screen and (max-width:400px) {#mc_embed_signup .referralBadge {width:50%;}}
#mc_embed_signup .brandingLogo {justify-self:right;}
@media screen and (max-width:400px) {#mc_embed_signup .brandingLogo {justify-self:left;}}
#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%; margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .helper_text {color: #8d8985; margin-top: 2px; display: inline-block; padding: 3px; background-color: rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; font-weight: normal; z-index: 1;}
#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {display:inline-block; margin:2px 0 1em 0; padding:3px; background-color:rgba(255,255,255,0.85); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size:14px; font-weight:normal; z-index:1; color:#e85c41;}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {border:2px solid #e85c41;}
#mc-embedded-subscribe-form input[type=checkbox] {
	display: inline;
	width: auto;
	margin-right: 10px;
}
#mergeRow-gdpr fieldset label span {
	font-weight: normal;
}
#mc_embed_signup form {
	color: #00374d;
	margin: 0;
}
#mc_embed_signup .mc-field-group {
	padding-bottom: 1rem;
}
#mc_embed_signup .mc-field-group.input-group input {
	margin-right: .5rem;
}
#mc_embed_signup .mc-field-group label {
	font-weight: bold;
}
#mc_embed_signup .asterisk {
	top: 0;
	font-size: 100%;
	color: #d1220d;
}