/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration,[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/**/

html {
	overflow-y: scroll;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	font-size:18px;scroll-behavior:smooth;
}
*, *:before, *:after, div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: rgb(50,40,40);
	height: 100%;
	font: 400 1em/1.25em Arial, Helvetica, sans-serif;
	background-color: rgb(255,255,255);
	position: relative;
}
table, td {	border: 0px; 	margin: 0px;	padding: 0px;	vertical-align: top;	border-collapse: collapse;	border-spacing: 0px;}
iframe { 	border: 0px;	margin: 0px;	padding: 0px;}
img {
	display: inline-block;
	border: 0;
	margin: 0;
	padding: 0em;
	vertical-align: top;
}
a {	color: inherit;	outline: none;}
a:hover {
	color: rgb(228,6,19);
	text-decoration: underline;
}
strong { font-weight:700;}
.clear { 	clear: both;	line-height: 0px;	height: 0px;}
.clear:after {     content:"";    display:block;    clear:both;}
/*-------------------------------------------------------------------------------------*/
* {
	-webkit-transition: all 0.15s;
	transition: all 0.15s;}
header {
	margin: 0 auto;
	position: relative;
} 
.logo {
	z-index: 100;
	position: relative;
	padding: 10px 15px 15px 15px;
}
.logo img {
	height: 60px;
	width: auto;
}
.logo a { display:block;}
.sprachen {
	padding: 0.5em;
	position: absolute;
	z-index:200;
}
.sprachen a { text-decoration:none;  padding:0px 4px 2px; border-radius:3px; border:1px solid rgba(255,255,255,0);}
.sprachen a:hover { background-color:rgb(51,51,51); color:#fff; }
.sprachen .aktiv { border-color: rgba(255,255,255,0.75);}
nav a { text-shadow: 0 0 10px rgb(255,255,255);}
.red-block { background-color:rgb(227,0,35); position:relative; }
.red-block:before { content:''; position:absolute; top:0; left:0; width:4vw; border:2vw solid transparent; border-left-color:#fff; border-top-color:#fff; z-index:1;}
.text-block {
	color: rgb(255,255,255);
	padding: 2vw 4vw; z-index:10;
}
.text-block p { margin:1em 0;}
/*----------------------------------------------------------------*/
.bild {
	z-index: 1;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: left;
	/*height:calc(1000% / 333%);*/
	box-shadow:  0px 0px 30px rgb(233,233,233);
	max-height:480px;
}
.bild img {
	width: 100%;
	height: 34vw;}
/*----------------------------------------------------------------*/
main {
	position: relative;
	padding: 0;
	margin: auto;
}
.content {
	margin: 0 auto;
	padding: calc(0.5em + 0.5vw + 0.5vh) 0;
	max-width: 1300px;
}
.content .flex > div { padding: 1.375em; } 
	
.content ul li { list-style-image:url(../images/cone-li.png);}
/*----------------------------------------------------------------*/
.button{padding:.25em .5em;display:inline-block;text-decoration:none;margin:0;border-radius:2px;background-color:rgb(255,255,255);color:rgb(228,6,19);border:2px solid rgb(228,6,19);font-size:1.1em;font-weight:bold}.button:hover{text-decoration:none;color:rgb(255,255,255);background-color:rgb(228,6,19)}
.button-small{padding:.25em .5em;display:inline-flex;text-decoration:none;margin:0;border-radius:2px;background-color:rgb(255,255,255);color:rgb(40,120,80);border:2px solid rgb(40,120,80);align-items:center;font-size:1.1em;font-weight:bold;cursor:pointer;transition:all .2s ease-in-out}.button-small:after{font-family:Arial, sans-serif;content: ' ↓';font-weight:normal;margin-left:8px;font-size:.9em;line-height:1}.button-small:hover{color:rgb(255,255,255);background-color:rgb(40,120,80);border-color:rgb(40,120,80)}
/*----------------------------------------------------------------*/
.quicklinks { position: relative;  }
.quicklinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
}
.quicklinks ul li {
	list-style: none;
	margin: 0;
	padding: 0.375em;
	flex: 0 0 50%;
	min-width: 140px;
	max-width: 180px;
}
.quicklinks ul.produkte li { max-width:220px;}
.quicklinks ul li a {
	border: 0;
	padding: 0;
	padding-top: 100%;
	margin: 0;
	vertical-align: top;
	display: block;
	position: relative;
	width: 100%;
}
.quicklinks ul li a:hover { transform:rotate(2deg);}
.quicklinks ul li a:hover span { transform:translateY(-50%) rotate(-2deg);}
.quicklinks ul li a:hover::after, .quicklinks ul li a.aktiv::after { content: url(../images/bg-eck.png); font-size:1.7777em; font-weight:700; color:#fff; z-index:2; position:absolute; left:16px; bottom:-1px; }
.quicklinks ul li a span {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.quicklinks .dblau { background-color:rgb(36,69,172); }
.quicklinks .mblau {
	background-color: rgb(37,96,167);
}
.quicklinks .hblau { background-color:rgb(60,130,215);}
.quicklinks .gruen { background-color:rgb(30,160,65);}
.quicklinks .gelb { background-color:rgb(250,160,15);}
.quicklinks .rot { background-color: rgb(227,6,19); }
.quicklinks .lila { background-color: rgb(70,55,140); }
.quicklinks .rosa { background-color: rgb(200,40,150); }
.quicklinks .orange { background-color: rgb(255,100,0); }
.quicklinks .turkis { background-color: rgb(0,150,200); }
.quicklinks .tannengruen { background-color: rgb(40,120,80); }
.quicklinks .turkis-modern { background-color: rgb(0,150,150); }
.neu {
	position: absolute;
    top: 8px;
    right: 8px;
    transform: translate(30%, -30%); /* Grundposition */
    z-index: 2;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
    background-color: rgb(0,150,200); /* Das kräftige Türkis-Blau */
    border: 2px solid #fff;
    line-height: 56px;
    color: #fff;
    font-size: 90%;
    
animation: neuBounceCycle 7s ease-out 2s 5;
}
@keyframes neuPulsCycle {
    0%, 10.5%, 21%, 31.5%, 100% { 
        transform: translate(30%, -30%) scale(1);
    }
    5.25%, 15.75%, 26.25% { 
        transform: translate(30%, -30%) scale(1.1);
    }
    31.51% { 
        animation-timing-function: linear; 
    }
}
@keyframes neuWobbleCycle {
    /* Mittenposition (keine horizontale Verschiebung) */
    0%, 10.5%, 21%, 31.5%, 100% { 
        transform: translate(30%, -30%); 
    }
    
    /* Wobble Links (Rotation und -10% horizontale Verschiebung) */
    5.25%, 15.75%, 26.25% { 
        transform: translate(20%, -30%) rotate(-5deg); 
    }
    
    /* Wobble Rechts (Rotation und +10% horizontale Verschiebung) */
    10.5%, 21% {
        transform: translate(40%, -30%) rotate(5deg);
    }

    /* Ende des Wobble (Pause beginnt) */
    31.51% { 
        animation-timing-function: linear; 
    }
}
@keyframes neuBounceCycle {
    0%, 10.5%, 21%, 31.5%, 100% { 
        transform: translate(30%, -30%); 
    }
    5.25%, 15.75%, 26.25% { 
        transform: translate(30%, -80%) rotate(5deg); 
    }
    31.51% { 
        animation-timing-function: linear; 
    }
}
/*----------------------------------------------------------------*/
footer{
	padding: 1em;
	padding-bottom: 3em;
	margin: 0 auto;
	background-color: rgb(219,219,219);
	text-align: center;
	color: rgb(0,0,0);
	position: relative;
	font-size: 0.875em;
	list-style: none;
	margin: 0 auto 64px;
}
footer:before { content:''; position:absolute; bottom:0; right:0; width:4vw; border:2vw solid transparent; border-right-color:rgb(228,6,19); border-bottom-color:rgb(228,6,19); z-index:1;}

footer p {
	flex: 1 1 auto;
	padding: 1em;
	text-align: left;
	line-height: 1.375em;
}

footer a { text-decoration-color: rgba(255,255,255,0.5);}
footer a:hover, footer a:focus {
	text-decoration-color: rgba(192,13,13,0.5);
	color: rgb(228,6,19);
	background-color: rgb(255,255,255);
	border-radius:2px;
}
/*----------------------------------------------------------------*/
p, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.25em;
}
h1 {
	font-size: 1.5em;
	font-weight: 700;
	color: rgb(228,6,19);
}
h2 {
	font-size: 1.25em;
	font-weight: 700;
}
h3 {font-size: 1.125em;  
	font-weight: 700;}

 
.dblau { color:rgb(36,69,172); }
.hblau { color:rgb(93,153,220);}
.hblau { color:rgb(60,130,215);}
.gruen { color:rgb(30,160,65);}
.gelb { color:rgb(250,160,15);}
.rot { color: rgb(227,6,19); }
.lila { color: rgb(70,55,140); }
.rosa { color: rgb(200,40,150); }
.orange { color: rgb(255,100,0); }
.turkis { color: rgb(0,150,200); }
/*----------------------------------------------------------------*/
.trennlinie, hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgb(228,6,19);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 20px auto;
	width: 34%;
}
/**/
.flex.tru {justify-content: center; display:flex; flex-flow: row wrap;}
.flex.tru > div { flex: 1 1 50%; min-width:215px; text-align:center; }
/*----------------------------------------------------------------*//*----------------------------------------------------------------*/
.aktuelles img{
	max-width:100%;
	height:auto !important;
}
.aktuelles .datum{
	font-size:0.9em;
	margin-bottom:5px;
}
.aktuelles p{
	margin: 0px;
}
.aktuelles td{
	padding:5px;
	border:1px solid #666;
}
a.button_pager{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
	margin-top: 5px;
	background-color: #e30613;
}
a.button_pager:hover,a.pager:hover{
	color: #fff;
	background-color: #999;
}
.pager{
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #ECEDEE;
}
.pager_active{
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #e30613;
}
.pager_inactive{
	background-color: #ECEDEE;
	color: #ccc;
}
.galerie-container{
	line-height: 10px;
	background-color: #D9D9D9;
	padding: 20px 10px;
	border-top: 2px solid #fff;
}
.galerie-container img{
	border:2px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media(hover:hover){
.galerie-container img:hover{
	transform:scale(1.1);
}
}
/*----------------------------------------------------------------*//*----------------------------------------------------------------*/
#formular {
	position: relative;
	alignment-adjust: 0;
	margin: 0 -16px 0 0;
	/* [disabled]display: flex; */
	flex-flow: wrap;
}
.half {
	text-align: left;
	flex: 1 0 48%;
	padding: 0 30px 15px 0;
}
form {
	margin: 0;
	padding: 0;
	display: block;}
input, textarea {
	position: relative;
	border: 1px solid rgb(228,6,19);
	width: 100%;
	padding: 0px 0.25em;
	color: #000;
	height: 2em;
	font: 400 1em/1.25em Arial, Helvetica, sans-serif;
	border-radius: 2px;
	background-color: rgba(255,238,213,0.25);
	max-width: 450px;
}
.short { width:50px;}
.check {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;}
textarea {
	height: 170px;
}
input:focus, textarea:focus {	border: 1px solid rgb(179,72,26);}
.send {
	margin: 0 auto;
	cursor: pointer;
	text-decoration: none;
	font: 400 1em/1.25em Arial, Helvetica, sans-serif;
	border: 1px solid #fff;
	color: rgb(228,6,19);
	background-color: rgb(219,219,219);
	border-radius: 4px;
	width: 150px;
	border: 1px solid rgb(228,6,19);
}
.send:hover, .send:focus {
	background-color: rgb(228,6,19);
	color: rgb(255,255,255);
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 8px;
	margin-left: -22px;
	cursor: pointer;
	display: inline;}
.pflicht {
	line-height: 14px;
	color: #B41412;}
/*----------------------------------------------------------------*/
/*                MEDIA QUERY            */
/*----------------------------------------------------------------*/
@media only screen and (min-width: 480px) {

footer > div {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: auto;
}
}
@media only screen and (max-width: 739px) {	
	header, .bild { position:relative; 
	text-align: center;}
	.logo {
	margin: 0 auto;
	width:50%;}
	nav, nav ul, nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	postition: relative;
	text-align: center;
	}
	nav ul li a {
	text-decoration: none;
	padding: 0 8px;
	margin: 4px auto;
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	color: rgb(50,50,50);
	text-transform:uppercase;
	border:2px solid transparent
	}
	nav ul li ul li a { text-transform:none; border-color: rgba(0,0,0,0.05); }
	nav ul li ul li a br { display:none;}
	nav ul li ul li a.aktiv {  border-color: rgba(0,0,0,0.05) rgba(0,0,0,0.05) rgb(228,6,19) rgba(0,0,0,0.05);}
	nav ul li ul li { display:inline-block;}

	nav a:hover, nav a:focus, nav a.aktiv {
	border-color: rgb(228,6,19);
	text-decoration: none;
	border-radius: 2px;
	color:rgb(51,51,51);
	}
	#menuToggle {
	display: block;
	position: fixed;
	top: 16px;
	right: 16px !important;
	width: 44px;
	z-index: 150;
	padding: 8px 0 4px 5px;
	-webkit-user-select: none;
	user-select: none;
	background-color: rgb(228,6,19);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
	border-radius: 4px;
	}
	#menuToggle input {
		display: block;
		width: 48px;
		height: 44px;
		position: absolute;
		top: -2px;
		left: -2px;
		cursor: pointer;
		 opacity: 0; /*hide this */
		z-index: 200 !important; /* and place it over the hamburger */
		-webkit-touch-callout: none;
	}
	/* Just a quick hamburger */
	#menuToggle span {
	display: block;
	width: 34px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background-color: rgb(255,255,255);
	z-index: 3;
	
	transform-origin: 50% 50%;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
	border-radius: 2px;}	
	/* Transform all the slices of hamburger into a crossmark */
	#menuToggle input:checked ~ span {
		opacity: 1;
		transform: rotate(405deg) translate(6px, 6px);
		background-color:rgb(228,6,19);
	}
	/*hide the middle one */
	#menuToggle input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.1, 0.1);
	}
	/* the last one go the other direction */
	#menuToggle input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-405deg) translate(7px, -7px);
	}
	/*	 * Make this absolute positioned at the top right of the screen	 */
	#menu {
	position: fixed;
	width: 100%;
	margin: 0;
	padding: 1.5em;
	/*padding-top: 3em;*/
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	/* to stop flickering of text in safari */	  
	transform-origin: 0% 0%;
	transform: translate(0%, -300%);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	right: 0;
	left: 0;
	top: 0;
	box-shadow: 0 0 25px rgba(0,0,0,0.75);
	background-color: rgb(255,255,255);
	background-image: url(../images/pio-kunststoffe.png);
	background-position: 1em 2.5em;
	background-repeat: no-repeat;
	background-size: 14vw;
	}
	#menuToggle input:checked ~ ul {
		transform: scale(1.0, 1.0);
		opacity: 1;
	}
}
/*  ////////////////////////////////////////////////////////////////////////////  */
@media only screen and (min-width: 740px){
header {text-align: center;}
.sprachen { left:auto; right:8px;}
.logo img { height: 80px; }
.sticky nav {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 200;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: rgb(255,255,255);
	box-shadow:0 0 50px rgba(0,0,0,0.75);
}
.sticky nav ul li ul li { background-color:rgba(255,255,255,0.75); border-radius:3px;}
	.sticky .logo { position:fixed; top:0em; z-index:250; } 
	.sticky .logo img { height:30px;}
.flex {  width:100%; display:flex; flex-flow:row wrap;}
.content-13 {	width: 38%; }
.content-23 { width: 62%; }
.full { width:100%;}
/*--------------------------*/
#menuToggle input {
	display: none;
}
#menuToggle {
	margin: 0 auto;
	position: relative;
}
nav {
	text-align: center;
	margin: 0 auto;
	padding-top:4px;
	line-height: 40px;
}
nav ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}
nav ul li {
	margin: 0 0.25em;
	padding: 0;
	flex: 0 0 auto; 
	border:2px solid transparent;
}
nav ul li ul {
	position: absolute;
	justify-content: center !important;
	text-align: center !important;
	margin: 0 !important;
	z-index: 150;
	width:800px;
	flex-flow: row wrap;
	}
	
