* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	height: 100%;
	margin: 0;
	background: #fff;
	color: #333;
	font-size: 18px;
}
a {
	text-decoration: none;
	color: #54cf55;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
/* --- Navigation --- */
nav {
	position: sticky;
	top: 0;
	background: rgba(0,0,0, 0.5);
	padding: 0.3em 1em;
	z-index: 2;
}
	nav ul {
		top: 3em;
		position: absolute;
		width: 100%;
		left: -100%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	nav ul li {
		display: block;
		text-align: right;
		padding: 0em;
		border-bottom: 1px solid #888;
	}
	nav ul li a {
		padding: 0.5em 1em;
		width: 100%;
		display: block;
	}
	nav ul.menu li a:hover {
		border-bottom: 0;
	}
	nav a#hamburger,
	nav a.close {
		padding-right: 1em;
		height: auto;
		font-size: 2em;
		text-align: right;
		position: absolute;
		right: 0;
		line-height: 1em;
		padding-bottom: 0.2em;
		z-index: 100;
		margin-top: 0.25em;
		width: 10%;
	}
	nav > .close,
	nav a#hamburger:target {
		display: none;
	}
	nav a:target ~ ul,
	nav a:target ~ .close {
		display: inline-block;
	}
	nav a:target ~ .close {
		position: absolute;
	}
	nav a:target ~ ul {
		left: 0;
	}
	nav li:hover,
	nav li:focus,
	nav li:active  {
		background: rgba(70, 70, 70, 0.9);
	}
	nav .menu {
		background: rgba(0,0,0, 0.8);
#		background: #666 url(../img/lilie.svg);
#		background-repeat: no-repeat;
#		background-position: 50% 97%;
		border-bottom: 6px solid #54cf55;
		padding: 0 2em;
	}
/* ---  --- */
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.green {
	color: #54cf55;
}
#home {
	height: 100vh;
	padding: 2em;
	color: #fff;
}
#home::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(rgba(20,20,20, 0.65), rgba(20,20,20, 0.65)), url('titelbild.jpg') no-repeat center center/cover;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
}
.btn {
	padding: 10px 35px;
	background-color: transparent;
	border: 1px solid #54cf55;
	color: #54cf55;
	transition: 0.6s ease;
	font-weight: bold;
	margin-top: 1em;
	font-size: 1.5em;
}
.btn:hover {
	cursor: pointer;
	background-color: #000;
}
#slogan {
	color: #fff;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding: 0 1em 0.5em 1em;
}
.main {
	display: flex;
	flex-direction: column;
#	position: absolute;
#	top: 18%;
#	right: 5%;
	padding: 2em 0;
	text-align: center;
#	max-width: 90vw;
	justify-content: center;
	align-items: center;
	height: 50vh;
}
.main h1 {
	margin-bottom: 0.3em;
}
.no-list-style {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.no-list-style li {
	padding: 0.3em 0;
}
img.logo {
	max-height: 50px;
}
.bold {
	font-weight: bold;
}
.right {
	float: right;
}
.left {
	float: left;
}
article {
}
article section {
	padding: 60px 0 1em 0;
	background: #666;
	color: #fff;
	min-height: 100vh;
#	scroll-snap-align: start;
}
article section:nth-of-type(2n+1) {
	background: #fff;
	color: #666;
}
div.container div {
#	flex-grow: 1;
#	flex-shrink: 1;
#	flex-basis: 430px;
#	padding: 0 2em;
	flex: 1 1 calc(570px + 1em);
	line-height: 1.5;
	margin: 1em;
}
div.container div img {
	border: 0.2em solid #ccc;
}
section h2,
section .container {
	max-width: 1280px;
	margin: 0 auto;
}
section h2 {
	padding: 0 0 0.5em 0;
	margin-bottom: 0.5em;
}
#.description {
#	text-transform: uppercase;
#	font-size: 0.8em;
#	text-align: center;
#	font-weight: 900;
#	padding: 7px 20px;
#	color: #666;
#	background-color: #fff;
#	mix-blend-mode: overlay;
#	pointer-events: none;
#	user-select: none;
#	margin: -3.5em 4em 0 4em;
#}
/*Textbox*/
#section h2 {
#	text-transform: uppercase;
#	font-size: 1.25rem;
#	font-weight: 900;
#	padding: 10px 20px;
#	color: #666;
#	background-color: #fff;
#	mix-blend-mode: screen;
#	pointer-events: none;
#	user-select: none;
#}
footer {
	font-size: 0.83em;
	line-height: 1.5;
	background: #666;
	color: rgba(255, 255, 255, 0.7);
}
footer ul,
footer ul li {
	padding: 0.4em 0;
	margin: 0;
	list-style: none;
}
footer a {
	margin: 0;
	padding: 0;
}
footer a:hover {
	border-radius: 0;
	border-bottom: 1px solid;
}
footer a.webprojekt {
	color: rgba(255, 255, 255, 0.4);
}
#article section#cube {
#	background: transparent url('cubes.jpg') no-repeat center center/cover !important;
#}

@media screen and (max-width: 960px) {
	.elem1 { order: 1;}
	.elem2 { order: 2;}
	.elem3 { order: 4;}
	.elem4 { order: 3;}
	.elem5 { order: 5;}
	.elem6 { order: 6;}
	video {
		width: 320px;
		height: 240px;
	}
}
