@charset "UTF-8";
/*------------------------------------*\
    Breakpoints

    Usage eg.:

    @include bp(largetablet) {
        height: 500px !important;
    }

\*------------------------------------*/
.ax_button a {
  background: #3DAFCC !important;
  border: none;
  color: #fff !important;
  border-radius: 25px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
}

.wrapper.narrow {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .reversemobile {
    flex-direction: column-reverse;
  }
}
.arrow_list {
  font-size: 18px;
}
.arrow_list ul li a {
  text-decoration: none;
  position: relative;
}
.arrow_list ul li a:after {
  display: inline-block;
  text-align: left;
  height: 20px;
  width: 20px;
  margin-left: 15px;
  content: "";
  background: url(/wp-content/themes/axlab/assets/icon_arrow_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
}

/*------------------------------------*\
    Buttons
\*------------------------------------*/
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round {
  border-radius: 25px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
  font-weight: bold;
}
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-purple, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-purple {
  background: var(--purple) !important;
}
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-purple:hover, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-purple:hover {
  background: var(--petrol) !important;
}
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-primary, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-primary {
  background: var(--darkblue) !important;
  border-radius: 25px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
  font-weight: bold;
}
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-primary:hover, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-primary:hover {
  background: var(--purple) !important;
}
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-success, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-success {
  background: var(--dark) !important;
}
body .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-success:hover, #content .vc_btn3-container .vc_btn3.vc_btn3-shape-round.vc_btn3-color-success:hover {
  background: var(--purple) !important;
}

/*------------------------------------*\
    Fix nav language link
\*------------------------------------*/
@media (min-width: 768px) {
  #mega-menu-header-menu > li.mega-wpml-ls-item > a.mega-menu-link {
    pointer-events: none !important;
  }
}

/*------------------------------------*\
    Footer fix
\*------------------------------------*/
footer .wpb_raw_code a {
  color: #fff !important;
}

