/*
 Theme Name:     Weltklasse
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* ------------------------------------------------------- */
/* GENERAL */
/* ------------------------------------------------------- */
@font-face {
  font-family: ManualIcons;
  src: url(fonts/ElegantIcons.ttf);
}
body, html {
  overflow-x: hidden;
}
.no-padding {
  padding: 0!important;
}
.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
  padding: 6px 35px!important;
}
.centered {
  align-items: center;
}
/* Loader */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(178,73,43, 0.5);
  border-right: 1.1em solid rgba(178,73,43, 0.5);
  border-bottom: 1.1em solid rgba(178,73,43, 0.5);
  border-left: 1.1em solid #b2492b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.vert-center {
  align-items: center;
  height: 100%;
  display: flex;
}
.bg-row {
  background-size: 300px!important;
  background-position: 91% 101%!important;
}
.house-bg {
  background-position: 13% 101%!important;
}
.full-row {
  display: flex;
  justify-content: flex-end;
}
.full-row .et_pb_column:first-of-type {
  max-width: 600px;
  padding: 90px 0px;
}
.offset-image {
  position: absolute;
  bottom: -20px;
  right: -25px;
  z-index: 999;
  width: 70%;
  height: auto;
}
.fullsize-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullsize-img .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.fullsize-img img {
  position: absolute;
  top: 0px;
  left: 0px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .house-bg {
    background-position: 95% 101%!important;
  }
}
.cky-btn-revisit-wrapper {
  width: 46px!important;
  height: 46px!important;
}
.cky-btn-revisit {
  height: 24px!important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit img {
  width: 24px;
}
.cky-footer-wrapper div:last-of-type {
  display: none!important;
}
/* ------------------------------------------------------- */
/* NAVIGATION */
/* ------------------------------------------------------- */
#main-header {
  z-index: 99999;
  box-shadow: none!important;
  position: absolute;
  background-color: rgba(255,255,255, 0)!important;
}
#main-header.et-fixed-header {
  background-color: #f8f8f8!important;
}
#page-container {
  padding-top: 0px!important;
}

.mobile-nav {
  display: none;
}
.desktop-nav {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 45px;
  margin: 0 auto;
  transition: .3s ease-in-out;
  background: white;
  position: relative;
  box-shadow: rgb(116 116 116 / 5%) 0 3px 4px 4px, rgb(32 32 32 / 5%) 0 8px 8px;
}
.desktop-nav .logo-wrap {
  position: relative;
  top: 0px;
  transition: .3s ease-in-out;
}
.desktop-nav .logo-wrap img {
  width: 225px!important;
  display: block!important;
  height: 100%!important;
  max-height: 150px!important;
  transition: .3s ease-in-out;
}
.desktop-nav .menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
}
.desktop-nav .menu-wrapper.left {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.desktop-nav .menu li {
  margin-right: 30px;
  position: relative;
}
.desktop-nav .menu li:last-of-type {
  margin-right: 0;
}
.desktop-nav .menu li.menu-item-has-children {
  margin-right: 45px;
}
.menu li.current-menu-item a:not(.menu li.current-menu-item ul li a)::after {
  width: 40px;
}
.menu li a:hover, #et_search_icon:hover {
  color: #241e20;
}
.burger-container {
  z-index: 999999;
  position: relative;
}
#nav-icon3 {
  display: block;
  position: relative;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #241e20;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
     -moz-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span {
  background: #241e20;
}
.recovery-menu {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 1;
  top: 100px;
  left: -120%;
  pointer-events: none;
  transition: .6s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.recovery-menu-show {
  width: 100%;
  height: calc(100vh - 100px);
  opacity: 1;
  z-index: 9999;
  top: 106px;
  left: 0px;
  pointer-events: all;
}
.no-scroll {
    overflow: hidden;
}
nav ul {
  padding: 0;
  margin: 0;
  z-index: 9999;
  position: relative;
}
.desktop-nav .menu li a {
  text-transform: uppercase;
  font-weight: 600;
  color: #241e20;
  transition: .3s ease-in-out;
  position: relative;
  font-size: 14px;
  width: 100%;
  display: block;
}
.desktop-nav .menu li a::after {
  content: '';
  height: 4px;
  width: 0px;
  background-color: #F25D27;
  position: absolute;
  bottom: -5px;
  left: -15px;
  transition: .3s ease-in-out;
}
.desktop-nav .menu li ul.sub-menu li a::after {
  display: none;
}

.desktop-nav .menu li a:hover::after {
  width: 40px;
} 
.desktop-nav .menu li.et-show-dropdown a::after {
  width: 40px;
}
.mobile_menu_bar.et_pb_header_toggle {
  width: 48px;
}
.mobile_menu_bar:before {
  font-size: 48px;
  color: #e2e03d;
}
.et-fixed-header .desktop-nav {
  height: 70px;
}
.et-fixed-header .desktop-nav .logo-wrap {
  top: -4px;
}
.et-fixed-header .desktop-nav .logo-wrap #logo {
  height: 25%;
  width: 70%;
}
.arrangementer-template-default .logo_container {
  opacity: 1!important;
  height: 100%!important;
}
/* Submenu stuff */
#menu-main ul.sub-menu {
    display: flex;
    flex-direction: column;
    background: white;
    min-width: 250px;
    width: auto;
    justify-content: space-between;
    position: absolute;
    top: 61px;
    left: -25px;
    height: auto;
    box-shadow: rgb(116 116 116 / 15%) 0 3px 4px 4px, rgb(32 32 32 / 15%) 0 8px 8px;
    transition: .15s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
