/* Style Sheet */

html, body	{margin: 0;padding: 0;font-family: Helvetica, Arial, sans-serif;color:#4c7dcc;behaviour: url(csshover3.htc);background-color:white;height: 100%;width: 100%;}
div#logoheader {position:fixed;top:7.5%;left:200px;width:10.93%;height:20%;z-index:100;background-image:url('hmkglogo.gif');background-repeat:no-repeat;background-size: contain;}
div#schriftzugheader {position:fixed;top:10%;left:40%;width:50%;height:10%;z-index:100;background-image:url('hmkgschriftzug.gif');background-repeat:no-repeat; background-size: contain;}
div#topbackground {position:fixed;top:0px;left:0px;width: 100%;height:350px;z-index:99;background-color:white;}
div#test {position:fixed;top:0px;left:0px;width: 234px;height:404px;z-index:100;
  background: #b7cbeb;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
div#test2 {position:fixed;top:0px;right:0px;width: 90px;height:158px;z-index:100;
  background: #b7cbeb;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
}
div#welcome {position:fixed;z-index:100;top:290px;left:4%;width:92%;height:50px;border-bottom:2px solid #4c7dcc;text-align:center;font-size:2em;font-weight:bold;color:#4c7dcc;}
div#infoline {position:absolute;z-index:80;top:350px;left:4%;width:92%;height:50px;text-align:left;font-size:2em;font-weight:bold;color:#4c7dcc;}
div#footer {position:fixed;z-index:100;bottom:0px;left:0px;width:100%;height:50px;border-top:1px solid #4c7dcc;text-align:center;font-size:20px;color:#4c7dcc;padding-top:15px;background-color:white;font-weight:bold;}
div#box1 {position:absolute;left:4%;top:380px;width:20%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;cursor:pointer;box-sizing: border-box;}
div#box1:hover {border:4px solid  red;}
div#box2 {position:absolute;left:28%;top:380px;width:20%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;cursor:pointer;box-sizing: border-box;}
div#box2:hover {border:4px solid  red;}
div#box3 {position:absolute;left:52%;top:380px;width:20%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;cursor:pointer;box-sizing: border-box;}
div#box3:hover {border:4px solid  red;}
div#box4 {position:absolute;left:76%;top:380px;width:20%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;cursor:pointer;box-sizing: border-box;}
div#box4:hover {border:4px solid  red;}

.content {position:absolute;left:4%;top:380px;width:92%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;box-sizing: border-box;display:none;z-index:1000;overflow:auto;padding:4px;}
.content1 {position:absolute;left:4%;top:380px;width:44%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;box-sizing: border-box;display:none;z-index:1000;overflow:auto;padding:4px;}
.content2 {position:absolute;left:52%;top:380px;width:44%;height:400px;border:2px solid #4c7dcc;background-repeat:no-repeat; background-size: cover;background-position:center;box-sizing: border-box;display:none;z-index:1000;}


.textbutton {cursor:pointer;}
.textbutton:hover {color:red;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  box-sizing:border-box;
}

/* Hide the images by default */
.r142ogr {
  display: none;height:400px;
  box-sizing:border-box;background-repeat:no-repeat; background-size: cover;background-position:center;
}

/* 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;
  box-sizing:border-box;
}

/* 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: 18px;
  width: 100%;
  text-align: center;
  box-sizing:border-box;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
 box-sizing:border-box;
}

/* The dots/bullets/indicators */
.dot {
  position:absolute;
  bottom: 8px;
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  box-sizing:border-box;
}

.active, .dot:hover {
  background-color: #717171;
  box-sizing:border-box;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  box-sizing:border-box;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}