@charset "UTF-8";
:root {
  /*custom colors out of mixings main colors*/
  --primary-opacity-light: color-mix(in srgb, var(--primary) 30%, transparent);
  --primary-opacity-dark: color-mix(in srgb, var(--primary) 60%, transparent);
  --cta-opacity-light: color-mix(in srgb, var(--cta) 30%, transparent);
  --cta-opacity-dark: color-mix(in srgb, var(--cta) 60%, transparent);
}

body {
  /*p, titel and body text*/
  /*Bootstrap titles og ew titles classes*/
  /*We don't use this one much, but still style them so they look like h3 just smaller og different color so it's ready,'
  but hold yourself to use one h1, h2, h3 UNLESS NECCESARY*/
  /*Two imports - DO NOT DELETE*/
  /* Global CSS */
  /*classes*/
  /*classes*/
  /*img with link*/
  /*PDF ikoner links*/
  /*cta links*/
  /*exception og ind8*/
  /*Normal links*/
  /*webformular button*/
  /*IND8s imports til alle ind8 blocks*/
}
body .title {
  font-family: "Montserrat";
}
body p,
body .bodyText,
body li,
body input,
body textarea {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.87rem;
}
@media (min-width: 576px) {
  body p,
  body .bodyText,
  body li,
  body input,
  body textarea {
    font-size: 0.9rem;
  }
}
@media (min-width: 767px) {
  body p,
  body .bodyText,
  body li,
  body input,
  body textarea {
    font-size: 1rem;
  }
}
body p .btn:nth-child(2),
body .bodyText .btn:nth-child(2),
body li .btn:nth-child(2),
body input .btn:nth-child(2),
body textarea .btn:nth-child(2) {
  margin-left: 1rem;
}
@media (max-width: 576px) {
  body p .btn:nth-child(2),
  body .bodyText .btn:nth-child(2),
  body li .btn:nth-child(2),
  body input .btn:nth-child(2),
  body textarea .btn:nth-child(2) {
    margin-left: 0.5rem;
  }
}
body p:empty:before,
body .bodyText:empty:before,
body li:empty:before,
body input:empty:before,
body textarea:empty:before {
  content: " ";
  white-space: pre;
}
body b,
body strong {
  color: var(--dark);
  font-weight: 700;
}
body .white_text {
  color: #fff;
}
body .white_text b,
body .white_text strong {
  color: #fff;
}
body h1,
body .ewh1,
body #ew-title-1 h1 {
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-family: "Montserrat";
}
@media (min-width: 576px) {
  body h1,
  body .ewh1,
  body #ew-title-1 h1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  body h1,
  body .ewh1,
  body #ew-title-1 h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  body h1,
  body .ewh1,
  body #ew-title-1 h1 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  body h1,
  body .ewh1,
  body #ew-title-1 h1 {
    font-size: 2.3rem;
  }
}
body h1 b,
body h1 strong,
body .ewh1 b,
body .ewh1 strong,
body #ew-title-1 h1 b,
body #ew-title-1 h1 strong {
  font-weight: 700;
  color: var(--primary);
}
body h2,
body .ewh2 {
  color: var(--primary);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Montserrat";
}
@media (min-width: 576px) {
  body h2,
  body .ewh2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  body h2,
  body .ewh2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  body h2,
  body .ewh2 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  body h2,
  body .ewh2 {
    font-size: 1.9rem;
  }
}
body h2 b,
body h2 strong,
body .ewh2 b,
body .ewh2 strong {
  font-weight: 700;
  color: var(--primary);
}
body h3,
body .ewh3 {
  color: var(--primary);
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.15rem;
  font-family: "Roboto";
}
@media (min-width: 576px) {
  body h3,
  body .ewh3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  body h3,
  body .ewh3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  body h3,
  body .ewh3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  body h3,
  body .ewh3 {
    font-size: 1.5rem;
  }
}
body h3 b,
body h3 strong,
body .ewh3 b,
body .ewh3 strong {
  font-weight: 700;
  color: var(--primary);
}
body h4,
body .ewh4,
body h5,
body .ewh5,
body h6,
body .ewh6 {
  color: var(--cta);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "Roboto";
}
@media (min-width: 576px) {
  body h4,
  body .ewh4,
  body h5,
  body .ewh5,
  body h6,
  body .ewh6 {
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  body h4,
  body .ewh4,
  body h5,
  body .ewh5,
  body h6,
  body .ewh6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  body h4,
  body .ewh4,
  body h5,
  body .ewh5,
  body h6,
  body .ewh6 {
    font-size: 1.15rem;
  }
}
@media (min-width: 1200px) {
  body h4,
  body .ewh4,
  body h5,
  body .ewh5,
  body h6,
  body .ewh6 {
    font-size: 1.2rem;
  }
}
body h4 b,
body h4 strong,
body .ewh4 b,
body .ewh4 strong,
body h5 b,
body h5 strong,
body .ewh5 b,
body .ewh5 strong,
body h6 b,
body h6 strong,
body .ewh6 b,
body .ewh6 strong {
  font-weight: 700;
  color: var(--cta);
}
body ul {
  font-weight: 400;
  list-style: disc; /* HVIS DU GERNE HAR EN ANDET FIGURE end en cirkle - skift disc til none og bruge kode under li som ::before*/
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  body ul {
    font-size: 1rem;
  }
}
body ul li {
  font-size: 0.9rem;
  font-weight: 400;
  /* HVIS DU GERNE HAR EN ANDET FIGURE end en cirkle - brug fontawesome ikoner og denne kode
  &::before {
      content: "\f3c5";
      font-family: "Font Awesome 6 Pro";
      margin-right: 0.5rem;
      font-weight: 600;
      font-size: 1.1rem;
      color: var(--cta);
      @media (max-width: 576px) {
          font-size: 0.95rem;
      }
  }
  */
}
@media (min-width: 576px) {
  body ul li {
    font-size: 1rem;
  }
}
body ul li::marker {
  color: var(--cta);
}
body ol {
  font-weight: 400;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  body ol {
    font-size: 1rem;
  }
}
body ol li {
  font-size: 0.9rem;
  font-weight: 400;
}
@media (min-width: 576px) {
  body ol li {
    font-size: 1rem;
  }
}
body ol li::marker {
  color: var(--cta);
}
body hr {
  border-top: 1px solid var(--cta);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  margin-left: 0;
}
body table {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  body table {
    width: 100%;
  }
}
body table thead {
  margin-top: 1rem;
}
body table thead th {
  vertical-align: bottom;
  border-bottom: none;
  text-transform: uppercase;
  color: var(--cta);
  font-weight: 600;
  font-size: 1.1rem;
  border-top: none;
}
@media (max-width: 767px) {
  body table thead th {
    font-size: 1rem;
  }
}
body table thead th:last-child {
  text-align: right;
}
body table tbody tr {
  border-bottom: none;
}
body table tbody tr td:nth-child(1),
body table tbody tr th:nth-child(1) {
  width: auto;
}
body table tbody tr td:nth-child(2),
body table tbody tr th:nth-child(2) {
  width: auto;
}
body table tbody tr td:last-child {
  font-weight: 600;
  color: var(--primary);
  text-align: right;
  min-width: 100px;
}
body table tbody tr td:nth-child(3),
body table tbody tr th:nth-child(3) {
  width: auto;
}
body table tbody tr td:nth-child(3) {
  font-weight: 400;
  color: var(--dark);
}
body table td,
body table th {
  padding: 0.4rem !important;
  border-bottom: none;
  border-top: none;
  font-family: "Roboto";
  font-weight: 400;
}
@media (max-width: 767px) and (min-width: 576px) {
  body table td,
  body table th {
    font-size: 0.95rem;
  }
}
@media (max-width: 576px) {
  body table td,
  body table th {
    font-size: 0.8rem;
  }
}
body table b,
body table strong {
  color: var(--cta);
  font-weight: 700;
  letter-spacing: 0px;
  font-size: 1.1rem;
  text-align: right;
}
@media (max-width: 576px) {
  body table b,
  body table strong {
    font-size: 0.9rem;
  }
}
body table td {
  width: auto;
  color: var(--dark);
}
body table em {
  font-weight: 400;
}
body table-sm td,
body table-sm th {
  padding: 0.5rem;
}
@media (max-width: 767px) {
  body table-sm td,
  body table-sm th {
    font-size: 0.85rem;
  }
}
body .accordion {
  margin-bottom: 0.1rem;
}
body .accordion-content {
  padding-left: 10px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  body .accordion-content {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  body .accordion-content {
    font-size: 0.9rem;
    padding-left: 0;
    padding-top: 0;
  }
}
body .accordion-menu {
  /* if you want bold/colored label when open */
}
body .accordion-menu .accordion-buttons {
  padding: 10px 10px 5px 0;
  border: none;
  /* here you can decorate with border color, and a round padding, and border radious */
}
body .accordion-menu .btn-link {
  width: 100%;
  text-align: left;
  font-weight: 400;
  padding: 0 1rem 7px 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: var(--dark);
  font-family: "Montserrat";
  font-size: 1.2rem;
  transition: color 0.3s ease-in;
  position: relative; /* so icons can be absolutely placed */
  padding-right: 2rem; /* space for the icon */
  /* ICONS: plus on ::after, minus on ::before (crossfade) */
  /* closed state icon (plus) */
  /* open state icon (minus), initially hidden */
  /* OPEN STATE — driven by aria-expanded (or .not(.collapsed) if you prefer) */
  /* optional alt: use :not(.collapsed) Bootstrap class
  &.not(.collapsed) { ...same rules as above... } */
}
@media (max-width: 1200px) and (min-width: 576px) {
  body .accordion-menu .btn-link {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body .accordion-menu .btn-link {
    font-size: 0.95rem;
    padding: 0 1rem 5px 0;
    padding-right: 2rem;
  }
}
body .accordion-menu .btn-link::after, body .accordion-menu .btn-link::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0.15rem;
  transition: opacity 0.2s ease, transform 0.3s ease, color 0.3s ease;
  color: var(--dark);
  pointer-events: none;
}
body .accordion-menu .btn-link::after {
  content: "+";
  opacity: 1;
  transform: rotate(0deg);
}
@media (max-width: 576px) {
  body .accordion-menu .btn-link::after {
    font-size: 0.95rem;
  }
}
body .accordion-menu .btn-link::before {
  content: "\f068";
  opacity: 0;
  transform: rotate(-90deg); /* pre-rotate so it animates in */
}
@media (max-width: 576px) {
  body .accordion-menu .btn-link::before {
    font-size: 0.95rem;
  }
}
body .accordion-menu .btn-link:hover {
  text-decoration: none;
  color: var(--cta);
}
body .accordion-menu .btn-link:hover::after, body .accordion-menu .btn-link:hover::before {
  color: var(--cta);
}
body .accordion-menu .btn-link[aria-expanded=true] {
  color: var(--cta);
  /* hide plus, show minus with smooth transition */
}
body .accordion-menu .btn-link[aria-expanded=true]::after {
  opacity: 0;
  transform: rotate(90deg);
  color: var(--cta);
}
body .accordion-menu .btn-link[aria-expanded=true]::before {
  opacity: 1;
  transform: rotate(0deg);
  color: var(--cta);
}
body .accordion-menu .accordion-buttons .btn[aria-expanded=true] {
  color: var(--cta);
  font-weight: 600;
}
body .accordion .card-body {
  border: none;
  padding: 0.5rem 0 1rem 0;
}
body .accordion .card-body p {
  margin-bottom: 0.4rem;
  font-weight: 300;
}
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: 1400px;
  }
}
body .extrabold {
  font-weight: 900;
}
body .column1,
body .column01 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  body .column1,
  body .column01 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
