* {
  box-sizing: border-box;
  line-height : 1.5;
  font-family: meine-schrift;
  font-family: sans-serif;
  font-weight: lighter;
	
}
a {
	text-decoration : none;
	font-family: meine-schrift;
	font-family: sans-serif;
	font-weight: lighter;
	color: #333;
	
	cursor: pointer;
}

body, header {
	margin: auto;
	max-width: 100%;
	overflow-y: scroll;


}


body {
background-image: url(https://www.sitzfleisch.eu/images/nav/pattern-1.jpg);
background-repeat: repeat;
}
strong {
	font-weight: bold;
}
a:hover, a:active { 
-webkit-user-select: none; 
-webkit-touch-callout: none;
color: silver;
}
h1 {
	font-size: 18pt;
	font-family: meine-schrift;
	font-family: sans-serif;
	font-weight: lighter;
	
}
h2 {
	font-size: 13pt;
	font-family: meine-schrift;
	font-family: sans-serif;
	font-weight: lighter;
	
}
h3 {
	font-size: 11pt;
	font-family: meine-schrift;
	font-family: sans-serif;
	font-weight: lighter;
		
}
table {
    border-collapse: collapse;
    width: 100%;
}
th {
	line-height: 40px;
	height: 40px;
	font-weight: lighter;
	text-align: left;
}
tr {
	font-weight: lighter;
	text-align: left;
	height: 75px;
}
td {
  font-size: 13pt;
	font-weight: lighter;
	text-align: left;
	height: 90px;
}
button {
  border: none;
}















.pagecontainer {

}



.hidden {

	display: none;

}













header {

		
		width: 100%;
		
		background-color: black;
		filter: alpha(opacity=85);
		  /* IE */
		  -moz-opacity: 0.85;
		  /* Mozilla */
		  opacity: 0.85;
		  /* CSS3 */
		
		clear: both;
    height: 70px;
    overflow: visible;
    position: fixed;
    z-index: 99;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
		color: white;
}
#logo {
    float: left;
}

#logo-img {
height: 30px;
margin-top: 20px;
}
#logo-img:hover {
filter: alpha(opacity=75);
  /* IE */
  -moz-opacity: 0.75;
  /* Mozilla */
  opacity: 0.75;
}



header nav a {
		font-family: sans-serif;
		font-weight: lighter;
		line-height: 70px;
		color: white;
    font-size: 13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header nav a:hover {
		cursor: pointer;
  	color: gray;
    
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}



.container-clearfix {
	text-align: center;
	margin: auto;
	max-width: 1270px;
	padding-left: 35px;
	padding-right: 35px;

}






.desktop-nav-mid{
	float: left;
	margin-left: 25px;
	text-align: center;
}

.desktop-nav-mid-links{
		margin-left: 10px;
		margin-right: 10px;
}



.desktop-nav-right{
		float: right;
		line-height: 70px;
		border-radius: 5px;
}




.language-select-header a, .language-select-header{
		font-size: 8pt;
}


.language-select-style-de-active {
		border-radius: 5px;
		
		font-size: 13px;
		width: 120px;
		text-align: center;
		padding: 9px;
		border: 1px solid white;
		color: white;
}

.language-select-style-en-unactive {
		border-radius: 5px;
		font-size: 13px;
		width: 120px;
		text-align: center;
		padding: 9px;
		border: 1px solid gray;
		color: gray;
}

.language-select-style-en-unactive:hover {
		background-color: gray;
		color: white;
}



.language-select-style-de-unactive {
		border-radius: 5px;
		font-size: 13px;
		width: 120px;
		text-align: center;
		border: 1px solid gray;
		padding: 9px;
		color: gray;
}

.language-select-style-en-active {
		border-radius: 5px;
		font-size: 13px;
		width: 120px;
		text-align: center;
		padding: 9px;
		border: 1px solid white;
		color: white;
}

.language-select-style-de-unactive:hover {
		background-color: white;
		color: black;
}









#language-select {
		display: none;
    min-width: 150px; /* Set a default minimum width */
    margin-left: -75px; /* Divide value of min-width by 2 */
    background-color: black; /* #333 background color */
    color: white; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    right: 1.5%; /* Center the snackbar */
    top: 15%; /* 30px from the bottom */
}

#language-select a{
		cursor: pointer;
		border-bottom: 1px solid; 
		color: white
}





