@charset "utf-8";
/* copyright 2025 webQ GmbH */

:root {
	--header-height-full: 251.8px;
	--header-height-full-mobile: 110px;
}

* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0;
	box-sizing: border-box;
	font-family: "Roboto", Arial, sans-serif;
}

html,
body {
	position: relative;
	scroll-behavior: smooth;
	scroll-padding: 100px 0 0 0;
	width: 100%;
	overflow-x: hidden;
	color: #000000;

}

body {
	overflow-y: auto;
}

body,
input,
textarea,
select {

	font-size: 18px;
	line-height: 150%;

}

h1,
h2,
h3,
h4 {
	font-weight: 600;
	/* margin-bottom: 1.5rem; */
	line-height: 1.25;
}

h1,
h2 {
	font-size: 2rem;
	/* margin-top: 2rem; */
}

.subHeadline {
	font-size: 1.5rem;
}

.titleHeadline {
	font-size: 3.5rem;
}

p,
main ul,
main ol {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	line-height: 2em;
}

a {
	position: relative;
	text-decoration: none;
	color: inherit;
}



a:hover {
	text-decoration: underline;
}


main ul li,
main ol li {
	margin-bottom: 0.5rem;
}

.hidden {
	display: none;
}

.container {
	max-width: 1280px;
	padding-top: calc(var(--header-height-full));
	margin: 0 auto;
	/*margin-top: 10px;*/
}

.relative {
	position: relative;
}

.distance {
	margin: 2rem 0;
}

/* ------------------------------------- colors ------------------------------------- */
.whiteText {
	color: #fff;
}


.whiteBG {
	background-color: #fff;
}


/* ------------------------------------- layout-grid ------------------------------------- */
.flexbox {
	display: flex;
	align-items: center;
	align-content: center;
}

.alignBetween {
	justify-content: space-between;
}

.alignAround {
	justify-content: space-around;
}

.alignCenter {
	justify-content: center;
}

.alignStart {
	justify-content: flex-start;
}

.row {
	flex-direction: row;
}

.column {
	flex-direction: column;
}

.wrap {
	flex-wrap: wrap;
}

.col-100 {
	width: 100%;
}

.col-70 {
	width: 68%;
}

.col-60 {
	width: 58%;
}

.col-50 {
	width: 48%;
}

.col-40 {
	width: 38%;
}

.col-33 {
	width: 30%;
}

.col-30 {
	width: 28%;
}

.col-25 {
	width: 23%;
}

@media (max-width: 820px) {

	.col-70,
	.col-60,
	.col-50 {
		width: 100%;
	}

	.col-40,
	.col-33,
	.col-30,
	.col-25 {
		width: 48%;
	}


}

@media (max-width: 630px) {

	.col-40,
	.col-33,
	.col-30,
	.col-25 {
		width: 100%;
	}
}

/* ------------------------------------- buttons ------------------------------------- */
.scrollToTop {
	position: fixed;
	z-index: 100;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	padding: 1em;
	border-radius: 0.5rem;
	border: 2px solid #fff;
	transition: all 0.5s ease 0s;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.5) url(/layout/icon-toTop.svg) no-repeat center center;
	background-size: 25px;
	opacity: 0;
	cursor: pointer;
}

.btn {

	font-weight: 500;
	font-size: 1.25rem;
	border-radius: 8px;

	padding: 0.5rem 1.5rem;
	margin: 1rem;
	width: 320px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.btn:hover {

	color: #ffffff;
}

.arrow a>img {
	position: absolute;
	z-index: 1;
	width: 250px;
	height: auto;
}

.arrow a>img.seasons {
	width: 200px;
	left: -100px;
}

.arrow:not(.subContent .arrow) {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 95px;
	width: 100%;
	height: auto;
	padding-left: 110px;
	margin-top: 2rem;
	position: relative;
	z-index: 10;
}

#nav_items li.active a {
	color: #2D6986;
}


.arrow p {

	padding: 0.5rem 1rem;

	border-radius: 4px;

	width: 250px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	cursor: pointer;
}

.floral-line {
	position: relative;
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 4.5rem;
}

