﻿
#cont-9592 {
	background-image: url(../media/Hintergrund_Forschung-und-Projekte-2.jpg) ! important;
}
#col-4387 {
	float: left;
	width: 4%;
	overflow: hidden;
}
#col-4513 {
	float: left;
	width: 4%;
	overflow: hidden;
}
#col-4507 {
	float: left;
	width: 4%;
	overflow: hidden;
}
#col-4489 {
	float: left;
	width: 4%;
	overflow: hidden;
}
#col-4495 {
	float: left;
	width: 4%;
	overflow: hidden;
}
#col-4501 {
	float: left;
	width: 4%;
	overflow: hidden;
}
#col-4389 {
	float: left;
	width: 96%;
	overflow: hidden;
}
#col-4515 {
	float: left;
	width: 96%;
	overflow: hidden;
}
#col-4509 {
	float: left;
	width: 96%;
	overflow: hidden;
}
#col-4491 {
	float: left;
	width: 96%;
	overflow: hidden;
}
#col-4497 {
	float: left;
	width: 96%;
	overflow: hidden;
}
#col-4503 {
	float: left;
	width: 96%;
	overflow: hidden;
}
#img-4388 img {
	margin: 6px;
}
#img-4514 img {
	margin: 6px;
}
#img-4508 img {
	margin: 6px;
}
#img-4490 img {
	margin: 6px;
}
#img-4496 img {
	margin: 6px;
}
#img-4502 img {
	margin: 6px;
}
#img-4388 {
	text-align: center;
}
#img-4514 {
	text-align: center;
}
#img-4508 {
	text-align: center;
}
#img-4490 {
	text-align: center;
}
#img-4496 {
	text-align: center;
}
#img-4502 {
	text-align: center;
}
#bhv-special-accordion-3104 .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active {
	background: #597863;
}
#bhv-special-accordion-3104 .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.active:hover {
	background: #486752;
}
#bhv-special-accordion-3104 .yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:hover {
	background: #597863;
}
#bhv-special-accordion-3104 .yui-accordion-content {
	background: #eeeeee;
}
#img-1285 img {
	width: 100%;
	max-width: 249px;
}
#img-1288 img {
	width: 100%;
	max-width: 249px;
}
#img-1291 img {
	width: 100%;
	max-width: 249px;
}
#text-4505 h1 {
	text-transform: initial !important;
}
#text-4506 p {
	line-height: 1;
}
#col-4504::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.75);
	z-index: -1;
}
#col-4504 {
	width: 80%;
	max-width: 1200px;
	margin: auto;
	padding: 10px;
	z-index: 1;
	position: relative;
}
#cont-4514 {
	align-items: var(--col-align-items,inherit);
}
#cont-5579 {
	border-top: 2px solid var(--color3);
}
#bhv-database2-4518 {
	margin-bottom: 55px;
	margin-top: 50px;
}
#cont-5935 {
	align-items: var(--col-align-items,inherit);
}
#bhv-database2-5939 /* --- Grundstruktur --- */ .accordion {
	width: 100%;
	margin-top: 30px;
	border-radius: 8px;
}
#bhv-database2-5939 /* --- Einzelnes Accordion-Element --- */ .accordion-item {
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
	transition: box-shadow 0.3s ease;
}
#bhv-database2-5939 .accordion-item.active {
	box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}
#bhv-database2-5939 /* --- Header / Button --- */ .accordion-header {
	width: 100%;
	background: #f6f6f6;
	border: none;
	padding: 16px 20px;
	font-size: 1.15rem;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	text-align: left;
	color: #333;
	transition: background 0.25s ease;
}
#bhv-database2-5939 .accordion-header:hover {
	background: #ececec;
}
#bhv-database2-5939 /* --- Pfeil/Icon --- */ .accordion-header .arrow {
	font-weight: bold;
	font-size: 1.3rem;
	transition: transform 0.25s ease;
}
#bhv-database2-5939 .accordion-item.active .arrow {
	transform: rotate(45deg);
}
#bhv-database2-5939 /* --- Inhalt --- */ .accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: max-height 0.35s ease, padding 0.25s ease;
}
#bhv-database2-5939 .accordion-item.active .accordion-content {
	max-height: 2000px;
	padding: 20px 20px 30px;
}
#bhv-database2-5939 /* --- PROJEKTTABELLE --- */ .projekt-tabelle {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
	font-size: 1rem;
	border-radius: 8px;
	overflow: hidden;
}
#bhv-database2-5939 /* Alternierende Zeilenfarben – Desktop & Mobile */ .projekt-tabelle tr:nth-child(odd) {
	background: #ffecaa;
}
#bhv-database2-5939 .projekt-tabelle tr:nth-child(even) {
	background: #ffffff;
}
#bhv-database2-5939 /* Text & Abstand */ .projekt-tabelle th , #bhv-database2-5939 .projekt-tabelle td {
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
#bhv-database2-5939 .projekt-tabelle a {
	color: var(--color3) !important;
	text-decoration: underline;
}
#bhv-database2-5939 /* --- MOBILE VERSION --- */ @media (max-width: 800px) {
	display: block;
	width: 100%;
}
#bhv-database2-5939 .projekt-tabelle tr {
	margin-bottom: 20px;
	border-radius: 8px;
	border: 1px solid #eee;
	overflow: hidden;
}
#bhv-database2-5939 /* TH & TD erben die Zeilenfarbe auf Mobile */ .projekt-tabelle tr th , #bhv-database2-5939 .projekt-tabelle tr td {
	background: inherit;
	padding: 5px 10px;
}