@font-face {
  font-family: Ostia;
  src: url(../fonts/Ostia_Antica_WEB-Book.woff), url(../fonts/Ostia_Antica_WEB-Book.woff2);
}

@font-face {
  font-family: Cambon;
  src: url(../fonts/Cambon-Light.woff), url(../fonts/Cambon-Light.woff);
}

@font-face {
  font-family: Cambon-Thin;
  src: url(../fonts/cambon-thin.otf);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: Cambon;
  font-weight: 100;
  line-height: 1.5;
}

a {
  color: black;
}

input {
  display: none;
}

.container {
  min-height: 100vh;
  width: 100%;
  scroll-snap-align: start;
  position: relative;
}

@media (max-width: 1024px) {
  .container {
    min-height: 50vh;
  }
}

.navbar {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: nav;
  font-family: Ostia;
  -webkit-animation: 1s ease-in-out 0s 1 fade-in;
          animation: 1s ease-in-out 0s 1 fade-in;
}

@media (max-width: 1024px) {
  .navbar {
    display: none;
  }
}

.navbar ul {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navbar li {
  margin-right: 3rem;
  font-size: calc(5px + 0.7vw);
  cursor: pointer;
}

.navbar a {
  text-decoration: none;
  color: black;
}

.nav-mobile {
  font-family: Ostia;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 2;
  position: fixed;
  left: 0;
  -webkit-transform: translateY(-150vh);
          transform: translateY(-150vh);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  overflow: scroll;
}

.nav-mobile ul {
  list-style-type: none;
  padding: 20vh 0 0 0;
  text-align: center;
}

.nav-mobile li {
  padding: 0 0 1rem 0;
  font-size: calc(30px + 0.8vw);
}

.nav-mobile a {
  text-decoration: none;
}

.nav-mobile-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hamburger-wrapper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 3;
  position: absolute;
  top: calc(1rem + 12px);
  right: 1rem;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: visible;
}

@media screen and (min-width: 1024px) {
  .hamburger-wrapper {
    visibility: hidden;
  }
}

