:root {
  --primary-muted: oklch(from var(--primary) calc(l * 1.05) calc(c * 0.3) h);
  --primary-muted-2: oklch(from var(--primary) calc(l * 1.1) calc(c * 0.5) h);
  --primary-opacity: oklch(from var(--primary) calc(l * 1.2) calc(c * 0.7) h);
  --primary-dark: oklch(from var(--primary) calc(l * 0.8) calc(c * 1.2) h);
  --cta-light: oklch(from var(--cta) calc(l * 1.1) calc(c * 1.2) h);
  --cta-lightest: oklch(from var(--cta) calc(l * 1.3) calc(c * 1.2) h);
  --cta-dark: oklch(from var(--cta) calc(l * 0.95) calc(c * 1.1) h);
  --cta-opacity: oklch(from var(--cta) calc(l * 1.2) calc(c * 0.7) h);
  --darker: oklch(from var(--dark) calc(l * 0.9) calc(c * 1.1) h);
  --dark-transparent: oklch(from var(--dark) calc(l * 1.2) calc(c * 0.7) h / 0.45);
  --light-opacity: oklch(from var(--light) calc(l * 0.9) calc(c * 0.7) h);
  --border-color: oklch(from var(--darker) calc(l * 1.2) calc(c * 0.7) h / 0.25);
  --default-bg: var(--secondary);
  --cards-padding: 0rem;
  --cards-padding-xs: 0.5rem 1rem;
  --lw: 300;
  --sw: 400;
  --mw: 500;
  --sbw: 600;
  --bw: 700;
  --hw: 800;
  --text-transform: normal;
  --letter-spacing: normal;
  --wide-spacing: normal;
  --line-height: 1.5;
  --text-shadow: 0 0 16px rgba(0, 0, 0, 0.7);
  --main-menu-height: 110px;
  --sticky-height: 80px;
  --container-max: 1400px;
  --radius: 10px;
  --p-outer: 2rem 1rem;
  --p-inner: 0rem;
  --p-content: 0rem;
  --subpage-padding: 2rem 0;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  --btn-transition: all 150ms ease-out 0.05s;
  --box-shadow: rgba(0, 0, 0, 0.05) 0 6px 12px, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  --hover-opacity: 0.4;
  --overlay-gradient: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
  --btn-padding: 10px clamp(16px, 2vw, 28px);
  --btn-cta-padding: var(--btn-padding);
  --menu-link: var(--secondary);
  --menu-link-hover: var(--cta);
  --menu-link-active: var(--cta);
  --light-text: var(--white);
  --dark-text: var(--primary);
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body h1,
body .ewh1 {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--hw);
  color: var(--cta);
  letter-spacing: var(--wide-spacing);
  text-transform: var(--text-transform);
  margin-bottom: 1rem;
  font-size: 52px;
}
@media (max-width: 1199px) {
  body h1,
  body .ewh1 {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  body h1,
  body .ewh1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body h1,
  body .ewh1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  body h1,
  body .ewh1 {
    font-size: 32px;
  }
}
body h2,
body .ewh2 {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--hw);
  color: var(--dark);
  letter-spacing: var(--letter-spacing);
  margin-bottom: 1rem;
  font-size: 42px;
}
@media (max-width: 1199px) {
  body h2,
  body .ewh2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body h2,
  body .ewh2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  body h2,
  body .ewh2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  body h2,
  body .ewh2 {
    font-size: 30px;
  }
}
body h3,
body .ewh3,
body div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body h2,
body div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .ewh2,
body #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 body h2 {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--bw);
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-size: 28px;
}
@media (max-width: 1199px) {
  body h3,
  body .ewh3,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body h2,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body .ewh2,
  body #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 body h2 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  body h3,
  body .ewh3,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body h2,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body .ewh2,
  body #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 body h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  body h3,
  body .ewh3,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body h2,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body .ewh2,
  body #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 body h2 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  body h3,
  body .ewh3,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body h2,
  body div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) body .ewh2,
  body #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 body h2 {
    font-size: 20px;
  }
}
body h4,
body .ewh4,
body #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .name,
body .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body .name {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sbw);
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-size: 22px;
}
@media (max-width: 1199px) {
  body h4,
  body .ewh4,
  body #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
  #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .name,
  body .Reviews2.chatbubble .slide-inner .slide__bottom .name,
  .Reviews2.chatbubble .slide-inner .slide__bottom body .name {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  body h4,
  body .ewh4,
  body #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
  #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .name,
  body .Reviews2.chatbubble .slide-inner .slide__bottom .name,
  .Reviews2.chatbubble .slide-inner .slide__bottom body .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  body h4,
  body .ewh4,
  body #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
  #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .name,
  body .Reviews2.chatbubble .slide-inner .slide__bottom .name,
  .Reviews2.chatbubble .slide-inner .slide__bottom body .name {
    font-size: 16px;
  }
}
body h5,
body .ewh5 {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sw);
  color: var(--primary-opacity);
  letter-spacing: var(--wide-spacing);
  margin-bottom: 1rem;
  font-size: 20px;
}
@media (max-width: 1199px) {
  body h5,
  body .ewh5 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  body h5,
  body .ewh5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body h5,
  body .ewh5 {
    font-size: 15px;
  }
}
body h6,
body .ewh6 {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--mw);
  color: var(--cta);
  letter-spacing: var(--wide-spacing);
  margin-bottom: 0.25rem;
  font-size: 18px;
}
@media (max-width: 1199px) {
  body h6,
  body .ewh6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body h6,
  body .ewh6 {
    font-size: 15px;
  }
}
body p,
body .bodyText,
body input,
body textarea,
body li,
body .btn {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sw);
  color: var(--primary-muted);
  letter-spacing: var(--letter-spacing);
  line-height: var(--line-height);
  font-size: 16px;
}
@media (max-width: 767px) {
  body p,
  body .bodyText,
  body input,
  body textarea,
  body li,
  body .btn {
    font-size: 15px;
  }
}
body b,
body strong {
  color: var(--primary-muted);
  font-weight: var(--bw);
}
body .title,
body #title {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--hw);
  text-transform: var(--text-transform);
  letter-spacing: var(--letter-spacing);
  margin-bottom: 1rem;
}
body .light-text {
  --primary: var(--light-text);
  --dark: var(--light-text);
  --primary-opacity: rgba(255, 255, 255, 0.5);
  --primary-muted: color-mix(in oklch, var(--light-text) 95%, transparent);
  --primary-muted-2: color-mix(in oklch, var(--light-text) 90%, transparent);
  color: var(--light-text);
}
body .light-text strong {
  color: inherit;
}
body .dark-text {
  --primary: var(--dark-text);
  color: var(--dark-text);
}
body .dark-text strong {
  color: inherit;
}
body .accentText {
  color: var(--cta);
}
body .accentText b,
body .accentText strong {
  color: inherit;
}
body ul li::marker,
body ol li::marker {
  color: var(--dark);
}
body ul {
  list-style: disc;
  padding-inline-start: 2rem;
}
body hr {
  border-top: 1px solid var(--border-color);
  margin: 1.5rem 0;
  width: 100%;
}
body :focus {
  outline: none !important;
}
body html {
  scroll-behavior: smooth;
}
body ::-moz-selection {
  color: #fff;
  background-color: var(--primary);
}
body ::selection {
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1200px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl {
    max-width: 1320px;
  }
}
body .layout-container {
  background-color: var(--default-bg);
}
body {
  /* Global CSS */
}
body .extrabold {
  font-weight: 900;
}
body {
  /*classes*/
}
body .column2,
body .column02 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  body .column2,
  body .column02 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
body .column2 h1,
body .column2 .ewh1,
body .column2 h2,
body .column2 .ewh2,
body .column2 h3,
body .column2 .ewh3,
body .column2 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column2 h2,
body .column2 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column2 .ewh2,
body .column2 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 body .column2 h2,
body .column2 b,
body .column2 strong,
body .column2 h4,
body .column2 .ewh4,
body .column2 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .column2 .name,
body .column2 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body .column2 .name,
body .column02 h1,
body .column02 .ewh1,
body .column02 h2,
body .column02 .ewh2,
body .column02 h3,
body .column02 .ewh3,
body .column02 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column02 h2,
body .column02 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column02 .ewh2,
body .column02 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 body .column02 h2,
body .column02 b,
body .column02 strong,
body .column02 h4,
body .column02 .ewh4,
body .column02 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .column02 .name,
body .column02 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body .column02 .name,
body .column02 h3,
body .column02 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
body .column3,
body .column03 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) and (min-width: 767px) {
  body .column3,
  body .column03 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767px) {
  body .column3,
  body .column03 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
body .column3 h1,
body .column3 .ewh1,
body .column3 h2,
body .column3 .ewh2,
body .column3 h3,
body .column3 .ewh3,
body .column3 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column3 h2,
body .column3 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column3 .ewh2,
body .column3 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 body .column3 h2,
body .column3 b,
body .column3 strong,
body .column3 h4,
body .column3 .ewh4,
body .column3 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .column3 .name,
body .column3 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body .column3 .name,
body .column03 h1,
body .column03 .ewh1,
body .column03 h2,
body .column03 .ewh2,
body .column03 h3,
body .column03 .ewh3,
body .column03 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column03 h2,
body .column03 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) body .column03 .ewh2,
body .column03 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 body .column03 h2,
body .column03 b,
body .column03 strong,
body .column03 h4,
body .column03 .ewh4,
body .column03 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body .column03 .name,
body .column03 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body .column03 .name,
body .column03 h3,
body .column03 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
body {
  /*img with link*/
}
body a img[src$=".png"],
body a img[src$=".jpg"] {
  transition: transform 0.3s !important;
}
body a img[src$=".png"]:hover,
body a img[src$=".jpg"]:hover {
  transform: scale(1.05);
}
body {
  /*PDF ikoner links*/
}
body a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
  display: none;
}
body {
  /*cta links*/
}
body .cta:not(.btn),
body a.cta:not(.btn),
body a[href^="mailto:"]:not(.btn),
body a[href^="tel:"]:not(.btn),
body a[href^="/kontakt-os"]:not(.btn),
body a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link),
body a[href^="/node/6"]:not(.btn) {
  color: var(--cta);
  transition: all ease-in 0.3s;
  white-space: nowrap;
}
body .cta:not(.btn):hover,
body a.cta:not(.btn):hover,
body a[href^="mailto:"]:not(.btn):hover,
body a[href^="tel:"]:not(.btn):hover,
body a[href^="/kontakt-os"]:not(.btn):hover,
body a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link):hover,
body a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
body {
  /*exception og ind8*/
}
body .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"],
body .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"],
body .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"],
body .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"],
body .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"],
body #block-menu2rev2 .menu__link a[href^="/kontakt"],
body #block-menu2rev2 .menu__link a[href^="mailto:"],
body #block-menu2rev2 .menu__link a[href^="tel:"],
body #block-menu2rev2 .menu__link a[href^="/node/6"],
body #block-menu2rev2 .menu__link a[href^="/kontakt-os"] {
  color: unset !important;
  transition: unset !important;
  cursor: pointer;
}
body .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"]:hover,
body .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"]:hover,
body .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"]:hover,
body .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"]:hover,
body .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"]:hover,
body #block-menu2rev2 .menu__link a[href^="/kontakt"]:hover,
body #block-menu2rev2 .menu__link a[href^="mailto:"]:hover,
body #block-menu2rev2 .menu__link a[href^="tel:"]:hover,
body #block-menu2rev2 .menu__link a[href^="/node/6"]:hover,
body #block-menu2rev2 .menu__link a[href^="/kontakt-os"]:hover {
  filter: none !important;
  cursor: pointer;
}
body {
  /*Normal links*/
}
body .white_link {
  color: #fff;
  font-weight: var(--sbw);
  transition: all ease-in 0.3s;
}
body .white_link:hover {
  color: rgba(255, 255, 255, 0.6156862745);
  text-decoration: none;
}
body .black_link,
body #ew-contact-info-1 a {
  font-weight: var(--sbw);
  word-wrap: break-word;
  color: var(--primary);
  transition: all ease-in 0.3s;
}
body .black_link:hover,
body #ew-contact-info-1 a:hover {
  color: var(--cta);
  text-decoration: none;
}
body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body .not-front main .btn-cta, .not-front main body .btn-cta,
body .not-front main #btn-cta,
.not-front main body #btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .not-front main .form-submit,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body .not-front main input[type=submit],
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit, body .not-front main .form-actions .form-submit,
body .not-front main #edit-actions input[type=submit],
body .not-front main #btn-form-submit, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main body .form-submit,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main body input[type=submit],
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit, .not-front main body .form-actions .form-submit, .not-front main .form-actions body .form-submit,
.not-front main body #edit-actions input[type=submit],
.not-front main #edit-actions body input[type=submit],
.not-front main body #btn-form-submit, body .not-front main .btn-primary, .not-front main body .btn-primary,
body .not-front main #btn-primary,
.not-front main body #btn-primary, body .not-front main .btn-secondary,
body .not-front main #btn-secondary, .not-front main body .btn-secondary,
.not-front main body #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit, body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary, body .btn-cta,
body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body .form-actions .form-submit,
body #edit-actions input[type=submit],
body #btn-form-submit, body .btn-primary,
body #btn-primary, body .btn-secondary,
body #btn-secondary {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sbw);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  text-align: center;
  cursor: pointer;
  transition: var(--btn-transition);
  transform: scale(1, 1);
  font-size: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body .not-front main .btn-cta, .not-front main body .btn-cta,
  body .not-front main #btn-cta,
  .not-front main body #btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .not-front main .form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body .not-front main input[type=submit],
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit, body .not-front main .form-actions .form-submit,
  body .not-front main #edit-actions input[type=submit],
  body .not-front main #btn-form-submit, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main body .form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main body input[type=submit],
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit, .not-front main body .form-actions .form-submit, .not-front main .form-actions body .form-submit,
  .not-front main body #edit-actions input[type=submit],
  .not-front main #edit-actions body input[type=submit],
  .not-front main body #btn-form-submit, body .not-front main .btn-primary, .not-front main body .btn-primary,
  body .not-front main #btn-primary,
  .not-front main body #btn-primary, body .not-front main .btn-secondary,
  body .not-front main #btn-secondary, .not-front main body .btn-secondary,
  .not-front main body #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit, body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary, body .btn-cta,
  body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body .form-actions .form-submit,
  body #edit-actions input[type=submit],
  body #btn-form-submit, body .btn-primary,
  body #btn-primary, body .btn-secondary,
  body #btn-secondary {
    font-size: 0.98rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body .not-front main .btn-cta, .not-front main body .btn-cta,
  body .not-front main #btn-cta,
  .not-front main body #btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .not-front main .form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body .not-front main input[type=submit],
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit, body .not-front main .form-actions .form-submit,
  body .not-front main #edit-actions input[type=submit],
  body .not-front main #btn-form-submit, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main body .form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main body input[type=submit],
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit, .not-front main body .form-actions .form-submit, .not-front main .form-actions body .form-submit,
  .not-front main body #edit-actions input[type=submit],
  .not-front main #edit-actions body input[type=submit],
  .not-front main body #btn-form-submit, body .not-front main .btn-primary, .not-front main body .btn-primary,
  body .not-front main #btn-primary,
  .not-front main body #btn-primary, body .not-front main .btn-secondary,
  body .not-front main #btn-secondary, .not-front main body .btn-secondary,
  .not-front main body #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit, body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary, body .btn-cta,
  body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body .form-actions .form-submit,
  body #edit-actions input[type=submit],
  body #btn-form-submit, body .btn-primary,
  body #btn-primary, body .btn-secondary,
  body #btn-secondary {
    font-size: 0.96rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body .not-front main .btn-cta, .not-front main body .btn-cta,
  body .not-front main #btn-cta,
  .not-front main body #btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .not-front main .form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body .not-front main input[type=submit],
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit, body .not-front main .form-actions .form-submit,
  body .not-front main #edit-actions input[type=submit],
  body .not-front main #btn-form-submit, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main body .form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main body input[type=submit],
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit, .not-front main body .form-actions .form-submit, .not-front main .form-actions body .form-submit,
  .not-front main body #edit-actions input[type=submit],
  .not-front main #edit-actions body input[type=submit],
  .not-front main body #btn-form-submit, body .not-front main .btn-primary, .not-front main body .btn-primary,
  body .not-front main #btn-primary,
  .not-front main body #btn-primary, body .not-front main .btn-secondary,
  body .not-front main #btn-secondary, .not-front main body .btn-secondary,
  .not-front main body #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit, body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary, body .btn-cta,
  body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body .form-actions .form-submit,
  body #edit-actions input[type=submit],
  body #btn-form-submit, body .btn-primary,
  body #btn-primary, body .btn-secondary,
  body #btn-secondary {
    font-size: 0.94rem;
  }
}
@media (max-width: 576px) {
  body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body .not-front main .btn-cta, .not-front main body .btn-cta,
  body .not-front main #btn-cta,
  .not-front main body #btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .not-front main .form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body .not-front main input[type=submit],
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit, body .not-front main .form-actions .form-submit,
  body .not-front main #edit-actions input[type=submit],
  body .not-front main #btn-form-submit, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main body .form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main body input[type=submit],
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit, .not-front main body .form-actions .form-submit, .not-front main .form-actions body .form-submit,
  .not-front main body #edit-actions input[type=submit],
  .not-front main #edit-actions body input[type=submit],
  .not-front main body #btn-form-submit, body .not-front main .btn-primary, .not-front main body .btn-primary,
  body .not-front main #btn-primary,
  .not-front main body #btn-primary, body .not-front main .btn-secondary,
  body .not-front main #btn-secondary, .not-front main body .btn-secondary,
  .not-front main body #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit, body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary, body .btn-cta,
  body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body .form-actions .form-submit,
  body #edit-actions input[type=submit],
  body #btn-form-submit, body .btn-primary,
  body #btn-primary, body .btn-secondary,
  body #btn-secondary {
    font-size: 0.92rem;
    margin-top: 8px;
  }
}
body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body .not-front main .btn-cta, .not-front main body .btn-cta,
body .not-front main #btn-cta,
.not-front main body #btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .not-front main .form-submit,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body .not-front main input[type=submit],
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit, body .not-front main .form-actions .form-submit,
body .not-front main #edit-actions input[type=submit],
body .not-front main #btn-form-submit, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main body .form-submit,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main body input[type=submit],
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit, .not-front main body .form-actions .form-submit, .not-front main .form-actions body .form-submit,
.not-front main body #edit-actions input[type=submit],
.not-front main #edit-actions body input[type=submit],
.not-front main body #btn-form-submit, body .not-front main .btn-primary, .not-front main body .btn-primary,
body .not-front main #btn-primary,
.not-front main body #btn-primary, body .not-front main .btn-secondary,
body .not-front main #btn-secondary, .not-front main body .btn-secondary,
.not-front main body #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit, body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary, body .btn-cta,
body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body .form-actions .form-submit,
body #edit-actions input[type=submit],
body #btn-form-submit, body .btn-primary,
body #btn-primary, body .btn-secondary,
body #btn-secondary {
  border-width: 2px;
  border-style: solid;
}
body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta:hover, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit:hover, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:hover, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit:hover, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary:hover, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary:hover, .not-front main .form-actions body #custom-style-block .form-submit:hover, body #custom-style-block .form-actions .form-submit:hover,
body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #btn-form-submit:hover, body #custom-style-block .btn-cta:hover,
body #custom-style-block #btn-cta:hover, body .form-actions #custom-style-block .form-submit:hover, body #custom-style-block .btn-secondary:hover,
body #custom-style-block #btn-secondary:hover, body #custom-style-block .btn-primary:hover,
body #custom-style-block #btn-primary:hover, body .btn-cta:hover,
body #btn-cta:hover, .not-front main .form-actions body .form-submit:hover,
.not-front main #edit-actions body input[type=submit]:hover, body .form-actions .form-submit:hover,
body #edit-actions input[type=submit]:hover,
body #btn-form-submit:hover, body .btn-primary:hover,
body #btn-primary:hover, body .btn-secondary:hover,
body #btn-secondary:hover {
  transform: translate3d(0px, 0, 0rem) scale(1.1);
}
body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:active, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta:active,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta:active,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta:active, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:active,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:active,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:active, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit:active, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit:active,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit]:active,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit]:active,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit:active, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:active, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container body .form-submit:active, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary:active,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary:active, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary:active, .not-front main .form-actions body #custom-style-block .form-submit:active, body #custom-style-block .form-actions .form-submit:active,
body #custom-style-block #edit-actions input[type=submit]:active,
body #custom-style-block #btn-form-submit:active, body #custom-style-block .btn-cta:active,
body #custom-style-block #btn-cta:active, body .form-actions #custom-style-block .form-submit:active, body #custom-style-block .btn-secondary:active,
body #custom-style-block #btn-secondary:active, body #custom-style-block .btn-primary:active,
body #custom-style-block #btn-primary:active, body .btn-cta:active,
body #btn-cta:active, .not-front main .form-actions body .form-submit:active,
.not-front main #edit-actions body input[type=submit]:active, body .form-actions .form-submit:active,
body #edit-actions input[type=submit]:active,
body #btn-form-submit:active, body .btn-primary:active,
body #btn-primary:active, body .btn-secondary:active,
body #btn-secondary:active {
  transform: translate3d(0px, 0, 1rem) scale(0.9);
}
body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body .not-front main .btn-secondary, .not-front main body .btn-secondary,
body .not-front main #btn-secondary,
.not-front main body #btn-secondary, body .not-front main .btn-primary, .not-front main body .btn-primary,
body .not-front main #btn-primary,
.not-front main body #btn-primary, body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary, body .btn-secondary,
body #btn-secondary, body .btn-primary,
body #btn-primary {
  padding: var(--btn-padding);
  border-radius: var(--radius);
}
body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary:hover, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary:hover, body #custom-style-block .btn-secondary:hover,
body #custom-style-block #btn-secondary:hover, body #custom-style-block .btn-primary:hover,
body #custom-style-block #btn-primary:hover, body .btn-secondary:hover,
body #btn-secondary:hover, body .btn-primary:hover,
body #btn-primary:hover, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:focus, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary:focus,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:focus,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary:focus, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:focus, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary:focus,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:focus,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary:focus, body #custom-style-block .btn-secondary:focus,
body #custom-style-block #btn-secondary:focus, body #custom-style-block .btn-primary:focus,
body #custom-style-block #btn-primary:focus, body .btn-secondary:focus,
body #btn-secondary:focus, body .btn-primary:focus,
body #btn-primary:focus, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary:active,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary:active, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary:active,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary:active, body #custom-style-block .btn-secondary:active,
body #custom-style-block #btn-secondary:active, body #custom-style-block .btn-primary:active,
body #custom-style-block #btn-primary:active, body .btn-secondary:active,
body #btn-secondary:active, body .btn-primary:active,
body #btn-primary:active {
  box-shadow: none;
  outline: none;
}
body .btn-primary,
body #btn-primary {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--secondary);
}
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:active,
body #btn-primary:hover,
body #btn-primary:focus,
body #btn-primary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
body .btn-primary::after,
body #btn-primary::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 0.5rem;
  color: inherit;
}
body .btn-secondary,
body #btn-secondary {
  background-color: transparent;
  border-color: var(--dark);
  color: var(--dark);
}
body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active,
body #btn-secondary:hover,
body #btn-secondary:focus,
body #btn-secondary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
body .btn-secondary.light,
body #btn-secondary.light {
  background-color: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
body .btn-secondary.light:hover, body .btn-secondary.light:focus, body .btn-secondary.light:active,
body #btn-secondary.light:hover,
body #btn-secondary.light:focus,
body #btn-secondary.light:active {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body .not-front main .form-actions .form-submit, .not-front main .form-actions body .form-submit,
body .not-front main #edit-actions input[type=submit],
.not-front main #edit-actions body input[type=submit],
body .not-front main #btn-form-submit,
.not-front main body #btn-form-submit, body .not-front main .btn-cta, .not-front main body .btn-cta,
body .not-front main #btn-cta,
.not-front main body #btn-cta, body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
body #custom-style-block #btn-cta, body .form-actions .form-submit,
body #edit-actions input[type=submit],
body #btn-form-submit, body .btn-cta,
body #btn-cta {
  color: #fff;
  border-radius: var(--radius);
  padding: var(--btn-cta-padding);
  border-color: var(--cta);
  background-color: var(--cta);
  box-shadow: none;
}
body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit]:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit:hover, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta:hover,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta:hover,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta:hover, .not-front main .form-actions body .form-submit:hover,
.not-front main #edit-actions body input[type=submit]:hover, body #custom-style-block .form-actions .form-submit:hover,
body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #btn-form-submit:hover, body #custom-style-block .btn-cta:hover,
body #custom-style-block #btn-cta:hover, body .form-actions .form-submit:hover,
body #edit-actions input[type=submit]:hover,
body #btn-form-submit:hover, body .btn-cta:hover,
body #btn-cta:hover {
  opacity: 1;
  border-color: var(--cta-dark);
  background-color: var(--cta-dark);
  color: #fff;
  box-shadow: var(--box-shadow);
  filter: brightness(1);
}
body .btn-cta.whiteCtaBtn,
body #btn-cta.whiteCtaBtn {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
body .btn-cta.whiteCtaBtn:hover,
body #btn-cta.whiteCtaBtn:hover {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
body .form-actions .form-submit,
body #edit-actions input[type=submit],
body #btn-form-submit {
  margin-top: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--dark);
  border-color: var(--dark);
}
body .form-actions .form-submit:hover,
body #edit-actions input[type=submit]:hover,
body #btn-form-submit:hover {
  background-color: var(--cta);
  border-color: var(--cta);
  transform: scale(1);
}
body #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 body .cta-menu-toggle,
body #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 body .cta-2-primary, body .not-front main #ew-cta-2 .cta-menu-toggle, .not-front main #ew-cta-2 body .cta-menu-toggle,
body .not-front main #ew-cta-2 .cta-2-primary,
.not-front main #ew-cta-2 body .cta-2-primary, body #custom-style-block #ew-cta-2 .cta-menu-toggle,
body #custom-style-block #ew-cta-2 .cta-2-primary, body #ew-cta-2 .cta-menu-toggle,
body #ew-cta-2 .cta-2-primary {
  background: linear-gradient(320deg, var(--cta), var(--cta), var(--cta)) !important;
}
body #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex body .cta-2-primary, body .not-front main #ew-cta-2 .cta-flex .cta-2-primary, .not-front main #ew-cta-2 .cta-flex body .cta-2-primary, body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary, body #ew-cta-2 .cta-flex .cta-2-primary {
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.18), 1px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
body #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex body .cta-2-primary:hover, body .not-front main #ew-cta-2 .cta-flex .cta-2-primary:hover, .not-front main #ew-cta-2 .cta-flex body .cta-2-primary:hover, body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary:hover, body #ew-cta-2 .cta-flex .cta-2-primary:hover {
  filter: brightness(1.1);
}
body #ew-cta-2 a:hover {
  text-decoration: none !important;
}
body #ew-cta-2 {
  z-index: 5;
}
body #ew-cta-2 .cta-flex .cta-2-primary,
body #ew-cta-2 .cta-2-primary-icon,
body #ew-cta-2 .cta-2-primary-value,
body #ew-cta-2 .cta-menu-toggle svg {
  color: white;
  min-width: 24px;
  font-weight: var(--sbw);
  text-transform: var(--text-transform);
}
body #ew-cta-2 .cta-menu-toggle {
  position: fixed;
  display: flex;
  font-size: 1.5rem;
  color: white;
  min-width: 50px;
  min-height: 50px;
  height: 50px;
  bottom: 0.5rem;
  right: 0.5rem;
  transition: all 0.2s ease-in-out;
}
body #ew-cta-2 .cta-menu-toggle.active {
  rotate: 45deg;
  transition: all 0.2s ease-in-out;
  background-color: var(--cta);
  filter: brightness(40%);
}
body #ew-cta-2 .cta-menu-toggle,
body #ew-cta-2 .cta-2-primary {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  margin: 0;
}
body #ew-cta-2 .cta-flex {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  right: 0.5rem;
  bottom: calc(1rem + 50px);
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}
body #ew-cta-2 .cta-flex .cta-2-primary {
  display: flex;
  min-height: 45px;
  height: 45px;
  width: 160px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 1rem;
  right: 0.5rem;
  border-radius: var(--radius);
}
body #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
body #ew-cta-2 .cta-flex.active a:nth-child(1) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 1);
}
body #ew-cta-2 .cta-flex.active a:nth-child(2) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 2);
}
body #ew-cta-2 .cta-flex.active a:nth-child(3) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 3);
}
body #ew-cta-2 .cta-flex.active a:nth-child(4) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 4);
}
body #ew-cta-2 .cta-flex.active a:nth-child(5) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 5);
}
body #ew-cta-2 .cta-flex.active a:nth-child(6) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 6);
}
body #ew-cta-2 .cta-flex.active a:nth-child(7) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 7);
}
body #ew-cta-2 .cta-flex.active a:nth-child(8) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 8);
}
body #ew-cta-2 .cta-flex.active a:nth-child(9) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 9);
}
body #ew-cta-2 .cta-flex.active a:nth-child(10) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 10);
}
@keyframes one-shot {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
body #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  body #ew-cta-2 .cta-menu-toggle {
    display: none;
  }
  body #ew-cta-2 .cta-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0;
  }
  body #ew-cta-2 .cta-flex .cta-2-primary {
    pointer-events: all;
    display: flex;
    width: 180px;
    min-height: 50px;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: flex-start;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    transform: translateX(calc(100% - 55px));
    border-radius: var(--radius) 0 0 var(--radius);
    transition: all 0.2s ease-in-out;
  }
  body #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-value {
    display: block;
  }
  body #ew-cta-2 .cta-flex .cta-2-primary:hover {
    transform: none;
    transition: all 0.2s ease-in-out;
  }
}
body .btn:not(:last-of-type) {
  margin-right: 1rem;
}
body .btn-dark {
  color: var(--secondary);
}
body #custom-style-block :focus {
  outline: none !important;
}
body #custom-style-block html {
  scroll-behavior: smooth;
}
body #custom-style-block ::-moz-selection {
  color: #fff;
  background-color: var(--primary);
}
body #custom-style-block ::selection {
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1200px) {
  body #custom-style-block .container,
  body #custom-style-block .container-lg,
  body #custom-style-block .container-md,
  body #custom-style-block .container-sm,
  body #custom-style-block .container-xl {
    max-width: 1320px;
  }
}
body #custom-style-block .layout-container {
  background-color: var(--default-bg);
}
body #custom-style-block {
  /* Global CSS */
}
body #custom-style-block .extrabold {
  font-weight: 900;
}
body #custom-style-block {
  /*classes*/
}
body #custom-style-block .column2,
body #custom-style-block .column02 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  body #custom-style-block .column2,
  body #custom-style-block .column02 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
