:root {
  --primary: #273397;
  --primary-contrast: #fff;
  --seperator-color: #ccc;
  --grey: #293133;
  --neutral-grey: #778;
  --shadow: 0px 1px 3px 2px #293133;
  --primary-shadow: 0px 1px 4px 4px #273397;
  --custom-overlay-border-radius: 0.5rem;
  --image-carousel-arrow-color: white;
  --image-carousel-hover-color: white;
  --image-carousel-arrow-hover-color: #273397;
  --image-carousel-background-color: unset;
}

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

body.disable-scroll {
  overflow: hidden;
}

.mobile-nav {
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  background: white;
  z-index: 20;
  flex-direction: column;
  align-items: center;
}
.mobile-nav > a {
  padding: 50px;
}
.mobile-nav > a img {
  height: 10vh;
}
.mobile-nav .nav-links {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mobile-nav .nav-links a {
  cursor: pointer;
  color: #273397;
  padding: 20px 50px;
  font-size: 2em;
  text-decoration: none;
  font-weight: bold;
  border-top: 1px solid #293133;
}
.mobile-nav .nav-links a:hover {
  color: #fff;
  background-color: #273397;
}
.mobile-nav .nav-links a:last-of-type {
  border-bottom: 1px solid #293133;
}
.mobile-nav > i {
  margin-top: auto;
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: auto;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 100%;
  background: #273397;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 1px 3px 2px #293133;
}
.mobile-nav.open {
  display: flex;
}

#header {
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 1px solid #293133;
  z-index: 2;
}
#header a {
  cursor: pointer;
}
#header .small-nav {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
#header .small-nav img {
  height: 70px;
}
#header .small-nav .hamburger {
  padding: 20px;
}
#header .small-nav .hamburger:hover {
  background: #273397;
  color: #fff;
}
#header .nav {
  display: flex;
  min-height: 100px;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 90rem;
  width: 100%;
  padding: 20px 40px;
  margin: 0 auto;
  transition: min-height 0.5s, padding 0.5s;
}
#header .nav img {
  transition: 0.5s;
  height: 90px;
}
#header .nav.scrolled {
  display: flex;
  min-height: 90px;
  max-width: 90rem;
  padding: 10px 40px;
  margin: 0 auto;
}
#header .nav.scrolled img {
  height: 70px;
}
#header .nav nav a {
  font-weight: bold;
  text-decoration: none;
  color: #778;
  font-size: 1.5rem;
  margin-right: 32px;
}
#header .nav nav a:last-of-type {
  margin-right: 0;
}
#header .nav nav a:hover {
  color: #273397;
  border-bottom: 4px solid #273397;
}

#welcome-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 50px;
  height: 75vh;
}
#welcome-image lazy-loader {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}
#welcome-image .title-wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#welcome-image .title-wrapper .blocker {
  height: 70px;
  background-color: white;
  flex: 1;
}
#welcome-image .title {
  padding: 50px 100px;
  background-color: rgba(39, 51, 151, 0.8);
  position: relative;
  font-size: 4rem;
}
#welcome-image .title h3 {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

li::marker {
  color: #273397;
}