#menu-main ul.sub-menu li ul.sub-menu {
  left: 250px;
  top: 0px;
  box-shadow: rgb(116 116 116 / 15%) 0 3px 4px 4px, rgb(32 32 32 / 15%) 0 8px 8px;
  z-index: 999;
}
#menu-main li.menu-item-has-children a:not(li.menu-item-has-children ul li a)::before {
  font-family: 'ManualIcons';
  content: '3';
  position: absolute;
  font-size: 18px;
  top: 0px;
  right: -20px;
  left: unset;
  transition: .3s ease-in-out;
  transition-delay: .5s;
  opacity: 1;
  color: #241e20;
  display: block;
}
#menu-main li.menu-item-has-children ul li.menu-item-has-children a::before {
  font-family: 'ManualIcons';
  content: '5';
  position: absolute;
  font-size: 18px;
  top: 15px;
  right: 5px;
  left: unset;
  transition: .3s ease-in-out;
  opacity: 1;
  color: #241e20;
  display: block;
}
#menu-main li.menu-item-has-children ul li.menu-item-has-children ul li a::before {
  content: '';
}
#menu-main li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
#menu-main ul.sub-menu li {
  margin: 0px;
}
#menu-main ul.sub-menu li a {
  padding: 15px;
}

#menu-main li ul li a:hover, #menu-main li ul li.et-show-dropdown.menu-item-has-children > a {
  background: #e9e8e4;
}
#menu-main li ul li.et-show-dropdown.menu-item-has-children a li a {
  background: none;
}
#menu-main-1 .main-cat ul.sub-menu {
  display: block;
}
#menu-main-1 .sub-menu .main-cat {
  margin-left: 0!important;
  padding-bottom: 10px;
}
#menu-main-1 .sub-menu li {
  width: 100%;
}
#menu-main-1 .sub-menu li a {
  font-size: 18px;
}
.dropdown-toggle {
  position: absolute;
  top: 0px;
  left: 110px;
  font-size: 34px;
  z-index: 999;
  color: #241e20;
  cursor: pointer;
}
/* */ 
.recovery-menu .menu .sub-menu {
  overflow: hidden;
  height: auto;
  transition: .3s ease-in-out;
  transition-delay: .4s;
  margin-left: 32px;
  list-style-type: none;
}
.recovery-menu .menu .sub-menu li::before {
  font-family: 'ManualIcons';
  content: 'K';
  position: absolute;
  font-size: 18px;
  top: 2px;
  left: -300px;
  transition: .3s ease-in-out;
  transition-delay: .5s;
  opacity: 0;
  color: #241e20;
}
.recovery-menu .menu .sub-menu.foldout li::before {
  left: -30px;
}
.recovery-menu .menu .sub-menu li a {
  overflow: hidden;
  transition: .3s ease-in-out;
  transition-delay: .7s;
  position: relative;
  right: -100%;
  opacity: 0;
  font-size: 24px;
}
.recovery-menu .menu .sub-menu.foldout {
  overflow: visible;
  right: 0!important;
  opacity: 1!important;
}
.recovery-menu .menu .sub-menu.foldout li {
  position: relative;
}
.recovery-menu .menu .sub-menu.foldout li a { 
  opacity: 1;
  right: 0;
}
.recovery-menu .menu .sub-menu.foldout li::before {
  opacity: 1;
}
/* MEW MAV*/
#menu-main-1 li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 0px 10px 10px;
  position: relative;
}
#menu-main-1 .sub-toggle {
  font-family: 'ETmodules'!important;
  font-size: 24px;
  height: 48px;
  width: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #241e20;
  position: absolute;
  top: 2px;
  right: 0px;
}
#menu-main-1 .sub-menu .sub-toggle {
  color: #00264f;
}
#menu-main-1 li a {
  font-size: 24px;
  font-weight: bold;
  color: #241e20;
  position: relative;
  line-height: 1.3em;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
