@charset "UTF-8";
:root {
  --nrml-primary: #ffd828;
  --nrml-primary-weak: rgba(91, 216, 124, 0.8);
  --nrml-primary-dark: #b64f70;
  --nrml-secondary: #555;
  --nrml-primary-weak: rgba(89, 188, 172, 0.5);
  --nrml-secondary-weak: rgba(255, 255, 255, 0.5);
  --nrml-lightgray: #DDDDDD;
  --nrml-gray: #949A9F;
  --nrml-btn: #999999;
  --nrml-text: #3c3c3c;
  --nrml-text-weak: rgba(60, 60, 60, 0.3);
  --nrml-header-height: 90px;
  --musterdorf-header-transparent: rgba(255, 255, 255, 0.82);
  --musterdorf-text-inverted: #fff;
  --musterdorf-primary: #F25A38;
  --musterdorf-primary-dark: #CE4B2E;
  --musterdorf-secondary: #2A1360;
  --musterdorf-secondary-transparent: rgba(42, 19, 96, 0.6);
  --musterdorf-background-dark: #2B2B2B;
  --musterdorf-background-light: #6a7899;
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  src: local("Font Awesome 6 Pro"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter Semi-Bold";
  src: url("../fonts/Inter.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Inter Bold";
  src: url("../fonts/Inter.ttf");
  font-weight: 700;
}

/*
*******************************************************************************
* Global / General
*******************************************************************************
*/
* {
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}

html {
  font-size: 20px !important;
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4;
}

body.site {
  background-color: var(--musterdorf-text-inverted);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

body h1 {
  font-size: 32px;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 568px) {
  body h1 {
    font-size: 28px;
  }
}

body h2 {
  font-size: 28px;
}

@media only screen and (max-width: 568px) {
  body h2 {
    font-size: 24px;
  }
}

body h3 {
  font-size: 24px;
}

@media only screen and (max-width: 568px) {
  body h3 {
    font-size: 20px;
  }
}

body h4 {
  font-size: 1.25rem;
}

body h5 {
  font-size: 1rem;
}

body a {
  color: var(--musterdorf-primary);
  cursor: pointer;
}

body a:hover, body a:active, body a:focus {
  color: var(--nrml-grey);
  text-decoration: none;
}

.com-sppagebuilder #sp-main-body {
  min-height: calc(100vh - 585px);
}

.com-sppagebuilder #sp-main-body .sppb-row-container {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (max-width: 349px) {
  .com-sppagebuilder #sp-main-body .sppb-row-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 564px) {
  .sp-scroll-up {
    bottom: 56px;
  }
}

.sp-megamenu-parent li {
  padding: 0 15px;
}

.sp-megamenu-parent li:last-child a {
  padding: 0 !important;
}

.sp-megamenu-parent > li > a {
  color: var(--nrml-text);
  font-size: 18px;
  line-height: var(--nrml-header-height);
  padding-right: 7px;
  padding-left: 0;
}

.sp-megamenu-parent > li:hover .fa-instagram, .sp-megamenu-parent > li:hover .fa-facebook {
  background: none;
  color: var(--nrml-primary);
}

.sp-megamenu-parent li > a {
  margin: 5px 0;
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
}

.sp-megamenu-parent li.active > a {
  color: var(--musterdorf-secondary);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  box-shadow: none;
  padding: 0;
  background-color: var(--musterdorf-text-inverted);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li {
  width: unset;
  transition: color 400ms, background-color 400ms;
  margin: 0 0 0 10px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li a {
  padding: 20px 15px;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li:last-child {
  text-align: left;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li:hover {
  background-color: var(--nrml-primary);
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .sp-dropdown-items li:hover a {
  color: var(--musterdorf-text-inverted);
}

/*
**********************************************************************************************************************************
* Font Awesome
**********************************************************************************************************************************
*/
.fas {
  font-weight: 900;
}

.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

/*
**********************************************************************************************************************************
* Header
**********************************************************************************************************************************
*/
#sp-header {
  position: fixed;
  box-shadow: none;
  height: var(--nrml-header-height);
  z-index: 500;
  background-color: var(--musterdorf-header-transparent);
}

#sp-header .container {
  max-width: 90%;
}

#sp-header #sp-logo, #sp-header #sp-menu {
  height: var(--nrml-header-height);
}

#sp-header .logo {
  height: var(--nrml-header-height);
}

#sp-header .logo .logo-image {
  height: unset;
  width: 100%;
}

#sp-header .burger-icon {
  width: 27px;
  transform: scale(-1);
}

