@charset "utf-8";

/* jost-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: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/jost-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* jost-800 - 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: 'Jost';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/jost-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/jost-v15-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

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

body {
	text-align: center;
	overflow-x: hidden;
	margin:0 auto;
}

body, td, th, input, select, textarea {
	font-family: 'Jost', serif;
	font-size:1.2em;
	color: #616161;
	line-height: 2em;
}

img {
	max-width:100%;
}

h1 {
	font-size:2.2em;
  	line-height:1.6em;
	margin-top:8px;
	color: #1c59b5;
    font-weight: 400;
}

h2 {
	font-size:1.2em;
	line-height: 1.8em;
    margin-bottom:4px;
    font-weight: 400;
}

h3 {
	font-size:1.0em;
	line-height: 1.8em;
    margin-bottom:28px;
    font-weight: 600;
}

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

a:hover {
	text-decoration: none;
	color: #1c59b5;
}
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 {
	margin: 6px 0 0 0;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 0px 0px 5px 22px;
}
dl {
	margin: 0px;
	padding: 0px;	
}
dt {
	padding: 10px 0px 0px 0px;
}
dd {
	border:1px solid #f07f3d;
	width:100%;
	padding:0px;
	margin:0px;
	height:40px;
	background-color:#ffffff
}

.header-wrapper {
  width: 100%; /* Volle Breite des Bildschirms */
  box-shadow: 0 4px 6px -2px rgba(128, 128, 128, 0.2); /* Schatten am unteren Rand */
}

header {
  background-color: #ffffff;
  padding: 15px 30px 15px 30px;
  text-align: center;
  height:66px;
  width: 1350px; /* Breite des Headers */
  margin: 0 auto; /* Zentrierte Ausrichtung */
}

header img {
  float: left;
  margin-top:4px;
  width:300px;
}

header a {
  text-decoration: none;
}

nav {
  float: right;
  margin-top: 11px;
}

nav a {
  margin: 0 15px;
  font-size:0.85em;
  text-decoration: none;
  position: relative;
}

nav a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: -38px;
	left: 50%;
	width: 0; /* Startet unsichtbar */
	height: 2px;
	background-color: #1c59b5;
	transform: translateX(-50%);
	transition: width 0.3s ease; /* Fügt eine Übergangseffekt hinzu */
	
}
nav a.active {
  color: #1c59b5; /* Schriftfarbe für den aktiven Menüpunkt */
}
nav a.active::after {
	width: 100%; /* Aktive Klasse zeigt den Balken an */
}

#header {
	width:100%; 
	height:105px;
	padding:0px;
	text-align:center;
	overflow:visible;
	background-color:#ffffff;
	float:left;
	border-bottom:1px solid #c4c4c4;
}

#header_content {
	width:100%;
	text-align:center;
	min-height:86px;
	overflow:visible;
}

#logo_row {
	margin-left:0px;
	margin-top:2px;
	text-align:left;
}
.logo {
	float:left;
	width:216px;
}
.search {
	float:right;
	width:22px;
	padding:0px;
	margin-top:8px;
}
.language {
	position: absolute;
	transform: translate(610px, 36px);
}
.language a {
	font-size:0.9em;
    text-decoration: none;
}
.count {
    font-size: 4.0em;
    font-weight: bold;
    color: #1c59b5;
    text-align:center;
    padding:20px;
}
.container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.box-33prozent {
    flex: 1 1 calc(33.333% - 36.66px); /* Breite minus Anteil vom Gap */
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0px;
}

.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;
    border:1px solid #616161;
}

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

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

.box-50prozent {
	box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: left; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    min-height: 100px;
    background-color:#ffffff;
}

.box-50prozent:last-child {
    margin-right: 0; /* Der letzte Container erhÃ¤lt keinen rechten Abstand */
}
.box-50prozent-content {
	padding:20px;
	text-align: left;
    background-color:#ffffff;
}
.box-50prozent-content img {
     width:80%;   
}
.box-50prozent-content h1 {
    color:#ffffff;
    font-size:1.6em;
}
.confirmbox-wrapper {
    background-color: #f9f9f9; /* Grauer Hintergrund */
    max-width: 70%; /* Maximal 50% Breite */
    padding: 20px; /* Innenabstand */
    margin: 20px auto; /* Zentriert die Box horizontal */
    border-radius: 10px; /* Abgerundete Ecken */
    box-shadow: 1px rgba(0, 0, 0, 0.1); /* Schatteneffekt */
}
.confirmbox {
    padding:20px;
}

