body {
	margin: 0;
	padding: 0;
	color: #1a1a1a;;
	background: #ffffff url(../images/ptopfade.gif) repeat-x;
	font-family: Arial, sans-serif;
}

input {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #1a1a1a;
}

#topcontainer {
	width: 100%;
	color: #000;
	height: 150px;
	border-bottom: 5px solid #660099;
}
#topbox {
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px;
	z-index: 7;
}

#topbox img {
	max-width: 100%;
	height: 80px;
	display: block;
	position: absolute;
	left: 70px;
	top: 8px;
	z-index: 8;
}

#common {
	position: relative;
	top: 238px;
	font-size: 1.6rem;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	max-width: 1080px;
	padding-left: 103px;
}

#common a {
  color: #000000; /* DarkBlue – deutlich besserer Kontrast */
  text-decoration: none;
}

#common a:visited {
  color: #000000; /* Indigo – ebenfalls kontraststark */
}

#common a:hover,
#common a:focus {
  color: #FFD700; /* Gelb beim Hover – auf dunklem Hintergrund auch barrierefrei */
  background-color: #000000; /* Schwarzer Hintergrund für Hover-Fokus */
  outline: 2px solid #FFD700;
}

#searchbox {
	position: absolute;
	top: 0;
	right: 8px;
	background: url(../images/psearchbox.gif) no-repeat;
	width: 194px;
	height: 30px;
}

#searchcriteria {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #666666;
}

#searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
#logocontainer {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
	text-align: center;
	top: -218px;
	z-index: 1;
	border-bottom: 5px solid #660099;
}
#mylogocontainer {
	width: 100%;
	height: 300px;
}
#eyecatchermaincol {
	width: 100%;
	height: 500px;
}
#eyecatchermaincol {
	width: 100%;
	max-height: 500px;
	margin: 0 auto;
	position: relative;
	background: #662483 url(maincolbg.png) repeat-x;
}
#eyecatchermaincol img {
  display: block;
  margin: 0 auto;
}
/* Video CSS-Box */
.sr-only {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); /* für zusätzliche Kompatibilität */
    white-space: nowrap;
    border: 0;
}
details {
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.5;
  max-width: 800px;
}

details summary {
  cursor: pointer;
  font-weight: bold;
  color: #003366;
}

/* ende CSS-Box */
#mydekobox {
	display:flex;
	width:100%;
	justify-content: space-between;
}
#mydekobox img {
 	margin: 0;
	padding-left: 30px;
}
#nydekobox {
	display:flex;
	max-width: 1280px;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	z-index: 1600;
}
#dekoboxen {
	width: 100%;	
}	
ol.dekoboxen {
	width: 1280px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	top: 443px;
	position: relative;
	z-index: 1000;
}	
/* Setzt Grundstil für die gesamte Liste */
ol.dekoboxen {
	width: 1280px;
	margin: 0 auto;
    list-style: none;        /* Keine Standard-Nummerierung anzeigen */
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;               /* Abstand zwischen Boxen */
	top: 443px;
	position: relative;
	z-index: 1000;
}

/* Einzelne Box */
li.dekobox {
    background-color: #f9f9f9; /* Leichter Hintergrund (optional) */
    border: 1px solid #ccc;
    padding: 15px;
    width: 200px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	background: #660099;
	color: #fff;
}

/* Bilder innerhalb der Box */
li.dekobox img {
    display: block;
    margin: 0 auto 10px auto;
}

/* Starker Text (Überschrift) */
li.dekobox strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.1em;
    color: #fff;
}

/* ende CSS-Box */
#logocontainer video {
	width: 100%;
	display: block;
	border: 0;
	position: relative;
	z-index: 1;
	top: -555px;
}

#eyecatcher {
	border: none;
	width: 100%;
	height: 300px;
	margin: 0 auto;
	position: relative;
}

#eyecatcher img.eyecatcher {
	display: block;
	border: none;
	width: 960px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
#eyecatcher .imageborder {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 960px;
	height: 16px;
	overflow: hidden;
}
#eyecatcher .imageshadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 10px;
	overflow: hidden;
}
#maincolbox {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#maincol {
  position: relative;
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Linkes Bild */
.image-left {
	max-width: 1850px;
	position: absolute;
	left: -400px;
	top: 10px;
	z-index: 1;
}

/* Rechtes Bild */
.image-right {
	position: absolute;
	right: 0;
	top: 1400px;
	z-index: 1;
}

/* Inhalt zwischen den Bildern */
.main-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