body .column1 h1,
body .column1 .ewh1,
body .column1 h2,
body .column1 .ewh2,
body .column1 h3,
body .column1 .ewh3,
body .column1 b,
body .column1 strong,
body .column1 h4,
body .column1 .ewh4,
body .column1 h3,
body .column1 .ewh3,
body .column01 h1,
body .column01 .ewh1,
body .column01 h2,
body .column01 .ewh2,
body .column01 h3,
body .column01 .ewh3,
body .column01 b,
body .column01 strong,
body .column01 h4,
body .column01 .ewh4,
body .column01 h3,
body .column01 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
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 b,
body .column2 strong,
body .column2 h4,
body .column2 .ewh4,
body .column2 h3,
body .column2 .ewh3,
body .column02 h1,
body .column02 .ewh1,
body .column02 h2,
body .column02 .ewh2,
body .column02 h3,
body .column02 .ewh3,
body .column02 b,
body .column02 strong,
body .column02 h4,
body .column02 .ewh4,
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 b,
body .column3 strong,
body .column3 h4,
body .column3 .ewh4,
body .column3 h3,
body .column3 .ewh3,
body .column03 h1,
body .column03 .ewh1,
body .column03 h2,
body .column03 .ewh2,
body .column03 h3,
body .column03 .ewh3,
body .column03 b,
body .column03 strong,
body .column03 h4,
body .column03 .ewh4,
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 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 a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
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),
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):hover,
body a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
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 .white_link {
  color: #fff;
  font-weight: 700;
  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: 700;
  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 .btn-primary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #177d9e;
  background-color: #177d9e;
  text-transform: none;
  color: #fff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  body .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body .btn-primary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body .btn-primary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:active {
  border: 1px solid #177d9e;
  background-color: #177d9e !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
body .btn-secondary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: none;
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  body .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body .btn-secondary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body .btn-secondary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body .btn-secondary:hover, body .btn-secondary:focus, body .btn-secondary:active {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
body .btn-cta {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  body .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body .btn-cta {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body .btn-cta {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body .btn-cta:hover {
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  box-shadow: none;
  transform: translate3d(10px, 0, 1rem) scale(1);
}
body .form-actions .form-submit {
  margin-top: 0.2rem;
  padding: 8px 25px 10px 25px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border: none !important;
  transition: all ease-in-out 300ms !important;
  border-radius: 15px;
  text-transform: revert !important;
  font-family: "Roboto";
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  background-color: var(--cta) !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media (max-width: 767px) and (min-width: 576px) {
  body .form-actions .form-submit {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body .form-actions .form-submit {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body .form-actions .form-submit:hover {
  transform: translate3d(10px, 0, 1rem) scale(1) !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
body #ew-cta-2 {
  z-index: 5;
}
body #ew-cta-2 a:hover {
  text-decoration: none !important;
}
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 !important;
  min-width: 24px;
  font-weight: 400;
}
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: 25px;
  background: var(--cta);
  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: 0;
}
body #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
body #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
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;
  }
}
@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: 15px;
    transition: all 0.2s ease-in-out;
  }
  body #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
  }
  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 #custom-style-block {
  /* Global CSS */
  /*classes*/
  /*classes*/
  /*img with link*/
  /*PDF ikoner links*/
  /*cta links*/
  /*exception og ind8*/
  /*Normal links*/
  /*webformular button*/
}
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: 1400px;
  }
}
body #custom-style-block .extrabold {
  font-weight: 900;
}
body #custom-style-block .column1,
body #custom-style-block .column01 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  body #custom-style-block .column1,
  body #custom-style-block .column01 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
body #custom-style-block .column1 h1,
body #custom-style-block .column1 .ewh1,
body #custom-style-block .column1 h2,
body #custom-style-block .column1 .ewh2,
body #custom-style-block .column1 h3,
body #custom-style-block .column1 .ewh3,
body #custom-style-block .column1 b,
body #custom-style-block .column1 strong,
body #custom-style-block .column1 h4,
body #custom-style-block .column1 .ewh4,
body #custom-style-block .column1 h3,
body #custom-style-block .column1 .ewh3,
body #custom-style-block .column01 h1,
body #custom-style-block .column01 .ewh1,
body #custom-style-block .column01 h2,
body #custom-style-block .column01 .ewh2,
body #custom-style-block .column01 h3,
body #custom-style-block .column01 .ewh3,
body #custom-style-block .column01 b,
body #custom-style-block .column01 strong,
body #custom-style-block .column01 h4,
body #custom-style-block .column01 .ewh4,
body #custom-style-block .column01 h3,
body #custom-style-block .column01 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
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 h3,
body #custom-style-block .column2 .ewh3,
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 h3,
body #custom-style-block .column02 .ewh3 {
  -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 h3,
body #custom-style-block .column3 .ewh3,
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 h3,
body #custom-style-block .column03 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
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 a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
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),
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):hover,
body #custom-style-block a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
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 .white_link {
  color: #fff;
  font-weight: 700;
  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: 700;
  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 .btn-primary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #177d9e;
  background-color: #177d9e;
  text-transform: none;
  color: #fff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  body #custom-style-block .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body #custom-style-block .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body #custom-style-block .btn-primary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body #custom-style-block .btn-primary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body #custom-style-block .btn-primary:hover, body #custom-style-block .btn-primary:focus, body #custom-style-block .btn-primary:active {
  border: 1px solid #177d9e;
  background-color: #177d9e !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
body #custom-style-block .btn-secondary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: none;
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  body #custom-style-block .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body #custom-style-block .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body #custom-style-block .btn-secondary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body #custom-style-block .btn-secondary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body #custom-style-block .btn-secondary:hover, body #custom-style-block .btn-secondary:focus, body #custom-style-block .btn-secondary:active {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
body #custom-style-block .btn-cta {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  body #custom-style-block .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  body #custom-style-block .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  body #custom-style-block .btn-cta {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body #custom-style-block .btn-cta {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body #custom-style-block .btn-cta:hover {
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  box-shadow: none;
  transform: translate3d(10px, 0, 1rem) scale(1);
}
body #custom-style-block .form-actions .form-submit {
  margin-top: 0.2rem;
  padding: 8px 25px 10px 25px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border: none !important;
  transition: all ease-in-out 300ms !important;
  border-radius: 15px;
  text-transform: revert !important;
  font-family: "Roboto";
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  background-color: var(--cta) !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media (max-width: 767px) and (min-width: 576px) {
  body #custom-style-block .form-actions .form-submit {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  body #custom-style-block .form-actions .form-submit {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
body #custom-style-block .form-actions .form-submit:hover {
  transform: translate3d(10px, 0, 1rem) scale(1) !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
body #custom-style-block #ew-cta-2 {
  z-index: 5;
}
body #custom-style-block #ew-cta-2 a:hover {
  text-decoration: none !important;
}
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 !important;
  min-width: 24px;
  font-weight: 400;
}
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: 25px;
  background: var(--cta);
  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: 0;
}
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 {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
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;
  }
}
@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: 15px;
    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;
  }
  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;
  }
}