a.slim-button {
    display: inline-block;
    padding: 0px 20px;
    background-color: #f3f3f3; /* Hellgrau */
    font-size:0.9em;
    text-decoration: none;
    border-radius: 4px; /* Abgerundete Ecken */
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

a.slim-button:hover {
    background-color: #f9f9f9; /* Helleres Grau beim Hover */
}

.white-button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #1c59b5;
  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:#1c59b5;
    font-size:0.8em;
}
/* Standard-Hintergrundfarbe */
.white-button:hover {
  background-color: #e9e9e9;
}

/* Rote Hintergrundfarbe */
.white-button:active,
.white-button:focus {
  background-color: #e9e9e9;
}
.header-bild {
  width: 100%; /* Vollständige Breite des Elternelements */
  height: 300px; /* Standardhöhe */
  background-image: url('deinbild.jpg');
  background-size: cover; /* Bildgröße anpassen */
  background-position: center; /* Zentriert das Bild */
}

.banner-content {
    position: absolute;
    left: calc(50% - 675px); /* 600 Pixel links von der Mitte des Bildes */
    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 {
    color: white;
    font-size: 2.4em;
}

.blue-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  border: 2px solid #1c59b5;
  color: #ffffff;
  background-color: #1c59b5;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  height: 50px;
  line-height: 40px; /* Zentrieren des Texts vertikal */
}
a.blue-button {
    color:#ffffff;
    font-size:0.9em;
}
/* Standard-Hintergrundfarbe */
.blue-button:hover {
  background-color: #ffffff;
  color: #616161;
}

/* Rote Hintergrundfarbe */
.blue-button:active,
.blue-button:focus {
  background-color: #ffffff;
  color: #616161;
}

#freitextsuche {
	display:none;
	width:100%;
	float:left;
}
.freitext-wrapper {
	width:1000px;
	height:70px;
	padding-top:80px;
	margin:0 auto;
}
.freitext-links {
	float:left;
	width:800px;
}
.freitext-rechts {
	float:right;
	width:200px;
}
#title-section {
	float:left;
	width:100%;	
	color:#0b205c;
  	position: relative;
  	text-align: center;
	overflow:visible;
}
.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-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-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
.box-flex100 {
    width: 100%;
    box-sizing: border-box;
}
.box-flex50 {
    width: calc(50% - 15px); /* 15px, weil beide Seiten zusammen 30px ergeben */
    box-sizing: border-box;
}
.box-flex20 {
    width: calc(20% - 15px); /* 15px, weil beide Seiten zusammen 30px ergeben */
    box-sizing: border-box;
}
.box-flex80 {
    width: calc(80% - 15px); /* 15px, weil beide Seiten zusammen 30px ergeben */
    box-sizing: border-box;
}

.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;
    width:50%;
}

.text-50prozent-links {
    text-align: left;
    width:50%;
}
.text-50prozent-rechts {
  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-align:center;
}
.text-50prozent-rechts {
  margin: 0px 0px 0px 0px;
}
.text-50prozent-links {
  margin: 0px 0px 0px 0px; 
}

#content-section {
	background-color: #ffffff;
	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;
}
#footer {
	clear:both;
	width:100%;
	height:400px;
	padding:0px;
	color:#ffffff;
	text-align:center;
	border-top: 3px solid #ffffff;
	background-color:#001c4b;
	margin-top: 45px;
	font-size:1.0em;
}

#footer a {
    color:#ffffff;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer_content_wrapper {
	width:1350px;
	text-align:center;
	margin-top:42px;
}
#footer_content {
	padding:0px;	
}

#footer_box1 {
	text-align:left;
	width:38%;
	float:left;	
}
#footer_box1 img {
    width:50%;
    margin-top:10px;
}
#footer_box2 {
	text-align:left;
	width:34%;
	float:left;	
}
#footer_box3 {
	text-align:left;
	width:28%;
	float:left;	
}
.footer_logo1 {
	float:left;
	margin:0px 18px 0px 0px;
}
.footer_logo2 {
	float:left;
	margin:6px 14px 0px 0px;
}