.floral-line h2 {
	position: absolute;
	background-color: #fff;
	top: -50%;
	padding: 0 1rem;
}

.floral-line hr {
	width: calc(100% - 150px);
	height: 3px;

}

.floral-line img {
	position: absolute;
	width: 80px;
	height: auto;
	top: -1.5rem;
}

.floral-line img:nth-of-type(1) {
	transform: rotate(180deg);
	left: 3rem;
}

.floral-line img:nth-of-type(2) {
	right: 3rem;
}

.title {
	text-align: center;
	margin: 0.5rem 0;
}

#content strong.searched {
	display: inline-block;


}


/* ------------------------------------- header ------------------------------------- */

header {
	border-top: 10px solid #2D6986;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	/*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

#headerLogo {

	padding: 20px 0;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	opacity: 1;

}

#headerLogo img {

	width: 100%;
	height: auto;
	display: block;
}

#logo {
	position: relative;
	z-index: 9999;
}

#logo a {
	/* position: absolute; */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 90;
}

#clearButton {
	position: absolute;
	z-index: 1000;
	right: -35px;
	top: 52px;
	height: 30px;
	width: 30px;
	background: transparent url("/layout/icon-close.svg") no-repeat center;
	background-size: contain;
	cursor: pointer;
}

#navBtn {
	width: 75px;
}

#mobile_button {
	display: none;
	position: relative;
	z-index: 100;
	width: 25px;
	height: 35px;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#mobile_button span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background-color: #000000;
	opacity: 1;
	border-radius: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mobile_button span:nth-child(1) {
	top: 5px;
}

#mobile_button span:nth-child(2) {
	top: 14px;
}

#mobile_button span:nth-child(3) {
	top: 23px;
}

#mobile_button.open {
	border: 0px solid #000000;
	border-radius: 50%;
}

#mobile_button.open span {
	background-color: #000000;
}

#mobile_button.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
}

#mobile_button.open span:nth-child(2) {
	width: 0%;
}

#mobile_button.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 16px;
}

nav>ul>li:last-child {
	padding-bottom: 1.5rem;
}

ul li {
	margin: 0;
	position: relative;
}

/* --- Navigation --- */
#nav_items {
	width: 100%;
	background-color: white;
	display: flex;
	justify-content: center;
	padding: 0.65rem 0;
	gap: 30px;
	list-style: none;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #C3C3C3;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

#nav_items ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 30px;
}

#nav_items li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

#nav_items li a:hover {
	color: #2D6986;
	
}
footer .footer-col a:hover{
	color: #2D6986;
}
footer .footer-col .active{
	color: #2D6986;
}


header.scrolled #headerLogo {
	max-height: 0;
	opacity: 0;
	padding: 0;
}

header.scrolled nav {
	border-top: none;
	padding: 15px 0;
}

nav .has-sub ul {
	margin-left: 2em;
}

#nav_items.closed {
	width: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

#nav_items.open {
	width: 357px;
	opacity: 1;
	pointer-events: all;
}

.menu-link {
	font-weight: 400;
}

.menu-link:hover {
	font-weight: 700;
}

.menu-link::after {
	content: attr(data-text);
	font-weight: 700;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	display: block;
	user-select: none;
	pointer-events: none;
}


/* ------------------------------------- accordion ------------------------------------- */

.accordion {
	padding-top: 2rem;
}

/* Accordion Item */
.acc {
	cursor: pointer;
	position: relative;
	padding: 1.5rem 3rem 1.5rem 0.5rem;
	width: 100%;
	transition: background-color 0.3s ease;
	background-color: transparent;
}

/* Pfeil */
.acc::after {
	content: "";
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	width: 24px;
	height: 24px;

	background: url("/layout/icon-down.svg") no-repeat center;
	background-size: contain;

	transition: transform 0.3s ease;
}

/* Aktiv = aufgeklappt → Pfeil nach oben */
.acc.active::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Text Inhalte */
.acc>h2,
.acc>p,
.acc>h3 {
	text-align: left;
	display: block;
	margin-bottom: 0;
	padding-right: 2.5rem;

	text-transform: uppercase;
	color: #006A8B;
	font-family: "Roboto", Arial, sans-serif;
}


