body, html {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "futura-pt", verdana, sans-serif;
  font-weight: 400;
  color: #333;
  height: 100%;
  width: 100%;
  box-sizing:border-box;
  background-color: #eaeaea;
}

h1,h2,h3,h4,h5 {
	color: #1aab93;
	letter-spacing: 1px;
}

h5{
	margin: 0;
	color: #333;
}

a {
	color: #272727;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.counter{
	position: absolute;
	margin: 0px;
	font-size: 710px;
	margin-left: 140px;
	color: #f1f1f1;
	margin-top: -190px;
	z-index: 0;
}
a:active, a:focus {outline: none}

#content{
	height: 100%; 
	margin-left: 100px;
}

img {max-width:100%;}

.clear{clear: both;}
/* ============================== COLOR ============================== */
.balken,
#navigation,
.kategorie p:before 
{background: #272727;}

#rj h1,
.beschreibung,
.info p,
#impressum span
{color: #333;}

.bilder svg 
{fill: #fff;}

#about td:first-child,
.beschreibung span,
.current
{color: #1aab93;}

#zeiger, 
.kategorie p:before
{background-color: #1aab93;}

.beschreibung a{ color: #1aab93; }

/* ============================== NAVI ============================== */	
#navigation {
	height: 100%;
	position: fixed;
	float: left;
	width: 100px;
	overflow: hidden;
	z-index: 50;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	box-shadow:  0px 2px rgba(20,20,20,0.2);
}
#navigation:hover, 
#navigation:focus,
#navigation.active {
	width: 240px;
}

#navigation:hover li span,
#navigation:focus li span,
#navigation.active li span {
	opacity: 1; 
	display: inline;
}

#navigation:hover #rj,
#navigation:focus #rj,
#navigation.active #rj{
	left: 41px;
}

#rj{
	position: relative;
	text-align: center;
	box-sizing:border-box;
	width: 50px;
	height: 100px;
	top: 0;
	left: 23px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#rj svg{
	position: relative;
	top: 27px;
	width: 45px;
}

#rj a{	text-decoration: none;}

#zeiger {
	position: absolute;
	height: 2px;
	width: 20px;
	top: 52.5%;
	left: 0px;
}
nav{
	position: absolute;
	top: 52%;
	margin-top: -10px;
	margin-left: 4px;
	-webkit-transition: margin-top 0.2s ease;
	-moz-transition: margin-top 0.2s ease;
	-o-transition: margin-top 0.2s ease;
	-ms-transition: margin-top 0.2s ease;
	transition: margin-top 0.2s ease;

}
nav ul {
	margin: 0; 
	padding: 0 0 0 38px;
}
nav li {display: block;}
nav li ul {
	margin: 0;
	margin-left:2px;  
	padding: 0;
}
nav li ul a{
	display: flex;
}

nav a {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 2;
	text-decoration: none;
}

a:hover,a:focus{
	color: #adadad;
}
nav li span {
	opacity: 0; 
	-webkit-transition: opacity 0.2s ease 0.1s;
	-moz-transition: opacity 0.2s ease 0.1s;
	-o-transition: opacity 0.2s ease 0.1s;
	-ms-transition: opacity 0.2s ease 0.1s;
	transition: opacity 0.2s ease 0.1s;
}
#navigation:hover nav li span {
	-webkit-transition: opacity 0.2s ease 0.1s;
	-moz-transition: opacity 0.2s ease 0.1s;
	-o-transition: opacity 0.2s ease 0.1s;
	-ms-transition: opacity 0.2s ease 0.1s;
	transition: opacity 1s ease 0.1s;
}	
nav li ul li span {margin-left: 8px;}

#nextLink{
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	text-align: center;
	z-index: 12;
	color: #1aab93;
	font-size: 40px;
	text-decoration: none;
	display: flex;
    justify-content: center;
    align-items: center;
}

/* ============================== INHALT ============================== */

.inhalt {
	min-height: 100vh;
	min-width: 450px;
	position: relative;
	background:none;
	margin-left: 0px !important;
	display: flex;
	justify-content: center; 
	align-items: center;
	flex-direction: column;
	-webkit-transition: margin-left 0.2s ease-in;
	-moz-transition: margin-left 0.2s ease-in;
	-o-transition: margin-left 0.2s ease-in;
	-ms-transition: margin-left 0.2s ease-in;
	transition: margin-left 0.2s ease-in;
}
.inhalt.start,
.inhalt.hover
{margin-left: 140px !important;}


