@charset "UTF-8";

        :root {
            --bg-body: #f4f5f7;
            --bg-card: #ffffff;
            --text-main: #000000;
            --text-muted: #666666;

            --star-color: #fbbc04;
            --star-empty: #d1d5db;
            --avatar-bg: #8fd1c9;
            --avatar-text: #194a43;
            --accent-blue: #0066cc;
            
            --font-stack: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.nobr {
	white-space: nowrap;
}

sup {
	font-size: 60%;
	line-height: 0.5;
}

#tischkonfigurator {
	display: none;
}

.index #tischkonfigurator {
	display: block;
}

.bilderdetail {
	font-size: 80%;
font-style: italic;
}

html, body {
	background-color: hsl(0, 0%, 96%);
	background-image: url(bilder/hintergrund-body.jpg);
	background-size: 100%;
}

body {
	display: grid;
	grid-template-columns: 1fr 3fr 1fr;
	grid-template-rows: auto auto 1fr auto;

	grid-template-areas:
		"header header header"
		"steuerung main aside"
		"footer footer footer"
	;
	/* gap: 0.5em; */

	margin: 0 auto;
	/* max-width: 60em; */
	max-width: 1100px;
	max-width: 1004px;
	font-family: 'Open Sans', sans-serif;
}

.fusswenigplatz,
.slicknav_menu {
	display:none;
}




#shopButton {
    background-color: #48ff48;
    background-color: orange;
    border-radius: 0.4em;
    box-shadow: 2px 2px 6px #666;
    border: 0px solid red;
    padding: 0.2em 1em;
    text-decoration: none;
    color: black;
}

#shopButton:hover {
    background-color: #48ff48;
    border-radius: 0.4em;
    box-shadow: 2px 2px 6px #666;
    border: 0px solid red;
    padding: 0.2em 1em;
    text-decoration: underline;
    color: black;
}

.bewertung_ueberschrift {
  font-weight: bold;
  margin: 1.5em 0 0.5em 0;
  color: #666;
}

.bewertung {
  border: 1px solid #ececec;
  border-radius: 1em;
  box-shadow: 10px 11px 12px -6px #c1c1c1;
  padding: 1em;
  margin-bottom: 1.5em;
  font-size: 90%;
}

.bew_ueberschrift,
.bew_bewertungstext,
.bew_sternanzahl,
.bew_person
{
    display: block;
}

.bew_ueberschrift {
  font-weight: bold;
  padding-bottom: .3em;
}

.bew_sternanzahl {
  padding-bottom: 1em;
}

.bew_person {
  padding-top: 1em;

}

.bew_kreis {
  width: 30px;
  height: 30px;
  padding: 7px 3.5px;
  color: #353535;
  background-color: hsl(174, 40%, 68%);
  border-radius: 50%;
  font-size: 80%;
  margin-right: .6em;
}

.bew_datum_zeit {
  float: right;
}


#my-store-87985037 { border: 2px solid #e07300 !important; margin-bottom: 1em !important; max-width: 570px  !important;}

#my-store-87985037::before {
		content: "SHOP";
		background-color: #e07300;
		color: white;
		font-weight: bold;
		text-align; right;
		padding: 5px 1em;
		float: right;
		border-radius: 0 0 0 1em;
}


/* 55em = 880 */
@media screen and (max-width: 55em) {
	header {
		margin-top: 0 !important;
		border-radius: 0 !important;
	}

	main {
	    grid-column: 2 / -1;
	}

	aside {
	    grid-column: 1 / -1;
	}

	#tischkonfigurator
	{
		display:none
	}

	footer {
		border-radius: 0 !important;
	}
}

/* 45em = 720 */
@media screen and (max-width: 45em) {
	#steuerung,
	.js #steuerung {
		display:none !important;
	}

	.slicknav_menu,
	.js .slicknav_menu {
		display:block !important;
	}

	body {
		/* background-color: yellow !important; */
		grid-template-rows: auto auto 1fr auto auto;
  	grid-template-columns: 100%;
		grid-template-areas:
			"steuerung"
			"header"
			"main"
			"aside"
			"footer"
		;
	}

	html, body {
		/* background-image: none; */
	}

	header {
		margin-top: 0 !important;
		border-radius: 0 !important;
	}

	nav#steuerung_links {
	    padding: 0 !important;
	}

	aside {
		/* background-color: yellow !important; */
	}

	aside,
	main {
	    grid-column: 1 / -1;
	}

	footer {
		display: inline-block !important;
	}


	/* footer p:nth-child(2),
	footer p:nth-child(3) {
	    text-align: left !important;
	} */

	/* footer span::after {
	    content: " | ";
	} */

	.fusswenigplatz {
		display: inline-block;
		padding: 0 .5em;
	}
}


/* 35.5em = 568 */
@media only screen and (max-width: 35.5em){
	.fussplatzmangel {
		display:none
	}
}

/* 27.5em = 440px */
@media only screen and (max-width: 27.5em){
	header {
		display: inline-block !important;
	}

	#breadcrumbs {
		display: inline-block !important;
	}

	/* nav#steuerung_links, header, main, aside, footer { */
	nav#steuerung_links {
	    padding: 0 !important;
	}

	.produkt_bildbereich_leer,
	.produkt_bildbereich {
		padding: 0 !important;
		margin: 0 !important;
		margin-bottom: 0.5em !important;
    width: 100% !important;
	}

	.platzmangel {
		display:none
	}
	.fusswenigplatz {
		display: inline-block;
		padding: 0;
	}
}

footer {
	margin-bottom: .7em;
}


#linkbereichkopf {
	/* background-color: limegreen; */
	color: black;
	/* text-align: right; */
	text-align: center;
	/* padding: 0.5em 1em 1em 1em; */
	/* margin-top: 1em; */
	grid-column: 1 / -1;

	/* line-height: 1.6em; */

/* grid-column-start:1;
grid-column-end:4;
grid-row-start:1;
grid-row-end:2; */
}

#linkbereichkopf a:hover {
	text-decoration: underline;
}

.linkueberkopf {
	display: inline-block;
	font-size: .9em;
	color: black;
	text-decoration: none;
	margin-bottom: 1em !important;
}

 a.linkueberkopf {
	/* background-color: yellow !important; */
	padding: .5em;
}

.linkueberkopf:nth-child(2),
.linkueberkopf:nth-child(4) {
	/* background-color: yellow; */
	padding: 0 0.5em;
}


