/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/work-sans-v19-latin-regular.woff2') format('woff2');
}
/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/work-sans-v19-latin-italic.woff2') format('woff2');
}
/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/work-sans-v19-latin-300.woff2') format('woff2');
}
/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/work-sans-v19-latin-500.woff2') format('woff2');
}
/* work-sans-500italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/work-sans-v19-latin-500italic.woff2') format('woff2');
}
/* work-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/work-sans-v19-latin-600.woff2') format('woff2');
}
/* work-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/work-sans-v19-latin-600italic.woff2') format('woff2');
}
/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/work-sans-v19-latin-700.woff2') format('woff2');
}
/* work-sans-700italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/work-sans-v19-latin-700italic.woff2') format('woff2');
}
/* work-sans-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/work-sans-v19-latin-800.woff2') format('woff2');
}
/* work-sans-800italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/work-sans-v19-latin-800italic.woff2') format('woff2');
}


/***  essencial settings  ***/

body {
  font-family: 'Work Sans', Helvetica, Arial, sans serif;
  background-color: #000000;
}

p {
  color: #ededed;
}

a {
  color: #b1b328;
}
a:hover, a:active, a:focus {
  color: #e9ea72;
}

small {
  color: #626262;
}

h1, h2, h3, h4, h5, h6 {
  color: #f6f6f6;
  font-weight: 300;
  text-transform: lowercase;
  padding: 0 0 30px 0;
  margin-bottom: 36px;
  border-bottom: 1px solid #b7b7b7;
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 1.8rem;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 960px;
  }
}

#sp-main-body {
  padding: 0 0 30px 0;
}

@media (min-width: 1200px) {
  #sp-title-image .container, 
  #sp-position-1 .container,
  #sp-position-2 .container,
  #sp-main-body .container,
  #sp-user-1 .container,
  #sp-user-2 .container,
  #sp-user-3 .container, 
  #sp-bottom .container, 
  #sp-sub-bottom .container {
    padding-right: 9px;
    padding-left: 30px;
    max-width: 960px;
  }
}

.container-fluid {
  padding: 0;
}

.article-list .article {
  margin-bottom: 30px;
  padding: 0;
  border: none;
}

.article-list .article .featured-article-badge { 
  display: none;
}


/***  Header & Logo  ***/

#sp-header-topbar .container-inner {
  border-bottom: none;
}
#sp-logo {
  width: 100% !important;
}

@media (max-width: 991px) {
  #sp-header {
    height: 80px;
    padding-top: 10px;
  }
  #sp-header-topbar {
    display: none;
  }
  .lg-header .col-6.d-block {
   width: 75% !important;
  }
  .lg-header .col-6.col-xl-12 {
   width: 25% !important;
  }
}

#sp-header.lg-header {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.0) !important;
}

@media (min-width: 992px) {
  #sp-header {
    background: #000000;
  }
}

@media (max-width: 991px) {
  #sp-header {
    background: #262626;
  }
}

.logo-image {
  height: 42px !important;
  margin: 65px 0 35px 0;
}

@media (max-width: 576px) {
  .logo-image-phone {
    width: 90%;
    margin-top: -4px;
  }
}

@media (max-width: 991px) {
  .logo-image-phone {
    width: 90%;
    margin-top: -4px;
  }
}


/***  Main Menu  ***/

.sp-megamenu-parent {
  text-transform: lowercase;
}

.sp-megamenu-parent > li > a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.036em;
  line-height: 72px;
}
.sp-megamenu-parent > li > a:hover {
  color: #e9ea72;
}

@media (min-width: 1200px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 17.5px;
  }
}


/***  Header & Logo - Tablet  ***/

@media (min-width: 992px) and (max-width: 1199px) {
  #sp-header-topbar {
    display: none !important;
  }
  #sp-header {
    height: 100px !important;
  }
  .logo-image {
    height: 42px !important;
    margin: 0 !important;
  }
  .sp-megamenu-parent {
    margin: 18px 0 0 -15px !important;
  }
  .sp-megamenu-parent > li:last-child > a {
    padding: 0px 0px 0px 10px !important;
  }
  .sp-megamenu-parent > li > a {
    font-size: 14px !important;
    letter-spacing: -0.01em !important;
  }
}


/***  offcanvas Menu  ***/

@media (min-width: 992px) {
  #offcanvas-toggler { 
    display: none !important;
  }
}