nav a {
	font-size-adjust: none;
	line-height: 2.5em;
	display: block;
	margin: 0;
	padding: 0 0.75em;
	text-decoration: none;
	color: rgb(51,51,51);
	border-radius: 2px;
	border: 2px solid transparent;
	text-transform: uppercase;
}
nav ul li ul li a { text-transform:none; line-height:2em !important;}

nav a:hover, nav a.aktiv {
	position: relative;
	text-decoration: none;
	border-color: rgb(228,6,19);
	color:rgb(51,51,51);
}
nav a:hover, nav ul li ul li a.aktiv {
	border-color: transparent transparent rgb(228,6,19) transparent;
	background-color: rgba(255,255,255,0.9);
}
nav li:hover { border:2px solid rgba(255,255,255,0.9); border-radius:1px;}
}
@media only screen and (min-width: 740px) and (max-width: 929px){
	.sticky nav ul { justify-content: flex-end;}
	.sticky nav ul li {	margin: 0; }
	.sticky nav ul li a {padding: 0 8px;}
	nav ul li ul {	top: 48px; left: 50%; transform:translateX(-50%);}
}
@media only screen and (max-width: 929px){
		 .shifted  #slider { margin-left:15% !important;}
}

@media only screen and (min-width: 930px){
.logo { position:absolute;}

header {text-align: left; position:absolute; z-index:150; width:100%;}

	nav { padding-top:48px; background-color:none;} 
	nav ul { margin:0 0 0 160px; text-align:right; justify-content:flex-start; }
	.sticky nav ul li ul {top:48px;}
.quicklinks ul li a span {
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.5em;
}
	
.red-block {
	background-color: rgba(255,255,255,0);
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0;
	right: 0;
	left: 38vw;
	background-image: url(../images/bg-red-block.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	max-height:480px;
}
.red-block:before {display:none;}
.text-block {
	color: rgb(255,255,255);
	padding: 2vw;
	position: absolute;
	bottom: 0;
	width: 37.5vw;
	right: 2.5vw;
	text-align: right;
	/*transform: skewX(-50deg);*/
}
.text-block p { margin:8px 0;/* transform:skewX(50deg);*/}
.sprachen { color:#fff;}

.red-block-small {
	background-color: rgba(255,255,255,0);
	position: absolute;
	z-index: 50;
	top: 0;
	right: 0;
	width: 18vw;
	background-image: url(../images/bg-red-block.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	height: 38px;
}	
}
@media only screen and  (min-width: 930px) and (max-width: 1149px){
		nav ul li ul {	top: -48px; display:none;}
	}
@media only screen and (max-width: 1149px){	
.ql-space { display:none;}
nav ul li ul li {
	background-color: rgba(255,255,255,.5);
}
}
@media only screen and (min-width: 1150px){	
	.logo { margin-left:1%;}
	.sprachen { right:1% !important;}
	nav ul { margin:0;  justify-content:center; text-align:center; }
	nav ul li ul {  top: 48px; left:50%; transform:translateX(-50%);}
	nav ul li ul a { line-height:2.5em !important; font-weight: 700;}
	nav ul li ul li a br { display:none;}
	.content-13 { padding:1.5em 0.5em; align-items: center;}
	main .flex { margin:0 auto;}
	#startseite .quicklinks ul li { flex:0 0 33%; min-width:auto; max-width:33%;}
	#startseite .shaped {
    shape-outside: polygon(100% 0%, 0% 100%, 100% 100%);
    float: right;
    width: 600px;
    height: 600px;
  }
  #startseite .flex { position:relative;}
  #startseite .content-23 { max-width:100%; width:80%; float:left;}
  #startseite .content-13 {
	float: right;
	position: absolute;
	right: 0;
	width: 45%;
	top: 150px;
}  
}
@media only screen and (min-width: 1450px){	
.text-block {	
	width: 29.5vw;
}
}
@media screen\0 {
    .content .flex > div { padding: 1em; }
	.item {max-height:480px; overflow:hidden; height:auto;}
	#startseite .shaped {width:250px;}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content .flex > div { padding: 1em; }
	.item {max-height:480px; overflow:hidden;height:auto;}
	#startseite .shaped {width:250px;}
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
table.restboerse, .restboerse tr, .restboerse td, .restboerse th, .restboerse thead, .restboerse tbody  { border:1px solid #ccc;}
.restboerse td, .restboerse th { padding:4px; min-width:75px;}
.trennung { background:#eee;}
@media only screen and (min-width:760px) {
	.restboerse td:nth-of-type(1), .restboerse td:nth-of-type(2), .restboerse td:nth-of-type(4), .restboerse td:nth-of-type(5) {  text-align:center; }
	.restboerse td:nth-of-type(3) { text-wrap:normal;  }
}
@media only screen and (max-width:759px) {
	table.restboerse, .restboerse thead, .restboerse tbody, .restboerse th, .restboerse td, .restboerse tr { 
		display:block; 
	}
	.restboerse thead tr:not(.trennung) {
			border:0;
			clip:rect(0 0 0 0);
			height:1px;
			margin:-1px;
			overflow:hidden;
			padding:0;
			position:absolute;
			width:1px;
		
	}
	.restboerse tr:not(.trennung) td { 
		position:relative;
		padding-left:85px; 
	}
	.restboerse td:first-child {
		padding-left:80px; 
	}
	.restboerse td:nth-child(2) {
		font-weight:bold;
	}
	.restboerse tr:not(.trennung) td:before {
	position: absolute;
	left: 7px; top:2px; bottom:2px;
	width: 70px;
	white-space: nowrap;
	border-right: 1px solid #ccc; font-weight:normal; 
	}
	.restboerse tr:not(.trennung) td:nth-of-type(1):before { content:"Typ"; }
	.restboerse tr:not(.trennung) td:nth-of-type(2):before { content:"Art.-Nr."; }
	.restboerse tr:not(.trennung) td:nth-of-type(3):before { content:"Produkt"; }
	.restboerse tr:not(.trennung) td:nth-of-type(4):before { content:"Menge"; }
	.restboerse tr:not(.trennung) td:nth-of-type(5):before { content:"Preis"; }
	.trennung td { border:0; height:0px; line-height:1px;}
	.restboerse.en tr:not(.trennung) td:nth-of-type(1):before { content:"Type"; }
	.restboerse.en tr:not(.trennung) td:nth-of-type(2):before { content:"Item No."; }
	.restboerse.en tr:not(.trennung) td:nth-of-type(3):before { content:"Product"; }
	.restboerse.en tr:not(.trennung) td:nth-of-type(4):before { content:"Quantity"; }
	.restboerse.en tr:not(.trennung) td:nth-of-type(5):before { content:"Price"; }
}
/*-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------*/
.box {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin: 0 0 1em 0;
	-webkit-box-shadow: 2px 2px 4px rgba(20,17,14,0.3);
	-moz-box-shadow: 2px 2px 4px rgba(20,17,14,0.3);
	box-shadow: 2px 2px 4px rgba(20,17,14,0.3);
}
.trigger {
	margin: 0;
	line-height: 2em;
	
}
.box table { width:100%;}
.box table td, .box table th { padding:4px; border:1px solid #ccc; font-size:16px;text-align:center;}
.box thead {font-size:14px; text-align:center;}
.box tbody tr td:first-child { text-align:left;}
.box h4 { 	font-size: 12px; }
.trigger a {
	line-height:30px; text-decoration:none;
	padding: 0 0 0 30px;
	background-repeat:no-repeat;
	background-image:url(../images/toggle-hide.gif);
	background-position:5px center;
}
.trigger a:hover {
	color: #C11B01; text-decoration:underline;
}
.active a {background-image:url(../images/toggle-show.gif);}
.toggle_container {
	margin: 0;
	padding: 5px;
	overflow: hidden;
	clear: both;
}
tr.bg-dunkel-grau { 	background-color: #CCC; }
tr.bg-hell-grau { 	background-color: #F5F5F5; }
tr.bg-white { 	background-color: #FFF; }


@media only screen and (max-width:560px) {
 .box tr td:nth-of-type(2), .box tr td:nth-of-type(3), .box tr td:nth-of-type(4) { display:none; }
 .box tr th:nth-of-type(2), .box tr th:nth-of-type(3), .box tr th:nth-of-type(4) { display:none; }

}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
#totop {
	position: fixed;
	z-index: 150;
	right: 0; left:0;
	bottom: 0;
	text-decoration: none;
	opacity: 0;
	padding:8px;
 	margin: 0;
	color: rgb(255,255,255);
	text-align:center;
	background-color: rgb(228,6,19);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#totop:hover {
	color: rgb(228,6,19);
	background-color: rgb(255,255,255);
	box-shadow: 0 0 10px rgb(50,40,40);
}
#totop.show { cursor: pointer;	opacity: 1.0;}
/*---------------------------------------------------------------------------------------*/

/* --- PIO STYLE DEFINITIONEN --- */
:root {
  --pio-red: #D20000;       /* Das typische Pio-Rot (anpassbar) */
  --pio-dark: #333333;      /* Dunkles Grau für Text/Header */
  --pio-light-bg: #f4f4f4;  /* Sehr helles Grau für Zeilen */
  --pio-border: #cccccc;    /* Dezentere Rahmenfarbe */
}

/* Container für Responsive Verhalten */
.table-responsive-wrapper {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  border: 1px solid var(--pio-border);
  box-shadow: none;
}

/* Die Tabelle selbst */
.pio-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: var(--pio-dark);
  min-width: 900px;
}

/* Zellen und Header */
.pio-table th, 
.pio-table td {
  padding: 10px 12px;
  text-align: center;
  border: 1px solid var(--pio-border);
  vertical-align: middle;
}

/* Kopfzeile */
.pio-table thead th {
  background-color: var(--pio-light-bg);
  color: var(--pio-dark);
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid var(--pio-red);
  position: sticky;
  top: 0;
  z-index: 10;
}

/* --- STICKY SPALTE LINKS --- */
.pio-table .sticky-col {
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 5;
  text-align: left;
  font-weight: bold;
  border-right: 2px solid var(--pio-border);
  min-width: 160px;
}

/* Fix für die Ecke oben links (Kreuzung Header/Sticky) */
.pio-table thead th.sticky-col {
  background-color: var(--pio-light-bg);
  z-index: 15;
  border-bottom: 2px solid var(--pio-red);
}

/* Zebra-Streifen (Dezent) */
.pio-table tbody tr:nth-child(even) td {
  background-color: #fafafa;
}
/* Zebra-Streifen Korrektur für Sticky Column */
.pio-table tbody tr:nth-child(even) .sticky-col {
  background-color: #fafafa;
}

/* Hover-Effekt für Zeilen (hilft beim Lesen) */
.pio-table tbody tr:hover td {
  background-color: #f0f0f0;
}

/* BUTTONS / LINKS "Datenblatt" */
.btn-pio {
  display: inline-block;
  color: var(--pio-red);
  text-decoration: none;
  font-weight: bold;
  border: 1px solid var(--pio-red);
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.2s ease;
}

.btn-pio:hover {
  background-color: var(--pio-red);
  color: white;
}


/*---------------------------------------------------------------------------------------*/
::-moz-selection { background-color: rgb(120,120,120); color:rgb(255,255,255);}
	 ::selection { background-color: rgb(120,120,120); color:rgb(255,255,255);}
/* { background-color:rgba(0,0,0,0.05);}*/