body #custom-style-block .column2 h1,
body #custom-style-block .column2 .ewh1,
body #custom-style-block .column2 h2,
body #custom-style-block .column2 .ewh2,
body #custom-style-block .column2 h3,
body #custom-style-block .column2 .ewh3,
body #custom-style-block .column2 b,
body #custom-style-block .column2 strong,
body #custom-style-block .column2 h4,
body #custom-style-block .column2 .ewh4,
body #custom-style-block .column2 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body #custom-style-block .column2 .name,
body #custom-style-block .column2 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body #custom-style-block .column2 .name,
body #custom-style-block .column02 h1,
body #custom-style-block .column02 .ewh1,
body #custom-style-block .column02 h2,
body #custom-style-block .column02 .ewh2,
body #custom-style-block .column02 h3,
body #custom-style-block .column02 .ewh3,
body #custom-style-block .column02 b,
body #custom-style-block .column02 strong,
body #custom-style-block .column02 h4,
body #custom-style-block .column02 .ewh4,
body #custom-style-block .column02 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body #custom-style-block .column02 .name,
body #custom-style-block .column02 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body #custom-style-block .column02 .name {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
body #custom-style-block .column3,
body #custom-style-block .column03 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) and (min-width: 767px) {
  body #custom-style-block .column3,
  body #custom-style-block .column03 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767px) {
  body #custom-style-block .column3,
  body #custom-style-block .column03 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
body #custom-style-block .column3 h1,
body #custom-style-block .column3 .ewh1,
body #custom-style-block .column3 h2,
body #custom-style-block .column3 .ewh2,
body #custom-style-block .column3 h3,
body #custom-style-block .column3 .ewh3,
body #custom-style-block .column3 b,
body #custom-style-block .column3 strong,
body #custom-style-block .column3 h4,
body #custom-style-block .column3 .ewh4,
body #custom-style-block .column3 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body #custom-style-block .column3 .name,
body #custom-style-block .column3 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body #custom-style-block .column3 .name,
body #custom-style-block .column03 h1,
body #custom-style-block .column03 .ewh1,
body #custom-style-block .column03 h2,
body #custom-style-block .column03 .ewh2,
body #custom-style-block .column03 h3,
body #custom-style-block .column03 .ewh3,
body #custom-style-block .column03 b,
body #custom-style-block .column03 strong,
body #custom-style-block .column03 h4,
body #custom-style-block .column03 .ewh4,
body #custom-style-block .column03 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom body #custom-style-block .column03 .name,
body #custom-style-block .column03 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom body #custom-style-block .column03 .name {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
body #custom-style-block {
  /*img with link*/
}
body #custom-style-block a img[src$=".png"],
body #custom-style-block a img[src$=".jpg"] {
  transition: transform 0.3s !important;
}
body #custom-style-block a img[src$=".png"]:hover,
body #custom-style-block a img[src$=".jpg"]:hover {
  transform: scale(1.05);
}
body #custom-style-block {
  /*PDF ikoner links*/
}
body #custom-style-block a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
  display: none;
}
body #custom-style-block {
  /*cta links*/
}
body #custom-style-block .cta:not(.btn),
body #custom-style-block a.cta:not(.btn),
body #custom-style-block a[href^="mailto:"]:not(.btn),
body #custom-style-block a[href^="tel:"]:not(.btn),
body #custom-style-block a[href^="/kontakt-os"]:not(.btn),
body #custom-style-block a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link),
body #custom-style-block a[href^="/node/6"]:not(.btn) {
  color: var(--cta);
  transition: all ease-in 0.3s;
  white-space: nowrap;
}
body #custom-style-block .cta:not(.btn):hover,
body #custom-style-block a.cta:not(.btn):hover,
body #custom-style-block a[href^="mailto:"]:not(.btn):hover,
body #custom-style-block a[href^="tel:"]:not(.btn):hover,
body #custom-style-block a[href^="/kontakt-os"]:not(.btn):hover,
body #custom-style-block a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link):hover,
body #custom-style-block a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
body #custom-style-block {
  /*exception og ind8*/
}
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"],
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"],
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"],
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"],
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"],
body #custom-style-block #block-menu2rev2 .menu__link a[href^="/kontakt"],
body #custom-style-block #block-menu2rev2 .menu__link a[href^="mailto:"],
body #custom-style-block #block-menu2rev2 .menu__link a[href^="tel:"],
body #custom-style-block #block-menu2rev2 .menu__link a[href^="/node/6"],
body #custom-style-block #block-menu2rev2 .menu__link a[href^="/kontakt-os"] {
  color: unset !important;
  transition: unset !important;
  cursor: pointer;
}
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"]:hover,
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"]:hover,
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"]:hover,
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"]:hover,
body #custom-style-block .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"]:hover,
body #custom-style-block #block-menu2rev2 .menu__link a[href^="/kontakt"]:hover,
body #custom-style-block #block-menu2rev2 .menu__link a[href^="mailto:"]:hover,
body #custom-style-block #block-menu2rev2 .menu__link a[href^="tel:"]:hover,
body #custom-style-block #block-menu2rev2 .menu__link a[href^="/node/6"]:hover,
body #custom-style-block #block-menu2rev2 .menu__link a[href^="/kontakt-os"]:hover {
  filter: none !important;
  cursor: pointer;
}
body #custom-style-block {
  /*Normal links*/
}
body #custom-style-block .white_link {
  color: #fff;
  font-weight: var(--sbw);
  transition: all ease-in 0.3s;
}
body #custom-style-block .white_link:hover {
  color: rgba(255, 255, 255, 0.6156862745);
  text-decoration: none;
}
body #custom-style-block .black_link,
body #custom-style-block #ew-contact-info-1 a {
  font-weight: var(--sbw);
  word-wrap: break-word;
  color: var(--primary);
  transition: all ease-in 0.3s;
}
body #custom-style-block .black_link:hover,
body #custom-style-block #ew-contact-info-1 a:hover {
  color: var(--cta);
  text-decoration: none;
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit,
.not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
body #edit-actions #custom-style-block input[type=submit], body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sbw);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  text-align: center;
  cursor: pointer;
  transition: var(--btn-transition);
  transform: scale(1, 1);
  font-size: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit,
  .not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
  body #edit-actions #custom-style-block input[type=submit], body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary {
    font-size: 0.98rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit,
  .not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
  body #edit-actions #custom-style-block input[type=submit], body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary {
    font-size: 0.96rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit,
  .not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
  body #edit-actions #custom-style-block input[type=submit], body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary {
    font-size: 0.94rem;
  }
}
@media (max-width: 576px) {
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit,
  .not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
  body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
  body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
  body #edit-actions #custom-style-block input[type=submit], body #custom-style-block .btn-secondary,
  body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
  body #custom-style-block #btn-primary {
    font-size: 0.92rem;
    margin-top: 8px;
  }
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container #custom-style-block .btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit,
.not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
body #edit-actions #custom-style-block input[type=submit], body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary {
  border-width: 2px;
  border-style: solid;
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit]:hover, .not-front main .form-actions body #custom-style-block .form-submit:hover,
.not-front main #edit-actions body #custom-style-block input[type=submit]:hover, body #custom-style-block .form-actions .form-submit:hover,
body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #btn-form-submit:hover, body #custom-style-block .btn-cta:hover,
body #custom-style-block #btn-cta:hover, body .form-actions #custom-style-block .form-submit:hover,
body #edit-actions #custom-style-block input[type=submit]:hover, body #custom-style-block .btn-secondary:hover,
body #custom-style-block #btn-secondary:hover, body #custom-style-block .btn-primary:hover,
body #custom-style-block #btn-primary:hover {
  transform: translate3d(0px, 0, 0rem) scale(1.1);
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit:active,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit]:active, .not-front main .form-actions body #custom-style-block .form-submit:active,
.not-front main #edit-actions body #custom-style-block input[type=submit]:active, body #custom-style-block .form-actions .form-submit:active,
body #custom-style-block #edit-actions input[type=submit]:active,
body #custom-style-block #btn-form-submit:active, body #custom-style-block .btn-cta:active,
body #custom-style-block #btn-cta:active, body .form-actions #custom-style-block .form-submit:active,
body #edit-actions #custom-style-block input[type=submit]:active, body #custom-style-block .btn-secondary:active,
body #custom-style-block #btn-secondary:active, body #custom-style-block .btn-primary:active,
body #custom-style-block #btn-primary:active {
  transform: translate3d(0px, 0, 1rem) scale(0.9);
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary, body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary {
  padding: var(--btn-padding);
  border-radius: var(--radius);
}
body #custom-style-block .btn-secondary:hover,
body #custom-style-block #btn-secondary:hover, body #custom-style-block .btn-primary:hover,
body #custom-style-block #btn-primary:hover, body #custom-style-block .btn-secondary:focus,
body #custom-style-block #btn-secondary:focus, body #custom-style-block .btn-primary:focus,
body #custom-style-block #btn-primary:focus, body #custom-style-block .btn-secondary:active,
body #custom-style-block #btn-secondary:active, body #custom-style-block .btn-primary:active,
body #custom-style-block #btn-primary:active {
  box-shadow: none;
  outline: none;
}
body #custom-style-block .btn-primary,
body #custom-style-block #btn-primary {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--secondary);
}
body #custom-style-block .btn-primary:hover, body #custom-style-block .btn-primary:focus, body #custom-style-block .btn-primary:active,
body #custom-style-block #btn-primary:hover,
body #custom-style-block #btn-primary:focus,
body #custom-style-block #btn-primary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
body #custom-style-block .btn-primary::after,
body #custom-style-block #btn-primary::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 0.5rem;
  color: inherit;
}
body #custom-style-block .btn-secondary,
body #custom-style-block #btn-secondary {
  background-color: transparent;
  border-color: var(--dark);
  color: var(--dark);
}
body #custom-style-block .btn-secondary:hover, body #custom-style-block .btn-secondary:focus, body #custom-style-block .btn-secondary:active,
body #custom-style-block #btn-secondary:hover,
body #custom-style-block #btn-secondary:focus,
body #custom-style-block #btn-secondary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
body #custom-style-block .btn-secondary.light,
body #custom-style-block #btn-secondary.light {
  background-color: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
body #custom-style-block .btn-secondary.light:hover, body #custom-style-block .btn-secondary.light:focus, body #custom-style-block .btn-secondary.light:active,
body #custom-style-block #btn-secondary.light:hover,
body #custom-style-block #btn-secondary.light:focus,
body #custom-style-block #btn-secondary.light:active {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, .not-front main .form-actions body #custom-style-block .form-submit,
.not-front main #edit-actions body #custom-style-block input[type=submit], body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit, body #custom-style-block .btn-cta,
body #custom-style-block #btn-cta, body .form-actions #custom-style-block .form-submit,
body #edit-actions #custom-style-block input[type=submit] {
  color: #fff;
  border-radius: var(--radius);
  padding: var(--btn-cta-padding);
  border-color: var(--cta);
  background-color: var(--cta);
  box-shadow: none;
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit]:hover, .not-front main .form-actions body #custom-style-block .form-submit:hover,
.not-front main #edit-actions body #custom-style-block input[type=submit]:hover, body #custom-style-block .form-actions .form-submit:hover,
body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #btn-form-submit:hover, body #custom-style-block .btn-cta:hover,
body #custom-style-block #btn-cta:hover, body .form-actions #custom-style-block .form-submit:hover,
body #edit-actions #custom-style-block input[type=submit]:hover {
  opacity: 1;
  border-color: var(--cta-dark);
  background-color: var(--cta-dark);
  color: #fff;
  box-shadow: var(--box-shadow);
  filter: brightness(1);
}
body #custom-style-block .btn-cta.whiteCtaBtn,
body #custom-style-block #btn-cta.whiteCtaBtn {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
body #custom-style-block .btn-cta.whiteCtaBtn:hover,
body #custom-style-block #btn-cta.whiteCtaBtn:hover {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
body #custom-style-block .form-actions .form-submit,
body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #btn-form-submit {
  margin-top: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--dark);
  border-color: var(--dark);
}
body #custom-style-block .form-actions .form-submit:hover,
body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #btn-form-submit:hover {
  background-color: var(--cta);
  border-color: var(--cta);
  transform: scale(1);
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 body #custom-style-block .cta-menu-toggle,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 body #custom-style-block .cta-2-primary, .not-front main #ew-cta-2 body #custom-style-block .cta-menu-toggle,
.not-front main #ew-cta-2 body #custom-style-block .cta-2-primary, body #custom-style-block #ew-cta-2 .cta-menu-toggle,
body #custom-style-block #ew-cta-2 .cta-2-primary, body #ew-cta-2 #custom-style-block .cta-menu-toggle,
body #ew-cta-2 #custom-style-block .cta-2-primary {
  background: linear-gradient(320deg, var(--cta), var(--cta), var(--cta)) !important;
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex body #custom-style-block .cta-2-primary, .not-front main #ew-cta-2 .cta-flex body #custom-style-block .cta-2-primary, body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary, body #ew-cta-2 .cta-flex #custom-style-block .cta-2-primary {
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.18), 1px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex body #custom-style-block .cta-2-primary:hover, .not-front main #ew-cta-2 .cta-flex body #custom-style-block .cta-2-primary:hover, body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary:hover, body #ew-cta-2 .cta-flex #custom-style-block .cta-2-primary:hover {
  filter: brightness(1.1);
}
body #custom-style-block #ew-cta-2 a:hover {
  text-decoration: none !important;
}
body #custom-style-block #ew-cta-2 {
  z-index: 5;
}
body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary,
body #custom-style-block #ew-cta-2 .cta-2-primary-icon,
body #custom-style-block #ew-cta-2 .cta-2-primary-value,
body #custom-style-block #ew-cta-2 .cta-menu-toggle svg {
  color: white;
  min-width: 24px;
  font-weight: var(--sbw);
  text-transform: var(--text-transform);
}
body #custom-style-block #ew-cta-2 .cta-menu-toggle {
  position: fixed;
  display: flex;
  font-size: 1.5rem;
  color: white;
  min-width: 50px;
  min-height: 50px;
  height: 50px;
  bottom: 0.5rem;
  right: 0.5rem;
  transition: all 0.2s ease-in-out;
}
body #custom-style-block #ew-cta-2 .cta-menu-toggle.active {
  rotate: 45deg;
  transition: all 0.2s ease-in-out;
  background-color: var(--cta);
  filter: brightness(40%);
}
body #custom-style-block #ew-cta-2 .cta-menu-toggle,
body #custom-style-block #ew-cta-2 .cta-2-primary {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  margin: 0;
}
body #custom-style-block #ew-cta-2 .cta-flex {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  right: 0.5rem;
  bottom: calc(1rem + 50px);
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}
body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary {
  display: flex;
  min-height: 45px;
  height: 45px;
  width: 160px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 1rem;
  right: 0.5rem;
  border-radius: var(--radius);
}
body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(1) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 1);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(2) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 2);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(3) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 3);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(4) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 4);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(5) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 5);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(6) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 6);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(7) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 7);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(8) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 8);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(9) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 9);
}
body #custom-style-block #ew-cta-2 .cta-flex.active a:nth-child(10) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 10);
}
@keyframes one-shot {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
body #custom-style-block #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  body #custom-style-block #ew-cta-2 .cta-menu-toggle {
    display: none;
  }
  body #custom-style-block #ew-cta-2 .cta-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0;
  }
  body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary {
    pointer-events: all;
    display: flex;
    width: 180px;
    min-height: 50px;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: flex-start;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    transform: translateX(calc(100% - 55px));
    border-radius: var(--radius) 0 0 var(--radius);
    transition: all 0.2s ease-in-out;
  }
  body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-value {
    display: block;
  }
  body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary:hover {
    transform: none;
    transition: all 0.2s ease-in-out;
  }
}
body #custom-style-block .btn:not(:last-of-type) {
  margin-right: 1rem;
}
body #custom-style-block .btn-dark {
  color: var(--secondary);
}

table {
  width: 100%;
  max-width: 800px;
  margin-bottom: 1.5rem;
  font-family: "Catamaran", sans-serif;
}
table th,
table td {
  padding: 0.4rem;
  border: none;
}
@media (max-width: 767px) {
  table th,
  table td {
    font-size: 0.85rem;
  }
}
table thead th {
  text-transform: uppercase;
  color: var(--cta);
  font-weight: var(--bw);
}
table thead th:last-child {
  text-align: right;
}
table tr {
  border-bottom: 1px solid var(--border-color);
}
table tr:last-child {
  border-bottom: none;
}
table tbody td {
  color: var(--dark);
}
table tbody td:not(:has(.js-form-item)):last-child {
  font-weight: var(--bw);
  color: var(--primary);
  text-align: right;
}

.accordion .accordion-button {
  background: transparent;
  border: none;
  border-top: 1px solid rgba(62, 62, 62, 0.28);
  border-radius: 0;
  font-family: "Catamaran", sans-serif;
  font-size: 1.2rem;
  color: var(--dark);
  padding: 10px;
  cursor: pointer;
  transition: color 0.3s ease-in;
}
@media (max-width: 575px) {
  .accordion .accordion-button {
    font-size: 0.95rem;
  }
}
.accordion .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: var(--mw);
  position: absolute;
  right: 2%;
  transition: var(--transition);
}
.accordion .accordion-button[aria-expanded=true], .accordion .accordion-button:not(.collapsed) {
  color: var(--cta);
}
.accordion .accordion-button[aria-expanded=true]::after, .accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  color: var(--cta);
}
.accordion .accordion-button:hover {
  color: var(--cta);
}
.accordion .accordion-button:hover::after {
  color: var(--cta);
}
.accordion .accordion-body {
  padding: 0.5rem 0 1rem 10px;
}
.accordion .accordion-body p {
  margin-bottom: 0.4rem;
  font-weight: var(--lw);
}
@media (max-width: 767px) {
  .accordion .accordion-body {
    padding-left: 0;
  }
}
.accordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(62, 62, 62, 0.28);
}

#Menu2rev2-624563e43ec58 .top .company-info__item {
  align-items: center;
}
#Menu2rev2-624563e43ec58 .primary {
  height: var(--main-menu-height);
  transition: var(--transition);
}
#Menu2rev2-624563e43ec58 .primary__logo img {
  will-change: max-height, content;
  max-height: calc(var(--main-menu-height) * 0.6);
  max-width: clamp(220px, 20cqw, 320px);
  transition: var(--transition);
  transition: var(--transition);
  will-change: transform;
}
#Menu2rev2-624563e43ec58 .primary__logo img:hover {
  transform: scale(1.05);
}
#Menu2rev2-624563e43ec58 .primary.js-sticky--stuck {
  height: var(--sticky-height);
}
#Menu2rev2-624563e43ec58 .primary.js-sticky--stuck .primary__logo img {
  max-height: calc(var(--sticky-height) * 0.7);
}
@media (max-width: 1199px) {
  #Menu2rev2-624563e43ec58 .menu__head {
    height: 120px;
  }
}
#Menu2rev2-624563e43ec58 .menu__head-logo img {
  max-height: calc(var(--main-menu-height) * 0.4);
}
#Menu2rev2-624563e43ec58 .menu__link {
  font-weight: var(--mw);
  letter-spacing: var(--letter-spacing);
  color: var(--menu-link);
  padding: 8px;
  padding-right: 0;
  margin-right: 28px;
  text-transform: var(--text-transform);
}
#Menu2rev2-624563e43ec58 .menu__link:hover, #Menu2rev2-624563e43ec58 .menu__link:focus-within {
  color: var(--menu-link-hover);
}
#Menu2rev2-624563e43ec58 .menu__link--current {
  color: var(--menu-link-active);
  font-weight: var(--mw);
}
#Menu2rev2-624563e43ec58 .menu__item--2,
#Menu2rev2-624563e43ec58 .menu__item--3 {
  border: none;
}
#Menu2rev2-624563e43ec58 .menu__item--2 > .menu__link,
#Menu2rev2-624563e43ec58 .menu__item--3 > .menu__link {
  --menu-link: var(--primary);
}
#Menu2rev2-624563e43ec58 .menu__item--2 > .menu__link:hover,
#Menu2rev2-624563e43ec58 .menu__item--3 > .menu__link:hover {
  --menu-link-hover: var(--white);
  background-color: var(--cta);
}
@media (min-width: 1200px) {
  #Menu2rev2-624563e43ec58 .menu__dropdown:not(.menu__dropdown--1) .menu__link {
    margin-right: unset;
    padding: 10px 26px;
  }
  #Menu2rev2-624563e43ec58 .menu__dropdown:not(.menu__dropdown--1) {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    --radius: 6px;
    border-radius: var(--radius);
    overflow: hidden;
    transform: translateY(-3cqh);
  }
}
#Menu2rev2-624563e43ec58 .menu__item .toggle {
  background-color: inherit;
  color: inherit;
  box-shadow: none;
}
#Menu2rev2-624563e43ec58 .menu__item .toggle i.icon--arrow {
  height: 14px;
  width: 14px;
}
#Menu2rev2-624563e43ec58 .menu__item .toggle i.icon--arrow::after {
  height: 14px;
  width: 14px;
  border-width: 3px;
}
@media (min-width: 1200px) {
  #Menu2rev2-624563e43ec58 .menu__item--1 > .menu__link > .toggle {
    transition: var(--transition);
  }
  #Menu2rev2-624563e43ec58 .menu__item--1:hover > .menu__link > .toggle {
    transform: rotate(180deg);
  }
  #Menu2rev2-624563e43ec58 .menu__item--2 > .menu__link > .toggle {
    transition: var(--transition);
  }
  #Menu2rev2-624563e43ec58 .menu__item--2:hover > .menu__link > .toggle {
    transform: translateX(4px);
  }
}
#Menu2rev2-624563e43ec58 .booking {
  background-color: var(--cta);
  border-radius: var(--radius);
  transition: var(--btn-transition);
}
#Menu2rev2-624563e43ec58 .booking .menu__link {
  color: white;
}
#Menu2rev2-624563e43ec58 .booking .menu__link:hover, #Menu2rev2-624563e43ec58 .booking .menu__link:focus-within {
  color: rgb(255, 255, 255);
}
#Menu2rev2-624563e43ec58 .booking .menu__link--current {
  color: white;
  font-weight: var(--mw);
}
#Menu2rev2-624563e43ec58 .booking .menu__link {
  padding-right: 20px;
}
#Menu2rev2-624563e43ec58 .booking:hover, #Menu2rev2-624563e43ec58 .booking:focus-within {
  filter: brightness(1.05);
}
#Menu2rev2-624563e43ec58 .booking:focus, #Menu2rev2-624563e43ec58 .booking:active {
  transform: scale(0.9);
}
@media (min-width: 1200px) {
  #Menu2rev2-624563e43ec58 .booking {
    margin-left: 0.75rem;
  }
}
#Menu2rev2-624563e43ec58 {
  /*#region vertical menu*/
  /*#endregion vertical menu*/
}

.hero .row,
#HeroVideo1rev2-6971e1508fc92 .row {
  height: 100%;
}
.hero,
#HeroVideo1rev2-6971e1508fc92 {
  color: var(--secondary);
}
.hero__content,
#HeroVideo1rev2-6971e1508fc92__content {
  --p-content: clamp(1rem, 4cqw, 3rem);
  padding: var(--p-content);
  height: 100%;
}
.hero__content .row,
#HeroVideo1rev2-6971e1508fc92__content .row {
  height: 100%;
  max-height: inherit;
}
.hero-inner,
#HeroVideo1rev2-6971e1508fc92-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991px) {
  .hero-inner,
  #HeroVideo1rev2-6971e1508fc92-inner {
    max-height: 50%;
  }
}
@media (max-width: 575px) {
  .hero-inner,
  #HeroVideo1rev2-6971e1508fc92-inner {
    max-height: 70%;
  }
}
.hero .textWipe,
#HeroVideo1rev2-6971e1508fc92 .textWipe {
  margin-bottom: 1rem;
}
.hero .movie,
#HeroVideo1rev2-6971e1508fc92 .movie {
  border-radius: var(--radius);
  overflow: hidden;
}
.hero .overlayElements,
#HeroVideo1rev2-6971e1508fc92 .overlayElements {
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .hero .overlayElements,
  #HeroVideo1rev2-6971e1508fc92 .overlayElements {
    flex-direction: row;
    align-items: flex-end;
    max-height: 50%;
  }
}
@media (max-width: 575px) {
  .hero .overlayElements,
  #HeroVideo1rev2-6971e1508fc92 .overlayElements {
    max-height: 30%;
  }
}
.hero .tagline,
#HeroVideo1rev2-6971e1508fc92 .tagline {
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}
.hero .tagline .pound,
#HeroVideo1rev2-6971e1508fc92 .tagline .pound {
  grid-column: 1;
  grid-row: 1;
}
.hero .tagline .wipe,
#HeroVideo1rev2-6971e1508fc92 .tagline .wipe {
  grid-column: 2;
  grid-row: 1;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.35s ease-out, opacity 0.25s ease;
}
.hero .tagline .wipe.active,
#HeroVideo1rev2-6971e1508fc92 .tagline .wipe.active {
  opacity: 1;
  transform: translateY(0);
}
.hero .btn-box,
#HeroVideo1rev2-6971e1508fc92 .btn-box {
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .hero .btn-box,
  #HeroVideo1rev2-6971e1508fc92 .btn-box {
    margin-top: 0rem;
  }
}
.hero h1,
.hero .ewh1,
#HeroVideo1rev2-6971e1508fc92 h1,
#HeroVideo1rev2-6971e1508fc92 .ewh1 {
  color: currentColor;
  text-shadow: var(--text-shadow);
  font-weight: var(--hw);
  font-size: 48px;
}
@media (max-width: 1199px) {
  .hero h1,
  .hero .ewh1,
  #HeroVideo1rev2-6971e1508fc92 h1,
  #HeroVideo1rev2-6971e1508fc92 .ewh1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .hero h1,
  .hero .ewh1,
  #HeroVideo1rev2-6971e1508fc92 h1,
  #HeroVideo1rev2-6971e1508fc92 .ewh1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .hero h1,
  .hero .ewh1,
  #HeroVideo1rev2-6971e1508fc92 h1,
  #HeroVideo1rev2-6971e1508fc92 .ewh1 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .hero h1,
  .hero .ewh1,
  #HeroVideo1rev2-6971e1508fc92 h1,
  #HeroVideo1rev2-6971e1508fc92 .ewh1 {
    font-size: 27px;
  }
}
.hero p.supportingText,
#HeroVideo1rev2-6971e1508fc92 p.supportingText {
  color: currentColor;
  text-shadow: var(--text-shadow);
  font-weight: var(--sbw);
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .hero p.supportingText,
  #HeroVideo1rev2-6971e1508fc92 p.supportingText {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .hero p.supportingText,
  #HeroVideo1rev2-6971e1508fc92 p.supportingText {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .hero p.supportingText,
  #HeroVideo1rev2-6971e1508fc92 p.supportingText {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .hero p.supportingText,
  #HeroVideo1rev2-6971e1508fc92 p.supportingText {
    font-size: 1rem;
  }
}
.hero p.tagline,
#HeroVideo1rev2-6971e1508fc92 p.tagline {
  color: var(--cta);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  .hero p.tagline,
  #HeroVideo1rev2-6971e1508fc92 p.tagline {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .hero p.tagline,
  #HeroVideo1rev2-6971e1508fc92 p.tagline {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .hero p.tagline,
  #HeroVideo1rev2-6971e1508fc92 p.tagline {
    font-size: 0.9rem;
  }
}
.hero p.tagline span.pound,
#HeroVideo1rev2-6971e1508fc92 p.tagline span.pound {
  font-size: 150%;
}

