/* Main styles */
body {
	font-family: 'Naturkinder Open Sans', sans-serif;
	background-color: #fff;
	color: black;
	font-size: 17px;
	font-weight: 400;

	background-image: url(../images/bg.webp);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: local;
	line-height: 1.7em;
	
	text-shadow: 0px 0px 1px #f3f3f3;
}


@media screen and (max-width: 576px) {
	body {
		background-image: url(../images/bg-mobile.webp);
	}

}

@media screen and (min-width: 1921px) {
	body {
		background-size: cover;
	}

}

a {
	color: black;
	text-decoration: underline;
	text-shadow: 0px 0px 3px #f3f3f3;
}

a:hover {
	color: #3a7a4c;
	text-decoration: none;
}

div {
	box-sizing: border-box;
}

h1 {
	font-size: 27px;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 23px;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-size: 21px;
	margin: 0px 0px 0px 0px;
}

strong,b,h1,h2,h3 {
	font-weight: 500;
}

ul {
	margin: 0px 0px;
	padding: 0px 0px;
}


@media screen and (min-width: 576px) {

	.logo-mobile,.nav-mobile-wrapper {
		display: none;
	}

}

.logo-mobile {
	width: 100%;
	margin: 0px auto 10px 40px;
	padding: 5px 0px 0px 0px;
	width: calc(100% - 40px);
	height: auto;
}

.logo {
	width: 600px;
	height: 200px;
	margin: 0px auto 160px auto;
}

.nav-mobile-wrapper {
	position: fixed;
	top: 17px;
	left: 8px;
}

.nav-mobile {
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	display: inline-block;
}

.nav-mobile-content {
	margin: 10px 0px 0px 8px;
	padding: 6px 8px 6px 8px;
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.8);
	border-radius: 20px;
}

#kontakt-email {
	display: none;
}

.caption-style {
	font-family: 'Open Sans', sans-serif !important;
	color: #3a7a4c !important;
	font-weight: 500 !important;
	font-size: 21px !important;
	text-shadow: none !important;
  }

/* Navigation */
.nav-wrapper {
	width: 80%;
	max-width: 800px;
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: space-between;
}

.nav {
	padding: 4px 10px 4px 10px;
	font-size: 19px;
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

.nav:hover {
	transition-timing-function: ease;
	transition: background-color 0.5s, box-shadow 0.5s;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.7);
}

.nav-section-seperator {
	height: 80px;
}


@media screen and (max-width: 576px) {

	.nav-section-seperator {
		height: 100px;
	}

}

.nav-wrapper-outter {
	width: 100%;
}

@media screen and (max-width: 576px) {

	.logo,.nav-wrapper-outter {
		height: 0px;
		display: none;
	}

}

/* Sections */
.section {
	width: 80%;
	max-width: 900px;
	margin: 0px auto;
}

