h1 {
  font-family: "Didact Gothic", sans-serif !important;
  /*color: #0A5186 !important;*/
  color: #4a8f5b !important;
}

h2,
h5,
.h2,
.h5 {
  /*color: #0E70B9 !important;*/
  color: #5f8e62 !important;
}
/*logo pink: e12565*/

h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif !important;
}

body {
  /*background-color: #042339 !important;;*/
  background-color: #988780 !important;
}

footer div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background-color: #383431;
  color: white !important;
}

div {
  /*background-color: white;*/
}
.navbar {
  background-color: #383431 !important;
}
.navbar a {
  color: white !important;
}

.navbar-toggler {
  border-color: white !important;
}

.fa-bars {
  color: white !important;
}

.container {
  padding: 0 !important;
  background-color: #fffdfa !important;
}

.fadein {
  position: relative;
  width: 100%;
  height: 100%;
}
.fadein img {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 300px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
  h1 {
    font-size: 2rem !important;
  }
  #start-content {
    margin-top: 250px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
  #start-content {
    margin-top: 360px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  #start-content {
    margin-top: 480px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 2rem !important;
  }
}

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

.map {
  position: relative;
  display: flex;
  width: 100%;
  height: 450px;
  border: 0;
  overflow: hidden;
}

.karte {
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}
