@font-face {
  font-family: "Abordage";
  src: url("/fonts/Abordage-Regular.woff") format('woff'), url("/fonts/Abordage-Regular.woff2") format('woff2');
}


html,
body {
  background: #e83600;
  z-index: 1;
  font-family: "TimesNewArial", sans-serif;
  font-variation-settings: "srff" 0, "ital" 0, "wght" 70;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;

}

a,
button,
input,
label {
  cursor: pointer;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  height: 98vh;
  position: relative;
  width: auto;
  margin: 1vh;
  display: inline-block;

}

.flyer {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: end;
}

.contact {
  background-color: rgb(201, 32, 32);
  width: auto;
  height: 15.3vh;
  font-size: .8em;
  /* margin: 1vh; */
  border: none;
  color: white;
  bottom: 0vh;
  text-align: left;
  /* padding: 2vh; */
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "Abordage";
  margin: 1vh;
  text-decoration: none;
  text-align: left;
}

.contact div {
  padding: 0.5vw;
  line-height: 120%;
}

.anmeldung {
  font-size: 1.5em;
}

@media (max-width:500px) {

  html,
  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .contact {
    position: relative;
    width: 100vw;
    margin: 0vh;
    padding-left: 7vw;
    padding-right: 2vw;

  }

  img {
    height: auto;
    position: relative;
    width: 100vw;
    margin: 0vh;

  }

  .flyer {
    width: 100vw;
    align-items: center;
    flex-direction: column;

  }
}