/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/oswald-v56-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/oswald-v56-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
	padding: 0px;
	width: 100%;
}

body {
  margin: 0;
  background: #e9e3dc;
}

body, td, th, input, select, textarea {
	font-family: 'Oswald', serif;
	font-size:1.4em;
	color: #353535;
	line-height: 1.8em;
}

img {
	max-width:100%;
}

h1 {
	font-size:2.0em;
  	line-height:1.6em;
	margin-top:52px;
	color: #903572;
}

h2 {
	font-size:1.4em;
	line-height: 1.8em;
    margin-bottom:1.0em;
    color: #903572;
}

h3 {
	font-size:1.0em;
	line-height: 1.6em;
    font-weight: 600;
}

a:link, a:visited, a:active {
	color: #353535;
}

a:hover {
	text-decoration: none;
	color: #aa6d96;
}
a:active, a:focus {
	outline: 0 !important;
    box-shadow: none !important;
}

form {
    margin: 0px;
	padding: 0px;
}

input:active, input:focus, select:active, select:focus {
	outline: none;
}

ul, ol {
	margin: 6px 0 0 0;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 0px 0px 5px 22px;
}


/* HEADER */
header {
  background-color: #ffffff;
  width: 100%;
  padding: 1rem 0;
}

.header-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo {
  width: 300px;
  height: auto;
  margin-top:10px;
}

nav {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
}

nav a {
  color: #f2f2f2; /* leichtes beige-weiß */
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.0em;
}

nav a.active {
    color:#903572;
}

nav a:hover {
  text-decoration: none;
}

.box-lila {
  border: 2px solid #903572;
  padding: clamp(12px, 2.5vw, 24px);
  width: 100%;
  margin: 1rem auto;
  box-sizing: border-box;
}

.box-lila__header {
  margin: 0 0 0.5em;
  color: var(--accent);
  font-size: clamp(1.125rem, 2.2vw, 1.5rem); /* skaliert sanft mit der Viewportbreite */
  line-height: 1.2;
  font-weight: 700;
}

/* CONTENT */
.content {
  max-width: 1450px;
  margin: 2rem auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
s
.bildbereich {
  width: 80%;
}

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

.terminbereich {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}

.terminbox {
  background-color: #1f6499;
  color: white;
  padding: 3rem 2rem;
  transform: rotate(-3deg);
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  margin-left: -60px; /* Überlappt ins Bild */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.footer-bottom {
  background-color: #555555;
  padding: 40px 36px;
  color: #fff;
}

.footer-bottom-inner {
  max-width: 1410px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
  text-align: center;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin: 0 4px;
  white-space: nowrap;
}

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

.footer-bottom span {
  color: #888;
}

.footer-bottom-inner p {
  width: 100%;
  text-align: center;
  margin: 0px 0px 20px 0px;
}

.scroll-to-top {
  text-align: center;
  margin-top: 24px;
}

.scroll-to-top a {
  color: white;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  padding: 10px 22px;
  border: 1px solid white;
  border-radius: 4px;
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.scroll-to-top a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}


.bild-links {
    float: left; 
	margin: 24px 40px 14px 0px;
    border: 0px;
    width: 400px;
}
.bild-rechts {
    float: right; 
	margin: 24px 0px 14px 40px;
	border: 0px;
    width: 400px;
}

.box-33prozent {
	box-sizing: border-box;
    width: calc(33.333% - 25px); /* 33.333% der Bildschirmbreite minus 10 Pixel Abstand */
    float: left;
    margin-right: 25px; /* Abstand zwischen den Containern */
    text-align: left; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    font-size: 0.9em;
    background-color: #ffffff;
    margin-bottom: 80px;
}

.box-33prozent:last-child {
    margin-right: 0; /* Der letzte Container erhÃ¤lt keinen rechten Abstand */
}
.box-33prozent-content {
	padding:10px;
	text-align: left;
}

.box-25prozent {
	box-sizing: border-box;
    width: calc(25% - 25px); /* 33.333% der Bildschirmbreite minus 10 Pixel Abstand */
    float: left;
    margin-right: 25px; /* Abstand zwischen den Containern */
    text-align: center; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    font-size: 0.9em;
}

.box-25prozent:last-child {
    margin-right: 0; /* Der letzte Container erhÃ¤lt keinen rechten Abstand */
}
.box-25prozent-content {
	padding:10px;
	text-align: center;
}

.box-66prozent {
    width:100%;
    background-color: #ffffff;
}

.box-50prozent {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

.slider-wrapper,
.text-wrapper {
  flex: 1 1 50%;
  min-width: 300px;
  box-sizing: border-box;
}

.text-wrapper {
  padding: 16px;
}

/* Optional für Bild-Anzeige */
.box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 16px;
}

.box p {
  margin: 0 0 16px;
}

.container {
    display: flex;
}

.box {
    min-height: 200px; /* Beispielhöhe, kann nach Bedarf angepasst werden */
}

.box30 {
    width: 20%;
    margin-right: 30px;
}

.box70 {
    width: 80%;
}

.container-vorschau {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}

.box-vorschau {
  flex: 1 1 calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  min-height: 300px;
  box-sizing: border-box;
}

.box-vorschau img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0; /* Bild klebt oben */
}

.box-vorschau p, .box-vorschau h2 {
  margin: 22px 0px;
  flex-grow: 1;
}

.linkbox {
  border: 2px solid #903572;
  padding: 10px;
  text-align: center;
  margin-top: auto;
  transition: background-color 0.3s ease, color 0.3s ease, filter 0.3s ease;
}

.linkbox a {
  text-decoration: none;
  color: #903572;
  font-weight: bold;
  transition: color 0.3s ease, filter 0.3s ease;
}

.linkbox:hover {
  background-color: #f6e9f1; /* sehr helle Variante von #903572 */
}

.linkbox:hover a {
  color: #b35998; /* hellere Farbe oder mit filter arbeiten */
}


.white-button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #ad2b2b;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out;
  width: 220px;
  height: 40px;
  line-height: 40px; /* Zentrieren des Texts vertikal */
}
a.white-button {
    color:#ad2b2b;
    font-size:0.8em;
}
/* Standard-Hintergrundfarbe */
.white-button:hover {
  background-color: #e9e9e9;
}