.academyslider_item {
  padding-left: 0 !important;
  padding-right: 0;
  padding-top: 0 !important;
  height: 470px !important;
  background: #fff;
}
.academyslider_item .vc_gitem-zone-mini {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.academyslider_item .vc_gitem-zone-mini .vc_gitem-row-position-top {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
}
.academyslider_item .vc_gitem-zone-mini .vc_gitem-row-position-middle {
  position: relative;
  top: unset;
  transform: unset;
  display: flex;
  height: 100%;
}
.academyslider_item .wpb_single_image {
  margin-top: -20px;
  margin-left: -20px;
  width: calc(100% + 40px);
  margin-bottom: 0 !important;
}
.academyslider_item .wpb_single_image a {
  margin-bottom: 0;
}
.academyslider_item .wpb_single_image:after {
  content: " ";
  display: block;
  background: url("https://axlab.dk/wp-content/uploads/2020/06/stribes.png");
  height: 24px;
  width: 70%;
  position: relative;
  bottom: 12px;
  left: 0;
}
.academyslider_item .vc_gitem-col {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 0 !important;
}
.academyslider_item .vc_custom_heading h3 {
  padding-right: 25px;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.academyslider_item .info {
  padding-left: 20px;
  font-size: 16px;
  padding-right: 20px;
}
.academyslider_item .vc_btn3-inline {
  margin-bottom: 0;
}
.academyslider_item .vc_btn3-inline a {
  line-height: 1.4;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 20px;
  background: #EE414B;
  color: #fff !important;
  text-decoration: none;
  padding: 7px 18px !important;
  margin-top: 15px !important;
  font-size: 14px !important;
  border-radius: 50px;
}
.academyslider_item:before {
  font-family: FontAwesome;
  content: "";
  font-size: 22px;
  display: block;
  color: #EE414B;
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  top: unset;
  text-align: right;
}
.academyslider_item .international:not(empty) {
  content: "";
  height: 25px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158.24 158.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2320404d;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m130.03,130.5c-1-.5-1.6-1-2.4-1.2-4.4-1.6-8.8-3.1-13.2-4.7-1-.4-1.5-.1-1.8.9-3.1,8.1-7,15.7-12.8,22.2-.1.1-.1.4-.3.9,11.6-3.6,21.7-9.5,30.5-18.1m-102.1-.3c5,6.8,26.3,19,30.8,18v-.2c-.4-.5-.9-1.1-1.4-1.6-5.2-6.1-8.8-13.2-11.6-20.7-.5-1.2-1-1.6-2.3-1.1-2.3.8-4.7,1.4-7,2.2-2.8,1-5.5,2.2-8.5,3.4M99.43,9.3c-.1.2-.2.3-.4.5.9,1,1.8,1.9,2.6,3,4.7,5.9,8.1,12.6,10.8,19.6.4,1.2.9,1.5,2.1,1,2.2-.8,4.5-1.4,6.8-2.2,2.9-1.1,5.8-2.3,9.1-3.6-9.2-8.9-19.3-14.9-31-18.3M27.53,27.5c.9.5,1.5,1,2.2,1.2,4.2,1.5,8.3,3,12.5,4.4,3.1,1,3,.9,4.2-2.1,3-7.6,6.7-14.7,12.3-20.7.2-.2.3-.5.4-.8-.1-.1-.2-.3-.3-.4-11.9,3.4-22.1,9.6-31.3,18.4m78.8,95.5c-.4-.2-.7-.3-1-.4-7-.8-14-1.6-21-2.5-1.5-.2-2,.3-2,1.9.1,8.4.1,16.8,0,25.3,0,4.5-.5,4.5,4.1,2.4,5.6-2.6,9.5-7.2,12.8-12.2,3-4.5,5.3-9.3,7.1-14.5m-54.7-.3c.2.6.2,1,.4,1.3,2.4,4.8,4.5,9.8,7.4,14.3,3.5,5.5,8,10,14.4,12.3,1.5.5,2,.3,2-1.3v-27.4c0-1.6-.6-2-2.1-1.9-3.9.3-7.8.5-11.7.9-3.5.5-6.8,1.2-10.4,1.8m54.9-87.5c-2.8-7.7-6.4-14.7-11.8-20.7-3-3.3-6.4-5.9-10.6-7.4-1.3-.5-1.9-.2-1.9,1.3,0,9.3.1,18.7.1,28,0,1,.3,1.5,1.4,1.5,7.5-.4,15.1-1.1,22.8-2.7m-55-.3c.3.2.3.4.5.4,7.4,1.6,14.9,2.3,22.4,2.6,1.3,0,1.5-.5,1.5-1.6V8.5c0-1.2-.3-2.1-1.6-1.5-2.6,1.3-5.3,2.4-7.5,4.2-7.7,6.2-11.9,14.7-15.3,23.7m30.7,25q.1,0,0,0c0,4.6.1,9.1,0,13.7,0,1.6.5,2.1,2.1,2.1,8.9-.1,17.9-.1,26.8,0,1.9,0,2.5-.5,2.3-2.4-.7-6.4-1.1-12.8-2-19.2-.5-3.7-1.6-7.3-2.4-10.9-.2-.9-.3-1.8-1.8-1.7-7.7.9-15.3,1.8-23,2.5-1.8.2-2.1.7-2.1,2.3.2,4.6.1,9.1.1,13.6m.1,38h0c0,4.5.1,9,0,13.5,0,1.6.4,2.2,2.1,2.3,7.2.6,14.3,1.3,21.5,2.2,1.5.2,2.7.8,3.3-1.4,2.5-10,4.1-20.1,4.4-30.4,0-1.5-.5-1.9-1.9-1.9h-27.6c-1.3,0-1.8.4-1.8,1.8v13.9m-6.6,0v-13.9c0-1.2-.4-1.7-1.6-1.7-9.4,0-18.8,0-28.2-.1-1.2,0-1.6.5-1.5,1.6.3,3.6.3,7.2.8,10.8.5,4.5,1.3,9,2.1,13.5.4,2.3,1.1,4.6,1.7,6.9.2.8.4,1.6,1.8,1.4,7.6-1,15.3-1.9,23-2.6,1.6-.2,2.1-.7,2.1-2.2-.2-4.6-.2-9.2-.2-13.7m0-37.9h0c.1-3.6.1-7.2.1-10.8,0-5.1,0-4.8-5.1-5.3-6.7-.6-13.4-1.6-20-2.5-1.3-.2-1.6.4-1.8,1.4-.4,1.6-.7,3.2-1.1,4.9-2.1,8.6-3.3,17.4-3.4,26.3,0,1.3.3,1.9,1.7,1.9,9.3-.1,18.6-.1,28-.1,1.4,0,1.7-.5,1.7-1.8-.1-4.7-.1-9.4-.1-14m75.5,25.6c0-.6,0-1.2.1-1.7.2-1.2-.3-1.6-1.5-1.6h-28.2c-1,0-1.5.3-1.5,1.4-.3,11.1-1.7,22.1-4.9,32.8-.3.9,0,1.4,1.1,1.8,5.6,2,11.2,3.9,16.7,6.1,1.5.6,2.3.3,3-.8,1.8-2.6,3.8-5.2,5.4-8,5.6-9.1,8.8-19.2,9.8-30m-15.6-10h0c4.6,0,9.3-.1,13.9,0,1.5,0,2-.4,1.8-1.9-.9-4.8-1.4-9.8-2.6-14.5-2.3-9.3-6.9-17.6-12.8-25.2-.9-1.1-1.5-1.2-2.9-.7-4.8,2-9.6,3.8-14.5,5.5-3.4,1.2-3.4,1-2.7,4.5.1.5.1,1,.3,1.5,2.5,9.5,3.7,19.2,4,28.9,0,1.6.6,1.9,2,1.9h13.5m-113.3,6.6h0c-4.6-.1-9.1-.1-13.7-.1-2.3,0-2.4.2-2.2,2.4.6,6.1,1.8,12.1,3.8,17.8,2.8,7.9,6.7,15.3,12,21.8.6.8,1.2,1.1,2.3.7,5.2-2.1,10.4-4,15.6-6,2.9-1.1,2.9-1,2.1-4.1-2.6-10.1-3.9-20.4-4.2-30.9,0-1.4-.5-1.8-1.8-1.7-4.7.2-9.3.1-13.9.1m-.2-6.3v-.1c4.6,0,9.1-.1,13.7,0,1.7,0,2.1-.6,2.2-2.2.3-5,.6-10,1.4-15,.9-5.7,2.3-11.3,3.5-17,.3-1.3.1-1.8-1.3-2.3-5.7-2-11.3-4.2-16.9-6.4-1-.4-1.8-.5-2.4.5-2.9,4.7-6.2,9.1-8.8,14-4.1,7.9-6.2,16.5-7,25.4-.3,3-.4,3,2.7,3,4.3.1,8.6.1,12.9.1M83.93,0c2.7.4,5.3.7,8,1.1,6.4,1,12.5,2.9,18.4,5.4,10.3,4.3,19.2,10.6,26.8,18.8,7.5,8.1,13.1,17.5,16.8,28,3.9,11,5,22.3,3.9,33.8-1.1,12.4-5.3,23.9-12,34.4-7.5,11.7-17.3,20.8-29.5,27.3-14.5,7.7-30,11.1-46.4,8.9-15.6-2-29.6-8-41.7-18.2-12.4-10.4-20.8-23.4-25.2-38.9-4.4-15.5-4-31,1.1-46.3,4.3-12.9,11.4-24,21.3-33.2,8.7-8,18.7-13.7,29.9-17.4,5.7-1.9,11.6-2.9,17.5-3.4.6,0,1.1-.2,1.7-.3h9.4Z'/%3E%3C/svg%3E");
  position: absolute;
  right: 20px;
  top: 10px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
.academyslider_item .webinar:not(empty) {
  content: "";
  height: 25px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='145.3px' height='116.2px' viewBox='0 0 145.3 116.2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group'%3E%3Cpath d='M17.2,0 C7.7,0 0,7.7 0,17.2 L0,85.9 C0,95.4 7.7,103.1 17.2,103.1 L128.1,103.1 C137.6,103.1 145.3,95.4 145.3,85.9 L145.3,17.2 C145.3,7.7 137.6,0 128.1,0 L17.2,0 Z' id='Path' stroke='%2320404D' stroke-width='6.07'%3E%3C/path%3E%3Cpolygon id='Path' fill='%2320404D' fill-rule='nonzero' points='52.8 24.4 52.8 76.4 102.4 50.4'%3E%3C/polygon%3E%3Cpolygon id='Path' stroke='%2320404D' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round' points='52.8 24.4 52.8 76.4 102.4 50.4'%3E%3C/polygon%3E%3Cline x1='40.4' y1='115.7' x2='101.5' y2='115.7' id='Path' stroke='%2320404D' stroke-width='6.07'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 20px;
  bottom: 80px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

:root {
  --darkblue: #1e3f4c;
  --mediumblue: #009bc1;
  --red: #3ef404b;
  --lightblue: #d7e9f2;
  --lightgrey: #f5f5f5;
  --purple: #88143d;
  --mediumpink: #eca1c6;
  --lightpink: #f9e3ef;
  --dustygreen: #e2e8e8;
  --green: #a3d0d4;
  --lightgreen: #d1ebe2;
}

.clickdform {
  padding: 0 !important;
}
.clickdform #clickdimensionsForm input.floatLeft[type=checkbox] {
  float: left;
  width: 25px !important;
  height: 22px;
  width: 22px;
  margin-right: 8px !important;
  float: left;
}
.clickdform #clickdimensionsForm .buttonContainer {
  display: block !important;
  width: 100% !important;
  margin-top: 13px !important;
  cursor: pointer !important;
}
.clickdform #clickdimensionsForm .buttonContainer #btnSubmit {
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  cursor: pointer !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: var(--purple) !important;
  background-color: var(--purple) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 25px;
  font-weight: bold;
}

/*
	If changed remember also to update employee css on products.scss
*/
#content.employees .wrapper,
.employees .wrapper {
  max-width: 1000px;
}
#content.employees .wpb_wrapper,
.employees .wpb_wrapper {
  text-align: center;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column,
.employees .wpb_wrapper > .vc_row > .wpb_column {
  text-align: center;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column .wpb_single_image,
.employees .wpb_wrapper > .vc_row > .wpb_column .wpb_single_image {
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 150px;
  height: 150px;
  width: 150px;
  text-align: center;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column .wpb_single_image img,
.employees .wpb_wrapper > .vc_row > .wpb_column .wpb_single_image img {
  border-radius: 150px;
  height: 150px;
  object-fit: cover;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column h3,
.employees .wpb_wrapper > .vc_row > .wpb_column h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px !important;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column strong,
.employees .wpb_wrapper > .vc_row > .wpb_column strong {
  font-weight: 400;
  margin-bottom: 0 !important;
  display: block;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column br,
.employees .wpb_wrapper > .vc_row > .wpb_column br {
  display: none;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column h3 + p,
.employees .wpb_wrapper > .vc_row > .wpb_column h3 + p {
  margin-top: 0;
}
#content.employees .wpb_wrapper > .vc_row > .wpb_column a,
.employees .wpb_wrapper > .vc_row > .wpb_column a {
  text-decoration: none;
  color: #3DAFCC;
}

.wpgb-facet .wpgb-color-facet .wpgb-color[aria-pressed=true] .wpgb-color-control, .wpgb-facet .wpgb-radio-facet .wpgb-radio[aria-pressed=true] .wpgb-radio-control {
  border-color: var(--purple) !important;
}

.wpgb-facet .wpgb-radio-facet .wpgb-radio-control:after {
  background-color: var(--purple) !important;
}

/*------------------------------------*\
    Helperclasses
\*------------------------------------*/
.paddedsection {
  padding: 30px 10px;
}
@media (min-width: 1200px) {
  .paddedsection {
    padding: 40px 50px;
  }
}

.paddedsection_top {
  padding: 30px 10px 0 10px;
}
@media (min-width: 1200px) {
  .paddedsection_top {
    padding: 40px 50px 0 50px;
  }
}

.paddedsection_bottom {
  padding: 0 10px 30px 10px;
}
@media (min-width: 1200px) {
  .paddedsection_bottom {
    padding: 0 50px 40px 50px;
  }
}

.paddedsection_sides {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .paddedsection_sides {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.video_info p {
  display: flex;
}
.video_info p img {
  margin-right: 10px;
}

.text_purple p, .text_purple h1, .text_purple h2, .text_purple h3, .text_purple h4 {
  color: var(--purple) !important;
}

.text_white p, .text_white h1, .text_white h2, .text_white h3, .text_white h4 {
  color: #fff !important;
}

.small_headline {
  margin-bottom: 20px;
  min-height: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1em;
}

.nobottommargin {
  margin-bottom: 0 !important;
}
.nobottommargin p.vp-img-paragraph {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .columngap .vc_column_container:first-child {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .columngap .vc_column_container:first-child {
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .columngap .vc_column_container:last-child {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .columngap .vc_column_container:last-child {
    padding-left: 25px;
  }
}

/* PRODUCT */
#product-headerv2 {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  min-height: 500px;
}
#product-headerv2:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: 0%;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  background: #fff url("/wp-content/themes/axlab/assets/hero-bg_small.jpg") left center no-repeat;
  background-size: 800px;
}
@media (max-width: 767px) {
  #product-headerv2:after {
    height: 50%;
  }
}
#product-headerv2 .wrapper {
  z-index: 999 !important;
  position: relative;
}
#product-headerv2 a {
  color: var(--darkblue);
  text-decoration: none;
}
#product-headerv2 .box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
#product-headerv2 h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #378EA4;
  font-weight: 300;
}
#product-headerv2 h1 {
  font-size: 36px;
  margin-top: 0px;
}
#product-headerv2 .wpb_single_image {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #product-headerv2 .wpb_single_image img {
    padding-left: 40px;
  }
}

#product-headerv3 {
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  min-height: 520px !important;
  background-position: right center !important;
  background-size: 80% !important;
  background-color: var(--lightblue) !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1199px) {
  #product-headerv3 {
    background-position: right bottom !important;
  }
  #product-headerv3 .wpb_column {
    align-items: flex-start !important;
  }
}
#product-headerv3:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: 70%;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  background: #5dadc9 url("/wp-content/themes/axlab/assets/hero-bg_small.jpg") right center no-repeat;
  background-size: 800px;
  background-repeat: repeat;
  /*@include bp(belowtablet){
    height: 50%;
  }*/
}
#product-headerv3 .wrapper {
  z-index: 999 !important;
  position: relative;
}
#product-headerv3 a {
  color: var(--darkblue);
  text-decoration: none;
}
#product-headerv3 .box {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
}
#product-headerv3 h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #378EA4;
  font-weight: 300;
}
#product-headerv3 h1 {
  font-size: 36px;
  margin-top: 0px;
}
#product-headerv3 .wpb_single_image {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #product-headerv3 .wpb_single_image img {
    padding-left: 40px;
  }
}