.Menu2rev2-624563e43ec58 {
  /*responsive  bits of links*/
  /*sticky menu*/
  /*BOOKING link different design - remember to change the link id name here*/
}
.Menu2rev2-624563e43ec58 .header {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  /*top section menu*/
}
.Menu2rev2-624563e43ec58 .header .primary {
  height: 120px;
}
@media (max-width: 767px) {
  .Menu2rev2-624563e43ec58 .header .primary {
    height: 80px;
  }
}
.Menu2rev2-624563e43ec58 .header .primary__logo img {
  height: 70px;
  margin-left: -0.4rem;
  max-width: unset;
  max-height: unset;
  transition: transform 0.3s !important;
}
@media (min-width: 576px) {
  .Menu2rev2-624563e43ec58 .header .primary__logo img {
    margin-left: 0;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .Menu2rev2-624563e43ec58 .header .primary__logo img {
    height: 110px;
  }
}
.Menu2rev2-624563e43ec58 .header .primary__logo img:hover {
  transform: scale(1.05);
}
.Menu2rev2-624563e43ec58 .header .top__cols {
  display: block;
  width: 100%;
}
.Menu2rev2-624563e43ec58 .header .top__col {
  width: 100%;
}
.Menu2rev2-624563e43ec58 .header .top__col:nth-child(2) {
  display: none;
}
.Menu2rev2-624563e43ec58 .header .top__col .socials {
  display: none;
}
.Menu2rev2-624563e43ec58 .header .top .company-info {
  margin-top: 0;
  margin-bottom: 0;
}
.Menu2rev2-624563e43ec58 .header .top .company-info__item {
  transition: color 0.3s ease;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.Menu2rev2-624563e43ec58 .header .top .company-info__item a {
  font-weight: 400;
  transition: color 0.3s ease;
}
.Menu2rev2-624563e43ec58 .header .top .company-info__item a:hover {
  color: var(--light);
  filter: unset;
}
.Menu2rev2-624563e43ec58 .header .top .company-info__item a:active {
  filter: unset;
}
.Menu2rev2-624563e43ec58 .header .top__col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.Menu2rev2-624563e43ec58 .header .top_menu:nth-child(2) {
  border-left: 1px solid rgba(225, 225, 225, 0.9058823529);
  margin-left: 1rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Menu2rev2-624563e43ec58 .header .top_menu:nth-child(2) {
    padding-right: 1rem;
    border-right: 1px solid rgba(225, 225, 225, 0.9058823529);
  }
}
@media (max-width: 991px) {
  .Menu2rev2-624563e43ec58 .header .top_menu:nth-child(2) {
    display: none;
  }
}
.Menu2rev2-624563e43ec58 .header .top_menu:nth-child(1), .Menu2rev2-624563e43ec58 .header .top_menu:nth-child(2) {
  flex: 1;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Menu2rev2-624563e43ec58 .header .top_menu:nth-child(1), .Menu2rev2-624563e43ec58 .header .top_menu:nth-child(2) {
    flex: unset;
  }
}
.Menu2rev2-624563e43ec58 .header .top_menu:nth-child(3) {
  flex: 2;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Menu2rev2-624563e43ec58 .header .top_menu:nth-child(3) {
    flex: unset;
  }
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot p,
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot i,
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot svg {
  transition: color 0.3s ease !important;
}
@media (max-width: 576px) {
  .Menu2rev2-624563e43ec58 .header .top_menu .trustpilot_text {
    display: none;
  }
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot_text p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.25;
  transition: color 0.3s ease;
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot_icons {
  padding-left: 0.5rem;
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot_icons p,
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot_icons i,
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot_icons svg {
  margin-bottom: 0;
  font-size: 1.05rem;
  letter-spacing: -4px;
  line-height: 1.25;
  color: var(--cta);
  transition: color 0.3s ease;
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot:hover p {
  color: var(--light);
}
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot:hover i,
.Menu2rev2-624563e43ec58 .header .top_menu .trustpilot:hover svg {
  filter: brightness(70%);
}
.Menu2rev2-624563e43ec58 .header .top_menu .menu_box {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.Menu2rev2-624563e43ec58 .header .top_menu .menu_box .menu_list {
  list-style: none;
  margin: 0 0 0 -0.75rem;
  padding-left: 1.5625rem;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875em;
  line-height: 1.25;
}
.Menu2rev2-624563e43ec58 .header .top_menu .menu_box .menu_list .menu__link--current {
  color: var(--cta);
  font-weight: 500;
}
.Menu2rev2-624563e43ec58 .header .top_menu .menu_box .menu_list a {
  color: rgba(237, 237, 237, 0.725);
  font-weight: 400;
  transition: color 0.3s ease;
}
.Menu2rev2-624563e43ec58 .header .top_menu .menu_box .menu_list a:hover {
  color: var(--light);
  filter: unset;
  text-decoration: none;
}
.Menu2rev2-624563e43ec58 .header .top_menu .menu_box .menu_list a:active {
  filter: unset;
  color: var(--light);
  font-weight: 500;
}
.Menu2rev2-624563e43ec58 .header__top {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}
.Menu2rev2-624563e43ec58 .menu__item {
  border-color: transparent;
  /*main menu line*/
  /*dropdown*/
  /*dropdown*/
  /*dropdown*/
}
.Menu2rev2-624563e43ec58 .menu__item--1 > .menu__link {
  font-weight: 600;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  padding: 0 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1199px) {
  .Menu2rev2-624563e43ec58 .menu__item--1 > .menu__link {
    padding: 10px 10px;
  }
}
@media (max-width: 1440px) {
  .Menu2rev2-624563e43ec58 .menu__item--1 > .menu__link {
    margin-top: 0rem;
  }
}
.Menu2rev2-624563e43ec58 .menu__item--1.menu__item--active > .menu__link {
  font-weight: 600;
  color: var(--cta);
}
.Menu2rev2-624563e43ec58 .menu__item--2 > .menu__link, .Menu2rev2-624563e43ec58 .menu__item--mega .menu__item.menu__item--2 > .menu__link {
  font-weight: 400;
  font-family: "Roboto";
  text-transform: none;
  letter-spacing: 1px;
  font-size: 0.9rem;
  border-bottom: none;
  color: var(--dark);
}
.Menu2rev2-624563e43ec58 .menu__item.menu__item--mega .menu__item.menu__item--2 > .menu__link {
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 2px;
}
.Menu2rev2-624563e43ec58 .menu__item--3 > .menu__link, .Menu2rev2-624563e43ec58 .menu__item--mega .menu__item.menu__item--3 > .menu__link {
  font-weight: 300;
  font-family: "Roboto";
  text-transform: none;
  letter-spacing: 0px;
  font-size: 0.9rem;
  border-bottom: none;
  color: var(--dark);
}
.Menu2rev2-624563e43ec58 .menu__item.menu__item--mega .menu__item.menu__item--2 > .menu__link--current {
  font-weight: 700;
}
.Menu2rev2-624563e43ec58 .menu__item .menu__item.menu__item--mega .menu__item--3.menu__item--active {
  font-weight: 600;
  color: #ffffff;
}
.Menu2rev2-624563e43ec58 .menu__item .menu__item.menu__item--mega .menu__item.menu__item--2.menu__item--active > .menu__link,
.Menu2rev2-624563e43ec58 .menu__item .menu__item.menu__item--mega .menu__item.menu__item--3.menu__item--active > .menu__link {
  font-weight: 600;
  color: #222;
}
.Menu2rev2-624563e43ec58 .menu__item .menu__dropdown .menu__dropdown-inner--1 {
  justify-content: flex-start;
}
@media (max-width: 1210px) and (min-width: 1199px) {
  .Menu2rev2-624563e43ec58 .menu .menu__item--1 > .menu__link,
  .Menu2rev2-624563e43ec58 .menu .menu__item--2 > .menu__link {
    color: var(--dark) !important;
  }
}
@media (max-width: 1199px) {
  .Menu2rev2-624563e43ec58 .menu .menu__item--1 > .menu__link,
  .Menu2rev2-624563e43ec58 .menu .menu__item--2 > .menu__link {
    color: var(--dark) !important;
  }
}
@media (max-width: 1500px) {
  .Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--active.menu__item--1 > .menu__link {
    color: #000000;
  }
}
.Menu2rev2-624563e43ec58 .header.header--top-off .menu__head {
  margin: 1rem 0 0 0;
}
.Menu2rev2-624563e43ec58 .socials__link .svg-inline--fa {
  color: var(--cta);
}
.Menu2rev2-624563e43ec58 .header .primary.js-sticky--stuck {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255, 255, 255, 0.7764705882);
}
.Menu2rev2-624563e43ec58 .header .primary.js-sticky--stuck .primary__logo img {
  height: 63px;
  max-height: 100px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Menu2rev2-624563e43ec58 .header .primary.js-sticky--stuck .primary__logo img {
    height: 70px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .Menu2rev2-624563e43ec58 .header .primary.js-sticky--stuck .primary__logo img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .Menu2rev2-624563e43ec58 .header .primary.js-sticky--stuck .primary__logo img {
    height: 50px;
  }
}
.Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link {
  border-left: 1px solid var(--light);
  font-weight: 700;
  color: var(--light) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1199px) {
  .Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link {
    border-top: 2px solid var(--light);
    border-left: none;
    font-weight: 700;
    margin-top: 30px;
    color: var(--light) !important;
  }
}
.Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link:hover {
  opacity: 0.8;
}
.Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--active.menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link {
  color: var(--light) !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.Menu2rev2-624563e43ec58 .menu .menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link,
.Menu2rev2-624563e43ec58 .menu .menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link a,
.Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 {
  transition: background-color 0.3s ease, color 0.3s ease;
}
.Menu2rev2-624563e43ec58 .menu .menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link:hover,
.Menu2rev2-624563e43ec58 .menu .menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1 > .menu__link a:hover,
.Menu2rev2-624563e43ec58 .menu .menu__item.menu__item--1.menu__item-ae258169-39c8-42af-8a86-1491c3c05ed1:hover {
  opacity: 0.8;
}

.menu__dropdown-inner .menu__dropdown-inner--1 {
  background-color: #fff;
}

/*responsive sidebar menu*/
body.sidebar-right-open .Menu2rev2-624563e43ec58 .primary__navbar-main .menu {
  background-color: var(--light);
  /* backdrop-filter: saturate(180%) blur(20px);*/
}

#Slider4rev3-6045d414b9ac9 {
  /*Responsive slider height*/
}
#Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
  top: 40%;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
    top: 40%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
    top: 30%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
    top: 30%;
  }
}
@media (max-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .Slider4rev3-carousel-content {
    top: 20%;
  }
}
#Slider4rev3-6045d414b9ac9 h3,
#Slider4rev3-6045d414b9ac9 .ewh3 {
  color: var(--light);
  letter-spacing: 7px;
}
@media (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 h3,
  #Slider4rev3-6045d414b9ac9 .ewh3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  #Slider4rev3-6045d414b9ac9 h3,
  #Slider4rev3-6045d414b9ac9 .ewh3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  #Slider4rev3-6045d414b9ac9 h3,
  #Slider4rev3-6045d414b9ac9 .ewh3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  #Slider4rev3-6045d414b9ac9 h3,
  #Slider4rev3-6045d414b9ac9 .ewh3 {
    font-size: 1.5rem;
  }
}
#Slider4rev3-6045d414b9ac9 h3 b,
#Slider4rev3-6045d414b9ac9 h3 strong,
#Slider4rev3-6045d414b9ac9 .ewh3 b,
#Slider4rev3-6045d414b9ac9 .ewh3 strong {
  font-weight: 700;
  color: var(--light);
}
#Slider4rev3-6045d414b9ac9 h1,
#Slider4rev3-6045d414b9ac9 .ewh1 {
  font-weight: 600;
}
@media (min-width: 320px) {
  #Slider4rev3-6045d414b9ac9 h1,
  #Slider4rev3-6045d414b9ac9 .ewh1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #Slider4rev3-6045d414b9ac9 h1,
  #Slider4rev3-6045d414b9ac9 .ewh1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 h1,
  #Slider4rev3-6045d414b9ac9 .ewh1 {
    font-size: 2.3rem;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Slider4rev3-6045d414b9ac9 h1,
  #Slider4rev3-6045d414b9ac9 .ewh1 {
    font-size: 2rem;
  }
}
@media (min-width: 991px) {
  #Slider4rev3-6045d414b9ac9 h1,
  #Slider4rev3-6045d414b9ac9 .ewh1 {
    font-size: 4rem;
  }
}
#Slider4rev3-6045d414b9ac9 p {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  font-size: 1.2rem;
}
@media (max-width: 576px) {
  #Slider4rev3-6045d414b9ac9 p {
    font-size: 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 p {
    font-size: 15px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Slider4rev3-6045d414b9ac9 p {
    font-size: 15px;
  }
}
#Slider4rev3-6045d414b9ac9 h4,
#Slider4rev3-6045d414b9ac9 .ewh4,
#Slider4rev3-6045d414b9ac9 h5,
#Slider4rev3-6045d414b9ac9 .ewh5,
#Slider4rev3-6045d414b9ac9 h6,
#Slider4rev3-6045d414b9ac9 .ewh6 {
  color: rgba(255, 255, 255, 0.5254901961);
}
#Slider4rev3-6045d414b9ac9 .carousel-inner,
#Slider4rev3-6045d414b9ac9 .carousel-inner img {
  /*minimum value needs to be placed in the block itselv i drupal*/
}
@media (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 500px;
  }
}
@media (max-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 600px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 700px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 750px;
  }
}
#Slider4rev3-6045d414b9ac9 .container {
  background-color: rgba(224, 224, 224, 0.205);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(5px);
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90%;
  transform: translateY(100%);
  opacity: 0;
  animation: slideUp 1s ease-out forwards;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Slider4rev3-6045d414b9ac9 .container {
    width: 90%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Slider4rev3-6045d414b9ac9 .container {
    width: 90%;
    height: 20rem;
  }
}
@media (max-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .container {
    width: 90%;
    height: 13rem;
  }
}

