/* encode-sans-semi-expanded-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: 'Encode Sans Semi Expanded';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/encode-sans-semi-expanded-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* encode-sans-semi-expanded-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: 'Encode Sans Semi Expanded';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/encode-sans-semi-expanded-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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

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

body, td, th, input, select, textarea {
	font-family: 'Encode Sans Semi Expanded', 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: #ad2b2b;
}

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

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: #e39635;
}
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
}
select {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	display:block;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	background-image:url('../_images/select-arrow.png');
  	background-position: right;
	background-repeat: no-repeat;
	border:0px;
	height:40px;
	padding:0px 0px 0px 10px;
}
select::-ms-expand {
  	display:none;
}
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;
}

header a {
  text-decoration: none;
}

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

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: 3px;
	background-color: #ad2b2b;
	transform: translateX(-50%);
	transition: width 0.3s ease; /* Fügt eine Übergangseffekt hinzu */
	
}
nav a.active {
  color: #ad2b2b; /* Schriftfarbe für den aktiven Menüpunkt */
  font-weight: bold;
}
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;
}
#menu_row {
	float:left;
	width:100%;
	height:54px;
}
#nav-menu {
	margin-left:0px;
	width:80%;
	float:right;
}
.search {
	float:right;
	width:26px;
	padding:0px 20px 0px 20px;
	margin-top:8px;
}
.mobilesearch {
	display:none;
}
.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: #ad2b2b;
    text-align:center;
    padding:20px;
}
.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;
    min-height: 1000px;
}

.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 {
	box-sizing: border-box;
    width: calc(50% - 25px); /* 33.333% der Bildschirmbreite minus 10 Pixel Abstand */
    float: left;
    margin-right: 50px; /* Abstand zwischen den Containern */
    text-align: left; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    min-height: 100px;
    color:#ffffff;
    font-size:1.2em;
    font-weight:bold;
}

.box-50prozent:last-child {
    margin-right: 0; /* Der letzte Container erhÃ¤lt keinen rechten Abstand */
}
.box-50prozent-content {
	padding:10px;
	text-align: left;
}
.box-50prozent-content img {
     width:80%;   
}
.box-50prozent-content h1 {
    color:#ffffff;
    font-size:1.6em;
}
.container {
    display: flex;
}

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

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

.box70 {
    width: 80%;
}

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

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

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

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

.red-background {
    background-image:url('../_images/banner/kapseln-xl');
    background-repeat: no-repeat;
    background-position: center top;  
    background-size: 100% auto;
    background-color: #ffffff;
}

.red-footer {
    background-image:url('../_images/banner/box-background.jpg');
    background-repeat: no-repeat;
    background-position: center;  
    background-size: cover;
    width: 100%;
    height: 420px;
}

.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;
}
.text-50prozent-links {
  margin: 0px 60px 0px 0px; 
}

#breadcrumbs {
	font-size: 0.85em;
    width:100%;
    float:left;
    margin-bottom: 20px;
}
#breadcrumbs a {
	text-decoration: none;
}
#tourdaten {
    width:100%;
    float:left;
}
#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:#5c5c5c;
	margin-top: 45px;
	font-weight: bold;
	font-size:0.85em;
}

#footer a {
    color:#ffffff;
}

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

#footer_box1 {
	text-align:left;
	width:35%;
	float:left;	
}
#footer_box2 {
	text-align:left;
	width:35%;
	float:left;	
}
#footer_box3 {
	text-align:left;
	width:30%;
	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 {
    color: #ad2b2b;
    font-size:1.8em;
  	line-height:1.4em;
}

.linkbox-orange {
	width:280px;
	padding:4px;
	font-size:0.75em;
    font-weight: bold;
	text-align:center;
	background-color: #eb7802;
	margin-top:1px;
	color:#ffffff;
	border-radius: 1px;
}

.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-orange:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

 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.7em;
	line-height: 0.0em;
}

.orange {
	color: #f07f3d;
}
.center {
    display: table;
  	margin: 0 auto;
}
.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:#ad2b2b;
}
.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 #616161;
}
.textarea {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	height:180px;
	border:1px solid #616161;
}
.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;
}
.button {  
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	width:290px;
	padding:4px;
	color: #ffffff;
	background-color:#ad2b2b;
	font-size:0.9em;
	border:2px #ad2b2b solid; 
	border-radius:8px;
	outline: 0 none;
}

.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 {
  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;
}
@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: 15px 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;
	}
    .search {
        transform: none;
		left:4px;
		top:28px;
		width:50px;
		height:50px;
	}
	.search img {
		width:40px;
	}
    .language {
        display: none;
    }
	.mobileheader {
		display: inherit;
	}
    .mobileheader a {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 24px;
		right: 0px;
	}
    .mobileheader img {
        width: 36px;
		height: 36px;
    }
	.mobilesearch {
		display:inherit;
	}
	.mobilesearch a {
		width: 48px;
		height: 48px;
		position: absolute;
		top: 23px;
		right: 50px;
	}
    .mobilesearch img {
        width: 36px;
		height: 36px;
    }
    #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;
	}
}

@media all and (max-width: 1024px) {
   .contact-box-form { 
		float:right;
		width:100%;
	}
	.contact-box-adress {
		width:100%;
		float:left;
	}
	h1 {
		font-size:1.2em;
		line-height: 22px;
		margin-top:8px;
		color: #ec7903;
	}
    #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;
	}
    .container {
        display: inherit;
        text-align: center;
    }
    .box {
        min-height:1px;
    }
    .box30 {
        width: 100%;
        margin-right: 0px;
        margin-top:50px;
    }

    .box70 {
        width: 100%;
        text-align: left;
    }
}

@media all and (max-width: 925px) {
	.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; 
	}
}

@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:720px;
	}
	#footer_box1 {
		width:100%;
	}
	#footer_box2 {
		width:100%;
		margin-top:30px;
	}
    #footer_box3 {
        width:100%;
		margin-top:30px;
    }
	header img {
		margin-top:10px;
		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 {
        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;
    }
    .box-33prozent {
        width: 100%;
		min-height: 100px;
		margin-bottom:40px;
    }
    .red-footer {
        height:800px;
    }
    .red-background {
        background-image:url('../_images/start/box-background-s.webp');
    }
    .count {
        font-size: 3.0em;
        font-weight: bold;
        color: #ad2b2b;
        text-align:center;
        padding:60px;
    }
}

@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%;
	}
    .big_header {
        font-size:1.4em;
    }
}

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

@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;
	}
}
@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-orange {
		width:220px;
	}
	.linkbox-orange-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;
	}
	.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) {
	.linkbox-orange {
		width:96%;
	}
	.linkbox-orange-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;
	}
}