section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 #padding-inner {
  justify-content: center;
  text-align: left;
  padding: var(--p-inner);
}
@media (max-width: 991px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 #padding-inner {
    padding: var(--p-inner-mobile);
  }
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 #padding-outer {
  padding: var(--p-outer);
}
@media (max-width: 991px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 #padding-outer {
    padding: var(--p-outer-mobile);
  }
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 .entry__grid-item:has(.box__visual img),
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 #imgBox,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2 .new_class {
  min-height: clamp(300px, 30cqw, 600px);
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split {
  --p-outer: 0;
  --p-content: 2rem 1rem;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item .effect {
  margin: auto !important;
  max-width: 100%;
}
@media (min-width: 576px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item .effect {
    max-width: calc(576px - 1rem * 2);
  }
}
@media (min-width: 768px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item .effect {
    max-width: calc(768px - 1rem * 3);
  }
}
@media (min-width: 992px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item .effect {
    max-width: calc(992px * 0.5 - 1rem * 2);
  }
}
@media (min-width: 1200px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item .effect {
    max-width: calc(1400px * 0.5 - 1rem);
  }
}
@media (min-width: 992px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item:nth-of-type(odd) .effect {
    margin-left: auto !important;
    margin-right: 1rem !important;
  }
}
@media (min-width: 992px) {
  section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.split .entry__grid-item:nth-of-type(even) .effect {
    margin-right: auto !important;
    margin-left: 1rem !important;
  }
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser {
  --p-outer: 1rem;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
  border-radius: var(--radius);
  padding: 1rem;
  height: 100%;
  min-height: 300px;
  max-height: 400px;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .box__visual {
  order: -99;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  width: 100%;
  flex: 1;
  max-height: 40%;
  overflow: hidden;
  padding: 0.5rem;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .box__visual img {
  inset: unset;
  left: 50%;
  transform: translateX(-50%);
  min-height: unset;
  min-width: unset;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .box__content {
  width: 100%;
  position: relative;
  flex: 1;
  max-height: 60%;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class h3,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .ewh3,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class h2,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .ewh2,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class h2 {
  font-size: 1.1rem;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class p {
  font-size: 0.9rem;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class p b,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class p strong {
  color: var(--primary);
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class p:last-child {
  margin-bottom: 0;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class p a,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .black_link,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class a {
  color: var(--primary) !important;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class p a:hover,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class .black_link:hover,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.s-kasser .new_class a:hover {
  color: var(--cta) !important;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.offset-sp {
  --p-outer: clamp(1rem, 2vw, 2rem) 0;
  --p-content: 1rem;
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.offset-sp .entry__grid-item:has(.box__visual img),
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.offset-sp .entry__grid-item:has(.Slider4rev3) {
  padding: var(--p-content);
}
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.offset-sp .entry__grid-item:has(.box__visual img) .box__visual,
section[id^=Indgangsvinkel8rev2].Indgangsvinkel8rev2.offset-sp .entry__grid-item:has(.Slider4rev3) .box__visual {
  border-radius: var(--radius);
  overflow: hidden;
}

#Indgangsvinkel8rev2-640748622181e .new_class,
#Indgangsvinkel8rev2-640748622181e .entry__grid-item:has(.box__visual img) {
  height: auto;
  width: 60cqw;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #Indgangsvinkel8rev2-640748622181e .new_class,
  #Indgangsvinkel8rev2-640748622181e .entry__grid-item:has(.box__visual img) {
    width: 100%;
  }
}
#Indgangsvinkel8rev2-640748622181e .new_class .box__visual,
#Indgangsvinkel8rev2-640748622181e .entry__grid-item:has(.box__visual img) .box__visual {
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform var(--transition);
}
#Indgangsvinkel8rev2-640748622181e .new_class .box__visual img,
#Indgangsvinkel8rev2-640748622181e .entry__grid-item:has(.box__visual img) .box__visual img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: unset;
  min-width: unset;
}
#Indgangsvinkel8rev2-640748622181e .new_class:hover .box__visual,
#Indgangsvinkel8rev2-640748622181e .entry__grid-item:has(.box__visual img):hover .box__visual {
  transform: scale(1.05);
}

#Indgangsvinkel8rev2-697caa2912d2a .entry__grid-item--697caa5fae01b {
  --p-content: 0;
}
#Indgangsvinkel8rev2-697caa2912d2a .entry__grid-item--697caa5fae01b .effect-inner {
  height: 100%;
}
#Indgangsvinkel8rev2-697caa2912d2a .entry__grid-item--697caa5fae01b .effect-content {
  height: 100%;
  justify-content: space-between;
}
#Indgangsvinkel8rev2-697caa2912d2a .entry__grid-item--697caa5fae01b .btnbox {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#Indgangsvinkel8rev2-697cac2c09877697caf6f746fc .btn-primary {
  color: var(--secondary);
}

#ew-webform-with-optional-on-left-1-rev4-614d928f9b547 form input,
#ew-webform-with-optional-on-left-1-rev4-614d928f9b547 form textarea {
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 4px 0;
  padding: 10px 15px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  #ew-webform-with-optional-on-left-1-rev4-614d928f9b547 form input,
  #ew-webform-with-optional-on-left-1-rev4-614d928f9b547 form textarea {
    font-size: 0.86rem;
  }
}
#ew-webform-with-optional-on-left-1-rev4-614d928f9b547 .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#Indgangsvinkel8rev2-69804f0e573a8 .effect {
  text-align: left;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type {
  position: relative;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type h2,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ewh2 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  #Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type h2,
  #Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ewh2 {
    max-width: 65cqw;
  }
}
@media (max-width: 575px) {
  #Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .entry__grid-item.entry__grid-item--69805038b83ab {
    margin-bottom: 40px;
  }
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ts-carousel__controls {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: clamp(0.5rem, 1cqw, 1rem);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ts-carousel__controls button {
  background-color: transparent;
  color: var(--dark);
  height: clamp(35px, 5cqw, 50px);
  width: clamp(35px, 5cqw, 50px);
  border: 2px solid var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ts-carousel__controls button:hover {
  background-color: var(--dark);
  color: var(--secondary);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ts-carousel__controls button:focus {
  outline: none;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ts-carousel__controls button:active {
  transform: scale(0.95);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:first-of-type .ts-carousel__controls button:focus-visible {
  outline: 2px solid var(--cta);
}
#Indgangsvinkel8rev2-69804f0e573a8 .ts-carousel__wrap {
  padding: 0;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) {
  min-height: unset;
  --p-content: 1rem;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column-reverse;
  height: clamp(420px, 50cqw, 500px);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__content {
  position: revert;
  background-color: var(--dark);
  flex: 1 1 50%;
  max-height: 50%;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__content-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__content-link a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__content p:not(.lm):not(.ewh2):not(.ewh3):not(.ewh4):not(.ewh5):not(.ewh6) {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__content .effect {
  justify-content: flex-start;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__visual {
  position: relative;
  flex: 1 1 50%;
  max-height: 50%;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box__visual img {
  position: initial;
  inset: unset;
  left: unset;
  transform: unset;
  min-height: unset;
  min-width: unset;
  max-height: unset;
  max-width: unset;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box:hover .lm {
  color: var(--cta);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .box:hover .lm::after {
  color: var(--cta);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) h2,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .ewh2,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) h3,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .ewh3,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) h4,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .ewh4,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .name,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .name,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) h5,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .ewh5,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) h6,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .ewh6,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) p,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) li,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) a {
  color: var(--secondary);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) b,
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) strong {
  color: currentColor;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .lm {
  font-weight: var(--sbw);
  color: var(--secondary);
  transition: color 0.3s ease-out;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .lm:hover {
  color: var(--cta);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .lm:hover::after {
  color: var(--cta);
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .lm {
  position: relative;
}
#Indgangsvinkel8rev2-69804f0e573a8 .entry__grid-item:has(.box__visual img) .lm::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: var(--sbw);
  font-size: 12px;
  margin-left: 0.5rem;
  transition: color 0.3s ease-out 0.05s;
}

.Slider4rev3 {
  border-radius: var(--radius);
  overflow: hidden;
}

#Footer3-606da2902b0f0 .top {
  padding-top: 8cqh;
}
#Footer3-606da2902b0f0 .topEnd {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
#Footer3-606da2902b0f0 .topEnd p,
#Footer3-606da2902b0f0 .topEnd .btn {
  margin-bottom: 0;
}
#Footer3-606da2902b0f0 .top__col {
  max-width: 40cqw;
}
@media (max-width: 991px) {
  #Footer3-606da2902b0f0 .top__col {
    max-width: 100%;
  }
}
#Footer3-606da2902b0f0 h2,
#Footer3-606da2902b0f0 .ewh2 {
  color: var(--secondary);
}
#Footer3-606da2902b0f0 h3,
#Footer3-606da2902b0f0 h4,
#Footer3-606da2902b0f0 .ewh3,
#Footer3-606da2902b0f0 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #Footer3-606da2902b0f0 h2,
#Footer3-606da2902b0f0 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #Footer3-606da2902b0f0 .ewh2,
#Footer3-606da2902b0f0 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 #Footer3-606da2902b0f0 h2,
#Footer3-606da2902b0f0 .ewh4,
#Footer3-606da2902b0f0 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #Footer3-606da2902b0f0 .name,
#Footer3-606da2902b0f0 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #Footer3-606da2902b0f0 .name {
  color: var(--cta);
}
#Footer3-606da2902b0f0 p,
#Footer3-606da2902b0f0 a {
  color: var(--secondary);
  letter-spacing: var(--letter-spacing);
}
#Footer3-606da2902b0f0 a[href^="mailto:"],
#Footer3-606da2902b0f0 a[href^="tel:"],
#Footer3-606da2902b0f0 a.cta {
  color: var(--cta);
  font-weight: var(--bw);
  transition: var(--transition);
}
#Footer3-606da2902b0f0 a[href^="mailto:"]:hover, #Footer3-606da2902b0f0 a[href^="mailto:"]:focus, #Footer3-606da2902b0f0 a[href^="mailto:"]:active,
#Footer3-606da2902b0f0 a[href^="tel:"]:hover,
#Footer3-606da2902b0f0 a[href^="tel:"]:focus,
#Footer3-606da2902b0f0 a[href^="tel:"]:active,
#Footer3-606da2902b0f0 a.cta:hover,
#Footer3-606da2902b0f0 a.cta:focus,
#Footer3-606da2902b0f0 a.cta:active {
  text-decoration: none;
  color: var(--cta-light);
}
#Footer3-606da2902b0f0 a[href^="mailto:"],
#Footer3-606da2902b0f0 a[href^="tel:"],
#Footer3-606da2902b0f0 a.cta {
  opacity: 1;
  font-size: 15px;
}
@media (max-width: 767px) {
  #Footer3-606da2902b0f0 a[href^="mailto:"],
  #Footer3-606da2902b0f0 a[href^="tel:"],
  #Footer3-606da2902b0f0 a.cta {
    font-size: 14px;
  }
}
#Footer3-606da2902b0f0 .quick__list {
  display: block;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (max-width: 767px) {
  #Footer3-606da2902b0f0 .quick__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#Footer3-606da2902b0f0 .quick__link,
#Footer3-606da2902b0f0 a[href^="/kontakt"] {
  color: var(--secondary);
  font-weight: var(--bw);
  transition: var(--transition);
}
#Footer3-606da2902b0f0 .quick__link:hover, #Footer3-606da2902b0f0 .quick__link:focus, #Footer3-606da2902b0f0 .quick__link:active,
#Footer3-606da2902b0f0 a[href^="/kontakt"]:hover,
#Footer3-606da2902b0f0 a[href^="/kontakt"]:focus,
#Footer3-606da2902b0f0 a[href^="/kontakt"]:active {
  text-decoration: none;
  color: var(--cta);
}
#Footer3-606da2902b0f0 .primary__cols {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#Footer3-606da2902b0f0 .primary__box-hd {
  border-bottom: none;
  margin: 2rem 0 0.5rem;
}
#Footer3-606da2902b0f0 .primary__box-bd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
#Footer3-606da2902b0f0 .primary__box-bd:not(:has(nav.quick)) {
  max-width: 24cqw;
}
@media (max-width: 991px) {
  #Footer3-606da2902b0f0 .primary__box-bd:not(:has(nav.quick)) {
    max-width: 100%;
  }
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info {
  flex: 0 1 50%;
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info p,
#Footer3-606da2902b0f0 .primary__box-bd .company-info a {
  font-size: 16px;
}
@media (max-width: 575px) {
  #Footer3-606da2902b0f0 .primary__box-bd .company-info p,
  #Footer3-606da2902b0f0 .primary__box-bd .company-info a {
    font-size: 15px;
  }
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info p,
#Footer3-606da2902b0f0 .primary__box-bd .company-info a {
  font-weight: var(--mw);
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info:has(a) a {
  margin-bottom: 8px;
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info:has(a) a,
#Footer3-606da2902b0f0 .primary__box-bd .company-info:has(a) .company-info__item-visual {
  color: var(--secondary);
  transition: var(--transition);
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info:has(a):hover a,
#Footer3-606da2902b0f0 .primary__box-bd .company-info:has(a):hover .company-info__item-visual {
  color: var(--cta);
  filter: brightness(1);
}
#Footer3-606da2902b0f0 .primary__box-bd .company-info__item-visual {
  font-size: 16px;
}
@media (max-width: 575px) {
  #Footer3-606da2902b0f0 .primary__box-bd .company-info__item-visual {
    font-size: 15px;
  }
}
#Footer3-606da2902b0f0 .primary__box:first-of-type {
  margin-bottom: 30px;
}
#Footer3-606da2902b0f0 .primary__box:nth-of-type(2) p:has(.btn) {
  margin-bottom: 0;
}
#Footer3-606da2902b0f0 .primary__box:has(nav.quick) .quick__list {
  display: flex;
  flex-direction: row;
}
#Footer3-606da2902b0f0 .primary__box:has(nav.quick) .quick__list .quick__item {
  font-size: 17px;
}
@media (max-width: 767px) {
  #Footer3-606da2902b0f0 .primary__box:has(nav.quick) .quick__list .quick__item {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #Footer3-606da2902b0f0 .primary__box:has(nav.quick) .quick__list .quick__item {
    font-size: 15px;
  }
}
#Footer3-606da2902b0f0 .label {
  margin-bottom: 0.5rem;
}
#Footer3-606da2902b0f0 .primary__box-headline {
  font-family: "Catamaran", sans-serif;
  color: currentColor;
  opacity: 1;
}
#Footer3-606da2902b0f0 .footer__content .primary__box-hd {
  border-color: var(--border-color);
}
#Footer3-606da2902b0f0 .footer__content .primary__box-inner {
  text-align: left;
  text-transform: var(--text-transform);
}
#Footer3-606da2902b0f0 .logo__image {
  max-height: 150px;
  transition: var(--transition);
  will-change: transform;
}
#Footer3-606da2902b0f0 .logo__image:hover {
  transform: scale(1.05);
}
#Footer3-606da2902b0f0 .whiteCtaBtn {
  color: var(--dark);
}
#Footer3-606da2902b0f0 .whiteCtaBtn i {
  font-weight: var(--sbw);
  font-size: 86%;
  margin-left: 0.5rem;
}
#Footer3-606da2902b0f0 .whiteCtaBtn:hover {
  color: var(--secondary);
  border-color: var(--cta);
  background-color: var(--cta);
}
#Footer3-606da2902b0f0 .sm-icons .roundBg {
  background-color: transparent;
  border: 2px solid var(--secondary);
  color: var(--secondary);
}
#Footer3-606da2902b0f0 .sm-icons .roundBg:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--dark);
}
#Footer3-606da2902b0f0 .no-footer {
  display: none;
}
#Footer3-606da2902b0f0 .footer__content {
  position: relative;
}
#Footer3-606da2902b0f0 .footer__content::after {
  content: "";
  position: absolute;
  bottom: -25%;
  right: -8%;
  aspect-ratio: 1/1;
  width: auto;
  height: 55cqh;
  background: url(/sites/default/files/download.svg) no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  #Footer3-606da2902b0f0 .footer__content::after {
    right: -15cqw;
    bottom: -25%;
  }
}
@media (max-width: 575px) {
  #Footer3-606da2902b0f0 .footer__content::after {
    bottom: -20%;
    height: 34cqh;
  }
}

.whiteLogo {
  fill: #fff;
}

.socialMedia {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.socialMedia.darkbg i {
  background-color: var(--dark);
  color: var(--secondary);
}
.socialMedia.darkbg i:hover {
  background-color: var(--cta);
  filter: brightness(1);
}

.roundBg {
  color: var(--primary);
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}
.roundBg:hover {
  filter: brightness(90%);
  transform: scale(1.1);
}

.anchoredLogo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 1rem;
}
@media (max-width: 575px) {
  .anchoredLogo {
    align-items: flex-start;
  }
}
.anchoredLogo svg {
  max-height: 120px;
  max-width: 120px;
  aspect-ratio: 1/1;
}

.effect .row {
  margin: unset;
}

.boxlink {
  padding: clamp(0.5rem, 2vw, 1rem) 1rem;
  position: relative;
  transition: transform var(--transition);
}
.boxlink a.link-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent !important;
}
.boxlink .darkbg {
  padding: clamp(1rem, 2vw, 1.5rem);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.5rem;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--dark);
  height: 100%;
  width: 100%;
}
.boxlink .darkbg h2,
.boxlink .darkbg .ewh2,
.boxlink .darkbg h3,
.boxlink .darkbg .ewh3,
.boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg h2,
.boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg .ewh2,
.boxlink .darkbg #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .boxlink .darkbg h2,
.boxlink .darkbg h4,
.boxlink .darkbg .ewh4,
.boxlink .darkbg #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .boxlink .darkbg .name,
.boxlink .darkbg .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .boxlink .darkbg .name,
.boxlink .darkbg h5,
.boxlink .darkbg .ewh5,
.boxlink .darkbg h6,
.boxlink .darkbg .ewh6,
.boxlink .darkbg p {
  color: var(--secondary);
}
.boxlink .darkbg i {
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: var(--cta);
}
.boxlink .darkbg h3,
.boxlink .darkbg .ewh3,
.boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg h2,
.boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg .ewh2,
.boxlink .darkbg #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .boxlink .darkbg h2 {
  font-size: 22px;
}
@media (max-width: 991px) {
  .boxlink .darkbg h3,
  .boxlink .darkbg .ewh3,
  .boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg h2,
  .boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg .ewh2,
  .boxlink .darkbg #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .boxlink .darkbg h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .boxlink .darkbg h3,
  .boxlink .darkbg .ewh3,
  .boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg h2,
  .boxlink .darkbg div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .boxlink .darkbg .ewh2,
  .boxlink .darkbg #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .boxlink .darkbg h2 {
    font-size: 18px;
  }
}
.boxlink:hover {
  transform: scale(1.05);
}
.boxlink:hover i {
  color: var(--cta-light);
}

iframe[src*="/libraries/pdf.js/web/viewer.html"],
iframe[src*="/themes/ewbootstrap/libraries/pdf.js/web/viewer.html"] {
  border: 0;
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
  background: var(--secondary);
}

#Topslider1-629885d7dea46 {
  border-radius: var(--radius);
  overflow: hidden;
}
#Topslider1-629885d7dea46 .Topslider1-carousel-content {
  color: var(--secondary);
}
#Topslider1-629885d7dea46 h1,
#Topslider1-629885d7dea46 .ewh1 {
  color: inherit;
}
#Topslider1-629885d7dea46 .animated.textWipe span {
  font-weight: var(--sbw);
  color: var(--secondary);
}
#Topslider1-629885d7dea46 p.tagline {
  font-size: 1.2rem;
}
@media (max-width: 1199px) {
  #Topslider1-629885d7dea46 p.tagline {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  #Topslider1-629885d7dea46 p.tagline {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  #Topslider1-629885d7dea46 p.tagline {
    font-size: 0.9rem;
  }
}
#Topslider1-629885d7dea46 .carousel-inner .media picture::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
  mix-blend-mode: inherit;
  height: 100%;
  width: 100%;
}
#Topslider1-629885d7dea46 {
  /*Responsive topslider height*/
}
#Topslider1-629885d7dea46 .carousel-inner,
#Topslider1-629885d7dea46 .carousel-inner img {
  /*minimum value needs to be placed in the block itselv i drupal*/
}
@media (min-width: 576px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 220px;
  }
}
@media (min-width: 768px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 240px;
  }
}
@media (min-width: 992px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 250px;
  }
}
@media (min-width: 1200px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 260px;
  }
}

#ew-title-1 {
  /*Besides you need to do something really different with the placemenet structure of this block you do not need to touch this*/
}
@media (max-width: 576px) {
  #ew-title-1 {
    padding: 0;
    margin: 0;
  }
}
#ew-title-1 .col-12 {
  padding: 0;
}