.wrapper{	
	width: 450px;
	float: left;
	box-sizing:border-box;
	position: relative;
}

.beschreibung {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.43;
	margin: 0px 60px 0px 60px;
	position: relative;
	top:0;
	width: 370px;
}

.kategorie{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 900;
}
.kategorie p:before {
	content: " ";
	display: inline-block;
	width: 60px;
	height: 8px;
	margin-right: 4px;
	border: none;
}

section:after, .clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
section{
	min-height: 100%;
}
/*
section::before { 
	display: block; 
	content: " "; 
	margin-top: -120px; 
	height: 120px;
	visibility: hidden; 
	pointer-events: none;
  }
  */
/* ============================== BILDER ============================== */
.bilder {
	position: relative;
	margin-left: 480px;
	margin-right: 15px;
}
.container{
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.containerRow {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 4%;
}
.containerCol {
	position: relative;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-evenly;
	align-items: center;
}
/*
.margin1 {left: 10px;}
.margin2 {left: 20px;}
.margin3 {left: 25px;}
.margin4 {right: 10px;}
.margin5 {right: 20px;}
.margin6 {right: 25px;}
*/
.bilder .containerRow img {
	width: 100%;
/*	height: 100%;*/
    margin: 2% 2% 4% 2%;
    border-radius: 1%/1.8%;
	box-shadow: 0px 0px 14px rgba(0,0,0,0.06);
	position: relative;
	display: block;
}
.bilder .containerRow .mobile {
	width: 25%;
	border-radius: 12%/6%;
}

.bilder .containerRow .sizeS { width: 25%; border-radius: 100%;}
.bilder .containerRow .sizeM { width: 45%;}
.bilder .containerRow .sizeL { width: 65%;}
.bilder .containerRow .sizeXL { width: 90%;}

.hinten {
	z-index: 10;
	position: relative;
}
.mitte {
	z-index: 20;
	position: relative;
}
.vorn {
	z-index: 30;
	position: relative;
}

.noshadow{
	box-shadow: none !important;
}

/* fade image in after load */
.lazyload,
.lazyloading {
	opacity: 0;
}
.lazyloaded {
	opacity: 1;
	transition: opacity 1200ms;
}

/* ============================== START ============================== */

#start{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#start .beschreibung {
	width: 60%;
}
#start .beschreibung p{
	margin-top: 0px;
	font-size: 38px;
	line-height: 1.3;
}

#scroll{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: scale(0);
	transform-origin: center;
	stroke-width: 1px;
	stroke: #272727;
	animation: scroll 5s 4s ease 5;
	z-index: 20;
}

@keyframes scroll {
	0% { transform: scale(0) translateY(0); }
	15% { transform: scale(1.4) translateY(-5px);}
	35%, 39% { transform: scale(1.4) translateY(-50px);}
	45%, 100% { transform: scale(0) translateY(-50px);}
}

#confidetial {
	position: fixed;
	top: 4%;
	right: 4%;
	width: 270px;
}

#confidetial p,
#confidetial h5{
	margin: 0;
}

#confidetial span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
  }

/* ============================== ABOUT ============================== */

#about .bilder {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.42;
	position: relative;
}
#about tbody tr {
	height: 45px;
}
#about td:first-child {
	width: 120px;
}

#about,
#about .inhalt,
#about .containerRow{
	min-height: 90vh;
}

#about{border: none;}
#about a {
	text-decoration: underline;
}

#site-impressum #content{
	margin-left: 240px;
}
#impressum a {
	text-decoration: underline;
}
#impressum {
	padding: 6%;
}
#about .inhalt{background: transparent;}
.impressum {
	padding: 0 0 60px 60px;
}
 /* Pfeil */

button {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  outline:0;
}