#sp-header .burger-icon > span {
  background-color: var(--musterdorf-secondary);
  height: 5px;
  border-radius: 5px;
  width: 23px;
}

#sp-header .burger-icon > span:first-child, #sp-header .burger-icon > span:last-child {
  width: 27px;
}

#sp-header .fa-instagram, #sp-header .fa-facebook {
  color: var(--nrml-text);
}

#sp-header .fa-instagram:hover, #sp-header .fa-facebook:hover {
  color: var(--nrml-primary);
}

/*
**********************************************************************************************************************************
* Offcanvas
**********************************************************************************************************************************
*/
.offcanvas-menu {
  width: 100%;
  top: 90px !important;
  left: 100% !important;
  background-color: var(--musterdorf-secondary);
  padding-top: 150px;
}

@media only screen and (max-height: 799px) {
  .offcanvas-menu {
    padding-top: 100px;
  }
}

@media only screen and (max-height: 699px) {
  .offcanvas-menu {
    padding-top: 50px;
  }
}

.offcanvas-menu > .d-flex {
  display: none !important;
}

.offcanvas-menu li a {
  color: var(--musterdorf-text-inverted) !important;
  opacity: 1 !important;
  font-size: 32px !important;
  text-align: center;
  margin-bottom: 35px !important;
  line-height: 1.2 !important;
}

.offcanvas-overlay {
  backdrop-filter: unset !important;
  background: transparent !important;
  width: 100px !important;
}

.offcanvas-active .offcanvas-menu {
  top: 90px;
  left: 0 !important;
}

.offcanvas-active .burger-icon > span:nth-child(1) {
  transform: translate(0, 11px) rotate(-45deg);
}

.offcanvas-active .burger-icon > span:nth-child(3) {
  transform: translate(0, -8px) rotate(45deg);
}

.offcanvas-active .offcanvas-overlay {
  right: 0 !important;
  left: unset;
}

.offcanvas-active #sp-footer {
  position: fixed !important;
  bottom: 0 !important;
  z-index: 10001;
  left: 0;
  right: 0;
}

/*
*****************************************************
* Bottom
*****************************************************
*/
#sp-bottom {
  background: var(--musterdorf-secondary);
  padding: 0 10px !important;
  /*@media (min-width: 1400px) {
        .container {
            max-width: 1320px;
        }
    }*/
}

@media only screen and (min-width: 768px) {
  #sp-bottom .container {
    padding: 0 25px;
  }
}

#sp-bottom .sppb-div-addon p {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 369px) {
  #sp-bottom .sppb-div-addon p a {
    word-break: break-all;
  }
}

@media only screen and (max-width: 369px) {
  #sp-bottom i {
    font-size: 20px !important;
  }
}

#sp-bottom .sp-module {
  margin-bottom: 0;
}

#sp-bottom .logos_wrapper > .sppb-addon-wrapper:has(.logo_column) {
  width: calc(50% - 5px);
}

@media only screen and (min-width: 568px) {
  #sp-bottom .logos_wrapper > .sppb-addon-wrapper:has(.logo_column) {
    width: calc(33% - 5px);
  }
}

