@import url('styles.css');

html,
body {
	height: 100%;
	hyphens: auto;
}

body {
	color: var(--gruen);
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
}

a {
	color: var(--schwarz);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1,
.h1 {
	font-size: 48px;
	font-weight: 600;
}

h2,
.h2 {
	font-size: 32px;
	font-weight: 600;
}

h3,
.h3 {
	font-size: 28px;
	font-weight: 600;
}

h4,
.h4 {}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
	position: absolute !important;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skippy {
	background-color: var(--weiss);
}

#cc--main {
	z-index: 99 !important;
}

.container-schmal {
	max-width: 1100px;
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-right: auto;
	margin-left: auto;
}

/*------------------------------------*\
  #SEITENHEADER
\*------------------------------------*/
#seitenheader {
	margin-bottom: 80px;
	position: relative;
	max-height: 100vh;
}

#seitenheader.seitenheader-startseite {
	overflow: hidden;
}

.logo-nav-wrap {
	background: #00B4AF;
	background: linear-gradient(90deg, rgba(0, 180, 175, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(0, 180, 175, 1) 100%);
	padding: 25px 0;
	transition: all 0.5s ease-in-out;
}

.scroll .logo-nav-wrap {
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 0;
}

.logo img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.scroll .logo img {
	width: 250px;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: unset;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	padding: 0;
	color: #fff;
	text-align: center;
	background: var(--hauptfarbe);
	border: 0;
	opacity: 1;
	transition: opacity .15s ease;
}

.carousel-control-next i,
.carousel-control-prev i {
	font-size: 48px;
}

.scroll .kopfslider,
.scroll .kopfbild {
	padding-top: 120px;
}

/*------------------------------------*\
  #CONTENT
\*------------------------------------*/
main {}

/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
.footer-inhalt {
	background: var(--dunkelgrau);
	color: var(--weiss);
	padding: 40px 0 0 0;
}

.footer-inhalt a {
	color: var(--weiss);
}

.footer-rechtliches {
	padding: 10px 0;
}

.footer-rechtliches ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.footer-rechtliches ul li:nth-child(2) a {
	margin-left: 25px;
	margin-right: 25px;
}

.footer-rechtliches ul li:nth-child(3) a {
	margin-right: 25px;
}

.footer-inhalt a:hover,
.footer-rechtliches ul li a:hover {
	text-decoration: underline;
}

footer .instagram-logo {
	text-align: right;
	padding-top: 15px;
}

footer .instagram-logo img {
	width: 350px;
	height: auto;
}

/*------------------------------------*\
  #TYPO3
\*------------------------------------*/
p {
	margin-bottom: 20px;
}

strong {
	font-weight: 700;
}

.container-check .container {
	padding-left: 0;
	padding-right: 0;
}

.frame-space-before-extra-small {
	margin-top: 20px;
}

.frame-space-before-small {
	margin-top: 40px;
}

.frame-space-before-medium {
	margin-top: 80px;
}

.frame-space-before-large {
	margin-top: 100px;
}

.frame-space-before-extra-large {
	margin-top: 140px;
}

.frame-space-after-extra-small {
	margin-bottom: 20px;
}

.frame-space-after-small {
	margin-bottom: 40px;
}

.frame-space-after-medium {
	margin-bottom: 80px;
}

.frame-space-after-large {
	margin-bottom: 100px;
}

.frame-space-after-extra-large {
	margin-bottom: 140px;
}

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

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

.error {
	color: red;
	font-size: 20px;
	font-weight: bold;
}

.ce-gallery img {
	display: block;
	width: 100%;
	height: auto;
}

figcaption {
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
	line-height: 1.4;
	width: 100%;
}

/* Hover-Effekt für die Dateiliste */
.file-item-hover {
	transition: all 0.2s ease-in-out;
	background-color: #ffffff;
}

.file-item-hover:hover {
	background-color: #f8f9fa;
	/* Hellgrauer Hintergrund */
	border-color: #ffcc00 !important;
	/* Akzentfarbe am Rand */
	transform: translateY(-2px);
	/* Minimales Anheben */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

/* Optional: Link-Farbe beim Hover anpassen */
.file-item-hover:hover .ce-uploads-fileName {
	color: #000;
}

.sl-wrapper {
	z-index: 9999;
}

/*------------------------------------*\
  #FORMULAR
\*------------------------------------*/
.frame-type-form_formframework .form-group {

	margin-bottom: 20px;
}

.frame-type-form_formframework .submit button {
	border-color: var(--hauptfarbe);
	background: var(--hauptfarbe);
}

.frame-type-form_formframework .submit:hover button {
	border-color: var(--dunkelgrau);
	background: var(--dunkelgrau);
}

.frame-type-form_formframework textarea {
	min-height: 100px;
}

#c19 .input.checkbox .form-check {
	padding-left: 0;
}

/*------------------------------------*\
  # TABELLEN
\*------------------------------------*/
/* Styling für die technische Datentabelle */
.contenttable {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	min-width: 600px;
	font-size: 16px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.contenttable th,
.contenttable td {
	padding: 12px 15px;
	border-bottom: 1px solid #ececec;
}

/* Zebra-Look für bessere Lesbarkeit */
.contenttable tbody tr:nth-of-type(even) {
	background-color: #f8f8f8;
}

.contenttable tbody tr:last-of-type {
	border-bottom: 3px solid var(--hellgruen);
}

.contenttable td:first-child {
	font-weight: 800;
}

.contenttable tbody tr:hover {
	background-color: #f1f1f1;
	transition: background-color 0.3s ease;
}

/*------------------------------------*\
  #2-KLICK
\*------------------------------------*/
.map {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.map .privacy-msg.privacy-map-msg {
	background-image: url(/typo3conf/ext/baur_minikran/Resources/Public/Images/Template/Mapdummy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}


.map .privacy-msg.privacy-map-msg::after {
	content: "© OpenStreetMap contributors";
	position: absolute;
	left: 15px;
	bottom: 0;
}

.map .privacy-msg.privacy-map-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 90%;
	position: absolute;
	margin-top: 50px;
	margin-left: 5%;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
}

.privacy-msg.privacy-script-msg {
	position: relative;
}

.privacy-msg.privacy-script-msg p {
	background: rgb(0, 0, 0, 0.8);
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	text-align: center;
	z-index: 99;
}

[data-eobp-media="desktop"] .eobp {
	margin: 15px 0 !important;
}

.map iframe {
	width: 100%;
	margin-bottom: -6px;
}

.privacy-msg.privacy-script-msg a,
.privacy-msg.privacy-map-msg a {
	color: #a90015;
}

.privacy-msg a.btn {
	background: #eee;
	border-color: #eee;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.privacy-msg.privacy-script-msg p a,
.privacy-msg.privacy-map-msg p a {
	color: #fff;
	text-decoration: underline;
}

.privacy-map-msg p a.btn {
	text-decoration: none;
	color: #000;
}

/*------------------------------------*\
  #CONTAINER
\*------------------------------------*/



/*------------------------------------*\
  #BACK-TO-TOP
\*------------------------------------*/
.back-to-top {
	position: fixed;
	bottom: 100px;
	right: 20px;
	line-height: 1;
	padding: 10px;
	z-index: 100;
}

.back-to-top div {
	background-size: contain;
	width: 50px;
	height: 50px;
}

a:hover.back-to-top div {}

/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/
@media (max-width: 1899.98px) {
	.logo-nav-wrap {
		background: #00B4AF;
		background: linear-gradient(90deg, rgba(0, 180, 175, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 90%, rgba(0, 180, 175, 1) 100%);
		padding: 25px 0;
	}
}

@media (max-width: 1599.98px) {}

@media (max-width: 1100.98px) {
	.container-schmal {
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 991.98px) {
	.container {
		max-width: 100%;
	}

	h1,
	.h1 {
		font-size: 36px;
	}

	h2,
	.h2 {
		font-size: 28px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	button.menu-burger {
		background: none;
		border: none;
		padding: 0;
	}

	button.menu-burger i {
		font-size: 48px;
	}

	#seitenheader {
		margin-bottom: 40px;
	}

	.logo-nav-wrap {
		background: none;
	}

	.logo img {
		width: 300px;
		height: auto;
	}

	.carousel-control-next,
	.carousel-control-prev {
		width: 50px;
		height: 50px;
	}

	.carousel-control-next i,
	.carousel-control-prev i {
		font-size: 32px;
	}

	#c12 .image img {
		padding-bottom: 30px;
	}

}

@media (max-width: 767.98px) {

	h1,
	.h1 {
		font-size: 32px;
	}

	.logo img {
		width: 250px;
		height: auto;
	}

	footer #c14,
	footer .instagram-logo {
		text-align: center;
		padding-top: 0;
	}

	footer .instagram-logo {
		padding-bottom: 30px;
	}
}

@media (max-width: 575.98px) {

	h1,
	.h1 {
		font-size: 28px;
	}

	h2,
	.h2 {
		font-size: 24px;
	}

	h3,
	.h3 {
		font-size: 22px;
	}

	footer .instagram-logo img {
		width: 300px;
		height: auto;
	}
}

@media (max-width: 475.98px) {
	.logo img {
		width: 200px;
		height: auto;
	}
}