.vorschau_box_gross_wrapper1, .slider_box_gross_wrapper1 {
	width:47%;
	float:left;
	margin:0px 40px 20px 0px;
	min-height:360px;
}
.vorschau_box_gross_wrapper2, .slider_box_gross_wrapper2 {
	width:47%;
	float:right;
	margin:0px 0px 20px 0px;
	min-height:360px;
}
.slider_box_gross_wrapper2 {
	margin:0px 20px 20px 0px;
}
.slider_box_gross_wrapper1 {
	margin:0px 0px 20px 40px;
}
.vorschau_box_image, .slider_box_image {
    width:25%;
	padding:0px 0px 0px 0px;
    float:left;
}
.vorschau_box_image img, .slider_box_image img {
	margin-top:20px;
}
.vorschau_box_content, .slider_box_content {
    font-size:0.80em;

    line-height:1.4em;
    width:60%;
	padding:0px 40px 0px 0px;
    float:right;
}
.vorschau_box_link, .slider_box_link {
	width:100%;
    text-align: right;
}
.vorschau_box_back, .slider_box_back {
	width:100%;
}
.vorschau_box_link a, .vorschau_box_back a, .slider_box_link a, .slider_box_back a {
    text-decoration: none;
    color: #ec7903;
    font-size:0.9em;
	padding:0px 40px 0px 0px;
}
.big_header {
    font-size:1.8em;
  	line-height:1.4em;
}

.linkbox-grau {
	padding:10px 20px 10px 20px;
	text-align:center;
    border:1px solid #616161;
    border-radius:4px;
	margin-top:1px;
	color:#616161;
}
a.linkbox-grau:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
a.linkbox-grau {
    text-decoration: none;
}
.linkbox-blau {
	padding:6px 12px 6px 12px;
	text-align:center;
    border:1px solid #1c59b5;
    background-color:#1c59b5;
    border-radius:4px;
	margin-top:1px;
	color:#ffffff;
}
a.linkbox-blau {
    color:#ffffff;
}
a.linkbox-blau:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color:#ffffff;
}
a.linkbox-blau:hover {
    background-color:#ffffff;
    color:#1c59b5;
}
a.linkbox-blau {
    text-decoration: none;
}
.linkbox-footer {
	padding:10px 20px 10px 20px;
	text-align:center;
    border:1px solid #ffffff;
    border-radius:4px;
	margin-top:1px;
	color:#616161;
}
a.linkbox-footer:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
a.linkbox-footer {
    text-decoration: none;
}

.linkbox-weiss {
	margin-top:10px;
	padding:8px 8px 8px 8px;
	text-align:center;
	background-color: rgba(0,71,144,0.50);
	border-radius: 8px;
	color:#ffffff;
	font-size:0.95em;
}

a.linkbox-link {
	text-decoration:none;
	display:block;
}
a.linkbox-link-weiss {
	text-decoration:none;
	display:block;
	text-shadow: none;
    color:#ffffff;
}

 a.linkbox-link-weiss:link, a.linkbox-link-weiss:visited, a.linkbox-link-weiss:active {
    text-decoration:none;
	font-size: 1.0em; 
}

.klein {
	font-size: 0.8em;
	line-height: 0.9em;
}

.orange {
	color: #f07f3d;
}
.center {
    text-align: center;
}
.center img {
    display: inline-block;
}
.contact-box-form { 
	float:left;
	width:700px;
}
.contact-box-adress {
	width:300px;
	float:right;
}

.quicklink-wrapper, .quicklink-wrapper2, .quicklink-wrapper3 {
	width:23%;
	float:left;
	margin-right:14px;
	background-color: #f0f0f0;
	border-radius: 8px;
}

.quicklink-wrapper4 {
	width:23%;
	float:left;
	background-color: #f0f0f0;
	border-radius: 8px;
}

.quicklink {
	padding:3px;
    font-size:0.85em;
	text-align: center;
}
.quicklink a {
    text-decoration: none; 
	display:block;
}