@media only screen and (min-width: 992px) {
  #sp-bottom .logos_wrapper > .sppb-addon-wrapper:has(.logo_column) {
    width: calc(20% - 15px);
  }
}

#sp-bottom .logos_wrapper .logo_column p {
  min-height: 34px;
  line-height: 1.2;
}

/*
*****************************************************
* Footer
*****************************************************
*/
#sp-footer {
  background: var(--musterdorf-background-dark);
  font-size: 16px;
}

#sp-footer .container {
  max-width: 90%;
}

#sp-footer .container .container-inner {
  border-top: none;
  padding: 20px 0;
}

@media only screen and (max-width: 564px) {
  #sp-footer .sp-column {
    display: flex;
    justify-content: center;
  }
}

#sp-footer #sp-footer1 ul li {
  padding: 0 20px;
  margin: 0px;
}

#sp-footer #sp-footer1 ul li:last-child {
  border-right: none;
}

#sp-footer #sp-footer1 ul li a {
  color: var(--musterdorf-text-inverted);
  cursor: pointer;
  font-size: 16px;
}

#sp-footer #sp-footer1 ul li a:hover {
  color: var(--nrml-primary);
  text-decoration: none;
}

@media only screen and (max-width: 575px) {
  #sp-footer #sp-footer1 {
    text-align: center;
  }
}

#sp-footer ul.menu {
  list-style: none;
  display: flex;
}

@media only screen and (max-width: 768px) {
  #sp-footer ul.menu {
    justify-content: center;
  }
}

#sp-footer ul.menu li {
  font-size: 16px;
}

/*
*****************************************************
* Buttons
*****************************************************
*/
.btn_primary {
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
  background-color: var(--musterdorf-primary);
  color: var(--musterdorf-text-inverted) !important;
  border-radius: 12px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  width: max-content;
  overflow: hidden;
}

@media only screen and (max-width: 349px) {
  .btn_primary {
    padding: 0 0 0 20px;
    font-size: 18px;
  }
}

.btn_primary i {
  margin-left: 30px !important;
  background-color: var(--musterdorf-primary-dark);
  font-size: 30px;
  height: 57px;
  width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 349px) {
  .btn_primary i {
    margin-left: 15px !important;
    height: 50px;
    width: 50px;
    font-size: 25px;
  }
}

.btn_primary:hover, .btn_primary:focus {
  background-color: var(--musterdorf-primary-dark);
}

.btn_secondary {
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  text-decoration: underline !important;
}

/*
*****************************************************
* Hero-Header
*****************************************************
*/
section[id="header"] {
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

@media only screen and (max-width: 565px) {
  section[id="header"] {
    height: 100vh;
  }
}

section[id="header"] h1 {
  font-size: 16px;
  font-family: 'Inter', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
}

section[id="header"] p {
  font-family: 'Inter Semi-Bold', Helvetica, Arial, sans-serif !important;
  line-height: 1.2;
}

/*
*****************************************************
* Blog
*****************************************************
*/
.view-category .cat-children {
  display: none;
}

.blog .article-list .article img {
  height: 250px;
  object-fit: contain;
  background-color: var(--musterdorf-background-dark);
}
.mod-articleslatest-wrapper .splide__slide {
  padding: 0 10px;
}

@media only screen and (min-width: 992px) {
  .mod-articleslatest-wrapper .splide__slide {
    padding: 0;
  }
}

.mod-articleslatest-wrapper .published {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
}

.mod-articleslatest-wrapper .published span {
  font-size: 36px;
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
}

.mod-articleslatest-wrapper img {
  aspect-ratio: 16 / 9;
  margin-bottom: 25px;
  width: 100%;
  object-fit: cover;
  background-color: var(--musterdorf-primary);
}

.mod-articleslatest-wrapper .readmore {
  margin-top: 20px;
}

.mod-articleslatest-wrapper .splide__arrow {
  background: transparent;
  filter: invert(1);
  transform: scale(1.5);
}

.mod-articleslatest-wrapper .splide__arrow--prev {
  left: -32px;
}

.mod-articleslatest-wrapper .splide__arrow--next {
  right: -32px;
}

@media only screen and (min-width: 992px) {
  .mod-articleslatest-wrapper .mod-articleslatest {
    display: flex !important;
    justify-content: space-between;
  }
  .mod-articleslatest-wrapper .mod-articleslatest .splide__slide {
    width: 30%;
  }
}

.view-article .article-details {
  padding: 20px 25px 0;
}

/*
*****************************************************
* Formular
*****************************************************
*/
#contact_form .sppb-addon-form-builder-form {
  justify-content: space-between;
}

