body,div,ul,li,input {
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	color: #535d69;
	padding:0;
	margin:0;
	font-weight:200;
	
}
b,strong {
	font-weight:600;
}
ul,li {
	padding:0;
	margin:0;
	list-style: none;
}
h1,h2,h3 {
	margin:0;
	padding:0;
	font-weight: normal;
}
p {
	margin:0;
	padding:0;
	display:inline;
	line-height: 125%;
}
a,
a:link,
a:hover,
a:visited {
	color:inherit;
	font-size:inherit;
	text-decoration: none;
}
.stage {
	width:100vw;
/* 	height:56.4vw; */
	position: relative;
}
.stage.home {
	height:56.4vw;
}
.stage.prodpage {
	padding-bottom:20px;
}
.stage.cats .header,
.stage.home .header {
/* 	display:none; */
}
.logo {
	width:45vw;
	height:2.88vw;
	position:absolute;
	top:2.36vw;
	right:1.4vw;
	background-image:url(images/logo.png);
	background-size:45vw 2.88vw;
	background-repeat: no-repeat;
	z-index:50;
}
.prodpage .footer.logo {
	top:auto;
	bottom:10px;
}
.stage.galerie .logo {
	width:15vw;
	height:0.96vw;
	background-size:15vw 0.96vw;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
}
.galerie {
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
	z-index:10;
	overflow:hidden;
}
.galerie .bilder {
	position: absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
.galerie .bilder .bild {
	position: absolute;
	width:100vw;
	height:56.4vw;
}
.galerie .bilder .bild img {
	width:100%;
	height:100%;
	position: absolute;
	object-fit:cover;
	z-index:1;
}
.galerie .bilder .bild .dimmer {
	position: absolute;
	height:28.4vw;
	top:28vw;
	left:0px;
	width:100vw;
	z-index:2;
}
.overlay {
	position:absolute;
	width:100vw;
	height:28vw;
	top:28vw;
	z-index:20;
}
.overlay h1 {
	font-size:15vw;
	position: absolute;
	left:3vw;
	line-height:75%;
	color:#fff;
	text-transform: uppercase;
}
ul.menu {
	position: absolute;
}
.menuhome {
	position: absolute;
	top:8.3vw;
	left:37.5vw;
}
.menuhome li {
	color:#fff;
	font-size:2.1vw;
	margin-bottom:1.4vw;
	text-transform: uppercase;
}
.adressehome {
	position: absolute;
	width: 18vw;
	right: 3vw;
	top:14vw;
}
.adressehome .text {
	color:#fff;
	font-size:1.2vw;
}
.adressehome .menuunten {
	margin-top:8px;
	padding-top:5px;
	border-top:1px solid #fff;;
}
.adressehome .menuunten li {
	color:#fff;
	font-size:1.2vw;
}
/* Kategorien */
.cats {
	display:flex;
	flex-wrap: wrap;
}
.cats .cat {
	min-width:25vw;
	max-width:25vw;
	min-height:25vw;
	max-height:25vw;
	position: relative;
}
.cats .cat .bild {
	height:25vw;
}
.cats .cat .bild a {
	display:block;
	width:25vw;
	height:25vw;
}
.cats .cat img {
	width:25vw;
	height:25vw;
	object-fit:cover;
}

.cats .cat .colorarea {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.cats .cat .titel {
	text-transform: uppercase;
	font-size:2vw;
	position: absolute;
	left:3vw;
	bottom:3vw;
	color:#fff;
}
/* Produktseite */
.prodpage>img {
	position: absolute;
	width:100vw;
	height:auto;
}
.header {
	position:absolute;
	display:flex;
	top:0px;
	left:0px;
	width:97vw;
	padding-top:3vw;
	padding-left:3vw;
	padding-bottom:2.5vw;
	z-index: 100;
}
.header .hamburger {
	width:5vw;
	height:2.5vw;
	background-image: url(images/hamburger.png);
	background-repeat: no-repeat;
	background-size: 5vw 2.5vw;
	cursor:pointer;
}
.header .titel {
	margin-top:-0.5vw;
	font-size:3vw;
	text-transform: uppercase;
	margin-left:3vw;
}
.prod_spalten {
	position: absolute;
	top:10vw;
	left:0;
	width:100vw;
	display:flex;
	justify-content: space-between;
}
.prod_spalten>div {
	width:30vw;
	height:25vw;
	background-color:#fff;
}
.prod_spalten .galerie_statisch {
	position: relative;
	width:100%;
	height:100%;
	cursor:pointer;
}
.prod_spalten .galerie_statisch li {
	position:absolute;
	width:inherit;
	height:inherit;
	display:none;
}
.prod_spalten .galerie_statisch li.aktiv {
	display:block;
}
.prod_spalten .galerie_statisch li img {
	width:inherit;
	height:inherit;
	object-fit:cover;
}
.prod_spalten .nav {
	position: relative;
}
.prodpage .header .logo {
	position: absolute;
	right:3vw;
	top:3vw;
	width:200px;
	background-size:200px;
}
.prodpage .footer {
	width:200px;
	position: absolute;
	top:62vw;
	right:3vw;
	background-size:200px;
}
.prod_spalten .spalte.text {
	padding:30px;
	width:calc(30vw - 60px);
	height:calc(25vw - 60px);
}
.prod_spalten .spalte.text h1 {
	font-size:30px;
	text-transform: uppercase;
}
.prod_spalten .spalte.text .text {
	padding-top:20px;
}
.prod_spalten .spalte.text .text.linieoben {
	margin-top:20px;
	border-top:1px solid #535d69;
}
.spalte.transactions {
	color:#fff;
	font-size:18px;
	text-transform: uppercase;
	position: relative;
}
ul.zeilen,
ul.zeilen li,
ul.zeilen li>div {
	color:inherit;
	font-size:inherit;
	text-transform:inherit;
}
ul.zeilen {
	top:3vw;
	left:3vw;
	position: absolute;
}
.button {
	cursor:pointer;
}
ul.zeilen li {
	margin-bottom:25px;
}
ul.zeilen li>div {
	display:inline-block;
}
.spalte.transactions input {
	border:0px;
	font-size:inherit;
	width:30px;
	margin-left:15px;
	padding:0 5px;
}
.spalte.transactions .preis {
	background-color: #fff;
	color:#535d69;
	margin-left:15px;
	padding:0 5px;
}
.prod_nav_below {
	position: absolute;
	top: 36vw;
	left:0px;
	width:100%;
}
.prod_nav_below .cat_prods {
	text-align:center;
	width:100%;
	padding-top:20px;
}
.prod_nav_below .cat_prods li {
	display:inline-block;
	margin:0 5px;
	width: 12vw;
	height:10vw;
	cursor:pointer;
}
.prod_nav_below .cat_prods li.aktiv {
	border-bottom:5px solid #fff;
}
.prod_nav_below .cat_prods img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.prod_nav_below .colors {
	text-align:center;
	padding-top:20px;
}
.prod_nav_below .colors li.farbe {
	display:inline-block;
	vertical-align:top;
	width:24px;
	height:24px;
	margin:0 7px;
	cursor:pointer;
	border:3px solid transparent;
}
.prod_nav_below .colors li.farbe.aktiv {
	border-color:#fff;
	width:30px;
	height:30px;
	margin:0 4px;
	margin-top:-3px;
}
/* Checkout */
.stage.checkout .header {
	background-color:rgb(152, 158, 165);
	color:#fff;
}
.dimmer_layer {
	background-color:#000;
	opacity: 0.7;
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10000;
	display:none;
}
.layer,.layer_general {
	position:fixed;
    display:none;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	height:80vh;
	width:80vh;	
	background-color: #fff;
	z-index: 10100;
	padding:40px 40px 20px 40px;
}
.layer_general {
	width:90vw;
	height:90vh;
}
iframe {
	border:0px;
	height:100%;
	width:100%;
}
.layer_general .layercontent {
	width:calc(100% - 20px);
	height:calc(100% - 50px);
	padding:10px;
}
.layer .echte_galerie {
	position: relative;
	height:calc(100% - 20px);
	top:20px;
}
.layer .echte_galerie li {
	width:100%;
	height:100%;
	position: absolute;
}
.layer .echte_galerie li img {
	object-fit:contain;
	width:100%;
	height:100%;
}
.close {
	background-image: url(images/minus.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	height:40px;
	width:40px;
	position: absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}
.back {
	background-image: url(images/pfeil_links.png);
	background-size: 20px 40px;
	background-repeat: no-repeat;
	height:40px;
	width:20px;
	position:absolute;
	left:10px;
	bottom:60px;
	cursor:pointer;
}
.forw {
	background-image: url(images/pfeil_rechts.png);
	background-size: 20px 40px;
	background-repeat: no-repeat;
	height:40px;
	width:20px;
	position:absolute;
	right:10px;
	bottom:60px;
	cursor:pointer;
}
/* CHECKOUT */
.stage.checkout .header {
	position: relative;
}
.stage.checkout {
	background-color: rgb(152, 158, 165);
}
.content.spalten {
	display:flex;
	justify-content:space-between;
	background-color:#000;
}
.content.spalten .spalte.links {
	width:66%;
	background-color: rgb(152, 158, 165);
}
.content.spalten .spalte.rechts {
	width:32%;
	background-color: rgb(83, 93, 105);
	color:#fff;
}
.checkout .cart,
.checkout .adresse {
	padding:40px;
	background-color:#fff;
}
.checkout .cart .tabelle {
	display:table;
	width:100%;
}
.checkout .cart .tabelle .zeile {
	display:table-row;
}
.checkout .cart .tabelle .zeile.items:nth-child(even) {
	background: #CCC;
}
.checkout .cart .tabelle .zeile>div {
	display:table-cell;
	padding:4px 6px;
	border-left:1px solid;
	height:32px;
}
.checkout .cart .tabelle .zeile>div:first-child {
	border-left:0px;
}
.checkout .cart .tabelle .zeile.grandtotal>div {
	background-color:#000;
	color:#fff;
	border-color:#000;
}
.checkout .cart .tabelle .zeile input {
	width:35px;
	padding:2px 5px;
	text-align:center;
	border:1px solid #ccc;
}
.checkout .cart .tabelle .zeile .s1 {
	
}
.checkout .cart .tabelle .zeile .s2 {
}
.checkout .cart .tabelle .zeile .s3 {
	text-align:right;	
	width: 120px;
}
.checkout .cart .tabelle .zeile .s4 {
	width:10px;
}
.checkout .cart .tabelle .zeile .s5 {
	text-align:right;
	width: 120px;
	
}
.checkout .cart .tabelle .zeile.linie1 .all {
	border-bottom:1px solid #000;
	padding-top:10px;
	height:11px;
}
.checkout .cart .tabelle .zeile.linie2 .all {
	padding-top:10px;
	height:10px;
}
.checkout .cart .tabelle .zeile .s6 {
	background-color: #fff;
}
.checkout .cart .tabelle .zeile .s6.delete {
	background-image:url(images/trash.png);
	background-repeat: no-repeat;
	background-size:15px 19px;
	background-position:4px 6px;
	cursor:pointer;
}
.checkout .adresse {
	margin-top:10px;
}
.checkout h1 {
	font-size:20px;
}
.checkout .abstand.grau {
	height:15px;
	background-color: rgb(152, 158, 165);
}
.checkout .adressfelder {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;

}
.checkout .adressfelder,
.checkout .delivery_options {
	margin-bottom:20px;
}
.checkout .adressfelder input,
.checkout .adressfelder select {
	display: inline-block;
/* 	margin-right:10px; */
	padding:2px 5px;
	margin-top:10px;
	font-size:18px;
	color:#535d69;
	font-family:'Roboto',sans-serif;
	background-color:#fff;
	font-weight:200;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:1px solid #ccc;
}
.checkout .adressfelder .firstname {
	width:calc(40% - 10px);
}
.checkout .adressfelder .name {
	width:calc(60% - 2px);
/* 	margin-right:0; */
}
.checkout .adressfelder .strasse {
	width:calc(60% - 10px);
}
.checkout .adressfelder .nummer {
	width:calc(40% - 2px);
	margin-right:0;
}
.checkout .adressfelder .zip {
	width:calc(20% - 10px);
}
.checkout .adressfelder .place {
	width:calc(25% - 10px);
}
.checkout .adressfelder .country {
	width:calc(55% - 2px);
/* 	margin-right:0; */
	
}
.checkout .adressfelder .email {
	width:calc(100% - 2px);
	margin-right:0;
}
.checkout .options {
	display:flex;
	justify-content: space-between;
}
.checkout .options>div {
	width: 50%;
}
input[type="radio"],
.ckbxTxt {
	display:inline-block;
	width:calc(100% - 40px);
	vertical-align: top;
}
input[type="radio"] {
        -webkit-appearance: none;
        background-color: #fff;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
        border-left:1px solid #ccc;
        width: 24px;
        height: 24px;
/*      box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); */
        padding: 0px;
        border-radius: 1px;
        display: inline-block;
        position: relative;
        vertical-align:middle;
        margin-right:10px;
        margin-top:0px;
        margin-bottom:0px;
}
input[type="radio"]:active, input[type="checkbox"]:checked:active {
        -webkit-box-shadow: inset 0px 0px 0px 5px #ccc;
        -moz-box-shadow: inset 0px 0px 0px 5px #ccc;
        box-shadow: inset 0px 0px 0px 5px #ccc;
}
input[type="radio"]:checked {
        background-color: rgb(152, 158, 165);;
        border-top:1px solid #ccc;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
        border-left:1px solid #ccc;
        -webkit-box-shadow: inset 0px 0px 0px 5px #fff;
        -moz-box-shadow: inset 0px 0px 0px 5px #fff;
        box-shadow: inset 0px 0px 0px 5px #fff;
}
.checkout ul.options {
	display:block;
}
.checkout ul.options li {
	margin-top:8px;
}
.checkout .submit {
	display:inline-block;
	background-color: #999;
	color:#ccc;
	padding:2px 5px;
	cursor:default;
	margin-top:20px;
}
.checkout .submit.aktiv {
	background-color: #000;
	color:#fff;
	cursor:pointer;
}
.spalte.rechts .content {
	padding:40px;
	color:#fff;
}
.spalte.rechts .text {
	color: inherit;
}
.spalte.rechts h1 {
	color:inherit;
	font-size:18px;
	padding:2px 0px;
	margin-bottom:10px;
}
.spalte.rechts .link {
	margin-bottom:20px;
}
.spalte.rechts a:link,
.spalte.rechts a:visited {
	color:#fff;
}
.spalte.rechts a:hover {
	text-decoration: underline;
}
.menu_pane {
	background-color:rgb(83, 93, 105);
	min-height: calc(100% - 8.4vw);
	position:absolute;
	top:8.4vw;
	left:-33vw;
	width:33vw;
	z-index:1000;
	color:#fff;
	box-sizing: border-box;
	padding:35px;
}
.menu_pane .main_menu {
	color:inherit;
}
.menu_pane .main_menu li {
	font-size:3vw;
	color:inherit;
	text-transform: uppercase;
	line-height: 140%;
}
.menu_pane .main_menu li.linie {
	border-bottom:1px solid #fff;
	margin-bottom:20px;
}
.menu_pane .main_menu li.klein {
	font-size:18px;
}
.main_menu li.abstand {
	min-height:15px;
}
.editorial.spalten {
	display:flex;
	padding:0px;
	padding-top:150px;
	padding-left:11vw;
	padding-right:11vw;
justify-content:space-between;
}
.editorial.spalten .spalte.halb {
	width:48%;
}
.editorial h1 {
	margin-bottom:20px;
}
.editorial .bild {
	width:100%;
	height:25vw;
	margin-bottom:10px;
}
.editorial .bild img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.mobile_unten {
	display:none;
}
.popup {
	position: absolute;
	width:80vw;
	top:50px;
	min-height:100px;
	left:calc(10vw - 20px);	
	padding:20px 20px 40px 20px;
	border:1px solid #999;
	background-color: #fff;
	z-index:1000;
}
.popup .titel {
	font-weight: bold;
	margin-bottom:10px;
}
.popup .text {
	
}
.popup .buttonclose {
	position: absolute;
	background-color:#e69077;
	cursor:pointer;
	bottom:10px;
	left: calc(50% - 60px);
	width:100px;
	text-align:center;
	padding:5px 10px 8px 10px;
	color:#fff;
}