.title {
	text-transform: uppercase;
	background-color: #fcfbf9;
	color: #006A8B;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 900;
}


.acc>h2 {
	margin-top: 0;
	font-size: 1.75rem;
}


.acc.active {
	background-color: rgba(0, 0, 0, 0.02);
}


.panel {
	padding: 0;
	padding-right: 2.5rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	/* display: none; */
	background-color: #e8e7e6;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #e8e7e6;
	;
}

.panel p {
	margin-left: 0.75rem;
	/*margin-right: 2rem;*/
	margin-bottom: 0.6rem;
	margin: 1.5rem;
}

.panel p:last-of-type {
	margin-bottom: 1.5rem;
}

.panel ul {
	margin-bottom: 2em;
}

/* ------------------------------------- content ------------------------------------- */
.overview-link {
	position: relative;
}

.overview-link p {
	text-align: center;
}

.overview-link a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
}

.overview-small .overview-link {
	margin: 1.5rem 0;
}

.headerImage {
	position: relative;
	width: auto;
	/* height: 559px; 
	height: 450px;*/
	height: 800px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.headerImageSmall{
	height: 450px;
}

#fadeout {
	position: absolute;
	bottom: -5px;
	left: -5px;
	right: 0;
	width: calc(100vw + 10px);
	height: auto;
	overflow: hidden;
}

.image-r img,
.image-l img {
	width: 100%;
	height: 100%;
	max-height: 600px;
	overflow: hidden;
	object-fit: cover;
}

.text-r,
.text-l,
.text-full-shape {
	position: relative;
	z-index: 10;
}

.text-r {
	padding-right: calc(((100vw - 1280px) / 2) + 1rem);
}

.text-l {
	padding-left: calc(((100vw - 1280px) / 2) + 1rem);
}

.mask-full>div {
	height: 100%;
}

.mask-full h2,
.mask-full p {
	position: relative;
	z-index: 10;
}

.mask-full img.mask-shape-BG {
	position: absolute;
	z-index: 0;
	height: 220%;
	width: auto;
	top: -60%;
	left: calc(((100vw - 1280px) / 2) - 10rem);
}

.subContent-wrapper {
	align-items: flex-start;
}

.subContent {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.subContent img {
	/*max-height: 300px;*/
	height: 250px;
	object-fit: cover;
}

.subContent>p {
	width: 80%;
}

.subContent .arrow p {
	width: 200px;
}

.ext-media iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px;
	border: 0px;
}

.ext-media {
	overflow: hidden;
	border-radius: 1em;
	margin-bottom: 2em;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	text-align: center;
}

#content {
	min-height: calc(100vh - 318px);
}

#notFound {
	min-height: calc(100vh - 340px);
	padding-top: 100px;

}

#notFound>div {
	align-items: flex-start;
	text-align: left;
}

#notFound a.leaf-link {
	font-weight: 700;
}

/* ------------------------------------- Startseite ------------------------------------- */

.headerImage {
	display: flex;
	align-items: center;
}

/* 1. Der Container für das Hintergrundbild */
.hero-container {

	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 50px
}

.text-box {
	background-color: rgba(0, 106, 139, 0.8);
	color: white;
	padding: 5px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Spezifisch für die Überschriften */
.title-box h1,
.text-box h2 {
	margin: 0;
	font-weight: 800;
	font-size: 36px;
}



/* #rightColum{
	position: absolute;
	left: 50%;
}
#titel {
    position: absolute;
    inset: 0;
} */

/* #titel h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
} */

/* Spezifisch für den Link unten */
.link-box {
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	transition: background-color 0.3s;
	font-size: 18px;

}

.info-wrapper {
	background-color: #e6e6e6;
	padding: 80px 20px;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}

.info-box {
	background-color: #ffffff;
	padding: 50px;
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
}

.info-box h3 {
	margin-bottom: 10px;
}

.info-box h4 {
	color: #555555;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 1.6em;
	font-weight: 500;
}

.info-box p {
	color: #555555;
	line-height: 2em;
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width: 1050px) {
	#mobile_button {
		display: block;
	}

	#nav_items {
		display: none;
		padding: 10px 20px;
		/*hyphens: auto;*/
	}

	#nav_items li {
		margin: 1rem 0;

	}

	#nav_items li a {
		font-size: 1.1rem;
	}

	nav {
		display: none;
	}

	nav.open {
		display: block;
	}

	#headerLogo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px 20px;
	}

	#headerLogo #logo img {
		height: 80px;
		width: auto;
	}

	header.scrolled #headerLogo {
		max-height: initial;
		opacity: 1;
		padding: 10px 20px;
	}

	.container {
		max-width: none;
		padding: 0;
		margin-top: 10px;
	}

	.headerImage {
		height: 300px;
	}

	.container {
		max-width: none;
		padding: 0;
		padding-top: calc(var(--header-height-full-mobile));
	}

}