.ind7_forside_02 {
  text-align: center;
  /*only tekst block*/
  /*block responsive padding*/
  /*grid-gap hvis det er kun tekst MEN flere kasser*/
}
.ind7_forside_02 h2,
.ind7_forside_02 .ewh2 {
  color: var(--light);
}
.ind7_forside_02 h2 b,
.ind7_forside_02 h2 strong,
.ind7_forside_02 .ewh2 b,
.ind7_forside_02 .ewh2 strong {
  font-weight: 700;
  color: var(--light);
}
.ind7_forside_02 .box__content .box__content-inner {
  padding: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .ind7_forside_02.entry-focus {
    padding: 2rem 0 1rem 0;
  }
}
@media (max-width: 576px) {
  .ind7_forside_02.entry-focus {
    padding: 3rem 0 2rem 0;
  }
}
@media (max-width: 767px) {
  .ind7_forside_02 .entry-focus__blocks {
    grid-gap: 0;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#Indgangsvinkel8rev2-68b16c02c1799 .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .entry__grid {
    padding: 3rem 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .entry__grid {
    padding: 3rem 15px;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .entry__grid {
    padding: 2rem 15px 3rem 15px;
  }
}
#Indgangsvinkel8rev2-68b16c02c1799 .new_class {
  height: 50rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .new_class {
    height: 65rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .new_class {
    height: 45rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .new_class {
    height: 30rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b16c02c1799 .new_class {
    height: 25rem;
  }
}

#Indgangsvinkel8rev2-68b170771486a .entry__grid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item {
  justify-content: center;
  align-items: center;
  min-height: 700px;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
  position: relative;
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item {
    min-height: 200px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item {
    min-height: 150px;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item {
    min-height: 160px;
  }
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item:hover {
  flex: auto;
}
@media (max-width: 1200px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item {
    width: 100%;
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item {
    flex: 1;
    display: flex;
    flex-direction: row;
    width: 50%;
  }
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item:hover {
    flex: 2;
  }
}
@media (max-width: 1200px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item:first-child {
    width: 100%;
    height: 15rem;
  }
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box {
  width: 100%;
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box img {
  -o-object-position: center 15%;
     object-position: center 15%;
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .effect {
  height: 100%;
  justify-content: center;
}
@media (max-width: 1200px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .effect {
    padding: 1rem 15px;
  }
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .effect .effect-inner {
  height: 100%;
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .effect .effect-inner .effect-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .effect .box__content::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--primary);
  height: 100%;
  top: 44%;
  width: 200%;
  transform-origin: top left;
  rotate: 75deg;
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .title {
  width: auto;
  z-index: 1;
  position: relative;
  pointer-events: none;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0px;
  margin-top: 0;
  font-weight: 600;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .title {
    padding: 0 10px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .title {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .title {
    font-size: 1.1rem;
  }
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .bodyText {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: none;
  bottom: 0;
  right: 0;
  background: transparent;
  text-transform: none;
  padding: 15px;
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .bodyText {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box .box__content-inner .bodyText {
    font-size: 0.85rem;
  }
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box:hover img {
  mix-blend-mode: normal;
  filter: grayscale(0) blur(0);
}
#Indgangsvinkel8rev2-68b170771486a .entry__grid .entry__grid-item .box:hover .box__content-inner .title {
  margin-top: 15px;
  opacity: 0;
}

@media (min-width: 1200px) {
  #Indgangsvinkel8rev2-68b170771486a .title {
    transform-origin: top left;
    left: 0;
    top: 0;
    transform: rotate(90deg) translateY(-100%);
  }
  #Indgangsvinkel8rev2-68b170771486a .bodyText {
    transform-origin: top left;
    left: 0;
    top: 0;
    transform: rotate(0deg) translateY(-100%);
  }
}
.ind7_forside_04 {
  text-align: center;
}
.ind7_forside_04 .box__content .box__content-inner {
  padding: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .ind7_forside_04.entry-focus {
    padding: 2rem 0 0 0;
  }
}
@media (max-width: 576px) {
  .ind7_forside_04.entry-focus {
    padding: 2rem 0 1rem 0;
  }
}
@media (max-width: 767px) {
  .ind7_forside_04 .entry-focus__blocks {
    grid-gap: 0;
  }
}

#Articles1rev2-68b555467d6db {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Articles1rev2-68b555467d6db .pager {
    margin: -2rem 0 0 0;
  }
}
#Articles1rev2-68b555467d6db .col-xl-9 {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
}
#Articles1rev2-68b555467d6db .col-xl-3 {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
  grid-gap: 0;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-68b555467d6db .article__body__text p {
    font-size: 0.9rem;
  }
}
#Articles1rev2-68b555467d6db .section__news {
  padding: 0 0 0rem 0;
  margin-top: -2rem; /* Juster værdien efter behov */
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-68b555467d6db .section__news {
    padding: 0 0 0rem 0;
  }
}
@media (max-width: 576px) {
  #Articles1rev2-68b555467d6db .section__news {
    padding: 0 0 1.7rem 0;
  }
}
#Articles1rev2-68b555467d6db .section__news .container .row .col-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  #Articles1rev2-68b555467d6db .section__news .container .row .col-12 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-content: center; /* centrerer grid-indholdet horisontalt */
    grid-gap: 30px;
  }
}
#Articles1rev2-68b555467d6db .section__news .container .article {
  margin-bottom: 0rem;
  margin-top: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #Articles1rev2-68b555467d6db .section__news .container .article {
    margin-bottom: 2.5rem;
  }
}
#Articles1rev2-68b555467d6db .section__news .container .article__media {
  margin: 1rem 0;
  width: 100%;
  z-index: 1;
  height: 18rem;
}
#Articles1rev2-68b555467d6db .section__news .container .article__media::before {
  content: none;
}
#Articles1rev2-68b555467d6db .section__news .container .article__body__date {
  display: none;
}
#Articles1rev2-68b555467d6db .section__news .container .article__body__headline {
  text-shadow: none;
  letter-spacing: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Articles1rev2-68b555467d6db .section__news .container .article__body__headline {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-68b555467d6db .section__news .container .article__body__headline {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #Articles1rev2-68b555467d6db .section__news .container .article__body__headline {
    margin-top: 1.3rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Articles1rev2-68b555467d6db .section__news .container .article__body__headline {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  #Articles1rev2-68b555467d6db .section__news .container .article__body__headline {
    font-size: 1.1rem;
  }
}
#Articles1rev2-68b555467d6db .section__news .container .article__body__headline a {
  font-weight: 500;
}
#Articles1rev2-68b555467d6db .section__news .container .article .readmore {
  font-weight: 600;
  color: #000000;
}
#Articles1rev2-68b555467d6db .section__news .container .article .readmore::after {
  content: "\e093";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 576px) {
  #Articles1rev2-68b555467d6db .section__news .container .article .readmore::after {
    font-size: 0.9rem;
  }
}
#Articles1rev2-68b555467d6db .section__news .container .article .article__media {
  position: relative;
}
#Articles1rev2-68b555467d6db .section__news .container .article .article__media::after {
  content: "Vi bygger løsninger, der holder – nu og i fremtiden.";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ae4014;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 h3,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 .ewh3 {
  color: var(--light);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 h3 b,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 h3 strong,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 .ewh3 b,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 .ewh3 strong {
  font-weight: 700;
  color: var(--light);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 p {
  padding: 4px 0px;
  margin-bottom: 0.1rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 .form-item-name {
  width: 49.5%;
  float: left;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 .form-item-telefon {
  width: 49.5%;
  float: right;
  margin-left: 0;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 input,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 textarea {
  color: var(--light);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.795);
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 0.9rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 input .webform-submission-form input,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 input .webform-submission-form textarea,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 textarea .webform-submission-form input,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 textarea .webform-submission-form textarea {
  border: none;
  background: var(--light);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 ::-moz-placeholder {
  color: rgba(215, 215, 215, 0.699);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 ::placeholder {
  color: rgba(215, 215, 215, 0.699);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa17 label {
  color: var(--light);
  text-transform: none;
  font-size: 96%;
}

.Footer3-606da2902b0f0 {
  /*.primary__box:nth-child(3) {
      .primary__box-bd {
          display: flex;
      }
  }*/
}
.Footer3-606da2902b0f0 .quick__list {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: block;
}
@media (max-width: 576px) {
  .Footer3-606da2902b0f0 .quick__list {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.Footer3-606da2902b0f0 .quick__link {
  transition: all ease-in 0.3s;
}
.Footer3-606da2902b0f0 .quick__link:hover {
  filter: brightness(180%) !important;
  text-decoration: underline;
}
.Footer3-606da2902b0f0 .primary {
  padding: 4em 0;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .Footer3-606da2902b0f0 .primary {
    padding-top: 2rem;
  }
}
.Footer3-606da2902b0f0 .socials__link svg {
  transition: all ease-in 0.3s;
}
.Footer3-606da2902b0f0 .socials__link:hover svg {
  color: var(--cta);
}
.Footer3-606da2902b0f0 .logo__image {
  transition: transform 0.3s !important;
  max-width: 245px;
  max-height: 85px;
}
@media (max-width: 767px) {
  .Footer3-606da2902b0f0 .logo__image {
    margin-bottom: 2rem;
  }
}
.Footer3-606da2902b0f0 .logo__image:hover {
  transform: scale(1.05);
}
.Footer3-606da2902b0f0 .top {
  padding: 2rem 0 1.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
}
.Footer3-606da2902b0f0 .top__col .company-info {
  display: inline-block;
}
.Footer3-606da2902b0f0 .top__col .company-info svg {
  margin-right: 0.5rem;
  font-size: 1.3rem;
  transition: all ease-in 0.3s;
}
@media (max-width: 767px) {
  .Footer3-606da2902b0f0 .top__col .company-info svg {
    margin-bottom: 1rem;
  }
}
.Footer3-606da2902b0f0 .top__col .company-info svg:hover {
  color: var(--cta);
}
.Footer3-606da2902b0f0 .icon {
  width: 13rem;
  transition: transform 0.3s !important;
}
.Footer3-606da2902b0f0 .icon:hover {
  transform: scale(1.05);
}
.Footer3-606da2902b0f0 .logo-footer01 {
  transition: transform 0.3s !important;
}
.Footer3-606da2902b0f0 .logo-footer01:hover {
  transform: scale(1.05);
}
.Footer3-606da2902b0f0 .primary__cols {
  margin-top: 0rem;
  margin-bottom: 2rem;
}
.Footer3-606da2902b0f0 .primary__box-hd {
  border-bottom-color: transparent;
  margin-bottom: 1rem;
}
.Footer3-606da2902b0f0 .company-info__item {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.Footer3-606da2902b0f0 hr {
  border-top: 0.05rem solid rgba(255, 255, 255, 0.7) !important;
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.Footer3-606da2902b0f0 .primary__cols {
  grid-gap: 30px;
}
@media (max-width: 991px) {
  .Footer3-606da2902b0f0 .primary__cols {
    grid-gap: 10px !important;
  }
}
.Footer3-606da2902b0f0 .company-info__item-visual,
.Footer3-606da2902b0f0 .quick__link,
.Footer3-606da2902b0f0 .primary__box-bd > p,
.Footer3-606da2902b0f0 p,
.Footer3-606da2902b0f0 .company-info__item-content .label {
  color: rgba(255, 255, 255, 0.7) !important;
}
.Footer3-606da2902b0f0 b,
.Footer3-606da2902b0f0 strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.Footer3-606da2902b0f0 .primary__box-headline {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Montserrat";
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #ffffff !important;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Footer3-606da2902b0f0 .primary__box-headline {
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  .Footer3-606da2902b0f0 .primary__box-headline {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .Footer3-606da2902b0f0 .primary__box-headline {
    font-size: 1.1rem;
  }
}
.Footer3-606da2902b0f0 .contact-form:last-child,
.Footer3-606da2902b0f0 .company-info__item-content a:last-child,
.Footer3-606da2902b0f0 .quick__link,
.Footer3-606da2902b0f0 .company-info__item-content p:not(.label):last-child,
.Footer3-606da2902b0f0 .company-info__item-content .label,
.Footer3-606da2902b0f0 .company-info__item-content p:not(.label),
.Footer3-606da2902b0f0 .quick__item {
  font-size: 0.9rem;
}
.Footer3-606da2902b0f0 .primary__box-bd > p,
.Footer3-606da2902b0f0 .company-info__item-content {
  font-size: 0.9rem;
  line-height: 1.55;
}
.Footer3-606da2902b0f0 .company-info__item-content .label {
  margin-bottom: 0.4rem;
  font-weight: 400;
  line-height: 1.2;
}

#Topslider1-629885d7dea46 {
  /*Responsive topslider height*/
}
#Topslider1-629885d7dea46 .carousel-inner .media picture::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  mix-blend-mode: inherit;
  height: 100%;
  width: 100%;
}
#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: 250px;
  }
}
@media (max-width: 576px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 382px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  #Topslider1-629885d7dea46 .carousel-inner,
  #Topslider1-629885d7dea46 .carousel-inner img {
    height: 650px;
  }
}
#Topslider1-629885d7dea46 .align-center {
  text-align: left;
}
#Topslider1-629885d7dea46 .Topslider1-carousel-content .row {
  width: 55%;
}
@media (max-width: 991px) {
  #Topslider1-629885d7dea46 .Topslider1-carousel-content .row {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Topslider1-629885d7dea46 .Topslider1-carousel-content {
    top: 40%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Topslider1-629885d7dea46 .Topslider1-carousel-content {
    top: 40%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Topslider1-629885d7dea46 .Topslider1-carousel-content {
    top: 40%;
  }
}
@media (max-width: 576px) {
  #Topslider1-629885d7dea46 .Topslider1-carousel-content {
    top: 50%;
  }
}
#Topslider1-629885d7dea46 h1,
#Topslider1-629885d7dea46 .ewh1,
#Topslider1-629885d7dea46 #ew-title-1 h1 {
  color: var(--light);
}
#Topslider1-629885d7dea46 h1 b,
#Topslider1-629885d7dea46 h1 strong,
#Topslider1-629885d7dea46 .ewh1 b,
#Topslider1-629885d7dea46 .ewh1 strong,
#Topslider1-629885d7dea46 #ew-title-1 h1 b,
#Topslider1-629885d7dea46 #ew-title-1 h1 strong {
  font-weight: 700;
  color: var(--light);
}

#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 {
  padding: 2rem 0 0 0;
}
@media (max-width: 991px) {
  #ew-webform-with-optional-on-left-1-rev4-68b57d4785089 {
    background-color: #2687a6;
  }
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .form-item-navn {
  width: 49.5%;
  float: left;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .form-item-telefon {
  width: 49.5%;
  float: right;
  margin-left: 0;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 input,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 textarea {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(199, 199, 199, 0.795);
  border-top: none;
  border-left: none;
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 0.9rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 input .webform-submission-form input,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 input .webform-submission-form textarea,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 textarea .webform-submission-form input,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 textarea .webform-submission-form textarea {
  border: none;
  background: #fff;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 p {
  padding: 4px 0px;
  margin-bottom: 0.1rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .js-form-type-select .form-select {
  width: 100%;
  padding: 8px 10px;
  margin: 7px 0px;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container {
  text-align: left;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) and (min-width: 767px) {
  #ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container {
    max-width: 690px !important;
  }
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .row {
  align-items: center;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) {
  padding: 0 30px 0 0;
  z-index: 2;
  position: relative;
  width: 100%;
  margin-top: -45rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) {
    padding: 0 15px 0 0;
  }
}
@media (max-width: 991px) {
  #ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) {
    padding: 0 15px 2rem 15px;
    margin-top: 0;
    animation: none !important;
    opacity: 1;
    position: relative;
  }
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h2,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh2,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h1,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh1,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h3,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh3 {
  color: #fff;
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 500;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h2 b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h2 strong,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh2 b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh2 strong,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h1 b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h1 strong,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh1 b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh1 strong,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h3 b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) h3 strong,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh3 b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) .ewh3 strong {
  color: #fff;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) b,
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) strong {
  color: #fff;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container .col-12:nth-child(2) p {
  color: #fff;
  font-weight: 300;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .container p {
  padding: 4px 0px;
  color: var(--dark);
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 ::-moz-placeholder {
  color: rgba(216, 216, 216, 0.664);
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 ::placeholder {
  color: rgba(216, 216, 216, 0.664);
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 label {
  color: #fff;
  text-transform: none;
  font-size: 96%;
  margin: 5px 0;
  font-weight: 300;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #ew-webform-with-optional-on-left-1-rev4-68b57d4785089 label {
    font-size: 85%;
  }
}
@media (max-width: 576px) {
  #ew-webform-with-optional-on-left-1-rev4-68b57d4785089 label {
    font-size: 85%;
    margin: 5px 0;
  }
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 #edit-message {
  height: 6rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .description {
  font-size: 0.75rem;
  color: rgba(228, 228, 228, 0.6588235294);
  text-align: left;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 .form-checkbox {
  width: auto;
}
#ew-webform-with-optional-on-left-1-rev4-68b57d4785089 legend {
  margin-bottom: 0;
}

#Indgangsvinkel8rev2-640748622181e {
  /* Global CSS */
  /*classes*/
  /*classes*/
  /*img with link*/
  /*PDF ikoner links*/
  /*cta links*/
  /*exception og ind8*/
  /*Normal links*/
  /*webformular button*/
}
#Indgangsvinkel8rev2-640748622181e :focus {
  outline: none !important;
}
#Indgangsvinkel8rev2-640748622181e html {
  scroll-behavior: smooth;
}
#Indgangsvinkel8rev2-640748622181e ::-moz-selection {
  color: #fff;
  background-color: var(--primary);
}
#Indgangsvinkel8rev2-640748622181e ::selection {
  color: #fff;
  background-color: var(--primary);
}
@media (min-width: 1200px) {
  #Indgangsvinkel8rev2-640748622181e .container,
  #Indgangsvinkel8rev2-640748622181e .container-lg,
  #Indgangsvinkel8rev2-640748622181e .container-md,
  #Indgangsvinkel8rev2-640748622181e .container-sm,
  #Indgangsvinkel8rev2-640748622181e .container-xl {
    max-width: 1400px;
  }
}
#Indgangsvinkel8rev2-640748622181e .extrabold {
  font-weight: 900;
}
#Indgangsvinkel8rev2-640748622181e .column1,
#Indgangsvinkel8rev2-640748622181e .column01 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .column1,
  #Indgangsvinkel8rev2-640748622181e .column01 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#Indgangsvinkel8rev2-640748622181e .column1 h1,
#Indgangsvinkel8rev2-640748622181e .column1 .ewh1,
#Indgangsvinkel8rev2-640748622181e .column1 h2,
#Indgangsvinkel8rev2-640748622181e .column1 .ewh2,
#Indgangsvinkel8rev2-640748622181e .column1 h3,
#Indgangsvinkel8rev2-640748622181e .column1 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column1 b,
#Indgangsvinkel8rev2-640748622181e .column1 strong,
#Indgangsvinkel8rev2-640748622181e .column1 h4,
#Indgangsvinkel8rev2-640748622181e .column1 .ewh4,
#Indgangsvinkel8rev2-640748622181e .column1 h3,
#Indgangsvinkel8rev2-640748622181e .column1 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column01 h1,
#Indgangsvinkel8rev2-640748622181e .column01 .ewh1,
#Indgangsvinkel8rev2-640748622181e .column01 h2,
#Indgangsvinkel8rev2-640748622181e .column01 .ewh2,
#Indgangsvinkel8rev2-640748622181e .column01 h3,
#Indgangsvinkel8rev2-640748622181e .column01 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column01 b,
#Indgangsvinkel8rev2-640748622181e .column01 strong,
#Indgangsvinkel8rev2-640748622181e .column01 h4,
#Indgangsvinkel8rev2-640748622181e .column01 .ewh4,
#Indgangsvinkel8rev2-640748622181e .column01 h3,
#Indgangsvinkel8rev2-640748622181e .column01 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
#Indgangsvinkel8rev2-640748622181e .column2,
#Indgangsvinkel8rev2-640748622181e .column02 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .column2,
  #Indgangsvinkel8rev2-640748622181e .column02 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#Indgangsvinkel8rev2-640748622181e .column2 h1,
#Indgangsvinkel8rev2-640748622181e .column2 .ewh1,
#Indgangsvinkel8rev2-640748622181e .column2 h2,
#Indgangsvinkel8rev2-640748622181e .column2 .ewh2,
#Indgangsvinkel8rev2-640748622181e .column2 h3,
#Indgangsvinkel8rev2-640748622181e .column2 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column2 b,
#Indgangsvinkel8rev2-640748622181e .column2 strong,
#Indgangsvinkel8rev2-640748622181e .column2 h4,
#Indgangsvinkel8rev2-640748622181e .column2 .ewh4,
#Indgangsvinkel8rev2-640748622181e .column2 h3,
#Indgangsvinkel8rev2-640748622181e .column2 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column02 h1,
#Indgangsvinkel8rev2-640748622181e .column02 .ewh1,
#Indgangsvinkel8rev2-640748622181e .column02 h2,
#Indgangsvinkel8rev2-640748622181e .column02 .ewh2,
#Indgangsvinkel8rev2-640748622181e .column02 h3,
#Indgangsvinkel8rev2-640748622181e .column02 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column02 b,
#Indgangsvinkel8rev2-640748622181e .column02 strong,
#Indgangsvinkel8rev2-640748622181e .column02 h4,
#Indgangsvinkel8rev2-640748622181e .column02 .ewh4,
#Indgangsvinkel8rev2-640748622181e .column02 h3,
#Indgangsvinkel8rev2-640748622181e .column02 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
#Indgangsvinkel8rev2-640748622181e .column3,
#Indgangsvinkel8rev2-640748622181e .column03 {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .column3,
  #Indgangsvinkel8rev2-640748622181e .column03 {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .column3,
  #Indgangsvinkel8rev2-640748622181e .column03 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#Indgangsvinkel8rev2-640748622181e .column3 h1,
#Indgangsvinkel8rev2-640748622181e .column3 .ewh1,
#Indgangsvinkel8rev2-640748622181e .column3 h2,
#Indgangsvinkel8rev2-640748622181e .column3 .ewh2,
#Indgangsvinkel8rev2-640748622181e .column3 h3,
#Indgangsvinkel8rev2-640748622181e .column3 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column3 b,
#Indgangsvinkel8rev2-640748622181e .column3 strong,
#Indgangsvinkel8rev2-640748622181e .column3 h4,
#Indgangsvinkel8rev2-640748622181e .column3 .ewh4,
#Indgangsvinkel8rev2-640748622181e .column3 h3,
#Indgangsvinkel8rev2-640748622181e .column3 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column03 h1,
#Indgangsvinkel8rev2-640748622181e .column03 .ewh1,
#Indgangsvinkel8rev2-640748622181e .column03 h2,
#Indgangsvinkel8rev2-640748622181e .column03 .ewh2,
#Indgangsvinkel8rev2-640748622181e .column03 h3,
#Indgangsvinkel8rev2-640748622181e .column03 .ewh3,
#Indgangsvinkel8rev2-640748622181e .column03 b,
#Indgangsvinkel8rev2-640748622181e .column03 strong,
#Indgangsvinkel8rev2-640748622181e .column03 h4,
#Indgangsvinkel8rev2-640748622181e .column03 .ewh4,
#Indgangsvinkel8rev2-640748622181e .column03 h3,
#Indgangsvinkel8rev2-640748622181e .column03 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
#Indgangsvinkel8rev2-640748622181e a img[src$=".png"],
#Indgangsvinkel8rev2-640748622181e a img[src$=".jpg"] {
  transition: transform 0.3s !important;
}
#Indgangsvinkel8rev2-640748622181e a img[src$=".png"]:hover,
#Indgangsvinkel8rev2-640748622181e a img[src$=".jpg"]:hover {
  transform: scale(1.05);
}
#Indgangsvinkel8rev2-640748622181e a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
#Indgangsvinkel8rev2-640748622181e .cta:not(.btn),
#Indgangsvinkel8rev2-640748622181e a.cta:not(.btn),
#Indgangsvinkel8rev2-640748622181e a[href^="mailto:"]:not(.btn),
#Indgangsvinkel8rev2-640748622181e a[href^="tel:"]:not(.btn),
#Indgangsvinkel8rev2-640748622181e a[href^="/kontakt-os"]:not(.btn),
#Indgangsvinkel8rev2-640748622181e a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2),
#Indgangsvinkel8rev2-640748622181e a[href^="/node/6"]:not(.btn) {
  color: var(--cta);
  transition: all ease-in 0.3s;
  white-space: nowrap;
}
#Indgangsvinkel8rev2-640748622181e .cta:not(.btn):hover,
#Indgangsvinkel8rev2-640748622181e a.cta:not(.btn):hover,
#Indgangsvinkel8rev2-640748622181e a[href^="mailto:"]:not(.btn):hover,
#Indgangsvinkel8rev2-640748622181e a[href^="tel:"]:not(.btn):hover,
#Indgangsvinkel8rev2-640748622181e a[href^="/kontakt-os"]:not(.btn):hover,
#Indgangsvinkel8rev2-640748622181e a[href^="/kontakt"]:not(.btn):not(.menu__link):not(#block-menu2rev2):hover,
#Indgangsvinkel8rev2-640748622181e a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"],
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"],
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"],
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"],
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"],
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="/kontakt"],
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="mailto:"],
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="tel:"],
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="/node/6"],
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="/kontakt-os"] {
  color: unset !important;
  transition: unset !important;
  cursor: pointer;
}
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt"]:hover,
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="mailto:"]:hover,
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="tel:"]:hover,
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="/node/6"]:hover,
#Indgangsvinkel8rev2-640748622181e .Indgangsvinkel8rev2 .box__content-link a[href^="/kontakt-os"]:hover,
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="/kontakt"]:hover,
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="mailto:"]:hover,
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="tel:"]:hover,
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="/node/6"]:hover,
#Indgangsvinkel8rev2-640748622181e #block-menu2rev2 .menu__link a[href^="/kontakt-os"]:hover {
  filter: none !important;
  cursor: pointer;
}
#Indgangsvinkel8rev2-640748622181e .white_link {
  color: #fff;
  font-weight: 700;
  transition: all ease-in 0.3s;
}
#Indgangsvinkel8rev2-640748622181e .white_link:hover {
  color: rgba(255, 255, 255, 0.6156862745);
  text-decoration: none;
}
#Indgangsvinkel8rev2-640748622181e .black_link,
#Indgangsvinkel8rev2-640748622181e #ew-contact-info-1 a {
  font-weight: 700;
  word-wrap: break-word;
  color: var(--primary);
  transition: all ease-in 0.3s;
}
#Indgangsvinkel8rev2-640748622181e .black_link:hover,
#Indgangsvinkel8rev2-640748622181e #ew-contact-info-1 a:hover {
  color: var(--cta);
  text-decoration: none;
}
#Indgangsvinkel8rev2-640748622181e .btn-primary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #177d9e;
  background-color: #177d9e;
  text-transform: none;
  color: #fff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Indgangsvinkel8rev2-640748622181e .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .btn-primary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .btn-primary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#Indgangsvinkel8rev2-640748622181e .btn-primary:hover, #Indgangsvinkel8rev2-640748622181e .btn-primary:focus, #Indgangsvinkel8rev2-640748622181e .btn-primary:active {
  border: 1px solid #177d9e;
  background-color: #177d9e !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#Indgangsvinkel8rev2-640748622181e .btn-secondary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: none;
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Indgangsvinkel8rev2-640748622181e .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .btn-secondary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .btn-secondary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#Indgangsvinkel8rev2-640748622181e .btn-secondary:hover, #Indgangsvinkel8rev2-640748622181e .btn-secondary:focus, #Indgangsvinkel8rev2-640748622181e .btn-secondary:active {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#Indgangsvinkel8rev2-640748622181e .btn-cta {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Indgangsvinkel8rev2-640748622181e .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .btn-cta {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .btn-cta {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#Indgangsvinkel8rev2-640748622181e .btn-cta:hover {
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  box-shadow: none;
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#Indgangsvinkel8rev2-640748622181e .form-actions .form-submit {
  margin-top: 0.2rem;
  padding: 8px 25px 10px 25px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border: none !important;
  transition: all ease-in-out 300ms !important;
  border-radius: 15px;
  text-transform: revert !important;
  font-family: "Roboto";
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  background-color: var(--cta) !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .form-actions .form-submit {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .form-actions .form-submit {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#Indgangsvinkel8rev2-640748622181e .form-actions .form-submit:hover {
  transform: translate3d(10px, 0, 1rem) scale(1) !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 {
  z-index: 5;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 a:hover {
  text-decoration: none !important;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex .cta-2-primary,
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-2-primary-icon,
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-2-primary-value,
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-menu-toggle svg {
  color: white !important;
  min-width: 24px;
  font-weight: 400;
}
#Indgangsvinkel8rev2-640748622181e #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;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-menu-toggle.active {
  rotate: 45deg;
  transition: all 0.2s ease-in-out;
  background-color: var(--cta);
  filter: brightness(40%);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-menu-toggle,
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-2-primary {
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: var(--cta);
  border: none;
  margin: 0;
}
#Indgangsvinkel8rev2-640748622181e #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;
}
#Indgangsvinkel8rev2-640748622181e #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: 0;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(1) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 1);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(2) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 2);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(3) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 3);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(4) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 4);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(5) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 5);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(6) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 6);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(7) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 7);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(8) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 8);
}
#Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex.active a:nth-child(9) {
  animation-name: one-shot;
  animation-duration: calc(0s + 0.3s * 9);
}
#Indgangsvinkel8rev2-640748622181e #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;
  }
}
@media screen and (min-width: 768px) {
  #Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-menu-toggle {
    display: none;
  }
  #Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 1;
    right: 0;
  }
  #Indgangsvinkel8rev2-640748622181e #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: 15px;
    transition: all 0.2s ease-in-out;
  }
  #Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
  }
  #Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-value {
    display: block;
  }
  #Indgangsvinkel8rev2-640748622181e #ew-cta-2 .cta-flex .cta-2-primary:hover {
    transform: none;
    transition: all 0.2s ease-in-out;
  }
}
#Indgangsvinkel8rev2-640748622181e .effect {
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  #Indgangsvinkel8rev2-640748622181e .effect {
    text-align: left;
  }
}
#Indgangsvinkel8rev2-640748622181e .entry__grid-item:nth-child(1) .effect {
  text-align: left;
  margin-left: auto;
  width: 700px;
  justify-content: center;
  padding: 0 3rem 0 15px;
}
@media (max-width: 1400px) {
  #Indgangsvinkel8rev2-640748622181e .entry__grid-item:nth-child(1) .effect {
    width: auto;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Indgangsvinkel8rev2-640748622181e .entry__grid-item:nth-child(1) .effect {
    padding: 0 3rem 0 15px;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-640748622181e .entry__grid-item:nth-child(1) .effect {
    padding: 4rem 15px 2rem 15px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .entry__grid-item:nth-child(1) .effect {
    padding: 3rem 15px 1.5rem 15px;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-640748622181e .entry__grid-item:nth-child(1) .effect {
    padding: 2rem 15px 1rem 15px;
  }
}

#Slider4rev3-6045d414b9ac9 {
  /*Responsive slider height*/
}
#Slider4rev3-6045d414b9ac9 .carousel-inner img {
  animation: zoominoutsinglefeatured 25s infinite;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.08, 1.08);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media (min-width: 576px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 500px;
  }
}
@media (min-width: 992px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 750px;
  }
}
@media (min-width: 1200px) {
  #Slider4rev3-6045d414b9ac9 .carousel-inner,
  #Slider4rev3-6045d414b9ac9 .carousel-inner img {
    height: 750px;
  }
}

