@font-face {
	font-family: 'Courier Prime';
	font-style: normal;
	font-weight: 300;
	src: url('/assets/fonts/CourierPrime-Regular.ttf');
  }
  @font-face {
	font-family: 'Courier Prime';
	font-style: italic;
	font-weight: 300;
	src: url('/assets/fonts/CourierPrime-Italic.ttf');
  }
  @font-face {
	font-family: 'Courier Prime';
	font-style: normal;
	font-weight: bold;
	src: url('/assets/fonts/CourierPrime-Bold.ttf');
  }
  @font-face {
	font-family: 'Courier Prime';
	font-style: italic;
	font-weight: bold;
	src: url('/assets/fonts/CourierPrime-BoldItalic.ttf');
  }
  
  .mp{
	  padding-bottom: 10em;
	  padding-top: 10em;
  }
  
  
  html, html * {
	/*box-sizing: border-box;*/
  }
  body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
  }
  header {
		  display: grid;
		  grid-template-columns: 1fr 6fr 1fr;
		  grid-template-rows: auto auto;
		  gap: 0;
		  grid-template-areas:
				  "header_home header_info header_warenkorb"
				  "header_home header_productlinks header_warenkorb"
		  ;
		  align-items: normal;
		  padding: 0 1em;
  }
  header .productCardGrid{
	  grid-column: 2/4;
	  display: grid;
	  grid-template-columns: 85% 15%;
  }
  header .info {
		  display: inline-flex;
		  /*justify-content: center;*/
		  justify-content: space-evenly;
		  align-items: center;
		  flex-wrap: wrap;
		  list-style:none;
		  margin: 0;
		  font-size: 0.75em;
		  min-height:60px;
		  padding: 0;
  }
  
  header .info li {
		  padding-left: 1.75em;
		  background-position: left center;
		  background-repeat: no-repeat;
		  background-size: auto 100%;
		  /*margin-right: 20px;
		  margin-bottom: 1em;*/
		  white-space: nowrap;
		  text-align: left;
		  line-height: 1.375em;
  }
  header .header_warenkorb {
  
		  border-left: 2px solid #000000;
  
  }
  
  #page h1.leftMiddle {
	  text-align: left;
  }
  
  
  #mobileNavBackgroundclicker{
	  display: none;
	  width: 100%;
	  position: fixed;
	  height: 100%;
	  top: 0;
	  left: 0;
	  z-index: 7;
  }
  
  
  .gridspecial1 > div{
	  margin: 3em;
  }
  
  .gridspecial1 {
	  display: grid;
	  grid-template-columns: 40% 20% 40%;
	  grid-template-rows: auto auto;
	  margin: 0 0 0 3em;
	  margin-bottom: 10em;
  }
  .gridspecial1 .h1{
	  grid-column: 1 / 3;
	  grid-row: 1;
	  margin: 0 0 0 3em;
	  padding: 0;
  }
  
  .gridspecial1 h1{
	  text-align: left !important;
	  margin: 0 !important;
	  padding: 0;
  }
  .gridspecial1 .text{
	  grid-column: 1;
	  grid-row: 2;
	  font-size: 22px;
	  margin-top: 1em;
  }
  
  .gridspecial1 .text h3{
	  font-size: 32px;
  }
  
  .gridspecial1 .video{
	  position: relative;
	  z-index: 2;
	  width: 756px;
	  grid-column: 2 / 4;
	  grid-row: 2;
	  margin-left: 9em;
	  display: flex;
	  justify-content: flex-start;
	  align-items: center;
	  max-width: calc(100% - 15em);
  }
  
  .gridspecial1 .bg{
	  grid-column: 3;
	  grid-row: 1/3;
	  background: #F6F3F3;
	  width: 100%;
	  height: 100%;
	  margin: 0;
  }
  
  .videoPlayer {
	  position: relative;
	  display: flex;
  }
  .videoPlayer .thumbnail{
	  position: absolute;
	  width: 100%;
	  top: 0;
	  left: 0;
  }
  .videoPlayer .animationBox {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 0;
	  height: 100%;
	  background-color: #000;
	  opacity: 0;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition-duration: 0.5s;
  }
  .videoPlayer .playBoxFullscreen {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  transition-duration: 0.5s;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .videoPlayer .playBoxFullscreen .playBox {
	  width: 100px;
	  height: 60px;
	  overflow: hidden;
	  text-align: center;
	  color: #fff;
	  font-style: italic;
	  text-decoration: underline;
	  font-weight: bold;
	  transition-duration: 0.5s;
  }
  .videoPlayer .playBoxFullscreen:hover .playBox {
	  height: 100px;
	  overflow: hidden;
	  text-align: center;
	  cursor: pointer;
  }
  .videoPlayer .playBoxFullscreen .playBox div{
	  width: 54px;
	  height: 54px;
	  border: solid 3px #000;
	  background: #000;
	  border-radius: 5px;
	  transition-duration: 0.5s;
	  margin-left: 20px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .videoPlayer .playBoxFullscreen:hover .playBox div{
	  border-radius: 100%;
	  border-color: #fff;
	  background: none;
	  margin-bottom: 7px;
  }
  .videoPlayer .playBoxFullscreen .playBox div img{
	  width: 85%;
  }
  
  .videoPlayer:hover .animationBox {
	  width: 100%;
	  opacity: 0.5;
  }
  
  /*
	  SEO css
	  */
  @media only screen and (max-width: 1000px) {
		  .seoBoxZweispaltig {
			  display:block!important;
		  }
		  .seoBoxZweispaltig img {
			  width:auto;
			  max-width:98%;
			  display:block;
			  margin:1em auto;
		  }
  
		  .addressBox {
			  margin: 1em auto !important;
			  box-sizing: border-box;
		  }
		  
  }
  
  @media only screen and (max-width: 640px) {
	  .addressBox {
		  margin: 1em 0!important;
		  width: 100%!important;
		  box-sizing: border-box;
	  }
  }
  
  .aboutUs {
	  max-width: 1000px;
	  margin: 0 auto;
  }
  
  .einrueck {
	  padding-left: 1em;
	  padding-right: 1em;
  }
  
  .aboutUs h2{
	  padding-left: 0.5em;
	  padding-top: 0.5em;
  }
  
  .addressBox {
	  background-color: #F6F3F3;
	  padding: 1.25em;
	  border-radius: 10px;
	  display: block;
	  margin: 10px;
	  width: 310px;
  }
  
  .picSmaller {
	  height: 230px;
  }
  
  .seoBoxZweispaltig {
	  display: flex;
	  padding-bottom: 2em;
	  justify-content: space-evenly;
  }
  
  .seoBoxZweispaltig img:first-child, .seoBoxZweispaltig div:first-child {
	  padding-right: 2em;
  }
  
  .seoBoxZweispaltig img, .seoBoxZweispaltig div {
	  align-self: center;
  }
  
  .seoBoxZweispaltig span { 
	  align-self: auto;
	  padding-right: 2em;
  }
  
  .preBox {
	  background-color: #ddd2d2;
	  font-style: italic;
	  padding: 1em;
	  border-radius: 10px;
	  margin-top: 2em;
  }
  /*
  ende SEO css
  */
  /*
  header .info {
	  display:none;
  }
  */
  
  header .header_home {
	  grid-area: header_home;
  }
  header .header_info {
	  grid-area: header_info;
  }
  header .header_productlinks {
	  grid-column: 1;
  }
  header .header_warenkorb {
		  grid-column: 2;
		  text-transform: uppercase;
  
		  display: flex;
		  align-items: center;
		  justify-content: center;
  
		  position: relative;
  }
		  header .header_warenkorb_title {
				  padding-right: 1em;
				  font-size: 20px;
		  }
		  header .header_warenkorb_image {
				  width: 26px;
		  }
		  header .header_warenkorb_menge {
				  background-color: #ffffff;
				  border: 2px solid #000000;
				  border-radius: 20px;
				  display: inline-block;
				  width: 20px;
				  height: 20px;
				  text-align: center;
				  position: absolute;
				  right: 12%;
				  top: 28%;
		  }
  
  
  #page {
		  padding:1em;
  }
  .teaser_pix {
		  display: flex;
		  flex-wrap: wrap;
		  flex-direction: row;
		  justify-content: space-around;
		  margin-bottom: 3em;
  }
  .teaser_pix .teaserbox{
	  /*margin: 1em;*/
	  text-align: center;
  }
  .teaser_pix .teaserbox p{
		  max-width: 600px;
		  font-size: 1.5em;
  }
  .teaser_pix .teaserbox p:nth-child(even) {
		  font-weight: 300;
  }
		  .teaser_pix .teaserbox p a{
				  color: black;
				  font-weight: 400;
		  }
  .teaser {
		  display:block;
		  margin-top: 1em;
		  margin-bottom: 1em;
		  position: relative;
		  flex: 0 1 600px;
  }
  .teaser img {
	  width:100%;
	  display:block;
  }
  .mobile-nav {
	  /*background:#eee;
	  padding: 1em;
	  margin-top:1em;
	  font-weight: bold;
	  font-size: 14px;
	  display: flex;*/
	  display: none;
	  justify-content: space-around;
	  align-items: center;
	  border-right: 2px solid #000;
  }
  .mobile-nav > label.hamburg {
	  text-transform: uppercase;
	  background: #DDD2D2;
	  padding: 1em;
	  font-weight: 600;
	  font-size: 1.125em;
	  line-height: 1em;
	  border-radius: 6px;
	  width: 8em;
	  box-shadow: 0 3px 6px #d6d6d6;
  }
  #hamburg:checked ~ .mobile-nav > label.hamburg {
	  box-shadow: none;
	  background: #F1EBEB;
	  color: #000;
	  text-decoration: underline;
  }
  .mobile-nav > label.hamburg > input + span {
	  display: block;
	  width: calc(100% - 20px - 1em);
	  float: left;
	  margin: auto;
	  text-align: center;
  }
  .mobile-nav > div:hover {
	  box-shadow: 0 6px 6px #eee3e3;
  }
  .mobile-nav-fixed {
	  background: #000;
	  padding: .5em 1em 0 1em;
	  margin-top: 1em;
	  font-weight: bold;
	  font-size: 14px;
	  position: fixed;
	  bottom: 0;
	  display: block;
	  width: 100%;
	  z-index: 666;
  }
  
  
  .cartlink.desk {
	  /*display:none;*/
	  padding-left: 1em;
  }
  .toggle_input {display:none;}
  .mobile-nav label.hamburg, .mobile-nav-fixed label.hamburg {
	  display: inline-block;
	  text-align: left;
	  transition: border-radius .5s;
	  cursor: pointer;
	  color: #000;
  }
  .mobile-nav-fixed label.hamburg {
  
	  color: #eee;
  }
  
  .mobile-nav label .line, .mobile-nav-fixed label .line {
	  position: absolute;
	  left: 0;
	  height: 3px;
	  width: 20px;
	  background: #000;
	  border-radius: 2px;
	  display: block;
	  transition: 0.5s;
	  transform-origin: center;
  }
  .mobile-nav-fixed label .line {
  
	  background: #eee;
	  display: inline-block;
  }
  .hamburger {
		  position: relative;
		  margin-left: 1em;
		  /*display: inline-block;*/
		  display: block;
		  width: 20px;
		  height: 20px;
		  float: right;
  }
		  .hamburger .line:nth-child(1) {
			  top: 0;
		  }
		  .hamburger .line:nth-child(2) {
			  top: 7px;
		  }
		  .hamburger .line:nth-child(3) {
			  top: 14px;
		  }
  #hamburg:checked ~ .hamburger .line:nth-child(1) {
	  transform: translateY(6px) rotate(-45deg);
  
  }
  #hamburg:checked ~ .hamburger .line:nth-child(2) {
	  opacity: 0;
  }
  #hamburg:checked ~ .mobile-nav .hamburger .line:nth-child(3) {
	  transform: translateY(-8px) rotate(45deg);
  }
  #hamburg:checked ~ .mobile-nav .hamburger .line:nth-child(1) {
	  transform: translateY(6px) rotate(-45deg);
  
  }
  #hamburg:checked ~ .mobile-nav .hamburger .line:nth-child(2) {
	  opacity: 0;
  }
  #hamburg:checked ~ .mobile-nav .hamburger .line:nth-child(3) {
	  transform: translateY(-8px) rotate(45deg);
  }
  
  
  .mobile-nav a, .mobile-nav-fixed a, .cartlink.desk {
	  color:#000;
	  text-decoration:none;
  }
  .mobile-nav-fixed a {
	  color:#eee;
	  height:40px;
  }
  .header_productlinks, .header_warenkorb {		/* ehemals "nav" */
	  /*display:none;*/
	  position:relative;
  }
  
  .feste_breite.layout_leiste_breadcrumb::after {
	  display: block;
	  content: "";
	  clear: both;
  }
  .feste_breite.layout_leiste_breadcrumb {
	  /*padding-top: 1em;*/
	  padding: 1em 1em 0 1em;
  }
  .layout_breadcrumb {
	  text-align:left;
	  font-size:.8em;
	  float: left;
  }
  .layout_leiste_breadcrumb_right {
	  display:inline-block;
	  float:right;
  }
  
				  .breadcrumb_erklaerung {
						  color: #888;
						  cursor: default;
				  }
  
				  .breadcrumbs {
						  color: #888888;
				  }
						  .breadcrumbs > span::after {
						  content: '\00BB';
						  }
						  .breadcrumbs > span:last-child::after {
								  content: '';
						  }
						  .breadcrumbs .item {
								  display: inline-block;
								  margin-left: 1em;
								  margin-right: 1em;
								  margin-top: 4px;
								  margin-bottom: 4px;
								  padding-left: 10px;
								  padding-right: 10px;
								  padding-top: 5px;
								  padding-bottom: 5px;
								  font-size: 0.85em;
								  font-weight: bold;
								  background-color: #f1f1f1;
								  border-radius: 10px;
						  }
						  .breadcrumbs span.item {
								  cursor: default;
								  color: #000000;
						  }
  
						  .breadcrumbs a:link, .breadcrumbs a:active , .breadcrumbs a:visited {
								  color: #000000;
								  text-decoration: none;
  
						  }
						  .breadcrumbs a:hover {
								  text-decoration: underline;
						  }
  .header_productlinks .newIcon span{
	  transform: skew(7deg);
  }
  
  .header_productlinks .newIcon{
	  transform: skew(-7deg);
	  background: #000;
	  position: absolute;
	  height: 30px;
	  width: 50px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  color: #fff;
	  font-weight: bold;
	  right: -20px;
	  top: -20px;
  }
  
  .header_productlinks {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  flex-direction: column-reverse;
  }
  .productlinks {
	  position: relative;
	  list-style-type: none;
	  display: inline-flex;
	  padding: 0;
	  text-align: left;
	  background-color: #ddd2d2;
	  text-transform:uppercase;
	  border-radius: 0;
	  transition: max-height 1s ease-in-out;
	  transition: opacity .5s ease-in-out;
	  z-index: 5;		/* fuers mobile Listing */
	  border-radius: 10px;
	  margin: auto;
  }
  
		  .productlinks li {
			  font-size: 1.125em;
			  padding:0;
			  line-height: 3em;
		  }
		  
		  .productlinks li.middot {
				  font-size: 2em;
				  line-height: 1.5em;
				  display: none;
				  font-style: normal;
  
		  }
  
		  .productlinks a {
			  color:#000;
			  text-decoration:none;
			  font-weight: bold;
			  font-style: normal;
			  padding: 0 1.25em;
			  line-height: 3em;
			  display: block;
			  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0), 0.25em 0 0.25em rgba(0, 0, 0, 0), 0 -0.25em 0.25em rgba(0, 0, 0, 0), -0.25em 0 0.25em rgba(0, 0, 0, 0);
			  transition: box-shadow 0s;
		  }
		  .productlinks a.selected {
			  border-radius: 10px !important;
			  background: #000;
			  color:#fff;
			  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0.25em 0 0.25em rgba(0, 0, 0, 0.1), 0 -0.25em 0.25em rgba(0, 0, 0, 0.1), -0.25em 0 0.25em rgba(0, 0, 0, 0.1);
		  }
		  .productlinks li:first-child a {
			  border-radius: 10px 0 0 10px;
		  }
		  .productlinks li:last-child a {
			  border-radius: 0 10px 10px 0;
		  }
		  .productlinks li:last-child {
			  /*padding: 0 1.25em;*/
		  }
		  .productlinks a:hover {
			  border-radius: 10px !important;
			  background: #000;
			  color:#fff;
			  box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0.25em 0 0.25em rgba(0, 0, 0, 0.1), 0 -0.25em 0.25em rgba(0, 0, 0, 0.1), -0.25em 0 0.25em rgba(0, 0, 0, 0.1);
			  transition-delay: 0.5s;
		  }
  
  #page h1 {
	  text-align:center;
  }
  
  
  /*
  footer {
		  background-color: #ddd2d2;
		  padding:3em 0 3em 0;
		  margin:2em auto;
		  color: #000000;
		  text-align:center;
		  font-size: 0.8em;
		  border-top: 3px solid #ffffff;
		  box-shadow: 0 -5px 10px #f0f0f0;
  }
		  footer > div {
			  margin-bottom: 10px;
		  }
  
		  footer a {
				  color: #000000;
				  text-decoration: none;
		  }
  */
  footer {
	  background: #DDD2D2;
  }
  footer > div {
	  padding: 5em 2em;
	  width: 100%;
	  max-width: 1070px;
	  margin: auto;
	  text-align: center;
	  display: flex;
	  flex-wrap: nowrap;
	  justify-content: space-between;
	  align-items: center;
	  box-sizing: border-box;
  }
  footer a {
	  text-decoration: none;
	  cursor: pointer;
	  color: #000;
  }
  footer ul:nth-child(even) {
	  margin: 0 1em;
  }
  footer ul, footer li {
	  padding: 0;
	  margin: 0;
	  list-style: none;
	  font-size: 1em;
	  line-height: 2em;
  }
  footer li img {
	  width: 240px;
  }
  footer #backToTop {
	  padding-top: 1.5em;
	  background: url("../img/arrow_upward_black.svg") no-repeat 50% 0%;
	  background-size: 1.5em auto;
	  cursor: pointer;
  }
  
  
  @media only screen and (min-width: 640px) {
  
	  header, #page, .layout_leiste_breadcrumb {
		  max-width: 1600px;
		  margin: 1em auto;
	  }
  /*
	  header {
			  display: grid;
			  grid-template-columns: 1fr 1fr;
			  grid-template-rows: auto auto auto;
			  gap: 0;
			  grid-template-areas:
					  "header_home header_warenkorb"
					  "header_productlinks header_productlinks"
					  "header_info header_info"
			  ;
			  align-items: normal;
	  }
  */
			  header .header_home {
					  align-self: center;
					  justify-self: center;
			  }
			  header .header_home img {
					  min-width: 190px;
			  }
  
	  /*
	  header .info {
		  display: inline-flex;
		  justify-content: center;
		  align-items: center;
		  flex-wrap: wrap;
		  list-style:none;
		  margin: 0;
		  font-size: 0.75em;
		  min-height:60px;
		  padding: 0;
	  }
	  
	  header .info li {
		  padding-left: 1.75em;
		  background-position: left center;
		  background-repeat: no-repeat;
		  background-size: auto 100%;
		  margin-right: 20px;
		  margin-bottom: 1em;
		  white-space: nowrap;
		  text-align: left;
		  line-height: 1.375em;
	  }
	  */
			  header .info li.freeship {
				  background-image: url(/assets/img/airplane.svg);
			  }
			  header .info li.fitting {
				  background-image: url(/assets/img/shield.svg);
			  }
			  header .info li.satisfaction {
				  background-image: url(/assets/img/salutation.svg);
			  }
			  header .info li.swatches {
				  background-image: url(/assets/img/samples.svg);
			  }
			  header .info li.telephone {
				  background-image: url(/assets/img/telephone.svg);
			  }
  
	  .trenner {
		  height:50px;
		  background-image:linear-gradient( #eee, white);
	  }
	  
	  .productlinks {
		  /*position:relative;*/
		  /*display: inline-flex;*/
		  /*flex-wrap: wrap;
		  flex-direction: row;
		  justify-content: space-between;
		  max-width: 800px;
		  margin: 1em auto;*/
		  /*border-radius: 10px;*/
		  /*max-height: 300px;*/
		  /*height: 0;*/
		  /*overflow: auto;*/
		  /*opacity: 1;*/
	  }
	  
	  .productlinks li {
		  /*padding:0;
		  line-height: 3em;*/
	  }
			  .productlinks li.middot {
					  display: inline;
			  }
	  
  /*	.mobile-nav  {display:none;}*/
	  .cartlink.desk {
		  display: flex;
  
	  }
  
  
  
  }
  header .header_home img {
		  min-width: 290px;
  }
  
  @media only screen and (max-width: 1099px) {
	  header {
		  grid-template-areas: "header_info header_info header_info" "header_home header_productlinks header_warenkorb";
	  }
	  header .info {
		  justify-content: space-between;
	  }
	  header .info li {
		  margin-right: 0;
	  }
  }
  
  @media only screen and (min-width: 1100px) {
		  /*
		  header {
				  display: grid;
				  grid-template-columns: 1fr 6fr 1fr;
				  grid-template-rows: auto auto;
				  gap: 0;
				  grid-template-areas:
						  "header_home header_info header_warenkorb"
						  "header_home header_productlinks header_warenkorb"
				  ;
				  align-items: normal;
		  }
		  */
				  header .header_home {
						  align-self: center;
				  }
				  /*
				  header .header_warenkorb {
  
						  border-left: 3px solid #000000;
  
				  }
				  */
  }
  /***********************************************/
  #mobilNavList {
	  display: none;
  }
  .productCardGrid > .querverlinkungen{
	display: none;
  }
  
  
  @media only screen and (max-width: 1000px) {
		  
		  header {
				  display: grid;
				  grid-template-columns: 33% 66%;
				  grid-template-rows: auto auto;
				  gap: 0;
				  grid-template-areas:
						  "header_home mobile-nav header_warenkorb"
				  ;
				  align-items: normal;
				  position: relative;
				  top: 0;
				  height: 120px;
		  }
		  header .productCardGrid{
			  display: grid;
			  grid-template-columns: 1fr 1fr !important;
		  }
		  .productCardGrid .mobile-nav .header_productlinks{
			  grid-row: 1;
			  grid-column:1 / 3;
			  display: flex;
		  }
		  .productCardGrid > .querverlinkungen{
			display: flex;
			grid-column: 1/3;
			justify-content: center;
		  }
		  header .info, header .header_productlinks {
			  display: none;
		  }
		  header .header_home {
			  /*padding: 1em 0 1em 2em;*/
			  padding: 1em 1em 1em 0;
		  }
		  header .header_home img {
			  min-width: 190px;
		  }
		  
		  header .mobile-nav {
			  display: flex;
			  padding-right: 1em;
			  grid-row: 2;
		  }
		  .cartlink.desk{
			  grid-column: 2;
			  grid-row: 2;
		  }
		  header .cartlink {
			  /*padding: 0 1em;*/
		  }
		  #mobilNavList .newLi a{
			  position: relative;
		  }
		  
		  #mobilNavList .newLi a::after{
			  content: "NEW";
			  transform: skew(-7deg);
			  background: #000;
			  position: absolute;
			  height: 25px;
			  width: 50px;
			  display: flex;
			  justify-content: center;
			  align-items: center;
			  color: #fff;
			  font-weight: bold;
			  right: -10px;
			  top: -10px;
			  font-size: 14px;
		  }
		  
		  #mobilNavList {
			  height: 0;
			  overflow: hidden;
			  position: absolute;
			  top: calc(120px + 2em);
			  z-index: 100;
			  width: 100%;
			  display: block;
			  transition: height 0.5s;
		  }
		  #mobilNavList ul, header #mobilNav + li {
			  list-style: none;
			  padding: 0;
			  margin: 0;
		  }
		  #mobilNavList ul {
			  padding: 1.875em 0;
		  }
  
		  #mobilNavList ul a {
			  display: block;
			  width: 90%;
			  max-width: 350px;
			  min-width: 270px;
			  margin: 1em auto;
			  background: #DDD2D2;
			  border-radius: 6px;
			  text-align: center;
			  text-decoration: none;
			  font-size: 1.125em;
			  text-transform: uppercase;
			  line-height: 50px;
			  color: #000;
		  }
		  #mobilNavList ul a:hover {
			  background: #000;
			  color: #fff;
			  text-decoration: underline;
		  }
		  /* slightly transparent fallback */
		  #mobilNavList ul {
			  background-color: rgba(0, 0, 0, .5);
		  }
		  /* if backdrop support: very transparent and blurred */
		  @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
			  #mobilNavList ul {
				  background-color: rgba(0, 0, 0, 0.2);
				  -webkit-backdrop-filter: blur(10px);
				  backdrop-filter: blur(2em);
			  }
		  }
	  
  }
  
  @media only screen and (max-width: 639px) {
	  
	  header {
			  grid-template-columns: 1fr;
			  grid-template-rows: auto auto;
			  grid-template-areas:
					  "header_home header_home"
					  "header_productlinks header_warenkorb"
			  ;
			  /*height: 180px;*/
			  /* height: 140px; */
			  height: 205px;
			  margin-bottom: 1em;
	  }
	  header .productCardGrid {
		grid-column: 1/3;
	  }
	  
	  .trenner {
		  height: 1em;
		  background-image: linear-gradient( #eee, white);
	  }
	  header .header_home {
		  display: block;
		  text-align: center;
		  padding: 0;
	  }
	  #mobilNavList {
		  top: calc(140px + 1em);
	  }
	  footer > div {
		  flex-direction: column;
	  }
	  footer ul:nth-child(even) {
		  margin: 1em 0;
	  }
	  .header_productlinks, .header_warenkorb {		/* ehemals "nav" */
		  /*display:block;
		  position:unset;
		  max-height: 0;
		  height: 0;
		  overflow: hidden;
		  opacity: 0;*/
	  }
	  #hamburg:checked ~ .header_productlinks {
		  /*display:block;
		  max-height: 400px;
		  height: auto;
		  opacity: 1;*/
		  /*overflow: auto;*/
	  }
	  .mobile-nav label.hamburg, .mobile-nav-fixed label.hamburg {
		  font-size: 1em;
	  }
  }
  
  