aside {
	/* border: 1px solid silver; */
	/* border-radius: 1em; */
	/* margin: 0 1em 0 0; */
}


/* @media (min-width: 45em) {  */
/*
@media (max-width: 849px) {
	body {
		grid-template-columns: 1fr 3fr;
		grid-template-rows: auto auto 1fr auto auto;
	}
	aside {
		grid-column: 1 / -1;
	}
}
*/

/* Breite beträgt mindestens 45em */
/* @media (min-width: 850px) {
	body {
		grid-template-columns: 1fr 3fr 1fr;
		grid-template-rows: auto auto 1fr auto;
	}
} */



/*
@media (max-width: 649px) {
	body {
	    display: block;
	}
	.platzmangel{display:none}
}
*/


header,
nav,
#breadcrumbs,
main,
aside,
footer {
	/* border: thin solid; */
	padding: 0 1em;
	background-color: white;
}

nav#st_oben {
	padding: 0;
}

nav#steuerung_links,
header, main, aside, footer {
	padding: 1em;
}

footer {
	padding: 0.5em 1em;
	text-align: center;

}

/*  */

header,
#breadcrumbs,
footer,
nav#st_oben
{
	grid-column: 1 / -1;
}

footer * {
	clear: right;
}

header {
	margin-top: 1em;
	border-radius: 1em 1em 0 0;

	/* background:#7db9e8;
	background:-webkit-linear-gradient(45deg,#7db9e8 0,#1e5799 100%);
	background:-webkit-linear-gradient(45deg,#7db9e8 0,#1e5799 100%);
	background:linear-gradient(45deg,#7db9e8 0,#1e5799 100%); */

	/* background-color: hsla(212, 100%, 50%, .5); */
	background-color: hsla(0, 0%, 0%, 0.6);
}


.swiper-wrapper figure {
	width: 100%;
	height: 60px;
	margin-top: 25px;
	background-position: center;
	background-repeat:  no-repeat;
}

#sto_bierzeltgarnitur 				{ width: 120px; }
#sto_bierzeltgarnitur_lehne 		{ width: 88px; }
#sto_biertischgarnitur_rund 		{ width: 71px; }
#sto_bierzeltgarnitur_quadratisch 	{ width: 90px; }
#sto_biergartenmoebel 				{ width: 75px; }
#sto_stehtisch_hocker 				{ width: 54px; }
#sto_biertischgestell 				{ width: 43px; }
#sto_aufdrucke						{ width: 57px; }
#sto_bierzeltgarnitur_douglasie		{ width: 100px; }
#sto_bierbankgarnitur_beinfreiheit  { width: 75px; }
#sto_shop 							{ width: 76px; }

#sto_bierzeltgarnitur figure {
	background-image: url(bilder/sto-bierzeltgarnitur-standard.jpg);
}	

#sto_bierzeltgarnitur_lehne figure {
	background-image: url(bilder/sto-bierzeltgarnitur-mit-lehne.jpg);
}

#sto_biertischgarnitur_rund figure {
	background-image: url(bilder/sto-runde-bierzeltgarnitur.jpg);
}

#sto_bierzeltgarnitur_quadratisch figure {
	background-image: url(bilder/sto-bierzeltgarnitur-quadratisch.jpg);	
}

#sto_biergartenmoebel figure {
	background-image: url(bilder/sto-terrassenmoebel.jpg);	
}

#sto_stehtisch_hocker figure {
	background-image: url(bilder/sto-stehtisch-hocker.jpg);	
}

#sto_biertischgestell figure {
	background-image: url(bilder/sto-biertischgestell.jpg);	
}

#sto_aufdrucke figure {
	background-image: url(bilder/sto-aufdrucke.jpg);	
}	

#sto_bierzeltgarnitur_douglasie figure {
	background-image: url(bilder/sto-bierzeltgarnitur-douglasie.jpg);	
}	

#sto_bierbankgarnitur_beinfreiheit figure {
	background-image: url(bilder/sto-bierbankgarnitur-beinfreiheit.jpg);	
}

#sto_shop figure {
	background-image: url(bilder/sto-bestellen.jpg);	
}


nav#st_oben {
	/* background-color: white; */
	/* display: flex; */
}

#st_oben ul {
	display: flex;
	width: 100%;

	flex-direction: row;
	flex-wrap: wrap;

	/* justify-content: center;
  vertical-align: bottom;*/
  text-align: center;

}

#st_oben li {
	/* display: inline-block; */
	list-style-type: none;
	/* border:1px solid red; */

	flex: 1;
	object-fit: fill;
}

#st_oben li a {
	display: block;
	/* background-color: yellow; */
	width: 100%;
	/* height: 5em; */

	font-size: 70%;
	/* line-height: 1em; */

	border: 1px solid white;
}

#st_oben li img {
	/* border: 2px solid blue; */
	/* display: inline-block; */
}

#st_oben li a:hover {
	/* background-color: orange; */
	/* text-decoration: underline !important; */
	border: 1px solid black;
	box-shadow: 0px -4px 3px #555;
	z-index: 1;
}

#st_oben li span::before {
	content: '\A';
	white-space: pre;
}





#st_oben li span {
	display: inline-block;
	width: 100%;
	line-height: 0.8em;
	background-color: orange;
	background-color: hsla(212, 0%, 40%,.7);
	color: white;

	padding-top: 0em;
	padding-bottom: .5em;
}

#st_oben li:hover span {
	/* background-color: hsla(212, 100%, 40%,.7); */
	background-color: #e57f19;
	background-color: #e07300;
}

/*
#st_oben ul, #st_oben li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.stoben {
	display: inline-block;
	position: relative;
	width: 128px;
	min-height: 75px;
	border-right: 1px solid transparent;
	background: url(bilder/hg-nav-oben.jpg);
	background-repeat: no-repeat;
}

.stoben a {
	display: inline-block;
	background-color: hsla(212, 0%, 40%,.7);
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-shadow: 1px 1px 8px #000;
	color: white;
	text-decoration: none;
	font-size: 70%;
	padding: 0.3em 0;
}

.stoben a:hover {
	background-color: orange;
	text-decoration: underline;
}


#sto1 {
    width: 128px;
    background-position: 0 0;
}

#sto2 {
    width: 104px;
    background-position: -132px 0;
}

#sto3 {
    width: 81px;
    background-position: -240px 0;
}

#sto4 {
    width: 107px;
    background-position: -324px 0;
}

#sto5 {
    width: 86px;
    background-position: -432px 0;
}

#sto6 {
    width: 59px;
    background-position: -520px 0;
}

#sto7 {
    width: 60px;
    background-position: -572px 0;
}

#sto8 {
    width: 63px;
    background-position: -631px 0;
}

#sto9 {
    width: 120px;
    background-position: -696px 0;
}

#sto10 {
    width: 86px;
    background-position: -820px 0;
}

#sto11 {
    width: 110px;
    background-position: -910px 0;
}
*/


