:root {
  --FONTH: calc(12px + (18 - 12) * ((100vh - 320px) / (1920 - 320))*10);
  --FONTW: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320))*10);
  --VIEWPORTHEIGT: calc(100vh);
  --VIEWPORTWIDTH: calc(100vw - (100vw - 100%));
}
@font-face {
    font-family: 'MeineSchrift'; /* Montserrat von Google */
    src: url('schrift/open-sans-condensed-v15-latin-300.eot');
    src: url('schrift/open-sans-condensed-v15-latin-300?#iefix') format('embedded-opentype'),
         url('schrift/open-sans-condensed-v15-latin-300.woff2') format('woff2'),
         url('schrift/open-sans-condensed-v15-latin-300.woff') format('woff'),
         url('schrift/open-sans-condensed-v15-latin-300.ttf') format('truetype'),
         url('schrift/open-sans-condensed-v15-latin-300.svg#MeineSchrift') format('svg');
}
html, body, form, fieldset {
    margin: 0;
    padding: 0;
}
body {
  margin:0;
  /*font-size: large;*/
  font-size: calc(12px + (18 - 12) * ((100vw - 320px) / (1920 - 320)));
  /*font-family: Titillium Web, sans-serif;
  font-family: Ubuntu, sans-serif;*/
  font-family: 'MeineSchrift';
  font-weight: normal;
  font-style: normal;
}
/* Hintergrundbild */
.background {
  background-color: #AAAAAA; /* Hintergrundfarbe grau, solange Bild geladen wird */
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-image: url("login_background.jpg");
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  background-attachment: initial !important;
}
/* Effect für das Hintergrundbild. Gepunktet über das Hintergrundbild gelegt */
.background_effects{
  /*background-image: url("effect-001.png");*/
  background-repeat: repeat;
  background-color: transparent;
  background-position: 0 0;
  background-size: auto;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
  background-attachment: initial !important;
}
/* Obere Menüleiste. Transparent beim Start der Seite*/
.head_wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  /*height: 59px;*/
  height: 3.25em;
  /*background: rgba(85,85,85,0.72);
  background: rgba(93,110,128,1);*/
  /*background-color: #1460AD;*/
  background-color: #094F8B;
  opacity: 1.00;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  z-index: 10;
  box-shadow: 0px 0px 5px black;
}
/* Obere Menüleiste. Undurchsichtig beim Start der Seite*/
.head_wrapper_fix {
  position: fixed;
  width: 100%;
  top: 0;
  /*height: 59px;*/
  height: 3.25em;
  /*background: rgba(85,85,85,0.72);
  background: rgba(93,110,128,1);*/
  background-color: #094F8B;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  z-index: 10;
}
.test2 {
  height: var(--VIEWPORTHEIGT);
  width: var(--VIEWPORTWIDTH);
}
/* Navigation innerhalb des Header ZENTRIERT*/
.navigation_wrapper{
  color: #fff;
  /*opacity: 0.8;*/
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 1.25em;
  position: fixed;

  margin: 1em auto;
  max-width: 75em;
  /* max-width: 1140px; */
  text-transform: uppercase;
}
/* Navigation Links - NICHT Unterstrichen und GROßBuchstaben */
.navigation_wrapper a {
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 1em;

}
/* rechtes Ende des Headers - Abgeschrägt */
.header_end {
  background: rgba(255,255,255,0.9);
  position: absolute;
  right: -2em;
  /*height: 59px;*/
  height: 3.25em;
  top: 0;
  width: 10%;
  transform: skewX(-7deg);
}
/* Titelcontainer */
.title_wrapper{
  color: #fff;

  /*background-image: url("bg2.png");*/
  background-clip: padding-box;
  /*background: rgba(85,85,85,0.72);
  background: rgba(93,110,128,0.72);
  background: rgba(20, 96, 173, 0.72);
  background-color: #094F8B;*/
  /*text-shadow: 0.75em 0.75em 0.75em #a6a6a6;*/
  margin: 45vh auto 0 auto;
  /*max-width: 1100px;*/
  max-width: 75em;
  text-align: center;
  opacity: 0.80;
  font-weight: bold;

  /*box-shadow: 0px 0px 5px black;*/
}
/* TITEL Große Schrift*/
.title{
  /*font-size: xx-large;*/
  font-size: 2.0em;
  font-style: italic;
  /*padding-bottom: 0.50em;*/
}
/* Untertitel */
.subtitle{
  /*font-size: x-large;*/
  font-size: 1.25em;
  font-style: normal;
}
/* Inhaltscontainer */
.page_wrapper{
  color:#222222;
  background: rgba(255,255,255,0.9);
  border-top: 0.31em solid #1460AD;
  padding: 1.25em;
  margin: 0 auto;
  /*max-width: 1100px;*/
  max-width: 75em;
  min-height: 58vh;
  box-shadow: inset 0px 0px 5px, 0px 0px 5px black;
}
.page_wrapper h1 {
  /*font-size: x-large;*/
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  margin: 0.6em 0 1.75em 0;
}
.page_wrapper h2 {
  /*font-size: large;*/
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
}
.main_wrapper {

}
.footer{
  /*background: #ffffff;*/
  background: rgba(255,255,255,0.9);
  padding: 1.25em;
  margin: 0.5em auto 0.75em;
  /*border-top: 0;*/
  border-top: 0.31em solid #1460AD;
  color: #222222;
  /*max-width: 1100px;*/
  max-width: 75em;
  box-shadow: inset 0px 0px 5px, 0px 0px 5px black;
}
.footer a{
  color:#222222;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0.75em;
  padding: 0.225em;
  border-radius: 0.25em;
}
.footer a:hover {
  background-color: #ddd;
  color: black;
}
/* Ab hier werden die Breiten, Höhen und Werte eingesetzt,
   die gelten, wenn die Breite des Bildschirmes KLEINER
   als 76em ist! */
@media screen and (max-width:76em) {
  .page_wrapper {
    margin: 0 1em;
  }
  .footer {
    margin: 0.5em 1em 1em;
  }
  .title_wrapper {
    /*margin: 4.25em 1em 1em 1em;*/
  }
  .navigation_wrapper {
    margin: 1em 2em;
  }
  body {

  }
}