@media (max-width: 960px) {



	.footer-col {
		flex: 1 1 0px;
	}

}

@media (max-width: 820px) {

	.title-box h1,
	.text-box h2 {
		margin: 0;
		font-weight: 800;
		font-size: 21px;
	}

	.twoColum h3 {
		color: #4a4a4a;
		font-weight: 900;
		font-size: 21px;
		margin: 0;
		line-height: 1.2;
		font-family: "Roboto";
	}

	/*#headerLogo {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 10px 20px;
	}

	#headerLogo #logo img {
		height: 80px;
		width: auto;
	}

	header.scrolled #headerLogo {
		max-height: initial;
		opacity: 1;
		padding: 10px 20px;
	}*/
}

@media (max-width: 520px) {
	#headerLogo {
		left: 0px;
	}
}

.grayBox {
	background-color: #b7b4b4;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	z-index: 10;
	font-family: "Roboto", Arial, sans-serif;

}

.grayBox h2 {
	text-align: left;
	color: #404040;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;
}


.grayBox h1 {
	text-align: left;
	color: #404040;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;
}

.grayBox p,
.grayBox li {
	text-align: left;
	color: #000000;
	margin-top: 0;
	font-size: 18px;
	font-family: "Roboto", Arial, sans-serif;
}


.blueBoxs {
	background-color: #2D6986;
	color: white;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	z-index: 10;
	font-family: "Roboto", Arial, sans-serif;
}


.blueBoxs ul {
	margin-top: 10px;
	padding-left: 0;
	/* Entfernt den Standard-Einzug der Liste */
	list-style-position: outside;
	/* Stellt sicher, dass die Punkte außerhalb des Textflusses sind */
}

.blueBoxs ul li {
	margin-left: 1.5em;
	/* text-indent: 1.5em;   */

}

.grayBox ul {
	padding-left: 0;
	/* Entfernt den Standard-Einzug der Liste */
	list-style-position: outside;
	/* Stellt sicher, dass die Punkte außerhalb des Textflusses sind */
}

.grayBox ul li {
	margin-left: 1.5em;
	/* text-indent: 1.5em;   */

}


.application {
	margin-left: 1.5em;
}

.lightgray {
	background-color: #ECECEC;
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	z-index: 10;
	font-family: "Roboto", Arial, sans-serif;
	margin-top: 50px;

}

.lightgray a {
	text-decoration: underline;
}

.lightgray h2 {
	text-align: left;
	color: #4F5358;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;

}


.lightgray h1 {
	text-align: left;
	color: #4F5358;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;
}

.lightgray p,
.lightgray li {
	text-align: left;
	color: #4F5358;
	margin-top: 0;
	font-size: 18px;
	font-family: "Roboto", Arial, sans-serif;
}


.blueBox {
	margin-top: 40px;
	background-color: #0D6A8A;
	width: 100%;
	padding: 20px 50px;
	box-sizing: border-box;
	z-index: 10;
	font-family: "Roboto", Arial, sans-serif;

}

.blueBox h2 {
	text-align: left;
	color: #ffffff;
	/* margin-left: 50px; */
	font-weight: bold;
	font-family: "Roboto", Arial, sans-serif;
}


.infoText {
	margin-top: 50px;
	display: block;
	font-family: "Roboto", Arial, sans-serif;
}

.infoText p {
	font-size: 16px;
}

.innterContainer {
	width: calc(100% - 10%);
	margin: -100px auto 0 auto;
	position: relative;
	font-family: "Roboto", Arial, sans-serif;

}