.nav-cart {
		min-width: 120px;
		text-align: center;
		padding: 9px;
		border: 1px solid white;
		border-radius: 5px;
		color: white;
		margin-left: 25px;
}

.nav-cart:hover {
		background-color: white;
		color: black;
}




.nav-privacy {
		font
}



.responsive-nav {
		float: right;
    display: none;
    font-size: 30px; 
    cursor:pointer;
    line-height: 65px;
}


.responsive-nav-cart {
		float: right;
    display: none;
    font-size: 30px; 
    cursor:pointer;
    line-height: 50px;
    margin-left:10px
}






.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 1);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 12%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  

}

.overlay-content a {
    line-height: 60px;
    text-align: center;
    margin: 0 auto;

}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 60px;
    top: 10px;
    right: 30px;
  }
}










#freeshipping {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    
    position: absolute;
   	top: 20%;
   	right:10%;

   
    z-index: 1;
    
     	
     		background-image: url("kostenloserversand_w.png");
    
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    
    width: 150px;
    height: 150px;
    
    text-decoration: none;

}
#freeshipping:hover {
    opacity: 0.66;
    filter: alpha(opacity=66); /* For IE8 and earlier */
        
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
   }




#freeshipping-black {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    
    position: absolute;
    	top: 20%;
    	right:10%;

    
     	
     		background-image: url("kostenloserversand.png");
    
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    
    width: 150px;
    height: 150px;
    
    text-decoration: none;

    
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#freeshipping-black:hover {
    opacity: 0.66;
    filter: alpha(opacity=66); /* For IE8 and earlier */
       
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
   }





















.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}








.start-2 {
	margin: auto;
  padding-top: 30px;
}



.content-header-container {
padding-top: 70px;
}

.content-header {

width: 100%;
margin: auto;
text-align: center;
height: 90px; 
border-bottom: 1px solid silver;
}

.content-header p{
font-size: 14pt;
line-height: 90px;
}





.content-container {
max-width: 1270px;  
margin: auto;
padding-top: 105px;
padding-left: 35px;
padding-right: 35px;
border-radius: 10px;
}


.content-text {
max-width: 600px;  
padding-bottom: 65px;
}
.content-products {
padding: 0 0 20px 25px
}







.message-container {
	margin: auto;
	max-width: 700px;
	margin-top: 155px;	
	margin-bottom: 40px; 
	display: block;
	
}


.message-container-inner {
	 text-align: center;
   display: block;
   border: 1px solid silver;	
   padding: 65px 30px 30px 30px;
}









































#produktefilter a, #kontaktfilter a, #kontaktfilter span, #produktefilter span  {
  margin-right: 20px;
  background-color: white;
  text-align: center;
}



























#impressum {
	 padding-top: 145px;
   max-width: 700px;  
}

.text-free {
	 padding-top: 145px;
   max-width: 700px;  
}













.vielebilder {
	position: relative;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */		
}
.vielebilder span {
 	position: absolute;
 	bottom: 35%;
 	text-align: center;
 	width: 100%;
 	line-height: 2em;
}
.vielebilder img {
	margin-bottom: 20px;
	border: solid 1px silver;
}
.vielebilder:hover img{
	opacity: 0.1;
	filter: alpha(opacity=33); /* For IE8 and earlier */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	  /* ...and now for the proper property */
	transition:.5s;
}
.vielebilder:hover .produktbeschreibung {
	display: block;
}
.produktbeschreibung {
	display: none;
	color: black;
}
.vielebilder a:hover {
	cursor: pointer;	
}

	
	
	
	
	
	
	
	
.vielebilder-2 {
	position: relative;
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */		
}
.vielebilder-2 span {
 	position: absolute;
 	bottom: 33%;
 	text-align: center;
 	width: 100%;
 	line-height: 2em;
}
.vielebilder-2 img {
	padding-bottom: 20px;
}
.vielebilder-2:hover img{
	opacity: 0.1;
	filter: alpha(opacity=33); /* For IE8 and earlier */
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	  /* ...and now for the proper property */
	transition:.5s;
}
.vielebilder-2:hover .produktbeschreibung-2 {
	display: block;
}
.produktbeschreibung-2 {
	display: none;
}
.vielebilder-2 a:hover {
	cursor: pointer;	
}
	
	
	
	
	
	
	
	


.horizontaletrennung {
		background-color : silver;
		height : 1px;
		width : 100%;
		text-align : center;
		clear: both;
}






