

body {
	margin: 0;
	padding: 0;
	font-family: 'Josefin Sans', sans-serif;;
	font-size: 20px;
	line-height: 1.5em;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background: rgba(30,30,30,1);
	color: rgba(200,200,200,1);
	position: relative;
	font-weight: lighter;
	overflow-x: hidden;
}
h1 {
	font-size: 2.5em;
	font-weight: lighter;
	text-align: center;
	margin-top: 60px;
}
h2 {
	font-size: 1.75em;
	font-weight: lighter;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-weight: lighter;
	text-align: center;
}
@media (max-width: 500px) {
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.3em;
	}
	h3 {
		font-size: 1.1em;
	}
}
.h3 {
	margin-top: -20px;
}
.clear {
	clear: both;
	opacity: 0;
	margin: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
#logo-start {
	display: block;
	position: absolute;
	top: 3%;
	left: 3%;
	width: 200px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}
@media (max-width: 500px) {
	#logo-start {
		display: block;
		position: absolute;
		top: 0;
		left: 3%;
		width: 100px;
		height: 150px;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;

	}
}
form {
	display: block;
	width: 41%;
	padding: 2%;
}
form > label {
	display: block;
	padding-left: 20px;
	width: calc(50% - 20px);
	float: left;
}
.text-feeld {
	display: block;
	padding-left: 20px;
	width: calc(100% - 20px);
	float: left;
}
.text-feeld > textarea {
	width: 100%;
}
form > label > input {
	float: right;
	margin-right: 30px;
}
input[type="submit"] {
	display: block;
	width: 150px;
	margin: 100px auto;
	transition: 0.3s ease;
	transition-property: background, color;
	background: white;
	color: inherit;
	border: solid 2px rgba(166,121,66,1);
	cursor: pointer;
}
input[type="submit"]:hover {
	background: rgba(166,121,66,0.6);
	color: white;
}
.bearbeiten {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 20%;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	background: rgba(50,50,50,1);
	color: white;
}
.trenner {
	display: block;
	width: 80%;
	margin: 60px 10% 100px 10%;
	padding-top: 8%;
	background-image: url("../images/icons/trenner.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}
.trenner::after {
	display: block;
	content: '';
	width: 100%;
	clear: both;
}
/* Intro */
#intro {
	background: black;
	font-family: 'Montserrat Alternates', sans-serif;
	color: white;
	position: relative;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#intro > h1 {
	position: absolute;
	display: block;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: 5%;
	text-align: center;
}
#intro > a {
	position: absolute;
	right: 10%;
	bottom: 5%;
	display: block;
}
.cube-wrap {
  margin-top: 100px; 
  -webkit-perspective: 800px;
  -webkit-perspective-origin: 50% 100px;
  perspective: 800px;
  perspective-origin: 50% 100px;
}

.cube {
  position: relative;
  width: 200px;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotateX(22deg) rotateY(-45deg) ;
}

.cube div {
  position: absolute;
  width: 200px;
  height: 200px;
  box-shadow: inset 0 0 30px rgba(125,125,125,0.8);
  text-align: center;
  line-height: 200px;
  font-size: 1.5em;
}

.hinten {
	transform: translateZ(-100px) rotateY(180deg);
}
.rechts {
	transform: rotateY(-270deg) translateX(100px);
	transform-origin: top right;
}
.links {
	transform: rotateY(270deg) translateX(-100px);
	transform-origin: center left;
}
.oben {
	transform: rotateX(90deg) translateY(-100px);
	transform-origin: top center;
}
.unten {
	transform: rotateX(-90deg) translateY(100px);
	transform-origin: bottom center;
}
.vorne {
	transform: translateZ(100px);
}

/* Auswahl Rubrik */
.auswahl-container {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-flow: column;
}
.auswahl {
	flex-grow: 1;
	transition: flex 0.6s ease;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-blend-mode: luminosity;
	overflow: hidden;
}
.auswahl-verlauf {
	width: 100%;
	background-image: linear-gradient(90deg, black, transparent);
}
.auswahl-content-container {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 10%;
	position: relative;
}
.auswahl-titel {
	font-size: 3em;
	font-weight: lighter;
	color: white;
	display: flex;
	align-items: center;
	width: 30%;
	float: left;
	padding: 30px 0;
}
.auswahl-content {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 60%;
	height: 80%;
}
.auswahl-bilder {
	position: absolute;
	top: 0;
	left: 14%;
	width: 25%;
}
.auswahl-bild {
	width: 100%;
	padding-bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 5px;
	transition: padding 0.6s ease;
	transition-delay: 0.5s;
}
.auswahl-text {
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 40%;
	height: calc(100% - 60px);
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
	font-weight: lighter;
	transform: translateX(1000px);
	transition: transform 0.5s ease;
	transition-delay: 0.2s;
}
.auswahl-text > p {
	margin-bottom: 20%;
}
.auswahl-text > a {
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 150px;
	padding: 10px 0;
	background: rgba(166,121,66,1);
	color: white;
	text-align: center;
	transition: background 0.3s ease;
}
.auswahl-text > a:hover {
	background: rgba(50,50,50,1) !important;
}
.auswahl:nth-of-type(2) > .auswahl-verlauf > .auswahl-content-container > .auswahl-content > .auswahl-text > a {
	background: rgba(35,91,85,1);
}
.auswahl:nth-of-type(3) > .auswahl-verlauf > .auswahl-content-container > .auswahl-content > .auswahl-text > a {
	background: rgba(58,95,119,1);
}
.auswahl:hover {
	flex-grow: 6;
}
.auswahl:hover > .auswahl-verlauf > .auswahl-content-container > .auswahl-content > .auswahl-text {
	transform: translateX(0)
}
.auswahl:hover > .auswahl-verlauf > .auswahl-content-container > .auswahl-content > .auswahl-bilder > .auswahl-bild {
	padding-bottom: 56.333%;
}

/* CONTENT */
.wrapper {
	width: 1000px;
	padding: 60px 0;
	margin: 0 auto;
}
.img  {
	width: 38%;
	padding-bottom: 30%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.wrapper > p {
	width: 60%;
}
.right {
	float: right;
}
.left {
	float: left;
}


/* FOOTER */
footer {
	width: 100%;
	height: 400px;
	background: rgba(50,50,50,1);
	border-top: solid 2px rgba(166,121,66,1);
}
#logo-footer {
	display: block;
	width: 200px;
	height: 300px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10%;
	padding-top: 100px;
	float: right;
}
.footer-trenner {
	width: 1px;
	height: 250px;
	margin: 75px 60px 0 60px;
	border-left: solid 1px white;
	float: right;
}
.footer-kontakt {
	width: 350px;
	height: 200px;
	margin: 75px 0 0 0;
	float: right;
	text-align: right;
	padding: 40px 0 0 0;
	color: white;
	font-size: 1em;
	font-weight: lighter;
}
.footer-kontakt > span:nth-of-type(1) {
	font-size: 1.5em;
	padding-bottom: 10px;
	display: block;
}
.footer-kontakt > a:nth-of-type(1) {
	margin-top: 20px;
	display: block;
}
.footer-kontakt > a:nth-of-type(2) {
	display: block;
}

@media (max-width: 500px) {
	#logo-footer {
		float: none;
		margin: 0 auto;
	}
	.footer-trenner {
		display: none
	}
	.footer-kontakt {
		margin: 0 auto;
		float: none;
		color: rgba(60,60,60,1);
	}
}

































































