@font-face {
  font-family: "AuthenticKunstverein-Light";
  src: url(../../fonts/AuthenticKunstverein-Light.woff), url(../../fonts/AuthenticKunstverein-Light.woff2);
}
@font-face {
  font-family: "AuthenticKunstverein-Regular";
  src: url(../../fonts/AuthenticKunstverein-Regular.woff), url(../../fonts/AuthenticKunstverein-Regular.woff2);
}
@font-face {
  font-family: "AuthenticKunstverein-Medium";
  src: url(../../fonts/AuthenticKunstverein-Medium.woff), url(../../fonts/AuthenticKunstverein-Medium.woff2);
}
:root {
  font-size: 62.5%;
}

body {
  font-family: "AuthenticKunstverein-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.2rem;
  font-family: "AuthenticKunstverein-Light", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "AuthenticKunstverein-Medium", Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "AuthenticKunstverein-Medium", Arial, Helvetica, sans-serif;
}

b {
  font-family: "AuthenticKunstverein-Medium", Arial, Helvetica, sans-serif;
}

:root {
  --authentic-kunstverein-light-ss01: "ss01" off;
  --authentic-kunstverein-regular-ss03: "ss03" off;
}

.authentic-kunstverein-light-ss01 {
  --authentic-kunstverein-light-ss01: "ss01" on;
}

.authentic-kunstverein-regular-ss03 {
  --authentic-kunstverein-regular-ss03: "ss03" on;
}

.authentic-kunstverein-light-ss01 {
  font-feature-settings: var(--authentic-kunstverein-light-ss01);
}

.authentic-kunstverein-regular-ss03 {
  font-feature-settings: var(--authentic-kunstverein-regular-ss03);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
}

.disabled {
  color: grey;
  pointer-events: none;
  cursor: default;
}

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

li {
  list-style: none;
}

hr {
  width: 98%;
  margin: auto;
}

main a:hover {
  text-decoration: underline;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.yellow {
  background-color: yellow;
}

.content-wrap {
  padding-bottom: 3.8rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 3.8rem;
  background-color: #fff;
  border-top: 1px solid #464646;
}

@font-face {
  font-family: "AuthenticKunstverein-Light";
  src: url(../../fonts/AuthenticKunstverein-Light.woff), url(../../fonts/AuthenticKunstverein-Light.woff2);
}
@font-face {
  font-family: "AuthenticKunstverein-Regular";
  src: url(../../fonts/AuthenticKunstverein-Regular.woff), url(../../fonts/AuthenticKunstverein-Regular.woff2);
}
@font-face {
  font-family: "AuthenticKunstverein-Medium";
  src: url(../../fonts/AuthenticKunstverein-Medium.woff), url(../../fonts/AuthenticKunstverein-Medium.woff2);
}
:root {
  font-size: 62.5%;
}

body {
  font-family: "AuthenticKunstverein-Regular", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.2rem;
  font-family: "AuthenticKunstverein-Light", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "AuthenticKunstverein-Medium", Arial, Helvetica, sans-serif;
}

h3 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "AuthenticKunstverein-Medium", Arial, Helvetica, sans-serif;
}

b {
  font-family: "AuthenticKunstverein-Medium", Arial, Helvetica, sans-serif;
}

:root {
  --authentic-kunstverein-light-ss01: "ss01" off;
  --authentic-kunstverein-regular-ss03: "ss03" off;
}

.authentic-kunstverein-light-ss01 {
  --authentic-kunstverein-light-ss01: "ss01" on;
}

.authentic-kunstverein-regular-ss03 {
  --authentic-kunstverein-regular-ss03: "ss03" on;
}

.authentic-kunstverein-light-ss01 {
  font-feature-settings: var(--authentic-kunstverein-light-ss01);
}

.authentic-kunstverein-regular-ss03 {
  font-feature-settings: var(--authentic-kunstverein-regular-ss03);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
}

.disabled {
  color: grey;
  pointer-events: none;
  cursor: default;
}

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

li {
  list-style: none;
}

hr {
  width: 98%;
  margin: auto;
}

main a:hover {
  text-decoration: underline;
}

.page-container {
  position: relative;
  min-height: 100vh;
}

.yellow {
  background-color: yellow;
}

.content-wrap {
  padding-bottom: 3.8rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  height: 3.8rem;
  background-color: #fff;
  border-top: 1px solid #464646;
}