/* Bei schmaleren Monitoren: Bilder ausblenden */
@media (max-width: 1280px) {
  .image-left,
  .image-right {
    display: none;
  }
}

#anfrage {
	width: 540px;
	padding: 0 30px;
	float: left;
}
#anfrage h2 {
	font-size: 170%;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #0060df;
}
.form-group {
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 0.3em;
}

.form-error {
  color: red;
  font-weight: bold;
  margin-bottom: 1em;
}

.submit-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.accessible-button {
  display: inline-block;
  padding: 12px 20px;
  margin: 6px;
  font-size: 1.4rem;
  font-family: inherit;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  outline: none;
  border: 1px solid #fff;
}

.accessible-button:focus,
.accessible-button:hover {
	outline: 3px solid #ffcc00;
	outline-offset: 2px;
}

/* Farben je nach Button-Typ */
.phone {
	background-color: #660099;
}

.phone:hover {
	background-color: #660099; /* dunkleres Blau mit höherem Kontrast */
	color: #fff;
}

.email {
	background-color: #660099;

}

.email:hover {
	background-color: #660099;
	color: #fff;
}

.whatsapp {
	background-color: #660099; /* WhatsApp-Grün */
}

.whatsapp:hover {
	background-color: #660099;
	color: #fff;
}

#maincontainer {
	width: 960px;
	margin: 50px auto 50px auto;
	top: 75px;
	position: relative;
}
#kontaktformular {
	max-width: 768px;
	margin: 50px auto 100px auto;
}
.sidebarblock {
	width: 180px;
	float: left;
	min-height: 10px;
}

#content {
	width: 540px;
	padding: 0 30px;
	float: left;
}

.sidebarblock .navbox {
	background: #0060df;
	margin-bottom: 20px;
}

.sidebarblock .navbox em {
	font-style: normal;
	font-size: 85%;
}

.sidebarblock .navbox h2 {
	display: block;
	margin: 0;
	padding: 4px 10px;
	background: #004c7f;
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 8px;
}

.sidebarblock .navbox a {
	display: block;
	margin: 0;
	padding: 4px 30px 4px 10px;
	color: #1a1a1a;
	text-decoration: none;
	background: url(../images/pmore.gif) left center;
}

.sidebarblock .navbox a:hover {
  color: #ffffff;
  background-color: #3886d9;
}

.sidebarblock .navboxbottom {
	height: 12px;
	background: #004c7f;
	overflow: hidden;
}

.clearer {
	clear: both;
}
#kontaktdaten {
	display: block;
	width: 960px;
	padding: 0;
	margin: 16px auto 16px auto;
	color: #1a1a1a;
	font-size: 90%;
	z-index: 9;
	position: relative;
	top: -518px;
}
#kontaktdaten a {
	color: #ffffff;
	text-decoration: none;
}

#kontaktdaten a:hover {
	text-decoration: underline;
}
#youarehere {
	display: block;
	width: 960px;
	padding: 0;
	margin: 16px auto 16px auto;
	color: #000000;
	font-size: 120%;
	top: 113px;
	position: relative;
}

#youarehere a {
	color: #003399;
	text-decoration: none;
}

#youarehere a:hover {
	text-decoration: underline;
}
#produkt {
	width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0px 50px 0px;
	@media (max-width: 1280px) { 
    display: none; 
	}
}
#peesorn {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	background-color: #660099;	
}
#peesorn h2{
	color: #ffffff;
	text-align: center;
	margin: 20px;
	padding: 30px 0px 0px 10px;
	font-weight: normal;
}
#produkt ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}
#produkt li {
	list-style: none;
	margin: 0 0 8px 16px;
	padding: 0px 0px 0px 20px;
	line-height: 160%;
	font-size: 90%;
	font-family: Arial, sans-serif;
}
#produkt td {
	font-size: 170%;
	font-family: Arial, sans-serif;
}
#produkt h2 {
	width: 426px;
	height: auto;
	color: #FDE2CA;
	padding-left: 20px;
			@media (max-width: 1280px) { 
    display: none; 
	}
}
#produkt p {
	width: 426px;
	height: 500px;
	color: #FDE2CA;
	padding-left: 20px;
	line-height: 1.5em;
}
.layout-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 auto;
	font-size: 130%;
	line-height: 140%;
	max-width: 1280px;
}

