html {
  --rot: rgb(188,39,58);
  --grau: rgb(51,51,51);
  --hellgrau: rgb(147,147,147);
  --helleshellgrau: rgb(218,218,218);
  --weiss: rgb(255,255,255);
  --schrift: rgb(0,0,0);
}

body {
	color: var(--schrift);
	font-family: 'RopaSans', sans-serif;
	font-size: 1.7rem;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 140%;
	letter-spacing: -0.01em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-color: #fff;
}
body.noscroll {
	margin: 0; 
	height: 100vh;
	overflow:hidden;
}
html {
	overflow-x:hidden;
}
p {
	margin:0;
}
ul,li {
	padding:0;
	margin:0;html {
	  --rot: rgb(188,39,58);
	  --grau: rgb(51,51,51);
	  --hellgrau: rgb(147,147,147);
	  --helleshellgrau: rgb(218,218,218);
	  --weiss: rgb(255,255,255);
	  --schrift: rgb(0,0,0);
	}
	
	body {
		color: var(--schrift);
		font-family: 'RopaSans', sans-serif;
		font-size: 1.7rem;
		font-weight: 400;
		margin: 0;
		padding: 0;
		line-height: 140%;
		letter-spacing: -0.01em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		overflow-x: hidden;
		background-color: #fff;
	}
	body.noscroll {
		margin: 0; 
		height: 100vh;
		overflow:hidden;
	}
	html {
		overflow-x:hidden;
	}
	p {
		margin:0;
	}
	ul,li {
		padding:0;
		margin:0;
		list-style: none;
	}
	h1 {
		font-size: 2.2rem;
		color: var(--rot);
		margin-top: 40px;
		margin-bottom: 20px;
		line-height: 99%;
		font-weight: 400;
		text-align: left;
		letter-spacing: -0.03rem;
	}
	h2 {
		font-size: 2rem;
		color:var(--rot);
		padding-top: 10px;
		margin-top:20px;
		margin-bottom:0px;
		padding-bottom:10px;
		line-height:99%;
		font-weight:200;
		letter-spacing: -0.03rem;
		text-align: left;
	}
	table {
		border:0;
	}
	table td {
		border:0;
	}
	table td:first-child {
		width:120px;
	}
	.section_content>h2 {
		text-transform:uppercase;
	}
	.nooverflow {
		overflow:hidden;
		position: fixed;
	}
	h3 {
		margin-top:10px;
		margin-bottom:10px;
		color:var(--rot);
		font-weight:200;
	}
	h4 {
		
	}
	h5 {
		font-weight:normal;
		font-size: inherit;
		margin:0;
	}
	a,
	a:link,
	a:hover,
	a:active,
	a:visited {
		color:var(--hellgrau);
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
		color:var(--rot);
	}
	b {
		font-weight: 700;
	}
	.header_balken {
		height:144px;
		width:100%;
		background-color:var(--grau);
		position: absolute;
		top:0px;
		opacity: 0.8;
	}
	.header_menu {
		height:160px;
		width:100%;
		background-color:transparent;
		position: absolute;
		top:0px;
	}
	.content_frame {
		margin:0 auto;
		width:calc(100% - 40px);
		max-width:1400px;
		position:relative;
	}
	.stage {
		height:calc(160px + 40vw);
		background-color:var(--hellgrau);
		position:relative;
	}
	.stage .stage_wrapper {
		
	}
	.slider_wrapper {
		height: calc(160px + 40vw);
		position:relative;
	}
	ul.slider {
		height: calc(160px + 40vw);
	
	}
	.stage .slider_wrapper ul.slider {
	}
	.stage .slider_wrapper ul.slider li {
		width:100%;
		height:calc(160px + 40vw);
		position:absolute;
		top:0px;
		left:-100%;
	}
	.stage .slider_wrapper ul.slider li img {
		object-fit:cover;
		width:100%;
		height:calc(160px + 40vw);
	}
	.stage ul.index {
		display:flex;
		position: absolute;
		top:calc(10vw + 360px);
		left:60vw;
	}
	@media (max-width: 1350px) {
		.stage ul.index {
			left:calc(100% - 540px);
		}
	}
	.stage ul.index li {
		width:8px;
		height:8px;
		margin-right:10px;
		background-color:var(--hellgrau);
	}
	.stage ul.index li.aktiv {
		background-color:var(--rot);
	}
	.caption_hg {
		position:absolute;
		right:0px;
		top:calc(160px + 10vw);
		height:180px;
		width:clamp(540px,40vw,40vw);
		background-color: var(--grau);
		opacity:0.8
	}
	.stage .slider_wrapper div.slide img {
		object-fit:cover;
		width:100%;
		height:calc(160px + 40vw);
	}
	.caption_hg.left {
		position:absolute;
		left:0px;
		top:calc(160px + 10vw);
		height:180px;
		width:clamp(540px,40vw,40vw);
		background-color: var(--rot);
		opacity:0.8
	}
	ul.caption {
		position:absolute;
		right:0px;
		top:calc(160px + 10vw);
		height:180px;
		width:clamp(540px,40vw,40vw);
		background-color: transparent;
	}
	ul.caption li {
		position:absolute;
		padding-left:20px;
		left:0px;
		top:20px;
		width:400px;
	}
	ul.caption li .text {
		color: var(--weiss);
		font-style: italic;
		font-weight:bold;
	}
	ul.caption li .name  {
		color: var(--rot);
	}
	.vertical-space {
		height:40px;
	}
	.caption_hg.left {
		position:absolute;
		left:0px;
		top:calc(160px + 10vw);
		height:180px;
		width:clamp(540px,40vw,40vw);
		background-color: var(--rot);
		opacity:0.8; 
	}
	.caption.left {
		position:absolute;
		left:0px;
		padding-left:clamp(20px,calc(50% - 700px),calc(50% - 700px));
		top:calc(160px + 10vw);
		height:180px;
		width:clamp(540px,40vw,40vw);
		background-color: transparent;
	}
	.caption.left .text {
	}
	.caption.left .text h1 {
		color:var(--weiss);
		font-size:2.2rem;
		margin-bottom: 0px;
	}
	.caption.left .email a{
		color:var(--schrift);
	}
	.caption.left .back {
		color:var(--weiss);
		position: absolute;
		top:180px;
	}
	.caption.left .back a:link,
	.caption.left .back a:visited,
	.caption.left .back a:active
	 {
		color:inherit;
	}
	.content {
		padding:0 20px;
	}
	.logo {
		background-image:url(images/logo_rs.png);
		background-size: contain;
		background-repeat: no-repeat;
		width:268px;
		height:61px;
		position:absolute;
		top:66px;
		left:0px;
	}
	.logo a {
		display:block;
		width:100%;
		height:100%;
	}
	ul.language {
		position: absolute;
		left:0px;
		top:10px;
		color:var(--hellgrau);
	}
	ul.language li {
		display:inline-block;
		color:var(--rot);
	}
	ul.language li a {
		color:var(--hellgrau);
		
	}
	button.navbar-toggler {
		display:none;
		outline: none;
		width: 31px;
		height: 20px;
		cursor: pointer;
		transition: all .2s;
		position: absolute;
		-webkit-align-self: center;
		align-self: center;
		border:0px;
		background:white;
		right:0px;
		align-self: center;
		top:33px;
		right:20px;
	}
	.hamburger span:nth-child(1) {
		top: 0px;
		transition: all .25s;
	}
	.hamburger ul.menu {
		display:none;
	}
	.menu_wrapper {
		position: absolute;
		top:99px;
		right:0px;
		width: clamp(550px,50vw,800px);
	}
	.menu_wrapper ul.menu {
		width:100%;
		display:flex;
		justify-content: space-between;
	}
	.menu_wrapper ul.menu li {
		/* margin-right:clamp(10px,5vw,40px); */
	}
	.menu_wrapper ul.menu li,
	.menu_wrapper ul.menu li a {
		
		color:var(--weiss);
	
	}
	.menu_wrapper ul.menu li.aktiv a,
	.menu_wrapper ul.menu li a:hover {
		color:var(--rot);
	}
	
	.topbild {
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding-bottom:90px;
		padding-top:135px;
		line-height: 2rem;
	}
	
	/* HOME BOXEN */
	.editorial.boxen {
		display:flex;
		justify-content: center;
		gap:30px;
	}
	.editorial.boxen a {
		background-color:var(--rot);
		width:230px;
		height:230px;
		display:block;
		color:#fff;
		display:flex;
		justify-content: center;
		align-items: center;
		flex-direction:column;
		font-size:2rem;
	}
	.editorial.boxen a div {
	
		
	}
	/* FOOTER */
	.footer {
		background-color:var(--grau);
		padding-bottom:50px;
		margin-top: 60px;
		padding-top:80px;
	}
	.footer .inner_container .footer_linie {
		border-top:1px solid var(--hellgrau);
		height:1px;
		width:100%;
	}
	.footer .zeile {
		display:flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-bottom:40px;
	}
	.footer .zeile .spalte {
		color:var(--weiss);
	}
	.footer .zeile .social {
		display:flex;
		justify-content: flex-start;
	}
	.footer .zeile .social li {
		width:35px;
		height:auto;
		margin-right:0px;
	}
	.footer .zeile .social li img {
		width:25px;
		height:20px;
		object-fit: contain;
	}
	.footer .zeile .unterzeile {
		display:flex;
		justify-content: flex-start;
	}
	.footer .zeile .unterzeile.rechts {
		justify-content: flex-end;
	}
	.footer .zeile .unterzeile img {
		height:50px;
		margin-right:30px;
	}
	.footer .zeile .unterzeile.rechts img {
		height:50px;
		width:auto;
		object-fit:contain;
		margin-right:0px;
		margin-left:30px;
	}
	
	
	
	
	.inner_container {
		max-width:1400px;
		margin: 0px auto;
	}
	
	
	.section {
		margin:50px 0 20px;
	}
	.linie {
		height:2px;
		width:100%;
		margin-bottom:50px;
	}
	.linie .hrlinie {
		width:280px;
		height:3px;
		margin: 0 auto;
		background-color:#9eb28f;
	}
	
	.section_content.editorials {
		margin-top:40px;
	}
	.spalten {
		display:flex;
		justify-content: space-between;
	}
	.spalten .spalte {
		width:49%;
	}
	.spalten .spalte img {
		width:100%;
		height:auto;
	}
	ul.links li {
		margin-bottom:10px;
	}
	.editorial h3 {
		margin-top:20px;
	}
	.editorial {
		margin-top:30px;
	}
	.editorial p {
		text-align: justify;
	}
	ul.termine>li>h3.dropdown:after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: -.1em;
		content: "";
		border-top: .3em solid #000;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
		top:12px;
		
	}
	ul.termine>li>h3.dropdown.aktiv:after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: -.1em;
		content: "";
		border-top: 0;
		border-right: .3em solid transparent;
		border-bottom: .3em solid #000;
		border-left: .3em solid transparent;
		top:12px;
		
	}
	ul.termine>li>h3.dropdown {
		cursor:pointer;
		user-select: none;
	}
	ul.termine>li>h3.dropdown .text {
		display:none;
	}
	
	ul.termine>li>.wrapper {
		display:none;
	}
	.anmeldelink {
		color:#9eb28f;
		cursor:pointer;
		margin-top:20px;
		margin-bottom:20px;
	}
	.layer {
		display:none;
		position: fixed;
		left:50%;
		transform: translate(-50%, 0);
		top:5vh;
		border: 1px solid #9eb28f;
		background:white;
		padding:20px;
		width: clamp(400px,95%,1100px);
		height: 90vh;
		overflow-y: auto;
	}
	.layer .close {
		cursor:pointer;
		position: absolute;
		right:10px;
		top:10px;
		width:20px;
		height:20px;
		background-image: url(images/close.png);
		background-size:20px 20px;
	}
	
	.form_wrapper {
		display:flex;
		flex-wrap:wrap;
		width:100%;
		padding-bottom:100px;
	}
	.form_wrapper>li.halb {
		width:calc(50% - 22px);
		padding:10px;
	}
	.form_wrapper>li.ganz {
		width:calc(100% - 22px);
		padding:10px;
	}
	.form_wrapper input,select {
		width:calc(100% - 44px);
		padding:20px;
		margin:0;
		font-size:1.17em;
	}
	.form_wrapper textarea {
		width:calc(100% - 44px);
		padding:20px;
		margin:0;
		font-size:1.17em;
		
	}
	.form_wrapper .error_message {
		display:none;
		color:#f00;
	}
	.form_wrapper select {
		width: 100%;
	}
	.form_wrapper .feld {
		position: relative;
	}
	.form_wrapper .feld.error.not_first input {
		/* border-color:#f00; */
	}
	.form_wrapper input[type=submit] {
		position: absolute;
		cursor:pointer;
		width: auto;
		padding: 20px 40px;
		border-radius: 40px;
		border-width:1px;
		left:50%;
		transform: translate(-50%, 0);
	}
	.form_wrapper input[type=submit]:hover {
		background-color:#9eb28f;
	}
	ul.team {
		
	}
	ul.team li {
		margin-bottom:30px;
	}
	.team_member_content {
		display:flex;
		justify-content: center;
		margin:50px 0 50px;
	}
	.team_member_content>div {
		width:260px;
		max-width:260px;
	}
	.team_member_content img {
		width:100%;
	}
	ul.boxen {
		display:flex;	
		justify-content: center;
		flex-wrap: wrap;
	}
	ul.boxen li.box {
		background-color:#9eb28f;
		padding:20px;
		margin:0 20px 20px;
		width:clamp(200px,20vw,300px);
	}
	ul.boxen li.box a,
	ul.boxen li.box a:link,
	ul.boxen li.box a:active,
	ul.boxen li.box a:visited {
		color:rgba(77, 88, 68, 1)
	}
	ul.boxen li.box a:hover {
		color:#fff;
	}
	/* Klappboxen */
	ul.klappbar {
		margin-top:20px;
		margin-bottom:20px;
	}
	ul.klappbar li {
		color:var(--schrift);
		margin-top:10px;
		margin-bottom:20px;
		cursor:pointer;
	}
	ul.klappbar li.aktiv {
	}
	ul.klappbar li  h2 {
		padding:10px 50px 10px 20px;
		margin:0px;
		background-image:url(images/plus.png);
		background-repeat: no-repeat;
		background-size:30px 30px;
		background-position: right 10px center;
		background-color:var(--helleshellgrau);
	
	}
	ul.klappbar li.aktiv  h2 {
		background-image:url(images/minus.png);
		background-color:var(--rot);
		color:var(--weiss);
	}
	ul.klappbar li.aktiv  h2:hover {
		background-image:url(images/minus.png);
	}
	ul.klappbar li  h2:hover {
		background-color:var(--rot);
		color:var(--weiss);
		background-image:url(images/plus-hover.png);
	}
	ul.klappbar li  h2 span.klein {
		font-size:1.6rem;
	}
	ul.klappbar li .klappbar_inhalt {
		display:none;
		margin-top:40px;
		margin-bottom:40px;
		transition: slideDown .5s ease-in-out;
	}
	ul.klappbar li.aktiv .klappbar_inhalt {
		display:block;
		position:relative;
	}
	@keyframes slideDown {
		0% {
			height:0%;
			opacity:0%;
		}
		100% {
			height:auto;
			opacity:100%;
		}
	}
	ul.klappbar li .klappbar_inhalt .klappbar_text {
	}
	ul.klappbar li.aktiv .klappbar_inhalt .klappbar_text {
		width: calc(100% - 440px);
		min-height:234px;
	}
	ul.klappbar li .klappbar_inhalt .klappbar_team {
		position:absolute;
		right:0px;
		top:0px;
		width:clamp(230px,30vw,430px);
		
		height:inherit;
	}
	ul.klappbar li .klappbar_inhalt .klappbar_team h3 {
		text-align:right;
		margin-top: 0px;
		font-size: 1.7rem;
		
	}
	ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner {
		text-align: right;
	}
	ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner a {
		display:inline-block;
		margin-left:10px;
	}
	ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner a:first-child {
		margin-left:0px;
	}
	ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner a img {
		width: 100px;
		height:100px;
		object-fit: cover;
	}
	ul.klappbar li h2 {
		color:inherit;
	}
	/* TEAM */
	ul.team {
		display:flex;
		justify-content: space-between;
		margin-top:20px;
		flex-wrap: wrap;
	}
	ul.team li {
		position: relative;
	}
	ul.team li,
	ul.team li img {
		width: clamp(150px,calc(30vw  - 20px),370px);
		height: clamp(218px,41vw,514px); 
		
	}
	ul.team li img {
		object-fit: cover;
	}
	ul.team li .overlay,
	ul.team li .overlay_text {
		position:absolute;
		width:calc(100% - 20px);
		height:auto;
		bottom:0px;
		padding:10px;
		font-size:1.6rem;
	}
	ul.team li .overlay {
		background-color: var(--rot);
		opacity:0.6;
		min-height:70px;
	}
	ul.team li .overlay_text .name {
		color:var(--weiss);
	}
	ul.team li .overlay_text .funktion {
		color:var(--schrift);
	}	list-style: none;
}
h1 {
	font-size: 2.2rem;
	color: var(--rot);
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 99%;
	font-weight: 400;
	text-align: left;
	letter-spacing: -0.03rem;
}
h2 {
	font-size: 2rem;
	color:var(--rot);
	padding-top: 10px;
	margin-top:20px;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height:99%;
	font-weight:200;
	letter-spacing: -0.03rem;
	text-align: left;
}
table {
	border:0;
}
table td {
	border:0;
}
table td:first-child {
	width:120px;
}
.section_content>h2 {
	text-transform:uppercase;
}
.nooverflow {
	overflow:hidden;
	position: fixed;
}
h3 {
	margin-top:10px;
	margin-bottom:10px;
	color:var(--rot);
	font-weight:200;
}
h4 {
	
}
h5 {
	font-weight:normal;
	font-size: inherit;
	margin:0;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:var(--hellgrau);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:var(--rot);
}
b {
	font-weight: 700;
}
.header_balken {
	height:144px;
	width:100%;
	background-color:var(--grau);
	position: absolute;
	top:0px;
	opacity: 0.8;
}
.header_menu {
	height:160px;
	width:100%;
	background-color:transparent;
	position: absolute;
	top:0px;
}
.content_frame {
	margin:0 auto;
	width:calc(100% - 40px);
	max-width:1400px;
	position:relative;
}
.stage {
	height:calc(160px + 40vw);
	background-color:var(--hellgrau);
	position:relative;
}
.stage .stage_wrapper {
	
}
.slider_wrapper {
	height: calc(160px + 40vw);
	position:relative;
}
ul.slider {
	height: calc(160px + 40vw);

}
.stage .slider_wrapper ul.slider {
}
.stage .slider_wrapper ul.slider li {
	width:100%;
	height:calc(160px + 40vw);
	position:absolute;
	top:0px;
	left:-100%;
}
.stage .slider_wrapper ul.slider li img {
	object-fit:cover;
	width:100%;
	height:calc(160px + 40vw);
}
.stage ul.index {
	display:flex;
	position: absolute;
	top:calc(10vw + 360px);
	left:60vw;
}
@media (max-width: 1350px) {
	.stage ul.index {
		left:calc(100% - 540px);
	}
}
.stage ul.index li {
	width:8px;
	height:8px;
	margin-right:10px;
	background-color:var(--hellgrau);
}
.stage ul.index li.aktiv {
	background-color:var(--rot);
}
.caption_hg {
	position:absolute;
	right:0px;
	top:calc(160px + 10vw);
	height:180px;
	width:clamp(540px,40vw,40vw);
	background-color: var(--grau);
	opacity:0.8
}
.stage .slider_wrapper div.slide img {
	object-fit:cover;
	width:100%;
	height:calc(160px + 40vw);
}
.caption_hg.left {
	position:absolute;
	left:0px;
	top:calc(160px + 10vw);
	height:180px;
	width:clamp(540px,40vw,40vw);
	background-color: var(--rot);
	opacity:0.8
}
ul.caption {
	position:absolute;
	right:0px;
	top:calc(160px + 10vw);
	height:180px;
	width:clamp(540px,40vw,40vw);
	background-color: transparent;
}
ul.caption li {
	position:absolute;
	padding-left:20px;
	left:0px;
	top:20px;
	width:400px;
	display:none;
}
ul.caption li .text {
	color: var(--weiss);
	font-style: italic;
	font-weight:bold;
}
ul.caption li .name  {
	color: var(--rot);
}
.vertical-space {
	height:40px;
}
.caption_hg.left {
	position:absolute;
	left:0px;
	top:calc(160px + 10vw);
	height:180px;
	width:clamp(540px,40vw,40vw);
	background-color: var(--rot);
	opacity:0.8; 
}
.caption.left {
	position:absolute;
	left:0px;
	padding-left:clamp(20px,calc(50% - 700px),calc(50% - 700px));
	top:calc(160px + 10vw);
	height:180px;
	width:clamp(540px,40vw,40vw);
	background-color: transparent;
}
.caption.left .text {
}
.caption.left .text h1 {
	color:var(--weiss);
	font-size:2.2rem;
	margin-bottom: 0px;
	margin-top:25px;
}
.caption.left .email a{
	color:var(--schrift);
}
.caption.left .back {
	color:var(--weiss);
	position: absolute;
	top:180px;
}
.caption.left .back a:link,
.caption.left .back a:visited,
.caption.left .back a:active
 {
	color:inherit;
}
.content {
	padding:0 20px;
}
.logo {
	background-image:url(images/logo_rs.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:268px;
	height:61px;
	position:absolute;
	top:66px;
	left:0px;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
}
ul.language {
	position: absolute;
	left:0px;
	top:10px;
	color:var(--hellgrau);
}
ul.language li {
	display:inline-block;
	color:var(--rot);
}
ul.language li a {
	color:var(--hellgrau);
	
}
button.navbar-toggler {
	display:none;
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all .2s;
	position: absolute;
	-webkit-align-self: center;
	align-self: center;
	border:0px;
	background:white;
	right:0px;
	align-self: center;
	top:33px;
	right:20px;
}
.hamburger span:nth-child(1) {
	top: 0px;
	transition: all .25s;
}
.hamburger ul.menu {
	display:none;
}
.menu_wrapper {
	position: absolute;
	top:99px;
	right:0px;
	width: clamp(550px,50vw,800px);
}
.menu_wrapper ul.menu {
	width:100%;
	display:flex;
	justify-content: space-between;
}
.menu_wrapper ul.menu li {
	/* margin-right:clamp(10px,5vw,40px); */
}
.menu_wrapper ul.menu li,
.menu_wrapper ul.menu li a {
	
	color:var(--weiss);

}
.menu_wrapper ul.menu li.aktiv a,
.menu_wrapper ul.menu li a:hover {
	color:var(--rot);
}

.topbild {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom:90px;
	padding-top:135px;
	line-height: 2rem;
}

/* HOME BOXEN */
.editorial.boxen {
	display:flex;
	justify-content: center;
	gap:30px;
	margin-bottom:60px;
}
.editorial.boxen a {
	background-color:var(--rot);
	width:230px;
	height:230px;
	display:block;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-direction:column;
	font-size:2rem;
}
.editorial.boxen a div {

	
}
/* FOOTER */
.footer {
	background-color:var(--grau);
	padding-bottom:50px;
	margin-top: 60px;
	padding-top:80px;
}
.footer .inner_container .footer_linie {
	border-top:1px solid var(--hellgrau);
	height:1px;
	width:100%;
}
.footer .zeile {
	display:flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom:40px;
}
.footer .zeile .spalte {
	color:var(--weiss);
}
.footer .zeile .social {
	display:flex;
	justify-content: flex-start;
}
.footer .zeile .social li {
	width:35px;
	height:auto;
	margin-right:0px;
}
.footer .zeile .social li img {
	width:25px;
	height:20px;
	object-fit: contain;
}
.footer .zeile .unterzeile {
	display:flex;
	justify-content: flex-start;
}
.footer .zeile .unterzeile.rechts {
	justify-content: flex-end;
}
.footer .zeile .unterzeile img {
	height:50px;
	margin-right:30px;
}
.footer .zeile .unterzeile.rechts img {
	height:50px;
	width:auto;
	object-fit:contain;
	margin-right:0px;
	margin-left:30px;
}




.inner_container {
	max-width:1400px;
	margin: 0px auto;
}


.section {
	margin:50px 0 20px;
}
.linie {
	height:2px;
	width:100%;
	margin-bottom:50px;
}
.linie .hrlinie {
	width:280px;
	height:3px;
	margin: 0 auto;
	background-color:#9eb28f;
}

.section_content.editorials {
	margin-top:40px;
}
.spalten {
	display:flex;
	justify-content: space-between;
}
.spalten .spalte {
	width:49%;
}
.spalten .spalte img {
	width:100%;
	height:auto;
}
ul.links li {
	margin-bottom:10px;
}
.editorial h3 {
	margin-top:20px;
}
.editorial {
	margin-top:30px;
}
.editorial.block,
.editorial p {
	text-align: justify;
}
ul.termine>li>h3.dropdown:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: -.1em;
	content: "";
	border-top: .3em solid #000;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	top:12px;
	
}
ul.termine>li>h3.dropdown.aktiv:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: -.1em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid #000;
	border-left: .3em solid transparent;
	top:12px;
	
}
ul.termine>li>h3.dropdown {
	cursor:pointer;
	user-select: none;
}
ul.termine>li>h3.dropdown .text {
	display:none;
}

