/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}summary{display:list-item}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent}a:active,a:hover{outline-width:0}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea,optgroup{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */

/* GENERAL */

html, body {
	height: 100%;
	font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

html {
	overflow-x: hidden;
	box-sizing: border-box;
}

body{
	margin: 0;
}

header {
	color: white;
}

p {
	text-align: justify;
}

/* CLASSES */

*, ::before, ::after {
  box-sizing: inherit;
}


.black {
	color:#fff!important;
	background-color:#000!important;
}

.black-round-bg {
	background-color: black;
	border-radius: 1em;
	max-width: 20em;
	width: auto;
	margin: auto;
	margin-top: 3em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.black-text-shadow {
	text-shadow: 2px 2px 4px #000000;
}

.button {
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.button:disabled{
	cursor:not-allowed;
	opacity:0.3;
}

.button:hover {
	color:#000!important;
	background-color:#ccc!important;
}

.center {
	display:inline-block;
	width:auto;
	text-align:center!important;
}

.centered {
	text-align: center;
}

.content {
	padding: 2em 2em 10em;
}

.content-large-bottom {
	padding: 2em 2em 25em;
}

.content-small-bottom {
	padding: 2em;
}

.dropdown {
  position: absolute;
  display: inline-block;
  right: 0.3em;
  top: 0;
}

.dropdown:click .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-button {
	position: relative;
    display: inline-block;
	color: white;
	right: 0;
	top: 0;
	font-size: 2.5em;
	cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 12em;
  box-shadow: 0em 0.5em 1em 0.5em rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
}

.dropdown-content a {
  color: black;
  padding: 0.75em 1em;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.fixed-background {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.footer-link {
	padding: 0em 1.25em;
	margin-top: 0.625em;
	color: white;
}

.gallery-image {
	width: 100%;
	height: 100%;
	vertical-align: center;
	border-radius: 3em;
}

.image {
	max-height: 100vh;
	max-width:100%;
	display:block;
	width:auto;
	margin:auto
}

.large-background-image {
  height: calc(100vh - 3.75em);
  background-size: cover;
  background-position: center;
}

.light-golden {
	color: rgb(228,203,158);
}

.logo {
    float: left;
}

.main-heading {
	font-family: comic sans ms, cursive;
	display: block;
	width: auto;
	text-align: center;
}

.mobile-menu {
  display: none;
}

.mobile-menu, .navigation {
	background-color: #3a5212;
}

.nav-button {
	padding: 1.25em;
	text-align: center;
}

.navigation, .nav-button, .logo {
	height: 3.75em;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.padding-2 {
	padding: 2em;
}

.padding-bottom-10em {
	padding-bottom: 10em;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.round-shadow {
	box-shadow: 0.2em 0.2em 0.6em rgba(242,243,244,0.5), 0.4em 0.4em 1em rgba(242,243,244,0.2), -0.1em 0em 0.5em rgba(242,243,244,0.5), -0.2em 0em 1em rgba(242,243,244,0.2);
	border-radius: 2em;
}

.show-dropdown {
	display:block;
}

.slides {
  display: none;
}

.slideshow-container {
  position: relative;
  max-width: 64em;
  margin: auto;
  margin-bottom: 8em;
}

.top-image {
	object-fit: cover;
}

.top-image-container {
	width: 100%;
	height: calc(100vh-3.75em);
}


.white {
	color: white;
}

.white-text-shadow {
	text-shadow: 2px 2px 4px #ffffff;
}

.yellow {
	color: #ffc40d;
}

/* IDs */

#galerie {
	background-color: #ffeecc;
}


#headline_waldbaden {
	color: rgb(228,203,158);
}

#text_waldbaden {
	
	color: rgb(228,203,158);
	
}


#home {
	background-image: url(/bilder/startseite_2.jpg);
}

#waldbaden {
	background-color: #3a5212;
}

#permakultur {
	background-color: #3a5212;
}

#permakultur-image {
	background-image: url(/bilder/IMG_2172.JPG);
	position: relative;
}

#natur {
	background-color: hsla(30, 100%, 15%);
}

#ueber-mich {
	background-image: url(/bilder/naturfuehrungen/galerie4.jpg);
}

#foto-quelle {
	width: 20em;
	float: left;
	margin-right: 2em;
}


#schamanisch {
	background-image: url(/bilder/passionflower-1535748_1920.jpg);
	color: white;
}

#kunst {
	background-image: url(/bilder/IMG_1273.JPG);
}

#kontakt {
	background-image: url(/bilder/usa-2451593_1920.jpg);
}

#mobile-menu-writing {
	position: absolute;
	text-align: center;
	color: #0d5d98;
	float: left;
	padding-left: 0.5em;
	font-size: 2.5em;
	font-family: comic sans ms, cursive;

}

#footer {
	position: absolute;
	bottom: 0em;
	width: 100%;

}

#wrapper {
    position: relative;
    min-height: 100%;
    height: auto;
}

#contact-img {
	display: block;
	width: 90%;
	max-width: 64em;
	margin-left: auto;
	margin-right: auto;

}

#natur-content {
	color: rgb(228,203,158);
	/* color: #ffc40d; */
}

#natur-heading {
	color: #D2691E;
}

#waldbaden-image {
	background-image: url("/bilder/waldbaden/IMG_20220922_114302.jpg");
	position: relative;
}

/* MEDIA QUERIES */

@media only screen and (max-width: 1172px) {
.navigation {
  display: none;
}

.slideshow-container {
	max-width: 100%;
	width: 100%;
}

.mobile-menu {
  height: 3.75em;
  display: block;
  width: 100%;
}

#galerie-container { 
	width: 100%;
	padding: 0em 0.5% 10em;
}


#foto-quelle {
	width: 14em;
}
}

@media only screen and (max-width: 440px) {
	#foto-quelle {
	  float: none;
	  display: block;
	  margin: auto;
	  width: 90%;
	}
}

@media only screen and (max-width: 380px) {
	#mobile-menu-writing {
	  font-size: 2em;
	  padding-top: 0.25em;
	}
}

@media only screen and (max-width: 326px) {
	#mobile-menu-writing {
	  font-size: 1.7em;
	  padding-top: 0.4em;
	}
}

@media only screen and (max-width: 289px) {
	#mobile-menu-writing {
	  display: none;
	}
}