@media (max-width: 991px) {
  .not-front main .content-row .content-content,
  .not-front main .content-row .content-sidebar-second,
  .not-front main .content-row .content-sidebar-first {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.not-front main {
  padding: 3rem 0;
}
@media (max-width: 767px) {
  .not-front main {
    padding: 2rem 0;
  }
}
.not-front main :focus {
  outline: none !important;
}
.not-front main html {
  scroll-behavior: smooth;
}
.not-front main ::-moz-selection {
  color: #fff;
  background-color: var(--primary);
}
.not-front main ::selection {
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1200px) {
  .not-front main .container,
  .not-front main .container-lg,
  .not-front main .container-md,
  .not-front main .container-sm,
  .not-front main .container-xl {
    max-width: 1320px;
  }
}
.not-front main .layout-container {
  background-color: var(--default-bg);
}
.not-front main {
  /* Global CSS */
}
.not-front main .extrabold {
  font-weight: 900;
}
.not-front main {
  /*classes*/
}
.not-front main .column2,
.not-front main .column02 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .not-front main .column2,
  .not-front main .column02 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.not-front main .column2 h1,
.not-front main .column2 .ewh1,
.not-front main .column2 h2,
.not-front main .column2 .ewh2,
.not-front main .column2 h3,
.not-front main .column2 .ewh3,
.not-front main .column2 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column2 h2,
.not-front main .column2 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column2 .ewh2,
.not-front main .column2 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .not-front main .column2 h2,
.not-front main .column2 b,
.not-front main .column2 strong,
.not-front main .column2 h4,
.not-front main .column2 .ewh4,
.not-front main .column2 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .not-front main .column2 .name,
.not-front main .column2 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .not-front main .column2 .name,
.not-front main .column02 h1,
.not-front main .column02 .ewh1,
.not-front main .column02 h2,
.not-front main .column02 .ewh2,
.not-front main .column02 h3,
.not-front main .column02 .ewh3,
.not-front main .column02 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column02 h2,
.not-front main .column02 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column02 .ewh2,
.not-front main .column02 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .not-front main .column02 h2,
.not-front main .column02 b,
.not-front main .column02 strong,
.not-front main .column02 h4,
.not-front main .column02 .ewh4,
.not-front main .column02 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .not-front main .column02 .name,
.not-front main .column02 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .not-front main .column02 .name,
.not-front main .column02 h3,
.not-front main .column02 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
.not-front main .column3,
.not-front main .column03 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) and (min-width: 767px) {
  .not-front main .column3,
  .not-front main .column03 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .not-front main .column3,
  .not-front main .column03 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.not-front main .column3 h1,
.not-front main .column3 .ewh1,
.not-front main .column3 h2,
.not-front main .column3 .ewh2,
.not-front main .column3 h3,
.not-front main .column3 .ewh3,
.not-front main .column3 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column3 h2,
.not-front main .column3 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column3 .ewh2,
.not-front main .column3 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .not-front main .column3 h2,
.not-front main .column3 b,
.not-front main .column3 strong,
.not-front main .column3 h4,
.not-front main .column3 .ewh4,
.not-front main .column3 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .not-front main .column3 .name,
.not-front main .column3 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .not-front main .column3 .name,
.not-front main .column03 h1,
.not-front main .column03 .ewh1,
.not-front main .column03 h2,
.not-front main .column03 .ewh2,
.not-front main .column03 h3,
.not-front main .column03 .ewh3,
.not-front main .column03 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column03 h2,
.not-front main .column03 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .not-front main .column03 .ewh2,
.not-front main .column03 #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .not-front main .column03 h2,
.not-front main .column03 b,
.not-front main .column03 strong,
.not-front main .column03 h4,
.not-front main .column03 .ewh4,
.not-front main .column03 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .not-front main .column03 .name,
.not-front main .column03 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .not-front main .column03 .name,
.not-front main .column03 h3,
.not-front main .column03 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
.not-front main {
  /*img with link*/
}
.not-front main a img[src$=".png"],
.not-front main a img[src$=".jpg"] {
  transition: transform 0.3s !important;
}
.not-front main a img[src$=".png"]:hover,
.not-front main a img[src$=".jpg"]:hover {
  transform: scale(1.05);
}
.not-front main {
  /*PDF ikoner links*/
}
.not-front main a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
  display: none;
}
.not-front main {
  /*cta links*/
}
.not-front main .cta:not(.btn),
.not-front main a.cta:not(.btn),
.not-front main a[href^="mailto:"]:not(.btn),
.not-front main a[href^="tel:"]:not(.btn),
.not-front main a[href^="/kontakt-os"]:not(.btn),
.not-front main a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link),
.not-front main a[href^="/node/6"]:not(.btn) {
  color: var(--cta);
  transition: all ease-in 0.3s;
  white-space: nowrap;
}
.not-front main .cta:not(.btn):hover,
.not-front main a.cta:not(.btn):hover,
.not-front main a[href^="mailto:"]:not(.btn):hover,
.not-front main a[href^="tel:"]:not(.btn):hover,
.not-front main a[href^="/kontakt-os"]:not(.btn):hover,
.not-front main a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link):hover,
.not-front main a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
.not-front main {
  /*exception og ind8*/
}
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"],
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"],
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"],
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"],
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"],
.not-front main #block-menu2rev2 .menu__link a[href^="/kontakt"],
.not-front main #block-menu2rev2 .menu__link a[href^="mailto:"],
.not-front main #block-menu2rev2 .menu__link a[href^="tel:"],
.not-front main #block-menu2rev2 .menu__link a[href^="/node/6"],
.not-front main #block-menu2rev2 .menu__link a[href^="/kontakt-os"] {
  color: unset !important;
  transition: unset !important;
  cursor: pointer;
}
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"]:hover,
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"]:hover,
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"]:hover,
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"]:hover,
.not-front main .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"]:hover,
.not-front main #block-menu2rev2 .menu__link a[href^="/kontakt"]:hover,
.not-front main #block-menu2rev2 .menu__link a[href^="mailto:"]:hover,
.not-front main #block-menu2rev2 .menu__link a[href^="tel:"]:hover,
.not-front main #block-menu2rev2 .menu__link a[href^="/node/6"]:hover,
.not-front main #block-menu2rev2 .menu__link a[href^="/kontakt-os"]:hover {
  filter: none !important;
  cursor: pointer;
}
.not-front main {
  /*Normal links*/
}
.not-front main .white_link {
  color: #fff;
  font-weight: var(--sbw);
  transition: all ease-in 0.3s;
}
.not-front main .white_link:hover {
  color: rgba(255, 255, 255, 0.6156862745);
  text-decoration: none;
}
.not-front main .black_link,
.not-front main #ew-contact-info-1 a {
  font-weight: var(--sbw);
  word-wrap: break-word;
  color: var(--primary);
  transition: all ease-in 0.3s;
}
.not-front main .black_link:hover,
.not-front main #ew-contact-info-1 a:hover {
  color: var(--cta);
  text-decoration: none;
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main .btn-cta,
.not-front main #btn-cta, .not-front main .form-actions .form-submit,
.not-front main #edit-actions input[type=submit],
.not-front main #btn-form-submit, body .form-actions .not-front main .form-submit,
body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
.not-front main body #custom-style-block #btn-cta,
body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
.not-front main body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #edit-actions .not-front main input[type=submit],
.not-front main body #custom-style-block #btn-form-submit,
body #custom-style-block .not-front main #btn-form-submit, .not-front main .btn-primary,
.not-front main #btn-primary, .not-front main .btn-secondary,
.not-front main #btn-secondary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
.not-front main body #custom-style-block #btn-primary,
body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
.not-front main body #custom-style-block #btn-secondary,
body #custom-style-block .not-front main #btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .not-front main .form-actions .form-submit, .not-front main body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block .not-front main .form-submit {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sbw);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  text-align: center;
  cursor: pointer;
  transition: var(--btn-transition);
  transform: scale(1, 1);
  font-size: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main .btn-cta,
  .not-front main #btn-cta, .not-front main .form-actions .form-submit,
  .not-front main #edit-actions input[type=submit],
  .not-front main #btn-form-submit, body .form-actions .not-front main .form-submit,
  body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
  .not-front main body #custom-style-block #btn-cta,
  body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
  .not-front main body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions .not-front main input[type=submit],
  .not-front main body #custom-style-block #btn-form-submit,
  body #custom-style-block .not-front main #btn-form-submit, .not-front main .btn-primary,
  .not-front main #btn-primary, .not-front main .btn-secondary,
  .not-front main #btn-secondary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
  .not-front main body #custom-style-block #btn-primary,
  body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
  .not-front main body #custom-style-block #btn-secondary,
  body #custom-style-block .not-front main #btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .not-front main .form-actions .form-submit, .not-front main body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block .not-front main .form-submit {
    font-size: 0.98rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main .btn-cta,
  .not-front main #btn-cta, .not-front main .form-actions .form-submit,
  .not-front main #edit-actions input[type=submit],
  .not-front main #btn-form-submit, body .form-actions .not-front main .form-submit,
  body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
  .not-front main body #custom-style-block #btn-cta,
  body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
  .not-front main body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions .not-front main input[type=submit],
  .not-front main body #custom-style-block #btn-form-submit,
  body #custom-style-block .not-front main #btn-form-submit, .not-front main .btn-primary,
  .not-front main #btn-primary, .not-front main .btn-secondary,
  .not-front main #btn-secondary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
  .not-front main body #custom-style-block #btn-primary,
  body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
  .not-front main body #custom-style-block #btn-secondary,
  body #custom-style-block .not-front main #btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .not-front main .form-actions .form-submit, .not-front main body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block .not-front main .form-submit {
    font-size: 0.96rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main .btn-cta,
  .not-front main #btn-cta, .not-front main .form-actions .form-submit,
  .not-front main #edit-actions input[type=submit],
  .not-front main #btn-form-submit, body .form-actions .not-front main .form-submit,
  body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
  .not-front main body #custom-style-block #btn-cta,
  body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
  .not-front main body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions .not-front main input[type=submit],
  .not-front main body #custom-style-block #btn-form-submit,
  body #custom-style-block .not-front main #btn-form-submit, .not-front main .btn-primary,
  .not-front main #btn-primary, .not-front main .btn-secondary,
  .not-front main #btn-secondary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
  .not-front main body #custom-style-block #btn-primary,
  body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
  .not-front main body #custom-style-block #btn-secondary,
  body #custom-style-block .not-front main #btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .not-front main .form-actions .form-submit, .not-front main body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block .not-front main .form-submit {
    font-size: 0.94rem;
  }
}
@media (max-width: 576px) {
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main .btn-cta,
  .not-front main #btn-cta, .not-front main .form-actions .form-submit,
  .not-front main #edit-actions input[type=submit],
  .not-front main #btn-form-submit, body .form-actions .not-front main .form-submit,
  body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
  .not-front main body #custom-style-block #btn-cta,
  body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
  .not-front main body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions .not-front main input[type=submit],
  .not-front main body #custom-style-block #btn-form-submit,
  body #custom-style-block .not-front main #btn-form-submit, .not-front main .btn-primary,
  .not-front main #btn-primary, .not-front main .btn-secondary,
  .not-front main #btn-secondary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
  .not-front main body #custom-style-block #btn-primary,
  body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
  .not-front main body #custom-style-block #btn-secondary,
  body #custom-style-block .not-front main #btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .not-front main .form-actions .form-submit, .not-front main body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block .not-front main .form-submit {
    font-size: 0.92rem;
    margin-top: 8px;
  }
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main .btn-cta,
.not-front main #btn-cta, .not-front main .form-actions .form-submit,
.not-front main #edit-actions input[type=submit],
.not-front main #btn-form-submit, body .form-actions .not-front main .form-submit,
body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
.not-front main body #custom-style-block #btn-cta,
body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
.not-front main body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #edit-actions .not-front main input[type=submit],
.not-front main body #custom-style-block #btn-form-submit,
body #custom-style-block .not-front main #btn-form-submit, .not-front main .btn-primary,
.not-front main #btn-primary, .not-front main .btn-secondary,
.not-front main #btn-secondary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
.not-front main body #custom-style-block #btn-primary,
body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
.not-front main body #custom-style-block #btn-secondary,
body #custom-style-block .not-front main #btn-secondary, .not-front main .form-actions body #custom-style-block .form-submit, body #custom-style-block .not-front main .form-actions .form-submit, .not-front main body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block .not-front main .form-submit {
  border-width: 2px;
  border-style: solid;
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta:hover, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit:hover, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit:hover, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:hover, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary:hover, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary:hover, .not-front main .btn-cta:hover,
.not-front main #btn-cta:hover, .not-front main .form-actions .form-submit:hover,
.not-front main #edit-actions input[type=submit]:hover,
.not-front main #btn-form-submit:hover, body .form-actions .not-front main .form-submit:hover,
body #edit-actions .not-front main input[type=submit]:hover, .not-front main body #custom-style-block .btn-cta:hover, body #custom-style-block .not-front main .btn-cta:hover,
.not-front main body #custom-style-block #btn-cta:hover,
body #custom-style-block .not-front main #btn-cta:hover, .not-front main body #custom-style-block .form-actions .form-submit:hover, body #custom-style-block .form-actions .not-front main .form-submit:hover,
.not-front main body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #edit-actions .not-front main input[type=submit]:hover,
.not-front main body #custom-style-block #btn-form-submit:hover,
body #custom-style-block .not-front main #btn-form-submit:hover, .not-front main .btn-primary:hover,
.not-front main #btn-primary:hover, .not-front main .btn-secondary:hover,
.not-front main #btn-secondary:hover, .not-front main body #custom-style-block .btn-primary:hover, body #custom-style-block .not-front main .btn-primary:hover,
.not-front main body #custom-style-block #btn-primary:hover,
body #custom-style-block .not-front main #btn-primary:hover, .not-front main body #custom-style-block .btn-secondary:hover, body #custom-style-block .not-front main .btn-secondary:hover,
.not-front main body #custom-style-block #btn-secondary:hover,
body #custom-style-block .not-front main #btn-secondary:hover, .not-front main .form-actions body #custom-style-block .form-submit:hover, body #custom-style-block .not-front main .form-actions .form-submit:hover, .not-front main body .form-actions #custom-style-block .form-submit:hover, body .form-actions #custom-style-block .not-front main .form-submit:hover {
  transform: translate3d(0px, 0, 0rem) scale(1.1);
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:active, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta:active, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:active, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit:active, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit]:active,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit]:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit:active, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-submit:active, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:active, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary:active, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary:active, .not-front main .btn-cta:active,
.not-front main #btn-cta:active, .not-front main .form-actions .form-submit:active,
.not-front main #edit-actions input[type=submit]:active,
.not-front main #btn-form-submit:active, body .form-actions .not-front main .form-submit:active,
body #edit-actions .not-front main input[type=submit]:active, .not-front main body #custom-style-block .btn-cta:active, body #custom-style-block .not-front main .btn-cta:active,
.not-front main body #custom-style-block #btn-cta:active,
body #custom-style-block .not-front main #btn-cta:active, .not-front main body #custom-style-block .form-actions .form-submit:active, body #custom-style-block .form-actions .not-front main .form-submit:active,
.not-front main body #custom-style-block #edit-actions input[type=submit]:active,
body #custom-style-block #edit-actions .not-front main input[type=submit]:active,
.not-front main body #custom-style-block #btn-form-submit:active,
body #custom-style-block .not-front main #btn-form-submit:active, .not-front main .btn-primary:active,
.not-front main #btn-primary:active, .not-front main .btn-secondary:active,
.not-front main #btn-secondary:active, .not-front main body #custom-style-block .btn-primary:active, body #custom-style-block .not-front main .btn-primary:active,
.not-front main body #custom-style-block #btn-primary:active,
body #custom-style-block .not-front main #btn-primary:active, .not-front main body #custom-style-block .btn-secondary:active, body #custom-style-block .not-front main .btn-secondary:active,
.not-front main body #custom-style-block #btn-secondary:active,
body #custom-style-block .not-front main #btn-secondary:active, .not-front main .form-actions body #custom-style-block .form-submit:active, body #custom-style-block .not-front main .form-actions .form-submit:active, .not-front main body .form-actions #custom-style-block .form-submit:active, body .form-actions #custom-style-block .not-front main .form-submit:active {
  transform: translate3d(0px, 0, 1rem) scale(0.9);
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main .btn-secondary,
.not-front main #btn-secondary, .not-front main .btn-primary,
.not-front main #btn-primary, .not-front main body #custom-style-block .btn-primary, body #custom-style-block .not-front main .btn-primary,
.not-front main body #custom-style-block #btn-primary,
body #custom-style-block .not-front main #btn-primary, .not-front main body #custom-style-block .btn-secondary, body #custom-style-block .not-front main .btn-secondary,
.not-front main body #custom-style-block #btn-secondary,
body #custom-style-block .not-front main #btn-secondary {
  padding: var(--btn-padding);
  border-radius: var(--radius);
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary:hover, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary:hover, .not-front main .btn-secondary:hover,
.not-front main #btn-secondary:hover, .not-front main .btn-primary:hover,
.not-front main #btn-primary:hover, .not-front main body #custom-style-block .btn-primary:hover, body #custom-style-block .not-front main .btn-primary:hover,
.not-front main body #custom-style-block #btn-primary:hover,
body #custom-style-block .not-front main #btn-primary:hover, .not-front main body #custom-style-block .btn-secondary:hover, body #custom-style-block .not-front main .btn-secondary:hover,
.not-front main body #custom-style-block #btn-secondary:hover,
body #custom-style-block .not-front main #btn-secondary:hover, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:focus, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary:focus,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:focus,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary:focus, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:focus, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary:focus,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:focus,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary:focus, .not-front main .btn-secondary:focus,
.not-front main #btn-secondary:focus, .not-front main .btn-primary:focus,
.not-front main #btn-primary:focus, .not-front main body #custom-style-block .btn-primary:focus, body #custom-style-block .not-front main .btn-primary:focus,
.not-front main body #custom-style-block #btn-primary:focus,
body #custom-style-block .not-front main #btn-primary:focus, .not-front main body #custom-style-block .btn-secondary:focus, body #custom-style-block .not-front main .btn-secondary:focus,
.not-front main body #custom-style-block #btn-secondary:focus,
body #custom-style-block .not-front main #btn-secondary:focus, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary:active, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary:active,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary:active, .not-front main .btn-secondary:active,
.not-front main #btn-secondary:active, .not-front main .btn-primary:active,
.not-front main #btn-primary:active, .not-front main body #custom-style-block .btn-primary:active, body #custom-style-block .not-front main .btn-primary:active,
.not-front main body #custom-style-block #btn-primary:active,
body #custom-style-block .not-front main #btn-primary:active, .not-front main body #custom-style-block .btn-secondary:active, body #custom-style-block .not-front main .btn-secondary:active,
.not-front main body #custom-style-block #btn-secondary:active,
body #custom-style-block .not-front main #btn-secondary:active {
  box-shadow: none;
  outline: none;
}
.not-front main .btn-primary,
.not-front main #btn-primary {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--secondary);
}
.not-front main .btn-primary:hover, .not-front main .btn-primary:focus, .not-front main .btn-primary:active,
.not-front main #btn-primary:hover,
.not-front main #btn-primary:focus,
.not-front main #btn-primary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
.not-front main .btn-primary::after,
.not-front main #btn-primary::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 0.5rem;
  color: inherit;
}
.not-front main .btn-secondary,
.not-front main #btn-secondary {
  background-color: transparent;
  border-color: var(--dark);
  color: var(--dark);
}
.not-front main .btn-secondary:hover, .not-front main .btn-secondary:focus, .not-front main .btn-secondary:active,
.not-front main #btn-secondary:hover,
.not-front main #btn-secondary:focus,
.not-front main #btn-secondary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
.not-front main .btn-secondary.light,
.not-front main #btn-secondary.light {
  background-color: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
.not-front main .btn-secondary.light:hover, .not-front main .btn-secondary.light:focus, .not-front main .btn-secondary.light:active,
.not-front main #btn-secondary.light:hover,
.not-front main #btn-secondary.light:focus,
.not-front main #btn-secondary.light:active {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main .form-actions .form-submit,
.not-front main #edit-actions input[type=submit],
.not-front main #btn-form-submit, .not-front main .btn-cta,
.not-front main #btn-cta, body .form-actions .not-front main .form-submit,
body #edit-actions .not-front main input[type=submit], .not-front main body #custom-style-block .btn-cta, body #custom-style-block .not-front main .btn-cta,
.not-front main body #custom-style-block #btn-cta,
body #custom-style-block .not-front main #btn-cta, .not-front main body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions .not-front main .form-submit,
.not-front main body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #edit-actions .not-front main input[type=submit],
.not-front main body #custom-style-block #btn-form-submit,
body #custom-style-block .not-front main #btn-form-submit {
  color: #fff;
  border-radius: var(--radius);
  padding: var(--btn-cta-padding);
  border-color: var(--cta);
  background-color: var(--cta);
  box-shadow: none;
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit]:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit:hover, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta:hover,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta:hover,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta:hover, .not-front main .form-actions .form-submit:hover,
.not-front main #edit-actions input[type=submit]:hover,
.not-front main #btn-form-submit:hover, .not-front main .btn-cta:hover,
.not-front main #btn-cta:hover, body .form-actions .not-front main .form-submit:hover,
body #edit-actions .not-front main input[type=submit]:hover, .not-front main body #custom-style-block .btn-cta:hover, body #custom-style-block .not-front main .btn-cta:hover,
.not-front main body #custom-style-block #btn-cta:hover,
body #custom-style-block .not-front main #btn-cta:hover, .not-front main body #custom-style-block .form-actions .form-submit:hover, body #custom-style-block .form-actions .not-front main .form-submit:hover,
.not-front main body #custom-style-block #edit-actions input[type=submit]:hover,
body #custom-style-block #edit-actions .not-front main input[type=submit]:hover,
.not-front main body #custom-style-block #btn-form-submit:hover,
body #custom-style-block .not-front main #btn-form-submit:hover {
  opacity: 1;
  border-color: var(--cta-dark);
  background-color: var(--cta-dark);
  color: #fff;
  box-shadow: var(--box-shadow);
  filter: brightness(1);
}
.not-front main .btn-cta.whiteCtaBtn,
.not-front main #btn-cta.whiteCtaBtn {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
.not-front main .btn-cta.whiteCtaBtn:hover,
.not-front main #btn-cta.whiteCtaBtn:hover {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
.not-front main .form-actions .form-submit,
.not-front main #edit-actions input[type=submit],
.not-front main #btn-form-submit {
  margin-top: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--dark);
  border-color: var(--dark);
}
.not-front main .form-actions .form-submit:hover,
.not-front main #edit-actions input[type=submit]:hover,
.not-front main #btn-form-submit:hover {
  background-color: var(--cta);
  border-color: var(--cta);
  transform: scale(1);
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .not-front main .cta-menu-toggle,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .not-front main .cta-2-primary, .not-front main #ew-cta-2 .cta-menu-toggle,
.not-front main #ew-cta-2 .cta-2-primary, body #ew-cta-2 .not-front main .cta-menu-toggle,
body #ew-cta-2 .not-front main .cta-2-primary, .not-front main body #custom-style-block #ew-cta-2 .cta-menu-toggle, body #custom-style-block #ew-cta-2 .not-front main .cta-menu-toggle,
.not-front main body #custom-style-block #ew-cta-2 .cta-2-primary,
body #custom-style-block #ew-cta-2 .not-front main .cta-2-primary {
  background: linear-gradient(320deg, var(--cta), var(--cta), var(--cta)) !important;
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .not-front main .cta-2-primary, .not-front main #ew-cta-2 .cta-flex .cta-2-primary, body #ew-cta-2 .cta-flex .not-front main .cta-2-primary, .not-front main body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary, body #custom-style-block #ew-cta-2 .cta-flex .not-front main .cta-2-primary {
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.18), 1px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .not-front main .cta-2-primary:hover, .not-front main #ew-cta-2 .cta-flex .cta-2-primary:hover, body #ew-cta-2 .cta-flex .not-front main .cta-2-primary:hover, .not-front main body #custom-style-block #ew-cta-2 .cta-flex .cta-2-primary:hover, body #custom-style-block #ew-cta-2 .cta-flex .not-front main .cta-2-primary:hover {
  filter: brightness(1.1);
}
.not-front main #ew-cta-2 a:hover {
  text-decoration: none !important;
}
.not-front main #ew-cta-2 {
  z-index: 5;
}
.not-front main #ew-cta-2 .cta-flex .cta-2-primary,
.not-front main #ew-cta-2 .cta-2-primary-icon,
.not-front main #ew-cta-2 .cta-2-primary-value,
.not-front main #ew-cta-2 .cta-menu-toggle svg {
  color: white;
  min-width: 24px;
  font-weight: var(--sbw);
  text-transform: var(--text-transform);
}
.not-front main #ew-cta-2 .cta-menu-toggle {
  position: fixed;
  display: flex;
  font-size: 1.5rem;
  color: white;
  min-width: 50px;
  min-height: 50px;
  height: 50px;
  bottom: 0.5rem;
  right: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.not-front main #ew-cta-2 .cta-menu-toggle.active {
  rotate: 45deg;
  transition: all 0.2s ease-in-out;
  background-color: var(--cta);
  filter: brightness(40%);
}
.not-front main #ew-cta-2 .cta-menu-toggle,
.not-front main #ew-cta-2 .cta-2-primary {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  margin: 0;
}
.not-front main #ew-cta-2 .cta-flex {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  right: 0.5rem;
  bottom: calc(1rem + 50px);
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}
.not-front main #ew-cta-2 .cta-flex .cta-2-primary {
  display: flex;
  min-height: 45px;
  height: 45px;
  width: 160px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 1rem;
  right: 0.5rem;
  border-radius: var(--radius);
}
.not-front main #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(1) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 1);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(2) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 2);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(3) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 3);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(4) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 4);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(5) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 5);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(6) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 6);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(7) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 7);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(8) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 8);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(9) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 9);
}
.not-front main #ew-cta-2 .cta-flex.active a:nth-child(10) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 10);
}
@keyframes one-shot {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
.not-front main #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .not-front main #ew-cta-2 .cta-menu-toggle {
    display: none;
  }
  .not-front main #ew-cta-2 .cta-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0;
  }
  .not-front main #ew-cta-2 .cta-flex .cta-2-primary {
    pointer-events: all;
    display: flex;
    width: 180px;
    min-height: 50px;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: flex-start;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    transform: translateX(calc(100% - 55px));
    border-radius: var(--radius) 0 0 var(--radius);
    transition: all 0.2s ease-in-out;
  }
  .not-front main #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .not-front main #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-value {
    display: block;
  }
  .not-front main #ew-cta-2 .cta-flex .cta-2-primary:hover {
    transform: none;
    transition: all 0.2s ease-in-out;
  }
}
.not-front main .btn:not(:last-of-type) {
  margin-right: 1rem;
}
.not-front main .btn-dark {
  color: var(--secondary);
}

#block-views-block-sekundaer-tekst-block-1 {
  /*background: url(/sites/default/files/background07-01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;*/
  position: relative;
  display: block;
  padding: 3rem 0;
  background-color: var(--secondary);
}
@media (max-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 {
    padding: 2rem 0;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container {
  margin: 0 auto;
  padding: 0;
}
#block-views-block-sekundaer-tekst-block-1 .container .field-content {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .field-content {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .field-content h1,
#block-views-block-sekundaer-tekst-block-1 .container .field-content .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .field-content h2,
#block-views-block-sekundaer-tekst-block-1 .container .field-content .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .field-content h3,
#block-views-block-sekundaer-tekst-block-1 .container .field-content .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .field-content b,
#block-views-block-sekundaer-tekst-block-1 .container .field-content strong,
#block-views-block-sekundaer-tekst-block-1 .container .field-content h4,
#block-views-block-sekundaer-tekst-block-1 .container .field-content .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .field-content #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .field-content .name,
#block-views-block-sekundaer-tekst-block-1 .container .field-content .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .field-content .name {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
#block-views-block-sekundaer-tekst-block-1 .container :focus {
  outline: none !important;
}
#block-views-block-sekundaer-tekst-block-1 .container html {
  scroll-behavior: smooth;
}
#block-views-block-sekundaer-tekst-block-1 .container ::-moz-selection {
  color: #fff;
  background-color: var(--primary);
}
#block-views-block-sekundaer-tekst-block-1 .container ::selection {
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1200px) {
  #block-views-block-sekundaer-tekst-block-1 .container .container,
  #block-views-block-sekundaer-tekst-block-1 .container .container-lg,
  #block-views-block-sekundaer-tekst-block-1 .container .container-md,
  #block-views-block-sekundaer-tekst-block-1 .container .container-sm,
  #block-views-block-sekundaer-tekst-block-1 .container .container-xl {
    max-width: 1320px;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .layout-container {
  background-color: var(--default-bg);
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /* Global CSS */
}
#block-views-block-sekundaer-tekst-block-1 .container .extrabold {
  font-weight: 900;
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /*classes*/
}
#block-views-block-sekundaer-tekst-block-1 .container .column2,
#block-views-block-sekundaer-tekst-block-1 .container .column02 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .column2,
  #block-views-block-sekundaer-tekst-block-1 .container .column02 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .column2 h1,
#block-views-block-sekundaer-tekst-block-1 .container .column2 .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .column2 h2,
#block-views-block-sekundaer-tekst-block-1 .container .column2 .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .column2 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column2 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column2 b,
#block-views-block-sekundaer-tekst-block-1 .container .column2 strong,
#block-views-block-sekundaer-tekst-block-1 .container .column2 h4,
#block-views-block-sekundaer-tekst-block-1 .container .column2 .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .column2 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column2 .name,
#block-views-block-sekundaer-tekst-block-1 .container .column2 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column2 .name,
#block-views-block-sekundaer-tekst-block-1 .container .column02 h1,
#block-views-block-sekundaer-tekst-block-1 .container .column02 .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .column02 h2,
#block-views-block-sekundaer-tekst-block-1 .container .column02 .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .column02 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column02 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column02 b,
#block-views-block-sekundaer-tekst-block-1 .container .column02 strong,
#block-views-block-sekundaer-tekst-block-1 .container .column02 h4,
#block-views-block-sekundaer-tekst-block-1 .container .column02 .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .column02 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column02 .name,
#block-views-block-sekundaer-tekst-block-1 .container .column02 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column02 .name {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
#block-views-block-sekundaer-tekst-block-1 .container .column3,
#block-views-block-sekundaer-tekst-block-1 .container .column03 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .column3,
  #block-views-block-sekundaer-tekst-block-1 .container .column03 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .column3,
  #block-views-block-sekundaer-tekst-block-1 .container .column03 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .column3 h1,
