@charset "utf-8";

@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/public-sans-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/public-sans-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../webfonts/oswald-v49-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/oswald-v49-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../webfonts/oswald-v49-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/oswald-v49-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../webfonts/oswald-v49-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../webfonts/oswald-v49-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
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;
}

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

body {	 
	position: relative;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-family: "Public Sans",sans-serif;
}	 

.smalltext { font-size: 70%; line-height: 75%; }

/*--------- ANCHORS -----------*/
.anchor {
	position: absolute;
	left: 0px;
}

#anchor1 { top: 950px; }
#anchor2 { top: 1150px; }
#anchor3 { top: 1350px; }
#anchor4 { top: 1550px; }
#anchor5 { top: 1750px; }
#anchor6 { top: 1950px; }
#anchor7 { top: 2150px; }
#anchor8 { top: 3100px; }
#anchor9 { top: 4800px; }

/*--------- PRELOADER -----------*/
.preloader {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	margin: auto;
	width: 100vw;
	height: 100vh;
	background: white;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.preloader .inner {
	text-align: center;
	letter-spacing: 2px;
	font-size: 13px;
}


/*--------- BASICS -----------*/
.chapter {
	opacity: 0;
}

.fixed-container {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: margin 1s ease-in-out;
}

.fixed-container.offscreen-up {
	margin-top: -100%;
}

.fixed-container.offscreen-down {
	margin-top: 100%;
}

.title {
	width: 90%;
	display: none;
}

.weiterpfeil {
	position: fixed; 
	right: 7.5%;
	bottom: 6%;
}

.shop-button {
	display: none;
}
	
.shop-button a {
	position: fixed;
	top: 14%;
	left: 5%;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.4);
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	transform: rotate(-5deg) scale(100%);
	font-size: 60px;
	line-height: 50px;	
	font-family: "Oswald",sans-serif;
	font-weight: 700;
	letter-spacing: -3px;
	text-align: center;
	transition: transform 0.3s ease-in-out, left 0.3s ease-in-out;
}

.shop-button a:hover {
	transform: rotate(-5deg) scale(110%);
}

.shop-button.big a{
	transform: rotate(-5deg) scale(150%);
	left: 10%;
}

.shop-button.big a:hover {
	transform: rotate(-5deg) scale(165%);
}


/*--------- AQUANAUT -----------*/
.aquanaut-container {
	opacity: 0;
	height: 100%;
}

.aquanaut {
	position: absolute;
	height: 92%;
	display: none;
	transition: margin 0.6s ease-in-out;
}

#aquanaut-frame-1 { display: block; }

.colors .aquanaut {
	display: block;
}

.aquanaut img {
	transition: height 0.4s ease-in-out;
}

.aquanaut.small img {
	height: 80%;
	width: auto;
}

.aquanaut.main.repositioned { margin-left: 20%; }
#aquanaut-gold.repositioned { margin-left: 60%; }
#aquanaut-white.repositioned { margin-left: -20%; }
#aquanaut-blue.repositioned { margin-left: -60%; }

/*--------- BUBBLES -----------*/
.bg-orange {
	width: 100%;
	height: 100%;
}

.bubbles-frame {
	height: 120%;
	display: none;
}

.bubbles-frame img {
	filter: contrast(1.2) brightness(1.5);
}

/*--------- STORY -----------*/
.story {
	background-color: rgba(255,255,255,0.5);
}

.story-bg .bg-orange {
	opacity: 0.8;
	background-color: white;
}

.story-container {
	position: absolute;
	left: 0px;
	bottom: 40%;
	width: 100%;
	text-align: center;
}

.story-line {
	box-sizing: border-box;
	color: black;
	width: 100%;
	text-align: center;
	font-family: "Oswald",sans-serif;
	font-size: 40px;
	line-height: 44px;
	padding: 8px 30px 8px 30px;
}

#story-line-0 { opacity: 0.1; }
#story-line-1 { opacity: 0.25; }
#story-line-2 { opacity: 0.4; }
#story-line-3 { opacity: 0.55; }
#story-line-4 { opacity: 0.7; }
#story-line-5 { opacity: 0.85; }
#story-line-6 { opacity: 1; }

.dive-in {
	position: fixed;
	right: 7%;
	bottom: 6%;
	z-index: 997;
	display: none;
	text-align: center;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 13px;
}

.dive-in .arrow {
	margin-top: 5px;
}

#scrollpos {
	position: fixed;
	z-index: 9999;
	left: 20px;
	top: 10px;
	font-family: sans-serif;
	color: black;
}

#debug {
	position: fixed;
	z-index: 9999;
	left: 20px;
	top: 30px;
	font-family: sans-serif;
	color: black;
}

/*--------- COLORS TEXT -----------*/

.colors {
	background-color: white;
}	

.colors-text-container {
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: 10%;
	width:100%;
	text-align: center;
	font-family: "Oswald",sans-serif;
	font-size: 30px;
	line-height: 36px;
	padding: 8px 30px 8px 30px;
	background-color: white;
}

.colors-text-container p {
	max-width: 1200px;
	margin: auto;
}

.colors-next {
	display: inline-block; 
	font-size: 22px;
	margin-top: 8px;
	text-decoration: none;
}

