/*
Theme Name: StepUpTema
Theme URI:
Author: Emil Hajjar Thøgersen, Steffen Kragelund Johannsen
Author URI: https://stepupmedia.dk/
Description:
Version: 3.0
*/

body {
  font-family: "roboto", sans-serif;
  font-weight: normal;
  font-size: 19px;
  line-height: 1.7;
  color: #000;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  padding-top: 142px;
}
body.no-scroll {
  overflow: hidden;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  min-height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  scroll-margin-top: 200px;
}
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
p,
ul {
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1612px;
}
#bannermsg {
	padding: 6px 20px;
	text-align: center;
	background-color: #A6217A;
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	z-index: -1;
  position: relative;
  transition: 250ms ease;
  
}
.no-scroll #bannermsg {
  margin-top: -45px;
}
#bannermsg a {
	text-decoration: none;
	color: #fff;
}
#bannermsg a:hover {
	text-decoration: underline;
}
#header .container {
	position: relative;
    z-index: 1;
}
@media (max-width: 1712px) {
  .container {
    max-width: 85%;
  }
  #header .container {
    max-width: 95%;
  }
}
body section,
body footer {
  overflow: hidden;
}
body a.button,
body span.button {
  background-color: #A6217A;
  color: white;
  padding: 8px 48px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  border-radius: 22px;
}
body a.button:hover,
body span.button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #51b0b4;
}
body a.button:hover::-moz-selection,
body span.button:hover::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
body a.button:hover::selection,
body span.button:hover::selection {
  color: #fff;
  background-color: #A6217A;
}
body a.button:hover::moz-selection,
body span.button:hover::moz-selection {
  color: #fff;
  background-color: #A6217A;
}
body a.button.white,
body span.button.white {
  background-color: white;
  color: #75c0c3;
}
body a.button.white:hover,
body span.button.white:hover {
  background-color: #A6217A;
  color: #fff;
}
body a.button.white:hover::-moz-selection,
body span.button.white:hover::-moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
body a.button.white:hover::selection,
body span.button.white:hover::selection {
  color: #fff;
  background-color: #75c0c3;
}
body a.button.white:hover::moz-selection,
body span.button.white:hover::moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
body a.button.blue,
body span.button.blue {
  background-color: #75c0c3;
  color: white;
}
body a.button.blue::-moz-selection,
body span.button.blue::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
body a.button.blue::selection,
body span.button.blue::selection {
  color: #fff;
  background-color: #A6217A;
}
body a.button.blue::moz-selection,
body span.button.blue::moz-selection {
  color: #fff;
  background-color: #A6217A;
}
body a.button.blue:hover,
body span.button.blue:hover {
  background-color: #A6217A;
}
body a.button.blue:hover::-moz-selection,
body span.button.blue:hover::-moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
body a.button.blue:hover::selection,
body span.button.blue:hover::selection {
  color: #fff;
  background-color: #75c0c3;
}
body a.button.blue:hover::moz-selection,
body span.button.blue:hover::moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body ol,
body p,
body ul {
  margin-bottom: 1em;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "essonnes-display", serif;
  font-weight: 700;
}
body h1 {
  font-size: 71px;
  line-height: 85px;
}
body h2 {
  font-size: 60px;
  line-height: 72px;
}
body h3 {
  font-size: 40px;
  line-height: 68px;
}
body h4 {
  font-size: 30px;
  line-height: 36px;
}
body h5 {
  font-size: 26px;
  line-height: 32px;
}
body h6 {
  font-size: 20px;
  line-height: 26px;
}
body section.m-top {
  margin-top: 80px;
}
body section.m-bottom {
  margin-bottom: 80px;
}
::-moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
::selection {
  color: #fff;
  background-color: #75c0c3;
}
::moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #75c0c3;
}
body::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #75c0c3;
}
.admin-bar #header {
  top: 32px;
}
#header #menu-trigger {
  display: none;
  cursor: pointer;
}
#header {
  display: flex;
  flex-direction: column-reverse;
  background-color: #75c0c3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#header ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#header ::selection {
  color: #fff;
  background-color: #A6217A;
}
#header ::moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#header .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #logo {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
}