#block-views-block-sekundaer-tekst-block-1 .container .column3 .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .column3 h2,
#block-views-block-sekundaer-tekst-block-1 .container .column3 .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .column3 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column3 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column3 b,
#block-views-block-sekundaer-tekst-block-1 .container .column3 strong,
#block-views-block-sekundaer-tekst-block-1 .container .column3 h4,
#block-views-block-sekundaer-tekst-block-1 .container .column3 .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .column3 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column3 .name,
#block-views-block-sekundaer-tekst-block-1 .container .column3 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column3 .name,
#block-views-block-sekundaer-tekst-block-1 .container .column03 h1,
#block-views-block-sekundaer-tekst-block-1 .container .column03 .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .column03 h2,
#block-views-block-sekundaer-tekst-block-1 .container .column03 .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .column03 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column03 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column03 b,
#block-views-block-sekundaer-tekst-block-1 .container .column03 strong,
#block-views-block-sekundaer-tekst-block-1 .container .column03 h4,
#block-views-block-sekundaer-tekst-block-1 .container .column03 .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .column03 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column03 .name,
#block-views-block-sekundaer-tekst-block-1 .container .column03 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #block-views-block-sekundaer-tekst-block-1 .container .column03 .name {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /*img with link*/
}
#block-views-block-sekundaer-tekst-block-1 .container a img[src$=".png"],
#block-views-block-sekundaer-tekst-block-1 .container a img[src$=".jpg"] {
  transition: transform 0.3s !important;
}
#block-views-block-sekundaer-tekst-block-1 .container a img[src$=".png"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container a img[src$=".jpg"]:hover {
  transform: scale(1.05);
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /*PDF ikoner links*/
}
#block-views-block-sekundaer-tekst-block-1 .container a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
  display: none;
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /*cta links*/
}
#block-views-block-sekundaer-tekst-block-1 .container .cta:not(.btn),
#block-views-block-sekundaer-tekst-block-1 .container a.cta:not(.btn),
#block-views-block-sekundaer-tekst-block-1 .container a[href^="mailto:"]:not(.btn),
#block-views-block-sekundaer-tekst-block-1 .container a[href^="tel:"]:not(.btn),
#block-views-block-sekundaer-tekst-block-1 .container a[href^="/kontakt-os"]:not(.btn),
#block-views-block-sekundaer-tekst-block-1 .container a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link),
#block-views-block-sekundaer-tekst-block-1 .container a[href^="/node/6"]:not(.btn) {
  color: var(--cta);
  transition: all ease-in 0.3s;
  white-space: nowrap;
}
#block-views-block-sekundaer-tekst-block-1 .container .cta:not(.btn):hover,
#block-views-block-sekundaer-tekst-block-1 .container a.cta:not(.btn):hover,
#block-views-block-sekundaer-tekst-block-1 .container a[href^="mailto:"]:not(.btn):hover,
#block-views-block-sekundaer-tekst-block-1 .container a[href^="tel:"]:not(.btn):hover,
#block-views-block-sekundaer-tekst-block-1 .container a[href^="/kontakt-os"]:not(.btn):hover,
#block-views-block-sekundaer-tekst-block-1 .container a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):not(.quick__link):hover,
#block-views-block-sekundaer-tekst-block-1 .container a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /*exception og ind8*/
}
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"],
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"],
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"],
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"],
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"],
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="/kontakt"],
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="mailto:"],
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="tel:"],
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="/node/6"],
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="/kontakt-os"] {
  color: unset !important;
  transition: unset !important;
  cursor: pointer;
}
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="/kontakt"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="mailto:"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="tel:"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="/node/6"]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #block-menu2rev2 .menu__link a[href^="/kontakt-os"]:hover {
  filter: none !important;
  cursor: pointer;
}
#block-views-block-sekundaer-tekst-block-1 .container {
  /*Normal links*/
}
#block-views-block-sekundaer-tekst-block-1 .container .white_link {
  color: #fff;
  font-weight: var(--sbw);
  transition: all ease-in 0.3s;
}
#block-views-block-sekundaer-tekst-block-1 .container .white_link:hover {
  color: rgba(255, 255, 255, 0.6156862745);
  text-decoration: none;
}
#block-views-block-sekundaer-tekst-block-1 .container .black_link,
#block-views-block-sekundaer-tekst-block-1 .container #ew-contact-info-1 a {
  font-weight: var(--sbw);
  word-wrap: break-word;
  color: var(--primary);
  transition: all ease-in 0.3s;
}
#block-views-block-sekundaer-tekst-block-1 .container .black_link:hover,
#block-views-block-sekundaer-tekst-block-1 .container #ew-contact-info-1 a:hover {
  color: var(--cta);
  text-decoration: none;
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions #custom-style-block input[type=submit],
body #edit-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-primary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-primary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-primary,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-primary,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-secondary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-secondary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-secondary,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-secondary,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-primary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-primary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-primary,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-primary,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-secondary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-secondary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-secondary,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-secondary,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-cta, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-cta,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-cta,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .form-actions .form-submit, .not-front main body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .not-front main .form-submit, body .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #edit-actions input[type=submit],
.not-front main body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions .not-front main input[type=submit],
body #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-cta, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-cta, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-cta,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-cta,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .form-actions .form-submit, .not-front main body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .not-front main .form-submit, body #custom-style-block .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #edit-actions input[type=submit],
.not-front main body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions .not-front main input[type=submit],
body #custom-style-block #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-form-submit,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-form-submit,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .form-actions .form-submit, body .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions body #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #edit-actions input[type=submit],
body .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body input[type=submit],
.not-front main #edit-actions body #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .form-actions .form-submit, body #custom-style-block .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body #custom-style-block .form-submit, .not-front main .form-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #edit-actions input[type=submit],
body #custom-style-block .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body #custom-style-block input[type=submit],
.not-front main #edit-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
  font-family: "Catamaran", sans-serif;
  font-weight: var(--sbw);
  letter-spacing: var(--letter-spacing);
  text-transform: var(--text-transform);
  text-align: center;
  cursor: pointer;
  transition: var(--btn-transition);
  transform: scale(1, 1);
  font-size: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions #custom-style-block input[type=submit],
  body #edit-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-primary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-primary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-primary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-primary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-secondary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-secondary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-secondary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-secondary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-primary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-primary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-primary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-primary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-secondary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-secondary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-secondary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-secondary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-cta, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-cta,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-cta,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .form-actions .form-submit, .not-front main body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .not-front main .form-submit, body .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #edit-actions input[type=submit],
  .not-front main body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions .not-front main input[type=submit],
  body #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-cta, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-cta, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-cta,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-cta,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .form-actions .form-submit, .not-front main body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .not-front main .form-submit, body #custom-style-block .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #edit-actions input[type=submit],
  .not-front main body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions .not-front main input[type=submit],
  body #custom-style-block #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-form-submit,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-form-submit,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .form-actions .form-submit, body .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions body #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #edit-actions input[type=submit],
  body .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body input[type=submit],
  .not-front main #edit-actions body #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .form-actions .form-submit, body #custom-style-block .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body #custom-style-block .form-submit, .not-front main .form-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #edit-actions input[type=submit],
  body #custom-style-block .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body #custom-style-block input[type=submit],
  .not-front main #edit-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
    font-size: 0.98rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions #custom-style-block input[type=submit],
  body #edit-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-primary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-primary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-primary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-primary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-secondary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-secondary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-secondary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-secondary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-primary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-primary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-primary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-primary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-secondary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-secondary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-secondary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-secondary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-cta, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-cta,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-cta,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .form-actions .form-submit, .not-front main body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .not-front main .form-submit, body .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #edit-actions input[type=submit],
  .not-front main body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions .not-front main input[type=submit],
  body #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-cta, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-cta, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-cta,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-cta,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .form-actions .form-submit, .not-front main body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .not-front main .form-submit, body #custom-style-block .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #edit-actions input[type=submit],
  .not-front main body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions .not-front main input[type=submit],
  body #custom-style-block #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-form-submit,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-form-submit,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .form-actions .form-submit, body .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions body #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #edit-actions input[type=submit],
  body .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body input[type=submit],
  .not-front main #edit-actions body #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .form-actions .form-submit, body #custom-style-block .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body #custom-style-block .form-submit, .not-front main .form-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #edit-actions input[type=submit],
  body #custom-style-block .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body #custom-style-block input[type=submit],
  .not-front main #edit-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
    font-size: 0.96rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions #custom-style-block input[type=submit],
  body #edit-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-primary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-primary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-primary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-primary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-secondary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-secondary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-secondary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-secondary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-primary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-primary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-primary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-primary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-secondary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-secondary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-secondary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-secondary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-cta, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-cta,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-cta,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .form-actions .form-submit, .not-front main body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .not-front main .form-submit, body .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #edit-actions input[type=submit],
  .not-front main body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions .not-front main input[type=submit],
  body #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-cta, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-cta, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-cta,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-cta,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .form-actions .form-submit, .not-front main body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .not-front main .form-submit, body #custom-style-block .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #edit-actions input[type=submit],
  .not-front main body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions .not-front main input[type=submit],
  body #custom-style-block #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-form-submit,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-form-submit,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .form-actions .form-submit, body .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions body #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #edit-actions input[type=submit],
  body .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body input[type=submit],
  .not-front main #edit-actions body #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .form-actions .form-submit, body #custom-style-block .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body #custom-style-block .form-submit, .not-front main .form-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #edit-actions input[type=submit],
  body #custom-style-block .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body #custom-style-block input[type=submit],
  .not-front main #edit-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
    font-size: 0.94rem;
  }
}
@media (max-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
  body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
  body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
  body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions #custom-style-block input[type=submit],
  body #edit-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit,
  body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-primary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-primary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-primary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-primary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-secondary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-secondary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-secondary,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-secondary,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-primary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-primary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-primary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-primary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-secondary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-secondary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-secondary,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-secondary,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-cta, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-cta,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-cta,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .form-actions .form-submit, .not-front main body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .not-front main .form-submit, body .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #edit-actions input[type=submit],
  .not-front main body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #edit-actions .not-front main input[type=submit],
  body #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit,
  .not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit,
  body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-cta, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-cta, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-cta,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-cta,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .form-actions .form-submit, .not-front main body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .not-front main .form-submit, body #custom-style-block .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #edit-actions input[type=submit],
  .not-front main body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions .not-front main input[type=submit],
  body #custom-style-block #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-form-submit,
  .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-form-submit,
  body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .form-actions .form-submit, body .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions body #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body .not-front main #edit-actions input[type=submit],
  body .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body input[type=submit],
  .not-front main #edit-actions body #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .form-actions .form-submit, body #custom-style-block .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body #custom-style-block .form-submit, .not-front main .form-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #edit-actions input[type=submit],
  body #custom-style-block .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body #custom-style-block input[type=submit],
  .not-front main #edit-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
  .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
  #block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
  .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
    font-size: 0.92rem;
    margin-top: 8px;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-primary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-primary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .btn-secondary, body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-secondary,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .btn-cta, body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #btn-cta,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .form-submit, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions input[type=submit],
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #btn-form-submit,
body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-primary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-primary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-secondary, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-secondary,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions body #custom-style-block .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions body #custom-style-block input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .btn-cta, body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-cta,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .form-submit, body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions #custom-style-block .form-submit, body .form-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions input[type=submit],
body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions #custom-style-block input[type=submit],
body #edit-actions #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #btn-form-submit,
body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-primary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-primary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-primary,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-primary,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-secondary, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-secondary, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-secondary,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-secondary,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-primary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-primary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-primary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-primary,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-primary,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-secondary, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-secondary, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-secondary,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-secondary,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-primary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-primary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-primary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-secondary, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-secondary,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .not-front main .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions .not-front main input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .btn-cta, .not-front main body #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .btn-cta, body .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-cta,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-cta,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body .form-actions .form-submit, .not-front main body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body .form-actions .not-front main .form-submit, body .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #edit-actions input[type=submit],
.not-front main body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #edit-actions .not-front main input[type=submit],
body #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #btn-form-submit,
.not-front main body #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #btn-form-submit,
body .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .btn-cta, .not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .btn-cta, body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-cta,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-cta,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block .form-actions .form-submit, .not-front main body #custom-style-block .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .form-actions .not-front main .form-submit, body #custom-style-block .form-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #edit-actions input[type=submit],
.not-front main body #custom-style-block #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block #edit-actions .not-front main input[type=submit],
body #custom-style-block #edit-actions .not-front main #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main body #custom-style-block #btn-form-submit,
.not-front main body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #btn-form-submit,
body #custom-style-block .not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .btn-cta, .not-front main #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-cta,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-cta, #block-views-block-sekundaer-tekst-block-1 .container body .not-front main .form-actions .form-submit, body .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body .form-submit, .not-front main .form-actions body #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body .not-front main #edit-actions input[type=submit],
body .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body input[type=submit],
.not-front main #edit-actions body #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main .form-actions .form-submit, body #custom-style-block .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit, #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions body #custom-style-block .form-submit, .not-front main .form-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container body #custom-style-block .not-front main #edit-actions input[type=submit],
body #custom-style-block .not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions body #custom-style-block input[type=submit],
.not-front main #edit-actions body #custom-style-block #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], #block-views-block-sekundaer-tekst-block-1 .container .not-front main .form-actions .form-submit, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #edit-actions input[type=submit],
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container .not-front main #btn-form-submit,
.not-front main #block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
  border-width: 2px;
  border-style: solid;
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta:hover, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:hover,
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit]:hover, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:hover,
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit]:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover {
  transform: translate3d(0px, 0, 0rem) scale(1.1);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta:active, #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:active,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:active, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:active,
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit]:active, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:active,
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit]:active, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active {
  transform: translate3d(0px, 0, 1rem) scale(0.9);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary {
  padding: var(--btn-padding);
  border-radius: var(--radius);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:focus,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:focus, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:focus,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:focus, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active {
  box-shadow: none;
  outline: none;
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-primary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-primary:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:focus, #block-views-block-sekundaer-tekst-block-1 .container .btn-primary:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:focus,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-primary::after,
#block-views-block-sekundaer-tekst-block-1 .container #btn-primary::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 0.5rem;
  color: inherit;
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary {
  background-color: transparent;
  border-color: var(--dark);
  color: var(--dark);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:focus, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:focus,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary:active {
  background-color: var(--cta);
  border-color: var(--cta);
  color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary.light,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary.light {
  background-color: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary.light:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary.light:focus, #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary.light:active,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary.light:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary.light:focus,
#block-views-block-sekundaer-tekst-block-1 .container #btn-secondary.light:active {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--primary);
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit], .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit,
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit] {
  color: #fff;
  border-radius: var(--radius);
  padding: var(--btn-cta-padding);
  border-color: var(--cta);
  background-color: var(--cta);
  box-shadow: none;
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover, #block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta:hover, body .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:hover,
body #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit]:hover, .not-front main .form-actions #block-views-block-sekundaer-tekst-block-1 .container .form-submit:hover,
.not-front main #edit-actions #block-views-block-sekundaer-tekst-block-1 .container input[type=submit]:hover {
  opacity: 1;
  border-color: var(--cta-dark);
  background-color: var(--cta-dark);
  color: #fff;
  box-shadow: var(--box-shadow);
  filter: brightness(1);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta.whiteCtaBtn,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta.whiteCtaBtn {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta.whiteCtaBtn:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-cta.whiteCtaBtn:hover {
  background-color: var(--secondary);
  color: var(--primary);
  border-color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit],
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit {
  margin-top: 0.2rem;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--dark);
  border-color: var(--dark);
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover,
#block-views-block-sekundaer-tekst-block-1 .container #edit-actions input[type=submit]:hover,
#block-views-block-sekundaer-tekst-block-1 .container #btn-form-submit:hover {
  background-color: var(--cta);
  border-color: var(--cta);
  transform: scale(1);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary, body #ew-cta-2 #block-views-block-sekundaer-tekst-block-1 .container .cta-menu-toggle,
body #ew-cta-2 #block-views-block-sekundaer-tekst-block-1 .container .cta-2-primary, .not-front main #ew-cta-2 #block-views-block-sekundaer-tekst-block-1 .container .cta-menu-toggle,
.not-front main #ew-cta-2 #block-views-block-sekundaer-tekst-block-1 .container .cta-2-primary {
  background: linear-gradient(320deg, var(--cta), var(--cta), var(--cta)) !important;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary, body #ew-cta-2 .cta-flex #block-views-block-sekundaer-tekst-block-1 .container .cta-2-primary, .not-front main #ew-cta-2 .cta-flex #block-views-block-sekundaer-tekst-block-1 .container .cta-2-primary {
  box-shadow: inset 1px 1px 1px 0px rgba(255, 255, 255, 0.18), 1px 1px 4px 0px rgba(0, 0, 0, 0.18);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary:hover, body #ew-cta-2 .cta-flex #block-views-block-sekundaer-tekst-block-1 .container .cta-2-primary:hover, .not-front main #ew-cta-2 .cta-flex #block-views-block-sekundaer-tekst-block-1 .container .cta-2-primary:hover {
  filter: brightness(1.1);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 a:hover {
  text-decoration: none !important;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 {
  z-index: 5;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary-icon,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary-value,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle svg {
  color: white;
  min-width: 24px;
  font-weight: var(--sbw);
  text-transform: var(--text-transform);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle {
  position: fixed;
  display: flex;
  font-size: 1.5rem;
  color: white;
  min-width: 50px;
  min-height: 50px;
  height: 50px;
  bottom: 0.5rem;
  right: 0.5rem;
  transition: all 0.2s ease-in-out;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle.active {
  rotate: 45deg;
  transition: all 0.2s ease-in-out;
  background-color: var(--cta);
  filter: brightness(40%);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle,
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-2-primary {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  margin: 0;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex {
  position: fixed;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  opacity: 0;
  right: 0.5rem;
  bottom: calc(1rem + 50px);
  transition: all 0.2s ease-in-out;
  transform: translateY(10px);
  pointer-events: none;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary {
  display: flex;
  min-height: 45px;
  height: 45px;
  width: 160px;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding: 1rem;
  right: 0.5rem;
  border-radius: var(--radius);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(1) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 1);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(2) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 2);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(3) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 3);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(4) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 4);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(5) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 5);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(6) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 6);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(7) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 7);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(8) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 8);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(9) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 9);
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active a:nth-child(10) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 10);
}
@keyframes one-shot {
  0% {
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-menu-toggle {
    display: none;
  }
  #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0;
  }
  #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary {
    pointer-events: all;
    display: flex;
    width: 180px;
    min-height: 50px;
    flex-direction: row;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    justify-content: flex-start;
    border: none;
    padding: 0.5rem 1rem;
    margin: 0;
    transform: translateX(calc(100% - 55px));
    border-radius: var(--radius) 0 0 var(--radius);
    transition: all 0.2s ease-in-out;
  }
  #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-value {
    display: block;
  }
  #block-views-block-sekundaer-tekst-block-1 .container #ew-cta-2 .cta-flex .cta-2-primary:hover {
    transform: none;
    transition: all 0.2s ease-in-out;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .btn:not(:last-of-type) {
  margin-right: 1rem;
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-dark {
  color: var(--secondary);
}
#block-views-block-sekundaer-tekst-block-1 blockquote {
  padding-left: 3rem;
  border-left: 5px solid var(--primary);
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 blockquote {
    padding-left: 1.5rem;
    border-left: 4px solid var(--primary);
  }
}
#block-views-block-sekundaer-tekst-block-1 blockquote p {
  -moz-column-count: 1 !important;
       column-count: 1 !important;
}
@media (max-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 blockquote p {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#block-views-block-sekundaer-tekst-block-1 .wide {
  border-radius: var(--radius);
  overflow: hidden;
}

#ew-webform-1-rev4-609930b71e185,
#ew-webform-1-rev4-609930b71e185697b609a029ba,
#ew-webform-1-rev4-698072f07ea89 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--box-shadow);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #ew-webform-1-rev4-609930b71e185,
  #ew-webform-1-rev4-609930b71e185697b609a029ba,
  #ew-webform-1-rev4-698072f07ea89 {
    padding: 1rem 15px;
  }
}
@media (max-width: 576px) {
  #ew-webform-1-rev4-609930b71e185,
  #ew-webform-1-rev4-609930b71e185697b609a029ba,
  #ew-webform-1-rev4-698072f07ea89 {
    padding: 1rem 15px;
  }
}
#ew-webform-1-rev4-609930b71e185,
#ew-webform-1-rev4-609930b71e185697b609a029ba,
#ew-webform-1-rev4-698072f07ea89 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #ew-webform-1-rev4-609930b71e185,
  #ew-webform-1-rev4-609930b71e185697b609a029ba,
  #ew-webform-1-rev4-698072f07ea89 {
    margin-top: 1rem;
  }
}
#ew-webform-1-rev4-609930b71e185,
#ew-webform-1-rev4-609930b71e185697b609a029ba,
#ew-webform-1-rev4-698072f07ea89 {
  z-index: 99;
  color: var(--primary-muted);
}
#ew-webform-1-rev4-609930b71e185 h3,
#ew-webform-1-rev4-609930b71e185 .ewh3,
#ew-webform-1-rev4-609930b71e185 div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #ew-webform-1-rev4-609930b71e185 h2,
#ew-webform-1-rev4-609930b71e185 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #ew-webform-1-rev4-609930b71e185 .ewh2,
#ew-webform-1-rev4-609930b71e185 h4,
#ew-webform-1-rev4-609930b71e185 .ewh4,
#ew-webform-1-rev4-609930b71e185 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #ew-webform-1-rev4-609930b71e185 .name,
#ew-webform-1-rev4-609930b71e185 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #ew-webform-1-rev4-609930b71e185 .name,
#ew-webform-1-rev4-609930b71e185 h5,
#ew-webform-1-rev4-609930b71e185 .ewh5,
#ew-webform-1-rev4-609930b71e185697b609a029ba h3,
#ew-webform-1-rev4-609930b71e185697b609a029ba .ewh3,
#ew-webform-1-rev4-609930b71e185697b609a029ba div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #ew-webform-1-rev4-609930b71e185697b609a029ba h2,
#ew-webform-1-rev4-609930b71e185697b609a029ba div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #ew-webform-1-rev4-609930b71e185697b609a029ba .ewh2,
#ew-webform-1-rev4-609930b71e185697b609a029ba h4,
#ew-webform-1-rev4-609930b71e185697b609a029ba .ewh4,
#ew-webform-1-rev4-609930b71e185697b609a029ba #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #ew-webform-1-rev4-609930b71e185697b609a029ba .name,
#ew-webform-1-rev4-609930b71e185697b609a029ba .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #ew-webform-1-rev4-609930b71e185697b609a029ba .name,
#ew-webform-1-rev4-609930b71e185697b609a029ba h5,
#ew-webform-1-rev4-609930b71e185697b609a029ba .ewh5,
#ew-webform-1-rev4-698072f07ea89 h3,
#ew-webform-1-rev4-698072f07ea89 .ewh3,
#ew-webform-1-rev4-698072f07ea89 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #ew-webform-1-rev4-698072f07ea89 .ewh2,
#ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 h4,
#ew-webform-1-rev4-698072f07ea89 .ewh4,
#ew-webform-1-rev4-698072f07ea89 #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom #ew-webform-1-rev4-698072f07ea89 .name,
#ew-webform-1-rev4-698072f07ea89 .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom #ew-webform-1-rev4-698072f07ea89 .name,
#ew-webform-1-rev4-698072f07ea89 h5,
#ew-webform-1-rev4-698072f07ea89 .ewh5 {
  margin-bottom: 0;
}
#ew-webform-1-rev4-609930b71e185 .webform-submission-form,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-submission-form,
#ew-webform-1-rev4-698072f07ea89 .webform-submission-form {
  margin-top: 1rem;
}
#ew-webform-1-rev4-609930b71e185 b,
#ew-webform-1-rev4-609930b71e185 strong,
#ew-webform-1-rev4-609930b71e185697b609a029ba b,
#ew-webform-1-rev4-609930b71e185697b609a029ba strong,
#ew-webform-1-rev4-698072f07ea89 b,
#ew-webform-1-rev4-698072f07ea89 strong {
  color: currentColor;
}
#ew-webform-1-rev4-609930b71e185 p,
#ew-webform-1-rev4-609930b71e185697b609a029ba p,
#ew-webform-1-rev4-698072f07ea89 p {
  color: currentColor;
  padding: 4px 0px;
  margin-bottom: 0.1rem;
}
#ew-webform-1-rev4-609930b71e185 .form-item-name,
#ew-webform-1-rev4-609930b71e185697b609a029ba .form-item-name,
#ew-webform-1-rev4-698072f07ea89 .form-item-name {
  width: 49.5%;
  float: left;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185 .form-item-name,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .form-item-name,
  #ew-webform-1-rev4-698072f07ea89 .form-item-name {
    width: 100%;
    float: none;
  }
}
#ew-webform-1-rev4-609930b71e185 .form-item-telefon,
#ew-webform-1-rev4-609930b71e185697b609a029ba .form-item-telefon,
#ew-webform-1-rev4-698072f07ea89 .form-item-telefon {
  width: 49.5%;
  float: right;
  margin-left: 0;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185 .form-item-telefon,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .form-item-telefon,
  #ew-webform-1-rev4-698072f07ea89 .form-item-telefon {
    width: 100%;
    float: none;
  }
}
#ew-webform-1-rev4-609930b71e185 input,
#ew-webform-1-rev4-609930b71e185 textarea,
#ew-webform-1-rev4-609930b71e185697b609a029ba input,
#ew-webform-1-rev4-609930b71e185697b609a029ba textarea,
#ew-webform-1-rev4-698072f07ea89 input,
#ew-webform-1-rev4-698072f07ea89 textarea {
  color: currentColor;
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  font-size: 0.9rem;
  border-radius: var(--radius);
}
#ew-webform-1-rev4-609930b71e185 ::-moz-placeholder, #ew-webform-1-rev4-609930b71e185697b609a029ba ::-moz-placeholder, #ew-webform-1-rev4-698072f07ea89 ::-moz-placeholder {
  color: currentColor;
  opacity: 0.5;
}
#ew-webform-1-rev4-609930b71e185 ::placeholder,
#ew-webform-1-rev4-609930b71e185697b609a029ba ::placeholder,
#ew-webform-1-rev4-698072f07ea89 ::placeholder {
  color: currentColor;
  opacity: 0.5;
}
#ew-webform-1-rev4-609930b71e185 label,
#ew-webform-1-rev4-609930b71e185697b609a029ba label,
#ew-webform-1-rev4-698072f07ea89 label {
  color: currentColor;
  text-transform: none;
  font-size: 96%;
  font-weight: var(--mw);
  margin-bottom: 0;
}
#ew-webform-1-rev4-609930b71e185 a:hover,
#ew-webform-1-rev4-609930b71e185697b609a029ba a:hover,
#ew-webform-1-rev4-698072f07ea89 a:hover {
  color: var(--cta) !important;
}
#ew-webform-1-rev4-609930b71e185 .form-required,
#ew-webform-1-rev4-609930b71e185697b609a029ba .form-required,
#ew-webform-1-rev4-698072f07ea89 .form-required {
  position: relative;
}
#ew-webform-1-rev4-609930b71e185 .form-required::after,
#ew-webform-1-rev4-609930b71e185697b609a029ba .form-required::after,
#ew-webform-1-rev4-698072f07ea89 .form-required::after {
  content: "*";
  color: #e74c3c;
  font-weight: var(--bw);
  margin-left: 0.25rem;
}

#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .flex-50,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .flex-50 {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .flex-50,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .flex-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .flex-100,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .flex-100 {
  flex: 0 1 100%;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper section.webform-section,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper section.webform-section {
  width: 100%;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .fieldset-wrapper,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .fieldset-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-address, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-mor-address, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-far-address,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-address,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-mor-address,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-far-address {
  flex: 0 0 100%;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-address, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-mor-address, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-far-address,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-address,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-mor-address,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-far-address {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-city, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-mor-city, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-far-city,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-city,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-mor-city,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-far-city {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-city, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-mor-city, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-far-city,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-city,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-mor-city,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-far-city {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-postal-code, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-mor-postal-code, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-far-postal-code,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-postal-code,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-mor-postal-code,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-far-postal-code {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-postal-code, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-mor-postal-code, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-adresse-far-postal-code,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-postal-code,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-mor-postal-code,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-adresse-far-postal-code {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-mobil-mor, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-mobil-far,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-mobil-mor,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-mobil-far {
  flex: 1;
  max-width: 50%;
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-mobil-mor, #ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-form-item-mobil-far,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-mobil-mor,
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-form-item-mobil-far {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .js-webform-radios,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .js-webform-radios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .js-form-wrapper .form-item-hvis-ja-hvilke-fag-og-klassetrin,
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-wrapper .form-item-hvis-ja-hvilke-fag-og-klassetrin {
  margin-top: auto;
  align-self: flex-end;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-title {
  font-weight: var(--bw);
  color: var(--dark);
  width: 100%;
  border-top: 1px solid var(--border-color);
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 16px;
}
@media (max-width: 767px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .webform-section-title {
    font-size: 14px;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba .legend,
#ew-webform-1-rev4-609930b71e185697b609a029ba #edit-har-eleven-modtaget-ekstraundervisning-i-enkelte-fag--wrapper-legend {
  font-weight: var(--mw);
  font-size: 16px;
}
@media (max-width: 767px) {
  #ew-webform-1-rev4-609930b71e185697b609a029ba .legend,
  #ew-webform-1-rev4-609930b71e185697b609a029ba #edit-har-eleven-modtaget-ekstraundervisning-i-enkelte-fag--wrapper-legend {
    font-size: 14px;
  }
}
#ew-webform-1-rev4-609930b71e185697b609a029ba input[type=radio] {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4px;
}
#ew-webform-1-rev4-609930b71e185697b609a029ba input[type=radio]:checked {
  accent-color: var(--dark);
}
#ew-webform-1-rev4-609930b71e185697b609a029ba input[type=radio] label {
  padding: 0 2px;
}

#ew-webform-1-rev4-698072f07ea89 {
  background-color: var(--light);
}
#ew-webform-1-rev4-698072f07ea89 .js-form-wrapper,
#ew-webform-1-rev4-698072f07ea89 .webform-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
#ew-webform-1-rev4-698072f07ea89 .flex-50 {
  flex: 1 1 50%;
  max-width: calc(50% - 0.5em);
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-698072f07ea89 .flex-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-698072f07ea89 .flex-100 {
  flex: 0 0 100%;
}
#ew-webform-1-rev4-698072f07ea89 legend {
  font-weight: var(--mw);
  font-size: 16px;
}
@media (max-width: 767px) {
  #ew-webform-1-rev4-698072f07ea89 legend {
    font-size: 14px;
  }
}
#ew-webform-1-rev4-698072f07ea89 .fieldset-wrapper:not(:has(.js-webform-radios)) {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
}
#ew-webform-1-rev4-698072f07ea89 .fieldset-wrapper:not(:has(.js-webform-radios)) .form-item {
  flex: 0 0 100%;
  max-width: 100%;
}
#ew-webform-1-rev4-698072f07ea89 .fieldset-wrapper:not(:has(.js-webform-radios)) .form-item:not(:first-of-type) {
  flex: 0 0 50%;
  max-width: calc(50% - 0.5em);
}
@media (max-width: 575px) {
  #ew-webform-1-rev4-698072f07ea89 .fieldset-wrapper:not(:has(.js-webform-radios)) .form-item:not(:first-of-type) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#ew-webform-1-rev4-698072f07ea89 .webform-flex--container > .form-item.webform-element--title-inline > input:not([type=checkbox]) {
  width: 100%;
}
#ew-webform-1-rev4-698072f07ea89 .form-radio {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 4px;
}
#ew-webform-1-rev4-698072f07ea89 .form-radio:checked {
  accent-color: var(--dark);
}
#ew-webform-1-rev4-698072f07ea89 .form-radio label {
  padding: 0 2px;
}
#ew-webform-1-rev4-698072f07ea89 table th {
  color: var(--dark);
  font-weight: var(--sbw);
}
#ew-webform-1-rev4-698072f07ea89 table td label {
  color: var(--primary);
}
#ew-webform-1-rev4-698072f07ea89 h2 {
  margin-bottom: -0.5em !important;
  margin-top: 1.5rem;
}

