@charset "UTF-8";

span {float:right;}
a {
  text-decoration: none;
    color: #e0e0e0;    
}
a:hover{color: #ff6f00;
}

main {
  background-color: #6d6f72;
  overflow: auto;
  padding-left: 6%;
  padding-right: 6%;
  padding-bottom: 6%;
}
img {
  max-width: 100%;
  height: auto;
}
main img {
  max-width: 100%;
  height: auto;
}


body {
  color: #313131;
  font-family: Roboto, Helvetica, Arial, Verdana;
  font-size: 0.8vw;
  background-color: #9b9b9b;
  width: 100%;
  min-height: inherit;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
}

@font-face {
  font-family: 'robotoblack';
  src: url('fonts/Roboto-Black-webfont.eot');
  src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Black-webfont.woff') format('woff'), url('fonts/Roboto-Black-webfont.ttf') format('truetype'), url('fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotobold';
  src: url('fonts/Roboto-Bold-webfont.eot');
  src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Bold-webfont.woff') format('woff'), url('fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'robotoregular';
  src: url('fonts/Roboto-Regular-webfont.eot');
  src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Roboto-Regular-webfont.woff') format('woff'), url('fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

#pfeil-links {
  position: absolute;
  width: 6%;
  left: -1%;
  top: 47.5%;
}
#pfeil-links img {
  display: block;
  width: 100%;
}
#pfeil-rechts {
  position: absolute;
  width: 6%;
  right: -0.8%;
  top: 47.5%;
}
#pfeil-rechts img {
  display: block;
  width: 100%;
}
#pfeil-links a:hover img.aus-pfeil-links,
#pfeil-rechts a:hover img.aus-pfeil-rechts {
  display: none;
}
#pfeil-links a:hover img.an-pfeil-links,
#pfeil-rechts a:hover img.an-pfeil-rechts {
  display: block;
}
#pfeil-links img.an-pfeil-links,
#pfeil-rechts img.an-pfeil-rechts {
  display: none;
}


* {
  box-sizing: border-box;
}

.image-up-popper {
  width: 50px;
  height: 50px;
  float: left;
  transition: all 0.2s;
}
.image-up-popper:hover {
  width: 200px;
  height: 200px;
}
