/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.12.2019, 10:19:35
    Author     : slomian
*/
html {
	overflow-y: scroll;
}
body {
	font-family: 'PT Sans', sans-serif;
	
}

#wrapper {
	padding: 0;
}

#header {
	padding: 20px 0 80px 0;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#216942),color-stop(1,#0b2316));
}

#hero {
	position: relative;
	padding: 0;
}

#hero-slogan {
	background-color: #fff;
	padding: 1.5em 1em;
	color: #0B2417;
	margin: 2em 0;
	position: relative;	
	overflow: hidden;
}

#hero-slogan:before,
#hero-slogan:after {
	content: '';
	box-shadow: 0 0 3px 1px #000000;	
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: -1px;
}

#hero-slogan:after {
	top: auto;
	bottom: -1px;
}

.hero-slogan  {
	margin: 0px auto;
	text-align: center;
}

.mxw960 {
	max-width: 960px;
}

.roundborders {
	border-radius: 4px;
	overflow: hidden;
}

h1,h2,h3 {
	font-family: 'Montserrat Alternates', sans-serif;
	color: #206741;
}

h4 {
	font-size: 1.2rem;
	color: #206741;
}

.hero-overlay {
	font-family: 'Montserrat Alternates', sans-serif;
	background-color: #ffffff60;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #121212;
	width: 100%;
	padding: 1em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 0 3px #00000020
}

.startseite .hero-overlay {
	font-size: 24px;
	top: 20%;
	transform: translateY(0);
}

#content > .container {
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	position: relative;
	margin-top: -40px;
	padding: 70px 20px;
	box-shadow: 0 0 3px #00000060;
}

.content a {
	color: #206741;
	transition: 500ms;
}

.content a:hover {
	color: #0B2417;
}

#kontakt .formfield {
	margin-bottom: 20px;
}

#kontakt .formfield label {
	display: block;
	margin-bottom: 0;
	font-size: 0.85em;
}

#kontakt .formfield input[type=text],
#kontakt .formfield input[type=email],
#kontakt .formfield textarea {
	width: 300px;
	border: 1px solid #ddd;
}

#kontakt .formfield input[type=text]:focus,
#kontakt .formfield textarea:focus {
	border: 1px solid #000;
}

#kontakt .formfield #submit {
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #f5f5f5;
}

.kontakt label.contact-data {
	width: 65px;
}

.icon-phone,
.icon-mail5 {
	color: #206741;
}

.email-send {
	padding: 1em;
	border: 1px solid #206741;
	border-radius: 8px;
}

.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation a {
	display: block;
	width: 100%;
	background-color: #f5f5f5;
	padding: 5px 15px;
	margin-bottom: 8px;
	text-align: right;
	color: #206741;
	transition-duration: 500ms;
	border-radius: 4px;
}

.navigation li.current a,
.navigation a:hover {
	color: #0B2417;
	background-color: #e1e1e1;
}

#footer {
	padding: 10px;
}

#footer > .container {
	background-color: #0B2416;
	padding: 15px;
	color: #fff;
}

#mobile-navi {
	display: none;
}

#mobile-navi-button {
	font-size: 24px;
	color: #206741;
	text-align: right;
	padding: 15px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 30;
}

.mobile-navi {
	position: absolute;
	width: 100%;
	background-color: #fff;
	padding: 1em;
	z-index: 20;
	transform: translateY(-100%);
	transition-duration: 500ms;
	transition-timing-function: ease-in-out;
}

.mobile-navi.active {
	transform: translateY(0%);
}


@media (max-width: 992px) {
	.roundborders {
		border-radius: 0;
	}
	
	#content > .container {
		border-radius: 0;
	}	
}

@media (max-width: 767.98px) {
	#mobile-navi {
		display: block;
	}

	.main-navigation {
		display: none;
	}
	
	.col-9.content {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	
	
}
