@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Raleway/Raleway-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Raleway/Raleway-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
}
/* ===== COLORS ===== */
/* ==== TRANSITIONS ====*/
/* ===== BREAKPOINTS =====*/
/** 1200px oder schmaler */
/** 1100px oder schmaler */
/** 992px oder schmaler */
/** 924px oder schmaler **/
/** 768px oder schmaler */
/** 576px oder schmaler */
/** 360px oder schmaler */
* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

ol,
ul,
menu {
  list-style: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
}

.heading--emphasis {
  color: #0070ba;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #1b1c1d;
  line-height: 1.5;
  letter-spacing: 0.03em;
  max-width: 65ch;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  background-color: rgb(253, 253, 253);
}

.btn {
  display: inline-block;
  border: 0.125rem solid currentColor;
  border-radius: 1000rem;
  color: rgba(161, 160, 160, 0.9764705882);
  background-color: transparent;
  text-decoration: none;
  padding: 0.5rem 2.5rem;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  cursor: pointer;
}
.btn:hover,
.btn :focus {
  background-color: #0070ba;
  border: 0.125rem solid #0070ba;
}

.btn--modal {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.btn--tiles {
  display: inline-block;
  height: 7.5rem;
  width: 7.5rem;
  background-color: transparent;
  border: 0.125rem solid #0070ba;
  color: rgba(161, 160, 160, 0.9764705882);
  background-color: transparent;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  line-height: 7rem;
  cursor: pointer;
}
.btn--tiles:hover,
.btn--tiles :focus {
  background-color: #0070ba;
  color: white;
}

.btn--half-tiles {
  display: inline-block;
  height: 2rem;
  width: 7.5rem;
  background-color: transparent;
  border: 0.125rem solid #0070ba;
  color: rgba(161, 160, 160, 0.9764705882);
  background-color: transparent;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  text-align: center;
  line-height: 1.8rem;
  cursor: pointer;
}
.btn--half-tiles:hover,
.btn--half-tiles :focus {
  background-color: #0070ba;
  color: white;
}

.btn--aktuell {
  color: red;
}
.btn--aktuell:hover,
.btn--aktuell :focus {
  background-color: #0070ba;
  color: white;
}

.btn--mitglieder-information {
  font-size: 1rem;
  text-transform: none;
}

.btn-carousel {
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  font-size: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn-carousel:hover,
.btn-carousel:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-carousel--next {
  right: 1rem;
}

.btn-carousel--prev {
  left: 1rem;
}

.btn--form-submit {
  font-size: 1rem;
  text-transform: capitalize;
}

.container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 75rem) {
  .container {
    max-width: 75rem;
  }
}

.section-image-container {
  display: flex;
  align-items: center;
  min-width: 100%;
  height: 45rem;
  margin-top: 15rem;
  overflow: hidden;
}
@media (max-width: 26.875rem) {
  .section-image-container {
    margin-top: 6rem;
    height: 30rem;
  }
}

.section-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.header {
  display: block;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: rgb(253, 253, 253);
}

.header__navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100%;
  z-index: 9999;
  padding: 2rem 3rem 2rem 3rem;
  box-shadow: 0 0 0.3rem rgba(0, 112, 186, 0.5);
}
@media (max-width: 48rem) {
  .header__navigation {
    box-shadow: none;
  }
}

.header__logo-img {
  display: block;
}

.nav__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  z-index: 9999;
}

.nav__link {
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(118, 118, 118, 0.9764705882);
}
.nav__link:hover {
  border-bottom: 0.15rem solid #0070ba;
}

.active {
  color: #0070ba;
}

.nav__mobile-icon {
  display: none;
  cursor: pointer;
}

.mobile__icon-line1,
.mobile__icon-line2,
.mobile__icon-line3 {
  display: block;
  width: 24px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background-color: black;
}

@media (max-width: 62rem) {
  .nav__link {
    font-size: 1.3rem;
  }
}
@media (max-width: 57.75rem) {
  .nav__mobile-icon {
    display: block;
  }
  .header__logo-img {
    display: none;
  }
  .nav__mobile-icon.hamburger-animation .mobile__icon-line2 {
    display: none;
  }
  .nav__mobile-icon.hamburger-animation .mobile__icon-line1 {
    transform: translateY(4px) rotate(45deg);
  }
  .nav__mobile-icon.hamburger-animation .mobile__icon-line3 {
    transform: translateY(-4px) rotate(-45deg);
  }
  .nav__menu {
    position: fixed;
    left: -100%;
    top: 80px;
    gap: 0;
    flex-direction: column;
    background-color: rgba(253, 253, 253, 0.8);
    width: 100vw;
    text-align: center;
    transition: 300ms ease-in-out;
  }
  .nav__item {
    margin: 1rem 0;
  }
  .nav__menu.hamburger-animation {
    left: 0;
  }
}
.footer {
  margin-top: auto;
  background-color: #0070ba;
}

