/* edit: Andreas Stelter 01/2020 */
/* global html */
/* colors: 
white: #FFFFFF
very light gray: #FDFEFE
silver: #C0C0C0
medium gray: #7B7D7D
dark gray: #424949
black: #000000
red: #FF0000
blue link: #21618C
*/
* 
{
  box-sizing: border-box;
  max-width: 1000px;
  position: relative; 
  margin: auto;
}
body
{
  background:#F2F4F4;
}
a
{
  text-decoration:none;
  color: #21618C;
}
a:hover
{
  text-decoration:none;
  color: #B7B7B7;
}
/* navigation */
.navigation 
{ 
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 25px;
  position: relative;
  margin: auto;
  overflow: hidden;
}
.navigation a 
{
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: center;
  text-decoration: none;
  font-family: Georgia, Arial;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  letter-spacing: +1px; 
}
.navigation a:hover 
{
  color: #21618C;
}
.navigation a.active 
{
  color: #21618C;
  background:#F2F4F4;
}
/* logo */
.logo 
{
  float:left;
}
.logo h1
{
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Georgia, Arial;
  font-size: 24px;
  color: #000000;
  letter-spacing: +1px; 
}
.logo h2
{
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Georgia, Arial;
  font-size: 22px;
  color: #7B7D7D;
  letter-spacing: +6px; 
}
.logo h1 a 
{
  text-decoration: none;
  color: #000000;
}
.logo h2 a 
{
  text-decoration: none;
  color: #7B7D7D;
}
.logo h1 a:hover 
{
  color: #21618C;
}
.logo h2 a:hover 
{
  color: #21618C;
}
.logo h1 a.active 
{
  color: #000000;
}
.logo h2 a.active 
{
  color: #7B7D7D;
}
/* content */
.content
{
  margin-left:0px;
  max-width: 750px;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Georgia, Arial;
  font-size: 16px;
  color: #424949;
}
.content h1
{
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  font-family: Georgia, Arial;
  font-size: 19px;
  color: #000000;
  letter-spacing: +1px; 
}
.content footer
{
  padding-top: 5px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 15px;
  font-family: Georgia, Arial;
  font-size: 14px;
  color: #000000;
  letter-spacing: +1px; 
}
span.reference
{
  position:fixed;
  right:20px;
  bottom:10px;
  font-family: Georgia, Arial;
  font-size:13px;
  font-weight:normal;
  font-style: Italic;  
  letter-spacing: 2px; 
  color: #B7B7B7;
}
span.reference a
{
  color:#000;
  padding-right:20px;
}
span.reference a:hover
{
  color:#B7B7B7;
  text-decoration:none;
}

/* Slideshow container */

.mySlides {display: none}
img {vertical-align: middle;}

.slideshow-container {
  max-width: 1000px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 0px;
  padding-bottom: 0px;
  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: 25px 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 {
  -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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) 
{
  .prev, .next,.text {font-size: 11px}
}

table.street 
{
margin-left:0px;
width: 480px;
border-width: 0px 0px 0px 0px;
border-spacing: 1px;
border-collapse: collapse;
LINE-HEIGHT: 1.0em;
font-family: Georgia, Arial;
font-size: 16px;
color: #424949;
TEXT-ALIGN: left;
}
table.street th {
border-width: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
TEXT-ALIGN: left;
}
table.street td {
border-width: 0px 0px 0px 0px;
padding: 3px 3px 3px 3px;
TEXT-ALIGN: left;
}
table.kaipho {
margin-left:0px;
width: 600px;
border-width: 1px 1px 1px 1px;
border-spacing: 1px;
border-style: groove;
border-color: #424949;
border-collapse: collapse;
LINE-HEIGHT: 1.2em;
font-family: Georgia, Arial;
color: #424949;
font-size: 15px;  
TEXT-ALIGN: left;
}
table.kaipho th {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: groove;
border-color: #424949;
}
table.kaipho td {
border-width: 1px 1px 1px 1px;
padding: 3px 3px 3px 3px;
border-style: groove;
border-color: #424949;
}