#menu-main-1 li a::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #241e20;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: auto;
  transition: .3s ease-in-out;
}
#menu-main-1 li.current-menu-item a::before {
  width: 100%;
} 
#menu-main-1 li a:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
#menu-main-1 li .sub-menu li a::before {
  content: '';
  width: 0%;
  height: 2px;
  background-color: #241e20;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: auto;
  transition: .3s ease-in-out;
}
#menu-main-1 li .sub-menu li.current-menu-item > a::before {
  width: 100%;
} 
#menu-main-1 li .sub-menu li a:hover::before {
  width: 100%;
  right: 0;
  left: auto;
} 
#menu-main-1 {
  width: 100%;
  line-height: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
#menu-main-1 .sub-menu {
  height: calc(100vh - 100px);
  transition: .55s ease-in-out;
  list-style-type: none;
  width: calc(100vw - 48px);
  background: white;
  position: fixed;
  top: 106px;
  right: -120%;
  z-index: 999999;
  opacity: 0;
}
#menu-main-1 .sub-sub .sub-menu {
  width: calc(100vw - 96px);
}
#menu-main-1 .foldout.sub-menu::before {
  content: '';
  width: 100vw;
}
.toggledown {
  width: 48px;
  height: 100%;
  top: 106px;
  left: 0px;
  position: fixed;
  background: #dc421c;
  z-index: 99999;
  display: none;
}
.toggledown.subber {
  left: 48px;
  background: #e6775b;
  z-index: 99999;
  display: none;
}
.sub-menu.foldout .toggledown:first-of-type {
  display: block;
}
.toggledown .icon {
  font-family: 'ETmodules'!important;
  font-size: 24px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff!important;
  position: ;
}
.toggledown .label {
  text-transform: uppercase;
  position: relative;
  transform: rotate(-90deg);
  width: 100%;
  height: 48px;
  transform-origin: center;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;
}
#menu-main-1 .sub-menu li a {
  font-size: 18px;
  color: #241e20;
}
.dropdown-toggle {
  position: absolute;
  top: 0px;
  left: 110px;
  font-size: 34px;
  z-index: 999;
  color: #241e20;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .desktop-nav {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 980px) {

  .et_header_style_left #logo {
    max-width: 70%;
    position: relative;
    top: 5px;
  }

}