#header #logo img {
  height: 100%;
  width: auto;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #logo:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#header .right .contact {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .right .contact a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  line-height: 25px;
}
#header .right .contact a img {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header .right .contact a:first-of-type {
  margin-right: 36px;
}
#header .right .contact a:hover {
  text-decoration: underline;
}
#header .right .contact a:hover img {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
#header .right .contact .wpml-ls-statics-shortcode_actions {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .right .contact .wpml-ls-statics-shortcode_actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .right .contact .wpml-ls-statics-shortcode_actions ul a {
  padding: 0;
  margin: 0;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 14px;
}
#header #navmenu {
  display: block;
}
#header #navmenu div ul li:not(.button).current-menu-item > a {
  color: #A6217A;
}
#header #navmenu div ul li:not(.button).current-page-ancestor > a {
  color: #A6217A;
}
#header #navmenu > div > ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
#header #navmenu > div > ul > li {
  margin-right: 24px;
}
#header #navmenu > div > ul > li.menu-item-has-children {
  position: relative;
}
#header #navmenu > div > ul > li.menu-item-has-children > a {
  padding-right: 14px;
  position: relative;
}
#header #navmenu > div > ul > li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 54px;
  right: 0;
  width: 9px;
  height: 6px;
  background-image: url(/wp-content/uploads/2024/04/down.svg);
}
#header #navmenu > div > ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
  top: 100%;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#header #navmenu > div > ul > li.menu-item-has-children:hover .sub-menu a {
  opacity: 1;
  -webkit-transition: 200ms ease 100ms;
  -o-transition: 200ms ease 100ms;
  transition: 200ms ease 100ms;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu {
  position: absolute;
  left: -20px;
  display: block;
  background: #75c0c3;
  padding: 10px 28px;
  list-style-type: none;
  top: 0;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: 200ms ease 100ms;
  -o-transition: 200ms ease 100ms;
  transition: 200ms ease 100ms;
  z-index: -1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 220px;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
  position: relative;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  width: 9px;
  height: 6px;
  background-image: url(/wp-content/uploads/2024/04/down.svg);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  min-width: 220px;
  background: #75C0C3;
  padding: 10px 28px;
  -webkit-box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 2px 4px rgba(0, 0, 0, 0.1);
  list-style-type: none;
  -webkit-transition: 200ms ease 100ms;
  -o-transition: 200ms ease 100ms;
  transition: 200ms ease 100ms;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu::after {
  content: "";
  width: 28px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -28px;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu a {
  font-size: 18px;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover .sub-menu {
  left: calc(100% + 28px);
  opacity: 1;
  pointer-events: all;
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu a {
  padding: 8px 0;
  opacity: 0;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  transition: 200ms ease;
  font-size: 19px;
  line-height: 25px;
}
#header #navmenu > div > ul > li.menu-item-has-children > .sub-menu a:hover {
  color: #A6217A;
}
#header #navmenu > div > ul > li.button a {
  background-color: #A6217A;
  line-height: 28px;
  padding: 8px 48px;
  border-radius: 22px;
  margin-top: 33px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #navmenu > div > ul > li.button a::-moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
#header #navmenu > div > ul > li.button a::selection {
  color: #fff;
  background-color: #75c0c3;
}
#header #navmenu > div > ul > li.button a::moz-selection {
  color: #fff;
  background-color: #75c0c3;
}
#header #navmenu > div > ul > li.button a:hover {
  background-color: #fff;
  color: #A6217A;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
#header #navmenu > div > ul > li a {
  padding-top: 40px;
  padding-bottom: 28px;
  display: block;
  font-size: 22px;
  line-height: 29px;
  color: white;
  text-decoration: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#header #navmenu > div > ul > li a:hover {
  color: #A6217A;
}
#header #navmenu > div > ul > li:last-of-type {
  margin-right: 0;
}
.dataTables_wrapper th,
.dataTables_wrapper td {
  text-align: center;
}
#not-found-banner {
  position: relative;
  height: 500px;
}
#not-found-banner .media {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#not-found-banner .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
#not-found-banner .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#not-found-banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
#not-found-banner .container .row {
  height: 100%;
}
#not-found-banner .container .col-md-12 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#not-found-banner .container h1 {
  color: white;
}
#not-found-banner .container p {
  color: white;
}
.ui-datepicker .ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px !important;
}
.ui-datepicker .ui-datepicker-next {
  background-image: url(/wp-content/uploads/2024/04/right.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.ui-datepicker .ui-datepicker-next:before {
  display: none;
}
.ui-datepicker .ui-datepicker-prev {
  background-image: url(/wp-content/uploads/2024/04/left.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.ui-datepicker .ui-datepicker-prev:before {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_section_heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frm_forms form .frm_error_style {
  background-color: #ffa8a8;
  padding: 8px 12px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 2px;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.frm_forms form .frm_form_fields fieldset legend, 
.frm_forms form .frm_form_fields fieldset .frm_verify,
.frm_forms form .frm_form_fields fieldset .frm_pos_none {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin-right: 0;
  width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm6,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half {
  width: calc(50% - 16px);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm3 {
  width: calc(25% - 16px);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_inline_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #4995a1;
  margin-bottom: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_inline_container .frm_opt_container {
  margin-bottom: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_inline_container input {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_inline_container .frm_description {
  width: 100%;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_description {
  font-size: 14px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.horizontal_radio .frm_opt_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container {
  margin-bottom: 24px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_radio {
  margin-right: 16px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_checkbox input,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_opt_container .frm_radio input {
  padding: 0;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  background-color: #ffa8a8;
  padding: 8px 12px;
  display: block;
  margin-top: 12px;
  border-radius: 2px;
  font-weight: 600;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_input_group {
  position: relative;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_input_group .frm_inline_box {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: #808080;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  padding: 16px 24px;
  border: none;
  border-radius: 13px;
  background-color: #F3F1EF;
  width: 100%;
  margin-bottom: 24px;
  font-family: 'Roboto', sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input::-webkit-input-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::-webkit-input-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 0.22;
  font-family: 'Roboto', sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::-moz-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select::-moz-placeholder {
  color: #000 !important;
  opacity: 0.22;
  font-family: 'Roboto', sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:-ms-input-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:-ms-input-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:-ms-input-placeholder {
  color: #000 !important;
  opacity: 0.22;
  font-family: 'Roboto', sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input::-ms-input-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::-ms-input-placeholder, .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select::-ms-input-placeholder {
  color: #000 !important;
  opacity: 0.22;
  font-family: 'Roboto', sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input::placeholder,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea::placeholder,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select::placeholder {
  color: #000 !important;
  opacity: 0.22;
  font-family: 'Roboto', sans-serif;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number]::-webkit-inner-spin-button,
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input[type=number] {
  -moz-appearance: textfield !important;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_none_container label {
  display: none;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  font-size: 21px;
  line-height: 28px;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: #A6217A;
  color: white;
  padding: 8px 48px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  border-radius: 22px;
  margin-top: 12px;
}
.frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: #75c0c3;
}
.single-post-banner {
  position: relative;
  overflow: hidden;
}
.single-post-banner h1 {
  margin-bottom: 28px;
}
.single-post-banner .divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post-banner .divider img {
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.single-post-banner .certifikater {
  display: none;
}
.single-post-banner .container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 500px;
}
.single-post-banner .container .inner {
  max-width: 945px;
}
.single-post-banner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.single-post-banner .bg-wrp {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #242424;
  z-index: 1;
}
.single-post-banner .bg-wrp::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  mix-blend-mode: darken;
}
.single-post-banner .bg-wrp.no-filter::before {
  opacity: 0;
}
.single-post-banner .bg-wrp img {
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-post-banner .container .row .col-12 {
  color: white;
}
.single-post-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.single-post-content .gallery-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 40px 0;
}
.single-post-content .gallery-wrp img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
}
#posts {
  padding-top: 80px;
  padding-bottom: 80px;
}
#posts .entry-summary {
  position: relative;
  z-index: 2;
}
#posts .container .row .col-md-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#posts .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#posts .container .row .col-md-6 {
  margin-bottom: 30px;
}

#posts .container .row .col-md-6 .imgs {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  width: 100%;
}
#posts .container .row .col-md-6 .ico {
  position: absolute;
  display: flex;
  top: -30px;
  left: -20px;
  user-select: none;
  pointer-events: none;
  transform: scale(0.9);
}
#posts .container .row .col-md-6 .button {
  margin-top: 20px;
}
#posts .container .row .col-md-6 .imgs img {
  width: calc(50% - 8px);
  height: 228px;
  object-fit: cover;
  border-radius: 16px;
}
#posts .container .row .col-md-6 a ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .container .row .col-md-6 a ::selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .container .row .col-md-6 a ::moz-selection { 
  color: #fff;
  background-color: #A6217A;
}
#posts .container .row .col-md-6 a:before{
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 116px;
  height: 116px;
  background-image: url('/wp-content/uploads/2025/06/heart-icon.svg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
#posts .container .row .col-md-6 a {
  background-color: #75C0C3;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  align-items: flex-start;
}
#posts .container .row .col-md-6 a:hover{
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#posts .container .row .col-md-6 a p{
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 0;
}
#posts .container .row .col-md-6 a h4 {
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}
/* #posts .container .row .col-md-6:nth-child(odd) a {
  background-color: #75C0C3;
  position: relative;
}
#posts .container .row .col-md-6:nth-child(odd) a ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .container .row .col-md-6:nth-child(odd) a ::selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .container .row .col-md-6:nth-child(odd) a ::moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .container .row .col-md-6:nth-child(odd) a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 220px;
  background-image: url('/wp-content/uploads/2024/05/Intersection-2.svg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#posts .container .row .col-md-6:nth-child(even) a {
  background-color: #fff;
  position: relative;
}
#posts .container .row .col-md-6:nth-child(even) a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 220px;
  background-image: url('/wp-content/uploads/2024/05/Intersection-6.svg');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
#posts .container .row .col-md-6 a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
#posts .container .row .col-md-6 a:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
#posts .container .row .col-md-6:nth-child(odd) a h3 {
  color: #fff;
  text-decoration: none;
}
#posts .container .row .col-md-6:nth-child(odd) a p {
  color: #fff;
  text-decoration: none;
  font-size: 26px;
}
#posts .container .row .col-md-6:nth-child(even) a h3 {
  color: #75C0C3;
  text-decoration: none;
}
#posts .container .row .col-md-6:nth-child(even) a p {
  color: #75C0C3;
  text-decoration: none;
  font-size: 26px;
}
#posts .container .row .col-md-6 a p {
  margin-bottom: 0;
}
#posts .container .row .col-md-6 a h3 {
  margin-bottom: 40px;
} */
#posts .navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#posts .navigation .nav-links a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #75C0C3;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  margin-right: 8px;
}
#posts .navigation .nav-links a:last-of-type {
  margin-right: 0;
}
#posts .navigation .nav-links a::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .navigation .nav-links a::selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .navigation .nav-links a::moz-selection {
  color: #fff;
  background-color: #A6217A;
}
#posts .navigation .nav-links .dots {
  display: inline-block;
  padding: 10px 20px;
  background-color: #A6217A;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 8px;
}
#posts .navigation .nav-links a:hover {
  background-color: #A6217A;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
#posts .navigation .nav-links span.page-numbers.current {
  display: inline-block;
  padding: 10px 20px;
  background-color: #A6217A;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  margin-right: 8px;
}
body .tablepress > :where(thead,tfoot) > * > th {
  background-color: #75C0C3;
  color: white;
  padding: 12px 8px;
}
body .dataTables_wrapper .tablepress {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
}
body .dataTables_wrapper .dataTables_scrollBody .tablepress {
  border-radius: 0;
}
body .dataTables_wrapper .dataTables_scrollHeadInner {
  width: 100% !important;
}
body .dataTables_wrapper .tablepress caption {
  text-align: center !important;
}
body .dataTables_wrapper .tablepress thead {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
body .dataTables_wrapper .tablepress tbody {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
footer {
  color: white;
  position: relative;
  overflow: hidden;
  background-color: white;
}
footer ::-moz-selection {
  color: #fff;
  background-color: #A6217A;
}
footer ::selection {
  color: #fff;
  background-color: #A6217A;
}
footer ::moz-selection {
  color: #fff;
  background-color: #A6217A;
}
footer .heart-deco {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  max-width: 60%;
}
footer .heart-deco img {
  width: auto;
  height: auto;
  max-width: 100%;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer.gray {
  background-color: #F3F1EF;
}
footer .footer-content {
  background-color: #75C0C3;
}
footer .footer-deco {
  margin-bottom: -1px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
footer .footer-deco img {
  width: 100%;
  height: auto;
}
footer .bottom {
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .bottom .col-12 {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .bottom .col-12 a {
  color: white;
  opacity: 0.5;
  font-size: 15px;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  display: inline-block;
  margin-right: 6px;
}
footer .bottom .col-12 a:hover {
  opacity: 1;
  color: #A6217A;
}
footer .bottom .col-12 p {
  margin-bottom: 0;
  opacity: 0.5;
  font-size: 15px;
}
footer .col-12 {
  padding-top: 60px;
}
footer .col-12 #footer-logo {
  height: 80px;
  max-width: 100%;
  margin-bottom: 60px;
  display: inline-block;
}
footer .col-12 #footer-logo img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .col-12 #footer-logo:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
footer .company-info {
  margin-bottom: 44px;
  font-size: 21px;
  line-height: 30px;
}
footer .company-info a {
  text-decoration: none;
  color: white;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .company-info a:hover {
  color: #A6217A;
}
footer .footer-title {
  margin-bottom: 48px;
}
footer #navmenu-footer1 ul,
footer #navmenu-footer2 ul {
  list-style-type: none;
}
footer #navmenu-footer1 ul a,
footer #navmenu-footer2 ul a {
  text-decoration: none;
  color: white;
  font-size: 21px;
  line-height: 30px;
  padding: 5px 0;
  display: inline-block;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  position: relative;
}
footer #navmenu-footer1 ul a::before,
footer #navmenu-footer2 ul a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 2px;
  background-color: white;
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer #navmenu-footer1 ul a:hover,
footer #navmenu-footer2 ul a:hover {
  padding-left: 12px;
  color: #A6217A;
}
footer #navmenu-footer1 ul a:hover::before,
footer #navmenu-footer2 ul a:hover::before {
  background-color: #A6217A;
  width: 8px;
}
footer .socials {
  position: relative;
  padding-top: 24px;
  margin-top: 104px;
}
footer .socials .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .socials .row h5 {
  margin-bottom: 16px;
}
footer .socials .row #navmenu-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .socials .row #navmenu-socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}
footer .socials .row #navmenu-socials a img {
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
footer .socials .row #navmenu-socials a:hover img {
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
footer .socials .row #navmenu-socials a:last-of-type {
  margin-right: 0;
}
footer .socials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: white;
  z-index: 1;
}
footer .certifikater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .certifikater img {
  margin-right: 24px;
}
footer .certifikater img:last-of-type {
  margin-right: 0;
}


.frm_dropzone .dz-message svg {
  display: none; 
}
.frm_upload_text {
  display: none;
}
.frm_small_text {
  font-size: 14px; 
}
.frm_compact_text button {
  background-color: #fff;
  color: #A6217A; 
  line-height: 28px;
  padding: 8px 48px;
  border-radius: 22px;
  margin-top: 10px; 
  border: none; 
  -webkit-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
}
.frm_compact_text button:hover {
  background-color: #A6217A;
  color: #fff;
  transform: translateY(-2px);
}

.page-id-410 .fulltxt {
  padding-top: 0px !important; 
}
.page-id-410 .fulltxt .col-12 {
  padding: 0px !important; 
}
.page-id-410 .prisliste {
  padding-bottom: 0px !important; 
}
@media (max-width: 1600px) {
  #header #navmenu > div > ul > li a {
    padding-top: 32px;
    padding-bottom: 24px;
    font-size: 19px;
    line-height: 25px;
  }
  #header #navmenu > div > ul > li.button a {
    line-height: 25px;
    padding: 8px 28px;
    margin-top: 25px;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > a::before {
    top: 44px;
  }
  #header #navmenu > div > ul > li {
    margin-right: 20px;
  }
  #header #logo {
    height: 60px;
  }
  body {
    padding-top: 126px;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > a::before {
    width: 8px;
    height: 5px;
    background-size: contain;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > a {
    padding-right: 12px;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1500px) {
  body h1 {
    font-size: 60px;
    line-height: 72px;
  }
  body h2 {
    font-size: 50px;
    line-height: 60px;
  }
  body h3 {
    font-size: 35px;
    line-height: 60px;
  }
  body h4 {
    font-size: 26px;
    line-height: 32px;
  }
  body h5 {
    font-size: 22px;
    line-height: 28px;
  }
  body h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1280px) {
  body h1 {
    font-size: 50px;
    line-height: 60px;
  }
  body h2 {
    font-size: 40px;
    line-height: 48px;
  }
  body h3 {
    font-size: 30px;
    line-height: 51px;
  }
  body h4 {
    font-size: 24px;
    line-height: 29px;
  }
  body h5 {
    font-size: 20px;
    line-height: 25px;
  }
  body h6 {
    font-size: 16px;
    line-height: 21px;
  }
  #header .container {
    max-width: calc(100% - 10px);
  }
  #header #navmenu > div > ul > li a {
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  #header #navmenu > div > ul > li.button a {
    line-height: 22px;
    margin-top: 17px;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > a::before {
    top: 34px;
  }
  #header .right .contact a {
    font-size: 16px;
    line-height: 22px;
  }
  #header .right .contact a:first-of-type {
    margin-right: 24px;
  }
  #header #navmenu > div > ul > li {
    margin-right: 16px;
  }
  #header #logo {
    height: 44px;
  }
  body {
    padding-top: 108px;
  }
}
@media (max-width: 1060px) {
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children .sub-menu {
    position: relative;
    left: 0 !important;
    opacity: 1;
    pointer-events: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    box-shadow: none;
    padding: 0 0 0 10px;
    display: none;
    transition: unset !important;
    z-index: 1;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > span {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2024/04/down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-left: 1px solid #5cb4b7;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > a::before,
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children::before {
    display: none;
  }
  #header #navmenu > div > ul > li a,
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu a {
    padding-bottom: 9px;
    padding-top: 9px;
    font-size: 18px;
    line-height: 30px;
  }
  #header #navmenu > div > ul > li {
    border-bottom: 1px solid #5cb4b7;
  }
  #header #navmenu > div > ul > li:last-of-type {
    border-bottom: none;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > a {
    padding-right: 48px;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 16px;
    -webkit-user-select: all;
       -moz-user-select: all;
            user-select: all;
    pointer-events: all;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    opacity: 1;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
    -webkit-transition-delay: unset !important;
         -o-transition-delay: unset !important;
            transition-delay: unset !important;
    border-top: 1px solid #5cb4b7;
    margin-bottom: 0;
  }
  #header #navmenu > div > ul > li.button a {
    text-align: center;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > .sub-menu a {
    opacity: 1;
    -webkit-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
    -webkit-transition-delay: unset !important;
         -o-transition-delay: unset !important;
            transition-delay: unset !important;
  }
  #header #navmenu > div > ul > li.menu-item-has-children > span {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/wp-content/uploads/2024/04/down.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    border-left: 1px solid #5cb4b7;
  }
  #header .right .contact {
    padding-top: 0;
  }
  #header .right .contact > a,
  #header #navmenu {
    display: none;
  }
  .admin-bar #header #navmenu {
    top: 124px;
  }
  #header #navmenu {
    position: fixed;
    top: 92px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #75c0c3;
    padding: 24px 0;
    overflow-y: scroll;
  }
  #header #navmenu::-webkit-scrollbar {
    width: 10px;
  }
  #header #navmenu::-webkit-scrollbar-track {
    background: #75c0c3;
  }
  #header #navmenu::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #75c0c3;
  }
  #header #navmenu > div {
    max-width: 85%;
    padding: 0 15px;
    margin: 0 auto;
  }
  #header #navmenu > div > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header #menu-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #menu-trigger .close {
    display: none;
  }
  #header #menu-trigger.active .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header #menu-trigger.active > img {
    display: none;
  }
  #header #logo {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  #header .container {
    max-width: 85%;
  }
  #header #navmenu > div > ul > li {
    margin-right: 0;
  }
  body {
    padding-top: 92px;
  }
}
@media (max-width: 992px) {
  .no-scroll #bannermsg {
    margin-top: -39px;
  }
  #header #bannermsg {
    height: 40px;
    overflow: hidden;
  }
    
  #header.scrolled #bannermsg{
    height: 0px;
    padding: 0px;
  }
  #header.scrolled #logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer {
    text-align: center;
  }
  footer .bottom .col-12 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .socials .row #navmenu-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 26px;
  }
  footer .certifikater {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  footer .certifikater img {
    width: 53px;
    height: 53px;
  }
  body {
    font-size: 16px;
  }
  body h1 {
    font-size: 40px;
    line-height: 48px;
  }
  body h2 {
    font-size: 35px;
    line-height: 42px;
  }
  body h3 {
    font-size: 30px;
    line-height: 51px;
  }
  body h4 {
    font-size: 24px;
    line-height: 29px;
  }
  body h5 {
    font-size: 20px;
    line-height: 25px;
  }
  body h6 {
    font-size: 16px;
    line-height: 21px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm3 {
    width: calc(50% - 16px);
  }
}
@media (max-width: 768px) {
  body h1 {
    font-size: 35px;
    line-height: 52px;
  }
  body h2 {
    font-size: 27px;
    line-height: 32px;
  }
  body h3 {
    font-size: 23px;
    line-height: 31px;
  }
  body h4 {
    font-size: 20px;
    line-height: 24px;
  }
  body h5 {
    font-size: 18px;
    line-height: 22px;
  }
  body h6 {
    font-size: 16px;
    line-height: 19px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_inline_container input {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-left: 0;
    margin-top: 8px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.horizontal_radio .frm_opt_container {
    width: 100%;
    margin-top: 8px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm3,
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm6,
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half {
    width: 100%;
  }
}



.pop-up-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #f3f1ef;
  width: 700px;
  height: 400px;
  position: fixed;
  right: 8px;
  bottom:-100%;
  z-index: 9999;
  border-radius: 8px;
  overflow: hidden;
  transition: 250ms ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);  
}

.pop-up-container.active {
  bottom: 8px;  
}

.pop-up-container .contactImg{
  width: 100%;
  height: 150px;
}

.pop-up-container img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.pop-up-container .contact-headline{
  text-align: center;
}


.contactImg{
  width:30%;
  height: 100%;
  border-right: 5px solid #75C0C3;
}
.contactImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-content {
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  width: 80%;
}

.contact-headline {

  margin-bottom: 20px;
  padding-right: 40px;
}

.contactClose {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1px;
  right: -1px;
  background-color: #75C0C3;
  color: white;
  font-weight: 600;
  width: 60px;
  height: 30px;
  cursor: pointer;
  border-radius: 0px 8px 0px 8px;
}

.contact-btn:hover {
  background-color: #ad1e14;
}
.buttonPop{
  padding-top: 20px;
}
.buttonPop .button{
  padding: 8px 40px 8px 24px;
}

@media (max-width: 768px) {
  .pop-up-container {
    width: 85%;
    height: auto;
    padding: 20px; 
    right: 10px; 
  }
  .contactImg {
    display: none; 
  }
  .contact-content {
    width: 100%; 
    padding-left: 0; 
    padding-right: 0; 
  }
  .pop-up-container.active {
    
  }
}
@media (max-width: 480px) {
  .pop-up-container{
    width:calc(100% - 20px);
  }
  .contact-headline {
    font-size: 20px;
    line-height: 25px;
  }
  .contact-content .wysiContent p {
    font-size: 16px;
  }
}