#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;
}

.not-front main {
  padding: 3rem 0;
  /* Global CSS */
  /*classes*/
  /*classes*/
  /*img with link*/
  /*PDF ikoner links*/
  /*cta links*/
  /*exception og ind8*/
  /*Normal links*/
  /*webformular button*/
}
@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%;
  }
}
@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: 1400px;
  }
}
.not-front main .extrabold {
  font-weight: 900;
}
.not-front main .column1,
.not-front main .column01 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .not-front main .column1,
  .not-front main .column01 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.not-front main .column1 h1,
.not-front main .column1 .ewh1,
.not-front main .column1 h2,
.not-front main .column1 .ewh2,
.not-front main .column1 h3,
.not-front main .column1 .ewh3,
.not-front main .column1 b,
.not-front main .column1 strong,
.not-front main .column1 h4,
.not-front main .column1 .ewh4,
.not-front main .column1 h3,
.not-front main .column1 .ewh3,
.not-front main .column01 h1,
.not-front main .column01 .ewh1,
.not-front main .column01 h2,
.not-front main .column01 .ewh2,
.not-front main .column01 h3,
.not-front main .column01 .ewh3,
.not-front main .column01 b,
.not-front main .column01 strong,
.not-front main .column01 h4,
.not-front main .column01 .ewh4,
.not-front main .column01 h3,
.not-front main .column01 .ewh3 {
  -moz-column-break-after: avoid;
       break-after: avoid;
  -moz-column-break-after: avoid-column;
       break-after: avoid-column;
}
.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 b,
.not-front main .column2 strong,
.not-front main .column2 h4,
.not-front main .column2 .ewh4,
.not-front main .column2 h3,
.not-front main .column2 .ewh3,
.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 b,
.not-front main .column02 strong,
.not-front main .column02 h4,
.not-front main .column02 .ewh4,
.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 b,
.not-front main .column3 strong,
.not-front main .column3 h4,
.not-front main .column3 .ewh4,
.not-front main .column3 h3,
.not-front main .column3 .ewh3,
.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 b,
.not-front main .column03 strong,
.not-front main .column03 h4,
.not-front main .column03 .ewh4,
.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 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 a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
.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-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):hover,
.not-front main a[href^="/node/6"]:not(.btn):hover {
  filter: brightness(70%);
}
.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 .white_link {
  color: #fff;
  font-weight: 700;
  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: 700;
  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 .btn-primary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #177d9e;
  background-color: #177d9e;
  text-transform: none;
  color: #fff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  .not-front main .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .not-front main .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .not-front main .btn-primary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .not-front main .btn-primary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
.not-front main .btn-primary:hover, .not-front main .btn-primary:focus, .not-front main .btn-primary:active {
  border: 1px solid #177d9e;
  background-color: #177d9e !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
.not-front main .btn-secondary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: none;
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  .not-front main .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .not-front main .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .not-front main .btn-secondary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .not-front main .btn-secondary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
.not-front main .btn-secondary:hover, .not-front main .btn-secondary:focus, .not-front main .btn-secondary:active {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
.not-front main .btn-cta {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  .not-front main .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .not-front main .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .not-front main .btn-cta {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .not-front main .btn-cta {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
.not-front main .btn-cta:hover {
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  box-shadow: none;
  transform: translate3d(10px, 0, 1rem) scale(1);
}
.not-front main .form-actions .form-submit {
  margin-top: 0.2rem;
  padding: 8px 25px 10px 25px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border: none !important;
  transition: all ease-in-out 300ms !important;
  border-radius: 15px;
  text-transform: revert !important;
  font-family: "Roboto";
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  background-color: var(--cta) !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media (max-width: 767px) and (min-width: 576px) {
  .not-front main .form-actions .form-submit {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  .not-front main .form-actions .form-submit {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
.not-front main .form-actions .form-submit:hover {
  transform: translate3d(10px, 0, 1rem) scale(1) !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.not-front main #ew-cta-2 {
  z-index: 5;
}
.not-front main #ew-cta-2 a:hover {
  text-decoration: none !important;
}
.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 !important;
  min-width: 24px;
  font-weight: 400;
}
.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: 25px;
  background: var(--cta);
  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: 0;
}
.not-front main #ew-cta-2 .cta-flex .cta-2-primary:hover {
  transform: none;
}
.not-front main #ew-cta-2 .cta-flex.active {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
.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;
  }
}
@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: 15px;
    transition: all 0.2s ease-in-out;
  }
  .not-front main #ew-cta-2 .cta-flex .cta-2-primary .cta-2-primary-icon {
    width: 25px;
  }
  .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 h1,
.not-front .ewh1 {
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  .not-front h1,
  .not-front .ewh1 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .not-front h1,
  .not-front .ewh1 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .not-front h1,
  .not-front .ewh1 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .not-front h1,
  .not-front .ewh1 {
    font-size: 2rem;
  }
}
.not-front h2,
.not-front .ewh2 {
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .not-front h2,
  .not-front .ewh2 {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .not-front h2,
  .not-front .ewh2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .not-front h2,
  .not-front .ewh2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .not-front h2,
  .not-front .ewh2 {
    font-size: 1.7rem;
  }
}
.not-front h3,
.not-front .ewh3 {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .not-front h3,
  .not-front .ewh3 {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .not-front h3,
  .not-front .ewh3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .not-front h3,
  .not-front .ewh3 {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .not-front h3,
  .not-front .ewh3 {
    font-size: 1.4rem;
  }
}
.not-front h4,
.not-front .ewh4,
.not-front h5,
.not-front .ewh5,
.not-front h6,
.not-front .ewh6 {
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  .not-front h4,
  .not-front .ewh4,
  .not-front h5,
  .not-front .ewh5,
  .not-front h6,
  .not-front .ewh6 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .not-front h4,
  .not-front .ewh4,
  .not-front h5,
  .not-front .ewh5,
  .not-front h6,
  .not-front .ewh6 {
    font-size: 1.05rem;
  }
}
@media (min-width: 992px) {
  .not-front h4,
  .not-front .ewh4,
  .not-front h5,
  .not-front .ewh5,
  .not-front h6,
  .not-front .ewh6 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .not-front h4,
  .not-front .ewh4,
  .not-front h5,
  .not-front .ewh5,
  .not-front h6,
  .not-front .ewh6 {
    font-size: 1.15rem;
  }
}

#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;
  /* Global CSS */
  /*classes*/
  /*classes*/
  /*img with link*/
  /*PDF ikoner links*/
  /*cta links*/
  /*exception og ind8*/
  /*Normal links*/
  /*webformular button*/
}
#block-views-block-sekundaer-tekst-block-1 .container .field-content {
  -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 .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 h3,
#block-views-block-sekundaer-tekst-block-1 .container .field-content .ewh3 {
  -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: 1400px;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .extrabold {
  font-weight: 900;
}
#block-views-block-sekundaer-tekst-block-1 .container .column1,
#block-views-block-sekundaer-tekst-block-1 .container .column01 {
  -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 .column1,
  #block-views-block-sekundaer-tekst-block-1 .container .column01 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .column1 h1,
#block-views-block-sekundaer-tekst-block-1 .container .column1 .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .column1 h2,
#block-views-block-sekundaer-tekst-block-1 .container .column1 .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .column1 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column1 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column1 b,
#block-views-block-sekundaer-tekst-block-1 .container .column1 strong,
#block-views-block-sekundaer-tekst-block-1 .container .column1 h4,
#block-views-block-sekundaer-tekst-block-1 .container .column1 .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .column1 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column1 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column01 h1,
#block-views-block-sekundaer-tekst-block-1 .container .column01 .ewh1,
#block-views-block-sekundaer-tekst-block-1 .container .column01 h2,
#block-views-block-sekundaer-tekst-block-1 .container .column01 .ewh2,
#block-views-block-sekundaer-tekst-block-1 .container .column01 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column01 .ewh3,
#block-views-block-sekundaer-tekst-block-1 .container .column01 b,
#block-views-block-sekundaer-tekst-block-1 .container .column01 strong,
#block-views-block-sekundaer-tekst-block-1 .container .column01 h4,
#block-views-block-sekundaer-tekst-block-1 .container .column01 .ewh4,
#block-views-block-sekundaer-tekst-block-1 .container .column01 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column01 .ewh3 {
  -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 .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 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column2 .ewh3,
#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 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column02 .ewh3 {
  -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 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column3 .ewh3,
#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 h3,
#block-views-block-sekundaer-tekst-block-1 .container .column03 .ewh3 {
  -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 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 a[href*=".pdf"]::before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
#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),
#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):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 .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 .white_link {
  color: #fff;
  font-weight: 700;
  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: 700;
  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-primary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #177d9e;
  background-color: #177d9e;
  text-transform: none;
  color: #fff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-primary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-primary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-primary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#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 {
  border: 1px solid #177d9e;
  background-color: #177d9e !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-secondary {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: none;
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-secondary {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#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 {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #ffffff !important;
  box-shadow: 0px 17px 10px -10px rgba(0, 0, 0, 0.01);
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta {
  margin-top: 0.5rem;
  font-family: "Roboto";
  text-align: center;
  letter-spacing: 0px;
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  padding: 8px 25px 10px 25px;
  font-size: 1.1rem;
  border-radius: 15px;
  font-weight: 400;
  box-shadow: none;
  cursor: pointer;
  transition: all ease-in-out 300ms, background-color 500ms linear;
  transform: scale(1, 1);
}
@media (max-width: 1200px) and (min-width: 991px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta {
    font-size: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .btn-cta {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .btn-cta:hover {
  border: 1px solid var(--cta);
  background-color: var(--cta);
  color: #ffffff;
  box-shadow: none;
  transform: translate3d(10px, 0, 1rem) scale(1);
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit {
  margin-top: 0.2rem;
  padding: 8px 25px 10px 25px !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer !important;
  border: none !important;
  transition: all ease-in-out 300ms !important;
  border-radius: 15px;
  text-transform: revert !important;
  font-family: "Roboto";
  font-weight: 400 !important;
  letter-spacing: 1px !important;
  background-color: var(--cta) !important;
  color: #fff !important;
  font-size: 1rem !important;
}
@media (max-width: 767px) and (min-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit {
    padding: 8px 15px;
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit {
    padding: 8px 10px;
    font-size: 0.8rem;
    margin-top: 3px;
  }
}
#block-views-block-sekundaer-tekst-block-1 .container .form-actions .form-submit:hover {
  transform: translate3d(10px, 0, 1rem) scale(1) !important;
  opacity: 1 !important;
  box-shadow: 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 a:hover {
  text-decoration: none !important;
}
#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 !important;
  min-width: 24px;
  font-weight: 400;
}
#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: 25px;
  background: var(--cta);
  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: 0;
}
#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 {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
#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;
  }
}
@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: 15px;
    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;
  }
  #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 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;
  }
}

#ew-webform-1-rev4-609930b71e185 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-bottom: 0;
  z-index: 99;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #ew-webform-1-rev4-609930b71e185 {
    padding: 1rem 15px;
  }
}
@media (max-width: 576px) {
  #ew-webform-1-rev4-609930b71e185 {
    padding: 1rem 15px;
  }
}
@media (max-width: 991px) {
  #ew-webform-1-rev4-609930b71e185 {
    margin-top: 1rem;
  }
}
#ew-webform-1-rev4-609930b71e185 h3,
#ew-webform-1-rev4-609930b71e185 .ewh3,
#ew-webform-1-rev4-609930b71e185 h4,
#ew-webform-1-rev4-609930b71e185 .ewh4,
#ew-webform-1-rev4-609930b71e185 h5,
#ew-webform-1-rev4-609930b71e185 .ewh5 {
  margin-bottom: 0;
}
#ew-webform-1-rev4-609930b71e185 .webform-submission-form {
  margin-top: 1rem;
}
#ew-webform-1-rev4-609930b71e185 b,
#ew-webform-1-rev4-609930b71e185 strong {
  color: #000000;
}
#ew-webform-1-rev4-609930b71e185 p {
  color: #000000;
  padding: 4px 0px;
  margin-bottom: 0.1rem;
}
#ew-webform-1-rev4-609930b71e185 .form-item-name {
  width: 49.5%;
  float: left;
}
#ew-webform-1-rev4-609930b71e185 .form-item-telefon {
  width: 49.5%;
  float: right;
  margin-left: 0;
}
#ew-webform-1-rev4-609930b71e185 input,
#ew-webform-1-rev4-609930b71e185 textarea {
  color: #000000;
  background-color: transparent;
  border: 1px solid rgba(218, 218, 218, 0.795);
  border-top: none;
  border-left: none;
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 0.9rem;
}
#ew-webform-1-rev4-609930b71e185 input .webform-submission-form input,
#ew-webform-1-rev4-609930b71e185 input .webform-submission-form textarea,
#ew-webform-1-rev4-609930b71e185 textarea .webform-submission-form input,
#ew-webform-1-rev4-609930b71e185 textarea .webform-submission-form textarea {
  border: none;
  background: #fff;
}
#ew-webform-1-rev4-609930b71e185 ::-moz-placeholder {
  color: rgba(121, 121, 121, 0.699);
}
#ew-webform-1-rev4-609930b71e185 ::placeholder {
  color: rgba(121, 121, 121, 0.699);
}
#ew-webform-1-rev4-609930b71e185 label {
  color: #fff;
  text-transform: none;
  font-size: 96%;
}
#ew-webform-1-rev4-609930b71e185 a:hover {
  color: var(--cta) !important;
}

