@charset "utf-8";

@font-face {
  font-display: swap;
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: normal;
  src: url('../webfonts/roboto-mono-v31-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/roboto-condensed-v31-latin-700.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../webfonts/roboto-condensed-v31-latin-700italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../webfonts/roboto-condensed-v31-latin-900.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 900;
  src: url('../webfonts/roboto-condensed-v31-latin-900italic.woff2') format('woff2'); 
}

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

img {
	vertical-align: baseline;
}

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;
}

img {
	display: block;
}

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;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Roboto Mono", sans-serif;
	font-size: 15px;
	line-height: 1.2;
	background-color: #def807;
	color: black;
	height: 100%;
	overflow-x: hidden;
}	 

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

.smalltext { font-size: 80%; }

.bigtext { font-size: 125%; } 


/**** HEADER ****/

.header {
	position: relative;
	text-align: center;
	padding-top: 1.5vw;
	padding-bottom: 4vw;
}

.header .titel {
	display: inline-block;
	text-decoration: none;
}	

.header .titel h1 {
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-weight: 400;
	font-size: 2.85vw;
	transform:scale(1,2.25);
	line-height: 1.2;
	color: #f82307;
	margin: 0;
}

.header .titel .small {
	font-family: "Roboto Condensed", sans-serif;
	color: #07a6f8;
	font-size: 1.6vw;
	line-height: 1.4;
	font-weight: 700;
	/* font-style: italic; */
	text-transform: uppercase;
}

.geschirrtuch {
	z-index: -1;
	position: absolute;
	right: 0;
	top: 0;
	width: 17vw;
}

/**** LAUFBAND ****/

.laufband {
	position: absolute;
	z-index: -2;
	background-color: white;
	width: 100%;
	height: 64px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 4vw;
}

.laufband .inner {
	position: relative;
	white-space: nowrap;
}

.laufband .entry {
	display: inline-block;
	vertical-align: middle;
	padding-left: 35px;
	padding-right: 35px;
}

/**** MAIN ****/

.main {
	position: relative;
	max-width: 1800px;
	margin: auto;
}

/**** STARTSEITE ****/

.startseite .img-referenzen {
	position: absolute;
	left: 12.2vw;
	top: -1.5vw;
	width: 24vw;
}

.startseite .img-shop {
	position: absolute;
	left: 25vw;
	top: 19.5vw;
	width: 19vw;
	transform: rotate(14deg);
}

.startseite .img-about {
	position: absolute;
	left: 4vw;
	top: 29.5vw;
	width: 14vw;
	transform: rotate(7deg);
}

.startseite .video {
	position: absolute;
	top: 22.7vw;
	right: 0vw;
	width: 48vw;
}

.startseite .kontaktpfeil {
	position: absolute;
	top: 8vw;
	left: 43vw;
	width: 8vw;
}

.startseite .text-video {
	position: absolute;
	top: 20.5vw;
	right: 0.5vw;
	font-family: "Roboto Condensed", sans-serif;
	font-style: italic;
	font-weight: 900;
	font-size: 2.4vw;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: black;
}

.startseite .logo {
	position: absolute;
	left: 8.5vw;
	top: 26.5vw;
	width: 18vw;
	transform: rotate(35deg);
}

.startseite .logo img { width: 100%; }

.startseite .menu-referenzen {
	position: absolute;
	text-decoration: none;
	left: 15.5vw;
	top: 14vw;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 2.4vw;
	transform:scale(1,1.2);
	color: #07a6f8;	
}

.startseite .menu-shop {
	position: absolute;
	text-decoration: none;
	left: 24.5vw;
	top: 36vw;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 7vw;
	color: #07f5f8;	
}

.startseite .menu-about {
	position: absolute;
	text-decoration: none;
	left: 5.5vw;
	top: 35vw;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-size: 2.5vw;
	font-style: italic;
	letter-spacing: 0.02em;
	color: #07a6f8;	
}

.startseite .menu-kontakt {
	position: absolute;
	text-decoration: none;
	left: 52vw;
	top: 12.5vw;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 2.3vw;
	color: #f82307;	
}

.startseite .menu-referenzen:hover { color: black; }
.startseite .menu-shop:hover { color: white; }
.startseite .menu-about:hover { color: #f82307; }
.startseite .menu-kontakt:hover { color: black; }


.warenkorb-button {
	display: inline-block;
	text-decoration: none;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 32px;
	color: #07a6f8;
}

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

.produkt h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.02em;
	margin-bottom: 0.5em;
}

.produkt .spacer { 
	display: inline-block;
	vertical-align: top;
	width: 310px; 
	margin-right: 20px;
}

.produkt .image { 
	display: inline-block;
	vertical-align: top;
	width: 320px; 
}

.produkt .details { 
	display: inline-block;
	vertical-align: top;
	width: 310px; 
	margin-left: 20px;
	text-align: left;
	font-size: 20px;
}

