@font-face {
  font-family: "Stick No Bills";
  src: url("fonts/stick-no-bills/stick-no-bills-v8-latin-500.eot"),
    url("fonts/stick-no-bills/stick-no-bills-v8-latin-500.svg"),
    url("fonts/stick-no-bills/stick-no-bills-v8-latin-500.ttf"),
    url("fonts/stick-no-bills/stick-no-bills-v8-latin-500.wolff"),
    url("fonts/stick-no-bills/stick-no-bills-v8-latin-500.wolff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DM Sans";
  src: url("fonts/dm-sans/dm-sans-v11-latin-500.eot"),
    url("fonts/dm-sans/dm-sans-v11-latin-500.svg"),
    url("fonts/dm-sans/dm-sans-v11-latin-500.ttf"),
    url("fonts/dm-sans/dm-sans-v11-latin-500.wolff"),
    url("fonts/dm-sans/dm-sans-v11-latin-500.wolff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Oxygen";
  src: url("fonts/oxygen/oxygen-v15-latin-regular.eot"),
    url("fonts/oxygen/oxygen-v15-latin-regular.svg"),
    url("fonts/oxygen/oxygen-v15-latin-regular.ttf"),
    url("fonts/oxygen/oxygen-v15-latin-regular.wolff"),
    url("fonts/doxygen/oxygen-v15-latin-regular.wolff2");
  font-weight: normal;
  font-style: normal;
}

font-face {
  font-family: "Grechen Fuemen";
  src: url("fonts/grechen-fuemen/grechen-fuemen-v7-latin-regular.eot"),
    url("fonts/grechen-fuemen/grechen-fuemen-v7-latin-regular.svg"),
    url("fonts/grechen-fuemen/grechen-fuemen-v7-latin-regular.ttf"),
    url("fonts/oxygen/grechen-fuemen/grechen-fuemen-v7-latin-regular.wolff"),
    url("fonts/doxygen/grechen-fuemen/grechen-fuemen-v7-latin-regular.wolff2");
  font-weight: normal;
  font-style: normal;
}

html {
  background-color: navy;
  scroll-behavior: smooth;
  cursor: auto;
  font-size: 0.95rem;
  scroll-behavior: smooth;
}

body {
  background: none;
  position: absolute;
  height: 100vh;
  /*max-height: 100vh;*/
  width: 100%;
  color: navy;
  font-family: 'Oxygen';
  scroll-behavior: smooth;
  transition: all 1s linear;
}

header {
  background: none;
  position: fixed;
  top: 0px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-family: 'Stick No Bills';
  font-weight: bold;
  font-size: 1.8rem;
}

nav {
  font-family: 'Stick No Bills';
  color: navy;
  font-size: 1.2rem;
}

.media_nav {
  font-family: 'Stick No Bills';
  color: navy;
  position: sticky;
  top: 0px;
  height: 50px;
  width: 100%;
}

main {
  background: none;
  position: fixed;
  top: 80px;
  width: 100%;
  bottom: 50px;
  /*height: calc(100vh - 130px);*/
  margin: 0 auto;
  padding-bottom: 100px;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: auto;
}

main#presse {
  background: none;
  position: fixed;
  top: 80px;
  width: 100%;
  height: calc(100vh - 130px);
  margin: 0 auto;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}

main#media {
  background: none;
  position: fixed;
  top: 130px;
  width: 100%;
  height: calc(100vh - 180px);
  margin: 0 auto;
  padding-bottom: 100px;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  overflow-x: auto;
}

footer {
  background: none;
  position: fixed;
  top: calc(100vh - 50px);
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  text-align: right;
  font-family: 'Oxygen';
  font-size: 1rem;
  color: #00D4EC;
  z-index: 100;
}

/* <-- Einteilung Seite */

iframe#pdf-js-viewer {
  border: 0;
  width: 90%;
  max-width: 1200px;
  height: calc(100vh - 200px);
}

iframe#uploader {
  height: 100%;
  width: 100%;
  border: 1;
  background: transparent;
}

a {
  text-decoration: none;
}

a:link {
  color: navy;
}

a:visited {
  color: navy;
}

a:hover {
  color: #fff;
}

a:active {
  color: #fff;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;

}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1rem;
}

h4 {
  font-size: .9em;
}

hr {
  width: 100%;
  border-color: navy;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(#00023b, #010aaf, #00023b);
}

::-webkit-scrollbar-thumb:hover {
  background: blue;
}

img {
  max-width: 100%;
  height: auto;
}

.scrollmenu {
  background-color: none;
  overflow: auto;
  border-radius: 0px;
  white-space: nowrap;
  margin-top: -20px;
  margin-left: 0px;
  margin-right: 0px;
}

.scrollmenu a {
  display: inline-block;
  color: #00D4EC;
  text-align: center;
  text-decoration: none;
}

.scrollmenu a:hover {
  background-color: none;
  color: white;
}

.inhalt {
  margin: 0 auto;
  margin-bottom: 250px;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: navy;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}

.inhalt#media {
  positon: relative;
  top: 130px;
  margin: 0 auto;
  /*margin-bottom: 200px;
  width: 100%;
  height: 100%;*/
  font-size: 1rem;
  color: navy;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}

/* Anfang Formular --> */
form#email {
  background-color: transparent;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;
}

form#zuko {
  background-color: transparent;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  margin: 0 auto;
}

article#zuko {
  background-color: transparent;
  width: 100%;
  min-width: 300px;
  max-width: 400px;
  margin: auto;
}

article#email {
  background-color: transparent;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  padding-left: 15px;
}

.linksaussen {
  position: absolute;
  left: 5px;
  top: 5px;
}

.mitte {
  position: relative;
  text-align: center;
}

.rechtsaussen {
  position: absolute;
  left: calc(100% - 110px);
  top: 10px;
}

select#pdf_link {
  width: 90%;
  max-width: 1200px;
  font-family: 'Oxygen', Verdana, Arial;
  color: navy;
}

.hilfetext {
  font-size: .8rem;
}

.ok {
  color: #FFFFFF;
  background-color: #0094D2;
  padding: 15px;
}

.ko {
  color: #FFFFFF;
  background-color: #EE0000;
  padding: 15px;
}

.info {
  font-size: 0.85rem;
  font-style: Oblique;
  background-color: #FFFFEE;
  padding: 5px;
}

.status {
  color: #FFFFFF;
  background-color: #2AB16D;
  padding: 15px;
}

@media (max-width:800px) {
  .rechtsaussen {
    display: none
  }

  .linksaussen {
    display: none
  }

  main {
    padding-left: 2px;
    padding-right: 2px;
  }

  .mitte {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  iframe#pdf-js-viewer {
    width: 100%;
  }

  select#pdf_link {
    width: 100%;
  }
}