.layout-cell {
	flex: 1 1 30%;
	background-color: #f9f9f9;
	padding: 16px;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.layout-cell h3 {
	margin-top: 0;
	font-size: 18px;
	color: #222;
}

.layout-cell ul {
	padding-left: 20px;
}

@media (max-width: 768px) {
  .layout-cell {
    flex: 1 1 100%;
  }
}

#myfooter {
	width: 100%;
	min-height: 565px;
	background: #660099;
	border-top: 5px solid #000000;
}
.myfooterimg {
	position: relative;
	left: 340px;
	bottom: 50px;
	z-index: 1;
}
#footer {
	width: 960px;
	margin: 0 auto;
	min-height: 200px;
	color: #333333;
	font-size: 90%;
}

#footer .footerbox {
	width: 140px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
	font-size: 100%;
	color: #333333;
}
#footer .footerbox a {
	display: block;
	text-decoration: none;
	padding-bottom: 6px;
	font-size: 102%;
	line-height: 1.1em;
	padding-top: 20px;
	color: #fff;
	font-family: 'arial', sans-serif;
	font-weight: normal;
}
#footer .footerbox a:hover {
	background-color: #ffcc00;
	color: #000;
}
#footer .footerbox a.main {
	font-weight: normal;
	font-size: 125%;
}
#footer p {
	padding: 20px 0;
	text-align: left;
	font-family: 'arial', sans-serif;
	font-size: 160%;
}
#endfooter {
	display: block;
	width: 960px;
	height: 3px;
	background: #609;
}
#trustedshops input {
	display: block;
	margin: 10px auto;
	border: none;
	width: 120px;
	height: 120px;
}
#trustedshops a {
	display: block;
	color: #1a1a1a;
	text-decoration: none;
	margin: 10px 0 20px 0;
	line-height: 160%;
}

/* CSS CSS – in den <head> oder externe Datei */

#translate-button {
	right: 100px;
}

#accessibility-overlay {
	position: fixed;
	bottom: 110px;
	right: 20px;
	background: white;
	border: 1px solid #999;
	padding: 10px;
	border-radius: 8px;
	z-index: 1000;
}
/* Test2 */
/* 🌐 U+1F310 Buttons rechts unten */
#translate-button, #barrierefreiheit-button {
	position: fixed;
	bottom: 40px;
	background: #444;
	color: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.3);
	padding: 16px;
	font-size: 20px;
	cursor: pointer;
	z-index: 1000;
	transition: background 0.3s ease;
}

#translate-button:hover,
#barrierefreiheit-button:hover {
	background: #222;
}

#translate-button {
	right: 128px;
}

#barrierefreiheit-button {
	right: 20px;
}

#translate-button:focus,
#barrierefreiheit-button:focus {
	outline: 3px solid #ffcc00;
	outline-offset: 2px;
}

/* 🛠️ U+1F6E0 Overlay-Fenster */
#accessibility-overlay {
	position: fixed;
	bottom: 110px;
	right: 20px;
	background: #fff;
	border: 2px solid #999;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	z-index: 1001;
	width: 240px;
	font-family: sans-serif;
}

#accessibility-overlay h2 {
	margin-top: 0;
	font-size: 1.2rem;
	color: #333;
}

#accessibility-overlay button {
	display: block;
	width: 100%;
	margin: 8px 0;
	padding: 10px;
	font-size: 1rem;
	border-radius: 6px;
	border: none;
	background: #f0f0f0;
	cursor: pointer;
	transition: background 0.3s ease;
}

#accessibility-overlay button:hover {
	background: #ddd;
}
/* 🌐 U+1F310 Buttons */
#translate-button, #barrierefreiheit-button {
	position: fixed;
	bottom: 40px;
	background: #444;
	color: #fff;
	border: none;
	border-radius: 50%;
	box-shadow: 5px 10px 8px rgba(0, 0, 0, 0.3);
	padding: 16px;
	font-size: 20px;
	cursor: pointer;
	z-index: 1000;
	transition: background 0.3s ease;
}

#translate-button:hover,
#barrierefreiheit-button:hover {
	background: #222;
}

#translate-button {
	right: 128px;
}

#barrierefreiheit-button {
	right: 20px;
}

#translate-button:focus,
#barrierefreiheit-button:focus {
	outline: 3px solid #ffcc00;
	outline-offset: 2px;
}

/* 🛠️ U+1F6E0 Overlay Fenster */
#accessibility-overlay {
	position: fixed;
	bottom: 110px;
	right: 20px;
	background: #fff;
	border: 2px solid #999;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 2px 4px 8px rgba(0,0,0,0.4);
	z-index: 1001;
	width: 240px;
	font-family: sans-serif;
}

#accessibility-overlay h2 {
	margin-top: 0;
	font-size: 1.2rem;
	color: #333;
}

