.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u { position:relative;display:block; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u { background-color: transparent; background-image: none; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container > .video-iframe-container { display: none; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row > .video-iframe-container { display: none; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u { border-width: 0; border-radius: 0; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#ibMRXHRnKWIfFXxzDeuysFzctqUySlr7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:12.5rem;top:1.09375rem;left:1.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:"open sans";height:48.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#HGVa2yLmW797MemZVW4gNd9KtuhKaWKi { color:#0f5972;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:5.875rem;left:4.3125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HnpTv9omIfLyx6OxRc2P4gbVSql0egW3 { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/170472a2-cd4e-4427-ab4b-c3c7d9bc9897/nyhedsbrev.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:24.9375rem;width:60rem;top:0rem;left:0rem;display:block; }#HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.adaptive-delivery-prevent-bg, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyload, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyloading { background-image: none; }
#pRWId1yugDCBdBi9tvTSMQebVTUfJ9yE { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.5625rem #ffe6bf ;height:40.75rem;width:23.25rem;top:3.9375rem;left:2.375rem;display:block; }
#uhkVMGSPtniLGoUIaGMPaAJqQnnrqG27 { color:#0f5972;display:block;width:19.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:13rem;left:4.3125rem;height:5.1181625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NqpKhwVryQakVcTEyemZv8u05pBkwkwv { color:#0f5972;display:block;width:18.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:19.669921875rem;left:4.3125rem;height:23.39843125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FkQcNai5UAq1s4hoDS1D0sGfPyil0vJs { color:#0f5972;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100003;line-height:1.2;letter-spacing:0;top:9.1875rem;left:4.3125rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 { position:relative;display:block; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 { background-color: transparent; background-image: none; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row .container > .video-iframe-container { display: none; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row > .video-iframe-container { display: none; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 { border-width: 0; border-radius: 0; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:64.75rem;width:60rem;position:relative;display:block; }#Veh8AHx4EQ0HKifk0d9TfGoRppPSDOul { position:absolute;display:block;z-index:99999;background-color:#ddedf1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:62.625rem;width:55.75rem;top:-0.0625rem;left:2.125rem;display:block; }
#atz3OoeNhlqezDO9D2LRwcW9hhS6aG51 { color:#0f5972;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:31.0625rem;left:4.5rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Tc6ZEz1nUn2A9mmHh5LmMDm07mr7DM7s { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem #fff3e0 ;height:33.25rem;width:60rem;top:14.4375rem;left:0rem;display:none; }
#pMrZ89cahhcCUwW3xPezaQBKbJgS4CME { color:#0f5972;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:44.375rem;left:4.625rem;height:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC { position:absolute;display:block;z-index:100000;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/d346eece-f2f8-4747-a277-aeb5ea7104e4/1821aarige.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:28.75rem;width:60rem;top:0rem;left:0rem;display:block; }#s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC.adaptive-delivery-prevent-bg, #s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC.lazyload, #s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC.lazyloading { background-image: none; }
#bihhAEJmnMcomWTToVTEXoQkTLG3pVGM { color:#0f5972;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:37.125rem;left:4.5rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA { position:relative;display:block; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA { background-color: transparent; background-image: none; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row .container > .video-iframe-container { display: none; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row > .video-iframe-container { display: none; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA { border-width: 0; border-radius: 0; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/66984a38-1c0e-4523-82a7-78e34fb1025a/tandlaegeisilkeborg.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:18.625rem;width:26.3125rem;top:2.9375rem;left:1.84375rem;display:block; }#ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO.adaptive-delivery-prevent-bg, #ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO.lazyload, #ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO.lazyloading { background-image: none; }
#PMJERK3TpQaxccmoKTBiZnzkoHRdtxH6 { color:#0f5972;display:block;width:21.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:32.0625rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xTTMHUqlC9iTWQTtzd9OeBKbLXc5SMMB { color:#0f5972;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:8.875rem;left:32.0625rem;height:7.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#weePsT65wTca2PkT0e9TT2ZvPhXCryzf { color:#0f5972;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:17.4375rem;left:32.0625rem;height:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#pz0sMnwAELkSX1biQAxrfnshgiKNleIB { position:absolute;display:block;z-index:99998;background-color:#ff9d00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:16.5625rem;width:19.4375rem;top:22.875rem;left:0.375rem;display:block; }
#WCfTO2P5DXAzhrBOT3925ix3S9mIHzxC { position:absolute;display:block;z-index:99999;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:16.625rem;width:8.5rem;top:22.8125rem;left:21.1875rem;display:block; }
#zBvFNQl95qSxInfeLZJ4sGFyKWmLQ9gs { color:#ffffff;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:26.09375rem;left:1.84375rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM { position:relative;display:block; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM { background-color: transparent; background-image: none; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row .container > .video-iframe-container { display: none; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row > .video-iframe-container { display: none; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM { border-width: 0; border-radius: 0; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:65.875rem;width:60rem;position:relative;display:block; }#tow9zm4dGKGK64GGasX5bICEnsBi7JGv { position:absolute;display:block;z-index:99999;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:59.8125rem;width:55.75rem;top:4.5625rem;left:2.125rem;display:block; }
#SJPptNpoH5z0CQKSviLiaCyc88aZZuAT { color:#0f5972;display:block;width:43rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:7.5625rem;left:4.625rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FFDolxwFbifhaqErdFOBJJZ5f12WR2X1 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem #fff3e0 ;height:33.25rem;width:60rem;top:14.4375rem;left:0rem;display:none; }
#mceAVKBndeCRp55KPdxfvroFPbrz2f34 { color:#0f5972;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:52.5625rem;left:4.6875rem;height:10.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DObTaiRSmVVnkLv0u0mq3tHCE2265ntT { position:absolute;display:block;z-index:100000;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/d32f93e2-47ad-4c51-a3e0-7178f0ff0e9a/kliniktvaarhusoestergadegruppefoto1920x1080px.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:28.75rem;width:60rem;top:13.9375rem;left:0rem;display:block; }#DObTaiRSmVVnkLv0u0mq3tHCE2265ntT.adaptive-delivery-prevent-bg, #DObTaiRSmVVnkLv0u0mq3tHCE2265ntT.lazyload, #DObTaiRSmVVnkLv0u0mq3tHCE2265ntT.lazyloading { background-image: none; }
#lbotxKh6CC0feEeEluRghkTW4DMCE46N { color:#0f5972;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:45.3125rem;left:4.5625rem;height:5.361325rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JBZWiK2A64dA02yvANu8O2tziywZWpaa { position:absolute;display:block;z-index:100008;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.875rem;border-top-right-radius:6.875rem;border-bottom-left-radius:6.875rem;border-bottom-right-radius:6.875rem;height:9.625rem;width:9.625rem;top:0rem;left:45.875rem;display:block; }
#eb1X7Krnk2tSHZI8CEBohJ1Qb7wyLw2X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.8125rem;width:7.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100009;top:1.40625rem;left:47.15625rem; }
#QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL { position:relative;display:none; }#QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL { border-width: 0; border-radius: 0; }#QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.25rem;width:60rem;position:relative;display:none; }#X1Mk6bDUnaJVBvdUDFmCfVGQ3IzXq9Dn { color:#0f5972;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#JeM3VEHRQDx80bnHz1D4MIrXkp24k2Jn { color:#0f5972;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:20rem;left:1.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D6yTpPi20sGWsb8TzN62mhki307axNz1 { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d346eece-f2f8-4747-a277-aeb5ea7104e4/1821aarige.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.625rem;width:24.1875rem;top:3.5rem;left:34.1650390625rem;display:block; }#D6yTpPi20sGWsb8TzN62mhki307axNz1.adaptive-delivery-prevent-bg, #D6yTpPi20sGWsb8TzN62mhki307axNz1.lazyload, #D6yTpPi20sGWsb8TzN62mhki307axNz1.lazyloading { background-image: none; }
#vqh0GH6LGTbkwXT64TItXKtkybirdF53 { position:absolute;display:block;z-index:100000;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:32.375rem;width:24.1875rem;top:5.6875rem;left:32.1875rem;display:block; }
#qlqkGtohUpkNpyNU1tpLU2ugRN9tZTz7 { color:#0f5972;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:9.375rem;left:1.8125rem;height:8.9355625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hIhWRzmr2q610A7oLWtvsNv7TDibWTOn { color:#0f5972;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:27.8125rem;left:34.1650390625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB { position:relative;display:block; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB { background-color: transparent; background-image: none; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row .container > .video-iframe-container { display: none; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row > .video-iframe-container { display: none; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB { border-width: 0; border-radius: 0; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:40.6875rem;width:60rem;position:relative;display:block; }#dy9MdrLN20CymBd0uhouqSyT0fwoXIuT { color:#0f5972;display:block;width:25.875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.5rem;left:1.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hECUN4hC9Kvx6R5NVmkRtX7RC6wiTez9 { color:#0f5972;display:block;width:26.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:20rem;left:1.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e12f4120-2429-464f-8327-e8f09237259a/tandlaegeisoenderborg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:22.625rem;width:24.1875rem;top:3.5rem;left:34.1650390625rem;display:block; }#yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF.adaptive-delivery-prevent-bg, #yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF.lazyload, #yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF.lazyloading { background-image: none; }
#mlR68d9TrUnrf3d2AG9fhc1Qt6HrqJaC { position:absolute;display:block;z-index:100000;background-color:#fff3e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:32.375rem;width:24.1875rem;top:5.6875rem;left:32.1875rem;display:block; }
#qLI1h06gkXslE1yLRfMCfTMcQAzM8iiA { color:#0f5972;display:block;width:25.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:12.130859375rem;left:1.8125rem;height:7.1484375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#yFlium7HCqh38DPf6izDoiTVJw4PS6p4 { color:#0f5972;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:27.8125rem;left:34.1650390625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK { position:relative;display:block; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK { background-color: transparent; background-image: none; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row .container > .video-iframe-container { display: none; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row > .video-iframe-container { display: none; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK { border-width: 0; border-radius: 0; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:60.5625rem;width:60rem;position:relative;display:block; }#vJTKG6KqKUgknK3OIk9ZAXHEvLQRqwP2 { position:absolute;display:block;z-index:99999;background-color:#ddedf1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:57.75rem;width:55.75rem;top:-0.0625rem;left:2.125rem;display:block; }
#z91Wls2uoWB4NirN8KmCu6JIWvMJ4D0D { color:#0f5972;display:block;width:35.375rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:31.0625rem;left:4.5rem;height:4.54980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XcAAyQfBuoKzZqUKv8lU38UquR8x3OcG { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 0.625rem #fff3e0 ;height:33.25rem;width:60rem;top:14.4375rem;left:0rem;display:none; }
#eu1CATNQ9sT19TOTyAEtKXz8moWi3oib { color:#0f5972;display:block;width:50.75rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:42.5rem;left:4.5rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT { position:absolute;display:block;z-index:100000;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/0dd207f2-e814-4bb1-81a1-c4c6aa8d5b4e/sommerferie.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:28.75rem;width:60rem;top:0rem;left:0rem;display:block; }#i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT.adaptive-delivery-prevent-bg, #i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT.lazyload, #i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT.lazyloading { background-image: none; }
#Muk0Ck3xRTzSu63f5tzCmL3on3ropoA7 { color:#0f5972;display:block;width:33.75rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:37.125rem;left:4.5rem;height:3.574225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X1yS6R0AaNepTF7MbELEayt2KQgniTNR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f5972;background-image:none;position:relative;display:block; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container { background-color: transparent; background-image: none; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container > .video-iframe-container { display: none; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row > .video-iframe-container { display: none; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container { border-width: 0; border-radius: 0; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container { font-size:0.875rem;font-family:arial;height:1.875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pxc5681Se6HI0GKsHngJcZuD95nCIV5u { display:block; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibMRXHRnKWIfFXxzDeuysFzctqUySlr7 { top:1.0625rem;left:0rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGVa2yLmW797MemZVW4gNd9KtuhKaWKi { top:5.875rem;left:0rem;width:20.4375rem;height:3.375rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3 { top:0rem;left:0rem;width:47.75rem;height:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWId1yugDCBdBi9tvTSMQebVTUfJ9yE { top:3.9375rem;left:0rem;width:23.25rem;height:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhkVMGSPtniLGoUIaGMPaAJqQnnrqG27 { top:13rem;left:0rem;width:19.5625rem;height:5.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqpKhwVryQakVcTEyemZv8u05pBkwkwv { top:19.625rem;left:0rem;width:18.6875rem;height:23.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkQcNai5UAq1s4hoDS1D0sGfPyil0vJs { top:9.1875rem;left:0rem;width:20.4375rem;height:;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 { display:block; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Veh8AHx4EQ0HKifk0d9TfGoRppPSDOul { top:-0.0625rem;left:0rem;width:47.75rem;height:62.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atz3OoeNhlqezDO9D2LRwcW9hhS6aG51 { top:31.0625rem;left:0rem;width:35.375rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6ZEz1nUn2A9mmHh5LmMDm07mr7DM7s { top:14.4375rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #pMrZ89cahhcCUwW3xPezaQBKbJgS4CME { top:44.375rem;left:0rem;width:47.75rem;height:15.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC { top:0rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bihhAEJmnMcomWTToVTEXoQkTLG3pVGM { top:37.125rem;left:0rem;width:33.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA { display:block; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO { top:2.9375rem;left:0rem;width:26.3125rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMJERK3TpQaxccmoKTBiZnzkoHRdtxH6 { top:2.9375rem;left:23.875rem;width:21.6875rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTMHUqlC9iTWQTtzd9OeBKbLXc5SMMB { top:8.875rem;left:22.4375rem;width:25.3125rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #weePsT65wTca2PkT0e9TT2ZvPhXCryzf { top:17.4375rem;left:21.875rem;width:25.875rem;height:21.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz0sMnwAELkSX1biQAxrfnshgiKNleIB { top:22.875rem;left:0rem;width:19.4375rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCfTO2P5DXAzhrBOT3925ix3S9mIHzxC { top:22.8125rem;left:15.375rem;width:8.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBvFNQl95qSxInfeLZJ4sGFyKWmLQ9gs { top:26.0625rem;left:0rem;width:16.9375rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM { display:block; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tow9zm4dGKGK64GGasX5bICEnsBi7JGv { top:4.5625rem;left:0rem;width:47.75rem;height:59.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJPptNpoH5z0CQKSviLiaCyc88aZZuAT { top:7.5625rem;left:0rem;width:43rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFDolxwFbifhaqErdFOBJJZ5f12WR2X1 { top:14.4375rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #mceAVKBndeCRp55KPdxfvroFPbrz2f34 { top:52.5625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObTaiRSmVVnkLv0u0mq3tHCE2265ntT { top:13.9375rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbotxKh6CC0feEeEluRghkTW4DMCE46N { top:45.3125rem;left:0rem;width:33.75rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBZWiK2A64dA02yvANu8O2tziywZWpaa { top:0rem;left:38.125rem;width:9.625rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb1X7Krnk2tSHZI8CEBohJ1Qb7wyLw2X { top:1.375rem;left:40.6875rem;width:7.0625rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL { display:block; }#QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1Mk6bDUnaJVBvdUDFmCfVGQ3IzXq9Dn { top:3.5rem;left:0rem;width:25.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeM3VEHRQDx80bnHz1D4MIrXkp24k2Jn { top:20rem;left:0rem;width:26.6875rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6yTpPi20sGWsb8TzN62mhki307axNz1 { top:3.5rem;left:23.5625rem;width:24.1875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqh0GH6LGTbkwXT64TItXKtkybirdF53 { top:5.6875rem;left:23.5625rem;width:24.1875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlqkGtohUpkNpyNU1tpLU2ugRN9tZTz7 { top:9.375rem;left:0rem;width:25.3125rem;height:8.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIhWRzmr2q610A7oLWtvsNv7TDibWTOn { top:27.8125rem;left:24.9775390625rem;width:19.625rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB { display:block; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy9MdrLN20CymBd0uhouqSyT0fwoXIuT { top:3.5rem;left:0rem;width:25.875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hECUN4hC9Kvx6R5NVmkRtX7RC6wiTez9 { top:20rem;left:0rem;width:26.6875rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF { top:3.5rem;left:23.5625rem;width:24.1875rem;height:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlR68d9TrUnrf3d2AG9fhc1Qt6HrqJaC { top:5.6875rem;left:23.5625rem;width:24.1875rem;height:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLI1h06gkXslE1yLRfMCfTMcQAzM8iiA { top:12.125rem;left:0rem;width:25.3125rem;height:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlium7HCqh38DPf6izDoiTVJw4PS6p4 { top:27.8125rem;left:24.9775390625rem;width:19.625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK { display:block; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJTKG6KqKUgknK3OIk9ZAXHEvLQRqwP2 { top:-0.0625rem;left:0rem;width:47.75rem;height:57.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z91Wls2uoWB4NirN8KmCu6JIWvMJ4D0D { top:31.0625rem;left:0rem;width:35.375rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcAAyQfBuoKzZqUKv8lU38UquR8x3OcG { top:14.4375rem;left:0rem;width:47.75rem;height:26.461458333333rem;display:none; }
 }@media only screen and (max-width: 763px) { #eu1CATNQ9sT19TOTyAEtKXz8moWi3oib { top:42.5rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT { top:0rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Muk0Ck3xRTzSu63f5tzCmL3on3ropoA7 { top:37.125rem;left:0rem;width:33.75rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1yS6R0AaNepTF7MbELEayt2KQgniTNR { display:block; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pxc5681Se6HI0GKsHngJcZuD95nCIV5u { display:block; }#pxc5681Se6HI0GKsHngJcZuD95nCIV5u > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ibMRXHRnKWIfFXxzDeuysFzctqUySlr7 { width:12.5rem;height:4.0625rem;top:0.96875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGVa2yLmW797MemZVW4gNd9KtuhKaWKi { width:14.75rem;height:2.8496125rem;top:15.375rem;left:2.625rem;font-size:2.375rem;z-index:100011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3 { width:20rem;height:18rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d8cf2b03-005a-464d-8a8d-749dc059e014/mobilnyhedsbrev.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.adaptive-delivery-prevent-bg, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyload, #HnpTv9omIfLyx6OxRc2P4gbVSql0egW3.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pRWId1yugDCBdBi9tvTSMQebVTUfJ9yE { width:18.25rem;height:45.1875rem;top:13.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhkVMGSPtniLGoUIaGMPaAJqQnnrqG27 { width:15.75rem;height:6.82425rem;top:22rem;left:2.125rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqpKhwVryQakVcTEyemZv8u05pBkwkwv { width:15.1875rem;height:26.32324375rem;top:30.4375rem;left:2.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FkQcNai5UAq1s4hoDS1D0sGfPyil0vJs { width:20rem;height:2.0996125rem;top:18.0234375rem;left:0rem;font-size:1.75rem;z-index:100011;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 { display:block; }#b9XTaH10avv7FeSkFRdWq1pzltKSUOv5 > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Veh8AHx4EQ0HKifk0d9TfGoRppPSDOul { width:18.9375rem;height:78.0625rem;top:0rem;left:0.53125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #atz3OoeNhlqezDO9D2LRwcW9hhS6aG51 { width:17.5625rem;height:5.361325rem;top:20.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc6ZEz1nUn2A9mmHh5LmMDm07mr7DM7s { height:11.083333333333rem;width:20rem;top:19rem;left:2.5rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #pMrZ89cahhcCUwW3xPezaQBKbJgS4CME { width:16.5rem;height:37.125rem;top:38.375rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC { width:20rem;height:19.4375rem;top:0rem;left:0rem;z-index:99999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/d346eece-f2f8-4747-a277-aeb5ea7104e4/1821aarige.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC.adaptive-delivery-prevent-bg, #s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC.lazyload, #s1fzCFtzxHXCTLXJio58Wn8iLEx7X1fC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bihhAEJmnMcomWTToVTEXoQkTLG3pVGM { width:17.125rem;height:10.2363125rem;top:27rem;left:1.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA { display:block; }#P1n0yDCIEfw6WxwcKegFRaAHIRsXSBbA > .row .container { width:20rem;height:90.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO { width:18.6875rem;height:20.0625rem;top:0.75rem;left:1.3125rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/66984a38-1c0e-4523-82a7-78e34fb1025a/tandlaegeisilkeborg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO.adaptive-delivery-prevent-bg, #ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO.lazyload, #ZpU0QKE2ikcFP8tEmm7mTVVvIdMCFmiO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PMJERK3TpQaxccmoKTBiZnzkoHRdtxH6 { width:20rem;height:7.7988125rem;top:24.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTMHUqlC9iTWQTtzd9OeBKbLXc5SMMB { width:20rem;height:8.53025rem;top:33.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weePsT65wTca2PkT0e9TT2ZvPhXCryzf { width:20rem;height:27rem;top:43.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz0sMnwAELkSX1biQAxrfnshgiKNleIB { width:18rem;height:19.375rem;top:3.0625rem;left:0rem;background-color:#fff3e0;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WCfTO2P5DXAzhrBOT3925ix3S9mIHzxC { width:18.5rem;height:15.4375rem;top:72.125rem;left:0.75rem;background-color:#ff9d00;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zBvFNQl95qSxInfeLZJ4sGFyKWmLQ9gs { width:16.0625rem;height:11.8125rem;top:73.9375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM { display:block; }#NbEuBZM9Qze0UhnhMzT9Zvk2Mq0keehM > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tow9zm4dGKGK64GGasX5bICEnsBi7JGv { width:18.9375rem;height:66.875rem;top:3.5rem;left:0.53125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #SJPptNpoH5z0CQKSviLiaCyc88aZZuAT { width:17.5625rem;height:7.1484375rem;top:9.4375rem;left:1.65625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFDolxwFbifhaqErdFOBJJZ5f12WR2X1 { height:11.083333333333rem;width:20rem;top:19rem;left:2.5rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #mceAVKBndeCRp55KPdxfvroFPbrz2f34 { width:15.9375rem;height:23.625rem;top:44.875rem;left:1.84375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObTaiRSmVVnkLv0u0mq3tHCE2265ntT { width:20rem;height:13.875rem;top:17.875rem;left:0rem;z-index:99999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/d32f93e2-47ad-4c51-a3e0-7178f0ff0e9a/kliniktvaarhusoestergadegruppefoto1920x1080px.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DObTaiRSmVVnkLv0u0mq3tHCE2265ntT.adaptive-delivery-prevent-bg, #DObTaiRSmVVnkLv0u0mq3tHCE2265ntT.lazyload, #DObTaiRSmVVnkLv0u0mq3tHCE2265ntT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #lbotxKh6CC0feEeEluRghkTW4DMCE46N { width:16.75rem;height:10.2363125rem;top:33.375rem;left:1.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBZWiK2A64dA02yvANu8O2tziywZWpaa { width:7.1875rem;height:7.1875rem;top:0rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb1X7Krnk2tSHZI8CEBohJ1Qb7wyLw2X { width:4.875rem;height:4.6875rem;top:1.25rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL { display:none; }#QnfHhNZvMLdMT8UEg19b4DZ63M68C6RL > .row .container { width:20rem;height:85.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X1Mk6bDUnaJVBvdUDFmCfVGQ3IzXq9Dn { width:20rem;height:7.7988125rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeM3VEHRQDx80bnHz1D4MIrXkp24k2Jn { width:20rem;height:30.375rem;top:20.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6yTpPi20sGWsb8TzN62mhki307axNz1 { width:18.6875rem;height:20.75rem;top:52.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqh0GH6LGTbkwXT64TItXKtkybirdF53 { width:18rem;height:29.8125rem;top:53.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlqkGtohUpkNpyNU1tpLU2ugRN9tZTz7 { width:20rem;height:8.53025rem;top:11.5625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIhWRzmr2q610A7oLWtvsNv7TDibWTOn { width:15.375rem;height:6.75rem;top:74.625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB { display:block; }#TcBfBUGfaRz8mLdFmLx2hOeDmeQaSiUB > .row .container { width:20rem;height:86.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dy9MdrLN20CymBd0uhouqSyT0fwoXIuT { width:20rem;height:12.9980625rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hECUN4hC9Kvx6R5NVmkRtX7RC6wiTez9 { width:20rem;height:23.625rem;top:27.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF { width:18.6875rem;height:20.75rem;top:52.25rem;left:1.375rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e12f4120-2429-464f-8327-e8f09237259a/tandlaegeisoenderborg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF.adaptive-delivery-prevent-bg, #yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF.lazyload, #yVE3BuuE3vLMsygQiNVHy9n0EtEubXoF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mlR68d9TrUnrf3d2AG9fhc1Qt6HrqJaC { width:18rem;height:30.9375rem;top:53.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLI1h06gkXslE1yLRfMCfTMcQAzM8iiA { width:20rem;height:8.53025rem;top:16.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFlium7HCqh38DPf6izDoiTVJw4PS6p4 { width:15.375rem;height:8.4375rem;top:74.25rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK { display:block; }#RfGiiI7CmZirZyQzbcVZxgxF9cUrsfTK > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vJTKG6KqKUgknK3OIk9ZAXHEvLQRqwP2 { width:18.9375rem;height:66.8125rem;top:0rem;left:0.53125rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #z91Wls2uoWB4NirN8KmCu6JIWvMJ4D0D { width:17.5625rem;height:7.1484375rem;top:20.6875rem;left:1.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcAAyQfBuoKzZqUKv8lU38UquR8x3OcG { height:11.083333333333rem;width:20rem;top:19rem;left:2.5rem;z-index:100003;display:none; }
 }@media only screen and (max-width: 763px) { #eu1CATNQ9sT19TOTyAEtKXz8moWi3oib { width:16.25rem;height:27rem;top:37.21875rem;left:1.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT { width:20rem;height:19.4375rem;top:0rem;left:0rem;z-index:99999;background-color:#fff3e0;background-image:url("https://images.assets-landingi.com/uc/0dd207f2-e814-4bb1-81a1-c4c6aa8d5b4e/sommerferie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT.adaptive-delivery-prevent-bg, #i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT.lazyload, #i5cv0fDVQBek0OIPIOLKJmeoHrDbpFkT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Muk0Ck3xRTzSu63f5tzCmL3on3ropoA7 { width:15.875rem;height:6.824225rem;top:29.21875rem;left:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1yS6R0AaNepTF7MbELEayt2KQgniTNR { display:block; }#X1yS6R0AaNepTF7MbELEayt2KQgniTNR > .row .container { width:20rem;height:2rem;position:relative;display:block; } }