#Indgangsvinkel8rev2-68b548bf4c5b4 .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .entry__grid {
    padding: 3rem 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .entry__grid {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .entry__grid {
    padding: 0;
  }
}
#Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
  height: 45rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
    height: 35rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
    height: 25rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
    height: 20rem;
  }
}

#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .entry__grid {
    padding: 3rem 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .entry__grid {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .entry__grid {
    padding: 0;
  }
}
#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .new_class {
  height: 30rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .new_class {
    height: 35rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .new_class {
    height: 25rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe .new_class {
    height: 20rem;
  }
}

#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .entry__grid {
    padding: 3rem 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .entry__grid {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .entry__grid {
    padding: 0;
  }
}
#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .new_class {
  height: 30rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .new_class {
    height: 35rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .new_class {
    height: 25rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf03 .new_class {
    height: 20rem;
  }
}

#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .entry__grid {
    padding: 3rem 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .entry__grid {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .entry__grid {
    padding: 0;
  }
}
#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
  height: 30rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
    height: 35rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
    height: 25rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
    height: 20rem;
  }
}

#Indgangsvinkel8rev2-68b548bf4c5b4 .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .entry__grid {
    padding: 3rem 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .entry__grid {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .entry__grid {
    padding: 0;
  }
}
#Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
  height: 30rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
    height: 35rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
    height: 25rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b4 .new_class {
    height: 20rem;
  }
}

