html {
  scroll-behavior: smooth;
}

h1 {
	font-size: 6em;
	color: #a6192e;
}

h2 {
	font-size: 4em;
	line-height: 1.2em;
	font-weight: bold;
	color: #a6192e;
}

h3 {
	font-size: 2.4em;
	line-height: 1.2em;
	font-weight: bold;
}

p, ul {
	font-size: 1.6em;
	line-height: normal;
}

a {
	color: #fff;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	padding-left: 40px;
}

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

#mmmenu-link {
    cursor: pointer;
    display: inline-block;
}

.mm-wrapper_blocking {
  overflow-y: auto;
}

.mm-navbar__title{
	display: none;
}

.mm-panels {
	background-color: #ffffffF2;
}

.mm-menu_theme-white {
	--mm-color-background: none;
}

:root {
	--mm-color-background: none;
}

.mm-listitem {
	margin: 1vh 0;
}

.mm-listitem::after {
	border: none;
}

.mm-listitem a:hover {
  text-decoration: underline;
}

.mm-listitem__text, .mm-menu_theme-white {
	--mm-color-text: #a6192e;
}

.mm-listitem_selected {
	font-weight: bold;
}

#mmenu ul {
	font-size: 2em;
}

#close-menu > div {
	position: absolute;
	right: 20px;
	top: 8px;
	z-index: 999;
	cursor: pointer;
}

#close-menu .bar1, #close-menu .bar2 {
	width: 30px;
	height: 4px;
	background-color: #252525;
}

#close-menu .bar1 {
	transform: rotate(-45deg) translate(-4px,3px);
}

#close-menu .bar2 {
	transform: rotate(45deg) translate(-3px,-3px);
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #a6192e;
    margin: 6px 0;
    transition: 0.4s;
}

.section {
	min-height: 115vh;
	position: relative;
}

.section-light {
	background-color: #d9d9d9;
	color: #252525;
}

.section-dark {
	background-color: #252525;
	color: #d9d9d9;
}

.full-height {
	height: 100%;
	position: absolute;
	width: 100%;
}

header {
	position: fixed;
	width: 100%;
	z-index: 800;
	top: 0;
}

header .row {
	background-color: #a6192e;
}

#header-logo {
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

#header-logo a {
	padding-left: 20px;
}

#header-logo img {
	max-height: 100px;
}

#header-logo p {
	padding: 0 20px;
	font-size: 2.4em;
	margin: 0;
}

#header-mail {
	text-decoration: none;
	font-size: 4em;
}

#header-mail, #header-menu {
	background-color: #fff;
	text-align: center;
	position: relative;
	color: #a6192e;
}

#header-mail > a, #header-menu a {
	color: #a6192e;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer {
	color: #fff;
}

#footer-logo {
	text-align: center;
}

#footer img {
	max-width: 330px;
	background-color: white;
	width: 100%;
}

#footer-1 {
	background-color: #a6192e;
	padding: 30px 0;;
}

#footer-2 {
	background-color: #730818;
	min-height: 70px;
}

#footer-2 p, #footer-2 a {
	margin-bottom: 0;
	font-size: 1.2em;
}

#home {
	position: relative;
}

.home-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-image: url("/files/img/home-bg.jpg");
	background-size: cover;
	background-position: center;
	filter: blur(8px);
	-webkit-filter: blur(8px);
	z-index: -100;
}

#home h1 {
	font-size: 7em;
	margin-top: 0;
}

#home h2 {
	font-size: 5em;
}

#link-mehr-erfahren {
	text-align: center;
}

#link-mehr-erfahren a {
	font-size: 2.5em;
	border: 1px solid white;
	padding: 10px 10px;
	background-color: #a6192e;
	transition: background 0.75s;
	display: block;
}

#link-mehr-erfahren a:hover {
	background-color: #a6192e;
	transition: background 0.75s;
}

#ueber-uns h2, #aktuelles h2 {
	margin-top: 0;
}

#aktuelles h2 {
	margin-bottom: 100px;
}

#ueber-uns {
	background-color: #d9d9d9;
	color: #252525;
	padding-top: 105px;
}

#ueber-uns a {
	color: #a6192e;
}


#aktuelles {
	background-color: #252525;
	color: #d9d9d9;
}

.eintrag-aktuelles a {
	display: block;
	border: 1px solid #fff;
	padding: 20px;
	transition: background 0.75s;
}

.eintrag-aktuelles a:hover {
	background-color: #a6192e;
	transition: background 0.75s;
}

.eintrag-aktuelles p {
	margin: 0;
}

#referenzen a, #impressum a, #kontakt a {
	color: #a6192e;
}

#leistungen, #produktuebersicht, #team, #kontakt, #impressum, #agb {
	margin-top: 140px;
	margin-bottom: 50px;
}

#referenzen {
	padding-top: 140px;
	padding-bottom: 50px;
}

#leistungen h2, #produktuebersicht h2, #referenzen h2, #kontakt h2, #impressum h2, #agb h2 {
	margin-top: 0;
}

#leistungen li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	gap: 12px;
}

#leistungen i {
	color: #a6192e;
	width: 50px;
	text-align: center;
	font-size: 2em;
	flex-shrink: 0;
}

/* Produktübersicht */

.produkte .row {
	row-gap: 0;
}

.product-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 20px;
}

.reference-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.card {
	text-align: center;
	padding: 10px 20px;
	transition: transform 0.2s, box-shadow 0.2s;
	cursor: pointer;
}

.reference-flex .card {
	flex: 1 1 0px;
}

.product-flex .card {
	flex: 0 0 230px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card-icon {
	height: 70px;
	margin-bottom: 10px;
}

.reference-flex .card-icon {
	height: 200px;
	object-fit: cover
}

.card-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.produktcontainer {
	padding-top: 110px;
}

.produktcontainer h3 {
	color: #a6192e;
}

.bg-grau {
	background-color: #d9d9d9;
	color: #252525;
}


/* Grundlegendes Styling für das Formular */
form {
    background-color: #f8f8f8;
    padding: 20px;
    border: 2px solid #a6192e; /* Akzentfarbe passend zur Seite */
    border-radius: 5px;
    margin: 20px auto;
}

/* Styling für Formularfelder */
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

/* Styling für die Beschriftungen (Labels) */
form label {
    display: block;
    color: #333;
    margin-bottom: 5px;
    font-size: 1.4em;
}

/* Styling für den Absenden-Button */
form button[type="submit"] {
    background-color: #a6192e; /* Passende Farbe zum Design */
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 10px;
}

form button[type="submit"]:hover {
    background-color: #9f1623;
}

.form-confirmation {
	border: 2px solid #9f1623;
	padding: 20px;
}

.form-confirmation p {
	margin: 0;
}


/* Team-Member */
.team-member {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.team-member img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}

.team-member:hover img {
  transform: scale(1.1);
}

.team-member .description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  margin-bottom: 0;
  text-align: center;
  padding-bottom: 20px;
}

.team-member:hover .description {
	opacity: 1;
}


/* breakpoint md */
@media screen and (max-width: 48em) {
	#header-mail {
		display: none;
	}
	
	#home h1 {
		font-size: 3.5em;
	}
	
	ul {
		padding-left: 0;
	}
}

/* Breakpoint xl */
@media screen and (min-width: 68.75em) {
	#link-mehr-erfahren a {
		background-color: transparent ;
	}
}