.innterContainerTwoColum {
	position: relative;
	margin: 0 auto 0 auto;
	font-family: "Roboto", Arial, sans-serif;
	width: calc(100% - 10%);
}

details {

	background-color: #fcfbf9;
}

details summary {
	color: #006A8B;
	background-color: #e8e7e6;
	padding: 15px;
	font-weight: 700px;
	text-transform: uppercase;

}

details p {
	margin-top: 10px;
	margin-left: 20px;
	width: 98%;
}


/* --- Google Maps --- */

.map {
	width: 100%;
	height: 400px;
	border: none;
}


.link {
	text-decoration: underline;
}

/* ------------------------------------- threeColum ------------------------------------- */


.threeColum {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 39px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.threeColum>* {

	box-sizing: border-box;
	width: calc(33.333% - 26.66px);

}

.threeColum img {
	width: 100%;
	height: auto;
	display: block;
}

.threeColum.threeColor>* {
	padding: 40px;
}


.threeColum h3 {
	color: #006A8B;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 900;
	font-size: 1em;
	line-height: 2em;
	margin: 0 0 15px 0;
	text-align: center;
	margin-top: 10px;
}

.threeColum p,
.threeColum li {
	/* color: #4a4a4a; */
	text-align: center;
	font-size: 16px;
	line-height: 2em;
	margin-bottom: 1em;
}

.threeColum ul {
	list-style-position: inside;
}


/* ------------------------------------- twoColum ------------------------------------- */
.distanceTop {
	margin-top: 50px;
}

.distanceBottom {
	margin-bottom: 50px;
}

#distanceTop100 {
	margin-top: 130px;
}


.twoColum {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	/* Abstand zwischen den beiden Spalten */
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Definition der beiden Spalten */
.twoColum>* {
	flex: 0 1 calc(50% - 25px);
	max-width: calc(50% - 25px);
	box-sizing: border-box;
}

.twoColumHome {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Spalten */
.twoColumHome>* {
	flex: 0 1 50%;
	max-width: 50%;
	box-sizing: border-box;
}

.twoColumHome.twoColor>* {
	padding: 50px;
}

/* Linke Spalte */
.twoColumHome.twoColor> :nth-child(1) {
	background-color: #b7b4b4;
	display: flex;
	justify-content: center;
	align-items: center;

}

.twoColumHome.twoColor> :nth-child(1) h2 {
	width: 70%;
	line-height: 1.5em;
}

/* Rechte Spalte */
.twoColumHome.twoColor> :nth-child(2) {
	background-color: #e8e7e6;
}

.twoColumHome p {
	line-height: 2em;
}




.twoColum img {
	width: 100%;
	height: auto;
	display: block;

}

.twoColum.twoColor>* {
	padding: 50px;
}

/* Linke Spalte: Dunkelgrau */
.twoColum.twoColor> :nth-child(1) {
	background-color: #b7b4b4;
}

/* Rechte Spalte: Hellgrau */
.twoColum.twoColor> :nth-child(2) {
	background-color: #e8e7e6;
}


.twoColum h2 {
	color: #4a4a4a;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 900;
	font-size: 2.5em;
	/* Einheitliche Größe */
	line-height: 2em;
	margin: 0 0 15px 0;
	/* Kleiner Abstand nach unten */
}

.twoColum h3 {
	color: #4a4a4a;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 900;
	font-size: 1.5em;
	/* Einheitliche Größe */
	line-height: 1.5em;
	margin: 0 0 15px 0;
	/* Kleiner Abstand nach unten */
}

.twoColum p,
.twoColum li {
	color: #000000;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.twoColum ul {
	padding-left: 20px;
}


#Feedback {
	margin-top: 30px;

}

#Feedback a:hover {
	text-decoration: underline;
	color: #fff;
}

#Feedback h2 {
	margin-bottom: 10px;
}


.feedback {
	font-size: 33px;
	font-weight: 900;
	font-family: "Roboto", Arial, sans-serif;
	padding: 15px 0;

}

.Curriculum ul {
	/* list-style: none; */
	font-size: 16px;
	font-weight: 400;
	list-style: outside;
	padding: 15px;
}