/*  BREADCRUMBS */

#breadcrumbs {
	display: flex;
	/* background-color: hsla(212, 100%, 50%, .5); */
	background-color: hsla(0deg, 0%, 0%, 0.6);
}

#breadcrumbs p {
	flex: 1;
	padding: .5em 0;
	font-size: 75%;
	color: white;
	/* color: black; */
	/* text-shadow: 1px 1px 1px #000; */
}

#breadcrumbs span {
	/* color: #777; */
	color: #ddd;
	/* display: none; */
	/* text-shadow: 0px 0px 0px #000; */
}

#breadcrumbs a {
	text-decoration: none;
	color: black;
	color: #f6f6f6;
}

#breadcrumbs a:last-child {
	font-weight: bold;
}


#sucheoben {
	padding-top: 3px;
	padding-bottom: 3px;
}


/*


#sto1 a {
	display: inline-block;
	background-color: hsla(212,80%,60%,.7);
	text-shadow: 1px 1px 8px #000;
	color: white;
	text-decoration: none;
	font-size: 80%;
	padding: 0.3em 0;

	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
}

#sto1 a:hover {
	background-color: hsla(212,80%,60%,.9);
	text-decoration: underline;
}
*/

nav#steuerung_links {
	/* background-color: yellow; */
}

#steuerung {
	/* width: 200px;
	border-right: 1px solid #bbb; */
	/* float: left;
	margin-right: 1em;
	margin: 40px 0 10px 15px;
	line-height: 2em;
	padding-top: 0.6em;
	padding-bottom: 0; */

}

main {
	background-color: hsl(39, 0%, 100%);
}

section {
	/* background-color: skyblue; */
}

footer {
	border-radius: 0 0 1em 1em;
}


aside {
	/* background-color: silver; */
	/* border-left: 1px solid silver; */

	font-size: 90%;
}



/* Kopfbereich */
/* header, footer { */
header {
	display: flex;
	padding: 0.5em 1em;
}

#kopf_1 {
	/* LOGO als Grafik schmal */
	/* flex: auto; */
	flex: none;
  text-shadow: 2px 2px 2px #000;
	/* color: #fff; */
	color:hsl(0deg, 0%,100%, 76.86%);
  /* font-size: 1.6em; */
	/* line-height: 1em; */
	padding-top: 0.1em;

	font-size: 130%;
	line-height: .9em;
	text-align: center;
	widht: 220px;
	/* color:hsl(0deg, 0%,100%, 76.86%) */
}

#kopf_2 {
	/* background-color: hsla(120, 50%, 50%, 0.4); */
	/* border: 1px solid white; */
	flex: auto;
	text-align: right;
	line-height: .5em;
}

a#headermotto  {
    color: #eee;
    text-decoration: none;
    text-transform: uppercase;
		display: block;
}

.headermotto2  {
	font-size: 0.7em;
	line-height: 0.5em;
	text-shadow: none;
	/* text-shadow: 1px 1px 1px #000; */
}

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

header a:hover {
	text-decoration: underline;
}



#kopf_2 {
    font-size: .8em;
    line-height: 1.7em;


    color: #fff;
}

#kopf_2 .headervorteile {
    font-size: 1.3em;
    color: #fff !important;
    font-weight: 700!important;
    display: inline-block;
    padding-bottom: 0!important;
    background-color: transparent!important;
}

#kopf_2 b {
    font-weight: 400;
    color: #fff;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 0 4px;
    background-color: #e57f19;
    background-color: #e07300;
    background-color: #b65d00;
    /* background-color: black; */
    line-height: 1.5em;
}


/* &#9632; */
.trennerfuss {
	padding: 0 .5em;
}
.trennerfuss::after {
	content: '■';
	color: #ccc;
	text-shadow: none;
}

footer {
	/* background-color: hsla(212, 100%, 50%, .5); */
	background-color: hsla(0deg, 0%, 0%, 0.6);
}

footer p, footer a {
	color: white;
	text-shadow: 0 1px 3px #000;
}

footer a {
	text-decoration: none;
}

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

footer p {
	/* flex: auto; */
	line-height: 1.7em;
}

/* footer p:nth-child(2) {
	text-align: center;
}

footer p:nth-child(3) {
	text-align: right;
} */



/*  Steuerung */

#steuerung {
	/* width: 200px; */
	border-right: 1px solid #bbb;
	/* float: left; */
	/* margin-right: 1em; */
	/* margin: 40px 0 10px 15px; */
	/* margin: 0 0 1em 0em; */
	/* line-height: 2em; */
	/* padding-top: 0.6em; */
	/* padding-bottom: 0; */
	/* background-color: yellow; */
}

#steuerung ul {
  list-style-type: none;
  /* margin-left: 0.7em; */
  font-weight: 700;
}

#steuerung ul ul {
	font-weight: 400;
	list-style-type: square;
	margin-left: 1.2em;
	font-size: .9em;
	line-height: 1.6em;
	/* margin-bottom: 0em !important; */
	/* background-color: yellow; */
}

#steuerung ul ul {
	margin-bottom: 0.5em;
	/* background-color: yellow; */
}

#steuerung ul ul ul {
	font-weight: 200;
	list-style-type: none;
	margin-left: 0;
}


#steuerung li {
    /* padding-right: 6px; */
    line-height: 1.3em;
    padding-top: 0.2em;
    padding-bottom: 0.5em;
}

#steuerung a {
  display: block;
  width: 100%;
	padding-right: 1em;
  text-decoration: none;
  color: #000;
}

#steuerung a:hover {
  text-decoration: underline;
  color: blue;
	background-color: hsla(90, 0%, 70%, .4);
}

.dsteu_hight>a:first-child
/*.dsteu_hight>a:first-child*/
/*.dsteu_hight>a:last-child */
{
  /* background-image: none; */
	color: #e57f19 !important;
	color: #e07300 !important;
  /* text-decoration: underline !important; */
  border-right: 5px solid #e57f19;
  border-right: 5px solid #e07300;
/*  border-right: 5px solid red;*/
  /* background-color: hsla(90, 0%, 70%, .4); */
}


