.header {
  background: #0920539c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.socialmedia {
  margin: 10px 25px 8px 25px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  right: 0;
  width: 500px;
}

.navigation a {
  font-size: 15px;
  padding: 5px;
}

@media (min-width: 1000px) {
  .navigation a {
    font-size: 20px;
    padding: 11px;
  }
}

.navigation a:hover {
  color: #829dd8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 10px 5px 10px 40px;
}

a {
  color: #fff;
  text-decoration: none;
}

body {
  margin: 0;
  background: #bd0849;
  font-family: 'Playfair Display', serif;
  overflow-x: hidden;
}

.headline {
  position: relative;
  color: #fff;
}

.title {
  position: absolute;
  bottom: 40%;
  right: 20px;
}

h1 {
  font-family: 'Playfair Display SC', serif;
  font-size: 8vw;
  line-height: 100%;
  margin: 0;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 50px;
}

@media (min-width: 825px) {
  .content {
    padding: 0;
  }
}

.sectiontitle {
  color: rgba(249, 250, 245, 0.9);
  font-family: 'Playfair Display SC', serif;
  font-size: 4vw;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  padding: 0 25px;
}

h2 {
  margin: 0;
  font-size: 8vw;
}

@media (min-width: 825px) {
  h2 {
    font-size: 4vw;
  }
}

@media (min-width: 450px) {
  h2 {
    font-size: 6vw;
  }
}

.textbox {
  width: 325px;
  height: 150px;
  background: #f9faf5;
  padding: 15px;
  margin: 25px 25px 10px 25px;
  -webkit-transform: translateY();
          transform: translateY();
  -webkit-box-shadow: 8px 8px #0c2967;
          box-shadow: 8px 8px #0c2967;
}

@media (min-width: 825px) {
  .textbox {
    margin: 25px 25px 50px 25px;
  }
}

.text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#kontakt {
  color: white;
  position: relative;
}

.kontaktinfos {
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  bottom: 50%;
  left: 50%;
  text-align: center;
}

.kontaktinfos p {
  line-height: 0.5em;
  font-size: 3vw;
}

.daten {
  background: #f9faf5;
  padding: 1px 25px;
  width: 50vw;
}

h3, .mail {
  color: #0c2967;
  line-height: 0.5em;
  font-size: 3vw;
}

h3 a, .mail a {
  color: #0c2967;
}

#anfahrt {
  position: relative;
}

#anfahrt .adresse {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
}

#anfahrt .adresse h4 {
  margin: 0;
  font-size: 5vw;
}

@media (min-width: 750px) {
  #anfahrt .adresse h4 {
    font-size: 3vw;
  }
}

#anfahrt .adresse h4:hover {
  color: #829dd8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#anfahrt .adresse p {
  margin: 0;
  font-size: 4vw;
}

@media (min-width: 750px) {
  #anfahrt .adresse p {
    font-size: 2vw;
  }
}

.footer {
  background: #0c2967;
  margin: 0;
  padding: 10px;
}

.footer ul {
  list-style: none;
}

.footer ul a:hover {
  color: #829dd8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
/*# sourceMappingURL=styles.css.map */