@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("./_bundle/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("./_bundle/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("./_bundle/Barlow-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("./_bundle/Barlow-SemiBold.ttf") format("truetype");
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  font-family: "Barlow", sans-serif;
  background-color: #cedfee;
  background-image: url(./_shared/background.png);
  background-repeat: no-repeat;
  background-size: 1150px auto;
  background-position: center bottom;
  opacity: 0.9;
  width: 100%;
  z-index: -1;
}

.arrow-back {
  padding: 3px;
  margin-left: -28px;
  max-height: 28px;
}

.back-btn {
  position: absolute;
  z-index: 10;
  margin-top: 12px;
  background-color: #2c90c4 !important;
  margin-left: 28px;
  color: #fff;
}

.back-btn:hover {
  margin-top: 12px;
  background-color: #2c90c4 !important;
  margin-left: 28px;
  color: #fff;
}


.survey {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  padding: 0px;
  margin-bottom: -12px;
}

.survey p {
  padding-top: 6px !important;
}

.survey a {
  text-decoration: underline;
  color: #fff;
}


nav h1 {
  font-size: 2.7em;
  padding-top: 10px;
  color: #cc1047;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 2em;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}

.pfad {
  font-size: 3em;
}

nav h4 {
  font-size: 1.3em;
  color: #cc1047;
  text-align: center;
  margin-bottom: 0;
  margin-top: -10px;
  font-weight: bold;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

a:hover h2 {
  color: #e53225;
}

nav h2 {
  font-size: 2em;
  padding-top: 0px;
  margin-top: 10px;
  color: #4b4449;
  text-align: center;
  margin-bottom: 0;
}

.footer-logo {
text-align: center;
}

.footer .logos{
  height: 80px;
  margin: 6px;
}

.figure {
  width: 100%;
}

.container p {
  display: block;
  width: auto;
}

p a {
  color: #000;
  text-decoration: underline;
}

p a:hover {
  color: rgba(0, 0, 0, 0.842);
  text-decoration: underline;
}

.container-fluid {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0px;
  position: relative;
  margin-top: -2.8em;
  overflow-x: hidden;
}

article {
  position: relative;
  width: 100%;
  min-height: 140px;
}

article {
  padding-bottom: 14px;
}

a:hover {
  text-decoration: none;
}

a article:hover {
  border-color: #937753;
}

.footer {
  background-color: rgba(255, 255, 255, 1);
}

.footer {
  position: absolute;
  bottom: -218px;
  width: 100%;
  z-index: 100;
}

.footer a,
.footer p {
  color: #000;
  text-align: center;
}

.footer-logo {
  text-align: center;
  margin-top: 24px;
}

.footer p {
  padding-top: 1em;
  font-size: 1.2em;
}

.row {
  margin: 0 auto;
}

p {
  color: white;
}

.logo {
  margin: 0 5px;
}

@media (max-width: 1800px) {
  body {
    background-size: 1800px auto;
    background-position: center 200px;
    min-height: 1150px;
  }

  .container-fluid {
    padding: 0px;
    margin-top: -2em;
  }

  .figure {
    padding: 0px;
  }

  .container-fluid {
    max-width: 1800px;
  }
}

@media (max-width: 1400px) {
  .footer-logo {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .footer p {
    padding-top: 10px;
  }
}

@media (max-width: 1400px) {
  body {
    background-position: center bottom;
  }

  .container-fluid {
    max-width: 1400px;
  }

  .figure {
    width: 100%;
    margin-left: 0px;
  }

  .container-fluid {
    padding: 0px;
  }
}

@media (max-width: 1000px) {
  .figure {
    width: 140%;
    margin-left: -30%;
  }

  body {
    overflow-x: hidden;
  }
}

@media (max-width: 650px) {
  body {
    background-size: 850px auto;
    background-position: center bottom;
    min-height: 100%;
  }

  .figure {
    width: 190%;
    margin-left: -45%;
  }

  h1 {
    font-size: 1.2em !important;
    padding-bottom: 16px;
  }

  h2 {
    margin-bottom: 0.5em !important;
  }

  .footer p {
    font-size: 0.9em;
  }

  .footer img {
    height: 30px;
  }
}