/*.dsteu_normal {*/
/*	  border-right: 5px solid #e07300;*/
/*  border-right: 5px solid red;*/
  /* background-color: hsla(90, 0%, 70%, .4); */

/*}*/




/* Inhalt */

h1 {
	color: orange;
	/* color: #e57f19; */
	color: #e07300;
	font-size: 1.6em;
}

main p {
	padding-bottom: 1em;
	line-height: 1.5em;
	/* max-width: 570px; */
}

main ol,
main ul {
	margin-left: 1em;
	line-height: 1.5em;
	/* background-color: yellow !important; */
}

main ol li,
main ul li {
	padding-bottom: 0.8em;
}



main ol {
	margin-bottom: 1em;
}

main ol li {
	margin-bottom: .5em;
	/* border-bottom: 1px solid silver; */
}


/* Flaggen fuer Sprachwahl */
#stoflaggen {
       /* background-color: orange; */
    /* text-align: center; */
    /* width: 28px; */

    /* margin-left: .1em; */
}

#stoflaggen1 {
    /* margin-top: 0.6em; */
}

#stoflaggen.stoben  {
    background-image: none !important;
}

#stoflaggen a {
    /* height: 1.4em !important; */
    /* width: 28px !important; */
		/* border: 1px solid red; */
		margin-left: .5em;
		width: 2em;
		display: inline-block;
		height: 1em;

		/* background-color: yellow; */
		/* padding-top: 1em !important; */
}

/* #stoflaggen1 {
	background-color: yellow;
	padding-top: 1em !important;
} */

.flagge_de,
.flagge_en,
.flagge_fr
{
    position: relative;
    /* padding-left: 1em; */
    /* width: 1.2em; */
		/* background-color: yellow; */
}


.flagge_de::before {
    position: absolute;
    content: ' ';
    left:0;
    top:0;
		padding-top: .3em;
    height: 100%;
    width: 100%;


    background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 360 240' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1.0539,0,0,1.171,4.3653e-16,1.11069)'%3E%3Crect x='0' y='135.69' width='341.59' height='68.318' style='fill:rgb(255,204,0);'/%3E%3Crect x='0' y='67.37' width='341.59' height='68.318' style='fill:rgb(255,0,0);'/%3E%3Crect x='0' y='-0.949' width='341.59' height='68.318'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.flagge_en::before {
    position: absolute;
    content: ' ';
    left:0;
		top:0;
		padding-top: .3em;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 360 240' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;'%3E%3Cg transform='matrix(6,0,0,7.98913,0,0)'%3E%3CclipPath id='_clip1'%3E%3Crect x='0' y='0' width='60' height='30'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip1)'%3E%3Crect x='0' y='0' width='60' height='30' style='fill:rgb(1,33,105);fill-rule:nonzero;'/%3E%3Cpath d='M0,0L60,30M60,0L0,30' style='fill-rule:nonzero;stroke:white;stroke-width:6px;'/%3E%3CclipPath id='_clip2'%3E%3Cpath d='M30,15L60,15L60,30L30,15ZM30,15L30,30L0,30L30,15ZM30,15L0,15L0,0L30,15ZM30,15L30,0L60,0L30,15Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23_clip2)'%3E%3Cpath d='M0,0L60,30M60,0L0,30' style='fill-rule:nonzero;stroke:rgb(200,16,46);stroke-width:4px;'/%3E%3C/g%3E%3Cpath d='M30,0L30,30M0,15L60,15' style='fill-rule:nonzero;stroke:white;stroke-width:10px;'/%3E%3Cg transform='matrix(1,0,0,1.00153,0,0)'%3E%3Cpath d='M30,0L30,30M0,15L60,15' style='fill-rule:nonzero;stroke:rgb(200,16,46);stroke-width:6px;'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}


/*fr*/
.flagge_fr::before {
    position: absolute;
    content: ' ';
    left:0;
		top:0;
		padding-top: .3em;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;



background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 360 240' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1.2,0,0)'%3E%3Crect x='0' y='0' width='360' height='240' style='fill:rgb(237,41,57);'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1.2,0,0)'%3E%3Crect x='0' y='0' width='240' height='240' style='fill:white;'/%3E%3C/g%3E%3Cg transform='matrix(1,0,0,1.2,0,0)'%3E%3Crect x='0' y='0' width='120' height='240' style='fill:rgb(0,35,149);'/%3E%3C/g%3E%3C/svg%3E%0A");

}




/* Bilder */

/* @media only screen and (max-width: 68.75em) */
.bildmitte img {
    width: 100%;
    height: auto;
}


/* -------------------------------------------------------------------------- */
/* Produktbereich Kasten */
/* -------------------------------------------------------------------------- */

.produktbereich {
	/* border: 2px solid #7db9e8;
	border: 2px solid #999;
	border: 2px solid #e57f19; */
	margin-bottom: 1em;

	/* display: flex;
	flex-direction: column; */
}

.produktbereich h2 {
	/* background-color: #7db9e8; */
	background-color: #e57f19;
	background-color: #e07300;
	color: white;
	padding: 4px 8px;
}

.produkt_bildbereich_leer,
.produkt_bildbereich {
	float: right;
	width: 60%;

	font-weight: lighter;
	font-size: 80%;
	text-align: center;
	background-color: white;
	border: 1px solid silver;

	margin-left: .7em;
	margin-bottom: .7em;
}

.produkt_bildbereich_leer img,
.produkt_bildbereich img {
	width: 100%;
	height: auto;
}

.produkt_textbereich {
	padding: .5em;
	hyphens: auto;
	line-height: 1.5em;
}

.produkt_bildbereich_leer,
.produkt_bildbereich
{
  position: relative;
  overflow: hidden;
  /* width: 100%; */
  /* height: auto; */

	/* margin-top: 10px !important; */
	margin-top: 10px;
	/* margin-right: 10px !important; */
	margin-right: 10px;

}

a.produkt_bildbereich_leer,
a.produkt_bildbereich {
	color: black !important;
	/* background-color: orange; */
}

.produktbereich a:hover {
	color: black !important;
	text-decoration: underline !important;
}

/* .produkt_bildbereich .fuer_details_anklicken, */
.produkt_bildbereich_leer figcaption,
.produkt_bildbereich_leer p,
.produkt_bildbereich figcaption,
.produkt_bildbereich p {
	position: absolute;
	z-index: 1;
	/* height: 1em; */
	bottom: .3em;
	bottom: 0;


	background-color: hsla(0, 0%, 100%, 0.8) !important;
	width: 100%;
	line-height: 1.2em;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}