.footer__container {
  max-width: 87.5rem;
  height: 7rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 26.875rem) {
  .footer__container {
    height: 4rem;
  }
}

.footer__copyright-content {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: white;
}

@media (max-width: 48rem) {
  .footer__copyright-content--lg {
    display: none;
  }
}

.footer__copyright-content--sm {
  display: none;
}
@media (max-width: 48rem) {
  .footer__copyright-content--sm {
    display: block;
  }
}

.footer__link {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: white;
  cursor: pointer;
}

.footer__link:hover {
  filter: blur(2px);
}

.mitglieder {
  min-height: 100vh;
  min-height: 100svh;
}

.mitglieder__content {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin-top: 15rem;
}
@media (max-width: 62rem) {
  .mitglieder__content {
    grid-template-columns: 100%;
  }
}
@media (max-width: 48rem) {
  .mitglieder__content {
    margin-top: 6rem;
  }
}

.mitglieder__heading-content {
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.6rem;
  letter-spacing: 1.2;
}
@media (max-width: 62rem) {
  .mitglieder__heading-content {
    margin-bottom: 2rem;
  }
}

.mitglieder__article {
  grid-column-start: 2;
  grid-column-end: 5;
  column-count: 2;
}
@media (max-width: 62rem) {
  .mitglieder__article {
    grid-column-start: 1;
    grid-column-end: 2;
    margin-bottom: 3rem;
  }
}
@media (max-width: 26.875rem) {
  .mitglieder__article {
    column-count: 1;
  }
}

