@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Codec Pro';
	font-style: normal;
	font-weight: normal;
	src: url('../webfonts/CodecProLight.woff2') format('woff2'); 
}

@font-face {
	font-display: swap;
	font-family: 'Codec Pro';
	font-style: normal;
	font-weight: bold;
	src: url('../webfonts/CodecProUltra.woff2') format('woff2'); 
}

html { 
	margin: 0px;
	min-height: 100%;
}
 
:focus {
	 outline:0; 
	 -moz-outline:0; 
} 

img {
	vertical-align: middle;
}

span,div {
	zoom: 1;
}			   

input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
	zoom: 1;
	color: inherit;
}
	
a img {
	border-width: 0px;
}	   

a:hover  {
	color: inherit;
}

form {
	margin: 0px;
	padding: 0px;
}
	
sup { 
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	font-size: 70%;
}

ul {
	padding-left: 1.5em;
}

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	font-family: "Codec Pro",sans-serif;
	font-size: calc(0.93125rem + 0.421875vw);
	line-height: 1.3;
	background-color: white;
	color: black;
	height: 100%;
	overflow-x: hidden;
}	 

.show-on-mobile { display: none !important; }

.smalltext { font-size: 80%; }

.bigtext { font-size: 125%; } 

.button {
	appearance: none;
	-webkit-appearance: none;
	display: inline-block;
	text-decoration: none;
	font-size: 26px;
	line-height: 1.3;
	font-family: "Codec Pro",sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background-color: black;
	color: white !important;	
	padding: 2px 20px 0px 20px;
	border: none;
	cursor: pointer;
}

.button:hover { opacity: 0.7; }