#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .effect {
  padding: 0;
  text-align: left;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .entry__grid {
    padding: 3rem 0px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .entry__grid {
    padding: 0;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .entry__grid {
    padding: 0;
  }
}
#Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
  height: 30rem;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
    height: 35rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
    height: 25rem;
  }
}
@media (max-width: 576px) {
  #Indgangsvinkel8rev2-68b548bf4c5b468b550d8d51fe68b552654bf0368b553305a08a .new_class {
    height: 20rem;
  }
}

#Articles1rev2-68b555467d6db68b55b84db6b8 {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .col-xl-9 {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .col-xl-3 {
  flex: 0 0 100%;
  max-width: 100%;
  order: 1;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
  grid-gap: 0;
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .article__body__text p {
    font-size: 0.9rem;
  }
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news {
  padding: 0 0 0rem 0;
  margin-top: -2rem; /* Juster værdien efter behov */
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news {
    padding: 0 0 0rem 0;
  }
}
@media (max-width: 576px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news {
    padding: 0 0 1.7rem 0;
  }
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .row .col-12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .row .col-12 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-content: center; /* centrerer grid-indholdet horisontalt */
    grid-gap: 30px;
  }
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article {
  margin-bottom: 0rem;
  margin-top: 0rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article {
    margin-bottom: 2.5rem;
  }
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__media {
  margin: 1rem 0;
  width: 100%;
  z-index: 1;
  height: 18rem;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__media::before {
  content: none;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__date {
  display: none;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline {
  text-shadow: none;
  letter-spacing: none;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1200px) and (min-width: 991px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline {
    margin-top: 1.3rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline {
    font-size: 1.3rem;
  }
}
@media (max-width: 576px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline {
    font-size: 1.1rem;
  }
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article__body__headline a {
  font-weight: 500;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article .readmore {
  font-weight: 600;
  color: #000000;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article .readmore::after {
  content: "\e093";
  font-family: "Font Awesome 6 Pro";
  margin-left: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
}
@media (max-width: 576px) {
  #Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article .readmore::after {
    font-size: 0.9rem;
  }
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article .article__media {
  position: relative;
}
#Articles1rev2-68b555467d6db68b55b84db6b8 .section__news .container .article .article__media::after {
  content: "Vi bygger løsninger, der holder – nu og i fremtiden.";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ae4014;
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#ew-before-after-1rev2 {
  padding-top: 0rem;
}
#ew-before-after-1rev2 .container {
  padding: 0;
}
#ew-before-after-1rev2 .container .col-12 {
  margin-bottom: 1rem;
}
#ew-before-after-1rev2 .twentytwenty-wrapper {
  max-width: 600px;
  height: auto;
  overflow: hidden;
}

#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 h3,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 .ewh3 {
  color: var(--light);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 h3 b,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 h3 strong,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 .ewh3 b,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 .ewh3 strong {
  font-weight: 700;
  color: var(--light);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 p {
  padding: 4px 0px;
  margin-bottom: 0.1rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 .form-item-name {
  width: 49.5%;
  float: left;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 .form-item-telefon {
  width: 49.5%;
  float: right;
  margin-left: 0;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 input,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 textarea {
  color: var(--light);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.795);
  padding: 5px 10px;
  margin: 5px 0px;
  font-size: 0.9rem;
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 input .webform-submission-form input,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 input .webform-submission-form textarea,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 textarea .webform-submission-form input,
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 textarea .webform-submission-form textarea {
  border: none;
  background: var(--light);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 ::-moz-placeholder {
  color: rgba(215, 215, 215, 0.699);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 ::placeholder {
  color: rgba(215, 215, 215, 0.699);
}
#ew-webform-with-optional-on-left-1-rev4-68b54a35bfa1768b6e01e63125 label {
  color: var(--light);
  text-transform: none;
  font-size: 96%;
}

.Indgangsvinkel8rev2-68b6e7a74591e {
  padding: 0;
}
.Indgangsvinkel8rev2-68b6e7a74591e .entry__grid {
  padding: 0;
}

#Indgangsvinkel8rev2-68b6e7a74591e {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  z-index: 1;
  position: relative;
}
#Indgangsvinkel8rev2-68b6e7a74591e p {
  margin-bottom: 0;
}
#Indgangsvinkel8rev2-68b6e7a74591e iframe {
  margin: 0;
  width: 100%;
  margin-bottom: -6px;
  height: 320px;
  filter: grayscale(100%) contrast(120%) brightness(110%);
}
@media (max-width: 767px) {
  #Indgangsvinkel8rev2-68b6e7a74591e iframe {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .page-node-6 #ew-contact-info-1 {
    padding: 0px 0px 10px 0px;
  }
}
.page-node-6 #ew-contact-info-1 .ewh3 {
  display: none;
}
.page-node-6 #ew-contact-info-1 ul li {
  border-bottom: none;
  padding: 4px 0px;
  font-family: "Roboto";
}
@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: "Montserrat";
}
.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 {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
  z-index: 1;
  position: relative;
}
#block-ewcustom-googlemaps p {
  margin-bottom: 0;
}
#block-ewcustom-googlemaps iframe {
  margin: 0;
  width: 100%;
  margin-bottom: -6px;
  height: 320px;
  filter: grayscale(100%) contrast(120%) brightness(110%);
}
@media (max-width: 767px) {
  #block-ewcustom-googlemaps iframe {
    height: 220px;
  }
}