#content.product_v2,
.product_v2 {
  padding-bottom: 0;
  /*------------------------------------*\
      References
  \*------------------------------------*/
}
#content.product_v2 a,
.product_v2 a {
  color: var(--mediumblue);
}
@media (max-width: 1199px) {
  #content.product_v2.container,
.product_v2.container {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
#content.product_v2.compact,
.product_v2.compact {
  padding-top: 20px;
  padding-bottom: 20px;
}
#content.product_v2.compact .mediumheadline,
.product_v2.compact .mediumheadline {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #content.product_v2.zero_row_margin_mobile .vc_row,
.product_v2.zero_row_margin_mobile .vc_row {
    margin: 0;
  }
}
#content.product_v2 .vc_column-inner,
.product_v2 .vc_column-inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
#content.product_v2 .intro_text,
.product_v2 .intro_text {
  /*	padding: 30px 20px;*/
  font-size: 20px;
  line-height: 1.3em;
}
#content.product_v2 .intro_text h1, #content.product_v2 .intro_text h2, #content.product_v2 .intro_text h3,
.product_v2 .intro_text h1,
.product_v2 .intro_text h2,
.product_v2 .intro_text h3 {
  font-weight: bold;
}
@media (min-width: 1200px) {
  #content.product_v2 .intro_text,
.product_v2 .intro_text {
    font-size: 26px;
    /*
    padding: 50px 30px;
    */
  }
}
#content.product_v2 .intro_text .vc_column-inner,
.product_v2 .intro_text .vc_column-inner {
  max-width: 1000px;
  margin: 0 auto;
}
#content.product_v2 .intro_text_medium,
.product_v2 .intro_text_medium {
  /*	padding: 30px 20px;*/
  font-size: 18px;
  line-height: 1.3em;
}
#content.product_v2 .intro_text_medium h1, #content.product_v2 .intro_text_medium h2, #content.product_v2 .intro_text_medium h3,
.product_v2 .intro_text_medium h1,
.product_v2 .intro_text_medium h2,
.product_v2 .intro_text_medium h3 {
  font-weight: bold;
}
@media (min-width: 1200px) {
  #content.product_v2 .intro_text_medium,
.product_v2 .intro_text_medium {
    font-size: 20px;
    /*
    padding: 50px 30px;
    */
  }
}
#content.product_v2 .intro_text_medium .vc_column-inner,
.product_v2 .intro_text_medium .vc_column-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #content.product_v2.valueprop .vc_row.vc_column-gap-35 > .vc_column_container,
.product_v2.valueprop .vc_row.vc_column-gap-35 > .vc_column_container {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
  #content.product_v2.valueprop .wpb_content_element,
.product_v2.valueprop .wpb_content_element {
    margin-bottom: 0 !important;
  }
}
#content.product_v2 .employees,
.product_v2 .employees {
  max-width: unset;
  /*	margin-left: auto;
  	margin-right: auto;*/
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #content.product_v2 .employees,
.product_v2 .employees {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #content.product_v2 .employees .wpb_text_column,
.product_v2 .employees .wpb_text_column {
    margin-bottom: 0 !important;
  }
}
#content.product_v2 .employees > .wpb_column,
.product_v2 .employees > .wpb_column {
  text-align: center;
}
#content.product_v2 .employees > .wpb_column .wpb_single_image,
.product_v2 .employees > .wpb_column .wpb_single_image {
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
  border-radius: 150px;
  height: 150px;
  width: 150px;
  text-align: center;
}
#content.product_v2 .employees > .wpb_column .wpb_single_image img,
.product_v2 .employees > .wpb_column .wpb_single_image img {
  border-radius: 150px;
  height: 150px;
  object-fit: cover;
}
#content.product_v2 .employees > .wpb_column h3,
.product_v2 .employees > .wpb_column h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 5px !important;
}
#content.product_v2 .employees > .wpb_column strong,
.product_v2 .employees > .wpb_column strong {
  font-weight: 400;
  margin-bottom: 0 !important;
  display: block;
}
#content.product_v2 .employees > .wpb_column br,
.product_v2 .employees > .wpb_column br {
  display: none;
}
#content.product_v2 .employees > .wpb_column h3 + p,
.product_v2 .employees > .wpb_column h3 + p {
  margin-top: 0;
}
#content.product_v2 .employees > .wpb_column a,
.product_v2 .employees > .wpb_column a {
  text-decoration: none;
}
#content.product_v2.quickfacts,
.product_v2.quickfacts {
  /*	padding-top: 0;
  	padding-bottom: 0;*/
}
#content.product_v2.quickfacts .wpb_wrapper,
.product_v2.quickfacts .wpb_wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  #content.product_v2.quickfacts .vc_column_container > .vc_column-inner,
.product_v2.quickfacts .vc_column_container > .vc_column-inner {
    padding: 0;
  }
}
#content.product_v2 .infoboxes > .wpb_column > .vc_column-inner > .wpb_wrapper,
.product_v2 .infoboxes > .wpb_column > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 30px;
  padding: 25px 35px 25px 25px;
  background: #fff;
  position: relative;
}
#content.product_v2 .infoboxes > .wpb_column > .vc_column-inner > .wpb_wrapper:after,
.product_v2 .infoboxes > .wpb_column > .vc_column-inner > .wpb_wrapper:after {
  content: "";
  display: block;
  left: unset !important;
  right: 0;
  background: url("/wp-content/themes/axlab/assets/stribes_box.jpg");
  height: 40px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  top: unset;
  position: absolute;
  bottom: 10px;
}
#content.product_v2 .infoboxes > .wpb_column > .vc_column-inner > .wpb_wrapper ul,
.product_v2 .infoboxes > .wpb_column > .vc_column-inner > .wpb_wrapper ul {
  padding-left: 1.2em;
}
#content.product_v2.materials .wpb_wrapper,
.product_v2.materials .wpb_wrapper {
  max-width: 900px;
  margin: 0 auto;
}
#content.product_v2.materials .mediumheadline,
.product_v2.materials .mediumheadline {
  margin-bottom: 0;
}
#content.product_v2.materials .vc_column_container,
.product_v2.materials .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
#content.product_v2.materials .wpb_single_image,
.product_v2.materials .wpb_single_image {
  margin-bottom: 0;
}
#content.product_v2.materials .vp-img-paragraph,
.product_v2.materials .vp-img-paragraph {
  margin-top: 0;
  margin-bottom: 0;
}
#content.product_v2.materials .vp-img-paragraph:before,
.product_v2.materials .vp-img-paragraph:before {
  height: 60px;
  width: 60px;
}
#content.product_v2.dealer > .wpb_column > .vc_column-inner,
.product_v2.dealer > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
#content.product_v2.dealer .wpb_wrapper .mediumheadline,
.product_v2.dealer .wpb_wrapper .mediumheadline {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  #content.product_v2.dealer .wpb_column,
.product_v2.dealer .wpb_column {
    width: 100%;
  }
  #content.product_v2.dealer .wpb_column .wpb_text_column,
.product_v2.dealer .wpb_column .wpb_text_column {
    margin-bottom: 0;
  }
}
#content.product_v2 .contact .vc_column_container,
.product_v2 .contact .vc_column_container {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
#content.product_v2.references,
.product_v2.references {
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width: 1200px) {
  #content.product_v2.references .text,
.product_v2.references .text {
    padding-right: 50px;
  }
}
#content.product_v2.references .text a,
.product_v2.references .text a {
  color: initial;
}
#content.product_v2.references .image .wpb_single_image,
.product_v2.references .image .wpb_single_image {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #content.product_v2.references .image .wpb_single_image,
.product_v2.references .image .wpb_single_image {
    text-align: center;
  }
}
#content.product_v2.references .image .wpb_single_image img,
.product_v2.references .image .wpb_single_image img {
  box-shadow: 3px 7px 5px #00000038;
  margin-bottom: -5px;
}

.mediumheadline {
  margin-bottom: 20px;
}
.mediumheadline p, .mediumheadline h2, .mediumheadline h3 {
  font-size: 30px;
  margin-top: 0;
  font-weight: 600;
}
.mediumheadline.thin p, .mediumheadline.thin h2, .mediumheadline.thin h3 {
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .pum-overlay .pum-container {
    max-width: 95% !important;
  }
  .pum-overlay .pum-container .clickdform.mainDiv {
    max-width: 350px !important;
  }
}
.vp-img-paragraph {
  position: relative;
}
.vp-img-paragraph img {
  max-width: 100%;
  border-radius: 10px;
}
.vp-img-paragraph:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='62' height='62' viewBox='0 0 62 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.826 59.653C46.746 59.653 59.652 46.747 59.652 30.827C59.652 14.906 46.746 2 30.826 2C14.906 2 2 14.906 2 30.827C2 46.747 14.906 59.653 30.826 59.653Z' stroke='%23FEFEFE' stroke-width='4.015'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7966 19.0107V42.6427L43.5216 30.8267L23.7966 19.0107Z' fill='%23FEFEFE'/%3E%3C/svg%3E%0A");
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.clickdform {
  padding: 0 !important;
}
.clickdform #clickdimensionsForm .requiredStar {
  display: none;
}
.clickdform #clickdimensionsForm .minSize1 {
  width: 680px;
  min-width: 680px;
  max-width: 90%;
}
.clickdform #clickdimensionsForm .maxSize1 {
  max-width: unset;
}
.clickdform #clickdimensionsForm .emptyCell {
  display: none;
}
.clickdform #clickdimensionsForm .responsiveRow .responsiveCell span {
  font-weight: 300 !important;
}
.clickdform #clickdimensionsForm .responsiveRow .responsiveCell input {
  padding: 16px !important;
  font-size: 18px !important;
  width: 100% !important;
  max-width: unset !important;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
