@font-face {
  font-family: "Vollkorn";
  src: url("../fonts/vollkorn/Vollkorn-Regular.woff2") format("woff2"), url("../fonts/vollkorn/Vollkorn-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Vollkorn";
  src: url("../fonts/vollkorn/Vollkorn-Black.woff2") format("woff2"), url("../fonts/vollkorn/Vollkorn-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #d3af7c;
  color: #395043;
}

a {
  color: #f29b00;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #f29b00;
}
a:active, a:link {
  color: #f29b00;
}

header,
main,
footer {
  max-width: 1024px;
  min-width: 320px;
  margin: 0px auto;
}

header {
  margin-top: 0;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  header {
    height: 200px;
  }
}
@media screen and (min-width: 667px) {
  header {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    height: 200px;
  }
}

#title,
#description,
footer {
  padding: 30px 10%;
}

#title {
  background-color: #0e6681;
  color: #f29b00;
  position: relative;
  padding-top: 0;
}
#title::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 100%);
  background-color: #0e6681;
}
@media screen and (min-width: 480px) {
  #title::before {
    top: -75px;
    height: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #title::before {
    top: -100px;
    height: 100px;
  }
}
#title h1 {
  font-family: Vollkorn;
  font-weight: 900;
  margin: 0;
  font-size: 33px;
  width: 150px;
  text-shadow: 1px 1px 2px black;
}
#title h1 span {
  margin-left: 10%;
  font-size: 0.7em;
  font-style: italic;
}
@media screen and (min-width: 480px) {
  #title h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  #title h1 {
    width: 300px;
    font-size: 65px;
  }
}
@media screen and (min-width: 1024px) {
  #title h1 {
    font-size: 80px;
  }
}
#title h1.small {
  padding-top: 20px;
  width: 100%;
  font-size: 30px;
}
#title h1.small span {
  margin: 0;
  font-size: 0.7em;
}
@media screen and (min-width: 568px) {
  #title h1.small {
    padding-top: 0;
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  #title h1.small {
    font-size: 40px;
  }
}
#title #krauti {
  position: absolute;
  top: -50px;
  right: 6%;
  height: 250px;
}
@media screen and (min-width: 375px) {
  #title #krauti {
    height: 330px;
    right: 8%;
    top: -70px;
  }
}
@media screen and (min-width: 414px) {
  #title #krauti {
    height: 380px;
    right: 9%;
    top: -70px;
  }
}
@media screen and (min-width: 480px) {
  #title #krauti {
    height: 400px;
    right: 8%;
    top: -100px;
  }
}
@media screen and (min-width: 568px) {
  #title #krauti {
    height: 420px;
    right: 10%;
    top: -140px;
  }
}
@media screen and (min-width: 667px) {
  #title #krauti {
    height: 550px;
    right: 10%;
    top: -140px;
  }
}
@media screen and (min-width: 736px) {
  #title #krauti {
    height: 650px;
    right: 10%;
    top: -140px;
  }
}
@media screen and (min-width: 1024px) {
  #title #krauti {
    height: 950px;
    top: -150px;
    right: 80px;
  }
}
#title .date {
  text-shadow: 1px 1px 2px black;
  margin-top: 25px;
  font-size: 25px;
}
@media screen and (min-width: 480px) {
  #title .date {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) {
  #title .date {
    margin-top: 40px;
    font-size: 50px;
  }
}
@media screen and (min-width: 1024px) {
  #title .date {
    font-size: 45px;
  }
}
#title .venue {
  margin-top: 50px;
  font-size: 16px;
  color: white;
}
#title .venue .title {
  font-size: 1.5em;
}
@media screen and (min-width: 480px) {
  #title .venue {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #title .venue {
    font-size: 25px;
  }
}
#title .back {
  font-size: 20px;
}

#description {
  padding-bottom: 0;
  font-size: 18px;
}
#description h2 {
  font-size: 30px;
  font-family: Vollkorn;
  margin: 0 0 1em;
}
#description p {
  margin-bottom: 1.5em;
}
#description.description--padding {
  padding-bottom: 50px;
}
#description.datenschutz h1 {
  margin-bottom: 20px;
}
#description.datenschutz h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
#description.datenschutz a {
  color: #395043;
  text-decoration: underline;
}
#description.datenschutz a:hover, #description.datenschutz a:active, #description.datenschutz a:link {
  color: #395043;
}

footer {
  background-color: #0e6681;
  color: white;
  font-size: 16px;
}
footer h2 {
  font-size: 20px;
}
footer .first {
  display: block;
}
footer .first .col {
  width: 100%;
  flex-grow: 0;
  padding-right: 40px;
}
footer .first .col:last-child {
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  footer .first {
    display: flex;
    flex-direction: row;
  }
  footer .first .col {
    width: 33%;
    flex-grow: 1;
    padding-right: 40px;
  }
  footer .first .col:last-child {
    padding-right: 0;
  }
}
footer .free {
  font-size: 22px;
  color: #f29b00;
  font-weight: bold;
  margin-top: 30px;
}
footer ul.legal {
  margin: 30px 0;
  padding: 0;
}
footer ul.legal li {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
}
footer .thx-photo {
  margin: 20px 0 5px;
}
footer .sponsorlogos {
  margin-top: 40px;
}
footer .sponsorlogo {
  background-color: white;
  height: 60px;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  footer .sponsorlogo {
    height: 80px;
  }
}

/*# sourceMappingURL=style.css.map */
