/* stylesheet defining the hexagon objects */
html, body {
  padding: 0px;
  margin: 0px;
}

div {
  padding-right: 10px;
}

* {
  font-family: Verdana;
}

h1 {
  margin: 30px;
  font-size: 20;
}
h2 {
  font-size: 18;
}
h4 {
  font-size: 16;
}
h5 {
  font-size: 12;
  color: grey;
}

.title {
  position: absolute;
  background-color: white;
  text-align: center;
  padding: 4px;
  margin: 0px;
  border-radius: 3px;

  /*
  -moz-box-shadow:    3px 4px 0px 1px #000;
  -webkit-box-shadow: 3px 4px 0px 1px #000;
  box-shadow:         3px 4px 0px 1px #000;
  */
}

p {
  text-align: justify;
  font-size: 10pt;
  margin-top: 0px;
}
p.caption {
  font-size: 8px;
  color: #383838;
  margin-bottom: 10px;
}

.credits {
  width: 100%;
}

.creditscol {
  width: 29%;
  margin-right: 10px;
  border-right: 1px solid #C3C3C3;
  color: #383838;
  float: left;
}

a:link {
  color: #02CA86;
  text-decoration: none;
}

a:visited {
  color: #05C9A1;
}

a:hover {
  color: #72E1BA;
}

a:active {
  color: #04E57C;
}

img {
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 15px;
}
img.bright {
  border: 1px solid #808080;
  color: #A1A1A1;
}
img.caption {
  margin-bottom: 0px;
}

#mainframe {
  position: relative;
  margin: 0px;
  border: 0px;
}
canvas {
  margin: 0px;
  border: 0px;
}
#overlayCanvas {
  left: 0px;
  top: 0px;
  position: absolute;
  display: none;
  z-index: 20;
}

iframe {
  position: absolute;
  z-index: 10;
  height: 80vh;
  width: 600px;
  /*left: 300px;
  top: 500px; */
  border-radius: 5px;
  background-color: white;
  opacity: 0.0;
  border: 0px;
  margin: 0px;
  padding: 20px;
  display: none;
}

.external {
  opacity: 1.0;
  display: block;
  padding: 0px;
  border-radius: 0px;
  width:100%;
  /*
  -ms-zoom: 0.75;
        -moz-transform: scale(0.75);
        -moz-transform-origin: 0 0;
        -o-transform: scale(0.75);
        -o-transform-origin: 0 0;
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: 0 0;
        */
}

.shadow {
  -moz-box-shadow:    2px 2px 12px 1px #000;
  -webkit-box-shadow: 2px 2px 12px 1px #000;
  box-shadow:         2px 2px 12px 1px #000;
}

#flashContent {
  width: 100%;
  height: auto;
  display: block;
}

.videoWrapperWide {
  position: relative;
  padding-bottom: 56.25%;  /* 16:9. For das "letzte zeichen" 55% would be best*/
  padding-top: 0px;
  height: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 75%;  /* 4:3 */
  padding-top: 0px;
  height: 0;
}

.videoWrapper object, .videoWrapper embed , .videoWrapper iframe,
.videoWrapperWide object, .videoWrapperWide embed , .videoWrapperWide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}