/* Fonts */

/* latin */
@font-face {
  font-family: 'dejavu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/arcade.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.arcade {
  font-family: Arcade;
}

@font-face {
  font-family: 'Menlo';
  src: url(../font/menlo.woff2) format('woff2');
}

.menlo {
  font-family: Menlo;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../font/material.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'DejaVuSansMono';
  src: url(../font/DejaVuSansMono.woff2) format('woff2');
}

.dejavu {
  font-family: DejaVuSansMono;
}
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
}
a{
  text-decoration:none;
}
table {
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}
strong{
  font-weight: bold;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
caption,th {
  text-align: left;

}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  margin:0;
  padding:0;
  font-family: DejaVuSansMono;
  padding-bottom: 1em;
  padding-top: 1em;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border: 0;
}

a {
  color: #33DFE2;
}

a:hover {
  color: #FFE60F;
}

/* Custom CSS
 * --------------------------------------- */
body{
  font-family: arial,helvetica;
  background-color: red;
  color: #fff;
  font-family: DejaVuSansMono;
  background-image: url("../img/teller.jpg");
  background-size: cover;
  background-position: center;
}
.wrap{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
h1{
  font-size: 2em;
}
h2{
  font-size: 1.3em;
}
h1{
  font-size: 1em;
}
p{
  padding-bottom: 1em;
}
.intro p{
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}
.section{
  text-align:center;
}

pre {
  font-family: DejaVuSansMono;
}

/* Flexboxen */

.flexwrapper {
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  align-items: center;
}

.flexbox {
  width: 45%;
  overflow-y: auto;
}

.bild {
  overflow-y: hidden;
  height: 70%;
  text-align: left;
}

.bild img {
  height: 100px;
}

.bild,.flexbox {
  /* background-color: blueviolet; */
}
.bild .download {
  text-align: right;
}

.bild .material-icons {
  font-size: 250%;
}

@media (orientation: portrait) {
  .flexwrapper {
    flex-direction: column;
    justify-content: center;
  }
  .flexbox {
    width: 90vw;
  }
  .bild {
    height: 35%;
    margin: 5% auto 0;
    padding-bottom: 5%;
  }
}

/* Farben */

.rot, .blau, .gruen {
  color: #fff;
}

.rot {
  background-color: #33DFE2;
}

.blau {
  background-color: #00f;
}

.gruen {
  background-color: #04FF00;
  color: #000;
}

/* Header */

.header {
  font-family: DejaVuSansMono;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: #000;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /*background-color: #fff;*/
}

.header li a {
  display: block;
  padding: 20px 20px;
  /* border-right: 1px solid #f4f4f4;*/
  text-decoration: none;
  text-align: right;
}

.header li a:hover,
.header .menu-btn:hover {
  color: #FFE60F;
}

.header li.active a {
  background-color: #04FF00;
  color: #000;
}

.header .logo {
  display: block;
  float: left;
  text-decoration: none;
  color: #04FF00;
  height: 59px;
  margin-left: 10px;
  margin-top: 10px;
}

.header .logo img {
  height: 59px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #33DFE2;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #33DFE2;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:hover:after,
.header .menu-icon .navicon:hover:before {
  background: #FFE60F !important;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 52em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


/* Pfeile */

.material-icons {
  vertical-align:-6px;
}

.fp-controlArrow.fp-next, .fp-controlArrow.fp-prev  {
  border: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33DFE2;
}

.fp-controlArrow.fp-next:hover, .fp-controlArrow.fp-prev:hover  {
  color: #FFE60F;
}
.fp-controlArrow {
  bottom: 10px;
  top: unset;
  z-index: 5;
}

/* Impressum  */

table {
  margin: 0 auto;
}
table td {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}
table td img {
  width: 50px
}

#impressum {
  min-height: 100%;
}

.links-unten {
  position: relative;
  bottom: 10px;
  text-align: left;
}

.rechts-unten {
  position: relative;
  bottom: 10px;
  text-align: right;
}

#impressum .fp-slidesNav, #impressum .fp-next,#impressum .fp-prev  {
  display: none;
}

#impressum .fp-controlArrow.fp-next,#impressum .fp-controlArrow.fp-prev  {
  width: 150px;
}