.clickdform #clickdimensionsForm input.floatLeft[type=checkbox] {
  float: left;
  width: 25px !important;
  height: 22px;
  width: 22px;
  margin-right: 8px !important;
  float: left;
}
.clickdform #clickdimensionsForm .buttonContainer {
  display: block !important;
  width: 100% !important;
  margin-top: 0px !important;
  cursor: pointer !important;
  text-align: center;
}
.clickdform #clickdimensionsForm .responsiveCell:has(.buttonContainer) {
  width: 680px;
  max-width: 100%;
}
.clickdform #clickdimensionsForm .responsiveCell:has(.buttonContainer) #btnSubmit {
  width: 250px !important;
}
.clickdform #clickdimensionsForm .buttonContainer #btnSubmit {
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  cursor: pointer !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: var(--purple) !important;
  background-color: var(--purple) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.clickdform #clickdimensionsForm .buttonContainer #btnSubmit:hover {
  background: var(--purple) !important;
}

.product_contact_form #btnSubmit {
  margin-top: 20px !important;
}
.product_contact_form .clear:last-child {
  display: none;
}
.product_contact_form .wpb_raw_code {
  margin-bottom: 0;
}
.product_contact_form .clickdform {
  max-width: 95% !important;
}
@media (min-width: 768px) {
  .product_contact_form .clickdform {
    max-width: 485px !important;
  }
}
.product_contact_form .clickdform .requiredInfo {
  display: none;
}
.product_contact_form .clickdform #clickdimensionsForm .responsiveRow .responsiveCell input {
  padding: 8px !important;
}
@media (max-width: 767px) {
  .product_contact_form .clickdform #clickdimensionsForm .minSize1 {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100% !important;
  }
  .product_contact_form .clickdform .alignTop {
    display: block !important;
  }
  .product_contact_form .clickdform .responsiveCellSize1,
.product_contact_form .clickdform .responsiveCellSize3,
.product_contact_form .clickdform .minSize3 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  .product_contact_form .clickdform #clickdimensionsForm .responsiveRow .responsiveCell.responsiveCellSize1 input,
.product_contact_form .clickdform #clickdimensionsForm .responsiveRow .responsiveCell.responsiveCellSize3 input {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .product_contact_form .clickdform .alignTop {
    display: block !important;
  }
  .product_contact_form .clickdform .minSize1,
.product_contact_form .clickdform .minSize3,
.product_contact_form .clickdform .responsiveCellSize3 {
    width: initial !important;
    min-width: initial !important;
    max-width: initial !important;
  }
  .product_contact_form .clickdform #clickdimensionsForm .responsiveRow .responsiveCell.responsiveCellSize1 input {
    width: 235px !important;
  }
  .product_contact_form .clickdform #clickdimensionsForm .responsiveRow .responsiveCell.responsiveCellSize3 input {
    max-width: 475px !important;
  }
  .product_contact_form .clickdform #clickdimensionsForm .responsiveRow .responsiveCell.responsiveCellSize3 input[type=text] {
    width: 475px !important;
  }
}

.pum-content #clickdimensionsForm .responsiveRow span {
  color: #fff !important;
}

.menu-container .menu-container-inner {
  height: 150px;
  width: 150px;
  position: relative;
  margin: 100px auto 0 auto;
}
@media (min-width: 768px) {
  .menu-container .menu-container-inner {
    margin: 0 auto 0 0;
    /* position: absolute;
     right: -200px;
     top: 50%;*/
  }
}
.menu-container .menu-container-inner .menu-toggle-btn {
  font-weight: bold;
  height: 150px;
  width: 150px;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--purple);
  box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 2;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  transition: 0.5s;
  padding: 25px;
  text-align: center;
  line-height: 1.2em;
  animation: pulse 2s infinite;
}
.menu-container .menu-container-inner .menu-list {
  list-style: none;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.menu-container .menu-container-inner .menu-list .menu-item {
  height: 80px;
  width: 80px;
  bottom: 0;
  left: -80px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  text-align: center;
  background-color: var(--darkblue);
}
.menu-container .menu-container-inner .menu-list .menu-item:hover {
  background-color: var(--mediumblue);
}
.menu-container .menu-container-inner .menu-list .menu-item a {
  color: #fff !important;
  text-decoration: none;
}
.menu-container .menu-container-inner .menu-list.effect .menu-item {
  box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.2);
}
.menu-container .menu-container-inner .menu-list.effect .menu-item:nth-of-type(1) {
  bottom: 15px;
  left: 60px;
  transition-delay: 0.2s;
}
.menu-container .menu-container-inner .menu-list.effect .menu-item:nth-of-type(2) {
  bottom: 100px;
  left: 20px;
  transition-delay: 0.1s;
}
.menu-container .menu-container-inner .menu-list.effect .menu-item:nth-of-type(3) {
  bottom: 140px;
  left: -80px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.documents {
  /* Responsive table */
}
.documents table {
  background: #fff;
  border: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
}
.documents table thead {
  text-align: left;
}
.documents table thead tr th {
  padding: 10px;
}
.documents table tbody tr td {
  padding: 5px 10px;
}
.documents table tbody tr td:first-child {
  padding-right: 50px;
}
.documents table tbody tr td a {
  text-decoration: none;
  color: inherit;
  margin-right: 10px;
  border: 0;
}
.documents table tbody tr td a:hover {
  text-decoration: underline;
}
.documents table tbody tr:nth-child(odd) {
  background: rgba(69, 112, 131, 0.1);
}
@media (max-width: 768px) {
  .documents .wpb_wrapper:has(table) {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
  }
  .documents .wpb_wrapper:has(table) table {
    width: 100%;
  }
  .documents .wpb_wrapper:has(table) table td, .documents .wpb_wrapper:has(table) table th {
    white-space: nowrap;
  }
}

.zoooom {
  height: auto;
}

@media (max-width: 768px) {
  .zoooom {
    margin-bottom: 200px !important;
  }

  .zoomWindowContainer .zoomWindow {
    height: 200px !important;
    left: 0 !important;
    width: 100% !important;
    top: 200px !important;
    max-width: calc(100vw - 80px) !important;
  }
}
:root {
  --event-academy: #F9E8F1;
  --event-innovationday: #E2F2EC;
  --event-webinar: #D7EAF3;
  --event-exhibition: #E7DFEA;
  --event-background: #F8F7F5;
}

/* Grid cards background */
.wp-grid-builder .wpgb-card.academy .wpgb-card-body {
  background: var(--event-academy);
}
.wp-grid-builder .wpgb-card.innovationday .wpgb-card-body {
  background: var(--event-innovationday);
}
.wp-grid-builder .wpgb-card.webinar .wpgb-card-body {
  background: var(--event-webinar);
}
.wp-grid-builder .wpgb-card.exhibition .wpgb-card-body {
  background: var(--event-exhibition);
}

/* Single event */
body #kalender {
  background: var(--event-background) !important;
}
body #kalender.academy {
  --event-header-bg: var(--event-academy);
  --event-header-image: url("/wp-content/themes/axlab/assets/axlab_academy.svg");
  --event-header-image-height: 250px;
}
body #kalender.innovationday {
  --event-header-bg: var(--event-innovationday);
  --event-header-image: url("/wp-content/themes/axlab/assets/innovation.svg");
  --event-header-image-height: 400px;
}
body #kalender.webinar {
  --event-header-bg: var(--event-webinar);
  --event-header-image: url("/wp-content/themes/axlab/assets/webinar.svg");
  --event-header-image-height: 250px;
}
body #kalender.exhibition {
  --event-header-bg: var(--event-exhibition);
  --event-header-image: url("/wp-content/themes/axlab/assets/exhibition.png");
  --event-header-image-height: 400px;
}
body #kalender .large_headline {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 1em;
}
@media (min-width: 768px) {
  body #kalender .large_headline {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  body #kalender .large_headline {
    font-size: 50px;
    padding: 25px;
  }
}
body #kalender #eventheader {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  min-height: 520px !important;
  background-position: right center !important;
  background-size: 80% !important;
  background-color: var(--event-header-bg, var(--lightblue)) !important;
  background-repeat: no-repeat !important;
  /* Fix height of media */
}
@media (max-width: 767px) {
  body #kalender #eventheader {
    background-position: right bottom !important;
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 320px !important;
  }
  body #kalender #eventheader .wpb_column {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) {
  body #kalender #eventheader > .vc_column_container > .vc_column-inner > .wpb_wrapper > .wpb_row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  body #kalender #eventheader .mediacontainer .wpb_wrapper {
    max-width: 80%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body #kalender #eventheader .mediacontainer .wpb_wrapper {
    padding: 20px;
  }
}
body #kalender #eventheader .mediacontainer .wpb_wrapper:before {
  content: "";
  display: block;
  background-image: var(--event-header-image);
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 200px;
  background-position: center center;
  max-height: 80%;
}
@media (min-width: 768px) {
  body #kalender #eventheader .mediacontainer .wpb_wrapper:before {
    min-height: var(--event-header-image-height, 250px);
    background-position: center right;
  }
}
body #kalender #eventheader:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: 70%;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  background: #5dadc9 url("/wp-content/themes/axlab/assets/hero-bg_small.jpg") right center no-repeat;
  background-size: 800px;
  background-repeat: repeat;
}
body #kalender #eventheader .wrapper {
  z-index: 999 !important;
  position: relative;
}
body #kalender #eventheader .wpb_row .wpb_column:first-child {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
  padding: 17.5px;
  background: white;
  z-index: 999 !important;
}
body #kalender #eventheader h1 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0;
}
body #kalender #eventcontent {
  margin-top: 0 !important;
  padding-top: 0 !important;
  /* Remove padding from text content on mobile */
}
@media (max-width: 767px) {
  body #kalender #eventcontent .wpb_column .vc_column-inner:first-child {
    padding: 0;
  }
  body #kalender #eventcontent .wpb_column .vc_column-inner:first-child .vc_column_container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  body #kalender #eventcontent .wpb_column .vc_column-inner:first-child {
    padding-left: 0;
  }
}
body #kalender #eventcontent .infobox {
  background: #fff;
  padding: 20px !important;
}
@media (min-width: 1200px) {
  body #kalender #eventcontent .infobox {
    padding: 30px;
  }
}
body #kalender #eventcontent .infobox .vc_column-inner {
  padding: 0;
}

