/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/roboto-slab-v24-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/roboto-slab-v24-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/roboto-slab-v24-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/roboto-slab-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spectral-regular - latin-ext_latin */
@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 400;
  src: local(""),
    url("../fonts/spectral-v13-latin-ext_latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/spectral-v13-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* spectral-700 - latin-ext_latin */
@font-face {
  font-family: "Spectral";
  font-style: normal;
  font-weight: 700;
  src: local(""),
    url("../fonts/spectral-v13-latin-ext_latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/spectral-v13-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-regular - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/lora-v26-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/lora-v26-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lora-700 - latin */
@font-face {
  font-family: "Lora";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/lora-v26-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/lora-v26-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  font-family: "Spectral", "Lora", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: #0e1f23;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 25px;
  letter-spacing: 1, 5px;
}

@media (min-width: 768px) {
  p {
    font-size: 22px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #42dca3;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #1d9b6c;
}

strong {
  font-weight: 800;
}

#mainNav {
  font-family: "Roboto Slab", serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 0px solid rgba(255, 255, 255, 0.3);
  background-color: #0e1f23;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 0px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
  font-size: 1em;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out,
      padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out,
      padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out,
      padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
    background: #0e1f23;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.parallax-window {
  height: 150vh;
  background: transparent;
}

.parallax-container {
  height: 100vh;
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center fixed;
  object-fit: cover;
  overflow: hidden;
  background-color: #0e1f23;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body .brand-heading {
  font-size: 30px;
}

.masthead .intro-body .intro-text {
  font-size: 22px;
}

.hero-logo {
  margin-top: 2rem;
  width: 100%;
  margin-bottom: 6em;
}

.logo-badge {
  width: 4em;
  margin-bottom: 2em;
}

#contact.content-section {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 50px;
  }
  .masthead .intro-body .intro-text {
    font-size: 25px;
  }

  .intro-body {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .btn-default {
    margin: 1rem;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus,
.btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.btn-group-lg > .btn,
.btn-lg {
  letter-spacing: 0.1rem;
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.content-section2 {
  padding-top: 150px;
  padding-bottom: 0px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.download-section1 {
  color: white;
  background: url("../img/160907_155611--018589.jpg") no-repeat center center
    scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 65vh;
}

.download-section2 {
  color: white;
  background: url("../img/160907_162237--018699.jpg") no-repeat center center
    scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 65vh;
}

.download-section3 {
  color: white;
  background: url("../img/160907_160057--018615.jpg") no-repeat center center
    scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 65vh;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .content-section2 {
    padding-top: 200px;
    padding-bottom: 0px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #42dca3;
  border: 1px solid #42dca3;
  background-color: transparent;
  margin-top: 2rem;
}

.btn-default:focus,
.btn-default:hover {
  color: black;
  border: 1px solid #42dca3;
  outline: none;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }

  .parallax-container {
    height: 50vh;
  }

  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }

  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  h3 {
    font-size: 1rem;
  }

  .btn-group-lg > .btn,
  .btn-lg {
    font-size: 0.85rem;
  }

  .hero-logo {
    width: 80%;
    margin-bottom: 4em;
  }

  .content-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .btn-default {
    margin: 0rem;
    margin-bottom: 1rem;
  }

  .parallax-container {
    height: 400px;
    background: transparent;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.15rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.85rem;
    margin-top: 4rem;
    line-height: 1.4;
  }

  .btn-group-lg > .btn,
  .btn-lg {
    font-size: 0.85rem;
  }

  .hero-logo {
    width: 80%;
    margin-bottom: 3em;
  }
}

footer {
  padding: 75px 0px;
  padding-top: 0;
}

footer p {
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/* Dropdown Button */
.dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.logo {
  width: 12em;
}

#uc-privacy-button {
  display: none !important;
}

.ankuendigung + .ankuendigung h1 {
  display: none;
}
.ankuendigung p {
  font-size: clamp(1.25rem, 0.8462rem + 1.3462vw, 3rem);
  text-shadow: 0 0 16px black;
}
.ankuendigung a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
}