@media only screen and (max-width: 780px) {
  .desktop-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
    width: 100%;
    position: fixed;
    height: 60px;
    background: white;
    right: 0px;
    top: 0px;
  }
  .logged-in .mobile-nav {
    top: 46px;
  }
  .mobile-nav .logo-wrap {
    position: absolute;
    top: 6px;
    left: 12px;
  }
  .mobile-nav .logo-wrap img {
    width: 100px!important;
    max-width: none!important;
    max-height: none!important;
    height: auto!important;
  }
  .mobile-nav .menu-wrapper.right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-right: 70px;
  }
  .burger-container {
    position: absolute;
    top: 21px;
    right: 7px;
  }
  #main-header .et-fixed-header {
    top: 0px;
  }

}
.et-fixed-header .desktop-nav {
  background: rgba(255,255,255, 0);
  width: 100%;
  left: 0;
}
#main-header.et-fixed-header {
  background: rgba(255,255,255, 0.9)!important;
  box-shadow: none!important;
}
/* ------------------------------------------------------- */
/* GENERAL */
/* ------------------------------------------------------- */
.cta-section {
  height: 80vh;
  min-height: 400px;
}
.et_pb_button {
  padding-right: 3.2em!important;
  padding-left: 2em!important;
  padding-top: 0.2em!important;
  padding-bottom: 0.2em!important;
  font-weight: 500!important;
}
.page-id-8 .et_pb_button:hover::after {
  background: #eda08d!important;
  border-left: 1px solid #eda08d;
}
.et_pb_button::after {
  margin-left: 19px!important;
  border: 1px solid black;
  top: -0.5px!important;
  height: 100%!important;
  border-top-right-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
  width: 32px!important;
  line-height: 32px!important;
  background: white!important;
  transition: .3s ease-in-out;
}
.et_pb_button:hover::after {
  margin-left: 24px!important;
  background: #da471f!important;
  border-left: 1px solid #da471f;
}
.et_builder_inner_content.video-open {
  z-index: 999999;
}
#video-cta {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
}
#video-cta.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
#video-close {
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

@media only screen and (max-width: 980px) {
  .reversable {
    display: flex;
    flex-direction: column-reverse;
  }
  .et_pb_section {
    padding: 0px 0;
  }
}
 /* Modal */
 .modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: -100%;
  left: 0;
  background: rgba(0,0,0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transform-origin: center;
  z-index: 999999;
  transition: .3s ease-in-out;
 }
 .modal.open {
  pointer-events: all;
  bottom: 0px;
 }
 .modal-wrapper {
  padding: 45px;
  overflow: hidden;
  position: relative;
  pointer-events: none;
 }
 .modal-wrapper ul {
  pointer-events: all;
 }
 .modal .nav-wrapper {
  position: absolute;
  z-index: 9999;
  bottom: 50px;
  top: unset;
  left: unset;
  right: calc(7.5vw - 48px);
 }