#sp-header.lg-header #offcanvas-toggler {
  margin-right: 0px;
}
.burger-icon > span {
  height: 2px;
  background-color: #ffffff;
  margin: 7px 0;
}
body.ltr .close-offcanvas {
  right: 12px;
}
.close-offcanvas {
  top: 25px;
}
.close-offcanvas .burger-icon {
  width: 30px;
}
.offcanvas-active .close-offcanvas .burger-icon > span {
  height: 2px;
  background-color: #ffffff;
  margin: 5px 0;
}
.offcanvas-menu {
  background: #262626;
}
.offcanvas-menu .logo {
  display: none;
}
.offcanvas-menu .offcanvas-inner {
  padding: 25px 40px;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a, .offcanvas-menu .offcanvas-inner ul.menu > li span {
  color: #ffffff;
}
.offcanvas-menu .offcanvas-inner ul.menu > li {
  font-weight: 400;
  text-transform: lowercase;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a {
  padding: 5px 0px;
  line-height: 36px;
  opacity: 1.0;
}
.offcanvas-menu .offcanvas-inner ul.menu li.active a {
  color: #ededed !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover, 
.offcanvas-menu .offcanvas-inner ul.menu > li:hover span, 
.offcanvas-menu .offcanvas-inner ul.menu > li a:focus, 
.offcanvas-menu .offcanvas-inner ul.menu > li:focus span {
  color: #e9ea72;
}


/**  Anker Sprungmarke  **/

.jump { 
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -120px;
}


/***  Tabellen  ***/

table {
  margin: 0;
  color: #ededed;
  hyphens: auto;
}

@media (min-width: 992px) {
  table {
    margin-top: 20px !important;
  }
}

@media (max-width: 991px) {
  .mm-mute {
    display: none;
  }
}
@media (min-width: 992px) {
  .mm-mute-lg {
    display: none;
  }
}

@media (min-width: 992px) {
  table.mm-2cols {
    margin: 60px auto !important;
    min-width: 410px;
  }
}

.mm-2cols td {
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 25px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .mm-2cols td {
    line-height: 16px;
  }
}

.mm-3cols td {
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 16px;
  line-height: 18px;
}

.mm-2cols img {
  opacity: 1;
  transition: all 400ms;
}
.mm-2cols img:hover {
  opacity: 0.6;
  transition: all 400ms;
}
.mm-video-prev {
  max-width: 85px; 
  width: 85px; 
  height: 85px;
  border: 1px solid #262626;
}


/***  Titel installations  ***/

@media (min-width: 576px) {
  #mm-title-mobile {
    display: none !important;
  }
}

@media (max-width: 575px) {
  #mm-title {
    display: none !important;
  }
}

#mm-title {
  margin-top: 0px; 
  margin-bottom: 30px;
}
#mm-title .title {
  font-weight: 300;
  font-size: 45px;
  line-height: 45px;
}
#mm-title .title a {
  color: #ffffff;
}
#mm-title .title a:hover, #mm-title .title a:active, #mm-title .title a:focus {
  color: #e9ea72;
}

#mm-title-mobile {
  margin: 30px 0 0 0;
}
#mm-title-mobile .title {
  margin: 0 0 32px 15px;
  font-weight: 300;
  font-size: 1.85rem;
  line-height: 2.15rem;
}
#mm-title-mobile .title a {
  color: #ffffff;
}
#mm-title-mobile .title a:hover, #mm-title-mobile .title a:active, #mm-title-mobile .title a:focus {
  color: #e9ea72;
}

#mm-title a img {
  width: 100%;
  transition: all 400ms;
}
#mm-title-mobile img {
  margin-bottom: 5px;
}
#mm-title-mobile a img {
  width: 100%;
  transition: all 400ms;
}
#mm-title a img:hover, #mm-title-mobile a img:hover {
  filter: brightness(135%) saturate(60%);
  transition: all 400ms;
}


/***  Accordion (english - deutsch)  ***/

.accordion {
  --bs-accordion-color: #fff;
  --bs-accordion-bg: #000;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-focus-border-color: #000;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.0);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button, .accordion-button:not(.collapsed) {
  padding: 10px 3px 10px 0;
  color: #f6f6f6;
  background-color: #000000;
  box-shadow: none;
}
.accordion-button::after, .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
  filter: brightness(900%);
}
.accordion-button:hover {
  color: #e9ea72;
}
.accordion-button:not(.collapsed):hover {
  color: #f6f6f6;
}
.accordion-button:hover::after {
  background-image: var(--bs-accordion-btn-active-icon);
  filter: saturate(300%) hue-rotate(-153deg) brightness(250%);
}
.accordion-button:not(.collapsed):hover::after {
  background-image: var(--bs-accordion-btn-icon);
  filter: brightness(900%);
}
.accordion-item {
  border: none;
}
.accordion-item h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 1px solid #b7b7b7;
}
.accordion-item p {
  margin-bottom: 1.8rem;
}
.accordion-body {
  padding: 1.5rem 0;
}


/***  Förderlogos  ***/

