* {color: xeeeeee;
font-size: clamp(1rem, 1.4vw, 3rem);
   line-height: 100%;
}
#header{z-index:96;min-height:96px;background-color:transparent;color:#FFFFFF;text-transform:uppercase;font-size:clamp(1rem, 1.5vw, 3rem);font-family:eb-garamond, serif;font-weight:400;position:relative;margin-right: 30%;line-height: 0px; margin-top:0px; margin-bottom: 0px; width:100%;left:0%;}
#headertextr{text-align:right;line-height:30px; margin-right: 30% }
#headertextl{text-align:left;line-height:30px; margin-right: 30% }
#headertextrb{text-align:right;line-height:30px; margin-right: 30%; color:#000000 }
#headertextlb{text-align:left;line-height:30px; margin-right: 30%; color:#000000 }
#headertextrg{text-align:right;line-height:30px; margin-right: 30%; color:#888888 }
#headertextlg{text-align:left;line-height:30px; margin-right: 30%; color:#888888 }


/* averia-libre-regular - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lora-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lora-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lora-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lora-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lora-v25-latin-regular.svg#AveriaLibre') format('svg'); /* Legacy iOS */
}

body { background-image: url("../bilder/Himmel.jpg"); height: 100%; background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover; }
p { font-family: "Lora", serif; margin-left: 10% }
h1 { font-family: "Lora", serif; margin-left: 11% }
h2 { font-family: "Lora", serif; margin-left: 11% }
li { font-family: "Lora", serif; margin-left: 10% }
ul { font-family: "Lora", serif; margin-left: 10% }
a { font-family: "Lora", serif; margin-left: 1% }
table { font-family: "Lora", serif; margin-left: 10% }

 /* Dropdown Button */
.dropbtn {
  font-family: "Lora", serif;
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 0.9em;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  font-family: "Lora", serif;	
  font-size: 0.4em;
  display: none;
  min-width: 160px;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;} 


a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
}


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.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;
}

/* 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: #101010;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: -12px;
  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}
}