.produkt_bildbereich img
{
  -webkit-transition: all .9s ease;
  transition: all .9s ease;
	z-index: 10;
}

.produkt_bildbereich:hover img
{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
	opacity: 0.5;
}

/* .produktbereich_rahmen, */
.produktbereich {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	/* border: 2px solid #e57f19; */
	box-shadow: 0px 5px 10px #eee;

}



.fuer_details_anklicken,
.text_detailinformationen
{
	color: black;

	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0%;
	font-size: 2.8em;
	font-weight: bold;
	width: 90%;
	padding: 5%;

	opacity: 0;
	-webkit-transform: opacity 1s;
  transition:opacity 1s;
}

.produkt_bildbereich:hover .fuer_details_anklicken,
.produkt_bildbereich:hover .text_detailinformationen
{
	opacity: 1;
}

.fuer_details_anklicken p::after
{
    content: "bitte anklicken für Details";
}





/*   cardSlider oben als Steuerung */


#cardSlider {
  --f-carousel-slide-width: 100%;
  --f-carousel-spacing: 0;
  --f-carousel-slide-padding: 0 1rem;

  --f-button-prev-pos: -3.3rem;
  --f-button-next-pos: 0.3rem;

  --f-button-bg: orange;
  --f-button-color: #333;

  --f-button-width: 48px;
  --f-button-height: 48px;
  --f-button-border-radius: 50%;

  --f-button-svg-width: 27px;
  --f-button-svg-height: 27px;
  --f-button-svg-stroke-width: 1.5;

  --f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

  margin-left: 3.5em;
}


/* 27.5em = 440px */
@media screen and (max-width: 439px) {
  #cardSlider {
    --f-carousel-slide-width: calc(100% / 2);
  }

	h1 {
		 font-size: 1.4em !important;
	}
}

/* 27.5em = 440px */
@media screen and (min-width: 440px) {
  #cardSlider {
    --f-carousel-slide-width: calc(100% / 5);
  }

}

/* 40em = 640px */
@media screen and (min-width: 640px) {
  #cardSlider {
    --f-carousel-slide-width: calc(100% / 10);
  }
}

.f-carousel__dots.is-dynamic li.is-current button {
    display: none !important;
}

.f-carousel__dots li {
	display: none !important;
}

#cardSlider a {
		text-decoration: none;
		color: black;
		font-size: .65em;
		text-align: center;
}

#cardSlider a:hover {
	text-decoration: underline;
}

#cardSlider a:hover {
	background-color: orange;
}

#cardSlider figure {
	/* border: 1px solid blue !important; */
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#cardSlider figure {
	margin: 0 auto !important;
	display: inline-block;
	text-align: center !important;
}

.w-full {
	/* border: 1px solid red !important; */
	/* width: 100%; */
  /* height: auto; */
  height: 60px;
	width: auto;
	/* object-fit: fill !important; */
}



/* -------------------------------------------------------------------------- */
/* FAQ-Bereich für Design */
/* -------------------------------------------------------------------------- */

details.faq-card {
  /* margin-left: 0 !important; */
}

.faq-card {
  border: 1px solid #dce0e8;
/*  border: 1px solid #333 !important;*/
  background-color: #f6f6f6;
  background-color: #ddd;
  border-radius: 6px;
  padding: 1em 1em 0 0;
	margin-top: 1em;
  margin-bottom: .5em;
  list-style: none;
  position: relative;
  cursor: pointer;

	padding-left: 1em;

}

details.faq-card > summary {
  list-style: none;
}

details.faq-card > summary::-webkit-details-marker {
  display: none;
}

/* details summary h3, */
details.faq-card summary {
  /* font-weight: 300; */
	color: #1f57ff;
  font-size: 1em;
	margin-left: 1em;
	padding-bottom: 1em;
  text-decoration: underline;
	font-weight: bold;
}


details.faq-card[open] summary h3,
details.faq-card[open] summary {
  color: orange !important;
  text-decoration: none;
  /* font-weight: 300; */
}


.faq-card {
  background-color: #f2f2f2;
}


details.faq-card[open] {
	border: 1px solid orange ;
	transition: 0.7s ease;
}

details.faq-card[open] summary {
  color: black !important;
	text-decoration: underline;
}

/* details[open] .faq-card-spoiler, */
details.faq-card[open] div {
  display: inline-block;
  padding-top: 8px;
  /* color: #8b8b9a; */
}


/* # The Rotating Marker # */
details.faq-card summary::-webkit-details-marker { display: none; }

.faq-card summary::before {
  font-family: "Hiragino Mincho ProN","Open Sans", sans-serif;
  content: "▶";
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.2s transform ease;
}

details.faq-card[open] > summary:before {
  transform: rotate(90deg);
  transition: 0.45s transform ease;
}





/* -------------------------------------------------------------------------- */
/* Tabellenansicht */
/* -------------------------------------------------------------------------- */

.tabellen_ansicht {
	/* border: 1px solid silver; */
	list-style-type: none;
	margin: 0;

	clear: both;

	/* border-bottom: 2px solid hsl(208.67deg 52.56% 57.84%) !important; */
	/* border-bottom: 2px solid hsla(208.67deg, 52.56%, 57.84%, 0.4) !important;
	margin-bottom: 1em !important;
	padding-bottom: 0 !important; */
}

.tabellen_ansicht li {
	padding: 0.1em .2em;
	padding: 0.1em 0.5em;
	font-size: 90%;
}

.tabellen_ansicht li {
	/* border-bottom: 1px solid silver; */
}

.tabellen_ansicht li:nth-child(odd) {
	background-color: #e9e9e9;
	/* border-bottom: 1px solid silver; */
	/* border-bottom: 1px solid #f1f1f1; */
}

.tabellen_ansicht li:nth-child(even) {
	/* background-color: #f1f1f1; */
	background-color: #f9f9f9;
}

.tabellen_ansicht li:hover:not(.tabellenueberschrift) {
	background-color: hsla(30.8, 100%, 43.92%, 0.2);
	background-color: hsla(0, 100%, 0%, 0.2);
}

.tabellenueberschrift {
	/* background-color: #1e5799  !important; */
	/* background-color: hsl(208.67deg 52.56% 57.84%) !important; */
	background-color: #2b6fab !important;
	/* background-color: #3f709c !important; */
	color: white;
}