.content {
  padding: 20px;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.content ul {
  list-style-type: disclosure-closed;
  padding-left: 30px;
}

.blue-bg {
  width: 100%;
  background: #273397;
  padding: 20px 0;
}

.heading {
  padding: 20px;
  width: 100%;
  max-width: 90rem;
  margin: 20px auto 0;
  color: #273397;
}
.heading h1 {
  border-bottom: 1px solid #273397;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

extendable-card {
  margin-bottom: 20px;
  box-shadow: 0px 1px 3px 2px #293133;
}
extendable-card .card-heading {
  background-color: #273397;
  padding: 20px;
  color: #fff;
}
extendable-card .card-content {
  border-top: 10px solid #273397;
  display: flex;
  justify-content: center;
}
extendable-card .card-content > div {
  min-width: 300px;
  flex: 1;
  padding: 30px;
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
extendable-card .card-content img {
  max-width: 50%;
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
}
extendable-card.open .card-heading {
  transition: 0.2s;
  background-color: #fff;
  color: #273397;
}

image-carousel {
  height: 640px;
  background-color: #273397;
  padding: 20px;
  width: 1000px;
  margin: 50px auto 0;
  max-width: 100%;
}
@media (max-width: 1060px) {
  image-carousel {
    width: 100%;
    height: calc((100vw - 80px) / 1.6 + 40px);
  }
}

.persons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
}

.person {
  box-shadow: 0px 1px 3px 2px #293133;
  display: flex;
  flex-direction: column;
}
.person img {
  width: 100%;
  height: auto;
}
.person .text {
  border-top: 20px solid #273397;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.person .text h3 {
  font-size: 1.3rem;
  color: #273397;
  margin-bottom: 10px;
}
.person .text p {
  margin-bottom: 5px;
  color: #778;
}
.person .text ul {
  margin-top: 5px;
  margin-left: 20px;
}
.person:hover {
  cursor: pointer;
  box-shadow: 0px 1px 4px 4px #273397;
}
.person:hover h3 {
  text-decoration: underline;
}

.contact {
  background: #273397;
  color: #fff;
  width: 100%;
  padding: 50px 0;
}
.contact .content {
  display: flex;
}
.contact .content lazy-loader {
  flex: 3;
}
.contact .content .text {
  font-size: 1.2em;
  margin-right: 20px;
  flex: 2;
}
.contact .content .text h1 {
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.contact .content a {
  text-decoration: none;
  color: #fff;
}
.contact .content .icons {
  display: flex;
  gap: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.bold {
  font-weight: bold;
}

.text-grey {
  color: #778;
}

.font-big {
  font-size: 1.2em;
}

footer {
  background: #293133;
  padding: 20px;
  text-align: end;
  color: white;
}
footer a {
  margin-left: 20px;
  color: white;
}

.only-on-small-screen {
  display: none;
}

.impressum h1 {
  margin: 20px 0 10px 0;
}
.impressum h2 {
  margin: 20px 0 10px 0;
}
.impressum p {
  margin: 5px 0;
}

.candidates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
}
.candidates .candidate {
  cursor: pointer;
  box-shadow: 0px 1px 3px 2px #293133;
  display: flex;
  flex-direction: column;
}
.candidates .candidate img {
  width: 100%;
  height: auto;
}
.candidates .candidate .text {
  background: #273397;
  color: #fff;
  border-top: 10px solid #293133;
  padding: 20px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.candidates .candidate .text h3 {
  font-size: 1.3rem;
}
.candidates .candidate .text i {
  font-size: 2em;
  font-style: normal;
  font-weight: bold;
}
.candidates .candidate:hover {
  box-shadow: 0px 1px 4px 4px #273397;
}
.candidates .candidate:hover h3 {
  text-decoration: underline;
}

.dates {
  font-size: 1.2em;
}
.dates .grey {
  margin-right: 10px;
}
.dates p {
  margin-bottom: 10px;
}

.grey {
  color: #778;
}

@media (max-width: 1200px) and (min-width: 100px) {
  #header .nav nav a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  .only-on-small-screen {
    display: block;
  }
  .only-on-big-screen {
    display: none;
  }
  .contact .content {
    flex-direction: column;
  }
  .contact .content lazy-loader {
    margin: 20px 0;
  }
  #header .nav {
    display: none;
  }
  #header .small-nav {
    display: flex;
  }
  #welcome-image {
    height: 60vw;
  }
}
@media (max-width: 850px) {
  extendable-card .card-content {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  extendable-card .card-content > div {
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) calc(100% - 100px), rgba(255, 255, 255, 0.9) calc(100% - 70px), rgba(255, 255, 255, 0.8) calc(100% - 25px), rgba(255, 255, 255, 0.5) calc(100% - 12px), rgba(255, 255, 255, 0) 100%);
    z-index: 2;
  }
  extendable-card .card-content img {
    margin-top: -100px;
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  #welcome-image .title {
    padding: 30px 50px;
  }
  #welcome-image .title-wrapper .blocker {
    height: 40px;
  }
}
@media (max-width: 550px) {
  .person {
    width: 100%;
  }
  .persons {
    grid-template-columns: 1fr;
  }
  .candidates {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=style.css.map */