.modal .nav-wrapper .modal-nav {
  height: 100%;
}
.modal .nav-wrapper a {
  color: #fff!important;

}
 .modal-slider {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
.modal-slider li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  z-index: 99;
  transition: .3s ease-in-out;
  top: 0;
  left: 0;
}
.modal-img {
  width: 100%;
  max-width: 85vw;
  height: auto;
  max-height: 85vh;
  object-fit: cover;
}
.modal-nav {
  font-family: 'ETmodules'!important;
  font-size: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.modal-close {
  font-family: 'ETmodules'!important;
  font-size: 48px;
  color: #fff;
  position: relative;
  background: #020659!important;
}
.modal a {
  color: #fff;
  transition: .3s ease-in-out;
}
.modal a:hover {
  color: #f25d27;
}
@media only screen and (max-width: 600px) {
  .modal-wrapper {
    padding: 10px;
  }
  .modal-img {
    max-width: unset;
  }
  .modal .nav-wrapper {
    right: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .news-container.header .cta-text {
    margin-top: 0px;
  }
  .cta-wrapper {
    margin-top: -100px;
  }
}

@media only screen and (max-width: 600px) {
  .news-container.header .slider img {
    height: 50vh;
  }
  .cta-wrapper {
    margin-top: -10px;
  }
  .news-container .nav-wrapper {
    left: 0px;
    right: unset;
  }
}
/* ------------------------------------------------------- */
/* Lejlighedskabelon */
/* ------------------------------------------------------- */
.ejendomme.lejligheder.large {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ejendomme.lejligheder.large .list {
  display: flex;
  flex-direction: column;
  max-width: unset;
  width: 100%;
}
.ejendomme.lejligheder.large .list li {
  width: 100%;
  flex-direction: column!important;
  margin: 0px;
  max-height: unset;
}
.ejendomme.lejligheder.large .list li .info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  padding: 45px 0px;
}
.ejendomme.lejligheder.large .list li .info .image {
  justify-content: center;
  align-items: center;
}
.ejendomme.lejligheder.large .list li .info img {
  max-width: 350px;

}
.ejendomme.lejligheder.large .carousel {
  width: 100%;
  height: 600px;
  position: relative;
}
.ejendomme.lejligheder.large .carousel ul {
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100vw;
  max-width: unset;
}
.ejendomme.lejligheder.large .carousel ul li {
  position: relative;
  display: block;
  width: 100vw;
  z-index: 99;
  transition: .3s ease-in-out;
  top: 0;
  left: 0;
}
.ejendomme.lejligheder.large .carousel ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: -25%;
}
.ejendomme.lejligheder.large .info .nav-wrapper.with-modal {
  top: unset;
  bottom: -23px;
  left: 45px;
}
.ejendomme.lejligheder.large .info .nav-wrapper.with-modal .modal-toggle {
  background: #020659;
  font-family: ETmodules!important;
  color: #fff;
  font-size: 22px;
}
.ejendomme.lejligheder.large .info .nav-wrapper.with-modal .modal-toggle span:last-of-type {
  position: absolute;
  transform-origin: center;
  transform: rotate(90deg);
}
@media only screen and (max-width: 980px) {
  .lejligheder .list li {
    flex-direction: column!important;
    max-height: unset;
  }
  .lejligheder .list li .image {
    width: 100%;
    max-width: 100%;
  }
  .lejligheder .list li .text-wrapper {
    width: 100%!important;
  }
}
@media only screen and (max-width: 600px) {
  .ejendomme.lejligheder {
    padding: 1px 25px 25px 25px;
  }
  .lejligheder .list li {
    width: calc(1/2*100% - (1 - 1/2)*10px);
    margin: 0px 10px 10px 0px;
  }
  .ejendomme.lejligheder.large .list li .info {
    flex-direction: column;
  }
  .ejendomme.lejligheder.large .carousel {
    height: 100%;
  }
  .ejendomme.lejligheder.large .list li:first-of-type .info .text-wrapper {
    background: #eee;
  }
   .ejendomme.lejligheder.large .list li .info .image {
    background: #fff;
  }
  .ejendomme.lejligheder.large .list li .info {
    padding: 0px 0px 45px 0px;
  }
  .ejendomme.lejligheder.large .carousel ul li img {
    min-height: 250px;
  }
  .ejendomme.lejligheder.large .info .nav-wrapper.with-modal {
    left: 0px;
  }

}
@media only screen and (max-width: 600px) {
  .lejligheder .list {
    flex-direction: column;
  }
  .lejligheder .list li {
    width: 100%;
    margin: 0px 0px 25px 0px;
  }
  .lejligheder .list li:last-of-type {
    margin-bottom: 0px;
  }

}
/* ------------------------------------------------------- */
/* LEJLIGHEDER - SINGLE */
/* ------------------------------------------------------- */
.lejligheder-template-default .news-container.header {
  padding-bottom: 90px;
}
.news-container.header img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}
.details {
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 0 auto;
}
.details .row {
  width: 100%;
  max-width: 840px;
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 0px 60px 60px 60px;
}
.details h4 {
  font-weight: 400;
  font-size: 20px;
  margin-top: 25px;
  text-transform: uppercase;
}
.details .tr {
  display: flex;
  flex-direction: row;
  font-size: 16px;
}
.details .tr .td:first-of-type {
  min-width: 200px;
}
.news-container.header .details img {
  height: auto;
  width: 100%;
  padding: 0px 25px;
}
.lejligheder-template-default .offset-stuff {
  position: absolute;
  left: 48px;
  max-width: 550px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  right: unset;
}
@media only screen and (max-width: 600px) {
  .lejligheder-template-default .news-container.header .cta-text {
    padding: 45px;
  }
  .lejligheder-template-default .news-container.header {
    padding-bottom: 0px;
  }
  .lejligheder-template-default .area-slider {
    height: 450px;
  }
  .lejligheder-template-default .area-wrapper .cta-wrapper {
    position: absolute;
  }
  .lejligheder-template-default .details .row {
    flex-direction: column;
    padding: 0px 45px 45px 45px;
  }
  .lejligheder-template-default .news-container.header .details img {
    padding: 0px;
    margin-top: 45px;
  }
}
/* ------------------------------------------------------- */
/* NYHEDER - SINGLE */
/* ------------------------------------------------------- */
.news-container.header.et_pb_section {
  height: 80vh;
}
.post-content-row .et_pb_column{
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 840px;
  background: #fff;
  padding: 60px!important;
  margin-top: -30vh;
}
/* ------------------------------------------------------- */
/* KONTAKT OS */
/* ------------------------------------------------------- */
.page-id-38 .offset-stuff, .page-id-433 .offset-stuff {
  max-width: 840px;
  width: 100%;
}
.page-id-38 .fp-section .et_pb_column, .page-id-433 .fp-section .et_pb_column {
  justify-content: flex-start;
  align-items: flex-start;
}
.page-id-38 .offset-stuff h1, .page-id-433 .offset-stuff h1 {
  margin-bottom: 1em;
}
.page-id-38 .offset-stuff h5, .page-id-433 .offset-stuff h5 {
  padding-bottom: 0;
}
/* ------------------------------------------------------- */
/* ACCORDION */
/* ------------------------------------------------------- */
.accordion .et_pb_toggle {
  padding: 0px;
  border: none;
}
.accordion .et_pb_toggle_title::before {
  content: 'L'!important;
  position: absolute!important;
  display: block!important;
  transition: .3s ease-in-out!important;
  transform: rotate(0deg)!important;
}
.accordion .et_pb_toggle.toggled .et_pb_toggle_title::before {
  content: 'M'!important;
}
.accordion .et_pb_toggle_content {
  font-size: 16px;
}
.accordion .et_pb_toggle_open .et_pb_toggle_content {
  display: none;
}
/* ------------------------------------------------------- */
/* HOME */
/* ------------------------------------------------------- */
.icon-list {
  list-style-type: none!important;
  background: #fff;
  display: flex;
  flex-direction: row;
  border-radius: 75px;
  padding: 25px 45px!important;
  margin: 0!important;
  justify-content: space-around;
  align-items: flex-end;
  position: relative;
  left: -25px;
}
.icon-list li {
  text-align: center;
}
.icon-list li:last-of-type {
  margin-right: 0px;
}
.icon-list li p {
  text-align: center;
  color: #00264f;
  font-weight: bold;
}
/* ------------------------------------------------------- */
/* Boliger liste */
/* ------------------------------------------------------- */
.bolig-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bolig-wrapper {
  width: 100%;
  background: #d1edef;
  padding: 15px;
}
.bolig-wrapper:nth-of-type(2n) {
  background: #f8f8f8;
}
ul.bolig-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  background: none;
  justify-content: space-evenly;
  align-items: center;
}
ul.bolig-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 120px;
  padding: 0px 15px;
  position: relative;
}
ul.bolig-list li::after {
  content: '';
  width: 1px;
  height: 30px;
  background: rgba(128, 128, 128, 0.349);
  position: absolute;
  right: 0;
}
ul.bolig-list li:first-of-type {
  flex: 2;
  align-items: flex-start;
  padding: 0;
}
ul.bolig-list li:first-of-type::after {
  content: '';
  display: none;
}
ul.bolig-list li:last-of-type {
  flex: 2;
  align-items: flex-end;
  padding: 0;
}
ul.bolig-list li:last-of-type::after {
  content: '';
  display: none;
}
ul.bolig-list li:nth-of-type(5)::after {
  content: '';
  display: none;
}
.bolig-wrapper h5 {
  min-width: 150px;
  margin: 0;
  width: auto;
  color: #00264f;
  padding: 0;
}
.bolig-list strong {
  color: #00264f;
  margin-bottom: -7px;
}
.bolig-list p {
  margin: 0;
  color: #00264f;
}