/* Rote Hintergrundfarbe */
.white-button:active,
.white-button:focus {
  background-color: #e9e9e9;
}

.form-button {
  background-color: #903572;
  color: white;
  border: none;
  padding: 16px 40px;
  font-size: 1.0em;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-button:hover {
  background-color: #a5568a; /* etwas heller für Hover-Effekt */
}

.full-width-container {
  width: 100%;
  background-image: url('../_images/start/red-title-xl.webp'); /* Hintergrundgrafik für den gesamten Bildschirm */
  background-size: cover; /* Die Hintergrundgrafik wird gestreckt, um den gesamten Container zu bedecken */
  background-position: center; /* Zentrierung der Hintergrundgrafik */
  background-repeat: no-repeat; /* Verhindert das Wiederholen der Hintergrundgrafik */
  margin:0px;
  padding:0px;
}

.centered {
  text-align: center;
}
.centered-container {
  width: 1350px;
  margin: 0 auto; /* Zentrierung des Containers */
  overflow: hidden; /* Clearfix-Hack, um Floats innerhalb des Containers zu klären */
}

.half-width {
  width: 50%;
  float: left;
  box-sizing: border-box; /* Berücksichtigt das Padding und den Rand in der Breite */
}

.text-container {
  color:#ffffff;
  text-align: left;
  margin-top:50px;
}
.text-container h1 {
  color:#ffffff;
  font-size:2.2em;
  line-height:1.6em;
}
.text-container p {
  color:#ffffff;
  font-size:1.2em;
  line-height:1.4em;
  font-weight: bold;
}
.half-width img {
  max-width: 100%; /* Bild wird responsiv skaliert */
  padding:0px;
  vertical-align: bottom;
}
.half-width-content {
    padding:0px;
}

.container-50prozent {
  display: flex;
  width: 100%; /* Container nimmt 100% der Breite ein */
}

.image-50prozent, .image-50prozent-rechts {
  flex: 1; /* Nimmt 50% der Container-Breite ein */
  padding: 0px; /* Optional: Abstand zum Rand des Containers hinzufügen */
}

.image-50prozent img, .image-50prozent-rechts img {
  max-width: 100%; /* Bildgröße auf den Container anpassen */
  height: auto;
}

.image-50prozent-links {
	display: none;
}

.text-50prozent-rechts, .text-50prozent-links {
  flex: 1; /* Nimmt ebenfalls 50% der Container-Breite ein */
  display: flex;
  justify-content: center; /* Zentriert den Text horizontal */
  align-items: center; /* Zentriert den Text vertikal */
}
.text-50prozent-rechts {
  margin: 0px 0px 0px 60px;
  font-size:1em;
  line-height: 1.4em;
}
.text-50prozent-links {
  margin: 0px 60px 0px 0px; 
  font-size:1em;
  line-height: 1.4em;
}

.alert {
    color:#cc0000;
}
.success {
    color:#009900;
}
#content-section {
	float:left;
	width:100%;	
	overflow:visible;
}
#content-wrapper {
	width: 1350px;
	margin: 0 auto;
	text-align: left;
}
#content {
	margin: 20px 0px 40px 0px;
	padding: 0px;
	text-align: left;
}
.content-text {
	padding: 0px 166px 0px 166px;
}
.contentbild {
    width:100%;
    float:left;
    margin:30px 0px 30px 0px;
}
.newsletter-section {
  text-align: center;
  padding: 3rem 1rem;
  background-color: #903572;
  color: white;
  margin-bottom:1px;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.newsletter-form input[type="email"],
.newsletter-form button {
  padding: 0.75rem 1rem;
  border: 2px solid white;
  border-radius: 2px;
  font-size: 1rem;
  height: 48px;
  box-sizing: border-box;
  background-color: transparent;
  color: white;
}

.newsletter-form input[type="email"]::placeholder {
  color: #ddd;
}

.newsletter-form button {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid white;
  transition: background-color 0.3s, color 0.3s;
  color:#903572;
  font-family: 'Oswald', serif;
  line-height: 1;
}

.newsletter-form button:hover {
  background-color: white;
  color: #353535;
}

.form-button {
  background-color: #903572;
  color: white;
  border: none;
  padding: 16px 48px;
  font-size: 1.0em;
  border-radius: 8px;
  font-family: 'Oswald', serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top:24px;
}

.form-button:hover {
  background-color: #a35d8c; /* etwas dunkler für Hover-Effekt */
}

.klein {
	font-size: 0.75em;
	line-height: 1.4em;
}

.center {
    display: table;
  	margin: 0 auto;
}
.contact-box-form { 
	float:left;
	width:700px;
}
.contact-box-adress {
	width:300px;
	float:right;
}

.
.achtung {
    color:#cc0000;
    font-weight:bold;
}
.formularfeld {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	height:36px;
	border:1px solid #353535;
}
.textarea {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	height:180px;
	border:1px solid #353535;
}
.box-orange-wrapper {
    margin:40px 0px 20px 0px;
    border-bottom:2px solid #f07f3d;
    background-color:#f8ede6;
}
.box-orange {
    padding:10px 20px 10px 20px;
}
.box-grau-wrapper {
    margin:20px 0px 20px 0px;
    background-color:#f9f9f9;
}
.box-grau {
    padding:10px;
}
.blue-button {
  display: inline-block;
  padding: 8px 24px;
  margin-top:16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-color: #903572;
  transition: background-color 0.3s ease-in-out;
  width: 360px;
  height: 40px;
  line-height: 40px; /* Zentrieren des Texts vertikal */
  font-weight: bold;
}
a.blue-button {
    color:#ffffff;
    text-decoration: none;
    font-size:0.9em;
}
/* Standard-Hintergrundfarbe */
.blue-button:hover {
  background-color: #aa6d96;
}

.light-button {
  display: inline-block;
  padding: 7px 23px;
  margin-top: 16px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  color: #903572;
  background-color: #ffffff;
  border: 0.75px solid #903572;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  width: 360px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

a.light-button {
  color: #903572;
  text-decoration: none;
  font-size: 0.88em;
}

/* Hover-Effekt */
.light-button:hover {
  background-color: #e6f4f4;
  color: #38aeae;
  border-color: #38aeae;
}

.red {
	color:#cc0000;
}
.abstand {
	padding:20px;
}
.table-container {
  width: 100%;
}
.produkt-links {
	float:left;
	width:30%;
}
.produkt-links img {
	margin-top:40px;
}
.produkt-rechts {
	float:right;
	width:60%;
}
.produkt-rechts-content {
	padding:0px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px solid lightgrey;
  padding: 8px;
  font-size:0.7em;
}

.table th {
  background-color: darkgrey;
  color: white;
}

.table th:first-child,
.table td:first-child {
  width: 44%;
}

.table th:last-child,
.table td:last-child {
  width: 28%;
}

.mobileheader {
	display: none;
}

.thumbnail {
  position: relative;
  width: 166px;
  height: 166px;
  overflow: hidden;
  margin:10px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  object-fit: cover;
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}
.start-breadcrumb {
	visibility: visible;
}

.kategorietext {
	width:100%;
	padding: 0px 0px 10px 0px;
	float:left;
}
.box-color {
  width: 100%;
  height: 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #b13534;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom:20px;
}

.search-content-wrapper {
	border-left:2px solid #f07f3d;
	margin:16px 0px 16px 0px;
	float:left;
	width:100%;
	background-color:#f9f9f9;
}	
.search-content {
	padding: 0px 10px 0px 20px;
}

.teaser-container,
.teaser-container * {
  box-sizing: border-box;
}

.teaser-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem; /* Nur Abstand zwischen Boxen */
  padding: 0;     /* kein Padding nötig */
  margin: 0;      /* kein negativer Rand nötig */
}

.teaser {
  position: relative;
  color: white;
  text-align: left;
  background-size: cover;
  background-position: center;
  min-height: 400px;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
  flex: 0 0 100%;
}

.teaser h2 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}