/*------------------------------------*\
    Webinar Popup forms
\*------------------------------------*/
#wpforms-form-34854 .wpforms-field.hidden {
  display: none;
}
#wpforms-form-34854 .wpforms-submit {
  color: #fff !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  cursor: pointer !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  background: var(--purple) !important;
  background-color: var(--purple) !important;
  border: none !important;
  border-radius: 30px !important;
  font-weight: 600;
  letter-spacing: 1px;
  min-width: 200px;
}
#wpforms-form-34854 .wpforms-field.wpforms-field-email input,
#wpforms-form-34854 .wpforms-field.wpforms-field-text input {
  padding: 25px 20px !important;
  border: 0 !important;
  border-radius: 30px !important;
}
#wpforms-form-34854 .wpforms-field.wpforms-field-checkbox input {
  height: 20px !important;
  width: 20px !important;
  border: 0 !important;
}

body .sk-ww-linkedin-page-post {
  border: 0;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  body .sk-ww-linkedin-page-post {
    padding-left: 0;
    padding-right: 0;
  }
}

.linkedin {
  /*
  	background-image: url('/wp-content/themes/axlab/assets/stribes_tall.svg');
  	background-repeat: repeat-y;
  	background-size: 250px auto;
  	@include bp(mobile){
  	  background-position: -162px 357px;
  	  background-size: 200px auto;
  	}*/
}
.linkedin .wrapper {
  max-width: 1460px;
}
.linkedin h5 {
  font-size: 36px;
  color: var(--darkblue);
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .linkedin h5 {
    font-size: 22px;
  }
}
.linkedin .header_row {
  display: flex;
  align-items: center;
}
.linkedin .header_row .wpb_single_image {
  margin-bottom: 0;
}
.linkedin .header_row > div {
  width: 20%;
}
.linkedin .header_row .vc_col-sm-8 {
  flex-grow: 1;
  width: 60%;
}
.linkedin .btn_linkedin {
  text-align: center;
}
.linkedin .btn_linkedin a {
  font-size: 26px;
  position: relative;
  font-weight: 600;
  color: var(--mediumblue);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.linkedin .btn_linkedin a:before {
  display: inline-block;
  content: "";
  height: 40px;
  width: 40px;
  background: url("/wp-content/themes/axlab/assets/icon_arrow_green_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*

	AXLAB

	1. Body
	2. Flow menu
	3. CTA

	4. Forside 	(template-frontpage.php)
	5. Content 	(page.php)
	6. Blog 	(single.php)

*/
#mega-menu-item-wpml-ls-25-en {
  display: none !important;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding: 0px !important;
}

table h6 {
  font-size: 13px;
}

table {
  border-collapse: collapse;
  font-size: 12px;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  color: var(--darkblue);
  background: #f5f5f5;
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden !important;
}

.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.container.block {
  max-width: 1200px;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

h1, h2, h3, h4, h5 {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

/* BREADCRUMB */
#breadcrumb {
  font-size: 12px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: none !important;
}

#breadcrumb a {
  color: #378EA4 !important;
}

/* HEADER, FOOTER */
.stribes {
  background: url(https://axlab.dk/wp-content/uploads/2020/06/stribes.png);
}

.stribes.first {
  height: 20px;
}

.stribes.last {
  height: 30px;
}

.top {
  padding-bottom: 10px;
  padding-top: 20px;
}

.top .left {
  float: left;
  width: 250px;
}

.top .left img {
  height: 44px;
  width: auto;
  margin-top: 0px;
  margin-bottom: 5px;
}

.top .right {
  float: right;
  width: calc(100% - 250px);
}

.footer {
  background: #0E404D;
  min-height: 200px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

.footer img {
  width: 230px;
}

.footer-menu {
  border-top: 1px solid #fff;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.footer-menu a {
  color: #fff;
  text-decoration: none;
}

.footer-menu .left {
  float: left;
  width: 50%;
}

.footer-menu .right {
  float: right;
  width: 50%;
}

.bottom {
  background: #0E404D;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}

/* BOX */
.box {
  background: white;
  border: 10px solid #fff;
  z-index: 999 !important;
  position: absolute;
  left: 0;
  padding-bottom: 60px !important;
}

/*
.box:after { content: " "; display: block; background: url(https://axlab.dk/wp-content/themes/2020/06/stribes.png); height: 25px;  width: 70%; position: absolute;  bottom: -18px; left: -10px; }
*/
.box.right:before {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: right;
  content: "";
  height: 40px;
  width: 40px;
  background: url("/wp-content/themes/axlab/assets/icon_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.box.down:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: right;
  height: 40px;
  width: 40px;
  background: url("https://dev.axlab.dk/wp-content/themes/axlab/assets/icon_arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* HEADER - ALL ROUND */
#header {
  padding-top: 100px;
  padding-bottom: 120px;
  overflow: hidden;
  min-height: 520px !important;
}

#header {
  background-position: center center !important;
}

#header:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: 70%;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  background: #5dadc9 url("/wp-content/themes/axlab/assets/hero-bg_small.jpg") right center no-repeat;
  background-size: 800px;
  background-repeat: repeat;
}

#header .wrapper {
  z-index: 999 !important;
  position: relative;
}

#header a {
  color: var(--darkblue);
  text-decoration: none;
}

#header h1 {
  font-size: 36px;
}

#header-frontpage {
  padding-top: 45px;
  padding-bottom: 100px;
  overflow: hidden;
}

#header-frontpage .overlay {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: calc(70% - -20px);
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  background: #5dadc9 url("/wp-content/themes/axlab/assets/hero-bg_small.jpg") right center no-repeat;
  background-size: 800px;
  background-repeat: repeat;
}

#header-frontpage .wrapper {
  z-index: 999 !important;
  position: relative;
}

#header-frontpage a {
  color: var(--darkblue);
  text-decoration: none;
}

#header-frontpage h1 {
  font-size: 36px;
}

#header-frontpage video {
  position: absolute;
  top: -200px !important;
  left: calc(50% + 250px);
  min-width: 100%;
  min-height: 800px;
  width: auto;
  height: auto;
  z-index: 0;
  -moz-transform: translateX(-50%) translateY(0%);
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
  z-index: -222;
}

/* PRODUCT */
#product-header {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
  min-height: 500px;
}

#product-header:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  left: calc(50% + -40px);
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  background: #5dadc9 url("/wp-content/themes/axlab/assets/hero-bg_small.jpg") left center no-repeat;
  background-size: 800px;
}

#product-header .wrapper {
  z-index: 999 !important;
  position: relative;
}

#product-header a {
  color: var(--darkblue);
  text-decoration: none;
}

#product-header h1 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #378EA4;
  font-weight: 300;
}

#product-header h2 {
  font-size: 36px;
  margin-top: 0px;
}

#product-header img {
  padding-right: 40px;
}

/* CONTENT */
#content {
  padding-top: 20px;
}

#content a {
  color: #3DAFCC;
}

#content .wrapper {
  max-width: 700px;
  font-size: 16px;
}

#content .vc_btn3.vc_btn3-size-md {
  background: #3DAFCC !important;
  border: none;
  color: #fff !important;
  border-radius: 25px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
}