/* ============================== SVG ============================== */
#startrj * {
	stroke-width: 8px;
	fill: #272727;
	stroke: #fff;
  }
  
  /* ANIMATION: ZEICHNEN START ENDE */
  .bigr {
	  stroke-dasharray: 1220 1220;
	  stroke-dashoffset: -1220;
	  animation: sketchR 2.5s 0.6s ease forwards;
  }
  
  .bigj {
	  stroke-dasharray: 790 790;
	  stroke-dashoffset: -790;
	  animation: sketchJ 2.5s 1s ease forwards;
  }
  
  @keyframes sketchR {
	  0% { stroke-dashoffset: -1220; }
	  50% { fill: #272727; }
	  60% { stroke-dashoffset: 0; stroke-dasharray: 1220 0;}
	  100% { stroke-dashoffset: 0; fill:#fff; stroke: transparent; }
  }
  
  @keyframes sketchJ {
	  0% { stroke-dashoffset: -790; }
	  50% { fill: #272727; }
	  60% { stroke-dashoffset: 0; }
	  100% { stroke-dashoffset: 0; fill:#fff; stroke: transparent; }
  }
  
  
/* ============================== MEDIA QUERIES ============================== */

@media all and (max-width: 1300px){
	#navigation{width: 70px;}
	#navigation:hover, 
	#navigation.active {width: 190px;}
	#rj{
		left: 10px;
		height: 70px;
	}
	#rj svg{
		top: 18px;
		width: 35px;
	}
	#zeiger{left: -5px;}
	nav ul{padding-left: 25px;}

	#content{margin-left: 70px;}
	.wrapper, .inhalt {width: 350px;}
	.bilder{margin-left: 350px;}

	.beschreibung{
		top: 70px;
		margin: 0px 40px 0px 40px;
	}
	.counter{
		font-size: 520px;
		margin-left: 120px;
		margin-top: -170px;
	}
}

@media all and (max-width: 740px){
	#triggerElement {float: left;}
	#nextLink{display: none;}

	#content{
		margin-left: 0;
	}
	#navigation,
	#navigation:hover,
	#navigation.active {
		width: 100%;
		height: 70px;
		top: 0;
		overflow: visible;
	}
	#navigation li span{
		opacity: 1;
		display: inline;
	}
	nav{
		top: 0;
		margin-left: 0;
	}
	nav ul {
    padding-left: 6%;
	}
	nav a{
		font-size: 21px;
		line-height: 3;
	}
	#rj,
	#navigation:hover #rj, 
	#navigation:focus #rj, 
	#navigation.active #rj{
		left:0;

		padding: 0 70% 0 6%;
		background-color: #272727;
	}

	#zeiger{visibility: hidden;}

	.counter{
		font-size: 480px;
		margin-left:0;
		margin-top: -220px;
	}
	
	.wrapper, .inhalt{
		width: 100%;
		min-width: 100%;
		min-height: auto;
		height: auto;
		margin-bottom: 60px;
	}
	.inhalt.start, .inhalt.hover {
		margin-left: 0px !important;
	}
	.beschreibung {
		margin: 0 4%;
		width: 88%;
	}

	.containerRow{justify-content: space-between;}
	.bilder {margin: 0 6% 100px 6%;}
	/*.bilder img{margin: 5% 0 15px 0;}*/


	.bilder .containerRow img{ margin: 2% 0 4% 0; }

	.bilder .containerRow .mobile {
		width: 46%;
	}
	.bilder .containerRow .sizeS { width: 46%;}
	.bilder .containerRow .sizeM { width: 100%;}
	.bilder .containerRow .sizeL { width: 100%;}
	.bilder .containerRow .sizeXL { width: 100%;}
	

	#start{height: auto;}
	#start h1 {font-size: 80px;}
	#start .beschreibung p {
	    font-size: 28px;
	}
	#start .beschreibung{
		width: 100%;
	}
	#confidetial {
		position: absolute;
		top: 90px;
		right: 6%;
		width: auto;
		left: 6%;
	}

	#about tbody tr {
    height: 95px;
	}

	/* Important styles */
	#toggle {
	  display: block;
	  width: 30px;
	  height: 30px;
	  position: absolute;
	  top: 18px;
	  right: 6%;
	  padding: 15px 5px 0px 5px;
	}

	#toggle span:after,
	#toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -9px;
	}
	#toggle span:after{
	  top: 9px;
	}
	#toggle span {
	  position: relative;
	  display: block;
	}

	#toggle span,
	#toggle span:after,
	#toggle span:before {
	  width: 100%;
	  height: 3px;
	  background-color: #fff;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  -ms-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  backface-visibility: hidden;
	  border-radius: 2px;
	}

	/* on activation */
	#toggle.on span {
	  background-color: transparent;
	}
	#toggle.on span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}
	#toggle.on + #menu {
      transform: translateY(0);
	}
	#toggle.on + #menu ul{
		opacity: 1;
	}
	/* menu appearance*/
	#menu {
	  position: relative;
	  color: #999;
	  width: 100%;
	  padding: 30px 0;
	  margin-top: 0px !important;
	  background-color: #272727;
	  transform: translateY(-99%);
      z-index: -1;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  -ms-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	#menu ul{
		opacity: 0;
	  -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  -ms-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}
	.impressum {
		padding: 0 0 60px 6%;
	}

}

