@charset "UTF-8";
/*
Author: Patrick Savolainen
Author URI: https://www.savolainen.studio
Description: WP Template für den Solothurner Literaturpreis 2026
Version: 0.06
Text Domain: none
*/
/*  Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: GT Planar;
  src: url("/wp-content/themes/solothurnerliteraturpreis/fonts/GT-Planar-VF.woff2") format("woff2-variations"), url("/wp-content/themes/solothurnerliteraturpreis/fonts/GT-Planar-VF.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: oblique -45deg 45deg;
  font-variation-settings: "slnt" -45 45;
}
html {
  background-color: #F9F9F9;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  background-color: #F9F9F9;
  color: #4F2D73;
  transition: background-color 0.325s ease-in-out;
  font-family: "GT Planar", GT-Planar-VF, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-feature-settings: "ss01", "ss02", "ss03", "ss05";
  font-variation-settings: "slnt" 0;
}

::-moz-selection {
  background: #4F2D73;
  color: #FFF;
}

::selection {
  background: #4F2D73;
  color: #FFF;
}

@media (min-width: 1400px) {
  html, body {
    font-size: 18px;
  }
}
h1 {
  font-size: 8.25vw;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
  line-height: 0.88em;
}

h3 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
}

a:link, a:hover, a:visited, a:active {
  color: #4F2D73;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
}

a:hover {
  font-variation-settings: "slnt" 30;
  letter-spacing: 0.03em;
  margin-left: 0.5rem;
}

a.button {
  background: #4F2D73;
  padding: 0.2em;
  color: #FFF;
}

italic {
  font-variation-settings: "slnt" 30;
}

em {
  font-variation-settings: "slnt" 30;
}

.main-grid {
  z-index: 2;
  padding-top: 10px;
  min-height: 95vh;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  grid-gap: 22px;
  grid-row-gap: 44px;
  grid-template-areas: "header header header header header header header header header header header header " "headline headline headline headline headline headline headline headline headline headline headline headline " "main main main main main main main main main main main main " "main main main main main main main main main main main main " "main main main main main main main main main main main main ";
  grid-template-rows: 100px 300px auto;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
@media screen and (max-width: 900px) {
  .main-grid {
    width: 98%;
    grid-gap: 16px;
    padding-top: 5px;
    grid-template-rows: 100px 170px auto;
  }
}
.main-grid .grid-header {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 22px;
  grid-area: header;
  z-index: 5;
}
@media screen and (max-width: 900px) {
  .main-grid .grid-header {
    grid-gap: 16px;
  }
}
.main-grid li.menu-item {
  display: block;
  padding-left: 0.5rem;
  margin-left: -0.5rem;
}
.main-grid a:hover {
  margin-left: 0.1rem;
}
.main-grid li.menu-item:nth-of-type(even) a:hover {
  font-variation-settings: "slnt" -30;
}
.main-grid .grid-headline {
  grid-area: headline;
  grid-column: 1/13;
  justify-content: center;
  justify-self: center;
  align-self: center;
  font-size: 8.25vw;
  letter-spacing: -0.02em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 0.85em;
}
.main-grid .grid-headline p {
  margin-bottom: 0rem;
}
.main-grid .grid-headline p:nth-of-type(even) {
  font-variation-settings: "slnt" 20;
}
.main-grid .grid-headline p:nth-of-type(odd) {
  font-variation-settings: "slnt" -20;
}
.main-grid .grid-headline p.fitty-headline {
  font-size: initial;
}
@media screen and (max-width: 1000px) {
  .main-grid .grid-headline {
    font-size: 10vw;
  }
}
@media screen and (max-width: 600px) {
  .main-grid .grid-headline {
    font-size: 12vw;
  }
}
.main-grid .grid-col-left {
  grid-column: 1/3;
  font-weight: 400;
}
.main-grid .grid-col-left p {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .main-grid .grid-col-left {
    grid-column: 1/13;
  }
}
.main-grid .grid-col-center {
  font-weight: 400;
  grid-column: 3/8;
}
.main-grid .grid-col-center p {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .main-grid .grid-col-center {
    grid-column: 2/13;
  }
}
.main-grid .grid-col-right {
  font-weight: 400;
  grid-column: 9/13;
}
.main-grid .grid-col-right p {
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .main-grid .grid-col-right {
    grid-column: 2/13;
  }
}
.main-grid .juryportrait, .main-grid .preistraegerinportrait {
  display: flex;
  height: 20vw;
  background-color: #4F2D73;
  background-position: center;
  background-size: cover;
  align-items: end;
  justify-items: end;
  font-size: 0.6rem;
  margin-bottom: 1rem;
  margin-top: 0.3rem;
  color: #FFF;
  width: 50%;
  margin-right: 22px;
}
@media screen and (max-width: 1400px) {
  .main-grid .juryportrait, .main-grid .preistraegerinportrait {
    height: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .main-grid .juryportrait, .main-grid .preistraegerinportrait {
    height: 45vw;
    margin-right: 16px;
  }
}
.main-grid .preistraegerinportrait {
  width: 100%;
  min-height: 28vw;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .main-grid .preistraegerinportrait {
    height: 30vw;
  }
}
@media screen and (max-width: 600px) {
  .main-grid .preistraegerinportrait {
    height: 95vw;
    margin-right: 16px;
  }
}
.main-grid .grid-jurymitglied {
  font-weight: 400;
  grid-column: span 4;
  display: flex;
  flex-direction: row;
}
.main-grid .grid-jurymitglied p {
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  .main-grid .grid-jurymitglied {
    grid-column: span 6;
  }
}
@media screen and (max-width: 600px) {
  .main-grid .grid-jurymitglied {
    grid-column: span 12;
  }
}
.main-grid .grid-jurymitglied .juryname {
  display: none;
}
.main-grid .grid-jurymitglied .jurytext {
  width: 50%;
}
.main-grid .grid-preistraegerin {
  grid-column: span 4;
}
@media screen and (max-width: 800px) {
  .main-grid .grid-preistraegerin {
    grid-column: span 6;
  }
}
@media screen and (max-width: 400px) {
  .main-grid .grid-preistraegerin {
    grid-column: span 12;
  }
}
.main-grid .grid-preistraegerin .grid-preistraegerin-header {
  cursor: pointer;
}
.main-grid .grid-preistraegerin .grid-preistraegerin-header h2 {
  transition: all ease-in-out 0.4s;
}
.main-grid .grid-preistraegerin .grid-preistraegerin-header:hover h2 {
  font-variation-settings: "slnt" 30;
}
.main-grid .grid-preistraegerin .grid-preistraegerin-body {
  font-weight: 400;
  display: none;
  margin-bottom: 3rem;
}
.main-grid .grid-preistraegerin .grid-preistraegerin-body p {
  font-weight: 400;
}
.main-grid .grid-preistraegerin:nth-last-of-type(even) .grid-preistraegerin-header:hover h2 {
  font-variation-settings: "slnt" -30;
  display: block;
  padding-left: 1rem;
}
.main-grid .mobile {
  display: none;
}
.main-grid .grid-mobile {
  display: none;
}
.main-grid .desktop {
  display: block;
}
.main-grid .grid-desktop {
  display: grid;
}
@media screen and (max-width: 800px) {
  .main-grid .mobile {
    display: block;
  }
  .main-grid .grid-mobile {
    display: grid;
  }
  .main-grid .desktop {
    display: none;
  }
  .main-grid .grid-desktop {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .main-grid .mobile {
    display: none;
  }
  .main-grid .desktop {
    display: block;
  }
  .main-grid .grid-desktop {
    display: grid;
  }
}

.ankuendigung {
  width: 90vw;
  left: 5vw;
  text-align: center;
  position: absolute;
  margin-top: calc(45vh - 50px);
  transform: translateY(-50%);
  top: 100px;
  font-size: 10vw;
  letter-spacing: -0.05em;
  line-height: 0.8em;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .ankuendigung {
    margin-top: calc(45vh - 50px);
    width: 98vw;
    left: 1vw;
    font-size: 14vw;
  }
}
@media screen and (max-width: 400px) {
  .ankuendigung {
    margin-top: calc(45vh - 80px);
  }
}
.ankuendigung p {
  margin-bottom: 0;
}
.ankuendigung p:nth-of-type(even) {
  animation: vars-1 15s infinite ease-in-out;
}
.ankuendigung p:nth-of-type(odd) {
  animation: vars-2 25s infinite ease-in-out;
}

footer {
  font-size: 0.75rem;
  margin-top: 5rem;
  width: calc(100% - 44px);
  padding: 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 22px;
  grid-area: footer;
  background: #4F2D73;
  color: #8a5dbb;
  height: 10rem;
}
footer .grid-left {
  grid-column: span 1;
}
footer .grid-right {
  grid-column: 6;
}
footer p {
  padding-top: 0.5rem;
}
footer .footer-logo-1 {
  width: 55%;
  margin-left: 20%;
  padding-top: 0rem;
}
footer .footer-logo-2 {
  padding-top: 0rem;
}
@media screen and (max-width: 900px) {
  footer {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  footer {
    height: auto;
  }
  footer .grid-left {
    grid-column: span 4;
  }
}

.menu-mobile {
  position: fixed;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 500;
  background-color: #341357;
  z-index: 99;
}
.menu-mobile br {
  display: none;
}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {
  color: #FFF;
  display: block;
}
.menu-mobile a:hover {
  margin-left: 3rem;
}
@media screen and (max-width: 500px) {
  .menu-mobile {
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}

.menu-button-mobile {
  z-index: 999;
  cursor: pointer;
  transition: all ease-in-out;
  font-variation-settings: "slnt" 0;
}

.menu-button-mobile:hover {
  font-variation-settings: "slnt" 30;
}

.menu-mobile-onoff {
  display: none;
}

@keyframes vars-1 {
  0% {
    font-variation-settings: "slnt" 0;
  }
  20% {
    font-variation-settings: "slnt" 45;
  }
  50% {
    font-variation-settings: "slnt" 0;
  }
  60% {
    font-variation-settings: "slnt" -45;
  }
  100% {
    font-variation-settings: "slnt" 0;
  }
}
@keyframes vars-2 {
  0% {
    font-variation-settings: "slnt" 0;
  }
  15% {
    font-variation-settings: "slnt" -45;
  }
  50% {
    font-variation-settings: "slnt" 0;
  }
  80% {
    font-variation-settings: "slnt" 45;
  }
  100% {
    font-variation-settings: "slnt" 0;
  }
}
.wpcf7 input {
  border: 1px #4F2D73 solid;
  height: 1.2rem;
  color: #4F2D73;
  height: 1.2rem;
  width: 60%;
  min-width: 200px;
  max-width: 900px;
  font-family: GT Planar;
}

.wpcf7 input[type=button],
.wpcf7 input[type=submit] {
  padding: 0.2rem;
  background-color: #4F2D73;
  color: #FFF;
  width: 10rem;
  font-size: 1rem;
  height: 1.6rem;
}/*# sourceMappingURL=style.css.map */