ul.termine>li>.wrapper {
	display:none;
}
.anmeldelink {
	color:#9eb28f;
	cursor:pointer;
	margin-top:20px;
	margin-bottom:20px;
}
.layer {
	display:none;
	position: fixed;
	left:50%;
	transform: translate(-50%, 0);
	top:5vh;
	border: 1px solid #9eb28f;
	background:white;
	padding:20px;
	width: clamp(400px,95%,1100px);
	height: 90vh;
	overflow-y: auto;
}
.layer .close {
	cursor:pointer;
	position: absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	background-image: url(images/close.png);
	background-size:20px 20px;
}

.form_wrapper {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding-bottom:100px;
}
.form_wrapper>li.halb {
	width:calc(50% - 22px);
	padding:10px;
}
.form_wrapper>li.ganz {
	width:calc(100% - 22px);
	padding:10px;
}
.form_wrapper input,select {
	width:calc(100% - 44px);
	padding:20px;
	margin:0;
	font-size:1.17em;
}
.form_wrapper textarea {
	width:calc(100% - 44px);
	padding:20px;
	margin:0;
	font-size:1.17em;
	
}
.form_wrapper .error_message {
	display:none;
	color:#f00;
}
.form_wrapper select {
	width: 100%;
}
.form_wrapper .feld {
	position: relative;
}
.form_wrapper .feld.error.not_first input {
	/* border-color:#f00; */
}
.form_wrapper input[type=submit] {
	position: absolute;
	cursor:pointer;
	width: auto;
	padding: 20px 40px;
	border-radius: 40px;
	border-width:1px;
	left:50%;
	transform: translate(-50%, 0);
}
.form_wrapper input[type=submit]:hover {
	background-color:#9eb28f;
}
ul.team {
	
}
ul.team li {
	margin-bottom:30px;
}
.team_member_content {
	display:flex;
	justify-content: center;
	margin:50px 0 50px;
}
.team_member_content>div {
	width:260px;
	max-width:260px;
}
.team_member_content img {
	width:100%;
}
ul.boxen {
	display:flex;	
	justify-content: center;
	flex-wrap: wrap;
}
ul.boxen li.box {
	background-color:#9eb28f;
	padding:20px;
	margin:0 20px 20px;
	width:clamp(200px,20vw,300px);
}
ul.boxen li.box a,
ul.boxen li.box a:link,
ul.boxen li.box a:active,
ul.boxen li.box a:visited {
	color:rgba(77, 88, 68, 1)
}
ul.boxen li.box a:hover {
	color:#fff;
}
/* Klappboxen */
ul.klappbar {
	margin-top:20px;
	margin-bottom:20px;
}
ul.klappbar li {
	color:var(--schrift);
	margin-top:10px;
	margin-bottom:20px;
	cursor:pointer;
}
ul.klappbar li.aktiv {
}
ul.klappbar li  h2 {
	padding:10px 50px 10px 20px;
	margin:0px;
	background-image:url(images/plus.png);
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position: right 10px center;
	background-color:var(--helleshellgrau);

}
ul.klappbar li.aktiv  h2 {
	background-image:url(images/minus.png);
	background-color:var(--rot);
	color:var(--weiss);
}
ul.klappbar li.aktiv  h2:hover {
	background-image:url(images/minus.png);
}
ul.klappbar li  h2:hover {
	background-color:var(--rot);
	color:var(--weiss);
	background-image:url(images/plus-hover.png);
}
ul.klappbar li  h2 span.klein {
	font-size:1.6rem;
}
ul.klappbar li .klappbar_inhalt {
	display:none;
	margin-top:40px;
	margin-bottom:40px;
	transition: slideDown .5s ease-in-out;
}
ul.klappbar li.aktiv .klappbar_inhalt {
	display:block;
	position:relative;
}
@keyframes slideDown {
	0% {
		height:0%;
		opacity:0%;
	}
	100% {
		height:auto;
		opacity:100%;
	}
}
ul.klappbar li .klappbar_inhalt .klappbar_text {
}
ul.klappbar li.aktiv .klappbar_inhalt .klappbar_text {
	width: calc(100% - 440px);
	min-height:234px;
}
ul.klappbar li .klappbar_inhalt .klappbar_team {
	position:absolute;
	right:0px;
	top:0px;
	width:clamp(230px,30vw,430px);
	
	height:inherit;
}
ul.klappbar li .klappbar_inhalt .klappbar_team h3 {
	text-align:right;
	margin-top: 0px;
	font-size: 1.7rem;
	
}
ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner {
	text-align: right;
}
ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner a {
	display:inline-block;
	margin-left:10px;
}
ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner a:first-child {
	margin-left:0px;
}
ul.klappbar li .klappbar_inhalt .klappbar_team .ansprechpartner a img {
	width: 100px;
	height:100px;
	object-fit: cover;
}
ul.klappbar li h2 {
	color:inherit;
}
/* TEAM */
ul.team {
	display:flex;
	justify-content: space-between;
	margin-top:20px;
	flex-wrap: wrap;
}
ul.team li {
	position: relative;
}
ul.team li,
ul.team li img {
	width: clamp(150px,calc(30vw  - 20px),370px);
	height: clamp(218px,41vw,514px); 
	
}
ul.team li img {
	object-fit: cover;
}
ul.team li .overlay,
ul.team li .overlay_text {
	position:absolute;
	width:calc(100% - 20px);
	height:auto;
	bottom:0px;
	padding:10px;
	font-size:1.6rem;
}
ul.team li .overlay {
	background-color: var(--rot);
	opacity:0.6;
	min-height:70px;
}
ul.team li .overlay_text .name {
	color:var(--weiss);
}
ul.team li .overlay_text .funktion {
	color:var(--schrift);
}