/* ================================================== Variablen ================================================== */
:root {
  --font-color-h1: #1f4e79;
  --font-color-h2: #1f4e79;
  --font-color-Link: #00bcd4;
}
body {
  background-color: #f7f9fc;
}
.source-code-pro-100 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.source-code-pro-400 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.source-code-pro-800 {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.noto-sans-100 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.noto-sans-200 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.noto-sans-400 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.noto-sans-800 {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
#text{
  position: absolute;
  color: #FFFFFF !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
}
.bg-video {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  -o-filter: blur(6px);
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.img-header {
  max-width: 250px !important;
}
h1, h2 {
  font-weight: bolder;
/*  text-shadow: #E8E8E8 2px 5px;*/
}
h1 {
  font-size: 45px !important;
  color: var( --font-color-h1 ) !important;
}
h2 {
  font-size: 30px;
  color: var( --font-color-h2 ) !important;
}
a {
  font-size: 15px;
  color: var( --font-color-Link) !important;
/*  text-shadow: #E8E8E8 2px 2px;*/
  text-decoration: none;
}

/*  X-Small devices (portrait phones, less than 576px)
    No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  embed, iframe, img, object, video {
    max-width: none !important;
 }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  h1, h2 {
    font-size: 60px;
  }
  h1 {
    font-size: 90px !important;
  }
  a {
    font-size: 30px !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

}