.Gallery2-607038f7afe9a .gallery__wall--grid .brick__caption-inner {
  font-weight: 400;
  font-family: "Roboto";
  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: "Roboto";
  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: "Montserrat";
  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: "Roboto";
  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-66150e8486516 .section__news {
  padding: 0 !important;
}
.Articles1rev2-66150e8486516 .section__news .container {
  padding: 0;
}
.Articles1rev2-66150e8486516 .section__news .container .article {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .Articles1rev2-66150e8486516 .section__news .container .article {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Articles1rev2-66150e8486516 .section__news .container .article__media {
    height: 15rem;
  }
}
@media (max-width: 576px) {
  .Articles1rev2-66150e8486516 .section__news .container .article__media {
    height: 10rem;
  }
}
.Articles1rev2-66150e8486516 .section__news .container .article__body__date {
  display: none;
}
.Articles1rev2-66150e8486516 .section__news .container .article__body__headline {
  font-family: "Roboto";
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Articles1rev2-66150e8486516 .section__news .container .article__body__headline {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .Articles1rev2-66150e8486516 .section__news .container .article__body__headline {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .Articles1rev2-66150e8486516 .section__news .container .article__body__headline {
    margin-top: 1.5rem;
  }
}
.Articles1rev2-66150e8486516 .section__news .container .article__body__headline a {
  font-weight: 500;
}
.Articles1rev2-66150e8486516 .section__news .container .article .readmore {
  font-weight: 600;
}

.Employees2-65151a5e313ec {
  padding: 0 0;
}
.Employees2-65151a5e313ec .employees .dir-column .employee__avatar {
  max-width: calc(85% - 0px);
  filter: grayscale(30%);
  transition: all 0.5s ease;
  opacity: 0.95;
}
@media (max-width: 1500px) and (min-width: 1200px) {
  .Employees2-65151a5e313ec .employees .dir-column .employee__avatar {
    max-width: calc(90% - 0px);
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .Employees2-65151a5e313ec .employees .dir-column .employee__avatar {
    max-width: calc(85% - 0px);
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .Employees2-65151a5e313ec .employees .dir-column .employee__avatar {
    max-width: calc(80% - 0px);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .Employees2-65151a5e313ec .employees .dir-column .employee__avatar {
    max-width: calc(70% - 0px);
  }
}
@media (max-width: 576px) {
  .Employees2-65151a5e313ec .employees .dir-column .employee__avatar {
    max-width: calc(85% - 0px);
  }
}
@media (max-width: 576px) {
  .Employees2-65151a5e313ec .employees .employee__info-head .position {
    font-size: 0.75em;
  }
}
.Employees2-65151a5e313ec .employee {
  box-shadow: none !important;
}
.Employees2-65151a5e313ec .employees .employee__info {
  padding: 1rem 0 0 0;
}
.Employees2-65151a5e313ec .employees .employee__info-head .title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 500;
  color: var(--primary);
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .Employees2-65151a5e313ec .employees .employee__info-head .title {
    font-size: 0.9rem;
  }
}
.Employees2-65151a5e313ec .contact-info__item a.cta {
  font-weight: 400;
  color: var(--dark);
}
.Employees2-65151a5e313ec .contact-info__item i {
  color: var(--cta);
}
.Employees2-65151a5e313ec .contact-info__item i {
  font-size: 1rem;
  margin-right: 5px;
}

#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: "Montserrat";
  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: "Montserrat";
  letter-spacing: 0;
  color: var(--primary);
  font-size: 1rem;
  transition: 0.2s all ease-in-out;
}
@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.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 5 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 {
  z-index: 1;
  margin: 0rem 0;
}
.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;
  }
}
@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: "Roboto";
}
@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: "Montserrat";
  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;
  /* .container {
      max-width: 100%;
  }*/
}
@media (max-width: 576px) {
  .Reviews1-66154276716f9 {
    margin: 0;
  }
}
.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: "Roboto";
}
@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%);
        }
    }
}*//*# sourceMappingURL=custom.css.map */