#contact_form textarea {
  font-size: 1rem;
}

@media only screen and (max-width: 991px) {
  #contact_form textarea, #contact_form input {
    font-size: 18px;
  }
}

@media only screen and (max-width: 399px) {
  #contact_form textarea, #contact_form input {
    font-size: 16px;
  }
}

#contact_form .sppb-form-check-label {
  color: var(--musterdorf-text-inverted);
}

#contact_form button {
  margin-top: 15px;
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
  background-color: var(--musterdorf-primary);
  color: var(--musterdorf-text-inverted) !important;
  border-radius: 12px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  width: max-content;
  overflow: hidden;
}

@media only screen and (max-width: 399px) {
  #contact_form button {
    padding: 0 0 0 20px;
    font-size: 18px;
  }
}

#contact_form button span {
  margin-left: 30px !important;
  background-color: var(--musterdorf-primary-dark);
  font-size: 30px;
  height: 57px;
  width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 399px) {
  #contact_form button span {
    margin-left: 15px !important;
    height: 50px;
    width: 50px;
    font-size: 25px;
  }
}

/*
*****************************************************
* Partner
*****************************************************
*/
.partner-box p {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 369px) {
  .partner-box p a {
    word-break: break-all;
  }
}

@media only screen and (max-width: 369px) {
  .partner-box i {
    font-size: 20px !important;
  }
}

/*
*****************************************************
* Helper Classes
*****************************************************
*/
.page_secondary #sp-main-body {
  background-color: var(--musterdorf-secondary);
}

.bg_primary {
  background-color: var(--musterdorf-primary);
}

.bg_secondary {
  background-color: var(--musterdorf-secondary);
}

.bg_white {
  background-color: var(--musterdorf-text-inverted);
}

.bg_dark {
  background-color: var(--musterdorf-background-dark);
}

.text_primary, .text_primary * {
  color: var(--musterdorf-primary);
}

.text_white, .text_white * {
  color: var(--musterdorf-text-inverted);
}

.text_bold, .text_bold * {
  font-family: 'Inter Bold', Helvetica, Arial, sans-serif !important;
  font-weight: 700;
}

.bg_lightgray {
  background-color: var(--nrml-lightgray);
}

.bg_text_weak {
  background-color: var(--nrml-text-weak);
}

.margin_auto {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 399px) {
  .responsive_image {
    height: 320px !important;
  }
}

@media only screen and (max-width: 399px) {
  .text_content {
    padding-bottom: 30px !important;
  }
}

.instagram-media {
  background-color: #181818 !important;
  /* Dunkler Hintergrund */
  color: #ffffff !important;
  /* Weiße Schriftfarbe */
}

iframe {
  background-color: #000 !important;
  min-width: unset !important;
}

@media only screen and (min-width: 992px) {
  .responsive-grid-box {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-column-gap: 30px;
    grid-template-rows: min-content min-content;
  }
  .responsive-grid-box .sppb-addon-wrapper:has(.column-2) {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .responsive-grid-box .sppb-addon-wrapper:has(.column-1) {
    grid-column: 1;
  }
  .responsive-grid-box .sppb-addon-wrapper:has(.row-2) {
    grid-row: 2;
  }
}
