@import url("reset.css");

/* kaushan-script-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Kaushan Script';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/kaushan-script-v18-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


html {
	scroll-behavior: smooth;
	overflow-x: hidden
}

.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.tab {
	overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	text-align: center;
	background: #D5F0AC;
	margin-right: 10px;
	margin-right: 10px;
}

.tab {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 480px;
	margin-top: 50px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #1D3100;
	color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #1D3100;
	color: #fff;
}

/* Style the tab content */
.tabcontent {
	display: none;
	text-align: center;
	border-top: none;
}

.mySlides {
	display: none;
}

.row img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	padding-top: 10px;
}

.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}



.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

body {

	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 25px;
	color: #464646
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cta {
	font-family: 'Kaushan Script';
	background: #D5F0AC;
	padding: 5px;
	color: #1D3100;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	width: 180px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

.cta:hover {
	color: #191919
}

.modaloverlay ul {
	list-style: disc;
}

.sidenav {
	z-index: 9999;
}

.modaloverlay h3 {
	font-size: 30px !important;
	padding-bottom: 20px;
	text-align: center;
	text-transform: inherit;
}

.modaloverlay h4 {
	font-family: 'Kaushan Script';
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #256205
}

.modaloverlay ul {
	margin-left: 15px;
}

.modaloverlay {
	background: rgba(0, 0, 0, 0.8);
	bottom: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	text-align: left;
	z-index: 99999;
	display: none;
}

.modaloverlay:target {
	display: block;
	opacity: 1;
	pointer-events: auto;
	z-index: 99999999;
}

.modaloverlay .modals {
	background-color: white;
	position: relative;
	padding: 3em;
	overflow-y: scroll;
	height: 45vh;
	margin-left: 5%;
	z-index: 9999;
	width: 60%;
	margin-top: 20vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.modals h3 {
	color: #000;
	font-size: 40px;
}

.modals p {
	font-size: 15px;
	font-family: 'Roboto';
	line-height: 23px;
	color: #5f5f5f;
	text-align: center;
}

.modaloverlay a {
	color: #000;
	text-decoration: none;
}

.modaloverlay .close {
	background-color: #D5F0AC;
	color: #1D3100;
	font-size: 24px;
	padding: 8px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

.row > .column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
}

/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 999999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.95);
}

.mySlides img {
	height: 80vh;
	object-fit: contain;
	max-width: 100%;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.mySlides {
	display: none;
}


.mySlides1 {
	display: none;
}


.modal1 {
	display: none;
	position: fixed;
	z-index: 999999999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.95);
}

.mySlides1 img {
	height: 80vh;
	object-fit: contain;
	max-width: 100%;
}

/* Modal Content */
.modal-content1 {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

.cursor {
	cursor: pointer;
}

.slideshow-container{
	padding: 0px 5% 0px 5%;
	display: block
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	width: auto;
	padding: 16px;
	margin-top: 12%;
	color: white;
	background: #1D3100;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}
.prev {
    cursor: pointer;
    position: absolute;
    width: 50px;
    padding: 16px;
    margin-top: 15%;
    color: white;
    background: #1D3100;
    font-weight: bold;
    font-size: 15px;
    transition: 0.6s ease;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    left: 0;
}

.dots {
    display: block;
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 10px;
	margin-left: 50px;
	width: 50px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: transparent;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

img {
	margin-bottom: -4px;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s;
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.dse {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px;
	background: #bbd495;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.dse a {
	color: #464646;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	text-decoration: none;
}


h1,
h2 {
	font-family: 'Kaushan Script';
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #1D3100
}


h3 {
	font-family: 'Kaushan Script';
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #1D3100
}

.clear {
	clear: both;
}

nav {
	background: #1D3100;
	width: 100%;
	top: 0;
	left: 0;
	height: 50px;
	z-index: 9999;
	font-family: 'Kaushan Script';
	position: fixed;
}

nav ul {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	margin-top: 10px;
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.logo {
	position: fixed;
	top: 20px;
	left: 5%;
	z-index: 99999;
}

.logo img {
	width: 450px;
}

.buchen {
	position: fixed;
	right: 10%;
	z-index: 99999;
	font-family: 'Kaushan Script';
	color: #fff;
	border: 2px solid;
	border-color: #fff;
	padding: 5px;
	top: 5px;
}

.sidenav {
	position: fixed;
	right: 0;
	top: 40vh;
}

#standorte a {
	color: #9bb474;
	text-decoration: none;
}

.sidenav img {

	background: #A5C973;
	padding: 5px;
	height: 40px;
	width: 40px;
	object-fit: contain;
	display: block;
	margin-top: 10px;
}

.buchen a {
	color: #fff;
	text-decoration: none;
}

.col1 {
	width: 50%;
	float: left;
	padding-right: 3%;
}

.col2 {
	width: 50%;
	float: left;
	padding-left: 3%;
}

#standorte {
	padding: 200px 10% 100px 10%;
	;
}

#standorte img {
	width: 100%;
}

#standorte .button {
	margin-left: auto;
	color: #464646;
}

.dropdown {
	display: none;
}

.button {
	font-family: 'Kaushan Script';
	background: #D5F0AC;
	padding: 5px;
	color: #1D3100;
	text-decoration: none;
	border-radius: 10px;
	display: block;
	color: #464646;
	width: 180px;
	text-align: center;
	margin-top: 20px;
}

#kontakt .button {
	position: absolute;
	z-index: 999;
}

#ueber-uns {
	padding: 0px 10% 100px 10%;
	background: #D5F0AC;
	margin-top: -20px;
}