.page-node-32 #text-b980662d7d-ft {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.page-node-32 #text-b980662d7d-ft h2,
.page-node-32 #text-b980662d7d-ft .ewh2,
.page-node-32 #text-b980662d7d-ft h3,
.page-node-32 #text-b980662d7d-ft .ewh3,
.page-node-32 #text-b980662d7d-ft h4,
.page-node-32 #text-b980662d7d-ft .ewh4,
.page-node-32 #text-b980662d7d-ft #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .page-node-32 #text-b980662d7d-ft .name,
.page-node-32 #text-b980662d7d-ft .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .page-node-32 #text-b980662d7d-ft .name,
.page-node-32 #text-b980662d7d-ft h5,
.page-node-32 #text-b980662d7d-ft .ewh5,
.page-node-32 #text-b980662d7d-ft h6,
.page-node-32 #text-b980662d7d-ft .ewh6,
.page-node-32 #text-b980662d7d-ft p {
  margin-bottom: 0;
}

.video-container {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #000;
}
.video-container .video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}
.video-container .video-play-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 5;
}
.video-container .video-play-icon i {
  font-size: 10cqh;
  color: #fff;
  opacity: 0.7;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
  transition: opacity 0.3s ease-out;
}
.video-container.is-playing .video-play-icon {
  display: none;
}
.video-container:hover .video-play-icon i {
  opacity: 0.9;
}

.paragraph {
  padding: var(--subpage-padding);
}
@media (max-width: 575px) {
  .paragraph {
    --subpage-padding: 1rem 0rem;
  }
}

.cards-grid .card {
  --p-inner: clamp(1rem, 2vw, 1.5rem);
  padding: var(--p-inner);
  background-color: var(--dark);
  border-radius: var(--radius);
  box-shadow: var(--box-shadow);
  color: var(--secondary);
  height: 100%;
}
.cards-grid .card h1,
.cards-grid .card h2,
.cards-grid .card h3,
.cards-grid .card h4,
.cards-grid .card h5,
.cards-grid .card h6,
.cards-grid .card p {
  color: var(--secondary);
}
.cards-grid .card:has(a) a {
  color: var(--secondary);
}
.cards-grid .card:has(a) {
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}
.cards-grid .card:has(a):hover {
  transform: scale(1.05);
}
.cards-grid .card:has(a):hover i,
.cards-grid .card:has(a):hover .fa {
  color: var(--cta-light);
}
.cards-grid .card:has(a) i {
  font-size: clamp(1.5rem, 2vw, 2rem);
  color: var(--cta);
}

.carousel-title h2,
.carousel-title .ewh2,
.carousel-title h3,
.carousel-title .ewh3,
.carousel-title div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .carousel-title h2,
.carousel-title div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .carousel-title .ewh2,
.carousel-title #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .carousel-title h2 {
  margin-bottom: -1rem;
}
@media (max-width: 767px) {
  .carousel-title h2,
  .carousel-title .ewh2,
  .carousel-title h3,
  .carousel-title .ewh3,
  .carousel-title div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .carousel-title h2,
  .carousel-title div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .carousel-title .ewh2,
  .carousel-title #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .carousel-title h2 {
    margin-bottom: 0rem;
  }
}

@media (max-width: 767px) {
  .paragraph--type--cards:has(.tns-controls),
  .paragraph--type--cards-carousel:has(.tns-controls) {
    padding-bottom: 2.5rem;
  }
}
.paragraph--type--cards .tns-outer,
.paragraph--type--cards-carousel .tns-outer {
  position: relative;
  margin: 0 -15px;
}
.paragraph--type--cards .tns-slider.cards-grid,
.paragraph--type--cards-carousel .tns-slider.cards-grid {
  display: block;
  padding: 0;
  margin: 0 auto;
}
.paragraph--type--cards .tns-controls,
.paragraph--type--cards-carousel .tns-controls {
  position: absolute;
  top: -2.35rem;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 767px) {
  .paragraph--type--cards .tns-controls,
  .paragraph--type--cards-carousel .tns-controls {
    top: calc(100% + 1.5rem);
  }
}
.paragraph--type--cards .tns-controls button,
.paragraph--type--cards-carousel .tns-controls button {
  pointer-events: auto;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 2px solid var(--dark);
  background: transparent;
  color: var(--dark);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.paragraph--type--cards .tns-controls button:disabled,
.paragraph--type--cards-carousel .tns-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
.paragraph--type--cards .tns-controls button:hover,
.paragraph--type--cards-carousel .tns-controls button:hover {
  background: var(--dark);
  color: var(--secondary);
  border-color: var(--dark);
}
.paragraph--type--cards .tns-item .card:has(img),
.paragraph--type--cards-carousel .tns-item .card:has(img) {
  max-height: 400px;
  --p-inner: 0;
}
.paragraph--type--cards .tns-item .card:has(img) p,
.paragraph--type--cards-carousel .tns-item .card:has(img) p {
  display: none;
}
.paragraph--type--cards .tns-item .card:has(img),
.paragraph--type--cards-carousel .tns-item .card:has(img) {
  border: 2px solid var(--dark);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s ease-out, transform 0.3s ease-out;
}
.paragraph--type--cards .tns-item .card:has(img) img,
.paragraph--type--cards-carousel .tns-item .card:has(img) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-out;
}
.paragraph--type--cards .tns-item .card:has(img):hover,
.paragraph--type--cards-carousel .tns-item .card:has(img):hover {
  transform: none;
  border-color: var(--cta);
}
.paragraph--type--cards .tns-item .card:has(img):hover img,
.paragraph--type--cards-carousel .tns-item .card:has(img):hover img {
  transform: scale(1.05);
}

.cards-carousel-split {
  align-items: stretch;
}
.cards-carousel-split__static {
  display: flex;
  align-items: center;
}
.cards-carousel-split__static, .cards-carousel-split__slider {
  min-width: 0;
  padding: 0;
}
.cards-carousel-split__slider .tns-outer {
  margin: 0 auto;
}
.cards-carousel-split__slider .cards-grid {
  margin-left: 0;
  margin-right: 0;
}
.cards-carousel-split__slider .tns-inner {
  margin: 0 !important;
}
.cards-carousel-split .parentcard {
  border-radius: var(--radius);
  overflow: hidden;
}

.paragraph--type--cards-carousel .tns-item .card:has(img),
.paragraph--type--cards-carousel .card {
  max-height: unset;
  border: unset;
}
.paragraph--type--cards-carousel .card:has(a) {
  transform: none;
}
.paragraph--type--cards-carousel .card:has(a):hover {
  transform: none;
}
.paragraph--type--cards-carousel .card {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.paragraph--type--cards-carousel .card > .paragraph {
  padding: 0;
}
.paragraph--type--cards-carousel .tns-item .card:has(img) p {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}
.paragraph--type--cards-carousel .layout__region {
  border-radius: var(--radius);
  overflow: hidden;
}
.paragraph--type--cards-carousel .layout__region,
.paragraph--type--cards-carousel .card {
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-height: unset;
  height: 360px;
}
@media (max-width: 575px) {
  .paragraph--type--cards-carousel .layout__region,
  .paragraph--type--cards-carousel .card {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region {
  background-color: var(--secondary);
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region h2,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .ewh2,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region h3,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .ewh3,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region h2,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region h4,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .ewh4,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .name,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .name,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region h5,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .ewh5,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region h6,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region .ewh6 {
  color: var(--dark);
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region p {
  color: var(--primary-muted);
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region p.readmore {
  color: var(--dark);
  transition: color 0.3s ease-out;
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region p.readmore::after {
  transition: color 0.3s ease-out;
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region:hover p.readmore {
  color: var(--cta);
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region:hover p.readmore::after {
  color: inherit;
}
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region:hover p.readmore b,
.paragraph--type--cards-carousel .card-wrapper:not(.parentcard) .layout__region:hover p.readmore strong {
  color: inherit;
}
.paragraph--type--cards-carousel .field_image {
  flex: 0 0 40%;
  overflow: hidden;
}
.paragraph--type--cards-carousel .field_single_card {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.paragraph--type--cards-carousel .field_single_card p.readmore {
  margin-bottom: 0;
  margin-top: auto;
  position: relative;
}
.paragraph--type--cards-carousel .field_single_card p.readmore::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-left: 0.5rem;
  color: inherit;
  font-size: 80%;
}
.paragraph--type--cards-carousel .field_single_card p.readmore strong,
.paragraph--type--cards-carousel .field_single_card p.readmore b {
  color: inherit;
}
.paragraph--type--cards-carousel .field_card_link a {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  font-size: x-small;
  color: transparent !important;
}
.paragraph--type--cards-carousel .tns-controls {
  top: unset;
  bottom: -3.8rem;
}
.paragraph--type--cards-carousel .parentcard .layout__region {
  background-color: var(--dark);
}
.paragraph--type--cards-carousel .parentcard .layout__region h2,
.paragraph--type--cards-carousel .parentcard .layout__region .ewh2,
.paragraph--type--cards-carousel .parentcard .layout__region h3,
.paragraph--type--cards-carousel .parentcard .layout__region .ewh3,
.paragraph--type--cards-carousel .parentcard .layout__region div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .paragraph--type--cards-carousel .parentcard .layout__region h2,
.paragraph--type--cards-carousel .parentcard .layout__region div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .paragraph--type--cards-carousel .parentcard .layout__region .ewh2,
.paragraph--type--cards-carousel .parentcard .layout__region #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .paragraph--type--cards-carousel .parentcard .layout__region h2,
.paragraph--type--cards-carousel .parentcard .layout__region h4,
.paragraph--type--cards-carousel .parentcard .layout__region .ewh4,
.paragraph--type--cards-carousel .parentcard .layout__region #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .paragraph--type--cards-carousel .parentcard .layout__region .name,
.paragraph--type--cards-carousel .parentcard .layout__region .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .paragraph--type--cards-carousel .parentcard .layout__region .name,
.paragraph--type--cards-carousel .parentcard .layout__region h5,
.paragraph--type--cards-carousel .parentcard .layout__region .ewh5,
.paragraph--type--cards-carousel .parentcard .layout__region h6,
.paragraph--type--cards-carousel .parentcard .layout__region .ewh6,
.paragraph--type--cards-carousel .parentcard .layout__region p,
.paragraph--type--cards-carousel .parentcard .layout__region li,
.paragraph--type--cards-carousel .parentcard .layout__region a {
  color: var(--secondary);
}

.roundIcon.ctaBg {
  background-color: var(--cta);
  color: var(--secondary);
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease-out;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.roundIcon.ctaBg i,
.roundIcon.ctaBg i[class^=fa-],
.roundIcon.ctaBg .fa {
  color: var(--dark);
  transition: color 0.3s ease-out;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .roundIcon.ctaBg i,
  .roundIcon.ctaBg i[class^=fa-],
  .roundIcon.ctaBg .fa {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .roundIcon.ctaBg i,
  .roundIcon.ctaBg i[class^=fa-],
  .roundIcon.ctaBg .fa {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .roundIcon.ctaBg i,
  .roundIcon.ctaBg i[class^=fa-],
  .roundIcon.ctaBg .fa {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .roundIcon.ctaBg i,
  .roundIcon.ctaBg i[class^=fa-],
  .roundIcon.ctaBg .fa {
    font-size: 24px;
  }
}
.roundIcon.ctaBg:hover {
  background-color: var(--cta-light);
}

.paragraph:not(:has(.cards-carousel-split)):not(.cards-and-text):has(.carousel) .card-wrapper {
  padding: 1rem;
}
@media (max-width: 575px) {
  .paragraph:not(:has(.cards-carousel-split)):not(.cards-and-text):has(.carousel) .card-wrapper {
    padding: 0.5rem 1rem;
  }
}
.paragraph--type--cards-carousel {
  margin-bottom: clamp(0.5rem, 2vw, 1rem);
  --subpage-padding: 1rem 0;
}
@media (max-width: 1199px) {
  .paragraph--type--cards-carousel {
    --subpage-padding: 1rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .paragraph--type--cards-carousel {
    --subpage-padding: 0.5rem 0.25rem;
  }
}
.paragraph--type--cards-carousel .card-wrapper {
  padding: 1rem;
}
@media (max-width: 1199px) {
  .paragraph--type--cards-carousel .card-wrapper {
    padding: 1rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .paragraph--type--cards-carousel .card-wrapper {
    padding: 1rem 0.5rem 1rem;
  }
}
@media (max-width: 767px) {
  .paragraph--type--cards-carousel .card-wrapper {
    padding: 1rem 0.75rem 1rem;
  }
}
@media (max-width: 575px) {
  .paragraph--type--cards-carousel .card-wrapper {
    padding: 1rem 0.75rem 1rem;
  }
  .paragraph--type--cards-carousel .card-wrapper.parentcard {
    padding-bottom: 0;
  }
}

.twoSections {
  align-items: center;
}
.twoSections .pinnedsection {
  align-self: flex-start;
}
@media (max-width: 1199px) {
  .twoSections .two-columns-wrapper {
    padding-bottom: clamp(1rem, 2vw, 2rem);
  }
}

@media (max-width: 1199px) {
  .field_paragraph:has(.twoSections):nth-of-type(even) .paragraph .two-columns-wrapper:nth-of-type(1) {
    order: 2;
  }
}

.cards-and-text {
  margin-left: -15px;
  margin-right: -15px;
}
.cards-and-text .cards-grid {
  padding: unset;
}
.cards-and-text .layout__region {
  padding: var(--p-outer);
  display: flex;
  align-items: center;
}
.cards-and-text-wrapper {
  padding: 1rem 0;
}
.cards-and-text {
  --cards-padding: 0.5rem;
}
.cards-and-text .card-wrapper {
  padding: var(--cards-padding);
}
@media (max-width: 575px) {
  .cards-and-text .card-wrapper {
    padding: var(--cards-padding-xs);
  }
}
@media (max-width: 1199px) {
  .cards-and-text .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first,
  .cards-and-text .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.thumbnail {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 1/1;
  padding: var(--cards-padding);
}
@media (max-width: 575px) {
  .thumbnail {
    padding: var(--cards-padding-xs);
  }
}
.thumbnail picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background-color: var(--primary);
}
.thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
@media (max-width: 575px) {
  .thumbnail img {
    -o-object-position: center 40%;
       object-position: center 40%;
  }
}
.thumbnail img {
  transition: opacity 0.3s ease-out;
}
.thumbnail img:hover {
  opacity: 0.75;
}
@media (max-width: 991px) {
  .thumbnail {
    aspect-ratio: unset;
    max-height: 250px;
  }
}

.media--ratio .media__element {
  border-radius: var(--radius);
  overflow: hidden;
}

.card-wrapper.lightbg .card {
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
}
.card-wrapper.lightbg .card:not(:has(.darkbg)) {
  background-color: var(--secondary);
  border: 1px solid var(--dark-transparent);
  box-shadow: none;
}
.card-wrapper.lightbg .card {
  padding: clamp(1rem, 2vw, 2rem);
}
.card-wrapper.lightbg .card h2,
.card-wrapper.lightbg .card .ewh2,
.card-wrapper.lightbg .card h3,
.card-wrapper.lightbg .card .ewh3,
.card-wrapper.lightbg .card div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .card-wrapper.lightbg .card h2,
.card-wrapper.lightbg .card div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .card-wrapper.lightbg .card .ewh2,
.card-wrapper.lightbg .card #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .card-wrapper.lightbg .card h2,
.card-wrapper.lightbg .card h4,
.card-wrapper.lightbg .card .ewh4,
.card-wrapper.lightbg .card #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .card-wrapper.lightbg .card .name,
.card-wrapper.lightbg .card .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .card-wrapper.lightbg .card .name,
.card-wrapper.lightbg .card h5,
.card-wrapper.lightbg .card .ewh5,
.card-wrapper.lightbg .card h6,
.card-wrapper.lightbg .card .ewh6 {
  color: var(--dark);
}
.card-wrapper.lightbg .card p b,
.card-wrapper.lightbg .card p strong {
  color: var(--cta);
}
.card-wrapper.lightbg .card ul {
  padding-left: 0;
  list-style: none;
}
.card-wrapper.lightbg .card li {
  color: var(--dark);
  font-weight: var(--bw);
  font-size: 18px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg .card li {
    font-size: 16px;
  }
}
.card-wrapper.lightbg .card p:has(+ ul) {
  margin-bottom: 0;
}
.card-wrapper.lightbg .card .column2 {
  margin-bottom: unset;
}
.card-wrapper.lightbg.mwlink a {
  font-weight: var(--bw);
  color: var(--dark);
  font-size: 16px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg.mwlink a {
    font-size: 14px;
  }
}
.card-wrapper.lightbg.mwlink a b,
.card-wrapper.lightbg.mwlink a strong {
  color: var(--dark);
}
.card-wrapper.lightbg.mwlink a:hover {
  color: var(--cta);
}
.card-wrapper.lightbg.ntext:not(:has(.darkbg)) p {
  color: var(--primary-muted);
}
.card-wrapper.lightbg.ntext:not(:has(.darkbg)) a {
  color: var(--primary-muted);
}
.card-wrapper.lightbg.ntext:not(:has(.darkbg)) li {
  color: var(--primary-muted);
}
.card-wrapper.lightbg.ntext li {
  font-weight: var(--mw);
  font-size: 16px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg.ntext li {
    font-size: 14px;
  }
}
.card-wrapper.lightbg.ntext .column2 {
  margin-bottom: unset;
}
.card-wrapper.lightbg.darktxt p,
.card-wrapper.lightbg.darktxt li {
  font-weight: var(--mw);
  color: var(--dark);
  font-size: 16px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg.darktxt p,
  .card-wrapper.lightbg.darktxt li {
    font-size: 14px;
  }
}
.card-wrapper.lightbg.darktxt p b,
.card-wrapper.lightbg.darktxt p strong,
.card-wrapper.lightbg.darktxt li b,
.card-wrapper.lightbg.darktxt li strong {
  color: var(--dark);
}
.card-wrapper.lightbg.linkslist:not(:has(.darkbg)) li {
  color: var(--primary-muted);
}
.card-wrapper.lightbg.linkslist ul {
  margin-bottom: 0.5rem;
}
.card-wrapper.lightbg.linkslist li {
  font-weight: var(--mw);
  font-size: 16px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg.linkslist li {
    font-size: 14px;
  }
}
.card-wrapper.lightbg.linkslist li a {
  font-weight: var(--mw);
  color: inherit;
}
.card-wrapper.lightbg.linkslist .card:has(a) {
  transform: unset;
}
.card-wrapper.lightbg.linkslist .card:has(a):hover {
  transform: unset;
}
.card-wrapper.lightbg.linkslist a {
  transition: color 0.3s ease-out;
}
.card-wrapper.lightbg.linkslist a[href*=".pdf"]::before {
  display: none;
}
.card-wrapper.lightbg.linkslist a:hover {
  color: var(--cta);
  text-decoration: none;
}
.card-wrapper.lightbg.linkslist em {
  font-size: 14px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg.linkslist em {
    font-size: 13px;
  }
}
.card-wrapper.lightbg .card:has(.darkbg) a,
.card-wrapper.lightbg .card:has(.darkbg) p,
.card-wrapper.lightbg .card:has(.darkbg) li,
.card-wrapper.lightbg .card:has(.darkbg) h2,
.card-wrapper.lightbg .card:has(.darkbg) .ewh2,
.card-wrapper.lightbg .card:has(.darkbg) h3,
.card-wrapper.lightbg .card:has(.darkbg) .ewh3,
.card-wrapper.lightbg .card:has(.darkbg) #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .card-wrapper.lightbg .card:has(.darkbg) h2,
.card-wrapper.lightbg .card:has(.darkbg) h4,
.card-wrapper.lightbg .card:has(.darkbg) .ewh4,
.card-wrapper.lightbg .card:has(.darkbg) #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .card-wrapper.lightbg .card:has(.darkbg) .name,
.card-wrapper.lightbg .card:has(.darkbg) .Reviews2.chatbubble .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .card-wrapper.lightbg .card:has(.darkbg) .name,
.card-wrapper.lightbg .card:has(.darkbg) h5,
.card-wrapper.lightbg .card:has(.darkbg) .ewh5,
.card-wrapper.lightbg .card:has(.darkbg) h6,
.card-wrapper.lightbg .card:has(.darkbg) .ewh6 {
  color: var(--secondary);
}
.card-wrapper.lightbg .card:has(.darkbg) a:hover {
  color: var(--cta);
}
.card-wrapper.lightbg.chevrons li {
  position: relative;
}
.card-wrapper.lightbg.chevrons li::before {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  font-weight: var(--sbw);
  font-size: 12px;
}
@media (max-width: 767px) {
  .card-wrapper.lightbg.chevrons li::before {
    font-size: 11px;
  }
}
.card-wrapper.lightbg.chevrons li::before {
  color: var(--dark);
  margin-right: 0.5rem;
  transition: color 0.3s ease-out, margin-right 0.3s ease-out 0.1s;
}
.card-wrapper.lightbg.chevrons li:has(a):hover::before {
  color: var(--cta);
  margin-right: 0.75rem;
}
.card-wrapper.lightbg.iconlinks a,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"],
.card-wrapper.lightbg.iconlinks a[href^="tel:"] {
  color: var(--primary);
  font-weight: var(--sbw);
  transition: color 0.3s ease-out;
}
.card-wrapper.lightbg.iconlinks a:has(.fa, .fa-solid, .fa-regular, .fas, i),
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:has(.fa, .fa-solid, .fa-regular, .fas, i),
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.card-wrapper.lightbg.iconlinks a:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa,
.card-wrapper.lightbg.iconlinks a:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa-solid,
.card-wrapper.lightbg.iconlinks a:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa-regular,
.card-wrapper.lightbg.iconlinks a:has(.fa, .fa-solid, .fa-regular, .fas, i) .fas,
.card-wrapper.lightbg.iconlinks a:has(.fa, .fa-solid, .fa-regular, .fas, i) i,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa-solid,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa-regular,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fas,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) i,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa-solid,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fa-regular,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) .fas,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:has(.fa, .fa-solid, .fa-regular, .fas, i) i {
  font-size: 110%;
  color: var(--dark);
  transition: color 0.3s ease-out, font-size 0.3s ease-out;
}
.card-wrapper.lightbg.iconlinks a:hover,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:hover,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:hover {
  text-decoration: none;
  filter: none !important;
  color: var(--cta);
}
.card-wrapper.lightbg.iconlinks a:hover i,
.card-wrapper.lightbg.iconlinks a[href^="mailto:"]:hover i,
.card-wrapper.lightbg.iconlinks a[href^="tel:"]:hover i {
  filter: none !important;
  color: var(--cta);
}

.paragraph--type--cards:has(.cards-grid):not(:has(.carousel)) .card-wrapper {
  margin-bottom: 1rem;
}

.pinnedsection .js-pin-target.pinned {
  z-index: 16;
  will-change: transform;
}
.pinnedsection:has(.js-pin-target img) .js-pin-target {
  display: block;
}
.pinnedsection:has(.js-pin-target img) .js-pin-target.pinned {
  padding-top: 2rem;
}
.pinnedsection:has(.js-pin-target img) .js-pin-target img,
.pinnedsection:has(.js-pin-target img) .js-pin-target picture,
.pinnedsection:has(.js-pin-target img) .js-pin-target .media-wrapper,
.pinnedsection:has(.js-pin-target img) .js-pin-target .media,
.pinnedsection:has(.js-pin-target img) .js-pin-target .media__element {
  display: block;
  width: 100%;
}
.pinnedsection:has(.js-pin-target img) .js-pin-target img {
  height: auto;
}

.paragraph--type--text-blok-embed section[id^=ew-webform-1-] {
  min-height: 70cqh;
}
.paragraph--type--text-blok-embed section[id^=ew-webform-1-] hr {
  margin: 0.5rem 0;
  border-color: var(--border-color);
  opacity: 0.5;
}

.set-mw {
  max-width: 640px;
}

#twocol-55da0a48fc-c0 .card-wrapper {
  padding: 1rem 0;
}

.node-article #block-views-block-artikle-billeder-view-block-1 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .node-article #block-views-block-artikle-billeder-view-block-1 {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .node-article #block-views-block-artikle-billeder-view-block-1 .row {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .node-article #block-views-block-artikle-billeder-view-block-1 .views-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .node-article #block-views-block-artikle-billeder-view-block-1 .views-row {
    padding: 0;
  }
}
.node-article #block-views-block-artikle-billeder-view-block-1 img {
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 991px) {
  .node-article #block-views-block-artikle-billeder-view-block-1 img {
    max-width: 50cqw;
    height: auto;
  }
}
@media (max-width: 767px) {
  .node-article #block-views-block-artikle-billeder-view-block-1 img {
    max-width: 100%;
  }
}

.pager__item button,
#Articles1rev2-6979f697deff0 .pager__item button {
  color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: var(--radius);
  background-color: var(--secondary);
}
.pager__item button:hover,
#Articles1rev2-6979f697deff0 .pager__item button:hover {
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: var(--secondary);
}
.pager__item.is-active button,
#Articles1rev2-6979f697deff0 .pager__item.is-active button {
  border-radius: var(--radius);
  border: 1px solid var(--dark);
  background-color: var(--dark);
  color: var(--secondary);
}
.pager__item.is-active button:hover,
#Articles1rev2-6979f697deff0 .pager__item.is-active button:hover {
  border: 1px solid var(--darker);
  background-color: var(--darker);
  color: var(--secondary);
}

#block-ewcustom-breadcrumbs {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-color);
}
#block-ewcustom-breadcrumbs nav p,
#block-ewcustom-breadcrumbs nav li {
  color: color-mix(in oklch, var(--primary) 70%, transparent);
}
#block-ewcustom-breadcrumbs nav a {
  font-weight: var(--mw);
  color: color-mix(in oklch, var(--dark) 70%, transparent);
}
#block-ewcustom-breadcrumbs nav a:hover {
  color: var(--cta);
}
#block-ewcustom-breadcrumbs nav ol {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#block-ewcustom-breadcrumbs nav ol li {
  padding-right: 10px;
}
#block-ewcustom-breadcrumbs nav ol li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: var(--dark-transparent);
  padding-left: 10px;
}

#Indgangsvinkel8rev2-69736f51d72f1 {
  --p-outer: 2rem 0;
}
#Indgangsvinkel8rev2-69736f51d72f1 .effect {
  justify-content: center;
}