.mm-support {
  margin-bottom: 15px;
  font-weight: 400;
  border-bottom: 1px solid #b7b7b7;
}
.mm-logos-sup {
  padding: 10px;
  border-bottom: 1px solid #b7b7b7;
}
.mm-logos-sup img {
  display: inline;
  margin: 8px 5px;
  transition: all 400ms;
}
.mm-logos-sup img:hover {
  filter: brightness(80%);
  transition: all 400ms;
}

@media(max-width: 399px) {
  .mm-logos-sup img {
    margin: 0 !important;
    transform-origin: center center;
    transform: scale(0.81);
  }
}


/***  Impressum & Datenschutz  ***/

.data p {
  margin-bottom: 10px;
  text-align: justify;
  hyphens: auto;
}
.data h1, .data h2 {
  margin: 40px 0 15px 0;
  line-height: 140%;
}
.data h2 {
  padding: 0 0 10px 0;
  font-size: 1.5rem;
}


/***  Bottom (about & press)  ***/ 

#sp-bottom {
  padding: 40px 0 0 0;
  background: inherit;
  font-size: inherit;
}
@media (min-width: 992px) {
  #sp-bottom1 {
    padding-right: 0;
  }
  #sp-bottom2 {
    padding-left: 0;
  }
}

#sp-bottom a {
  color: #b1b328;
}
#sp-bottom a:hover, #sp-bottom a:active, #sp-bottom a:focus {
  color: #e9ea72;
}
@media (max-width: 991px) {
  #sp-bottom p {
    line-height: 18px;
  }
}

/***  Sub-Bottom (e-mail & social media)  ***/

#sp-bottom3 {
  margin-bottom: 2.8rem;
}

@media (min-width: 992px) {
  #sp-sub-bottom {
    padding: 30px 0 40px 0;
  }
  #sp-bottom3 p {
    padding-top: 0.5rem;
    font-weight: 600;
    font-size: 130%;
  }
  .mm-socials p {
    text-align: right;
  }
  .mm-socials img {
    display: inline-block;
    margin-right: 15px;
    transition: all 400ms;
  }
}

@media (max-width: 991px) {
  #sp-sub-bottom {
    padding: 0 0 60px 0;
  }
  #sp-bottom3 p {
    padding-top: 1rem;
    text-align: center;
    font-weight: 600;
    font-size: 115%;
  }
  .mm-socials p {
    text-align: center;
  }
  .mm-socials img {
    display: inline-block;
    margin-right: 20px;
    transition: all 400ms;
  }
}

.mm-socials img:hover {
  filter: brightness(135%) saturate(60%);
  transition: all 400ms;
}


/***  Footer  ***/ 

#sp-footer {
  background: #262626;
}
#sp-footer .container-inner {
  padding: 30px 0 20px 0;
  border-top: 0 !important;
}
#sp-footer .container-inner p {
  font-size: 11.5px;
  text-align: center;
  letter-spacing: 0.05em;
}


/***  Simple Image Gallery  ***/

.fancybox-image {
  border-radius: 0 !important;
}
ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover:after {
  display: none;
}
.fancybox-caption__body {
  display: none;
}

@media (min-width: 992px) {
  ul.sigFreeClassic {
    margin-top: 50px !important;
  }
  .sigFreeLink, .sigFreeImg {
    width: 151px !important;
    height: 151px !important;
    border-radius: 0 !important;
  }
  ul.sigFreeClassic li.sigFreeThumb {
    margin: 0 2px 2px 0 !important;
  }
  .mm-2cols .sigFreeLink, .mm-2cols .sigFreeImg {
    width: 85px !important;
    height: 85px !important;
    border-radius: 0 !important;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .mm-2cols .sigFreeImg {
    border: 1px solid #262626;
  }
  .mm-2cols .sigFreeClassic .sigFreeThumb {
    margin: 0 !important;
  }
}

@media (max-width: 991px) {
  .sigFreeLink, .sigFreeImg {
    width: 102px !important;
    height: 102px !important;
    border-radius: 0 !important;
  }
  ul.sigFreeClassic li.sigFreeThumb {
    margin: 0 2px 2px 0 !important;
  }
  .mm-2cols .sigFreeLink, .mm-2cols .sigFreeImg {
    width: 85px !important;
    height: 85px !important;
    border-radius: 0 !important;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
  }
  .mm-2cols .sigFreeImg {
    border: 1px solid #262626;
  }
  .mm-2cols .sigFreeClassic .sigFreeThumb {
    margin: 0 !important;
    border: 1px solid #262626;
  }
}


/***  scroll-up  ***/

.sp-scroll-up {
  background: rgba(100, 100, 100, 0.5);
}
.sp-scroll-up:hover {
  background: rgba(100, 100, 100, 0.75);
}
@media (min-width: 992px) {
  .sp-scroll-up {
    width: 46px;
    height: 46px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .sp-scroll-up {
    bottom: 80px;
    right: 10px;
  }
}