.infomercial-container {
		background-color : white;
		
}	











.model-info {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
width: 100%;
padding: 10px;
border: 1px solid silver;
font-size: 10pt;
display: block;
}




.item_color {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
width: 100%;
padding: 10px;
border: 1px solid silver;
font-size: 10pt;
display: block;
}








#kontakt-link:hover, #agb-link:hover, #impressum-link:hover {
cursor: pointer;
color: #333;
border-bottom: 1px solid #000;
padding-bottom:3px;
}









.start {
	margin: auto;  
  padding-top: 105px;
}




.grid {

	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	justify-content:space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between; 
		
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	-moz-flex-wrap: wrap;
	
	max-width: 1270px;
  margin: auto;
  
  padding-left: 35px;
  padding-right: 35px;
  
  
}



/* ---- .grid-item ---- */

.grid-item {

  width: 31.3%;
 	height: auto;
 
  transition: 0.3s;
  
  margin-bottom: 35px;
  border-radius: 10px;
 
}

.grid-item img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	  border-radius: 10px;

}

.grid-item:hover {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
        
}



.grid-item-blank {
	visibility: hidden;
  width: 31.3%;
 	height: auto;
 
  transition: 0.3s;
  
  margin-bottom: 35px;
  
 
}

.grid-item-blank img {
	visibility: hidden;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);

}












.grid-item-2 {
	
	width:48.6%;
  transition: 0.3s;
  margin-bottom: 35px;
  
}


.grid-item-2 img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 10px

}


.grid-item-2-text {

	background-color: white;
  width:48.6%;
  
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
  margin-bottom: 35px;
  
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-radius: 10px

}

.grid-item-2:hover {
       
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}


/* Add some padding inside the card container */
.container {
		background-color: white;	
		
		 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		
		margin-top: 10px;

    padding-top: 1px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
   
    font-size: 10pt;
    font-family: sans-serif;
    font-weight: lighter;
    border-radius: 10px;
}

.container p{
		line-height: 12px;
}











.img-wrapper img{
	height: 50%;
	width: 100%;

}







.slideshow-container {
	position: relative;
	margin: auto;
}

.mySlides {
    display: none;
}

.mySlides img {
    position: relative;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: silver;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	color: white;
  background-color: black;
  opacity: 0.7;
}

/* Caption text */
.text {
  	color: #f2f2f2;
    position: absolute;
    bottom: 38%;
    width: 100%;
    text-align: center;
}

.text p{
  	line-height: 20px;
}
.wrapper-text {
		
  	font-size: 25pt;
  	bottom: 0;
}

.text a{
font-family: sans-serif;
font-weight: lighter;
		font-size: 11pt;
		padding: 10px;
  	color: #f2f2f2;
  	border: 1px solid #f2f2f2;
  	line-height: 20px;
    
}
.text a:hover{
  	color: silver;
  	border: 1px solid silver;
    
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}














.produkt-img-container {
	 
	 margin-bottom: 40px;

   -webkit-column-count: 2;
   -webkit-column-gap:   25px;
   -webkit-column-width: 375px;
   
   -moz-column-count:    2;
   -moz-column-gap:      25px;
   -moz-column-width: 	 375px;
   
   column-count:         2;
   column-gap:           25px;
   column-width: 				 375px;   
}
.produkt-img-container img{
	 padding-bottom: 18px;   
}






.back {
font-size: 10pt;
padding-bottom: 25px;
margin: auto;
text-align: center;
}
.back a:hover {
cursor: pointer;
color: gray;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}












#contact {
	

	margin-bottom: 40px; 
}


.container-text {
	border: 1px solid silver;
	float: left;	
	width: 49%;
	margin-bottom: 25px;
	padding: 25px;
	min-height: 700px;
	
}




.container-formular {
border: 1px solid silver;
padding: 25px;
width: 49%;
height: auto;
min-height: 700px;
float: right;
margin-bottom: 25px;
}





#contact-active {
padding: 10px;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
text-align: center;
}
#contact-active:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}









select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
width: 100%;
padding: 10px;
border: 1px solid silver;

font-size: 10pt;
background-color: white;
}
select:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;
outline: 0 none;
border: 1px solid #333;
}

select:disabled {
background-color: white;
color: silver;
}
select:focus {
outline: none;
placeholder: none;
}