.Curriculum {
	margin-top: 50px;
}

.Curriculum h2 {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
}

.feedback {
	font-size: 33px;
	font-weight: 900;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "Roboto", Arial, sans-serif;

}

.qualitaetContainer h2 {
	margin-bottom: 10px;
}




@media (max-width: 820px) {
	.grayBox {
		padding: 30px 20px;
		/* Reduziertes Padding für mobile Geräte */
	}

	.twoColum {
		gap: 50px;
		/* Reduziert den Abstand zwischen den Blöcken */
	}

	.Curriculum {
		margin-top: 0px;
	}

	.twoColum>* {
		flex: 1 1 100%;

		max-width: 100%;

	}

	.threeColum>* {
		flex: 1 1 100%;
		max-width: 100%;
	}


	.twoColumHome>* {
		flex: 1 1 100%;

		max-width: 100%;

	}

	.twoColum h2 {
		color: #4a4a4a;
		font-family: "Roboto", Arial, sans-serif;
		font-weight: 900;
		font-size: 1.5em;

		line-height: 1.2;
		margin: 0 0 15px 0;

	}

	.submitbox-button-header {
		background-color: #2D6986;
		color: #fff;

		font-weight: 500;
		font-size: 1.25rem;
		border-radius: 8px;
		width: 330px;
		z-index: 99;
		padding: 1.5rem 1.5rem;
		position: absolute;
		top: 0px;
		right: 0px;
		/* top: 50px; */
		/* right: 50px; */
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		cursor: pointer;
		transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	}


	.twoColum h3 {
		color: #4a4a4a;
		font-family: "Roboto", Arial, sans-serif;
		font-weight: 900;
		font-size: 1.0em;
		/* Einheitliche Größe */
		line-height: 1.2;
		margin: 0 0 15px 0;
		/* Kleiner Abstand nach unten */
	}

	.text-box {
		width: auto;
	}

	/* 1. Den Standard-Marker entfernen (Safari/iOS & andere) */
	details>summary {
		list-style: none;
	}

	details>summary::-webkit-details-marker {
		display: none;
	}

	/* 2. Layout für den Summary-Text */
	details>summary {
		position: relative;
		padding-left: 25px;
		/* Platz links für das + / - Zeichen */
		cursor: pointer;
	}

	/* 3. Das Plus-Zeichen (+) im geschlossenen Zustand */
	details>summary::before {
		content: "+";
		position: absolute;
		left: 0;

		/* Vertikal zentrieren */
		top: 50%;
		transform: translateY(-50%);

		/* Optik anpassen */
		font-weight: bold;
		font-size: 18px;
		width: 20px;
		text-align: center;
	}

	/* 4. Das Minus-Zeichen (-) im offenen Zustand */
	details[open]>summary::before {
		content: "-";
	}



	.feedback {
		font-size: 28px;
		font-weight: 500;
	}
}

#impressum ul li {
	list-style: inside;
}

/* ------------------------------------- videoSection ------------------------------------- */
.videoSection {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
}

.videoSection img {

	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 10px;
}

.video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 */
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/* ------------------------------------- Downloads ------------------------------------- */

.downloadBtn {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-weight: 700;
}

.downloadBtn:hover {
	color: #2D6986;
}

.downloadBtn img {
	width: 80px;
	height: 80px;
}

.downloadBtn a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.downloadBtn a span.hidden {
	display: none;
}

/* ------------------------------------- Footer ------------------------------------- */

.footer-outer {
	background-color: #b0b0b0;
	width: 100%;
	padding: 50px 0;
}

.footer-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	font-family: sans-serif;
	color: #444444;
}

.footer-col {
	flex: 1 1 250px;
}

.footer-col h3 {
	font-size: 1.1em;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000000;
}

.footer-col p {
	margin: 5px 0;
	line-height: 2em;
	font-size: 16px;
	color: #000000;
}

.footer-links {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer-links a {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	font-size: 1.1em;
}

.footer-links a:hover {
	text-decoration: underline;
}

#themen h2 {
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: bold;
}
#kanzlei h3{
	margin-bottom: 0;
}