.flag {
    height:14px;
}
.trennstrich {
	margin:0px 0px 24px 0px;
	padding:1px;
	width:80px;
	background-color:#f07f3d;
}
.achtung {
    color:#cc0000;
}
.textfield {
    font-size:1em;
    width:100%;
}
.textarea {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	height:180px;
	border:1px solid #616161;
}
login-box {
    background-color:#ffffff;
    border-radius:20px;
    width:33%;
}
.login-container {
  width:100%;
  margin: 0 auto;
  text-align: center;
}

.input-container {
  position: relative;
  margin-bottom: 20px;
  display: flex; /* Hinzugefügt, um die Elemente horizontal anzuordnen */
}

input[type="text"],
input[type="password"], 
select, textarea {
  flex: 1; /* Hinzugefügt, um den Eingabetext flexibel zu gestalten */
  border: 3px solid #f3f3f3;
  background-color: #f3f3f3;
  border-radius: 4px;
  outline: none;
  font-size: 1.0em;
  padding: 0px; /* Einheitliches Padding */
  box-sizing: border-box; /* Einschließen von Padding und Border in die Gesamtgröße */
  height: 40px; /* Einheitliche Höhe */
}

/* Optional: Einheitliche Breite für alle Boxen */
input[type="text"],
input[type="password"],
select, textarea {
  width: 100%; /* oder eine feste Breite z.B. 200px */
}
textarea {
    height:200px;   
}

.icon-lock {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../_images/lock-icon.png'); /* Hier ersetzt du 'lock-icon.png' durch den Pfad zu deinem Schlossbild */
  background-size: cover;
  margin-right: 100px;
}

.box-grau-wrapper {
    margin:20px 0px 20px 0px;
    background-color:#f9f9f9;
}
.box-grau {
    padding:10px;
}
.button {  
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	width:290px;
	padding:4px;
    height:48px;
	color: #ffffff;
	background-color:#1c59b5;
	font-size:0.9em;
	border:2px #1c59b5 solid; 
	border-radius:8px;
	outline: 0 none;
}

.button:hover { 
	background-color:#ffffff;
	color:#616161;
}

.sortier-container {
    display: flex;
    align-items: center;
    gap: 0px;
    max-width: 100%;
    box-sizing: border-box;
}

.sortier-container select {
    flex: 4;
    height: 42px;
    padding:0px 0px 0px 20px;
    box-sizing: border-box;
    border-radius:4px 0px 0px 4px;
}

.aktionsfeld, .aktionsfeld2 {
	background-color:#ffffff;
    padding:4px 16px 4px 16px;
	border:1px #d9d9d9 solid; 
	border-radius:4px;
    height:38px;
    float:right;
}
.aktionsfeld2 {
    margin-right:20px;
}
.select-white {
    border: 0px;
    background-color: #ffffff;
    padding: 0px; /* Einheitliches Padding */
    box-sizing: inherit;
    height: 40px; /* Einheitliche Höhe */
    width:160px;
    appearance: none; /* Entfernt den Standard-Pfeil */
    -webkit-appearance: none; /* Für Safari */
    -moz-appearance: none; /* Für Firefox */
    background: url('../_images/arrow-down.png') no-repeat right 1px center;
    background-size: 14px;
}
    
.search-container {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    box-sizing: border-box;
}

.search-container input[type="text"] {
    flex: 4;
    height: 50px;
    box-sizing: border-box;
}

.search-container button {
    flex: 1;
    box-sizing: border-box;
    height: 50px;
    -webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	color: #ffffff;
	background-color:#1c59b5;
	font-size:0.9em;
	border:2px #1c59b5 solid; 
	border-radius:8px;
	outline: 0 none;
}

.search-container button:hover { 
	background-color:#ffffff;
	color:#616161;
}

.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, .table-xl, .table-max, .table-min {
    display: grid;
    grid-template-columns: 47% 8% 8% 8% 9% 6% 14%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 20px 0;
    font-size:0.9em;
}
.table-xl {
    grid-template-columns: 31% 8% 8% 10% 11% 11% 7% 7% 7%;
}
.table-max {
    grid-template-columns: 23% 7% 7% 9% 4% 12% 7% 10% 7% 7% 7%;
}
.table-min {
    grid-template-columns: 20% 20% 15% 15% 15% 15%;
}
.table div, .table-xl div, .table-max div, .table-min div {
    padding: 12px;
    border-top: 1px solid #ddd;
}
.table div:last-child, .table-xl div:last-child, .table-max div:last-child, .table-min div:last-child {
    border-bottom: 0px;
}
.header {
    background-color: #f4f4f4;
    font-weight: bold;
    font-size:0.9em;
}
.row {
    display: contents;
}
.row:nth-child(odd) .cell {
    background-color: #e6f7ff;
}
.row:nth-child(even) .cell {
    background-color: #ffffff;
}
.row:last-child .cell {
    border-bottom: 1px solid #ddd;
}