#accessibility-overlay button {
	display: block;
	width: 100%;
	margin: 8px 0;
	padding: 10px;
	font-size: 1rem;
	border-radius: 6px;
	border: none;
	background: #f0f0f0;
	cursor: pointer;
	transition: background 0.3s ease;
	text-align: left;
}

#accessibility-overlay button:hover {
	background: #ddd;
}
#accessibility-overlay:focus {
	outline: 3px dashed #ffcc00;
}

/* ♿ U+267F Kontrastmodus */
.high-contrast {
	background-color: #000 !important;
	color: #ff0 !important;
}

.high-contrast a {
	color: #0f0 !important;
}
/* Barrierefrei-Hinweis-Lung-Sorn-1.0 */
#perpetuumscrollup {
	width: 225px;
	height: 58px;
	position: fixed;
	right: 128px;
	bottom: 40px;
	border-radius: 6px;
	background: #3886d9;
	z-index: 800;
	cursor: pointer;
	box-shadow: 5px 10px 8px #403333;;
}
#barrirefreiheit {
	width: 60px;
	height: 70px;
	position: fixed;
	right: 20px;
	bottom: 40px;
	border-radius: 6px;
	background: #3886d9;
	z-index: 800;
	cursor: pointer;
	box-shadow: 5px 10px 8px #403333;
}
#barrirefreiheit img {
	width: 60px;
	height: 60px;
}
#barrirefreiheit:hover {
	background-color: #0056b3;
}

#barrirefreiheit:focus {
	outline: 2px solid #007bff; /* or other suitable focus indicator */
}
/* Versteckt den Link visuell, macht ihn aber fÃƒÂ¼r Screenreader zugÃƒÂ¤nglich */
.screenreader-only {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Sichtbarer Barrierefrei-Hinweis */
.accessibility-notice {
	padding: 20px;
	border-left: 5px solid #3886D9;
	border-right: 5px solid #3886D9;
	margin: 20px 0;
	font-family: sans-serif;
	font-size: 150%;
	color: #000;
	border-radius: 6px;
	width: 960px;
}
.accessibility-notice a {
	text-decoration: none;
	color: #fff;
}
.accessibility-notice h2 {
	margin-top: 0;
	color: #3886D9;
	font-family: sans-serif;
	font-size: 180%;
}

.accessibility-button {
	display: inline-flex;
	align-items: center;
	background-color: #004c7f; /* Sehr hoher Kontrast */
	color: #fff;            /* Weißer Text für maximalen Kontrast */
	padding: 0.5em 1em;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0.4em;
	border: 2px solid #fff;
	transition: background-color 0.3s, color 0.3s;
}
.accessibility-button:hover,
.accessibility-button:focus {
	background-color: #ffd700;  /* Gelber Hintergrund */
	color: #000;                /* Schwarzer Text */
	outline: 2px solid #000;
	outline-offset: 2px;
}
.accessibility-button img {
	width: 24px;
	height: 24px;
	margin-right: 0.5em;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	background-color: #004c7f;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 23px;
	padding: 8px 12px;
	position: absolute;
	top: 5px;
	font-weight: bold;
	background-color: #660099;
}

/* Container for image text */
.caption-container {
	text-align: center;
	padding: 2px 16px;
	color: #ffffff;
}
#caption {
	text-align: center;
	padding: 2px 16px;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 16px;
}
#caption p {
	text-align: center;
	padding: 2px 16px;
	color: #ffd1d1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

#endfooter2 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background: #609;
}
.kontakt-button {
	display: inline-flex;
	align-items: center;
	background-color: #004c7f; /* Sehr hoher Kontrast */
	color: #fff;            /* WeiÃŸer Text fÃ¼r maximalen Kontrast */
	padding: 2em 4em;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0.4em;
	border: 2px solid #fff;
	transition: background-color 0.3s, color 0.3s;
	margin: 0 auto;
	font-size: 130%;
}
.kontakt-button {
	display: inline-flex;
	align-items: center;
	background-color: #660099; /* Sehr hoher Kontrast */
	color: #fff;            /* WeiÃŸer Text fÃ¼r maximalen Kontrast */
	padding: 2em 4em;
	text-decoration: none;
	font-weight: bold;
	border-radius: 0.4em;
	border: 2px solid #fff;
	transition: background-color 0.3s, color 0.3s;
	margin: 0 auto;
	font-size: 130%;
}
.kontakt-button:hover,
.kontakt-button:focus {
	background-color: #ffd700;  /* Gelber Hintergrund */
	color: #000;                /* Schwarzer Text */
	outline: 2px solid #000;
	outline-offset: 2px;
}