@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;
}

@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-content {
  width: 100%;
  margin: 2rem 0;
}
.main-content img:first-child {
  display: block;
  margin: auto;
  width: calc(100% - 4rem);
  margin-bottom: 2rem;
  border-radius: 2px;
}
.main-content p {
  width: calc(100% - 4rem);
  margin: 0 auto 1rem;
}
.main-content p span {
  font-size: 1.3rem;
}
.main-content p img {
  width: 80px;
  margin-top: 1rem;
}

@media only screen and (min-width: 768px) {
  .main-content {
    margin: 4rem 0;
  }
  .main-content img:first-child {
    width: 80%;
    margin-bottom: 4rem;
    box-shadow: 0 0 30px 10px yellow;
  }
  .main-content p {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-content img:first-child {
    width: 50%;
  }
}

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