.tabellenueberschrift .liste_right {
	/* background-color: #3f709c !important; */
}

/* .tabellen_ansicht li span {
	background-color: limegreen;
}

.tabellen_ansicht li span + span {
	background-color: orange;
} */

.tabellen_ansicht li span,
.liste_left {
	display: inline-block;
	width: 45%;
	/* padding-left: .5em; */
}

.tabellen_ansicht li span + span,
.liste_right {
	display: inline-block;
	width: 45%;
}

.rechtsschmal li span {
	display: inline-block;
	width: 65%;
	padding-left: .5em;
}

.rechtsschmal li span + span {
	display: inline-block;
	width: 25%;
}


/* 27.5em = 440px */
@media screen and (max-width: 540px) {
	.tabellen_ansicht li span {
		font-weight: bold;
	}
	.tabellen_ansicht li span + span {
		font-weight: normal;
	}


	.tabellen_ansicht li span,
	.tabellen_ansicht li span + span {
		display: inline-block;
		width: 100%;
	}
}


/* -------------------------------------------------------------------------- */
/* Seitenbereich mit Formular */
/* -------------------------------------------------------------------------- */

.umrahmungseite {
	border: 1px solid silver !important;
	background-color: #eee;
	padding: .5em;
	border-radius: 1em;
	padding: 0 !important;

	width: 100%;
	margin-bottom: 1em;
}

#bereichFormular {
	border: 1px solid silver !important;
	background-color: #eee;
	padding: .5em;
	border-radius: .5em;
}

#bereichFormular input
, #bereichFormular textarea
 {
	font-size: 0.8em;
	padding: .2em;
	margin-top: .2em;
	margin-bottom: .6em;
	width: 100%;
	font-family: sans-serif;
}

#maildatenschutz {
	font-size: 0.8em;
}

#bereichFormular input {
	width: 100%;

}

#bereichFormular input[type=submit] {
	background-color: #48ff48;
	border-radius: 0.4em;
	box-shadow: 2px 2px 6px #666;
	border: 0px solid red;
	padding: 0.2em;
}

#bereichFormular submit{
	background-color: green;
}

#kontakt_emailk {
  display: none;
}

.wrapperflex {
	display: table;
	flex-direction: column;
	/* height: 100%; */
	/* min-height: 100%; */
	margin-bottom: .5em;
	margin-top: .5em !important;
}


.datenschutzok {
	display:contents;
}


.wrapperflex span {
	display: table-cell;
}

#bereichFormular .bereichRechteSpalteInnen p {
	/* background-color: yellow; */
	font-size: 0.8em;
	margin-bottom: 0.4em;
}



/* -------------------------------------------------------------------------- */
/* Bildergallerie als Fliesenwand/Kachelwand   produktauswahl  */
/* -------------------------------------------------------------------------- */

.produktauswahl {
		display: grid;
		/* grid-template-columns: auto auto auto auto; */
		grid-template-columns: auto auto auto auto ;
		grid-gap: 1vh;

		position: relative;
		height: auto;
		width: 100%;
		margin-bottom: 2em;	
}

.fliesenwand {
		display: grid;
		/* grid-template-columns: auto auto auto auto; */
		grid-template-columns: auto auto auto;
		grid-gap: 1vh;

		position: relative;
		height: auto;
		width: 100%;
		margin-bottom: 2em;
}

.produktauswahl .fliese,
.fliesenwand .fliese
{
			position: relative;
			/* height: 100%; */
			/* width: 100%; */
			overflow: hidden;
			/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.9 ); */
			/* border-radius: 2px; */
		}


/* .fliesenwand .fliese:hover
{
		border: 1px solid orange;
		cursor: e-resize !important;
} */


.produktauswahl .fliese img,
.fliesenwand .fliese img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	border: 2px solid silver;
}

.produktauswahl .fliese img {
	aspect-ratio: 1/1;
}


.fliesenwand .fliese img:hover {
		border: 2px solid limegreen;
		cursor:zoom-in;
}

.produktauswahl .fliese img:hover {
		border: 2px solid limegreen;
}

.produktauswahl .fliese p:hover {
		background-color: hsla(200, 80%, 70%, .9) !important;
}


.produktauswahl .fliese p,
.fliesenwand .fliese p {
	/* z-index: 1; */
	/* opacity: 1; */
	color: black;
	position: absolute;
	bottom:0;
	text-align: center;
	background-color: hsla(0, 100%, 100%, 0.8);
	width: 100%;
	/* padding: .3em 1em; */
	opacity: 0.7;
	font-size: .8em;
	border:0px solid red;
	line-height: 1em;
	padding-bottom: 0.2em;
}

.produktauswahl .fliese p {
	background-color: hsla(0, 0%, 90%, .8) !important;
	margin-bottom: 0;
	min-height: 3.7em;
	color: black !important;
	font-weight: bold;
	padding: 0 .5em;

	display: flex;
	align-items: center;
	justify-content: center;	

	backdrop-filter: blur(25px);
}

.fliesenwand .fliese a p {
	text-decoration: none;
}

.fliesenwand .fliese a::after
{
  z-index: 10;
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 37px;
  height: 30px;
  margin-top: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 35 35' enable-background='new 0 0 35 35' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23666666' d='M26.25,13.13C26.25,5.88,20.37,0,13.13,0C5.88,0,0,5.88,0,13.13c0,7.25,5.88,13.12,13.13,13.12 C20.37,26.25,26.25,20.37,26.25,13.13L26.25,13.13z M13.13,22.97c-5.43,0-9.84-4.42-9.84-9.84c0-5.43,4.42-9.84,9.84-9.84 c5.43,0,9.84,4.42,9.84,9.84C22.97,18.55,18.55,22.97,13.13,22.97L13.13,22.97z M13.13,22.97'/%3E%3Cpath fill='%23666666' d='M34.04,29.4l-8.03-8.03c-1.2,1.86-2.78,3.44-4.64,4.64l8.03,8.03c1.28,1.28,3.36,1.28,4.64,0 C35.32,32.76,35.32,30.68,34.04,29.4L34.04,29.4z M34.04,29.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: bottom top;
}


@media only screen and (max-width: 1000px){

	.produktauswahl  {
		grid-template-columns: auto auto auto auto;
	}
}


/*  48em = 768 px */
@media only screen and (max-width: 768px){
	.fliesenwand {
		grid-template-columns: auto auto auto;
	}

	.produktauswahl  {
		grid-template-columns: auto auto auto ;
	}
}