@media screen and (max-width: 768px) {
  .bolig-wrapper {
    padding: 15px 50px;
  }
  ul.bolig-list {
    flex-direction: column;
  }
  ul.bolig-list li {
    display: block;
    padding: 5px 0 5px 0;
    width: 100%;
    margin: 0 10px 0 10px;
  }
  ul.bolig-list li:nth-of-type(2) {
    box-shadow: 0 2px 2px -2px rgba(128, 128, 128, 0.349);
  } 
  ul.bolig-list li:nth-of-type(3) {
    box-shadow: 0 2px 2px -2px rgba(128, 128, 128, 0.349);
  } 
  ul.bolig-list li:nth-of-type(4) {
    box-shadow: 0 2px 2px -2px rgba(128, 128, 128, 0.349);
  } 
  .bolig-separator {
    display: none;
  }
  ul.bolig-list li:last-of-type {
    margin-top: 10px;
  } 
  ul.bolig-list p {
    float: right;
  }
}
/* ------------------------------------------------------- */
/* Dokumenter liste */
/* ------------------------------------------------------- */
/* *** List styles above *** */
ul.dokumenter {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.extension {
  text-transform: uppercase;
}
/* ------------------------------------------------------- */
/* Interactive map */
/* ------------------------------------------------------- */
.sold {
  fill: rgba(55, 0, 0, 0.65)!important;
  stroke-width: 2px!important;
  stroke: rgba(80, 0, 0, 0.75)!important;
}

.bolighover {
  position: fixed!important;
  z-index: 999999999999999;
  top: 0;
  left: 0;
  width: 100%;
  transition: left 0.05s ease-in-out;
  transition: top 0.05s ease-in-out;
  transition: transform 0.5s ease-in-out;
  color: #000;
  pointer-events: none;

}
.bolighover .inner {
  position: absolute;
  background: white;
  width: auto;
  height: auto;
  padding: 25px;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 1s cubic-bezier(.16,1,.3,1);
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%), 0 10px 20px 0 rgb(0 0 0 / 20%);
  border-radius: 3px;
}
.bolighover.hover .inner {
  display: block;
  transform: scale(1);
}
.bolighover .inner h5 {
  color: #00264F;
}
.bolighover .inner ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bolighover .inner ul li p {
  color: #00264F;
}
.bolighover .inner ul li .available {
  font-weight: bold;
  color: green;
}
.bolighover .inner ul li .sold {
  font-weight: bold;
  color: red;
}
.invisibolig {
  display: none;
}
/* ------------------------------------------------------- */
/* Contact form */
/* ------------------------------------------------------- */