.teaser-button {
  display: inline-block;
  padding: 0.3rem 1.2rem;
  border: 1px solid white;
  border-radius: 2px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.teaser-button:hover {
  background: #00558c;
}

a.teaser-button {
  color: white !important;
}


.kachel.gross {
  grid-column: span 3;
}

.box {
  padding: 16px;
  text-align: center;
}

.box img {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.box p {
  margin: 0;
}

.video-container {
  width: 50%;  /* Nimmt die volle Breite des Ã¼bergeordneten Containers */
  max-width: 100%; /* Verhindert, dass es grÃ¶ÃŸer als das Eltern-Element wird */
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto; /* ErhÃ¤lt das SeitenverhÃ¤ltnis des Videos */
  display: block;
}

.form-row {
  display: grid;
  grid-template-columns: 40px 170px 130px 1fr; /* 4 Spalten */
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd; /* optional: Trennerlinie */
}

.form-row input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}

.form-row .title {
  font-weight: 500; /* etwas hervorgehoben */
}

.input-row {
display: flex;
gap: 20px; /* Abstand zwischen den Spalten */
margin-bottom: 15px;
}

.input-group {
flex: 1;
display: flex;
flex-direction: column; /* Label über Input */
}

.input-group label {
margin-bottom: 5px;
font-weight: bold;
}

.input-group select,
.input-group input,
.input-group textarea {
padding: 10px;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 1.0em;
}


@media all and (max-width: 1380px) {
    .banner-content {
        left: 20px;
    }
}

@media all and (max-width: 1350px) {
    .banner-content {
        position: absolute;
        left: 10px;
        top: 50%; /* Zentriert vertikal */
        transform: translateY(-50%);
        text-align: left; /* Links ausrichten */
        color: white; /* Schriftfarbe */
        z-index: 1; /* Text über dem Bild */
    }
    .banner-content h1 {
        font-size: 1.4em;
        line-height: 1.6em;
    }
    .banner-content h2 {
        font-size: 0.9em;
        line-height: 1.6em;
    }
    .centered-container {
      	width:100%;
    }
	header {
		width:100%;
		padding: 12px 0px 15px 0px;
	}
	header img {
		margin-left:10px;
	}
	#footer_content_wrapper {
		width:100%;
	}
	#content-wrapper {
		width:100%;
	}
	.half-width-content {
        padding:10px;
    }
}