.produkt .details .preis { 
	font-size: 40px; 
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.02em;
}

.produkt .buy-button {
	display: inline-block;
	text-decoration: none;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 60px;
	color: #07a6f8;	
}

.produkt .buy-button:hover { color: black; }

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

.checkout h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 0.02em;
	margin-bottom: 0.5em;
}

.checkout .checkout-button {
	display: inline-block;
	text-decoration: none;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 60px;
	color: #07a6f8;	
}

.checkout .zurueck-button {
	display: inline-block;
	text-decoration: none;
	font-family: "cc-pixel-arcade-cartridge", sans-serif;
	font-size: 32px;
	color: #f82307;	
	margin-top: 20px;
}

.checkout .checkout-button:hover { color: black; }
.checkout .zurueck-button:hover { color: black; }

.warenkorb-row {
	width: 500px;
	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-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #07a6f8;
}

.warenkorb-row .plus {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-size: 24px;
	color: #07a6f8;
	margin-right: 10px;
}

.warenkorb-row .anzahl {
	display: inline-block;
	vertical-align: middle;
	width: 33px;
	text-align: center;
	text-decoration: none;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-size: 24px;
}

.warenkorb-row .titel {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-family: "Roboto Condensed", sans-serif;
	max-width: 220px;
	font-weight: 900;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

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

.warenkorb-row .preis {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 900;
	font-size: 24px;
}

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

/**** FOOTER ****/

.footer {
	position: relative;
}

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

@media only screen and (min-width: 1800px) {	
	.header { padding-top: calc(1.5 * 18px); padding-bottom: calc(4 * 18px); }
	.header .titel h1 { font-size: calc(2.85 * 18px); }
	.header .titel .small {	font-size: calc(1.6 * 18px); }
	.geschirrtuch { width: calc(17 * 18px); }
	.laufband {	margin-top: calc(4 * 18px); }
	.startseite .img-referenzen { left: calc(12.2 * 18px); top: calc(-1.5 * 18px); width: calc(24 * 18px); }
	.startseite .img-shop { left: calc(25 * 18px); top: calc(19.5 * 18px); width: calc(19 * 18px); }
	.startseite .img-about { left: calc(4 * 18px); top: calc(29.5 * 18px); width: calc(14 * 18px); }
	.startseite .video { top: calc(18.7 * 18px); width: calc(48 * 18px); }
	.startseite .kontaktpfeil { top: calc(6 * 18px); left: calc(42 * 18px); width: calc(8 * 18px); }
	.startseite .text-video { top: calc(16.5 * 18px); right: calc(0.5 * 18px); font-size: calc(2.4 * 18px); }
	.startseite .logo { left: calc(8.5 * 18px); top: calc(26.5 * 18px); width: calc(18 * 18px); }
	.startseite .menu-referenzen { left: calc(15.5 * 18px); top: calc(14 * 18px);	font-size: calc(2.4 * 18px); }
	.startseite .menu-shop { left: calc(24.5 * 18px); top: calc(36 * 18px); font-size: calc(7 * 18px); }
	.startseite .menu-about { left: calc(5.5 * 18px); top: calc(35 * 18px); font-size: calc(2.5 * 18px); }
	.startseite .menu-kontakt {	left: calc(51 * 18px); top: calc(10 * 18px); font-size: calc(2.3 * 18px); }
}


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

@media only screen and (max-width: 1000px) {
	.header { padding-top: 15px; padding-bottom: 40px; }
	.startseite .header { padding-bottom: 130px; }
	.header .titel .small { font-size: 15px; margin-bottom: 16px; line-height: 1; }
	.header .titel h1 {	font-size: 36px; }
	.header .titel h1 .zusatz {	display: block; font-size: 18px; margin-top: -5px; }
	.laufband { margin-top: 45px; }
	.geschirrtuch { display: none; }
	.startseite .img-referenzen { left: 24.4vw; top: -3vw; width: 48vw; }
	.startseite .img-shop { left: 50vw; top: 39vw; width: 38vw; }
	.startseite .img-about { left: 8vw; top: 59vw; width: 28vw; }
	.startseite .logo { left: 17vw; top: 53vw; width: 36vw; }
	.startseite .menu-referenzen { left: 31vw; top: 28vw;	font-size: 4.8vw; }
	.startseite .menu-shop { left: 49vw; top: 72vw; font-size: 14vw; }
	.startseite .menu-about { left: 11vw; top: 70vw; font-size: 5vw; }
	.startseite .kontaktpfeil { top: 95vw; left: 24vw; width: 16vw; }
	.startseite .menu-kontakt {	left: 42vw; top: 103vw; font-size: 4.6vw; }
	.startseite .video { top: 120vw; right: 0; width: 90vw; }
	.startseite .text-video { top: 116vw; right: 1.5vw; font-size: 4.5vw; }
	.produkt .spacer { display: none; }
}
