/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

.navBar {
  border-radius: 20px;
  font-family: helvetica;
  font-weight: bold; 
  font-size: 120%;
  color: white;
  background-color: black;
  text-align: center;
}

.navBar a{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
}

.navBar a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
.navBar a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
.navBar a:hover, .navBar a:focus, .navBar a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}

.navBar2 {
  border-radius: 20px;
  overflow: hidden;
  font-family: helvetica;
  font-weight: bold; 
  font-size: 125%;
  color: white;
  background-color: grey;
  text-align: left;
}

.navBar2 a{
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
}

.navBar2 a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
.navBar2 a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: white;
	}
.navBar2 a:hover, .navBar2 a:focus, .navBar2 a:active { 
	background-color: black;
  border-radius: 20px;
	}
	
.currentLink {
   color: #640200;
   background-color: #000000;
}

/* The dropdown container */
.dropdown {
  border-radius:20px;
  float: left;
  overflow: hidden;
  background-color: grey;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.frame {
    border: 4px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}





/* Dropdown button */
.dropdown .dropbtn {
  border-radius:20px;
  font-size: inherit;
  font-weight: bold; 
  border: none;
  outline: none;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}


/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: black;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  border-radius:20px;
  display: none;
  position: absolute;
  background-color: darkgrey;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  font-family: helvetica;
  font-weight: bold; 
  font-size: 100%;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: grey;
  border-radius: 20px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  border-radius: 20px;
  display: block;
} 

html {
	margin: 0;
	padding: 0;
	}
body { 
	font: helvetica;
	line-height: 1.88889;
	color: #555753; 
	margin: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	}
header h1 { 
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header {
	padding-top: 20px;
	height: 87px;
}
p { 
	margin-top: 0; 
	text-align: justify;
	}
	
abbr {
	border-bottom: none;
	}


/* specific divs */
.page-wrapper { 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}

.intro { 
	min-width: 470px;
	width: 100%;
	}

.summary {
	clear: both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}

.preamble {
	clear: right; 
	padding: 0px 10px 0 10px;
	}
.supporting {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}

footer {
	color: white;
	background-color: grey;
	text-align: center;
	}
footer a:link, footer a:visited { 
	margin-right: 20px; 
	}

.extra1 {
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
}

#responsize-image {
  width: 80%;
  max-width: 600px;
  height: auto;
}

#gallery {
  position: relative;
  width: 100%;
}

#gallery figure {
  position: absolute;
  max-width: 600px;
  width: 70%;
}

#gallery figure:last-of-type {
  position: relative;
}

#gallery figcaption {
  position: absolute;
  left: 0em;
  bottom: 0.0em;
  z-index: 2;
}

#gallery figure {
  animation: wechseln 15s infinite;
}

#gallery figure {
  animation: wechseln 25s infinite;
}

@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 0;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}

#gallery figure:nth-of-type(2) {
  animation-delay: 5s;
  opacity: 0;
}

#gallery figure:nth-of-type(3) {
  animation-delay: 10s;
  opacity: 0;
}

#gallery figure:nth-of-type(4) {
  animation-delay: 15s;
  opacity: 0;
}

#gallery figure:nth-of-type(5) {
  animation-delay: 20s;
  opacity: 0;
}


* {box-sizing:border-box}
*
*/* Slideshow container */
.slideshow-container {
  max-width: 600px;
  width: 70%;
  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: #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;
}

.tableWithBorders {
  border-collapse: collapse;
  width: 90%;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

th {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

