p {
    margin: 0px;
}
html {
    scroll-behavior:smooth
}
body {
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
}
body * {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}
.row:after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 0px;
  width: 100%;
}

@media only screen and (min-width: 700px) {
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 800px) {
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}
.headtitle {
    font-size:250%;
    font-family: 'Open Sans', sans-serif ;
    transition: 0.2s;
    position: fixed;
    color: #ffffff;
}
.title {
    font-size:150%;
}
.title2 {
    font-size:250%;
}
a:link, a:visited{
  text-decoration: none;
  color: #000000;
  font-family: 'Open Sans', sans-serif ;
  font-weight: normal;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border: 5px solid #000000;
  width: 90%;
  height: auto;
  align: center;
}
video {
  border: 5px solid #000000;
  width: 90%;
  height: auto;
  align: center;
}
#maindiv {
  border: 5px solid #ADD8E6;
  background-color: #ADD8E6;
  text-align: left;
  margin-left: 0px;
  font-size:210%;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 0;
  width: 100%;
  transition: 0.4s;
  z-index:100;
  font-weight: normal;

}
#maindiv-menu {
  border: 5px solid #ADD8E6;
  background-color: #ADD8E6;
  text-align: left;
  margin-left: 0px;
  margin-top: -200px;
  font-size:210%;
  font-family: 'Open Sans', sans-serif ;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
  z-index:100;
}
.maindiv2 {
  border: 5px solid #ADD8E6;
  background-color: #ADD8E6;
  text-align: left;
  margin-left: 0px;
  font-size:150%;
  font-family: 'Open Sans', sans-serif ;
  top: 0;
  width: 100%;
  font-weight: normal;
}
.impressum {
  border: 0px solid rgb(199, 70, 70);
  text-align: left;
  margin-left: 0%;
  margin-bottom: 0%;
}
.section1 {
  border: 0px solid;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 0px;
  display: flex;
  align-items: start;
  z-index:-1;
}
.section1title {
    font-size:150%;
    margin-left: 0px;
    font-family: 'Open Sans', sans-serif;
}
.section1text {
    font-size: 120%;
    font-family: 'Open Sans', sans-serif ;
    font-weight: normal;
}
hr {
  border-top: 3px dashed #000;
  margin-bottom: 10px;
}
.button {
  display: inline-block;
  font-family: 'Open Sans', sans-serif ;
  border-radius: 0px;
  background-color: #ffffff;
  border: none;
  text-align: center;
  font-size: 100%;
  padding: 1%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