/* Alternativ: gleiche Farbe wie die Zeile darüber */
.row:nth-child(odd) ~ .spacer {
    background-color: #e6f7ff;
}

.row:nth-child(even) ~ .spacer {
    background-color: #ffffff;
}
.spacer .cell {
    grid-column: 1 / -1;
    padding: 12px;
    background-color: inherit; /* Die gleiche Hintergrundfarbe wie die Zeile darüber */
    border-top: none;
    border-bottom: none;
}
.table-xl .colspan {
    grid-column: 6 / 10;
}
.table-max .colspan {
    grid-column: 8 / 12;
}
.table-max .colspan3 {
    grid-column: 9 / 12;
}

/* Alternativ: gleiche Farbe wie die Zeile darüber */
.row:nth-child(odd) ~ .spacer .cell {
    background-color: #e6f7ff;
}

.row:nth-child(even) ~ .spacer .cell {
    background-color: #ffffff;
}

.highlighted-text {
    background-color: #1c59b5;
    color: white; /* Textfarbe weiß, um Kontrast zu gewährleisten */
    padding: 0px 2px 0px 2px; /* Innenabstand um den Text */
    border-radius: 4px; /* Abgerundete Ecken */
    font-size:0.80em;
    line-height:1.3em;
    margin-right:6px;
    display: inline-block; /* Damit die Box die Größe des Textes annimmt */
}

.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;
}

.infografik-container {
    position: relative;
    display: inline-block;
    margin-right: 10px; /* Abstand von 10 Pixeln */
}

.infografik {
    width: 14px;
    height: auto;
    margin: 0px 0px 6px 8px;
}


.infografik-container-wrapper {
    display: flex;
    align-items: flex-start;
}
.infofenster {
    display: none;
    position: absolute;
    top: 20px; /* Anpassen je nach Position */
    left: 20px; /* Anpassen je nach Position */
    background-color: rgba(24, 68, 150, 0.8);
    width:500px;
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 100;
}

.infografik-container:hover .infofenster {
    display: block;
}

.infografik-text-container {
    max-width: 300px; /* Optional, um die Breite des Textcontainers zu begrenzen */
    line-height:1.8em;
}

.linkliste {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow: hidden;
}

.linkliste a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

.linkliste a:hover {
    background-color: #f0f0f0;
}

.linkliste a:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.popup {
    width:555px;
}
.icon-container {
    display: flex;               /* Flexbox aktivieren */
    align-items: center;         /* Vertikale Zentrierung der Inhalte */
}

.icon-image {
    max-width: 150px;            /* Bildgröße anpassen */
    margin-right: 30px;          /* Abstand zwischen Bild und Text */
}

.icon-text {
    margin-left: 8px;       
}

.video-container {
  width: 90%;  /* 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;
}

.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    min-width: 600px; /* Damit auf kleinen Displays Scrollen nötig ist */
}

.responsive-table th,
.responsive-table td {
    padding: 0.2em;
    text-align: left;
    border: 1px solid #ddd;
    font-size:0.8em;
}

.responsive-table thead {
    background-color: #f2f2f2;
}

.responsive-table tbody tr:nth-child(odd) {
    background-color: white;
}

.responsive-table tbody tr:nth-child(even) {
    background-color: #e6f2ff; /* hellblau */
}

.responsive-table img {
    vertical-align: middle;
}

.responsive-table td:nth-child(3),
.responsive-table th:nth-child(3),
.responsive-table td:nth-child(4),
.responsive-table th:nth-child(4) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* optional: zeigt "…" bei Überlauf */
}