/* 500px = 31.25em */
@media only screen and (max-width: 500px){
	.fliesenwand {
		grid-template-columns: auto auto;
	}
	.produktauswahl  {
		grid-template-columns: auto auto ;
	}
}





main a {
	/* background-color: yellow; */
	color: blue;
	/* text-decoration: overline; */
}

h2 {
		font-size: 1.2em;
}





.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box{max-width:750px; margin: 0 2em;border-radius:5px;border:none;border-bottom:3px solid orange;background:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box{margin-bottom:7px}.tooltipster-sidetip.tooltipster-punk .tooltipster-content{color:#fff;padding:8px 16px}.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border{border-left-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border{border-right-color:#2a2a2a}.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border{border-top-color:orange}

/* #f71169 */



.swiper {
	width: 100%;
	height: 90px;
	/* border: 2px solid red; */
}

.swiper-slide {
	/* border: 1px solid orange; */
	width: 450px;

}
</style>


<style>
.swiper-slide {
	position: relative;
	/* display: inline-block; */
	/* border: 1px solid orange; */
	/* width: 450px; */
	/* margin: 0 10px !important; */
}

.swiper-slide img {
	margin: 0 auto;
	display: inline-block !important;
	text-align: center;
	/* border: 2px solid green; */
}

.swiper-wrapper a:hover {
	text-decoration: underline !important;
	/* background-color: orange; */
	/* opacity: 0.8; */
}


.swiper-wrapper figcaption {
	font-size: .6em;
	text-decoration: none;
}
.swiper-wrapper figcaption a {
	text-decoration: none;
	color: black;
	text-align: center;
}

.swiper-wrapper figcaption a:hover {
	text-decoration: underline !important;
	/* color: orange; */
}

.swiper-wrapper {
	position: relative;
}

.swiper-wrapper figure {
}

.swiper-wrapper figure img {
	margin-top: 27px;
	display: inline-block;
	/* text-align: center; */
	/* margin: 0 auto; */
}

.swiper-wrapper figcaption a {
	position: absolute;

	/* background-color: hsla(360, 50%, 50%, 0.7); */
	top: 3px;
	width: 100%;
	height: 86px;
	/* border: 2px solid blue; */
}

.swiper-wrapper figcaption a:hover {
	background-color: hsla(360, 90%, 90%, 0.5);
}


.fancybox__caption {
		margin: 0 2em !important;
}



.st_ob_sp {
	background: url('bilder/hg-nav-oben-60.jpg') no-repeat 0 0;
	width: 744px;
	height: 60px;

	overflow: hidden;
}

.st_ob_sp_11 {
	/* background: url('imgs/hg-nav-oben-60.jpg') no-repeat -671px 0; */
	width: 73px;
	background-position: -671px -0px;
}



/* -----------------------------------  */
/* Sitemap */
/* -----------------------------------  */

#sitemap {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}


#sitemap span:hover {
  background-color: orange;
}

.einr1, .einr2, .einr3, .einr4, .einr5 {
  display: block;
  padding: 0.2em 0.2em;
  margin-bottom: .1em;
}

.einr1 {
  background-color: #DADADA;
  font-weight: bold;
}

.einr2 + .einr1,
.einr3 + .einr1 {
  margin-top: 1em;
}


.ein1 a {
  color: white !important;
}

.einr2 {
  font-size: 90%;
}

.einr3 {
  font-size: 80%;
  color: blue;
}

#sitemap .einr3::before {
  content: "\002022 \000020";
}

.einr3 + .einr2 {
  margin-top: .8em;
}


/* -----------------------------------  */
/* Ausgabe in Tabelle */
/* -----------------------------------  */
.beschriftung_tab_besch {
	font-weight: bold;
	/* color: orange; */
	/* background-color: black; */
	padding-left: 0 !important;
	/* margin-left: 0; */
	/* vertical-align: top; */
	width: auto !important;
}

.tabellen_ansicht {
	/* border:2px solid hsla(208, 60%, 42%, 1); */
	width: 100%;
}


.produktbereich .tabellen_ansicht {
	padding: 0 .5em .5em .5em;
}

.tabkopfzeile {
	clear: both;
	/* margin-top: 1em; */
	background-color:hsla(208, 60%, 42%, .5);
	color: white;
	/* font-size: 1.2em; */
	/* padding-left: 10px !important; */

	background-color: #2b6fab !important;
	/* font-weight: bold !important; */
}



/* -----------------------------------  */
/* Spaltenausgabe */
/* -----------------------------------  */
.spalten {
  width: 100%;
  column-width: 200px;
  column-gap: 2em;

  /*
  column-rule-color: red;
  column-rule-width: 1px;
  column-rule-style: dotted;
  */
  margin-bottom: 1em;
}


.additional_data_block {
	margin-bottom: 1em;
}

ul {
  margin-bottom: 1em;
}



/* -----------------------------------  */
/* für Kontaktformular */
/* -----------------------------------  */
.kontakt table{
	border:0;
	width:100%;
	margin-top:1em;
	margin-bottom:1em
}
.kontakt td{
	vertical-align:top;
	padding:0 1em 1em 0
}
.kontakt td:first-child{
	font-weight:700;
	width:30%;
}
.kontakt hr{
	background:url(bilder/saegespaene.jpg) no-repeat center;
	height:50px;
	border:0;
	margin-bottom:2.2em
}




/* ==========================================================
   x. Produkttabelle
   ========================================================== */

/* ==========================================
   DESKTOP & BASIS-STYLES & ACCESSIBILITY
   ========================================== */
.table-wrapper {
  width: 100%;
  max-width: 650px;
  margin: 20px auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 15px;
  color: #333;

  margin-bottom: 2em;
}

/* Visuell versteckt das Caption nur für Screenreader (SEO & Barrierefreiheit) */
.product-specs caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Tabellenkopf & Kategoriezeilen */
.product-specs thead th,
.product-specs .category-header th {
  background-color: #2b70ab;
  color: #ffffff;
  padding: 12px 14px;
  padding: 10px 10px;
  text-align: left;
  font-weight: 600;
}

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