.zuruecklink {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.zuruecklink:hover { opacity: 0.7; }


/**** HEADER ****/

.header {
	position: relative;
	width: 100%;
	height: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .logo { 
	display: inline-block; 
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.header .logo:hover { opacity: 0.7; }

.header .logo img { 
	width: calc(3.45625rem + 2.484375vw);
	height: auto; 
}

.header .sprachauswahl {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(1.3125rem + 0.46875vw);
    font-weight: bold;
}

.header .sprachauswahl a { text-decoration: none; }
.header .sprachauswahl a:hover { opacity: 0.7; }


/**** MENU ****/

.menuicon {
	position: fixed;
	z-index: 1000;
	right: 0;
	top: 0;
	width: 8vw;
	height: 8vw;
	display: flex;
	justify-content: center;
	align-items: center;
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.menuicon:hover { opacity: 0.7; }

.open-menu img { width: 33px; height: 30px; margin-bottom: 4px; }

.menu {
	position: fixed;
	z-index: 999;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}

.menu .menu-body {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 8vw;
	height: calc(100% - 8vw);
}

.menu ul {
	list-style-type: none;
	display: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.menu .menu-item {
	font-size: calc(0.74375rem + 5.109375vw);
	line-height: 1.3;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 0.012em;
    transition: all 100ms ease-out;
}	

.menu .menu-item:hover { -webkit-text-fill-color: transparent; }

.menu-header {
	position: fixed;
	display: none;
	z-index: 1000;
	width: 100%;
	left: 0;
	top: 0;
}

.close-menu img { width: 28px; height: 28px; margin-bottom: 4px; }

/**** MAIN ****/

.main {
	position: relative;
	max-width: 800px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: calc(1.18125rem + 8.390625vw);
    padding-bottom: calc(1.18125rem + 8.390625vw);
}

.main h1 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
    font-size: calc(1.625rem + 2.8125vw);
	line-height: 1;
	text-transform: uppercase;
}

.main .subline {
	font-size: 20px;
	margin-bottom: 4em;
	text-transform: uppercase;
}

.main .subline .trenner {
	display: inline-block;
	font-weight: normal; 
	margin-left: 0.1em;
	margin-right: 0.1em;
}

.main .subline a { text-decoration: none; }
.main .subline a:hover { opacity: 0.7; }

.produkt {
	text-align: center;
	padding-bottom: 50px;
}

.produkt h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.produkt .image { 
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 320px; 
	height: 427px;
	margin-top: 1em;
}

.produkt .image .slide { 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: none;
}

.produkt .image .slide:first-child { display: block; }

.produkt .details { 
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 350px); 
	min-width: 300px; 
	text-align: left;
	margin-left: 20px;
	font-size: 20px;
}

.produkt .details .preis { 
	font-size: 42px; 
	font-weight: bold;
}

.produkt .details .groessen { 
	margin-top: 0.2em;
	font-size: 13px;
}

.produkt .details .button {
	margin-top: 1em;
}


/**** CHECKOUT ****/

.checkout {
	text-align: center;
}

.checkout h1 { margin-bottom: 0.8em; }

.checkout .form-fields {
	max-width: 550px;
	margin: auto;
}

.checkout form label {
	display: inline-block;
	font-size: 13px;
	margin-top: 0.5em;
	width: 100%;
	text-align: left;
}

.checkout form input[type=text], .checkout form input[type=email], .checkout form textarea, .checkout form .customSelect {
	-webkit-appearance: none;
	box-sizing: border-box;
	font-family: "Codec Pro",sans-serif;
	font-size: 14px;
	padding: 6px;
	background-color: white;
	border: 0.5px solid #B5B5B5;
	border-radius: 4px;
	width: 100%;
	text-align: left;
}

.checkout form .customSelect {
	background-image: url(../img/icon-menu-dropdown.svg);
	background-size: 9px 9px;
	background-position: center right 10px;
	background-repeat: no-repeat;
	height: 29px;
	padding-top: 5px;
	padding-right: 30px;
}

.checkout form .customSelectInner {
	width: 100% !important;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
}

.checkout form .error { border-color: red !important; background-color: #fee9e6 !important; }

.checkout form .errortext {
	font-weight: bold;
	font-size: 24px;
	color: red;
	text-transform: uppercase;
	padding-top: 1em;
	text-align: center;
}

.checkout form .strasse { width: 75% !important; }
.checkout form .nummer { width: calc(25% - 7px) !important; }
.checkout form .plz { width: 30% !important; }
.checkout form .ort { width: calc(70% - 7px) !important; }

.checkout .legal { 
	text-align: left;
	font-size: 13px;
	padding-top: 10px;
}

/**** WARENKORB ****/

.warenkorb-row {
	width: 600px;
	max-width: 100%;
	margin: auto;
	text-align: left;
	position: relative;
	margin-bottom: 5px;
}

.warenkorb-row .minus {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.warenkorb-row .plus {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
	font-size:24px;
	margin-right: 15px;
}

.warenkorb-row .minus:hover { opacity: 0.7; }
.warenkorb-row .plus:hover { opacity: 0.7; }

.warenkorb-row .anzahl {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
}

.warenkorb-row .anzahl.left { text-align: left; width: 28px; }

.warenkorb-row .titel {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	max-width: 315px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.warenkorb-row .titel.wide { max-width: 350px; }


.warenkorb-row .groesse {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	padding-bottom: 3px;
}

.warenkorb-row .preis {
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
	font-weight: bold;
	font-size: 24px;
}

.warenkorb-row.summe { margin-top: 20px; }

.warenkorb-row .small { 
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: normal;
}

.warenkorb-error {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	padding-top: 1em;
	text-align: center;
}

.textpage {
	text-align: center;
}

.textpage h1 {
	margin-bottom: 1em;
}

/**** FOOTER ****/

.footer {
	position: relative;
	background-color: black;
	color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: calc(0.4625rem + 0.65625vw);
    padding: calc(0.43125rem + 2.765625vw) 0;
}

.footer .logos {
    padding: calc(0.43125rem + 2.765625vw) 0 calc(0.55625rem + 3.703125vw) 0;
	display: flex;
}	

.footer .sociallink {
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-size: calc(0.65rem + 4.40625vw);
    width: 40.8%;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .logolink {
    width: 18.4%;
    text-align: center;
}

.footer .logolink img {
    width: calc(3.11875rem + 4.640625vw);
    max-width: 100%;
}

.footer a { transition: all 100ms ease-out; text-decoration: none; }
.footer a:hover { opacity: 0.7; }

.footer .footermenu a { font-weight: 700; }

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin: auto;
}

.footer ul li:not(:last-child):after {
    content: "|";
    padding: 0 12px;
    display: inline-block;
}

.footer .legalmenu { padding: 20px 0; }

/**** BIG SCREENS ****/

@media only screen and (min-width: 1920px) {	
	body { font-size: 1.4375rem; }
	.header .logo img { width: 6.4375rem; }
	.header .sprachauswahl { font-size: 1.875rem; }
	.menu .menu-item { font-size: 6.875rem; }
	.main { padding-top: 11.25rem; padding-bottom: 11.25rem; }
	.main h1 { font-size: 5rem; }
	.footer { padding: 3.75rem 0; }
	.footer .logos { padding: 3.75rem 0 5rem 0; }
}

/**** SMALL SCREENS ****/

@media only screen and (max-width: 1500px) {	
	.header { height: 130px; }
	.header .sprachauswahl { width: 130px; }
	.menuicon { height: 130px; width: 130px; }
	.menu .menu-body { margin-top: 130px; height: calc(100% - 130px); }
}

@media only screen and (max-width: 900px) {	
	.header { height: 100px; }
	.header .sprachauswahl { width: 100px; }
	.menuicon { height: 100px; width: 100px; }
	.menu .menu-body { margin-top: 100px; height: calc(100% - 100px); }
}

@media only screen and (max-width: 700px) {
	.header .sprachauswahl { font-size: 24px; }
	.main { padding-left: 10px; padding-right: 10px; }
	.footer { font-size: 14px; }
}	

@media only screen and (max-width: 500px) {
	.footer .sociallink { font-size: calc(0.49375rem + 3.234375vw); }
}