input[type=text], input[type=email]  {
width: 100%;
padding: 10px;
border: 1px solid silver;
font-size: 10pt;
}
input[type=submit] {
width: 100%;
border: 1px solid silver;
font-size: 10pt;
}
input:required {
padding: 10px;
border: 1px solid silver;
font-size: 10pt;
}
input:required:focus {
width: 100%;
padding: 10px;
border: 1px solid silver;
font-size: 10pt;
}
#submit:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;
border: 1px solid #333;	
}
textarea:required {
  outline: none;
}
textarea:required:focus {
  outline: none;
}
textarea {
width: 100%;
padding: 10px;
border: 1px solid silver;
font-size: 10pt;
}
input:disabled {
background-color: white;
color: silver;
}
input:focus {
outline: none;
placeholder: none;

}
textarea {
outline: none;
resize: none
}
textarea:focus {
	
}
label {
padding-bottom: 10px;
display: block;
}
label[input=disabled]  {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}




.show-shipping-cost  {
	width: 100%;
	border: 1px solid silver;
	height: 40px;
	
}







.to-adress{
margin: auto;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
font-size: 10pt;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
}
.to-adress:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}
.to-adress:hover a{
color: #f1f2f1;
}





#checkout{
margin: auto;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
font-size: 10pt;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
}
#checkout:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}

#checkout:hover a{

color: #f1f2f1;

}










#agb-active {
font-size: 12px;
display: block;
padding: 10px;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
text-align: center;
}
#agb-active:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}




#checkout-active {
padding: 10px;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
text-align: center;
}
#checkout-active:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}











.item_add {
margin-top: 30px;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
font-size: 10pt;
background-color: white;
border: 1px solid #333;
border-radius: 5px;
outline: 0 none;
}
.item_add:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}
.item_country {
display: none;
}


.item_add_holiday {
margin-top: 30px;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
font-size: 10pt;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
color: silver;
}










.simpleCart_shelfItem {
padding-top: 0px;
}

.simpleCart_tax{
float: right;
padding-right: 15px;
font-size: 12pt;
}

.simpleCart_total_with_tax{
line-height: 24px;
float: right;
}

.simpleCart_shipping{
line-height: 25px;
padding-right: 15px;
float: right;
}

.simpleCart_grandTotal{
padding-right: 15px;
float: right;
}






.headerRow {
	
	margin: auto;
	font-size: 10pt;
	border-bottom: 1px solid silver;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 32px;


}

.headerRow .item-name {
	max-width: 250px;

	float: left;
}




.headerRow .item-total {
	float: right;
}









.itemRow {
clear: both;
padding-left: 15px;
padding-right: 15px;
}



.itemRow .item-name {

padding-top: 30px;
line-height: 24pt;
font-size: 12pt;
font-weight: bold;
clear: both;
max-width: 250px;
}

.itemRow .item-color {
max-width: 250px;
}

.itemRow .item-model {
max-width: 250px;

}

.itemRow .item-remove {
padding-top:  10px;

font-size: 8pt;
max-width: 50px;
}

.itemRow .item-color, .item-model, .item-size {
font-size: 10pt;

}


.item-quantity {
float:right;
font-size: 10pt;
padding-right: 50px;
}




.itemRow .item-total {
max-width: 100px;
font-size: 12pt;
float: right;

}








.cart-content {
	background-color: white;
	 max-width: 350px;
	 float: right;
	 display: block;
	border-radius: 10px
}






.infomercial-container {

	 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   transition: 0.3s;
	
		max-width:  700px;
		margin: auto;
		margin-bottom: 35px;
	 text-align: center;
	 padding-top: 100px;
	 padding-bottom: 100px;
	 padding-left: 35px;
	 padding-right: 35px;
   display: block;
}



#holiday-info {
		width: 100%;
		background-color: green;
		text-align: center;		
		position:fixed;
		bottom:0;
		height:70px;
		font-size: 10pt; 
		color: white;
		line-height: 70px;
		z-index: 1000; /* Add a z-index if needed */
		 
}





#warenkorb {
margin-left: 35px;
margin-right: 35px;
	background-color: white;
	 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	 transition: 0.3s;
	 padding: 25px; 
   display: block;
   border-radius: 10px
   
}
#warenkorb_leer {
margin-left: 35px;
margin-right: 35px;

	background-color: white;
	
	 box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   transition: 0.3s;
	
	 text-align: center;
	 padding-top: 115px;
	 padding-bottom: 85px;
   display: block;
   border-radius:  10px;
}