/* Shop-Link & Icon Ausrichtung */
.product-specs .shop-link {
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.product-specs .shop-link:hover {
  opacity: 0.85;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.product-specs .shop-icon {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}

.product-specs td {
  padding: 10px 14px;
  padding: 8px 10px;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
}

/* Zebra-Muster auf Desktop */
.product-specs tbody tr:not(.category-header):nth-child(even) {
  background-color: #f8f9fa;
}

.product-specs td:first-child {
  font-weight: 500;
  color: #555;
  width: 40%;
}

.product-specs a {
/*	color: orange !important;*/
	text-decoration: underline !important;
}

/* HOVER-EFFEKT (Zeilenhervorhebung bei Mouseover) */
.product-specs tbody tr:not(.category-header) {
  transition: background-color 0.15s ease-in-out;
}

.product-specs tbody tr:not(.category-header):hover {
  background-color: #e8f0fe;
}


/* ==========================================
   RESPONSIVE LAYOUT (Für Bildschirme < 600px)
   ========================================== */
@media screen and (max-width: 600px) {
  
  /* Haupt-Header auf Mobilgeräten als obere Aktionsleiste anzeigen */
  .product-specs thead {
    display: block;
    background-color: #2b70ab;
  }

  .product-specs thead tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
  }

  .product-specs thead th {
    display: block;
    padding: 0;
    font-size: 14px;
    background: transparent;
  }

  /* Kategorie-Zeilen bleiben als Trenner erhalten */
  .product-specs .category-header {
    display: table-row;
  }
  
  .product-specs .category-header th {
    display: table-cell;
    font-size: 15px;
    padding: 10px 12px;
    background-color: #3b7bb5; /* Leicht helleres Blau zur Abhebung vom Haupt-Header */
  }

  /* Jede Zeile wird zu einer kompakten Karte */
  .product-specs tbody tr:not(.category-header) {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
  }

  .product-specs tbody tr:not(.category-header):nth-child(even) {
    background-color: transparent;
  }

  .product-specs tbody tr:not(.category-header):hover {
    background-color: #f0f4f9;
  }

  /* Spalten untereinander anordnen */
  .product-specs td {
    display: block;
    width: 100% !important;
    padding: 3px 12px;
    box-sizing: border-box;
    border-bottom: none;
  }

  /* Eigenschafts-Name (linkes td) */
  .product-specs td:first-child {
    font-weight: 600;
    color: #444;
    padding-top: 4px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Wert (rechtes td) */
  .product-specs td:last-child {
    color: #111;
    padding-bottom: 4px;
    font-size: 15px;
  }
}


/* ==========================================
   reviews
   ========================================== */


        .reviews-container {
            max-width: 700px;
            margin: 0 auto;
            width: 100%;
        }

        .reviews-heading {
            color: var(--text-muted);
            font-size: clamp(1.1rem, 2.5vw, 1.25rem);
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 16px;
        }

        /* PERFEKTER LEERRAUM: 215px Höhe verhindert jedes Abschneiden am unteren Rand */
        .review-card {
            background-color: var(--bg-card);
            border-radius: clamp(10px, 2vw, 16px);
            padding: 16px 20px; /* Vertikal leicht kompakter für mehr Puffer */
            margin-bottom: 20px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            border: 1px solid rgba(0,0,0,0.02);
            
            height: 215px; /* Exakte Höhe für 0.00 CLS + kein Clipping */
            height: 215px; /* Exakte Höhe für 0.00 CLS + kein Clipping */
            display: flex;
            flex-direction: column;
            justify-content: space-between;

            content-visibility: auto;
            contain-intrinsic-size: auto 215px;
            contain-intrinsic-size: auto 215px;
        }

        /* Beim Aufklappen erweitert sich die Höhe flexibel */
        .review-card:has(details[open]) {
            height: auto;
        }

        .review-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 8px;
            flex-wrap: wrap;
            margin-bottom: 6px;
        }

        .review-date {
            font-size: clamp(0.875rem, 2vw, 1rem);
            color: var(--text-muted);
            white-space: nowrap;
        }

        .stars {
            display: flex;
            gap: 2px;
        }
        
        .stars svg {
/*            width: clamp(18px, 4.5vw, 22px);*/
            width: clamp(15px, 3.5vw, 19px);
/*            height: clamp(18px, 4.5vw, 22px);*/
            height: clamp(15px, 3.5vw, 19px);
            flex-shrink: 0;
        }

        .stars svg.filled {
            fill: var(--star-color);
        }

        .stars svg.empty {
            fill: var(--star-empty);
        }

        /* Überschrift auf 1 Zeile begrenzen */
        .review-headline {
            font-size: clamp(1.05rem, 2.2vw, 1.15rem);
            font-weight: 700;
            color: var(--text-main);
            margin: 0 0 4px 0;
            line-height: 1.3;
            
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .review-details {
            margin: 0;
        }

        .review-summary {
            list-style: none;
            outline: none;
            cursor: default;
        }

        .review-summary::-webkit-details-marker {
            display: none;
        }

        .review-details.has-overflow .review-summary {
            cursor: pointer;
            user-select: none;
        }

        /* Text strikt auf genau 2 Zeilen begrenzen */
        .review-text {
            font-size: clamp(0.95rem, 2vw, 1.05rem);
            line-height: 1.4;
            color: var(--text-main);
            margin: 0;
            
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .toggle-btn {
            display: none;
            font-size: 0.85rem;
            color: var(--accent-blue);
            font-weight: 600;
            margin-top: 2px;
        }

        .review-details.has-overflow .toggle-btn {
            display: inline-block;
        }

        .toggle-btn::after {
            content: "Mehr anzeigen ▼";
        }

        /* Aufgeklappter Zustand */
        details[open] .review-text {
            display: block;
            -webkit-line-clamp: unset;
            overflow: visible;
        }

        details[open] .toggle-btn::after {
            content: "Weniger anzeigen ▲";
        }

        .review-author {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-top: 8px;
        }

        .avatar {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background-color: var(--avatar-bg);
            color: var(--avatar-text);
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 0.85rem;
            letter-spacing: 0.5px;
            flex-shrink: 0;
        }

        .author-name {
            font-size: clamp(0.95rem, 2vw, 1.05rem);
            font-weight: 600;
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        @media (max-width: 360px) {
            .review-header {
                align-items: flex-start;
            }
        }   


.header-logo {
    width: 180px;
    height: 70px;
}
.logo-subtext {
    font-size: 0.8rem;
  color: #ccc;   
  text-align: center;
}

.logo-subtext a { 
  color: hsl(0deg, 0%, 100%, 90%);
  text-decoration: none;
 }

.logo-subtext a:hover { 
  color: orange;
  text-decoration: underline;
 }