.mitglieder__information {
  display: grid;
  grid-template-columns: 25% 15% 15% 15% 15% 15%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  align-content: center;
}
@media (max-width: 62rem) {
  .mitglieder__information {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
@media (max-width: 36rem) {
  .mitglieder__information {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}
@media (max-width: 26.875rem) {
  .mitglieder__information {
    grid-template-columns: 50% 50%;
  }
}

@media (max-width: 48rem) {
  .information {
    margin-bottom: 1rem;
  }
}
@media (max-width: 26.875rem) {
  .information {
    margin-bottom: 1rem;
  }
}

.information__statuten {
  grid-column-start: 2;
}
@media (max-width: 62rem) {
  .information__statuten {
    grid-column-start: 1;
  }
}

.mitglieder__information-jahresbericht {
  display: none;
  grid-template-columns: 25% 15% 15% 15% 15% 15%;
  margin-bottom: 3rem;
  align-content: center;
}
@media (max-width: 62rem) {
  .mitglieder__information-jahresbericht {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
@media (max-width: 36rem) {
  .mitglieder__information-jahresbericht {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}
@media (max-width: 26.875rem) {
  .mitglieder__information-jahresbericht {
    grid-template-columns: 50% 50%;
  }
}

.information__jahresbericht {
  margin-bottom: 1rem;
}

.information__jahresbericht-aktuell {
  grid-column-start: 2;
}
@media (max-width: 62rem) {
  .information__jahresbericht-aktuell {
    grid-column-start: 1;
  }
}

.information__jahresbericht-2019 {
  grid-column-start: 3;
}
@media (max-width: 62rem) {
  .information__jahresbericht-2019 {
    grid-column-start: 1;
  }
}
@media (max-width: 36rem) {
  .information__jahresbericht-2019 {
    grid-column-start: 3;
  }
}
@media (max-width: 26.875rem) {
  .information__jahresbericht-2019 {
    grid-column-start: 2;
  }
}

.jahresbericht__heading {
  grid-column-start: 2;
  margin-bottom: 1rem;
}
@media (max-width: 62rem) {
  .jahresbericht__heading {
    grid-column-start: 1;
  }
}

.jahresbericht__heading-content {
  font-weight: 300;
}

.mitglieder__information-newsletter {
  display: none;
  grid-template-columns: 25% 15% 15% 15% 15% 15%;
  margin-bottom: 3rem;
  align-content: center;
}
@media (max-width: 62rem) {
  .mitglieder__information-newsletter {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
@media (max-width: 36rem) {
  .mitglieder__information-newsletter {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}
@media (max-width: 26.875rem) {
  .mitglieder__information-newsletter {
    grid-template-columns: 50% 50%;
  }
}

.information__newsletter {
  margin-bottom: 1rem;
}

.information__newsletter-aktuell {
  grid-column-start: 2;
}
@media (max-width: 62rem) {
  .information__newsletter-aktuell {
    grid-column-start: 1;
  }
}

.information__newsletter-2017-12 {
  grid-column-start: 3;
}
@media (max-width: 62rem) {
  .information__newsletter-2017-12 {
    grid-column-start: 1;
  }
}
@media (max-width: 36rem) {
  .information__newsletter-2017-12 {
    grid-column-start: 3;
  }
}
@media (max-width: 26.875rem) {
  .information__newsletter-2017-12 {
    grid-column-start: 2;
  }
}

.newsletter__heading {
  grid-column-start: 2;
  margin-bottom: 1rem;
}
@media (max-width: 62rem) {
  .newsletter__heading {
    grid-column-start: 1;
  }
}

.newsletter__heading-content {
  font-weight: 300;
}

/*.mitglieder__information {
   margin: 0 auto;

   @media(max-width: $breakpoint-xm) {
    grid-column-start: 1;
    margin: 0;



   }
}

.information__list {
    @media(max-width: $breakpoint-xm) {
        display: flex;
    }

    @media(max-width: $breakpoint-mm) {
        flex-wrap: wrap;
    }
}

.information__item {
    margin-bottom: 2rem;
    @media(max-width: $breakpoint-xm) {
        margin-right: 2rem;
        margin-bottom: 3rem;
    }
}

.information__link {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: $color-text;

    &:hover {
        border-bottom: 0.15rem solid $color-logoBlue;
    }
}

/*.information__link--emphasis {
    color: white;
    font-weight: 500;
    animation: glow 1s ease-in-out infinite alternate;


    &:hover {
        animation: none;
        color: red;
        border-bottom: none;

    }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #e60073, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.btn__news {
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(65, 63, 63);
}

.news__popUp {
    left: 50%;
    top: 50%;
    max-width: 60ch;
    padding: 1rem;
    transform: translate(-50%, -50%);
    border: 0;
    box-shadow: 0 0 1rem rgba(0 112 186 / 0.5);
}

.news__popUp-content {
   text-align: center;
}

.news__popUp-heading {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 400;
}

.news__popUp-article {
    margin-bottom: 2rem;

}*/
.marketing {
  min-height: 100vh;
  min-height: 100svh;
}

.marketing__content {
  display: grid;
  grid-template-columns: 25% 75%;
  margin-top: 15rem;
}
@media (max-width: 62rem) {
  .marketing__content {
    grid-template-columns: 100%;
  }
}
@media (max-width: 26.875rem) {
  .marketing__content {
    margin-top: 6rem;
  }
}

.marketing__heading-content {
  font-size: 2rem;
  font-weight: 200;
  line-height: 2.6rem;
  letter-spacing: 1.2;
}
@media (max-width: 62rem) {
  .marketing__heading-content {
    margin-bottom: 2rem;
  }
}

.marketing__article {
  grid-column-start: 2;
  grid-column-end: 3;
  margin-bottom: 3rem;
}
@media (max-width: 62rem) {
  .marketing__article {
    grid-column-start: 1;
  }
}

.marketing__konzept {
  grid-column-start: 2;
  grid-column-end: 3;
}
@media (max-width: 62rem) {
  .marketing__konzept {
    grid-column-start: 1;
  }
}

.marketing__article-list {
  list-style: disc;
}

.article__list-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #1b1c1d;
  line-height: 1.5;
  letter-spacing: 0.03em;
  max-width: 65ch;
}

.marketing__konzept-link {
  font-family: "Raleway", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #1b1c1d;
}
.marketing__konzept-link:hover {
  border-bottom: 0.15rem solid #0070ba;
}

.galerie {
  display: grid;
  align-content: center;
  align-items: center;
  min-height: 100svh;
}

.galerie__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 0.5rem;
  max-width: 100%;
  padding: 2rem;
}

.image__lightbox-enabled {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 250ms ease-in-out;
}

.image__lightbox-enabled:hover {
  opacity: 0.8;
  cursor: zoom-in;
  transform: scale(1.01);
}

.lightbox__container {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100svw;
  min-height: 100svh;
  background-color: rgba(255, 255, 255, 0.7);
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
}

.lightbox__container.active {
  opacity: 1;
  pointer-events: all;
}

.lightbox__image-wrapper {
  display: grid;
  place-items: center;
  max-width: 90svw;
  max-height: 90svw;
  position: relative;
  box-shadow: 3px 3px 10px rgba(0, 112, 186, 0.4);
}

.lightbox__btn {
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 2rem;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  position: absolute;
}

.lightbox__btn.inactive {
  opacity: 0;
  pointer-events: none;
}

.left {
  left: 0.4rem;
}

.left:hover {
  left: 0;
}

.right {
  right: 0.4rem;
}

.right:hover {
  right: 0;
}

.lightbox__btn:focus {
  outline: none;
}

.lightbox__img {
  width: 100%;
  object-fit: cover;
  cursor: zoom-out;
}

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