#warenkorb-adresse {
margin-left: 35px;
margin-right: 35px;

	background-color: white;
	
	 padding: 25px; 
   display: block;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   transition: 0.3s;
   border-radius: 10px
}
#warenkorb-checkout {
margin-left: 35px;
margin-right: 35px;

	background-color: white;

	 padding: 25px; 
   display: block;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   transition: 0.3s;
   border-radius: 10px
}








#cart {

	padding-top: 105px;
	padding-bottom: 40px;
	margin: auto;
	max-width: 550px;
}
#cart-adress {

	clear: both;
	margin: auto;
	padding-top: 105px;
	padding-bottom: 40px;
	max-width: 550px;
	display: none;
}
#cart-checkout {

	clear: both;
	margin: auto;
	padding-top: 105px;
	padding-bottom: 40px;
	max-width: 550px;
	display: none;
}





.to-checkout{
margin: auto;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
font-size: 10pt;
background-color: white;
border: 1px solid silver;
border-radius: 0px;
outline: 0 none;
}
.to-checkout:hover {
filter: alpha(opacity=33); /* For IE8 and earlier */
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
  /* ...and now for the proper property */
transition:.5s;
background-color: #333;
color: #f1f2f1;
cursor: pointer;	
border: 1px solid #333;
}
.to-checkout:hover a{
color: #f1f2f1;

}






#cookies {


		width: 100%;

		background-color: black;
		
		  
		text-align: center;


		position:fixed;
		bottom:0;
		height:50px;

		line-height: 90px;
		font-size: 10pt;
		display: none;
    
    color: white;
    
    line-height: 50px;
    
    z-index: 1000; /* Add a z-index if needed */
 
}



#cart-bar {
		position:fixed;
		left:0px;
		top:0px;
		height:60px;
		width:100%;

    background-color: black; 
    color: white; /* White text color */
    text-align: center; /* Centered text */
    padding: 16px; /* Padding */
   
    z-index: 1002; /* Add a z-index if needed */
 
}




#adding {
		display: none;
		width: 100%;
    margin: auto;
    background-color: #13a538; /* #333 background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    bottom: 0px; /* 30px from the bottom */
}
#shipping-info {
		display: none;
			width: 100%;
		margin: auto;
		background-color: #13a538; /* #333 background color */
		color: #fff; /* White text color */
		text-align: center; /* Centered text */
		border-radius: 2px; /* Rounded borders */
		padding: 16px; /* Padding */
		position: fixed; /* Sit on top of the screen */
		z-index: 1000; /* Add a z-index if needed */
		bottom: 0px; /* 30px from the bottom */
}
#formular-check {
		display: none;
			width: 100%;
		margin: auto;
		background-color: #13a538; /* #333 background color */
		color: #fff; /* White text color */
		text-align: center; /* Centered text */
		border-radius: 2px; /* Rounded borders */
		padding: 16px; /* Padding */
		position: fixed; /* Sit on top of the screen */
		z-index: 1000; /* Add a z-index if needed */
		bottom: 0px; /* 30px from the bottom */
}
#cart-error {
		
    width: 100%;
    margin: auto;
    background-color: #e12f2f; /* #333 background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1000; /* Add a z-index if needed */
    
    bottom: 0px; /* 30px from the bottom */
}




.news {
	max-width: 1270px;
	margin: auto;
	padding-left: 35px; 
	padding-right: 35px;
	margin-bottom: 35px;
}

.news-container {
	padding:  20px;
	text-align: center; 
	font-size: 14px;	
	min-height: 60px;
	color: black; 
	background-color: white; 
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}









.info-container {

margin-bottom: 120px;
padding-left: 35px;
padding-right: 35px;

}


.info {
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
 border-radius: 10px;

margin-top: 35px;
min-height: 190px;
font-size: 10pt;

max-width: 1200px;
margin: auto;

padding-left: 35px;
padding-right: 35px;
}

