/* ropa-sans-regular - latin */
@font-face {
	font-family: 'Ropa Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/ropa-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Ropa Sans Regular'), local('RopaSans-Regular'),
		url('../fonts/ropa-sans-v9-latin-regular.eot?#iefix')
			format('embedded-opentype'),
		/* IE6-IE8 */ url('../fonts/ropa-sans-v9-latin-regular.woff2')
			format('woff2'),
		/* Super Modern Browsers */
			url('../fonts/ropa-sans-v9-latin-regular.woff') format('woff'),
		/* Modern Browsers */ url('../fonts/ropa-sans-v9-latin-regular.ttf')
			format('truetype'),
		/* Safari, Android, iOS */
			url('../fonts/ropa-sans-v9-latin-regular.svg#RopaSans')
			format('svg'); /* Legacy iOS */
}
/* ropa-sans-italic - latin */
@font-face {
	font-family: 'Ropa Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/ropa-sans-v9-latin-italic.eot'); /* IE9 Compat Modes */
	src: local('Ropa Sans Italic'), local('RopaSans-Italic'),
		url('../fonts/ropa-sans-v9-latin-italic.eot?#iefix')
			format('embedded-opentype'),
		/* IE6-IE8 */ url('../fonts/ropa-sans-v9-latin-italic.woff2')
			format('woff2'),
		/* Super Modern Browsers */
			url('../fonts/ropa-sans-v9-latin-italic.woff') format('woff'),
		/* Modern Browsers */ url('../fonts/ropa-sans-v9-latin-italic.ttf')
			format('truetype'),
		/* Safari, Android, iOS */
			url('../fonts/ropa-sans-v9-latin-italic.svg#RopaSans') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	box-sizing: border-box;
	resize: none;
	font-family: 'Ropa Sans', arial, sans-serif;
}
html,
body {
	width: 100%;
	min-height: 100%;
	height: auto;
	font-size: 16px;
}
body {
	padding-top: 150px;
}
address {
	font-style: normal;
}
script {
	display: none;
}
.error {
	display: block;
	margin-bottom: 15px;
	padding: 10px 15px;
	width: 100%;
	background-color: #b00000;
	color: #fff;
	text-align: center;
}
.success {
	display: block;
	margin-bottom: 15px;
	padding: 10px 15px;
	width: 100%;
	background-color: #118b00;
	color: #fff;
	text-align: center;
}
a {
	cursor: pointer;
	text-decoration: underline;
}
ul {
	display: block;
	padding-left: 25px;
	list-style: disc;
}
li {
	display: list-item;
	padding: 5px 0;
}
h1 {
	display: block;
	font-size: 28px;
	font-weight: bold;
}
h2 {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
h3 {
	display: block;
	font-size: 20px;
	font-weight: bold;
}
strong,
b {
	font-weight: bold;
}
u {
	text-decoration: underline;
}
i {
	font-style: italic;
}
p {
	display: block;
	margin: 4px 0;
	width: 100%;
}
form {
	display: block;
}
form label {
	display: block;
	margin-bottom: 10px;
	min-height: 30px;
	line-height: 30px;
}
form label:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
form label input,
form label textarea {
	float: right;
	padding: 0 5px;
	width: 60%;
	min-height: 28px;
	border: 1px solid #ddd;
}
form label textarea {
	height: 150px;
}
form input[type='submit'] {
	float: right;
	padding: 5px 10px;
	background-color: #8fc641;
	border: 1px solid #ddd;
	cursor: pointer;
}

header {
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header #logo {
	display: inline-block;
	padding: 10px 25px;
	width: auto;
	height: 100%;
}
header #logo a {
	display: block;
	height: 100%;
}
header #logo a img {
	height: 100%;
}
header nav {
	position: absolute;
	right: 0;
	top: 60px;
	padding: 0 75px 0 25px;
	background-color: #5f2c00;
	border-radius: 10px 0 0 10px;
}
header nav a {
	display: inline-block;
	padding: 20px 15px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}
header nav a.active {
	background-color: rgba(255, 255, 255, 0.1);
}
header nav a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

.nav_desktop {
	display: block;
}

.nav_mobil {
	display: none;
}

#slider {
	display: block;
	margin: auto;
	max-width: 1920px;
	width: 100%;
	height: auto;
}
#slider img {
	max-width: 100%;
}
#wrapper {
	display: block;
	padding: 25px;
	width: 100%;
}
#wrapper:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
#wrapper #aktuelles {
	float: left;
	padding: 20px;
	width: 400px;
	min-height: 300px;
	background-color: #ddd;
	border: 3px solid #8fc641;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}
#wrapper #aktuelles img {
	max-width: 100%;
	max-height: calc(100% - 50px);
}
#wrapper #anschrift {
	float: right;
	padding: 20px;
	width: 400px;
	height: 300px;
	background-color: #ddd;
	border: 3px solid #8fc641;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
}
#wrapper #anschrift #baum {
	max-width: 125px;
}
#wrapper #content {
	float: left;
	padding: 0 50px;
	width: calc(100% - 800px);
}
.clear-1200 {
	display: none;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

@media all and (max-width: 1400px) {
	#wrapper #anschrift,
	#wrapper #aktuelles {
		width: 30%;
		height: auto;
	}
	#wrapper #content {
		width: 40%;
	}
}
@media all and (max-width: 1200px) {
	.nav_desktop {
		display: none;
	}

	.nav_mobil {
		display: block;
		position: absolute;
		right: 0;
		top: 60px;
		padding: 0 25px 0 25px;
		background-color: #5f2c00;
		border-radius: 10px 0 0 10px;
		padding: 10px 15px;
		color: #fff;
		font-size: 20px;
		text-decoration: none;
		cursor: pointer;
	}

	header nav {
		top: 100px;
	}

	header nav a {
		display: block;
	}

	#wrapper #anschrift {
		width: 100%;
		margin-top: 20px;
	}

	#wrapper #content {
		width: 60%;
		float: right;
	}

	#wrapper #aktuelles {
		width: 40%;
		float: left;
	}

	.clear-1200 {
		display: block;
	}
}
@media all and (max-width: 1000px) {
}
@media all and (max-width: 800px) {
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}
}
@media all and (max-width: 600px) {
	#wrapper #anschrift {
		width: 100%;
		margin-top: 20px;
	}

	#wrapper #content {
		width: 100%;
		padding: 10px;
	}

	#wrapper #aktuelles {
		width: 70%;
		margin: 0 15%;
		float: left;
	}
	#slider {
		overflow: hidden;
	}
	#slider img {
		max-width: 200%;
		margin-left: -50%;
	}
}
@media all and (max-width: 480px) {
	header #logo a img {
		max-width: calc(100% - 100px);
		height: 100%;
	}
}