.teaser {
  position: relative;
  background: linear-gradient(to right, #f7faff, #eaf2ff);
  border-left: 6px solid #4a90e2;
  padding: 2rem;
  border-radius: 4px;
  margin: 2rem auto;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.icon-bubble {
  position: absolute;
  top: 2.2rem;      /* statt -12px */
  right: 2.2rem;    /* statt -12px */
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.teaser-content {
  text-align: left;
}

.teaser-content h2 {
  margin: 0;
  font-size: 1.6rem;
  color: #616161;
}

.teaser-content p {
  font-size: 1.1rem;
  color: #616161;
  margin: 0.5rem 0 1.5rem;
}

.teaser-button {
  background-color: #1c59b5;
  color: white !important;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.teaser-button:hover {
  background-color: #1c59b5;
}


@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: 15px 0px 15px 0px;
	}
	header img {
		margin-left:10px;
	}
	#footer_content_wrapper {
		width:100%;
	}
	#content-wrapper {
		width:100%;
	}
	.half-width-content {
        padding:10px;
    }
    #content {
        margin: 30px 0px 40px 0px;
        padding: 10px;
    }
    .language {
        display: none;
    }
    #content-wrapper {
		width:100%;
	}
    .freitext-wrapper {
        width:750px;
    }
    .freitext-links {
        width:550px;
    }
    
	.centered h1 {
		font-size: 1.6em;
	}
    .gallery_pic {
        width:22%;
        padding: 0px 5px 0px 5px;
        margin: 0px 0px 10px 0px;
	}
	.content-text {
		padding: 0px 120px 0px 120px;
	}
    #footer_content {
		padding:10px;	
	}
    .search {
        float:right;
        margin-right:18px;
    }
}

@media all and (max-width: 1150px) {
    #footer {
		height:720px;
	}
	#footer_box1 {
		text-align:left;
		width:50%;
		float:left;	
	}
	#footer_box2 {
		text-align:left;
		width:50%;
		float:left;
	}
    #footer_box3 {
		text-align:left;
		width:100%;
		float:left;
		margin-top:60px;
	}
}

@media all and (max-width: 1024px) {
    nav {
		display: none;
	}
    .mobileheader {
		display: inherit;
	}
    .mobileheader a {
		width: 26px;
		height: 26px;
		position: absolute;
		top: 28px;
		right: 16px;
	}
    .mobileheader img {
        width: 26px;
		height: 26px;
    }
    .search {
        transform: none;
		left:4px;
		top:28px;
		width:50px;
		height:50px;
        margin-right:0px;
	}
	.search img {
		width:40px;
	}
   .contact-box-form { 
		float:right;
		width:100%;
	}
	.contact-box-adress {
		width:100%;
		float:left;
	}
	h1 {
		font-size:1.8em;
        line-height:1.5em;
	}
    #content {
        margin: 0px 0px 40px 0px;
        padding:10px;
    }
	.content-text {
		padding: 0px 80px 0px 80px;
	}
	#footer {
		height:600px;
	}
	#footer_content {
		padding:10px;	
	}
	#footer_content_wrapper {
		width:100%;
		padding:0px;
	}
    
    /* Tabelle wird auf eine Spalte umgestellt */
    .table, .table-xl, .table-max, .table-min {
        grid-template-columns: 100%;
        border-left: 0px;
        border-right: 0px;
        font-size:1.0em;
    }
    /* Zellen (divs) werden auf 100% Breite gesetzt */
    .table div, .table-xl div,.table-max div, .table-min div {
        display: block;
        width: 100%;
        padding: 0px;
        position: relative;
        min-height:72px;
    }

    /* Label (aus data-label Attribut) anzeigen */
    .table div::before, .table-xl div::before, .table-max div::before, .table-min div::before {
        content: attr(data-label); /* Nimmt das data-label Attribut als Inhalt */
        display: block;
        font-weight: bold;
        margin-bottom: 0px; /* Abstände zum eigentlichen Zelleninhalt */
        color: #616161;
    }

    /* Zelleninhalt bleibt linksbündig */
    .table div, .table-xl div, .table-max div, .table-min div {
        text-align: left;
    }
    
    .table .header, .table-xl .header, .table-max .header, .table-min .header {
        display: none;
    }

    /* Hintergrundfarben für abwechselnde Zeilen bleiben */
    .row:nth-child(odd) .cell {
        background-color: #e6f7ff;
        border-bottom: 1px solid #ddd;
        border-top: 0px;
        box-sizing: border-box;
        padding:10px;
    }
    .row:nth-child(even) .cell {
        background-color: #ffffff;
        border-bottom: 1px solid #ddd;
        border-top: 0px;
        font-size:1.0em;
        box-sizing: border-box;
        padding:10px;
    }
    .row:last-child .cell {
        border-bottom: 0px;
    }
    .header {
        display: none !important;
    }
    .highlighted-text {
        background-color: #1c59b5;
        color: white; /* Textfarbe weiß, um Kontrast zu gewährleisten */
        padding: 6px !important;
        border-radius: 4px; /* Abgerundete Ecken */
        font-size: 0.9em !important; /* Sicherstellen, dass die Textgröße nicht überschrieben wird */
        line-height: 1.2em; /* Korrigierte Zeilenhöhe für besseren Abstand */
        margin-right: 6px;
        width:120px !important;
        text-align: center !important;
        display: inherit !important;
        min-height:1px !important;
    }
    .video-container {
      width: 100%;  /* Nimmt die volle Breite des übergeordneten Containers */
    }
    .box-33prozent {
        flex: 1 1 100%;
    }
}