.info a:hover {
cursor: pointer;
color: silver;

-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.info-left {
padding-top: 35px;
padding-bottom: 25px;
float: left;
line-height: 75px;
width: 25%;
text-align: center;
margin: 0 auto;
}
.info-left a {
font-family: sans-serif;
font-weight: lighter;
}
.info-left-head {
font-weight: bold; 
font-size: 10pt; 
border-bottom: 1px dotted lightgrey; 
width: 50%; 
margin: 0 auto; 
text-align: center
}



.announce-container {
margin-top: 30px;
margin-bottom: 10px;
padding-left: 35px;
padding-right: 35px;

}
.announce {
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
border-radius: 10px	;

margin-top: 35px;
font-size: 14pt;
font-weight: bold;

max-width: 1200px;
margin: auto;
text-align: center;

padding-left: 35px;
padding-right: 35px;
padding-top: 15px;
padding-bottom: 15px;
}




.announce-container-contact {
margin-top: 5px;
margin-bottom: 35px;
padding-left: 35px;
padding-right: 35px;

}
.announce-contact {
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
border-radius: 10px	;

margin-top: 35px;
font-size: 14pt;
font-weight: bold;

max-width: 1200px;
margin: auto;
text-align: center;

padding-left: 35px;
padding-right: 35px;
padding-top: 15px;
padding-bottom: 15px;
}




.announce-container-cart {
margin-top: 5px;
margin-bottom: 35px;
padding-left: 35px;
padding-right: 35px;

}
.announce-cart {
background-color: white;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
border-radius: 10px	;

margin-top: 35px;
min-height: 400px;
font-size: 14pt;
font-weight: bold;

max-width: 1200px;
margin: auto;
text-align: center;

padding-left: 35px;
padding-right: 35px;
padding-top: 15px;
padding-bottom: 15px;
}










.footer-container {

height: 50px;
bottom: 0px;
clear: both;
width: 100%;
background-color: black;
filter: alpha(opacity=85);
  /* IE */
  -moz-opacity: 0.85;
  /* Mozilla */
  opacity: 0.85;
  /* CSS3 */
}


.footer {
margin: auto;
max-width: 1270px;
max-height: 50px;

padding-left: 35px;
padding-right: 35px;
height: 50px;
font-size: 8pt;
}

.footer a:hover {
cursor: pointer;
color: gray;

-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}

.footer-left {
float: left;
line-height: 50px;
color: white;
}
.footer-left a {
color: white;
}

.footer-right {
float: right;
line-height: 50px;
color: white;
}
















.card-container {
	min-height: 720px;
	padding-top: 110px;
  max-width: 1270px;
  margin: auto;
	margin-bottom: 35px;
 
}

.card {
	
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
  width: 29.2%;
	float: left;
  margin: 25px;

   
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}






.p-style-big {
	font-size: 14pt;
}
.p-style-small {
 font-size: 10pt;
}

.span-style-bold {
	font-weight: bold;
}

.span-style-underline {
	text-decoration: underline;
}


.small-text
{
	font-size: 10pt;
}







.produktseite {
	min-height: 770px;
	padding-top: 110px;
	max-width: 1270px;
	margin: auto;
	margin-bottom: 35px;
}



.card {
	
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  
  width: 29.2%;
	float: left;
  margin: 25px;

   
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}




.col-container {
    display: table;
    
}

.col {
    display: table-cell;
}




.container-produkt-bild {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;	
}

.container-produkt-text {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
}


.mySlides img {
	max-width: 100%;
}





.ausverkauft {
margin: auto;
height: 45px;
line-height: 45px;
width: 100%;
text-align: center;
font-size: 10pt;
background-color: white;
border: 1px solid silver;
color: grey;
border-radius: 0px;
outline: 0 none;
}







.dropbtn {
    cursor: pointer;
}

.dropdown {
		font-size: 13pt;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
		font-size: 10pt;
		line-height: 30pt;
    color: black;
    padding-left: 25px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content div {
		font-size: 10pt;
		line-height: 15pt;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
		border: none;
		cursor: pointer;
		color: gray;
		
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}

.dropdown-content div:hover {
		border: none;
		cursor: pointer;
		color: gray;
		
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropdown-content2 {
    display: none;
}

.dropdown:hover .dropbtn {
		border: none;
		color: gray;
		cursor: pointer;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}











.tutlink:hover {
		border: none;
		color: gray;
		cursor: pointer;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
}






.product-text-wrapper {
  float: right;	
  width: 49%;
}

.product-pic {
	float: left;	
	width: 49%;
	margin-bottom: 25px;
}

.product-text-box {
	position:relative;
  width: 100%;
  max-width: 100%;
  display:block;
  border: 1px solid silver;
  margin-bottom: 25px;
}

.product-text-box:before {
  content: "";
  display:block;
  padding-top: 100%;
}

.product-text-box .product-text {
  position: absolute;
  top: 20px;
  left: 3px;
  right: 3px;
  bottom: 3px;

}






/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}







/* Popup container */
.popup1 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup1 .popuptext1 {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
}

/* Popup arrow */
.popup1 .popuptext1::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup1 .show1 {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}










/* Popup container */
.popup2 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup2 .popuptext2 {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin-left: -90px;
}

/* Popup arrow */
.popup2 .popuptext2::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup2 .show2 {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}






/* Popup container */
.popup3 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup3 .popuptext3 {
    visibility: hidden;
    width: 200px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 8px 8px 8px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup3 .popuptext3::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup3 .show3 {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}











.overview-accordion {
  margin: auto;
  max-width: 1270px;
  margin-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  
}

button.accordion {

		border-radius: 15px;

		box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		
    background-color: white;
    color: #444;
    cursor: pointer;
    padding: 25px 35px 25px 35px;
    width: 100%;
    text-align: left;
    font-size: 10pt;
    font-weight: bold;
    
    transition: 0.4s;
    
    margin-bottom: 10px;
}

button.accordion.active, button.accordion:hover {
    background-color: #f7f8f7;
}

button.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}

div.panel {
    padding: 0 15px;
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}





.button {
  border-radius: 4px;
  background-color: #444;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '>	';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}





.button-2 {
  border-radius: 4px;
  background-color: #444;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 8px;
  width: 100px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button-2 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-2 span:after {
  content: 'X	';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-2:hover span {
  padding-right: 25px;
}

.button-2:hover span:after {
  opacity: 1;
  right: 0;
}















@font-face { 
font-family: 'meine-schrift'; 
src: url('Futura-Light.woff'); 
}









@media all and (max-width: 850px) {


		.news {
			margin-top: 0px;
			padding-top: 35px;
			
		}
		
	


		.grid-item-blank {
			display: none;
		 
		}

		.card {
		 
		   width: 80%;
			 float: none;
		   margin: auto;
		   margin-bottom: 55px; 
		}
		
		
		.grid {
		 
		   
		   margin-bottom: 35px;  
		}



		
		.grid-item {
		 
		   width: 100%;
			 float: none;
		   margin: auto;
		   margin-bottom: 35px;  
		}
		
		
	
		
		.grid-item-2 {
			
			height: auto;
			 padding-bottom: 0;
		   width: 100%;
			 float: none;
		   margin: auto;
		   margin-bottom: 10px;
		  
		  
		   
		   
		}
		
		.grid-item-2-text {
			
		   width: 100%;
			 float: none;
		   margin: auto;

		   

		}

		#contact-link{
			display: none;
	}

    
    
    #contact-link{
    		display: none;
    }
    
    
    #text-mwst{
    		display: none;
    }
    .item-price {
    			display: none;
    }
    
     
    .container-produkt-bild {
    	float: none;	
    	width: 100%;
    }
    .container-produkt-text {
    	float: none;	
    	width: 100%;
    	margin: auto;
    	padding: 25px 35px 0 35px;
    	min-height: initial;
    }
    .container-text {
    	float: none;	
    	width: 100%;
    }
    .container-formular {
    	float: none;	
    	width: 100%;
    	margin: auto;
    	min-height: initial;
    }
    .info-left {
    		width: 100%;
    		clear: both;
    		float: none;
    		margin: 0 auto;
    }
    .info-left-head {
    		width: 70%;
    }
    .info {
    		height: auto;    
    }
    #cookies {
    		line-height: inherit;
    		text-align: center;
    		height: auto;
    		padding-top: 10px;
    		padding-bottom: 10px;
    		line-height: 25px;
    		vertical-align: middle;
    }
    .desktop-nav-left {
    		display: none;
    }
    .desktop-nav-right {
    		display: none;
    }
    .desktop-nav-mid {
    		display: none;
    }
    .col { 
        display: block;
        width: 100%;
    }
    .responsive-nav {
    		display: block;
    }
    .responsive-nav-cart {
    		display: block;
    }
    
    .img-wrapper {
    	display: none;
    }
   .start {
   	
     padding-top: 75px;
   }
   .start-2 {
  
     padding-top: 75px;
   }
   
   
   #freeshipping {
       display: none;
      }
 
   #freeshipping-black {
       display: none;
      }
      
      
      
   #cart-error{
         display: none;
    }
    
   .grid {
     padding-top: 25px;
     
   }
   
   .overview-accordion {
     padding-top: 25px;
     
   }
    
}