.et_pb_contact_form .et_contact_bottom_container {
  float: left;
  margin-top: 25px;
}
/* ------------------------------------------------------- */
/* ARCHIVE */
/* ------------------------------------------------------- */

.search h2.entry-title {
  color: #a0452f;
}
.search-results .pagination {
  display: none;
}
.search #main-content .container::before,
.archive #main-content .container::before {
    display: none;
}
.search #left-area,
.archive #left-area {
    width: 100%;
    float: none;
    padding-right: 0;
}
.search #sidebar,
.archive #sidebar {
    display: none;
}
 
/* 
* Create Mansonory styles for archive pages
*/
.search #left-area,
.archive #left-area {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 60px;
         column-gap: 60px;
}
 
.archive .et_pb_post > a,
.search .et_pb_post > a {
    margin: -20px -20px 10px;
    display: block;
}
 
.search #left-area .et_pb_post,
.archive #left-area .et_pb_post {
    overflow: hidden; /* fix for Firefox */
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 19px;
    background-color: #fff;
    word-wrap: break-word;
    display: inline-block;
}
 
.search #left-area .et_pb_post h2,
.archive #left-area .et_pb_post h2 {
    font-size: 18px;
}
 
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio,
.archive #left-area .et_pb_post.format-link,
.archive #left-area .et_pb_post.format-quote,
.archive #left-area .et_pb_post.format-audio{
    padding: 0;
}
 