@media all and (max-width: 925px) {
	.thumbnail {
	  position: relative;
	  width: 120px;
	  height: 120px;
	  overflow: hidden;
	  margin:8px;
	}
	.container-50prozent {
	  display: inherit;
        witdh:100%;
    }
    .text-50prozent-links {
        width:100%;
    }
	.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;
	  font-size:1em;
	  line-height:1.6em;
	}
	.text-50prozent-rechts {
	  padding: 20px 0px 40px 0px;
	}
	.text-50prozent-links {
	  padding: 20px 0px 40px 0px; 
	}
}

@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;
    }
    #footer {
		height:920px;
	}
	#footer_box1 {
		text-align:center;
		width:100%;
		float:left;	
	}
	#footer_box2 {
		text-align:center;
		width:100%;
		float:left;
		margin-top:60px;
	}
    #footer_box3 {
		text-align:center;
		width:100%;
		float:left;
		margin-top:60px;
	}
    .container-flex {
        display: inherit;
        width: 100%;
        margin-bottom: 0px;
    }
    .box-flex100,
    .box-flex50,
    .box-flex20,
    .box-flex80 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
	.content-text {
		padding: 0px 0px 0px 0px;
	}
    .search-container {
        display: inherit;
        gap: 0px;
        box-sizing: inherit;
    }

    .search-container input[type="text"] {
        width:100%;
        margin-bottom: 20px;
    }

    .search-container button {
        width:100%;
    }
    
    .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 {
        box-sizing: border-box;
        width: 100%;
        float: left;
        margin-right: 0px; /* Abstand zwischen den Containern */
        text-align: center; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    }
    .box-50prozent-content {
        padding:10px;
        text-align: center;
    }
    .box-50prozent-content img {
         width:100%;   
    }
    .box-50prozent-content h1 {
        color:#ffffff;
        font-size:1.6em;
    }
    .infofenster {
        display: none;
        top: 20px; /* Anpassen je nach Position */
        left: -40px; /* Anpassen je nach Position */
        width:220px;
    }
}

@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) {
    .popup {
        width:100%;
    }
	.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;
    } 
}

@media all and (max-width: 540px) {
	body, td, th, input, select, textarea {
        font-size:1.1em;
        line-height:1.9em;
    }
	h2 {
		font-size:1.1em;
	}
    header img {
      margin-top:12px;
      width:220px;
    }
}
@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;
	}

	.linkbox-grau {
		width:220px;
	}
	.linkbox-grau-border {
		width:220px;
	}
	.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;
	}
}
	
@media all and (max-width: 291px) {
	.thumbnail {
	  position: relative;
	  width: 100px;
	  height: 100px;
	  overflow: hidden;
	  margin:8px;
	}
}

@media all and (max-width: 250px) {
	.linkbox-grau {
		width:96%;
	}
	.linkbox-grau-border {
		width:96%;
	}
	.button {  
		width:96%;
	}
	
	body, td, th, input, select, textarea {
        font-size:0.8em;
        line-height:1.6em;
    }
	h2 {
		font-size:0.9em;
	}
	.thumbnail {
	  position: relative;
	  width: 80px;
	  height: 80px;
	  overflow: hidden;
	  margin:4px;
	}
}