html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
body {
  font-family: sans-serif;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
/* Definition von Variablen */
@font-face {
  font-family: "Noteworthy Light";
  font-style: normal;
  font-weight: normal;
  src: local("Noteworthy Light"), url("../fonts/Noteworthy-Lt.woff") format("woff");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/century-gothic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  /* Gleicher font-family-Name */
  font-style: italic;
  /* Schriftschnitt kursiv */
  font-weight: normal;
  /* Normale Schriftstärke für kursiv */
  src: url("../fonts/century-gothic-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  /* Gleicher font-family-Name */
  font-style: normal;
  font-weight: bold;
  /* Schriftstärke fett */
  src: url("../fonts/century-gothic-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  /* Gleicher font-family-Name */
  font-style: italic;
  /* Schriftschnitt kursiv */
  font-weight: bold;
  /* Schriftstärke fett */
  src: url("../fonts/century-gothic-bolditalic.ttf") format("truetype");
}
.debugborder {
  outline: red 2px solid;
}
html {
  font-family: "Century Gothic", sans-serif;
  color: #073055;
  line-height: 1.3;
}
h1 {
  font-size: 2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
}
h1.title {
  font-size: 2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 0;
  padding-bottom: 0;
}
h2 {
  font-size: 1.5rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
}
h3 {
  font-size: 1.25rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
a:hover {
  text-decoration: underline;
}
a.linksmall {
  font-size: 0.8rem;
}
p {
  margin-bottom: 1.2rem;
}
article h1 {
  margin-bottom: 1.5rem;
}
article ul,
article ol {
  padding: 0 1.5rem 2rem;
}
article ul li {
  list-style: disc;
  padding-top: 0.25rem;
}
article ol li {
  list-style: decimal;
  padding-top: 0.25rem;
}
.back,
.readon,
.author {
  text-align: right;
  font-size: 0.8rem;
}
span {
  font-weight: 700;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  font-family: "Century Gothic", sans-serif;
}
.staticBG {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -10;
}
header {
  position: fixed;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.78);
  mix-blend-mode: normal;
  border: 2px solid #073055;
  border-radius: bottom;
}
header .logo a {
  font-size: 2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .logo a img {
  margin: calc(0.5 * 16px) 16px;
  width: 5rem;
}
header #mainmenu {
  flex-grow: 1;
}
aside {
  flex-shrink: 2;
  display: none;
}
main {
  margin-top: 120px;
  flex: 1;
  display: flex;
  flex-flow: row;
}
main .cards {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 16px;
}
article {
  flex: 1 1 auto;
  margin: 2rem auto;
  padding: 2rem 3rem 2rem 4rem;
  max-width: 72rem;
  height: max-content;
  background-color: white;
  z-index: 5;
  border: 2px solid #073055;
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  article {
    margin: 2rem 4px;
    padding: 1rem;
    max-width: 100vw;
  }
}
article .content {
  margin-bottom: 4rem;
}
article .content figure {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
article .heromenu {
  margin-bottom: 8rem;
}
article .heromenu.small {
  margin-bottom: 4rem;
}
article .prevNext {
  margin-top: 2rem;
}
.info {
  margin-top: 3em;
}
footer.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: white;
  text-align: right;
  padding: 0.5rem 2rem;
  border-top: 2px solid #073055;
  border-width: 3px;
}
footer.footer .socialmedialinks {
  display: flex;
  flex-wrap: nowrap;
}
footer.footer .socialmedialinks div {
  margin-right: 20px;
}
footer.footer .socialmedialinks img {
  height: 36px;
  width: auto;
}
footer.footer .socialmedialinks h2,
footer.footer .socialmedialinks p {
  display: none;
}
.preview {
  padding: calc(16px * 2);
  border-radius: 8px;
  border: 2px solid #073055;
  margin: 16px auto;
}
.preview div {
  max-width: 960px;
  margin: calc(0.5 * 16px) auto;
}
.readon,
.author {
  float: right;
}
.hamburgermenu {
  display: none;
}
.card {
  padding: 0.8rem 1rem 1rem 1rem;
  text-align: center;
  border: 2px solid white;
  border-radius: 0.5rem;
  transition: all 0.1s ease;
}
.card figcaption {
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.card img {
  width: 100%;
  border-radius: 50%;
  transition: all 0.1s ease;
  border: 3px solid #073055;
}
.card:hover {
  border-color: #073055;
  box-shadow: 3px 4px 4px 1px #00000050;
}
.card:hover img {
  border-radius: 4px;
  border-color: white;
}
form {
  margin-bottom: 6rem;
}
form .form-field {
  border: none;
}
form label {
  display: block;
}
form input[type="file"] {
  font-size: 1rem;
}
form div.help {
  font-size: 0.7rem;
  margin-top: 16px;
}
form input.button {
  background: none;
  border: 2px solid #073055;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
}
form input.button:hover {
  background-color: #073055;
  color: white;
  cursor: pointer;
}
.alert,
.success {
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 2px solid #073055;
  border-radius: calc(16px / 2);
  padding: calc(16px / 2) calc(16px * 2);
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  font-family: "Century Gothic", sans-serif;
}
.alert p,
.success p {
  padding: 0;
  margin: 0;
}
.alert {
  border-color: red;
}
.success {
  border-color: greenyellow;
}
.honeypot {
  position: absolute;
  left: -9999px;
}
#mainmenu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  padding-right: 16px;
  max-width: 540px;
}
#mainmenu .closebtn,
#mainmenu .hamburgermenu {
  display: none;
}
#mainmenu a {
  flex-grow: 1;
  padding: calc(0.5 * 16px) calc(0.5 * 16px);
  display: block;
  text-align: center;
}
.heromenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.heromenu a {
  flex-grow: 1;
  text-align: center;
  align-content: center;
  background: none;
  border: 2px solid #073055;
  border-radius: 0.5rem;
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
}
.heromenu a:hover {
  background-color: #073055;
  color: white;
  cursor: pointer;
}
.heromenu.small a {
  flex-grow: 0;
  background: none;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-family: "Century Gothic", sans-serif;
}
.heromenu.small a:hover {
  background-color: #073055;
  color: white;
  cursor: pointer;
}
/* Linklist, zum Beispiel Übersicht Jahre und Überischt Ereignisse */
.linklist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  column-gap: 0.5rem;
  margin-bottom: 3rem;
}
.linklist li {
  border-bottom: 1px solid #073055;
  padding: 1.5rem 0 0.75rem 1rem;
  font-size: 1rem;
  display: block;
  hyphens: auto;
}
.linklist li:hover {
  background-color: #ddebf1;
}
.linklist li:hover a {
  text-decoration: none;
}
.year .linklist,
.event .linklist {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.back a {
  padding-bottom: 1rem;
}
.prevNext {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.prevNext a {
  font-size: 0.75rem;
  display: block;
  padding: 12px 0;
}
.prevNext a.next {
  text-align: right;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.lightbox .lightbox-image {
  max-width: 90%;
  max-height: 90%;
}
.lightbox .lightbox-close,
.lightbox .lightbox-prev,
.lightbox .lightbox-next {
  position: absolute;
  background-color: #333;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}
.lightbox .lightbox-close {
  top: 20px;
  right: 20px;
}
.lightbox .lightbox-prev {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.lightbox .lightbox-next {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#home {
  justify-content: center;
  align-items: center;
  padding-top: -10vh;
}
#home article {
  border: none;
  background-color: transparent;
}
#home h1 {
  font-size: 4rem;
  text-align: center;
  color: white;
}
#home .heromenu a {
  border-color: white;
  background-color: transparent;
  display: block;
  color: white;
}
#home .heromenu a:hover {
  background-color: white;
  color: #073055;
}
main.jahresprogramme article {
  border: none;
  background-color: transparent;
  color: #073055;
}
main.jahresprogramme article > h1,
main.jahresprogramme article .box {
  display: block;
  background-color: white;
  padding: 2rem 0 3rem 3rem;
  text-align: left;
  font-size: 3rem;
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 7px 9px 20px 0px rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  border: 1px solid #073055;
}
@media screen and (max-width: 992px) {
  main.jahresprogramme article > h1,
  main.jahresprogramme article .box {
    font-size: 3rem;
    padding: 2rem 0 3rem 2rem;
  }
}
main.jahresprogramme article > h1.highlight,
main.jahresprogramme article .box.highlight {
  border: 12px solid;
  border-radius: 2rem;
  box-shadow: 7px 9px 20px 0px rgba(0, 0, 0, 0.75);
}
main.jahresprogramme article > h1.highlight .content h1,
main.jahresprogramme article .box.highlight .content h1 {
  font-weight: 900;
}
main.jahresprogramme .event.grid {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  grid-template-rows: 3fr max-content 1fr;
}
main.jahresprogramme .event.grid.left {
  grid-template-areas: "fig . ." "fig content ." "fig . .";
}
main.jahresprogramme .event.grid.left .content {
  margin-left: 2rem;
}
main.jahresprogramme .event.grid.right {
  grid-template-areas: ". . fig" ". content fig" ". . fig";
}
main.jahresprogramme .event.grid figure {
  grid-area: fig;
  min-width: 360px;
  padding: 2rem;
  text-align: center;
}
main.jahresprogramme .event.grid figure img {
  z-index: 8;
  position: relative;
  border-radius: 50%;
  border: 8px solid white;
  box-shadow: 0 0 0 4px #073055, 2px 2px 12px 8px rgba(0, 0, 0, 0.25);
  width: 360px;
}
main.jahresprogramme .event.grid .box {
  grid-column-start: 1;
  grid-column-end: -1;
  grid-row-start: 2;
  grid-row-end: 3;
  background-color: white;
}
main.jahresprogramme .event.grid .content {
  grid-area: content;
  margin-left: 3rem;
  padding-top: 2rem;
}
main.jahresprogramme .event.grid .content h1 {
  padding-bottom: 0.5rem;
}
main.jahresprogramme .event.grid .content .datum {
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
main.jahresprogramme .event.grid .content .flex {
  display: flex;
  padding: 1rem 0;
  gap: 0.25rem;
}
main.jahresprogramme .event.grid .content .readonBig {
  padding: 0.2rem 0.5rem;
  background-color: #d3ebff;
}
@media screen and (max-width: 992px) {
  main.jahresprogramme .event.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content;
  }
  main.jahresprogramme .event.grid.left {
    grid-template-areas: "fig" "content";
  }
  main.jahresprogramme .event.grid.left .content {
    margin: 0 1rem 0 1.5rem;
    padding-bottom: 1rem;
  }
  main.jahresprogramme .event.grid.right {
    grid-template-areas: "fig" "content";
  }
  main.jahresprogramme .event.grid.right .content {
    margin: 0 1rem 0 1.5rem;
    padding-bottom: 1rem;
  }
  main.jahresprogramme .event.grid figure {
    grid-area: fig;
    min-width: 240px;
    padding: 2rem;
    text-align: center;
  }
  main.jahresprogramme .event.grid figure img {
    z-index: 8;
    position: relative;
    border-radius: 50%;
    border: 8px solid white;
    box-shadow: 0 0 0 2px #073055;
    width: 240px;
  }
  main.jahresprogramme .event.grid .box {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
    background-color: white;
  }
  main.jahresprogramme .event.grid h1 {
    font-size: 1.5rem;
  }
  main.jahresprogramme .event.grid .readonBig {
    padding: 0.8rem 1.2rem;
  }
}
#contact .grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}
#contact ul,
#contact ol {
  padding: 0;
  margin-bottom: 4rem;
}
#contact li {
  list-style: none;
}
#contact .card {
  padding: 0.2rem 0.2rem 0.6rem 0.2rem;
  text-align: center;
  border: 2px solid #073055;
  border-radius: 1rem;
}
#contact .card .l-portrait img {
  border-radius: 14px 14px 0 0;
}
main.event .infosZumAnlass {
  padding: 1rem 0;
  justify-content: space-around;
}
main.event .infosZumAnlass h2 {
  font-size: 1.25rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
main.event .infosZumAnlass h3 {
  font-size: 1.1rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
main.event .infosZumAnlass a {
  display: inline-block;
  background-color: #ddebf1;
  padding: 0 0.25rem;
}
main.event .linklist {
  margin-top: 3rem;
}
main.event .wannwo {
  display: flex;
  justify-content: flex-start;
  column-gap: 4rem;
  row-gap: 2rem;
  flex-wrap: wrap;
}
.contact {
  margin: 3rem 0 0;
  padding: 2rem 0;
  border-top: 1px solid #073055;
  border-bottom: 1px solid #073055;
}
.contact > h3 {
  padding-left: 1rem;
}
.gallery {
  padding: 1rem 0 2rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
  grid-auto-flow: dense;
}
.gallery figure {
  position: relative;
  margin: 0;
  /* figure hat sonst einen browsereigenen Abstand! */
}
.gallery figure.portrait {
  grid-row-end: span 2;
}
.gallery img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
main.leiterin .flex,
main.gruppe .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: white;
}
main.leiterin .l-portrait,
main.gruppe .l-portrait {
  flex: 1 0 200px;
  background-color: white;
  align-self: start;
  text-align: center;
  margin-bottom: 64px;
}
main.leiterin .l-portrait span.border,
main.gruppe .l-portrait span.border {
  padding: 16px;
  border: 3px solid #073055;
  border-radius: 16px;
  margin: 0 auto;
  display: inline-block;
}
main.leiterin .l-portrait img,
main.gruppe .l-portrait img {
  border-radius: 0.5rem;
}
main.leiterin .infos,
main.gruppe .infos {
  flex: 2 1 0;
  margin-left: 3rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(7, min-content);
  grid-gap: 1rem;
  align-items: baseline;
}
main.leiterin .infos .label,
main.gruppe .infos .label {
  grid-column: 1;
  text-align: right;
}
main.leiterin .infos .value,
main.gruppe .infos .value {
  grid-column: 2;
  font-family: "Noteworthy Light", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
main.leiterin .infos .value.text,
main.gruppe .infos .value.text {
  font-family: "Century Gothic", sans-serif;
  font-size: 1.1rem;
}
/* Andere Grids je nach Bildschirmgrösse */
@media screen and (max-width: 992px) {
  main.leiterin .infos,
  main.gruppe .infos {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(14, min-content);
    grid-gap: 0;
    margin: 0;
    align-items: baseline;
  }
  main.leiterin .infos .label,
  main.gruppe .infos .label {
    grid-column: 1;
    text-align: left;
    margin-top: 1rem;
    font-size: 0.75rem;
  }
  main.leiterin .infos .value,
  main.gruppe .infos .value {
    grid-column: 1;
  }
}
main#social-media article.div {
  display: flex;
}
.social-media-entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.social-media-entries a {
  display: block;
  text-decoration: none;
}
.social-media-entries a .social-media-entry {
  display: flex;
  flex: 1;
  align-items: flex-end;
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #073055;
  margin: 16px auto;
}
.social-media-entries a .social-media-entry img {
  max-width: 160px;
  height: auto;
  margin-bottom: calc(16px / 2);
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .social-media-entries a .social-media-entry img {
    max-width: 80px;
  }
}
.social-media-entries a .social-media-entry h2 {
  color: #073055;
  font-size: 3rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
}
@media screen and (max-width: 992px) {
  .social-media-entries a .social-media-entry h2 {
    font-size: 1.5rem;
  }
}
.social-media-entries a .social-media-entry p {
  color: #000000;
  font-size: 1rem;
}
main#upload .linkWithImage {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
}
main#upload .linkWithImage img {
  height: auto;
  width: 180px;
}
/* Andere Grids je nach Bildschirmgrösse */
/* hier als Kopiervorlage */