#content h2 {
  /*
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 10px;
    color: var(--mediumblue);*/
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--darkblue);
  margin-top: 0;
  font-weight: 400;
}

/*
#content h2:after { content: " "; display: block; background: url(https://axlab.dk/wp-content/uploads/2020/06/stribes.png); height: 10px;  width: 120px; position: relative;  bottom: -18px; left: 0px; margin-bottom: 50px; }
*/
#content h3 {
  /*font-size: 36px;
    margin-bottom: 20px;
    color: var(--darkblue);
    margin-top: 0;
    font-weight: 400;
  */
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--mediumblue);
}

/* FILTER */
.featurednews {
  padding-left: 0px;
  padding-right: 0px !important;
  padding-top: 0px;
  height: 490px !important;
  background: #fff;
}

.featurednews .wpb_single_image {
  margin-top: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
  margin-bottom: 20px !important;
}

/*
.featurednews .wpb_single_image:after {
  content: " ";
  display: block;
  background: url("https://axlab.dk/wp-content/uploads/2020/06/stribes.png");
  height: 24px;
  width: 70%;
  position: relative;
  bottom: 12px;
  left: 0;
}
*/
.featurednews:before {
  display: block;
  color: #EE414B;
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-align: left;
  height: 25px;
  width: 25px;
  content: "";
  background: url("/wp-content/themes/axlab/assets/icon_arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.featurednews:after {
  content: "";
  display: block;
  background: url("/wp-content/themes/axlab/assets/stribes_box.jpg");
  height: 40px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  bottom: 7px;
  right: 0px;
}

.featurednews h3 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.featurednews .info {
  padding-left: 20px;
  font-size: 16px;
  padding-right: 20px;
}

/*
.featurednews:before { font-family: FontAwesome; content: "\f061"; font-size: 22px; display: block; color: #EE414B; width: 100%; position: absolute;  bottom:20px; right: 30px; text-align: right; }
*/
.featuredproduct {
  min-height: 330px;
  height: auto;
  border: 1px solid #ccc;
}
.featuredproduct:before {
  padding-top: unset !important;
}
.featuredproduct:after {
  /*content: " ";
  display: block;
  background: url("https://axlab.dk/wp-content/uploads/2020/06/stribes.png");
  height: 7px;
  width: 70%;
  position: absolute;
  top: 0;
  left: -10px;*/
  content: "";
  display: block;
  left: unset !important;
  right: 0;
  background: url("/wp-content/themes/axlab/assets/stribes_box.jpg");
  height: 40px;
  width: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  top: unset;
  position: absolute;
  bottom: 7px;
}
.featuredproduct .vc_custom_heading {
  margin-bottom: 0;
}
.featuredproduct h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.featuredproduct .info {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
  color: #434343;
}

/*
.featuredproduct h3 { font-size: 13px; font-weight: 300; margin-bottom: 0px; color: #434343; }
.featuredproduct .info { font-size: 18px; line-height: 22px; font-weight: 700; text-align: center; }
*/
.featuredproduct .small {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #A5A5A5;
  text-align: center;
}

.search-filter {
  background: #5dadc9 url(https://axlab.dk/wp-content/uploads/2020/06/blue-bg.png) center center no-repeat fixed;
  border: 10px solid #fff;
  z-index: 999 !important;
  position: absolute;
  left: 0;
  padding-bottom: 30px !important;
}

.search-filter h2 {
  color: #fff;
}

.sf-field-reset a {
  color: #fff;
  text-align: center;
}

.searchandfilter {
  padding: 0px;
  padding-top: 0px;
}

.searchandfilter ul {
  padding-left: 0px;
  margin-left: 0px;
}

.searchandfilter li {
  padding-left: 0px;
  margin-left: 0px;
  /* cursor: pointer; */
}

.searchandfilter .sf-input-checkbox, .searchandfilter .sf-input-radio {
  display: none;
}

.search-filter label {
  cursor: pointer !important;
}

.search-filter .sf-item-116, .search-filter .sf-item-123, .search-filter .sf-item-210 {
  background: #fff url(https://axlab.dk/img/biobank.svg) left 8px top 7px no-repeat !important;
  background-size: 30px !important;
}

.search-filter .sf-item-117, .search-filter .sf-item-125 {
  background: #fff url(https://axlab.dk/img/cyto.svg) left 5px top 7px no-repeat !important;
  background-size: 30px !important;
}

.search-filter .sf-item-118, .search-filter .sf-item-124 {
  background: #fff url(https://axlab.dk/img/frys.svg) left 5px top 7px no-repeat !important;
  background-size: 30px !important;
}

.search-filter .sf-item-115, .search-filter .sf-item-122 {
  background: #fff url(https://axlab.dk/img/histo.svg) left 5px top 7px no-repeat !important;
  background-size: 30px !important;
}

.search-filter .sf-item-114, .search-filter .sf-item-121 {
  background: #fff url(https://axlab.dk/img/mole.svg) left 5px top 7px no-repeat !important;
  background-size: 30px !important;
}

.search-filter .sf-item-113, .search-filter .sf-item-119 {
  background: #fff url(https://axlab.dk/img/tem.svg) left 5px top 7px no-repeat !important;
  background-size: 30px !important;
}

/*

.search-filter .sf-level-0:before { font-family: FontAwesome; content: "\f078"; margin-right: 0px; padding-left: 10px; font-weight: 400 !important; }
.search-filter .sf-level-0.sf-option-active:before { font-family: FontAwesome; content: "\f077"; margin-right: 0px; padding-left: 10px; font-weight: 400 !important; }
*/
.search-filter .sf-level-0 {
  border: 1px solid #fff;
  padding: 10px;
  padding-left: 35px;
  margin-bottom: 10px !important;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  overflow: hidden;
}

.search-filter .sf-level-0 > .children {
  display: none;
}

.search-filter .sf-level-0.sf-option-active > .children {
  display: block;
}

.search-filter .sf-level-0 > .children {
  padding-top: 7px;
  padding-bottom: 7px;
}

.search-filter .sf-level-0 > .children li {
  font-size: 15px;
  font-weight: 400;
  padding-left: 0px;
  margin-left: 0px;
}

.search-filter .sf-level-0 > .children li:before {
  font-family: FontAwesome;
  content: "";
  margin-right: 0px;
  padding-left: 10px;
  font-weight: 400 !important;
  color: #999;
  margin-left: -24px !important;
  padding-left: 0px !important;
}

.search-filter li.sf-level-0.sf-option-active {
  font-weight: 700 !important;
}

.search-filter .sf-level-0 > .children li.sf-option-active {
  font-weight: 700 !important;
}

.search-filter .sf-level-0 > .children li.sf-option-active:before {
  color: #ec2c45;
}

.search-filter .sf-level-0.sf-option-active > .children li.sf-option-active {
  font-weight: 700;
}

.vc_separator {
  height: 10px;
  width: 100px !important;
  background: url(https://axlab.dk/wp-content/uploads/2020/06/stribes.png);
  display: block;
}

.vc_separator .vc_sep_holder .vc_sep_line {
  border: none !important;
}

.search-filter .sf-level-0 > .children li.sf-option-active {
  font-weight: 700 !important;
}

/* FONTPAGE */
#block-1 {
  padding-top: 0px;
}

#block-1 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: var(--darkblue);
  margin-top: 0px;
  font-weight: 400;
}

#block-1 h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--mediumblue);
}

#block-1 .vc_btn3.vc_btn3-size-md {
  background: var(--purple) !important;
  border: none;
  color: #fff !important;
  border-radius: 25px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
  font-weight: bold;
}

#block-2 {
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 100px !important;
  background-position: center center !important;
}

#block-2 h2 {
  font-size: 36px;
}

#block-2 a {
  color: var(--darkblue) !important;
  text-decoration: none !important;
}

#block-2:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: 70%;
  width: 100%;
  z-index: 0 !important;
  position: absolute;
  /*background: #5dadc9 url("https://axlab.dk/wp-content/uploads/2020/06/blue-bg.png") right center no-repeat;*/
  background: #5dadc9;
  background: var(--lightblue);
}

#block-4 {
  padding-right: 100px !important;
}

#block-4 {
  padding-top: 0px;
}

#block-4 h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: --darkblue;
  margin-top: 0px;
  font-weight: 700;
}

#block-4 .vc_btn3.vc_btn3-size-md {
  background: #3DAFCC !important;
  border: none;
  color: #fff !important;
  border-radius: 25px;
  padding-left: 40px !important;
  padding-right: 40px !important;
  font-size: 16px !important;
}

#block-5 {
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 100px !important;
  margin-bottom: 100px;
}

#block-5 h2 {
  font-size: 36px;
}

#block-5 a {
  color: var(--darkblue) !important;
  text-decoration: none !important;
}

#block-5:after {
  display: block !important;
  height: calc(100% + 200px);
  top: -100px;
  right: 200px;
  width: 60%;
  z-index: 0 !important;
  position: absolute;
  background: var(--lightgreen);
}

#block-5 img {
  margin-top: 30px;
}

#block-5 .vc_row-o-content-middle {
  align-items: center;
}
#block-5 .wpb_single_image {
  margin-bottom: 0;
}
#block-5 .wpb_single_image img {
  margin-top: 0;
}