.header {
  font-size: 1.4rem;
  background-color: #fff;
  height: 130px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 50% 50%;
  gap: 1px;
}
.header span {
  font-size: 1.3rem;
}

.nav-up {
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: 1fr;
  gap: 1px;
}
.nav-up .nav-up-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 1px #464646;
}
.nav-up .nav-up-item img {
  display: flex;
  width: 78%;
  user-select: none;
}
.nav-up .nav-up-item .desktop-only {
  display: none;
}
.nav-up .nav-up-item ul li {
  line-height: 2.6rem;
  padding: 0 1rem;
  list-style: none;
  text-align: end;
}
.nav-up .nav-up-item ul li a:hover {
  box-shadow: 0 -2px 10px yellow;
  border: 2px solid yellow;
  background-color: yellow;
}
.nav-up div:nth-child(2) {
  justify-content: space-between;
  padding: 0 1.5rem;
}

.nav-down {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.nav-down .nav-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 1px;
  box-shadow: 0 0 0 1px #464646;
}
.nav-down .active {
  background-color: yellow;
}

.flyer{
  width:100%;
  height:auto;
  margin-bottom:20px;
}

@media only screen and (min-width: 768px) {
  .header {
    font-size: 1.6rem;
    height: 100px;
    grid-template-rows: 68% 32%;
  }

  .nav-up .nav-up-item .desktop-only {
    display: initial;
  }

  .nav-down {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 30px;
    gap: 1px;
  }
  .nav-down .nav-item:hover {
    background-color: yellow;
    text-decoration: none;
  }
}
.main {
  background-color: yellow;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
.main span {
  font-size: 1.3rem;
}

.vehrs-grafik img {
  display: block;
  padding: 0.5rem;
  width: 75%;
  margin: auto;
}

.vehrs-desc section {
  margin: 1rem 0;

}
.vehrs-desc .orte p {
  padding: 1rem;
}
.vehrs-desc h2 {
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.vehrs-desc h3 {
  margin-top: 3rem;
}
.vehrs-desc .vehrs-desc-inner {
  text-align: left;
  margin: 2rem 0;
  width: 100%;
  height: fit-content;
  padding: 2rem;
  background-color: white;
  border: 2px solid black;
  border-top-left-radius: 8vw;
  border-bottom-left-radius: 11vw;
  border-top-right-radius: 14vw;
  border-bottom-right-radius: 7vw;
}

.vehrs-desc-inner.flyer{
}

.vehrs-desc .flyer{
    border-top-right-radius: 0rem;
}

@media only screen and (min-width: 500px) {
  .vehrs-desc .orte {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
  }
  .vehrs-desc .orte p {
    padding: 1rem;
  }
  .vehrs-desc .vehrs-desc-inner {
    padding: 4rem;
  }
  .vehrs-desc .flyer{
      border-top-right-radius: 0rem;
  }
}
@media only screen and (min-width: 768px) {
  .main {
    margin: auto;
    height: fit-content;
    grid-template-columns: 35% 65%;
    max-width: 1500px;
  }

  .vehrs-grafik .vehrs-grafik-inner {
    display: flex;
    justify-content: center;
  }
  .vehrs-grafik .vehrs-grafik-inner img {
    margin: 2rem 0;
    width: 90%;
    height: 90%;
  }

  .vehrs-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
  }
  .vehrs-desc .orte {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
    text-align: initial;
  }
  .vehrs-desc h2 {
    width: 100%;
    margin: auto;
  }
  .vehrs-desc h3 {
    text-align: initial;
  }
  .vehrs-desc .vehrs-desc-inner {
    padding: 4rem 9rem;
  }
  .vehrs-desc .flyer{
      border-top-right-radius: 4rem;
  }
}
@media only screen and (min-width: 1250px) {
  .vehrs-desc .vehrs-desc-inner {
    padding: 4rem;
    padding-left: 8rem;
  }
  .vehrs-desc .vehrs-desc-inner .orte {
    grid-template-rows: repeat(3, 1fr);
  }

  .vehrs-desc .flyer{
      border-top-right-radius: 8rem;
  }
}
@media only screen and (min-width: 1500px) {
  .vehrs-desc .vehrs-desc-inner .orte, .vehrs-desc .vehrs-desc-inner h3 {
    width: 90%;
    margin: auto;
  }

  .vehrs-desc .flyer{
      border-top-right-radius: 10rem;
  }
}

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