#Reviews2-697b0a1e1c293 .row,
.Reviews2.chatbubble .row {
  margin: unset;
}
#Reviews2-697b0a1e1c293 .reviews__main,
#Reviews2-697b0a1e1c293 .col-12,
#Reviews2-697b0a1e1c293 .container,
#Reviews2-697b0a1e1c293 .container-xl,
#Reviews2-697b0a1e1c293 .reviews__slides-wrap,
#Reviews2-697b0a1e1c293 .slide-inner,
.Reviews2.chatbubble .reviews__main,
.Reviews2.chatbubble .col-12,
.Reviews2.chatbubble .container,
.Reviews2.chatbubble .container-xl,
.Reviews2.chatbubble .reviews__slides-wrap,
.Reviews2.chatbubble .slide-inner {
  padding: 0;
}
#Reviews2-697b0a1e1c293 .reviews__content,
.Reviews2.chatbubble .reviews__content {
  padding: 0;
  margin: unset;
}
@media (max-width: 991px) {
  #Reviews2-697b0a1e1c293 .slide-container,
  .Reviews2.chatbubble .slide-container {
    max-height: 250px;
  }
}
#Reviews2-697b0a1e1c293 .slide__visual,
.Reviews2.chatbubble .slide__visual {
  display: none;
}
#Reviews2-697b0a1e1c293 .header__head,
.Reviews2.chatbubble .header__head {
  margin-bottom: -0.5rem;
}
#Reviews2-697b0a1e1c293 .slide-inner,
.Reviews2.chatbubble .slide-inner {
  position: relative;
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__copy,
.Reviews2.chatbubble .slide-inner .slide__copy {
  padding: clamp(1rem, 2.5vw, 2rem);
  color: var(--secondary);
  background-color: var(--dark);
  border-radius: var(--radius);
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__copy p,
.Reviews2.chatbubble .slide-inner .slide__copy p {
  color: var(--secondary);
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__copy p b,
#Reviews2-697b0a1e1c293 .slide-inner .slide__copy p strong,
.Reviews2.chatbubble .slide-inner .slide__copy p b,
.Reviews2.chatbubble .slide-inner .slide__copy p strong {
  color: var(--cta);
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__copy,
.Reviews2.chatbubble .slide-inner .slide__copy {
  position: relative;
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__copy::after,
.Reviews2.chatbubble .slide-inner .slide__copy::after {
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 1rem;
  aspect-ratio: 1.5/1;
  width: 2rem;
  height: auto;
  background-color: var(--dark);
  transform: translateZ(0);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  pointer-events: none;
  z-index: -1;
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom,
.Reviews2.chatbubble .slide-inner .slide__bottom {
  padding-left: 1rem;
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .name,
.Reviews2.chatbubble .slide-inner .slide__bottom .name {
  margin-bottom: 0 !important;
}
#Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .tag,
.Reviews2.chatbubble .slide-inner .slide__bottom .tag {
  font-size: 14px;
}
@media (max-width: 767px) {
  #Reviews2-697b0a1e1c293 .slide-inner .slide__bottom .tag,
  .Reviews2.chatbubble .slide-inner .slide__bottom .tag {
    font-size: 13px;
  }
}

#Slider4Owl-69736fee1e06d .tns-outer {
  overflow: hidden;
  border-radius: var(--radius);
}
#Slider4Owl-69736fee1e06d .tns-outer::after {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  color: var(--cta);
  font-size: clamp(3rem, 6cqw, 14rem);
  padding-left: clamp(1rem, 2.5vw, 2.5rem);
}

.cmplz-dropdown,
.cmplz-manage-consent-container,
#cmplz-manage-consent-container {
  background-color: #f7f7f7 !important;
}
.cmplz-dropdown h3,
.cmplz-dropdown .ewh3,
.cmplz-dropdown div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-dropdown h2,
.cmplz-dropdown div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-dropdown .ewh2,
.cmplz-dropdown #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .cmplz-dropdown h2,
.cmplz-dropdown .cmplz-category-title,
.cmplz-manage-consent-container h3,
.cmplz-manage-consent-container .ewh3,
.cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-manage-consent-container h2,
.cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-manage-consent-container .ewh2,
.cmplz-manage-consent-container #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 .cmplz-manage-consent-container h2,
.cmplz-manage-consent-container .cmplz-category-title,
#cmplz-manage-consent-container h3,
#cmplz-manage-consent-container .ewh3,
#cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #cmplz-manage-consent-container h2,
#cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) #cmplz-manage-consent-container .ewh2,
#cmplz-manage-consent-container #ew-webform-1-rev4-698072f07ea89 h2,
#ew-webform-1-rev4-698072f07ea89 #cmplz-manage-consent-container h2,
#cmplz-manage-consent-container .cmplz-category-title {
  color: var(--dark);
  font-weight: var(--mw);
  font-size: 18px;
}
@media (max-width: 767px) {
  .cmplz-dropdown h3,
  .cmplz-dropdown .ewh3,
  .cmplz-dropdown div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-dropdown h2,
  .cmplz-dropdown div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-dropdown .ewh2,
  .cmplz-dropdown #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .cmplz-dropdown h2,
  .cmplz-dropdown .cmplz-category-title,
  .cmplz-manage-consent-container h3,
  .cmplz-manage-consent-container .ewh3,
  .cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-manage-consent-container h2,
  .cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-manage-consent-container .ewh2,
  .cmplz-manage-consent-container #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .cmplz-manage-consent-container h2,
  .cmplz-manage-consent-container .cmplz-category-title,
  #cmplz-manage-consent-container h3,
  #cmplz-manage-consent-container .ewh3,
  #cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) #cmplz-manage-consent-container h2,
  #cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) #cmplz-manage-consent-container .ewh2,
  #cmplz-manage-consent-container #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 #cmplz-manage-consent-container h2,
  #cmplz-manage-consent-container .cmplz-category-title {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .cmplz-dropdown h3,
  .cmplz-dropdown .ewh3,
  .cmplz-dropdown div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-dropdown h2,
  .cmplz-dropdown div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-dropdown .ewh2,
  .cmplz-dropdown #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .cmplz-dropdown h2,
  .cmplz-dropdown .cmplz-category-title,
  .cmplz-manage-consent-container h3,
  .cmplz-manage-consent-container .ewh3,
  .cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-manage-consent-container h2,
  .cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) .cmplz-manage-consent-container .ewh2,
  .cmplz-manage-consent-container #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 .cmplz-manage-consent-container h2,
  .cmplz-manage-consent-container .cmplz-category-title,
  #cmplz-manage-consent-container h3,
  #cmplz-manage-consent-container .ewh3,
  #cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) #cmplz-manage-consent-container h2,
  #cmplz-manage-consent-container div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
  div[id^=block-]:has(section[id^=Employees2].Employees2) #cmplz-manage-consent-container .ewh2,
  #cmplz-manage-consent-container #ew-webform-1-rev4-698072f07ea89 h2,
  #ew-webform-1-rev4-698072f07ea89 #cmplz-manage-consent-container h2,
  #cmplz-manage-consent-container .cmplz-category-title {
    font-size: 16px;
  }
}
.cmplz-dropdown .cmplz-service-header,
.cmplz-dropdown .cmplz-icon,
.cmplz-manage-consent-container .cmplz-service-header,
.cmplz-manage-consent-container .cmplz-icon,
#cmplz-manage-consent-container .cmplz-service-header,
#cmplz-manage-consent-container .cmplz-icon {
  position: relative;
}
.cmplz-dropdown .cmplz_consent_per_service_label::before,
.cmplz-manage-consent-container .cmplz_consent_per_service_label::before,
#cmplz-manage-consent-container .cmplz_consent_per_service_label::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  padding: 0;
  margin-right: 1rem;
  color: var(--dark);
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  transition: transform 0.16s ease-out;
}
.cmplz-dropdown[open] .cmplz_consent_per_service_label::before,
.cmplz-manage-consent-container[open] .cmplz_consent_per_service_label::before,
#cmplz-manage-consent-container[open] .cmplz_consent_per_service_label::before {
  transform: translate(0%, -50%) rotate(180deg) !important;
}
.cmplz-dropdown summary span.cmplz-icon,
.cmplz-manage-consent-container summary span.cmplz-icon,
#cmplz-manage-consent-container summary span.cmplz-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.cmplz-dropdown summary span.cmplz-icon svg,
.cmplz-manage-consent-container summary span.cmplz-icon svg,
#cmplz-manage-consent-container summary span.cmplz-icon svg {
  display: none !important;
}
.cmplz-dropdown summary span.cmplz-icon::before,
.cmplz-manage-consent-container summary span.cmplz-icon::before,
#cmplz-manage-consent-container summary span.cmplz-icon::before {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  margin-right: 0rem;
  color: var(--dark);
  font-size: 16px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  transition: transform 0.16s ease-out !important;
}
.cmplz-dropdown details.cmplz-category.cmplz-functional[open] span.cmplz-icon::before,
.cmplz-manage-consent-container details.cmplz-category.cmplz-functional[open] span.cmplz-icon::before,
#cmplz-manage-consent-container details.cmplz-category.cmplz-functional[open] span.cmplz-icon::before {
  transform: translate(50%, -50%) rotate(180deg) !important;
}

.screen-reader-text {
  display: none;
}

@media (max-width: 991px) {
  .page-node-6 #ew-contact-info-1 {
    padding: 0px 0px 10px 0px;
  }
}
.page-node-6 #ew-contact-info-1 .ewh3, .page-node-6 #ew-contact-info-1 div[id^=block-]:has(section[id^=Employees2].Employees2) h2, div[id^=block-]:has(section[id^=Employees2].Employees2) .page-node-6 #ew-contact-info-1 h2,
.page-node-6 #ew-contact-info-1 div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .page-node-6 #ew-contact-info-1 .ewh2, .page-node-6 #ew-contact-info-1 #ew-webform-1-rev4-698072f07ea89 h2, #ew-webform-1-rev4-698072f07ea89 .page-node-6 #ew-contact-info-1 h2 {
  display: none;
}
.page-node-6 #ew-contact-info-1 ul li {
  border-bottom: none;
  padding: 4px 0px;
  font-family: "Catamaran", sans-serif;
}
@media (max-width: 576px) {
  .page-node-6 #ew-contact-info-1 ul li {
    font-size: 0.9rem;
  }
}
.page-node-6 #ew-contact-info-1 ul li svg,
.page-node-6 #ew-contact-info-1 ul li i {
  display: none;
}
.page-node-6 #ew-contact-info-1 ul li b,
.page-node-6 #ew-contact-info-1 ul li strong {
  color: var(--primary);
  font-family: "Catamaran", sans-serif;
}
.page-node-6 #ew-contact-info-1 ul li a.cta {
  color: var(--cta);
}
.page-node-6 #ew-contact-info-1 ul li:first-child {
  font-size: 125%;
}

#block-ewcustom-googlemaps p {
  margin-bottom: 0;
}
#block-ewcustom-googlemaps iframe {
  margin: 0;
  width: 100%;
  margin-bottom: -6px;
  height: 320px;
  filter: grayscale(80%);
}
@media (max-width: 767px) {
  #block-ewcustom-googlemaps iframe {
    height: 220px;
  }
}

.Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
  font-weight: 400;
  font-family: "Catamaran", sans-serif;
  font-size: 0.87rem;
}
@media (min-width: 576px) {
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
    font-size: 0.9rem;
  }
}
@media (min-width: 767px) {
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
    font-size: 1.1rem;
  }
}

#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1--2 .media {
  margin-top: 10px;
  margin-bottom: 10px;
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1--2 .pager {
  margin-top: 1rem;
  display: block;
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1--2 .pager__items {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  align-items: center;
  grid-gap: 15px;
}

#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1,
#block-views-block-artikle-billeder-view-block-1,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 {
  margin: 0 0 3rem 0;
}
@media (max-width: 767px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1,
  #block-views-block-artikle-billeder-view-block-1,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 {
    margin: 0 0 2rem 0;
  }
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .container,
#block-views-block-artikle-billeder-view-block-1 .container,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .container {
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 576px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .container,
  #block-views-block-artikle-billeder-view-block-1 .container,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 .container {
    padding: 0 10px;
  }
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .views-row,
#block-views-block-artikle-billeder-view-block-1 .views-row,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .views-row {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .views-row,
  #block-views-block-artikle-billeder-view-block-1 .views-row,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 .views-row {
    margin-bottom: 10px;
    padding: 0 5px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .views-row.last-two,
  #block-views-block-artikle-billeder-view-block-1 .views-row.last-two,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 .views-row.last-two {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .field-content a img,
#block-views-block-artikle-billeder-view-block-1 .field-content a img,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .field-content a img {
  transition: transform 0.3s !important;
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .field-content a img:hover,
#block-views-block-artikle-billeder-view-block-1 .field-content a img:hover,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .field-content a img:hover {
  transform: scale(1.05);
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager,
#block-views-block-artikle-billeder-view-block-1 .pager,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager {
  margin-top: 1rem;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager,
  #block-views-block-artikle-billeder-view-block-1 .pager,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager {
    margin-top: 0.5rem;
  }
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager__items,
#block-views-block-artikle-billeder-view-block-1 .pager__items,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager__items {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}
@media (max-width: 991px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager__items,
  #block-views-block-artikle-billeder-view-block-1 .pager__items,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager__items {
    grid-gap: 10px;
  }
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager__items a,
#block-views-block-artikle-billeder-view-block-1 .pager__items a,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager__items a {
  font-weight: 500;
}
@media (max-width: 767px) {
  #block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager__items a,
  #block-views-block-artikle-billeder-view-block-1 .pager__items a,
  #block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager__items a {
    font-size: 0.86rem;
  }
}
#block-ewcustom-views-block-ewapp-kontekstuelt-galleri-block-1 .pager .is-active a,
#block-views-block-artikle-billeder-view-block-1 .pager .is-active a,
#block-ewcustom-views-block-ewapp-galleri-view-block-1 .pager .is-active a {
  color: var(--cta);
  font-weight: 700;
}

#sliding-popup {
  z-index: 90;
}
#sliding-popup .eu-cookie-withdraw-tab {
  background: var(--primary);
  font-size: 0;
  overflow: hidden;
}
#sliding-popup .eu-cookie-withdraw-tab:before {
  content: "\f564";
  font-family: "Font Awesome 6 Pro";
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}
#sliding-popup .eu-cookie-withdraw-tab {
  padding: 4px 10px 2px 7px;
}
#sliding-popup.sliding-popup-bottom h2 {
  color: var(--primary);
}
#sliding-popup.sliding-popup-bottom .agree-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
#sliding-popup.sliding-popup-bottom .agree-button:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#sliding-popup.sliding-popup-bottom .decline-button,
#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-button {
  border: 1px solid var(--primary);
  background-color: transparent;
  color: var(--dark);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
#sliding-popup.sliding-popup-bottom .decline-button:hover,
#sliding-popup.sliding-popup-bottom .eu-cookie-withdraw-button:hover {
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  transform: translate3d(10px, 0, 1rem) scale(1);
}

@media (max-width: 767px) {
  body:not(.eu-cookie-compliance-popup-open) #sliding-popup .eu-cookie-withdraw-tab {
    left: 0;
    margin-left: 0;
    margin-top: unset;
    transform: translate(0px, -100%);
  }
}
#user-login-form p {
  font-weight: 400;
  color: var(--dark);
  padding: 4px 0px;
  margin-bottom: 0.1rem;
}
#user-login-form input,
#user-login-form textarea {
  color: var(--dark);
  background-color: transparent;
  border: 1px solid rgba(43, 43, 43, 0.795);
  border-top: none;
  border-left: none;
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 0.9rem;
}
#user-login-form input .webform-submission-form input,
#user-login-form input .webform-submission-form textarea,
#user-login-form textarea .webform-submission-form input,
#user-login-form textarea .webform-submission-form textarea {
  border: none;
  background: var(--dark);
}
#user-login-form ::-moz-placeholder {
  color: rgba(22, 22, 22, 0.699);
}
#user-login-form ::placeholder {
  color: rgba(22, 22, 22, 0.699);
}
#user-login-form label {
  color: var(--dark);
  text-transform: none;
  font-size: 96%;
}
#user-login-form a:hover {
  color: var(--cta) !important;
}
#user-login-form #edit-actions .form-submit {
  width: 100% !important;
  margin-top: 0.5rem;
  font-family: "Catamaran", sans-serif;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  transition: all 0.8s !important;
  background-color: var(--cta) !important;
  border: none !important;
  color: #fff !important;
  text-transform: unset;
  border-radius: 0px;
  padding: 9px 0;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.226) !important;
  cursor: pointer !important;
  transition: all ease-in-out 300ms !important;
  transition: all ease-in-out 300ms !important;
}
#user-login-form #edit-actions .form-submit:hover {
  transform: translate3d(10px, 0, 1rem) scale(1) !important;
  opacity: 1 !important;
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 576px) {
  .ui-widget.ui-widget-content {
    width: 100% !important;
  }
}

.ui-dialog {
  padding: 3rem 0 !important;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0 !important;
}
@media (min-width: 576px) {
  .ui-dialog {
    padding: 4rem 0 !important;
  }
}
@media (min-width: 768px) {
  .ui-dialog {
    padding: 5rem 0 !important;
  }
}
.ui-dialog .ui-icon-closethick {
  display: none;
}
.ui-dialog .ui-widget-header {
  background: #fff;
  color: var(--dark);
  text-align: center;
  border: none;
}
.ui-dialog .ui-widget-header .ui-dialog-title {
  border: none;
  display: block;
  font-family: "Catamaran", sans-serif;
  width: 100%;
  font-size: 1.3rem;
}
@media (max-width: 576px) {
  .ui-dialog .ui-widget-header .ui-dialog-title {
    white-space: normal;
  }
}
@media (min-width: 576px) {
  .ui-dialog .ui-widget-header .ui-dialog-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .ui-dialog .ui-widget-header .ui-dialog-title {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .ui-dialog .ui-widget-header .ui-dialog-title {
    font-size: 2rem;
  }
}
.ui-dialog .ui-widget-header button {
  right: 3em;
  top: -3rem;
  right: 1em;
  border: none;
  background: none;
}
@media (min-width: 576px) {
  .ui-dialog .ui-widget-header button {
    right: 2em;
  }
}
@media (min-width: 768px) {
  .ui-dialog .ui-widget-header button {
    right: 1em;
  }
}
@media (max-width: 576px) {
  .ui-dialog .ui-widget-header button {
    top: -2rem;
  }
}
.ui-dialog .ui-dialog-content {
  color: var(--dark);
  font-family: "Catamaran", sans-serif;
  font-size: 0.9rem;
  text-align: center;
}
@media (min-width: 576px) {
  .ui-dialog .ui-dialog-content {
    font-size: 1rem;
  }
}
@media (min-width: 767px) {
  .ui-dialog .ui-dialog-content {
    font-size: 1.1rem;
  }
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 1em;
  top: 0;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.ui-dialog .ui-dialog-titlebar-close::before, .ui-dialog .ui-dialog-titlebar-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: var(--dark);
  top: 50%;
  left: 50%;
  transform-origin: center;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  transform: scale(1.2);
}
.ui-dialog .ui-dialog-titlebar-close:hover::before, .ui-dialog .ui-dialog-titlebar-close:hover::after {
  background-color: var(--cta);
}

#Articles1rev2-6979f697deff0 .section__news {
  padding: 0 !important;
}
#Articles1rev2-6979f697deff0 .section__news .container {
  padding: 0;
}
#Articles1rev2-6979f697deff0 .section__news .container .article {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #Articles1rev2-6979f697deff0 .section__news .container .article {
    margin-bottom: 2.5rem;
  }
}
#Articles1rev2-6979f697deff0 .section__news .container .article__media {
  border-radius: var(--radius);
  overflow: hidden;
}
@media (max-width: 767px) and (min-width: 576px) {
  #Articles1rev2-6979f697deff0 .section__news .container .article__media {
    height: 15rem;
  }
}
@media (max-width: 576px) {
  #Articles1rev2-6979f697deff0 .section__news .container .article__media {
    height: 10rem;
  }
}
#Articles1rev2-6979f697deff0 .section__news .container .article__body__date {
  display: none;
}
#Articles1rev2-6979f697deff0 .section__news .container .article__body__headline {
  font-family: "Catamaran", sans-serif;
  color: var(--dark);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Articles1rev2-6979f697deff0 .section__news .container .article__body__headline {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-6979f697deff0 .section__news .container .article__body__headline {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #Articles1rev2-6979f697deff0 .section__news .container .article__body__headline {
    margin-top: 1.5rem;
  }
}
#Articles1rev2-6979f697deff0 .section__news .container .article__body__headline a {
  color: var(--dark) !important;
  font-weight: var(--bw);
}
#Articles1rev2-6979f697deff0 .section__news .container .article .readmore {
  font-weight: var(--sbw);
  color: var(--dark);
  transition: color 0.3s ease-out;
}
#Articles1rev2-6979f697deff0 .section__news .container .article .readmore:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  color: var(--dark);
  font-size: 80%;
  margin-left: 0.5rem;
  transition: color 0.3s ease-out;
}
#Articles1rev2-6979f697deff0 .section__news .container .article:hover .readmore {
  color: var(--cta);
}
#Articles1rev2-6979f697deff0 .section__news .container .article:hover .readmore::after {
  color: var(--cta);
}

div[id^=block-]:has(section[id^=Employees2].Employees2) h2,
div[id^=block-]:has(section[id^=Employees2].Employees2) .ewh2 {
  color: var(--dark);
  padding: 2rem 1rem 0 1rem;
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 {
  padding: 0 0 2rem 0;
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee {
  box-shadow: none;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--dark);
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .fa {
  display: none;
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee {
  color: var(--secondary);
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee p {
  color: inherit;
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee a {
  color: var(--secondary);
  transition: var(--transition);
  font-weight: var(--mw);
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee a:hover {
  color: var(--cta);
  filter: brightness(1);
  text-decoration: none;
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .title {
  font-weight: var(--bw);
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .title {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .title {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .title {
    font-size: 1rem;
  }
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .contact-info__item-body {
  margin-top: 0.5rem;
}
div[id^=block-]:has(section[id^=Employees2].Employees2) section[id^=Employees2].Employees2 .employee .contact-info__item-body p {
  color: var(--secondary);
  font-weight: var(--bw);
}

#block-breadcrumbs {
  margin: 1rem auto 0 auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  #block-breadcrumbs {
    max-width: 1400px;
    margin: 2rem auto 0 auto;
  }
}
@media (max-width: 1200px) and (min-width: 576px) {
  #block-breadcrumbs {
    padding: 0 30px;
  }
}
#block-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
}
#block-breadcrumbs ol li {
  padding-right: 0.5rem;
  font-size: 0.85rem;
  color: var(--dark);
}
@media (max-width: 767px) {
  #block-breadcrumbs ol li {
    font-size: 0.75rem;
  }
}
#block-breadcrumbs ol li:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: var(--green);
  font-size: 0.85rem;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 767px) {
  #block-breadcrumbs ol li:after {
    font-size: 0.75rem;
  }
}
#block-breadcrumbs ol li:last-child:after {
  display: none;
}

#block-ewcustom-primaernavigation {
  margin-bottom: 2rem;
  padding-left: 1rem;
  border-left: 1px solid var(--cta);
  padding: 0.5rem 0 0.5rem 1rem;
  box-shadow: -13px 0px 20px -24px rgba(0, 0, 0, 0.2), -20px 0px 20px -24px rgba(122, 122, 122, 0.168627451);
  background-color: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-ewcustom-primaernavigation {
    padding: 2rem 0.5rem 1rem 1.5rem;
  }
}
@media (max-width: 991px) {
  #block-ewcustom-primaernavigation {
    margin-top: 2rem;
  }
}
@media (max-width: 576px) {
  #block-ewcustom-primaernavigation {
    margin-left: 10px;
    border-left: 2px solid var(--cta);
    padding: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-ewcustom-primaernavigation {
    padding: 1rem;
  }
}
#block-ewcustom-primaernavigation #block-primaernavigation-menu {
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1.25rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-ewcustom-primaernavigation #block-primaernavigation-menu {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #block-ewcustom-primaernavigation #block-primaernavigation-menu {
    font-size: 1.15rem;
  }
}
@media (max-width: 576px) {
  #block-ewcustom-primaernavigation #block-primaernavigation-menu {
    font-size: 1.1rem;
  }
}
#block-ewcustom-primaernavigation ul {
  list-style-type: none;
  padding-left: 0rem;
  margin-bottom: 0;
  margin-top: 0rem;
  z-index: 99;
  position: relative;
}
@media (max-width: 576px) {
  #block-ewcustom-primaernavigation ul {
    font-size: 0.8rem;
  }
}
#block-ewcustom-primaernavigation ul li {
  z-index: 99;
  position: relative;
  padding-bottom: 5px;
}
#block-ewcustom-primaernavigation ul li a {
  font-weight: 300;
  font-family: "Catamaran", sans-serif;
  letter-spacing: 0;
  color: var(--primary);
  font-size: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-ewcustom-primaernavigation ul li a {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  #block-ewcustom-primaernavigation ul li a {
    font-size: 0.9rem;
  }
}
#block-ewcustom-primaernavigation ul li a {
  transition: 0.2s all ease-in-out;
}
#block-ewcustom-primaernavigation ul li a.is-active {
  color: var(--cta);
  padding-left: 0;
  font-weight: 700;
}
#block-ewcustom-primaernavigation ul li a:hover, #block-ewcustom-primaernavigation ul li a:focus {
  text-decoration: none;
  color: rgba(62, 64, 63, 0.4784313725);
}
#block-ewcustom-primaernavigation ul li a.is-active {
  font-weight: 700;
  color: var(--cta);
}
#block-ewcustom-primaernavigation ul li a.is-active::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: #222;
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: 100;
}
#block-ewcustom-primaernavigation ul ul {
  border-left: none;
  margin-top: 0rem;
  padding-left: 2rem;
  font-size: 0.9rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-ewcustom-primaernavigation ul ul {
    font-size: 0.85rem;
  }
}
@media (max-width: 576px) {
  #block-ewcustom-primaernavigation ul ul {
    font-size: 0.85rem;
  }
}
#block-ewcustom-primaernavigation ul ul li a {
  text-transform: none !important;
}
@media (max-width: 767px) {
  #block-ewcustom-primaernavigation {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}

#block-ewcustom-slider7 {
  z-index: 1;
  position: relative;
}