#mc_embed_signup {
  width: 600px !important;
  max-width: 100% !important;
  padding: 0px !important;
  margin-left: auto;
  margin-right: auto;
}

#mc_embed_signup input {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 15px;
  box-sizing: border-box;
}

#mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
  padding: 20px !important;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100% !important;
  margin: 0px !important;
}

#mc_embed_signup input[type=submit] {
  border-radius: 3px;
  border: none;
  color: #fff;
  margin-top: 6px;
  line-height: 60px !important;
  height: 60px !important;
  width: 100% !important;
  text-transform: uppercase;
  margin: none !important;
  font-weight: bold;
}

#mc_embed_signup .mc-field-group {
  width: 100% !important;
  margin-bottom: 10px !important;
}

.mc_embed_signup_scroll {
  padding: 0px !important;
  margin: 0px !important;
}

/* Academy */
.Kalender .wpgb-card-body {
  /*background: var(--lightblue) !important;*/
  min-height: 175px;
  padding-top: 1.5em !important;
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
}
.Kalender .wpgb-card-body h3 {
  color: var(--darkblue) !important;
  font-weight: bold !important;
  margin-bottom: 0 !important;
}
.Kalender .wpgb-card-body a.wpgb-block-1:not(:empty) {
  background: var(--purple) !important;
  border: none;
  color: #fff !important;
  border-radius: 25px;
  font-weight: bold;
}
.Kalender .wpgb-card-body a.wpgb-block-1:not(:empty):hover {
  background: var(--darkblue) !important;
}
.Kalender .wpgb-card-body .international {
  font-size: 0 !important;
}
.Kalender .wpgb-card-body .international:not(.active) {
  display: none;
}
.Kalender .wpgb-card-body .international.active {
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.Kalender .wpgb-card-body .international.active:before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158.24 158.36'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2320404d;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m130.03,130.5c-1-.5-1.6-1-2.4-1.2-4.4-1.6-8.8-3.1-13.2-4.7-1-.4-1.5-.1-1.8.9-3.1,8.1-7,15.7-12.8,22.2-.1.1-.1.4-.3.9,11.6-3.6,21.7-9.5,30.5-18.1m-102.1-.3c5,6.8,26.3,19,30.8,18v-.2c-.4-.5-.9-1.1-1.4-1.6-5.2-6.1-8.8-13.2-11.6-20.7-.5-1.2-1-1.6-2.3-1.1-2.3.8-4.7,1.4-7,2.2-2.8,1-5.5,2.2-8.5,3.4M99.43,9.3c-.1.2-.2.3-.4.5.9,1,1.8,1.9,2.6,3,4.7,5.9,8.1,12.6,10.8,19.6.4,1.2.9,1.5,2.1,1,2.2-.8,4.5-1.4,6.8-2.2,2.9-1.1,5.8-2.3,9.1-3.6-9.2-8.9-19.3-14.9-31-18.3M27.53,27.5c.9.5,1.5,1,2.2,1.2,4.2,1.5,8.3,3,12.5,4.4,3.1,1,3,.9,4.2-2.1,3-7.6,6.7-14.7,12.3-20.7.2-.2.3-.5.4-.8-.1-.1-.2-.3-.3-.4-11.9,3.4-22.1,9.6-31.3,18.4m78.8,95.5c-.4-.2-.7-.3-1-.4-7-.8-14-1.6-21-2.5-1.5-.2-2,.3-2,1.9.1,8.4.1,16.8,0,25.3,0,4.5-.5,4.5,4.1,2.4,5.6-2.6,9.5-7.2,12.8-12.2,3-4.5,5.3-9.3,7.1-14.5m-54.7-.3c.2.6.2,1,.4,1.3,2.4,4.8,4.5,9.8,7.4,14.3,3.5,5.5,8,10,14.4,12.3,1.5.5,2,.3,2-1.3v-27.4c0-1.6-.6-2-2.1-1.9-3.9.3-7.8.5-11.7.9-3.5.5-6.8,1.2-10.4,1.8m54.9-87.5c-2.8-7.7-6.4-14.7-11.8-20.7-3-3.3-6.4-5.9-10.6-7.4-1.3-.5-1.9-.2-1.9,1.3,0,9.3.1,18.7.1,28,0,1,.3,1.5,1.4,1.5,7.5-.4,15.1-1.1,22.8-2.7m-55-.3c.3.2.3.4.5.4,7.4,1.6,14.9,2.3,22.4,2.6,1.3,0,1.5-.5,1.5-1.6V8.5c0-1.2-.3-2.1-1.6-1.5-2.6,1.3-5.3,2.4-7.5,4.2-7.7,6.2-11.9,14.7-15.3,23.7m30.7,25q.1,0,0,0c0,4.6.1,9.1,0,13.7,0,1.6.5,2.1,2.1,2.1,8.9-.1,17.9-.1,26.8,0,1.9,0,2.5-.5,2.3-2.4-.7-6.4-1.1-12.8-2-19.2-.5-3.7-1.6-7.3-2.4-10.9-.2-.9-.3-1.8-1.8-1.7-7.7.9-15.3,1.8-23,2.5-1.8.2-2.1.7-2.1,2.3.2,4.6.1,9.1.1,13.6m.1,38h0c0,4.5.1,9,0,13.5,0,1.6.4,2.2,2.1,2.3,7.2.6,14.3,1.3,21.5,2.2,1.5.2,2.7.8,3.3-1.4,2.5-10,4.1-20.1,4.4-30.4,0-1.5-.5-1.9-1.9-1.9h-27.6c-1.3,0-1.8.4-1.8,1.8v13.9m-6.6,0v-13.9c0-1.2-.4-1.7-1.6-1.7-9.4,0-18.8,0-28.2-.1-1.2,0-1.6.5-1.5,1.6.3,3.6.3,7.2.8,10.8.5,4.5,1.3,9,2.1,13.5.4,2.3,1.1,4.6,1.7,6.9.2.8.4,1.6,1.8,1.4,7.6-1,15.3-1.9,23-2.6,1.6-.2,2.1-.7,2.1-2.2-.2-4.6-.2-9.2-.2-13.7m0-37.9h0c.1-3.6.1-7.2.1-10.8,0-5.1,0-4.8-5.1-5.3-6.7-.6-13.4-1.6-20-2.5-1.3-.2-1.6.4-1.8,1.4-.4,1.6-.7,3.2-1.1,4.9-2.1,8.6-3.3,17.4-3.4,26.3,0,1.3.3,1.9,1.7,1.9,9.3-.1,18.6-.1,28-.1,1.4,0,1.7-.5,1.7-1.8-.1-4.7-.1-9.4-.1-14m75.5,25.6c0-.6,0-1.2.1-1.7.2-1.2-.3-1.6-1.5-1.6h-28.2c-1,0-1.5.3-1.5,1.4-.3,11.1-1.7,22.1-4.9,32.8-.3.9,0,1.4,1.1,1.8,5.6,2,11.2,3.9,16.7,6.1,1.5.6,2.3.3,3-.8,1.8-2.6,3.8-5.2,5.4-8,5.6-9.1,8.8-19.2,9.8-30m-15.6-10h0c4.6,0,9.3-.1,13.9,0,1.5,0,2-.4,1.8-1.9-.9-4.8-1.4-9.8-2.6-14.5-2.3-9.3-6.9-17.6-12.8-25.2-.9-1.1-1.5-1.2-2.9-.7-4.8,2-9.6,3.8-14.5,5.5-3.4,1.2-3.4,1-2.7,4.5.1.5.1,1,.3,1.5,2.5,9.5,3.7,19.2,4,28.9,0,1.6.6,1.9,2,1.9h13.5m-113.3,6.6h0c-4.6-.1-9.1-.1-13.7-.1-2.3,0-2.4.2-2.2,2.4.6,6.1,1.8,12.1,3.8,17.8,2.8,7.9,6.7,15.3,12,21.8.6.8,1.2,1.1,2.3.7,5.2-2.1,10.4-4,15.6-6,2.9-1.1,2.9-1,2.1-4.1-2.6-10.1-3.9-20.4-4.2-30.9,0-1.4-.5-1.8-1.8-1.7-4.7.2-9.3.1-13.9.1m-.2-6.3v-.1c4.6,0,9.1-.1,13.7,0,1.7,0,2.1-.6,2.2-2.2.3-5,.6-10,1.4-15,.9-5.7,2.3-11.3,3.5-17,.3-1.3.1-1.8-1.3-2.3-5.7-2-11.3-4.2-16.9-6.4-1-.4-1.8-.5-2.4.5-2.9,4.7-6.2,9.1-8.8,14-4.1,7.9-6.2,16.5-7,25.4-.3,3-.4,3,2.7,3,4.3.1,8.6.1,12.9.1M83.93,0c2.7.4,5.3.7,8,1.1,6.4,1,12.5,2.9,18.4,5.4,10.3,4.3,19.2,10.6,26.8,18.8,7.5,8.1,13.1,17.5,16.8,28,3.9,11,5,22.3,3.9,33.8-1.1,12.4-5.3,23.9-12,34.4-7.5,11.7-17.3,20.8-29.5,27.3-14.5,7.7-30,11.1-46.4,8.9-15.6-2-29.6-8-41.7-18.2-12.4-10.4-20.8-23.4-25.2-38.9-4.4-15.5-4-31,1.1-46.3,4.3-12.9,11.4-24,21.3-33.2,8.7-8,18.7-13.7,29.9-17.4,5.7-1.9,11.6-2.9,17.5-3.4.6,0,1.1-.2,1.7-.3h9.4Z'/%3E%3C/svg%3E");
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.Kalender .wpgb-card-body .webinar {
  font-size: 0 !important;
}
.Kalender .wpgb-card-body .webinar:not(.active) {
  display: none;
}
.Kalender .wpgb-card-body .webinar.active {
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.Kalender .wpgb-card-body .webinar.active:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='145.3px' height='116.2px' viewBox='0 0 145.3 116.2' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group'%3E%3Cpath d='M17.2,0 C7.7,0 0,7.7 0,17.2 L0,85.9 C0,95.4 7.7,103.1 17.2,103.1 L128.1,103.1 C137.6,103.1 145.3,95.4 145.3,85.9 L145.3,17.2 C145.3,7.7 137.6,0 128.1,0 L17.2,0 Z' id='Path' stroke='%2320404D' stroke-width='6.07'%3E%3C/path%3E%3Cpolygon id='Path' fill='%2320404D' fill-rule='nonzero' points='52.8 24.4 52.8 76.4 102.4 50.4'%3E%3C/polygon%3E%3Cpolygon id='Path' stroke='%2320404D' stroke-width='2.43' stroke-linecap='round' stroke-linejoin='round' points='52.8 24.4 52.8 76.4 102.4 50.4'%3E%3C/polygon%3E%3Cline x1='40.4' y1='115.7' x2='101.5' y2='115.7' id='Path' stroke='%2320404D' stroke-width='6.07'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.Kalender .wpgb-card-body .academy {
  font-size: 0 !important;
  right: 27px !important;
}
.Kalender .wpgb-card-body .academy:not(.active) {
  display: none;
}
.Kalender .wpgb-card-body .academy.active {
  height: 25px;
  width: 25px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.Kalender .wpgb-card-body .academy.active:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='8.22439036px' height='6.72884397px' viewBox='0 0 8.22439036 6.72884397' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-6' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='website_revidering_visual_2024' transform='translate(-586,2698, -459,8207)'%3E%3Cg id='Group-1266' transform='translate(569,2854, 418,7586)'%3E%3Cg id='Group' transform='translate(16,9844, 41,0622)'%3E%3Cpath d='M7.08539036,2.78825193 C6.80339036,2.92425193 6.53839036,3.05125193 6.27339036,3.17925193 C5.62939036,3.48825193 4.98439036,3.79525193 4.34239036,4.11025193 C4.18639036,4.18725193 4.05139036,4.19025193 3.89239036,4.11325193 C2.66139036,3.51725193 1.42739036,2.92825193 0.195390364,2.33525193 C0.0813903638,2.28025193 -0.00660963623,2.20325193 0.00039036377,2.05925193 C0.00639036377,1.95725193 0.0683903638,1.89725193 0.147390364,1.85325193 C0.282390364,1.77825193 0.422390364,1.71225193 0.561390364,1.64525193 C1.64939036,1.12125193 2.73939036,0.600251933 3.82539036,0.072251933 C4.02539036,-0.024748067 4.20239036,-0.023748067 4.40139036,0.073251933 C5.60839036,0.659251933 6.81939036,1.23825193 8.02839036,1.81925193 C8.14039036,1.87325193 8.22439036,1.94725193 8.22439036,2.07725193 C8.22439036,2.20625193 8.14239036,2.28225193 8.02939036,2.33625193 C7.91039036,2.39225193 7.79339036,2.45225193 7.67339036,2.50325193 C7.63339036,2.52025193 7.58139036,2.52725193 7.53939036,2.51825193 C6.58039036,2.31725193 5.62139036,2.11325193 4.66239036,1.91025193 C4.60639036,1.89925193 4.56739036,1.87925193 4.53239036,1.82625193 C4.36839036,1.57525193 3.88139036,1.57025193 3.70239036,1.81325193 C3.59439036,1.96025193 3.64439036,2.14725193 3.82439036,2.24425193 C4.00939036,2.34425193 4.19839036,2.34325193 4.39039036,2.25525193 C4.42839036,2.23725193 4.48039036,2.22925193 4.52039036,2.23725193 C5.35939036,2.41225193 6.19739036,2.59025193 7.03539036,2.76725193 C7.04639036,2.77025193 7.05639036,2.77625193 7.08539036,2.78825193 Z' id='Stroke-1262' stroke='%2320404D' stroke-width='0.25'%3E%3C/path%3E%3Cpath d='M6.50649036,3.83025193 C6.50649036,3.90425193 6.50649036,3.96725193 6.50649036,4.03025193 C6.50749036,4.22925193 6.49649036,4.42825193 6.51249036,4.62625193 C6.54349036,5.01425193 6.35849036,5.29825193 6.01949036,5.52125193 C5.71049036,5.72325193 5.35849036,5.82925193 4.99049036,5.90225193 C4.16649036,6.06425193 3.36249036,6.01125193 2.58349036,5.71125193 C2.28849036,5.59825193 2.03549036,5.43825193 1.85649036,5.19625193 C1.77449036,5.08525193 1.72349036,4.96225193 1.72049036,4.83025193 C1.71449036,4.50225193 1.71849036,4.17325193 1.71849036,3.83225193 C1.75249036,3.84425193 1.77849036,3.85225193 1.80249036,3.86325193 C2.45349036,4.15325193 3.10549036,4.44225193 3.75549036,4.73625193 C3.99449036,4.84425193 4.22649036,4.84825193 4.46749036,4.73825193 C5.11149036,4.44725193 5.75849036,4.16025193 6.40349036,3.87225193 C6.43349036,3.85825193 6.46349036,3.84725193 6.50649036,3.83025193 Z' id='Stroke-1264' stroke='%2320404D' stroke-width='0.25'%3E%3C/path%3E%3Cline x1='7.42079036' y1='5.37505193' x2='7.42079036' y2='3.19605193' id='Stroke-1267' stroke='%2320404D' stroke-width='0.25'%3E%3C/line%3E%3Cpath d='M7.52659036,5.31405193 C7.52659036,5.31405193 7.29959036,5.29505193 7.20259036,5.55505193 C7.10459036,5.81505193 7.11859036,6.06005193 7.16259036,6.23005193 C7.21659036,6.43805193 7.43659036,6.81505193 7.48559036,6.71105193 C7.48559036,6.71105193 7.52059036,6.47605193 7.48359036,6.28905193 C7.36159036,5.67205193 7.55859036,6.12005193 7.57359036,6.35105193 C7.59359036,6.66505193 7.65059036,6.56205193 7.65059036,6.56205193 C7.65059036,6.56205193 7.91959036,6.25005193 7.81259036,5.73705193 C7.72159036,5.29705193 7.52659036,5.31405193 7.52659036,5.31405193' id='Fill-1268' fill='%2320404D'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 25px;
  width: 25px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}
.Kalender .wpgb-facet-title {
  text-transform: uppercase;
  color: var(--darkblue);
}
.Kalender .wpgb-facet .wpgb-radio-label {
  justify-content: flex-start !important;
}

@media screen and (max-width: 1200px) {
  #header-frontpage video {
    position: absolute;
    top: -80px !important;
    left: calc(50% + 250px);
    min-width: 100%;
    min-height: 800px;
    width: auto;
    height: auto;
    z-index: 0;
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    z-index: -222;
  }
}
@media screen and (max-width: 850px) {
  .top {
    padding-bottom: 10px;
    padding-top: 20px;
  }

  .top .left {
    float: left;
    width: 250px;
    display: none;
  }

  .top .left img {
    height: 50px;
    width: auto;
    margin-top: -5px;
  }

  .top .right {
    display: block;
    width: 100%;
  }

  .top .mega-menu-logo {
    height: 30px !important;
  }

  h1, h2, h3 {
    font-size: 28px;
  }

  #header h1 {
    font-size: 28px;
  }

  #product-header h2 {
    font-size: 28px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  #block-1, #block-2, #block-3, #block-4, #block-5 {
    overflow: hidden;
    padding-top: 20px !important;
    padding-bottom: 0px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    background-position: center center !important;
  }

  #block-1 h2, #block-2 h2, #block-3 h2, #block-4 h2, #block-5 h2 {
    font-size: 22px !important;
  }

  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  h1, h2, h3 {
    font-size: 22px !important;
  }

  #header h1 {
    font-size: 22px !important;
  }

  #product-header h2 {
    font-size: 22px;
    margin-top: 0px;
  }

  .footer, .bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-menu a {
    color: #fff;
    text-decoration: none;
  }

  .footer-menu .left {
    display: block !important;
    width: 100% !important;
  }

  .footer-menu .right {
    display: block !important;
    width: 100% !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-menu .right a {
    margin-left: 5px;
    font-size: 20px;
  }
}
/*------------------------------------*\
    Profil image bottom distance on int. sites
\*------------------------------------*/
html:not([lang=da-dk]) .profilebottom {
  margin-bottom: 50px;
}

/*------------------------------------*\
    Migrated from header.php file
\*------------------------------------*/

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