.archive .et_pb_post .et_pb_image_container, 
.archive .et_pb_post .et_main_video_container,
.archive .et_pb_post .et_audio_content, 
.archive .et_pb_post .et_pb_slider,
.search .et_pb_post .et_pb_image_container, 
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content, 
.search .et_pb_post .et_pb_slider {
    margin: -20px -20px 10px;
}
 
.archive .et_pb_post.format-audio .et_audio_content{
    margin: 0px -38px 0px;
}
 
.archive .et_pb_post .et_pb_slider .et_pb_slide,
.search .et_pb_post .et_pb_slider .et_pb_slide {
    min-height: 180px;
}
 
.archive .pagination,
.search .pagination {
    padding: 20px 0;
}
.post-meta {
  display: none;
}
body.search-no-results #left-area{
  column-count: unset;
  column-gap: unset;
  padding: 90px;
}
.et_pb_blog_grid .et_pb_post {
  border: none;
  position: relative;
}
.et_pb_post .et_pb_image_container::before {
  content: "\e050";
  position: absolute;
  font-family: ETmodules;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 99;
  opacity: 0;
  color: #b2492b;
}
.et_pb_post:hover .et_pb_image_container::before {
  opacity: 1;
}
.et_pb_post h2.entry-title {
  padding-bottom: 5px;
}
.et_pb_blog_grid .et_pb_post {
  background: rgba(255,255,255, 0);
}
.et_pb_blog_grid .et_pb_image_container img {
  height: 400px;
  object-fit: cover;
}
/*
* Media Queries
*/
@media screen and (max-width: 980px) {
    .search #left-area,
    .archive #left-area {
        -moz-column-count: 2;
            column-count: 2;
        -moz-column-gap: 60px;
            column-gap: 60px;
    }
    .search-results .robot-row {
      display: none;
    }
}
@media screen and (max-width: 767px) {
    .search #left-area,
    .archive #left-area {
        -moz-column-count: 1;
            column-count: 1;
    }
    .search .et_pb_post.format-audio .et_audio_content,
    .archive .et_pb_post.format-audio .et_audio_content{
        margin: 0;
    }
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{
        min-width: 300px!important;
        width: 300px!important;
    }
}
/* ------------------------------------------------------- */
/* FOOTER */
/* ------------------------------------------------------- */
footer .et_pb_section:first-of-type .et_pb_row {
  flex-direction: row;
  display: flex;
}
footer .logo {
  width: 269px;
  margin-right: 0px;
}
footer .logo img {
  max-width: 200px;
}
ul.footer-menu {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
ul.footer-menu li {
  margin-right: 15px;
  white-space: nowrap;
}
ul.footer-menu li:last-of-type {
  margin-right: 0px;
}
ul.footer-menu li a {
  color:  #fff;
  transition: .3s ease-in-out;
}
ul.footer-menu .sub-menu {
  display: none;
}
.et_contact_bottom_container {
  display: block;
}
@media only screen and (max-width: 700px) {

}