@media all and (max-width: 1350px) {
    #content {
        margin: 30px 0px 40px 0px;
        padding: 10px;
    }
	nav {
		display: none;
	}
    
	.mobileheader {
		display: inherit;
	}
    .mobileheader a {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 56px;
		right: 16px;
	}
    .mobileheader img {
        width: 42px;
		height: 42px;
    }
	
    #content-wrapper {
		width:100%;
	}
    
    
	.centered h1 {
		font-size: 1.6em;
	}

	.content-text {
		padding: 0px 120px 0px 120px;
	}
}

@media all and (max-width: 1024px) {

    h1 {
        font-size:1.6em;
        line-height:1.4em;
        margin-top:32px;
    }
    .content {
        flex-direction: column;
        align-items: center;
    }

    .bildbereich {
        width: 100%;
    }

    .terminbereich {
        width: 65%;
        justify-content: center;
        margin-top: -30px; /* höher geschoben */
    }

    .terminbox {
        margin-left: 0;
        transform: rotate(-3deg); /* Stil bleibt erhalten */
        width: 100%;
        font-size: 1.6rem;
        padding: 0.8rem 1rem;
    }
    
    #content {
        margin: 0px 0px 40px 0px;
        padding:10px;
    }
	.content-text {
		padding: 0px 80px 0px 80px;
	}
	.header-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
    }

    .logo {
        margin-left: 0;
        align-self: flex-start;
    }

    nav {
        justify-content: center;
        margin-top: 1rem;
        width: 100%;
    }
}