.Slider7rev4-655c7723c6e2e {
  padding: 0 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .Slider7rev4-655c7723c6e2e {
    padding: 0 0;
  }
}
.Slider7rev4-655c7723c6e2e .gallery__header {
  padding-top: 0;
  padding-bottom: 0px;
}
.Slider7rev4-655c7723c6e2e .gallery__footer {
  display: none;
}
.Slider7rev4-655c7723c6e2e .gallery__main {
  z-index: 95;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
}
@media (max-width: 1920px) {
  .Slider7rev4-655c7723c6e2e .gallery__main {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .Slider7rev4-655c7723c6e2e .gallery__main {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Slider7rev4-655c7723c6e2e .gallery__main {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .Slider7rev4-655c7723c6e2e .gallery__main {
    padding: 0;
  }
}
.Slider7rev4-655c7723c6e2e .gallery__header {
  display: none;
}
.Slider7rev4-655c7723c6e2e .slide__visual {
  margin: 0 !important;
}
.Slider7rev4-655c7723c6e2e .gallery__arrow--prev {
  left: -3rem;
}
@media (max-width: 1200px) and (min-width: 991x) {
  .Slider7rev4-655c7723c6e2e .gallery__arrow--prev {
    left: -2rem;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .Slider7rev4-655c7723c6e2e .gallery__arrow--prev {
    left: -1.5rem;
  }
}
@media (max-width: 576px) {
  .Slider7rev4-655c7723c6e2e .gallery__arrow--prev {
    left: -1rem;
  }
}
.Slider7rev4-655c7723c6e2e .gallery__arrow--next {
  right: -3rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Slider7rev4-655c7723c6e2e .gallery__arrow--next {
    right: -2rem;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .Slider7rev4-655c7723c6e2e .gallery__arrow--next {
    right: -1.5rem;
  }
}
@media (max-width: 576px) {
  .Slider7rev4-655c7723c6e2e .gallery__arrow--next {
    right: -1rem;
  }
}
.Slider7rev4-655c7723c6e2e .gallery__slides-wrap {
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .Slider7rev4-655c7723c6e2e .gallery__slides-wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.Slider7rev4-655c7723c6e2e .btn-secondary {
  margin-top: 0rem;
  color: rgba(255, 255, 255, 0.6823529412);
  padding: 0;
  font-size: 1rem;
  border: none;
  box-shadow: none;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary {
    font-size: 0.87rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary {
    font-size: 0.85rem;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary {
    font-size: 0.8rem;
    margin-top: 0px;
    padding: 0;
  }
}
.Slider7rev4-655c7723c6e2e .btn-secondary:hover, .Slider7rev4-655c7723c6e2e .btn-secondary:focus, .Slider7rev4-655c7723c6e2e .btn-secondary:active {
  box-shadow: none;
  transform: none;
  border: none;
  color: rgba(255, 255, 255, 0.6823529412);
}
.Slider7rev4-655c7723c6e2e .btn-secondary:hover::after, .Slider7rev4-655c7723c6e2e .btn-secondary:focus::after, .Slider7rev4-655c7723c6e2e .btn-secondary:active::after {
  color: rgba(255, 255, 255, 0.6823529412);
}
.Slider7rev4-655c7723c6e2e .btn-secondary::after {
  color: rgba(255, 255, 255, 0.6823529412);
  font-size: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary::after {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary::after {
    font-size: 0.87rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary::after {
    font-size: 0.85rem;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .Slider7rev4-655c7723c6e2e .btn-secondary::after {
    font-size: 0.8rem;
  }
}
.Slider7rev4-655c7723c6e2e .title {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 767px) and (min-width: 576px) {
  .Slider7rev4-655c7723c6e2e.gallery .slide__content-wrap::before {
    padding-top: 340px;
  }
}
@media (max-width: 576px) {
  .Slider7rev4-655c7723c6e2e.gallery .slide__content-wrap::before {
    padding-top: 214px;
  }
}

#block-facebookandwebform2 {
  z-index: 1;
  position: relative;
}

.FacebookAndWebform2-606da877dddeb .d-md-block {
  margin-top: 1.5rem;
  margin-bottom: -5rem;
  animation: float 4s infinite ease-in-out;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .FacebookAndWebform2-606da877dddeb .d-md-block {
    margin-top: 2.5rem;
    margin-bottom: -3rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .FacebookAndWebform2-606da877dddeb .d-md-block {
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
}
@keyframes float {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner {
  margin-right: 0px;
  color: var(--dark);
}
@media (max-width: 1200px) and (min-width: 991px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__content-inner {
    margin-left: 0px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__content-inner {
    margin-left: 0px;
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__content-inner {
    margin-left: 0;
    margin-right: 0;
    min-height: 150px;
  }
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner h2,
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner .ewh2 {
  color: var(--primary);
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner h2 b,
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner h2 strong,
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner .ewh2 b,
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner .ewh2 strong {
  color: var(--primary);
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner p {
  font-weight: 300;
  color: var(--dark);
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner a:not(.btn) {
  font-size: 1rem;
  color: var(--primary);
  font-weight: 500;
}
@media (max-width: 576px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__content-inner a:not(.btn) {
    font-size: 0.95rem;
  }
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner a:not(.btn):hover {
  color: var(--cta);
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner a:not(.btn):hover .svg-inline--fa {
  color: var(--cta);
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner a:not(.btn) .svg-inline--fa {
  margin-right: 10px;
  color: var(--cta);
  font-size: 23px;
}
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner b,
.FacebookAndWebform2-606da877dddeb .iSocial__content-inner strong {
  text-transform: inherit !important;
  letter-spacing: 0px !important;
}
.FacebookAndWebform2-606da877dddeb .iSocial__visual::after {
  box-shadow: none;
}
@media (max-width: 767px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__main-inner {
    margin: 0 0 0 0;
  }
}
.FacebookAndWebform2-606da877dddeb .iSocial {
  padding: 0;
}
.FacebookAndWebform2-606da877dddeb .iSocial__main {
  padding: 0 0;
}
@media (max-width: 991px) and (min-width: 767px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__main {
    padding: 0 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__main {
    padding: 2rem 0;
  }
}
@media (max-width: 576px) {
  .FacebookAndWebform2-606da877dddeb .iSocial__main {
    padding: 2rem 0;
  }
}
@media (max-width: 767px) {
  .FacebookAndWebform2-606da877dddeb .iSocial {
    padding: 0 0;
  }
}
.FacebookAndWebform2-606da877dddeb .iSocial .phone__bezel iframe,
.FacebookAndWebform2-606da877dddeb .iSocial .phone__bezel,
.FacebookAndWebform2-606da877dddeb .iSocial .phone__frame--black {
  max-width: 22rem;
}
.FacebookAndWebform2-606da877dddeb .iSocial__main .container-xl {
  max-width: 1400px;
}

.Reviews2-66bf1a1b9e93d .slide__bottom.rating-pos--right {
  justify-content: center;
}
.Reviews2-66bf1a1b9e93d .col-12 {
  padding: 0 15px;
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .col-12 {
    padding: 0 10px;
  }
}
.Reviews2-66bf1a1b9e93d {
  z-index: 1;
  margin: 0rem 0;
}
@media (max-width: 991px) and (min-width: 576px) {
  .Reviews2-66bf1a1b9e93d {
    margin: 0 0;
  }
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d {
    margin: 0 0;
  }
}
@media (min-width: 1200px) {
  .Reviews2-66bf1a1b9e93d .reviews__header-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.Reviews2-66bf1a1b9e93d .slide__visual {
  display: none;
}
.Reviews2-66bf1a1b9e93d .header__head {
  margin-bottom: 0.5rem;
}
.Reviews2-66bf1a1b9e93d .container-xl {
  padding: 5rem 0 2rem 0;
}
@media (max-width: 991px) and (min-width: 767px) {
  .Reviews2-66bf1a1b9e93d .container-xl {
    padding: 3rem 0 2rem 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Reviews2-66bf1a1b9e93d .container-xl {
    padding: 2rem 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .container-xl {
    padding: 2rem 15px 1rem 15px !important;
  }
}
@media (min-width: 1700px) {
  .Reviews2-66bf1a1b9e93d .container,
  .Reviews2-66bf1a1b9e93d .container-lg,
  .Reviews2-66bf1a1b9e93d .container-md,
  .Reviews2-66bf1a1b9e93d .container-sm,
  .Reviews2-66bf1a1b9e93d .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 1700px) and (min-width: 1500px) {
  .Reviews2-66bf1a1b9e93d .container,
  .Reviews2-66bf1a1b9e93d .container-lg,
  .Reviews2-66bf1a1b9e93d .container-md,
  .Reviews2-66bf1a1b9e93d .container-sm,
  .Reviews2-66bf1a1b9e93d .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .Reviews2-66bf1a1b9e93d .container,
  .Reviews2-66bf1a1b9e93d .container-lg,
  .Reviews2-66bf1a1b9e93d .container-md,
  .Reviews2-66bf1a1b9e93d .container-sm,
  .Reviews2-66bf1a1b9e93d .container-xl {
    max-width: 1400px;
  }
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .container,
  .Reviews2-66bf1a1b9e93d .container-lg,
  .Reviews2-66bf1a1b9e93d .container-md,
  .Reviews2-66bf1a1b9e93d .container-sm,
  .Reviews2-66bf1a1b9e93d .container-xl {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.Reviews2-66bf1a1b9e93d p:has(.btn-cta) {
  text-align: right;
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d p:has(.btn-cta) {
    text-align: left;
  }
}
.Reviews2-66bf1a1b9e93d .header__head {
  text-align: left;
  color: var(--dark);
}
.Reviews2-66bf1a1b9e93d .header__head h2,
.Reviews2-66bf1a1b9e93d .header__head .ewh2 {
  text-align: left;
}
.Reviews2-66bf1a1b9e93d .header__ratings {
  display: none;
}
.Reviews2-66bf1a1b9e93d .slide__copy-show {
  color: var(--dark);
}
.Reviews2-66bf1a1b9e93d .slide__copy-show:hover {
  color: var(--dark);
}
.Reviews2-66bf1a1b9e93d .reviews {
  text-align: left;
}
.Reviews2-66bf1a1b9e93d .reviews h2,
.Reviews2-66bf1a1b9e93d .reviews .ewh2 {
  text-align: left;
}
.Reviews2-66bf1a1b9e93d .reviews .tag {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--primary);
  font-family: "Catamaran", sans-serif;
}
@media (max-width: 767px) {
  .Reviews2-66bf1a1b9e93d .reviews .header__head {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .reviews .header__head {
    padding: 0 15px;
  }
}
.Reviews2-66bf1a1b9e93d .reviews .header--on-the-line {
  flex-direction: column;
}
.Reviews2-66bf1a1b9e93d .reviews .col-12 {
  z-index: 95;
}
.Reviews2-66bf1a1b9e93d .reviews__main {
  background-color: transparent;
  padding: 0 0;
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .reviews__main {
    padding: 0rem 0;
  }
}
@media (max-width: 991px) {
  .Reviews2-66bf1a1b9e93d .reviews__slides-wrap {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.Reviews2-66bf1a1b9e93d .slide-inner {
  padding: 1rem 0 0 0;
  margin-top: 0;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .Reviews2-66bf1a1b9e93d .slide-inner {
    padding: 1rem 1rem 0 1rem;
  }
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .slide-inner {
    padding: 1rem 1rem 0 1rem;
  }
}
.Reviews2-66bf1a1b9e93d .slide__byline {
  margin-bottom: 0.5rem;
}
.Reviews2-66bf1a1b9e93d .slide__byline .name {
  font-size: 1.1rem;
  color: var(--primary);
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
}
.Reviews2-66bf1a1b9e93d .slide__copy {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
.Reviews2-66bf1a1b9e93d .slide__rating {
  font-size: 1.15rem;
  margin-bottom: 0rem;
}
.Reviews2-66bf1a1b9e93d .reviews__content {
  padding: 0 0;
  margin: 0 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .Reviews2-66bf1a1b9e93d .reviews__content {
    padding: 0 0;
  }
}
@media (max-width: 576px) {
  .Reviews2-66bf1a1b9e93d .reviews__content {
    padding: 0 0 0;
  }
}
.Reviews2-66bf1a1b9e93d .slide__copy-inner {
  display: block !important;
}

.Reviews1-66154276716f9 {
  margin: 0 0 2rem 0;
  background-color: transparent;
}
@media (max-width: 576px) {
  .Reviews1-66154276716f9 {
    margin: 0;
  }
}
.Reviews1-66154276716f9 {
  /* .container {
      max-width: 100%;
  }*/
}
.Reviews1-66154276716f9 .slick-track {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Reviews1-66154276716f9 .col-lg-3 {
  display: none;
}
.Reviews1-66154276716f9 .col-lg-9 {
  flex: 0 0 100%;
  max-width: 100%;
}
.Reviews1-66154276716f9 .entry-customers .logos {
  padding: 0rem 0rem;
}
.Reviews1-66154276716f9 .entry-customers .logos__logo-inner {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.Reviews1-66154276716f9 .entry-customers .logos__logo-inner img {
  opacity: 1;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 1200px) and (min-width: 767px) {
  .Reviews1-66154276716f9 .entry-customers .logos__logo-inner img {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Reviews1-66154276716f9 .entry-customers .logos__logo-inner img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .Reviews1-66154276716f9 .entry-customers .logos__logo-inner img {
    max-width: 100%;
  }
}

.Section4rev2-66fd472a16583 {
  margin: 0 0 4rem 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .Section4rev2-66fd472a16583 {
    margin: 0 0 2rem 0;
  }
}
@media (max-width: 576px) {
  .Section4rev2-66fd472a16583 {
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1200px) {
  .Section4rev2-66fd472a16583 .container-fluid {
    max-width: 1400px;
  }
}
.Section4rev2-66fd472a16583 .col-lg-4 {
  padding: 13px;
}
.Section4rev2-66fd472a16583 .media img {
  max-width: 100%;
  height: 370px;
  margin-top: 0rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) and (min-width: 576px) {
  .Section4rev2-66fd472a16583 .media img {
    height: 20rem;
  }
}
@media (max-width: 576px) {
  .Section4rev2-66fd472a16583 .media img {
    height: unset;
  }
}
.Section4rev2-66fd472a16583 .project-name {
  font-weight: 400;
  font-family: "Catamaran", sans-serif;
}
@media (max-width: 767px) and (min-width: 576px) {
  .Section4rev2-66fd472a16583 .col-lg-4:nth-child(6),
  .Section4rev2-66fd472a16583 .col-lg-4:nth-child(5) {
    display: none;
  }
}
@media (max-width: 576px) {
  .Section4rev2-66fd472a16583 .col-lg-4:nth-child(6),
  .Section4rev2-66fd472a16583 .col-lg-4:nth-child(5),
  .Section4rev2-66fd472a16583 .col-lg-4:nth-child(4),
  .Section4rev2-66fd472a16583 .col-lg-4:nth-child(3) {
    display: none;
  }
}

/*.loading-screen {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--cta);
    z-index: 9999;
    transform-origin: bottom;
    animation:
        fillUp 0.4s forwards,
        reveal 1s 1s forwards;

    @keyframes fillUp {
        from {
            transform: scaleY(0);
        }
        to {
            transform: scaleY(1);
        }
    }

    @keyframes reveal {
        from {
            transform: translateY(0%);
        }
        to {
            transform: translateY(-100%);
        }
    }
}*/
.cmplz-obfuscate span {
  display: none;
}

#cmplz-manage-consent-container {
  display: none;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary {
  display: block;
  cursor: pointer;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker {
  display: none;
  content: "";
}

.cmplz-alert {
  display: none;
  padding: 7px;
  color: white;
  margin: 10px 0;
}

.cmplz-alert.cmplz-error {
  background-color: #f44336;
}

.cmplz-alert.cmplz-success {
  background-color: green;
}

.cmplz-close {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.cmplz-close:hover {
  color: black;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
  display: inline-block;
  width: calc(50% - 35px);
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
  #cmplz-document .cmplz-dropdown .cmplz-service-description,
  #cmplz-document .cmplz-dropdown .cmplz-sharing-data,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
    width: 100%;
  }
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
  display: block;
  cursor: pointer;
}

#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker {
  display: none;
  content: "";
}

#cmplz-cookies-overview .cmplz-dropdown summary div,
#cmplz-document .cmplz-dropdown summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div {
  display: grid;
  grid-template: "heading chevron";
  grid-template-columns: 2fr 25px;
  grid-gap: 15px;
  align-items: center;
}

#cmplz-cookies-overview .cmplz-dropdown summary div h3,
#cmplz-document .cmplz-dropdown summary div h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
  grid-area: heading;
  margin: 0;
}

#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after {
  grid-area: chevron;
}

#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category=functional],
#cmplz-document .cmplz-dropdown summary div input[data-category=functional],
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category=functional] {
  visibility: hidden;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary {
  display: block;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
  grid-template: "heading paragraph label checkbox chevron";
  grid-template-columns: 2fr auto 0 auto 25px;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
  grid-area: paragraph;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
  display: grid;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template: "purpose purpose purpose" "header1 header2 header3" auto;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-area: purpose;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header {
    grid-area: header1;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header {
    grid-area: header2;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
    grid-area: header3;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    grid-template-columns: 100px 1fr;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-column: span 2;
  }
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories {
  margin-top: 10px;
  display: block;
  width: 100%;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background-color: rgba(239, 239, 239, 0.25);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker {
  display: none;
  content: "";
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker {
  display: none;
  content: "";
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
  padding: 10px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 5px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  display: grid;
  grid-template-columns: 1fr auto 25px;
  grid-template-rows: auto;
  align-items: center;
  grid-gap: 10px;
  padding: 5px 10px;
  background-color: rgba(239, 239, 239, 0.5);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section {
  padding: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2 {
  grid-column-start: 1;
  width: 100%;
  justify-self: start;
  font-size: 18px;
  text-align: left;
  margin-top: 8px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 0;
  margin-bottom: 0;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before {
  height: 0;
  margin: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: var(--cmplz_category_header_active_font_size);
  color: var(--cmplz_category_header_always_active_color);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input {
  display: none;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
  display: flex;
  align-items: center;
  margin: 0;
  padding: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] {
  padding-bottom: 1px;
}

.postbox #cmplz-document {
  margin: auto auto;
}

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
  font-size: 14px;
  margin-top: 0;
  max-width: 800px;
  text-justify: inter-word;
}

#cmplz-document input::-moz-focus-inner,
#cmplz-document button::-moz-focus-inner,
.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,
.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode a {
  text-decoration: underline;
}

#cmplz-document a[target=_blank]::after,
.editor-styles-wrapper .cmplz-unlinked-mode a[target=_blank]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

#cmplz-document a:focus,
.editor-styles-wrapper .cmplz-unlinked-mode a:focus {
  border: 1px solid black;
  padding: 2px;
}

#cmplz-document #cmplz-dnsmpd-form label,
.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label {
  margin-right: 20px;
  min-width: 100px;
  display: inline-block;
}

#cmplz-document h2,
#cmplz-document h3,
.editor-styles-wrapper .cmplz-unlinked-mode h2,
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
  text-transform: initial;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#cmplz-document.impressum h2,
#cmplz-document.impressum h3,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3 {
  border-bottom: 0;
  font-size: 1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#cmplz-document.impressum p,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum p {
  margin-bottom: 7px;
}

#cmplz-document h4,
.editor-styles-wrapper .cmplz-unlinked-mode h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-document h5,
.editor-styles-wrapper .cmplz-unlinked-mode h5 {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-document h3.annex,
#cmplz-document h4.annex,
.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,
.editor-styles-wrapper .cmplz-unlinked-mode h4.annex {
  font-weight: bold;
}

#cmplz-document span h3,
.editor-styles-wrapper .cmplz-unlinked-mode span h3 {
  font-size: 14px;
  border-bottom: 0;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p,
.editor-styles-wrapper .cmplz-unlinked-mode li,
.editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 14px;
  margin-top: 0;
}

#cmplz-document ol.alphabetic,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic {
  counter-reset: list;
  list-style-type: none;
}

#cmplz-document ol.alphabetic li:before,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before {
  font-weight: bold;
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 15px;
}

#cmplz-document ol.alphabetic ol,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol {
  counter-reset: list;
  list-style-type: none;
}

#cmplz-document ol.alphabetic ol li:before,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before {
  font-weight: bold;
  content: counter(list, decimal) ") ";
  counter-increment: list;
}

#cmplz-document .cmplz-subtitle,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
  font-weight: bold;
  margin-top: 25px;
}

#cmplz-document .cmplz-indent,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent {
  margin-left: 36px;
}

#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
  background-color: rgba(239, 239, 239, 0.25);
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown a,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
  font-size: 14px;
  margin-top: 0;
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown ul,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown ul,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
  padding: 0 15px;
}

#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,
#cmplz-document .cmplz-dropdown p.legal-obligations-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description {
  padding-bottom: 15px;
}

#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker {
  display: none;
  content: "";
}

#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker {
  display: none;
  content: "";
}

#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
  display: block;
  background-color: oklch(from var(--secondary) calc(l * 1.1) calc(c * 0.5) h);
  border-bottom: 1px solid var(--border-color);
  margin: 0;
  padding: 8px 10px;
  align-items: center;
  justify-items: stretch;
}

#cmplz-cookies-overview .cmplz-dropdown summary h3,
#cmplz-document .cmplz-dropdown summary h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3 {
  padding: 0 5px;
  border-bottom: 0;
  font-size: 18px;
  border-bottom: 0;
}

#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p {
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 0;
}

#cmplz-cookies-overview .cmplz-dropdown[open],
#cmplz-document .cmplz-dropdown[open],
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] {
  padding-bottom: 1px;
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
  font-size: 15px;
  margin: 5px 0;
}

#cmplz-cookies-overview .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown h5,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5 {
  margin: 0;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
  padding: 0 15px 15px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
  border: 1px solid #dadada;
  grid-gap: 1px;
  background-color: #dadada;
  margin-bottom: 10px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
  background-color: white;
  padding: 15px;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header {
    background-color: #f7f7f7;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header {
    background-color: #f7f7f7;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header {
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose h5,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5 {
    line-height: 1.8;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7) {
    background-color: #f7f7f7;
  }
}
.cmplz-obfuscate span {
  display: none;
}

#cmplz-manage-consent-container {
  display: none;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary {
  display: block;
  cursor: pointer;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::-webkit-details-marker,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories summary::marker {
  display: none;
  content: "";
}

.cmplz-alert {
  display: none;
  padding: 7px;
  color: white;
  margin: 10px 0;
}

.cmplz-alert.cmplz-error {
  background-color: #f44336;
}

.cmplz-alert.cmplz-success {
  background-color: green;
}

.cmplz-close {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.cmplz-close:hover {
  color: black;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
  display: inline-block;
  width: calc(50% - 35px);
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
  #cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
  #cmplz-document .cmplz-dropdown .cmplz-service-description,
  #cmplz-document .cmplz-dropdown .cmplz-sharing-data,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
    width: 100%;
  }
}
#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
  display: block;
  cursor: pointer;
}

#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker {
  display: none;
  content: "";
}

#cmplz-cookies-overview .cmplz-dropdown summary div,
#cmplz-document .cmplz-dropdown summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div {
  display: grid;
  grid-template: "heading chevron";
  grid-template-columns: 2fr 25px;
  grid-gap: 15px;
  align-items: center;
}

#cmplz-cookies-overview .cmplz-dropdown summary div h3,
#cmplz-document .cmplz-dropdown summary div h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
  grid-area: heading;
  margin: 0;
}

#cmplz-cookies-overview .cmplz-dropdown summary div:after,
#cmplz-document .cmplz-dropdown summary div:after,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div:after {
  grid-area: chevron;
}

#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category=functional],
#cmplz-document .cmplz-dropdown summary div input[data-category=functional],
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category=functional] {
  visibility: hidden;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary {
  display: block;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div {
  grid-template: "heading paragraph label checkbox chevron";
  grid-template-columns: 2fr auto 0 auto 25px;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
  grid-area: paragraph;
}

#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
#cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
  display: grid;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template: "purpose purpose purpose" "header1 header2 header3" auto;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-area: purpose;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .name-header {
    grid-area: header1;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .retention-header {
    grid-area: header2;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .function-header {
    grid-area: header3;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose {
    grid-template-columns: 100px 1fr;
  }
  #cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy .cookies-per-purpose .purpose {
    grid-column: span 2;
  }
}
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories {
  margin-top: 10px;
  display: block;
  width: 100%;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category {
  background-color: #f7f7f7;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::marker {
  display: none;
  content: "";
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category summary::-webkit-details-marker {
  display: none;
  content: "";
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-description {
  padding: 10px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category:not(:last-child) {
  margin-bottom: 0px;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
  display: grid;
  grid-template-columns: 1fr auto 25px;
  grid-template-rows: auto;
  align-items: center;
  grid-gap: 10px;
  padding: 8px 10px;
  background-color: oklch(from var(--secondary) calc(l * 1.1) calc(c * 0.5) h);
  border-bottom: 1px solid var(--border-color);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header section {
  padding: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2 {
  grid-column-start: 1;
  width: 100%;
  justify-self: start;
  font-size: 18px;
  text-align: left;
  margin-top: 8px;
  text-transform: initial;
  padding-bottom: 10px;
  border-bottom: 0;
  margin-bottom: 0;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header h2:before {
  height: 0;
  margin: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
  font-size: var(--cmplz_category_header_active_font_size);
  color: var(--cmplz_category_header_always_active_color);
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active label,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active input {
  display: none;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-banner-checkbox {
  display: flex;
  align-items: center;
  margin: 0;
  padding: initial;
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category[open] {
  padding-bottom: 1px;
}

.postbox #cmplz-document {
  margin: auto auto;
}

#cmplz-document,
.editor-styles-wrapper .cmplz-unlinked-mode {
  font-size: 14px;
  margin-top: 0;
  max-width: 800px;
  text-justify: inter-word;
}

#cmplz-document input::-moz-focus-inner,
#cmplz-document button::-moz-focus-inner,
.editor-styles-wrapper .cmplz-unlinked-mode input::-moz-focus-inner,
.editor-styles-wrapper .cmplz-unlinked-mode button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#cmplz-document a,
.editor-styles-wrapper .cmplz-unlinked-mode a {
  text-decoration: underline;
}

#cmplz-document a[target=_blank]::after,
.editor-styles-wrapper .cmplz-unlinked-mode a[target=_blank]::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

#cmplz-document a:focus,
.editor-styles-wrapper .cmplz-unlinked-mode a:focus {
  border: 1px solid black;
  padding: 2px;
}

#cmplz-document #cmplz-dnsmpd-form label,
.editor-styles-wrapper .cmplz-unlinked-mode #cmplz-dnsmpd-form label {
  margin-right: 20px;
  min-width: 100px;
  display: inline-block;
}

#cmplz-document h2,
#cmplz-document h3,
.editor-styles-wrapper .cmplz-unlinked-mode h2,
.editor-styles-wrapper .cmplz-unlinked-mode h3 {
  font-size: 22px;
  text-align: left;
  margin-top: 15px;
  text-transform: initial;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#cmplz-document.impressum h2,
#cmplz-document.impressum h3,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum h2,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum h3 {
  border-bottom: 0;
  font-size: 1em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#cmplz-document.impressum p,
.editor-styles-wrapper .cmplz-unlinked-mode.impressum p {
  margin-bottom: 7px;
}

#cmplz-document h4,
.editor-styles-wrapper .cmplz-unlinked-mode h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-document h5,
.editor-styles-wrapper .cmplz-unlinked-mode h5 {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-document h3.annex,
#cmplz-document h4.annex,
.editor-styles-wrapper .cmplz-unlinked-mode h3.annex,
.editor-styles-wrapper .cmplz-unlinked-mode h4.annex {
  font-weight: bold;
}

#cmplz-document span h3,
.editor-styles-wrapper .cmplz-unlinked-mode span h3 {
  font-size: 14px;
  border-bottom: 0;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
.editor-styles-wrapper .cmplz-unlinked-mode p,
.editor-styles-wrapper .cmplz-unlinked-mode li,
.editor-styles-wrapper .cmplz-unlinked-mode td {
  font-size: 14px;
  margin-top: 0;
}

#cmplz-document ol.alphabetic,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic {
  counter-reset: list;
  list-style-type: none;
}

#cmplz-document ol.alphabetic li:before,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic li:before {
  font-weight: bold;
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
}

#cmplz-document ul,
.editor-styles-wrapper .cmplz-unlinked-mode ul {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 15px;
}

#cmplz-document ol.alphabetic ol,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol {
  counter-reset: list;
  list-style-type: none;
}

#cmplz-document ol.alphabetic ol li:before,
.editor-styles-wrapper .cmplz-unlinked-mode ol.alphabetic ol li:before {
  font-weight: bold;
  content: counter(list, decimal) ") ";
  counter-increment: list;
}

#cmplz-document .cmplz-subtitle,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-subtitle {
  font-weight: bold;
  margin-top: 25px;
}

#cmplz-document .cmplz-indent,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-indent {
  margin-left: 36px;
}

#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
  background-color: rgba(239, 239, 239, 0.25);
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
  font-size: 18px;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 5px;
  text-transform: initial;
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown a,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown a,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown a {
  font-size: 14px;
  margin-top: 0;
}

#cmplz-cookies-overview .cmplz-dropdown p,
#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-cookies-overview .cmplz-dropdown ul,
#cmplz-document .cmplz-dropdown p,
#cmplz-document .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown ul,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown ul {
  padding: 0 15px;
}

#cmplz-cookies-overview .cmplz-dropdown p.legal-obligations-description,
#cmplz-document .cmplz-dropdown p.legal-obligations-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown p.legal-obligations-description {
  padding-bottom: 15px;
}

#cmplz-cookies-overview .cmplz-dropdown summary::marker,
#cmplz-document .cmplz-dropdown summary::marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::marker {
  display: none;
  content: "";
}

#cmplz-cookies-overview .cmplz-dropdown summary::-webkit-details-marker,
#cmplz-document .cmplz-dropdown summary::-webkit-details-marker,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary::-webkit-details-marker {
  display: none;
  content: "";
}

#cmplz-cookies-overview .cmplz-dropdown summary,
#cmplz-document .cmplz-dropdown summary,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
  display: block;
  margin: 0;
  padding: 8px 10px;
  align-items: center;
  justify-items: stretch;
}

#cmplz-cookies-overview .cmplz-dropdown summary h3,
#cmplz-document .cmplz-dropdown summary h3,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary h3 {
  padding: 0 5px;
  border-bottom: 0;
  font-size: 18px;
  border-bottom: 0;
}

#cmplz-cookies-overview .cmplz-dropdown summary p,
#cmplz-document .cmplz-dropdown summary p,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary p {
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-bottom: 0;
}

#cmplz-cookies-overview .cmplz-dropdown[open],
#cmplz-document .cmplz-dropdown[open],
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown[open] {
  padding-bottom: 1px;
}

#cmplz-cookies-overview .cmplz-dropdown h4,
#cmplz-document .cmplz-dropdown h4,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h4 {
  font-size: 15px;
  margin: 5px 0;
}

#cmplz-cookies-overview .cmplz-dropdown h5,
#cmplz-document .cmplz-dropdown h5,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown h5 {
  margin: 0;
}

#cmplz-cookies-overview .cmplz-dropdown .cmplz-service-description,
#cmplz-cookies-overview .cmplz-dropdown .cmplz-sharing-data,
#cmplz-document .cmplz-dropdown .cmplz-service-description,
#cmplz-document .cmplz-dropdown .cmplz-sharing-data,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-service-description,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cmplz-sharing-data {
  padding: 0 15px 15px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose,
#cmplz-document .cmplz-dropdown .cookies-per-purpose,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
  border: 1px solid #dadada;
  grid-gap: 1px;
  background-color: #dadada;
  margin-bottom: 10px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div,
#cmplz-document .cmplz-dropdown .cookies-per-purpose div,
.editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
  background-color: white;
  padding: 15px;
}

@media only screen and (min-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header {
    background-color: #f7f7f7;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header {
    background-color: #f7f7f7;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header {
    background-color: #f7f7f7;
  }
}
@media only screen and (max-width: 600px) {
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose h5,
  #cmplz-document .cmplz-dropdown .cookies-per-purpose h5,
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose h5 {
    line-height: 1.8;
  }
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  #cmplz-document .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+2),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+3),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+4),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+5),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+6),
  .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div:nth-child(12n+7) {
    background-color: #f7f7f7;
  }
}/*# sourceMappingURL=custom.css.map */