/*--------- GALLERY -----------*/

.gallery {
	position: absolute;
	left: 0px;
	top: 4800px;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.gallery-container {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
}

.gallery-element {
	display: inline-block;
	width: 33.333%;
}

/*--------- SETTING -----------*/
.setting-container {
	position: relative;
	overflow: hidden;
	height: 100vh;
	max-height: calc(90vw - 10px);
	line-height: 0;
}

.setting-container .inner {
	height: 100%;
	position: relative;
}

.setting-container .bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}

.setting-container .couch {
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width: 120vh;
}

.setting-container .table {
	position: absolute;
	left: 0px;
	bottom: 0px;
	max-width: 130vh;
}

/*------------ FOOTER --------------*/
.footer {
	position: relative;
	background-color: #202020;
	height: 300px;
}
	
/*------------ MENU --------------*/
.menuicons {
	position: fixed;
	right: 30px; top: 24px;
	z-index: 999;
}

#menu-hide { display: none; }

.menu-container {
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100%;
	display: none;
}

.menu {
	position: fixed;
	z-index: 998;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,1);
}
	
.menu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	font-size: 70px;
	line-height: 80px;
	text-transform: uppercase;
}

.menu a {
	text-decoration: none;
}

.sprachauswahl {
	position: fixed;
	z-index: 999;
	right: 78px; top: 32px;
	font-size: 12px;
	line-height: 12px;
}	

.sprachauswahl a { 
	text-decoration: none;
	color: rgba(0,0,0,0.2);
}

.sprachauswahl a:hover, .sprachauswahl a.sel { 
	color: black;
}


/*------------ TEXTPAGE --------------*/

.textpage {
	padding: 80px 20px 100px 20px;
	max-width: 900px;
	margin: auto;
	font-size: 22px;
	line-height: 32px;
}

.textpage h1 {
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 44px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}	

.textpage h2 {	
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
}	

.textpage .floatimg-right {
	display: inline-block;
	float: right;
	width: 48.2%;
	margin-top: 12px;
	margin-bottom: 30px;
	line-height: 0;
}

.textpage .floatimg-left {
	display: inline-block;
	float: left;
	width: 48.2%;
	margin-top: 12px;
	margin-bottom: 30px;
	line-height: 0;
}

.textpage p {
	clear: both;
}

/*------------ SHOP --------------*/

.shoppage {
	padding: 80px 20px 100px 20px;
	max-width: 1000px;
	margin: auto;
	font-size: 22px;
	line-height: 32px;
}

.shop-entry {
	position: relative;
	min-height: 360px;
	padding-left: 390px;
	margin-top: 70px;
	margin-bottom: 90px;
}

.shop-image {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 360px;
	height: 360px;
	margin-top: 5px;
	font-size: 0;
	line-height: 0;
}

.shop-image .slide {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}

.shop-image .slide-0 {
	display: block;
}

.shop-image .slider-dots {
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 8px;
	width: 100%;
}

.shop-image .slider-dots .slider-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	cursor: pointer;
	margin: 3px;
	border: 1.5px solid white;
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.shop-image .slider-dots .slider-dot.sel {
	background-color: white;
}

.shop-image .slide-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.1);
	opacity: 0;
	transition: opacity 0.2s;
	cursor: pointer;
}

.shop-image .slide-right:hover { opacity: 1; }

.shop-image .slide-right img {
	transform: rotate(-90deg);
	filter: invert(1);
}

.shop-image .slide-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.1);
	opacity: 0;
	transition: opacity 0.2s;
	cursor: pointer;
}

.shop-image .slide-left:hover { opacity: 1; }

.shop-image .slide-left img {
	transform: rotate(90deg);
	filter: invert(1);
}

.shop-entry h2 {
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.shop-entry p {
	margin-top: 0px;
}

.shop-entry .preis {
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 37px;
	margin-top: 0px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.shop-entry .button {
	background-color: black;
	border-radius: 4px;
	border-style: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Oswald",sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	max-width: none;
	min-width: 10px;
	outline: none;
	overflow: hidden;
	padding: 7px 40px 9px;
	position: relative;
	text-align: center;
	text-transform: none;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	text-decoration: none;
}

@media only screen and (max-width: 900px) {
	.shop-entry { padding-left: 300px; }
	.shop-image { width: 270px; height: 270px; }	
}

@media only screen and (max-width: 640px) {
	.shop-entry { padding-left: 230px; }
	.shop-image { width: 200px; height: 200px; }
	.shop-button a { top: 2%; width: 120px; height: 120px; font-size: 44px; line-height: 38px; }
	.story-line { font-size: 28px; line-height: 30px; }
	.colors-text-container { font-size: 20px; line-height: 23px; }
	.gallery { padding-top: 200px; }
	.gallery-element { width: 50%; }
	.setting-container { padding-bottom: 250px; background-color: black; }
	#anchor9 { top: 5000px; }
	.menu ul { font-size: 45px; line-height: 50px; }
	.menu img { width: 30px; height: 30px; }
	
}

@media only screen and (max-width: 530px) {
	.shop-entry { padding-left: 0px; }
	.shop-image { position: relative; width: 290px; height: 290px; }
	.shop-entry h2 { margin-top: 25px; }
}