@media all and (max-width: 925px) {
    .container-vorschau {
        grid-template-columns: 1fr; /* 1 Spalte = 100 % Breite */
      }
	.thumbnail {
	  position: relative;
	  width: 120px;
	  height: 120px;
	  overflow: hidden;
	  margin:8px;
	}
	.container-50prozent {
	  display: inherit;
	}

	.image-50prozent, .image-50prozent-rechts {
	  flex: none;
	  width:100%;
	}
	
	.image-50prozent-links {
		display: none;
	}
	.image-50prozent-rechts {
		display: inherit;
	}

	.image-50prozent img, .image-50prozent-rechts-50prozent-links img, .image-50prozent-rechts img {
	  max-width: 100%; 
	}
	
	.image-50prozent-links {
		display: inherit;
	}
	.image-50prozent-rechts {
		display: none;
	}

	.text-50prozent-rechts, .text-50prozent-links {
	  flex: none;
	  display: inherit;
	  justify-content: none;
	  align-items: none;
	}
	.text-50prozent-rechts {
	  margin: 0px 0px 0px 0px;
	}
	.text-50prozent-links {
	  margin: 0px 0px 0px 0px; 
	}
    .bild-links {
        width: 260px;
    }
    .bild-rechts {
        width: 260px;
    }
    .container-vorschau {
      grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-inner {
        flex-direction: column;
        gap: 6px;
    }
    
    .footer-column {
        width: 100%;
        text-align: center;
        margin:20px 0px 20px 0px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 6px;
    }
    
    .footer-bottom-inner p {
      margin: 20px 0px 20px 0px;
    }

    .footer-bottom a,
    .footer-bottom span {
        display: inline-block;
    }
}

@media all and (max-width: 768px) {
    .box-25prozent {
        box-sizing: border-box;
        width: 100%; /* 33.333% der Bildschirmbreite minus 10 Pixel Abstand */
        float: left;
        margin-right: 0px; /* Abstand zwischen den Containern */
        margin-bottom: 35px;
        text-align: center; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
        font-size: 1.0em;
    }
    .mobileheader a {
		top: 28px;
	}
	header img {
		margin-top:4px;
		width:180px;
	}
	.content-text {
		padding: 0px 0px 0px 0px;
	}
    
    .half-width {
         width:100%;   
    }
    .text-container {
      margin-top:50px;
    }
    .text-container h1 {
      color:#ffffff;
      font-size:1.6em;
      line-height:1.4em;
    }
    .text-container p {
      font-size:1.0em;
      line-height:1.2em;
    }
    .box-50prozent {
        flex-direction: column;
    }
    .box-33prozent {
        width: 100%;
		min-height: 100px;
		margin-bottom:40px;
    }
    .video-container {
        width: 100%;
    }
    .terminbox {
        margin-left: 0;
        transform: rotate(-3deg); /* Stil bleibt erhalten */
        width: 100%;
        padding: 0.6rem 0.8rem;
    }
}

@media all and (max-width: 760px) {
    .vorschau_box_gross_wrapper1, .vorschau_box_gross_wrapper2 {
		width:100%;
        float:left;
		min-height:200px;
	}
	.vorschau_box_content {
		font-size:0.9em;
	}
	.vorschau_box_blau {
		font-size:0.9em;
	}
	.vorschau_box_header {
		min-height: 100px;
	}
	.vorschau_box_content {
		font-size:0.9em;
	}
	.slider_box_gross_wrapper1, .slider_box_gross_wrapper2 {
		width:50%;
		margin:0px;
	}
	.slider_box_content {
		display: none;
	}
	.slider_box_image {
		width:100%;
		display: table;
  		margin: 0 auto;
		padding:0px;
    	float:none;
	}
	.slider_box_image img {
		width:50%;
		display: table;
  		margin: 0 auto;
	}
	.slider_box_link {
		text-align: center;
		width:100%;
	}
	.slider_box_link a {
		display: table;
  		margin: 0 auto;
		padding:0px;
	}
	.freitext-wrapper {
		width:98%;
		height:134px;
	}
	.freitext-links {
		float:left;
		width:100%;
		margin-bottom:20px;
	}
	.freitext-rechts {
		float:left;
		width:100%;
	}
}

@media all and (max-width: 564px) {
	.produkt-links {
		width:100%;
	}
	.produkt-links img {
		width:65%;
		display: table;
  		margin: 0 auto;
	}
	.produkt-rechts {
		width:100%;
		margin-top:30px;
	}
	.produkt-rechts-content {
		padding:5px;
	}
	.slider_box_gross_wrapper1, .slider_box_gross_wrapper2 {
		min-height:300px;
	}
    .centered h1 {
        font-size: 1.0em;
    } 
    .bild-links {
        width: 180px;
    }
    .bild-rechts {
        width: 180px;
    }
    .container-vorschau {
      grid-template-columns: 1fr;
    }
}

@media all and (max-width: 540px) {
	body, td, th, input, select, textarea {
        font-size:1.2em;
        line-height:1.9em;
    }
	h2 {
		font-size:1.1em;
	}
}
@media all and (max-width: 400px) {
	.centered p {
		font-size: 1em;
	}
}
	
@media all and (max-width: 383px) {
	.thumbnail {
	  position: relative;
	  width: 120px;
	  height: 120px;
	  overflow: hidden;
	  margin:8px;
	}
}
	
@media all and (max-width: 350px) {

	.centered p {
		font-size: 0.9em;
	}
}
@media all and (max-width: 320px) {
	body, td, th, input, select, textarea {
        font-size:1em;
        line-height:1.8em;
    }
	
	h2 {
		font-size:1em;
	}

	.button {  
		width:230px;
	}
	.tourdaten-box {
		padding:1px;
		font-size:0.8em;
	}
	.tourdaten-box-wrapper, .tourdaten-box-wrapper2, .tourdaten-box-wrapper4, .tourdaten-box-wrapper6 {
		width:47%;
	}
}

@media all and (max-width: 310px) {
	#breadcrumbs { 
		display: none;
	}
	.centered p {
		font-size: 0.85em;
	}
	.footer_logo1 img {
		height:50px;
	}
	.footer_logo2 img {
		height:40px;
	}
}
	
@media all and (max-width: 291px) {
	.thumbnail {
	  position: relative;
	  width: 100px;
	  height: 100px;
	  overflow: hidden;
	  margin:8px;
	}
}

@media all and (max-width: 250px) {

	.button {  
		width:96%;
	}
	
	body, td, th, input, select, textarea {
        font-size:1em;
        line-height:1.6em;
    }
	h2 {
		font-size:0.9em;
	}
	.thumbnail {
	  position: relative;
	  width: 80px;
	  height: 80px;
	  overflow: hidden;
	  margin:4px;
	}
}

@media (min-width: 1024px) {
  .teaser {
    flex: 0 0 calc(33.333% - 0.67rem); /* Platz für das Gap */
    max-width: calc(33.333% - 0.67rem);
  }
}