#standorte .prev {
	left: 0;
}

#ueber-uns .box {
	padding: 50px;
	text-align: center;
	background: #fff;
}

.vektor {
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

#ueber-uns .button {
	margin-left: auto;
	margin-right: auto;
}

.blume-oben {
	position: absolute;
	right: 0;
	width: 250px;
	margin-right: 8%;
	margin-top: -50px;
}

.blume-unten {
	position: absolute;
	left: 0;
	width: 250px;
	margin-left: 8%;
	margin-top: -130px;
}

#parallax {
	background: url(../images/bruecke-elstertal.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 500px;
	height: 600px;
}

#aktivitaeten {
	padding: 20px 10% 100px 10%;
	text-align: center;
	background: url(../images/hintergrund-blume.png);
	background-size: contain;
}

#aktivitaeten .box {
    padding: 10px;
    background: #D5F0AC;
    width: 31.3%;
    margin-top: 50px;
    display: block;
    float: left;
    margin: 1%;
}
#aktivitaeten .box img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

#kontakt {
	background: #D5F0AC;
	padding: 0px 10% 100px 10%;
	margin-top: -10px;
}

.center {
	display: table-cell;
	vertical-align: middle;
}

#kontakt .col1 .box,
#kontakt .col2 .box {
	background: #fff;
	padding: 50px;
	height: 500px;
	display: table;
	width: 100%;
}

#kontakt a {
	color: #5f7146;
	text-decoration: none;
}

#kontakt .col1 .blume-oben {
	position: inherit;
	width: 250px;
	margin-left: 45%;
	margin-top: -100px;
	position: absolute;
}

#kontakt .col1 h2 {
	margin-top: -50px;
}


#kontakt .col2 .blume-unten {
	position: absolute;
	left: 0;
	width: 250px;
	margin-left: 8%;
	margin-top: -130px;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1320px) {
	.logo {
		left: 0%;
	}

	.logo img {
		width: 300px;
	}

	#parallax {
		height: 550px;
	}
	#aktivitaeten .box
	{
		width: 100%
	}
	.slideshow-container{
		padding: 0px 20% 0px 20%;
	}
	.prev, .next{
		margin-top: 48%;
	}
}

@media screen and (max-width: 980px) {

	.col1,
	.col2 {
		width: 100%;
		height: auto;
		padding-left: 0%;
		margin-bottom: 50px;
		padding-right: 0%;
	}
	#aktivitaeten .box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

	.column {
		width: 33%;
	}

	nav ul {
		display: none;
	}

	.buchen {
		display: none;
	}

	.dropbtn {
		background-color: #1D3100;
		color: white;
		padding: 0px;
		font-size: 36px;
		border: none;
		cursor: pointer;
	}

	.dropdown {
		position: fixed;
		top: 0px;
		right: 1%;
		display: inline-block;
		z-index: 99999;
		margin-left: auto;
		margin-right: auto;
	}

	.dropdown-content {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		text-align: center;
		padding-top: 15vh;
		background-color: rgba(47, 47, 47, 0.9);
		min-width: 160px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
		z-index: 1;
	}

	.dropdown-content a {
		color: #fff;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	}

	.dropdown a:hover {
		background-color: rgba(0, 128, 0, 0.19);
	}

	.show {
		display: block;
	}

}


@media screen and (max-width: 850px){
		#aktivitaeten .box {
    width: 100%;
	}}

@media screen and (max-width: 650px) {
	#parallax {
		padding-top: 200px;
		height: 250px;
	}

	#parallax img {
		height: 100px;
	}
	.prev, .next{
		display: none
	}
	    .slideshow-container {
        padding: 0px 0% 0px 0%;
    }

	.column {
		width: 50%;
	}

	.tab {
		width: auto;
	}

	.tab button {
		width: 100%;
		margin-top: 10px;
	}
	.modaloverlay .modals {
    background-color: white;
    position: relative;
    padding: 2em;
    overflow-y: scroll;
    height: 80vh;
    margin-left: 5%;
    z-index: 9999;
    width: 80%;
    margin-top: 10vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 550px) {
	#parallax {
		padding-top: 200px;
		height: 250px;
	}

	#parallax img {
		height: 100px;
	}

	.column {
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.logo img {
		width: 250px;
	}

	.blume-oben {
		width: 150px;
		margin-right: 4%;
		margin-top: -20px;
	}

	.blume-unten {
		width: 150px;
		margin-left: 2%;
		margin-top: -80px;
	}

	#kontakt .col1 .blume-oben {
		margin-right: 0%;
		width: 150px;
		margin-left: 45%;
		margin-top: -40px;
	}

	#kontakt .col1 .box,
	#kontakt .col2 .box {
		padding: 15px;
	}

	body {

		font-size: 14px;
		line-height: 24px;
	}
		#ueber-uns .box {
    padding: 20px;
    text-align: center;
    background: #fff;
}

}