.section-title {
	display: inline-block;
	padding: 2px 20px 2px 20px;
	color: #3a7a4c;
	margin: 0px 0px 16px 40px;
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

@media screen and (max-width: 576px) {

	.section-title {
		margin: 0px 0px 16px 10px;
	}

}

.section-content {
	padding: 20px 20px 20px 20px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

/*.nav:hover {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 12px 10px rgba(255, 255, 255, 0.8);
}*/


/* Footer */
.footer-wrapper {
	width: 80%;
	max-width: 900px;
	margin: 0px auto;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	font-size: 15px;
	padding: 20px 20px 20px 20px;
	text-align: center;
}

.footer-nav {
	max-width: 420px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	font-size: 15px;
}

@media screen and (max-width: 576px) {

	.footer-nav {
		align-items: center;
		flex-wrap: wrap;
	}

}

.footer-notice {
	margin: 0px auto;
	text-align: center;
}

.open {
	color: #3a7a4c;
	cursor: pointer;
}

.closed {
	color: black;
	cursor: pointer;
}

.blume120 {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0px 5px 0px 0px;
	position: relative;
	top: -5px;
	background-image: url(../images/blume120.png);
}

.blume220 {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0px 5px 0px 0px;
	position: relative;
	top: -5px;
	background-image: url(../images/blume220.png);
}

.konzept-inhalt {
	clear: both;
	display: none;
	padding: 5px 0px 5px 0px
}

.einblicke_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.einblicke {
	width: 282px;
	height: 188px;
	outline: 1px solid rgb(255, 255, 255, 0.5);
	position: relative;
}

.einblicke-filler {
	width: 282px;
	height: 188px;
	position: relative;
}

.einblicke:hover {
	z-index: 1000;
	transition-timing-function: ease-in-out;
	transition: outline 0.5s, scale 0.5s;
	outline: 1px solid rgb(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.3);
	scale: 1.07;
}

.einblicke-rotate {
	
	transition: transform 0.25s linear;
}


@media screen and (max-width: 576px) {

	.einblicke {
		width: 100%;
		height: auto;
	}

}

.huehner {
	width: 100%;
	margin-bottom: 10px;
}

input[type="file"] {
	display: none;
}

input[type="submit"] {
	display: none;
}

input[type="text"] {
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	display: inline;
	padding: 3px 7px 3px 7px;
	border: 0px;
}

input[type="password"] {
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	display: inline;
	padding: 3px 7px 3px 7px;
	border: 0px;
}

.kontakt-wrapper {
	display:flex;
	justify-content:space-between;
}


@media screen and (max-width: 576px) {

	.kontakt-wrapper {
		flex-wrap: wrap;
	}

}

.kontakt-nachricht {
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	display: inline;
	padding: 3px 7px 3px 7px;
	border: 0px;
}

.admin-button {
	cursor: pointer;
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding: 3px 7px 3px 7px;
}

.admin-button:hover {
	color: #3a7a4c;
	transition-timing-function: ease;
	transition: background-color 0.5s, box-shadow 0.5s;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.7);
	text-decoration: none;
}

#file-name {
	cursor: auto;
}

#file-name:hover {
	color: black;
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
}

.admin-notification-wrapper {
	width: 100%;
	position: fixed;
	top:200px;
	text-align: center;
}

.admin-notification {
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 5px 20px 5px 20px;
	margin: 0px auto 0px auto;
	display: inline;
	font-size: 23px;
	color: #3a7a4c;
	font-weight: 500;
	text-shadow: 0px 0px 2px white;
	animation: fade 5s linear 1 forwards;
	max-width: 600px;
}

.beschreibungaendern_wrapper {
	display: none;
	width: 100%;
	position: fixed;
	width: 400px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	text-align: center;
	z-index: 1001;
}

.beschreibungaendern {
	text-shadow: 0px 0px 2px white;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	margin: 0px auto 0px auto;
	text-shadow: 0px 0px 2px white;
	max-width: 500px;
}


@keyframes fade {
	0% { opacity: 0; }
	25% { opacity: 1; }
	75% { opacity: 1; }
	80% { opacity: 0.7; }
	100% { opacity: 0; }
}

.dragable:hover {
	cursor: grab;
}


#panel {
	display: none;
}

#backtotop {
	position: fixed;
	right: 30px;
	bottom: 20px;
	display: none;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 12px 10px rgba(255, 255, 255, 0.6);
	border-radius: 30px;
	padding: 0px 0px 0px 0px;
}

.map-frame {
	width: 400px;
	height: 300px;
	outline: 1px solid #3a7a4c;
	border: 0px;
	margin: 3px 0px 0px 0px;
}

.anfahrt-spacer-mobile {
	visibility: hidden;
}

@media screen and (max-width: 576px) {

	.map-frame {
		width: 100%;
		height: 300px;
	}

	.anfahrt-spacer-mobile {
		visibility: visible;
	}

}

.underline {
	text-decoration: underline;
}

#sortable {
	display: flex;
}

.sortable_item {
	margin-right: 10px;
	border: 1px solid #3a7a4c;
}

.sortable_item_image {
	max-width: 140px;
	height: 100px;
	border-bottom: 1px solid #3a7a4c;
}

.sortable_item_image:hover {
	cursor: grab;
}

.toggle {
	display: inline;
	cursor: pointer;
}

.toggle-content {
	padding: 5px 0px 0px 0px;
}

.toggle-img {
	margin-right:10px;
	position:relative;
	top:8px
}

.toggle-link {
	font-size: 19px;
	font-weight: 500;
}

.toggle-link:hover {
	color: #3a7a4c;
	text-decoration: none;
}