.hamburger {
  width: 40px;
  height: 4px;
  position: absolute;
  background: black;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:before, .hamburger:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: black;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:before {
  top: -12px;
}

.hamburger:after {
  top: 12px;
}

.hamburger-wrapper.hamburger-active .hamburger {
  background: rgba(0, 0, 0, 0);
}

.hamburger-wrapper.hamburger-active .hamburger:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-wrapper.hamburger-active .hamburger:after {
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.landing {
  min-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(200px, 0.8fr) minmax(150px, 0.5fr) 2fr;
      grid-template-columns: minmax(200px, 0.8fr) minmax(150px, 0.5fr) 2fr;
  -ms-grid-rows: minmax(150px, 15vh) 50px 2fr;
      grid-template-rows: minmax(150px, 15vh) 50px 2fr;
      grid-template-areas: " logo logo nav" " . . ." " cover link content";
}

@media (max-width: 1024px) {
  .landing {
    -ms-grid-columns: minmax(250px, 0.5fr) 0.3fr minmax(150px, 2fr);
        grid-template-columns: minmax(250px, 0.5fr) 0.3fr minmax(150px, 2fr);
    -ms-grid-rows: 15vh 2vh 500px 1fr;
        grid-template-rows: 15vh 2vh 500px 1fr;
        grid-template-areas: " logo logo ." " . . ." " cover . content" "link . .";
    padding-top: 1.75rem;
  }
}

@media (max-width: 600px) {
  .landing {
    width: 90%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: minmax(100px, 15vh) 10px minmax(300px, 1fr);
        grid-template-rows: minmax(100px, 15vh) 10px minmax(300px, 1fr);
        grid-template-areas: "logo" "." "cover" "link" "content";
  }
}

@media (max-width: 400px) {
  .landing {
    width: 80%;
  }
}

.landing_logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: logo;
  background-image: url("../images/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-animation: 1s ease-in-out 0s 1 fade-in;
          animation: 1s ease-in-out 0s 1 fade-in;
  width: 70%;
}

@media (max-width: 600px) {
  .landing_logo {
    width: 80%;
    background-position: center center;
    margin: 0 auto;
  }
}

.landing_cover {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: cover;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  width: 100%;
  min-height: 70vh;
  -webkit-animation: 1.4s ease-in-out 0s 1 fade-in;
          animation: 1.4s ease-in-out 0s 1 fade-in;
}

@media (max-width: 600px) {
  .landing_cover {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    min-height: 65vh;
  }
}

.landing_cover_link {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-area: link;
  font-family: Cambon-Thin;
  font-size: calc(10px + 2vw);
  padding-left: 1vw;
  padding-top: calc(100px + 5vw);
  line-height: 1.1;
  -webkit-animation: 1.4s ease-in-out 0s 1 fade-in;
          animation: 1.4s ease-in-out 0s 1 fade-in;
}

.landing_cover_link a {
  text-decoration: underline;
  color: black;
  font-size: calc(8px + 0.8vw);
}

@media (max-width: 1024px) {
  .landing_cover_link {
    position: relative;
    top: -100px;
    padding: 0;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}

@media (max-width: 600px) {
  .landing_cover_link {
    display: none;
  }
}

.landing_content {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: content;
  padding-right: 7vw;
  font-size: calc(12px + 1vw);
  text-align: left;
  -webkit-animation: 1.8s ease-in-out 0s 1 fade-in;
          animation: 1.8s ease-in-out 0s 1 fade-in;
}

.landing_content p {
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .landing_content {
    font-size: calc(12px + 0.8vw);
  }
}

@media (max-width: 600px) {
  .landing_content {
    padding: 0 1rem 1rem 1rem;
  }
}

#landing_info {
  grid-area: landing-info;
  padding-top: 5vh;
  font-size: calc(8px + 0.8vw);
  -webkit-animation: 1.4s ease-in-out 0s 1 fade-in;
          animation: 1.4s ease-in-out 0s 1 fade-in;
}

.fullPicture {
  height: 100vh;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("../images/fullscreen_image@2x.jpg");
}

@media (max-width: 1024px) {
  .fullPicture {
    height: 75vh;
    background-position: top center;
    background-image: url("../images/fullscreen_image@1,5x.jpg");
  }
}

@media (max-width: 600px) {
  .fullPicture {
    background-image: url("../images/fullscreen_image.jpg");
  }
}

.inserieren {
  min-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding-top: 4rem;
  display: -ms-grid;
  display: grid;
  grid-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1024px) {
  .inserieren {
    grid-gap: 2vw;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .inserieren {
    padding-top: 2rem;
    width: 90%;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.inserieren section h1 {
  margin: 0;
  font-size: calc(18px + 1vw);
  font-weight: 100;
}

.inserieren section ul {
  list-style-type: none;
  padding: 0;
}

.inserieren section p,
.inserieren section li {
  font-size: calc(8px + 0.8vw);
}

@media (max-width: 600px) {
  .inserieren section p,
  .inserieren section li {
    font-size: calc(12px + 1vw);
  }
}

.archiv {
  min-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding-top: 4rem;
}

.archiv label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  height: 7vh;
  cursor: pointer;
  border-top: 1px solid black;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 1.2rem;
}

.archiv label div:first-child {
  width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: calc(30px + 0.8vw);
}

.archiv_content {
  max-height: 0;
  /* overflow-x: scroll; */
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .archiv_content {
    padding-left: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.archiv_bilder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.archiv_bilder a {
  text-decoration: none;
}

.archiv_bilder .archiv_bilder_innerFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archiv_bilder .archiv_bilder_innerFlex span {
  font-size: calc(8px + 0.8vw);
  margin: 0 1rem 1rem 0;
}

@media (max-width: 600px) {
  .archiv_bilder .archiv_bilder_innerFlex span {
    text-align: center;
    font-size: calc(12px + 1vw);
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

.archiv_bilder .archiv_bilder_innerFlex img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  padding: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .archiv_bilder .archiv_bilder_innerFlex img {
    padding: 0.5rem;
    max-height: 250px;
  }
}

@media (max-width: 600px) {
  .archiv_bilder .archiv_bilder_innerFlex img {
    max-height: 110px;
  }
}

.wrap-8 {
  border-bottom: 1px solid black;
}

@media (max-width: 600px) {
  #archivtext-anomaly {
    margin: 0 0.75rem 1rem 0;
  }
}

input:checked ~ .archiv_content {
  max-height: 100vh;
  opacity: 1;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
  -webkit-animation: fade-in 0.4s ease-in-out;
          animation: fade-in 0.4s ease-in-out;
}

.archiv_content::-webkit-scrollbar {
  display: none;
}

.distribution {
  min-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 5vw;
}

@media (max-width: 600px) {
  .distribution {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding-top: 2rem;
  }
}

.distribution h1 {
  margin: 0;
  font-size: calc(30px + 0.8vw);
  font-weight: 100;
}

.distribution ul {
  list-style-type: none;
  padding: 0;
}

.distribution p {
  font-size: calc(12px + 0.8vw);
}

.distribution li {
  font-size: calc(4px + 0.8vw);
}

@media (max-width: 600px) {
  .distribution li {
    font-size: calc(7px + 0.8vw);
  }
}

.distribution #teilnehmer {
  -ms-grid-column-align: right;
      justify-self: right;
  padding-right: 8vw;
}

@media (max-width: 600px) {
  .distribution #teilnehmer {
    -ms-grid-column-align: left;
        justify-self: left;
    padding: 0;
  }
  .distribution #teilnehmer h1 {
    font-size: 1.8rem;
  }
}

.kontakt {
  min-height: 100vh;
  width: 90%;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  scroll-snap-align: end;
}

@media (max-width: 600px) {
  .kontakt {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 0;
    padding-top: 2rem;
  }
}

.kontakt ul {
  list-style-type: none;
  padding: 0;
}

.kontakt h1 {
  margin: 0;
  padding: 0;
  font-size: calc(30px + 0.8vw);
  font-weight: 100;
}

.kontakt li,
.kontakt p {
  font-size: calc(12px + 0.8vw);
}

.kontakt a {
  text-decoration: none;
}

.kontakt-grid {
  max-width: 70%;
  display: -ms-grid;
  display: grid;
  grid-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: (minmax(150px, 30vh))[2];
      grid-template-rows: repeat(2, minmax(150px, 30vh));
  margin-top: 4rem;
  padding-bottom: 70px;
}

@media (max-width: 1024px) {
  .kontakt-grid {
    max-width: 90%;
    grid-gap: 0;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}

@media (max-width: 600px) {
  .kontakt-grid {
    max-width: 90%;
    grid-gap: 0;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
    margin-top: 0;
    padding-bottom: 50px;
  }
}

.kontakt-grid h1 {
  font-size: calc(17px + 0.8vw);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: calc(12px + 0.8vw);
  position: absolute;
  right: 5vw;
  bottom: 2rem;
  left: 5vw;
}

.footer span {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .footer {
    display: block;
  }
  .footer a {
    font-size: calc(12px + 0.8vw);
  }
}

.impressum,
.agb {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1;
  background-color: black;
  color: white;
  text-align: center;
  opacity: 0;
  visibility: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .impressum,
  .agb {
    font-size: calc(12px + 0.8vw);
  }
}

.agb {
  padding: 0 10rem;
  overflow: scroll;
  text-align: center;
}

.agb p {
  margin: 0 auto;
  max-width: 50%;
  padding-bottom: 1rem;
}

.agb h1,
.agb h2 {
  font-weight: 100;
}

@media (max-width: 1024px) {
  .agb {
    padding: 0 1rem;
  }
  .agb p {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
  }
}

.agb.show,
.impressum.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}

i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 0.4rem;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  -webkit-transition: border 0.2s ease 0.2s;
  transition: border 0.2s ease 0.2s;
}

i:hover {
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
  border: solid grey;
  border-width: 0 3px 3px 0;
}

#archiv-arrow {
  bottom: -1px;
}

.close-icon {
  position: relative;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 600px) {
  .close-icon {
    width: 25px;
    height: 25px;
  }
}

.close-icon:hover::before, .close-icon:hover::after {
  background: white;
}

.close-icon::before, .close-icon::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: white;
}

.close-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-icon.thick::before, .close-icon.thick::after {
  height: 4px;
  margin-top: -2px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: none;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=main.css.map */