/*=========================================================
General
=========================================================*/
body {
}
.dashicons-admin-post:before, .dashicons-format-standard:before {
  content: '\f2b9' !important;
}
a {
  color: #D2B569;
}

h1 {
  color: #34353a;
}

#price-border {
  border-bottom: 1px solid #d1b463;
}

.overtekst {
	border-bottom: 2px solid #d1b463;
}

.undertekst {
	padding-top: 23px;
	margin-bottom: 1px;
	font-size: 20px;
	padding-bottom: 20px;
}

.uk-navbar-dropdown-nav>li.uk-active>a {
    color: #d1b463;
}
.uk-navbar-dropdown-nav>li>a:focus, .uk-navbar-dropdown-nav>li>a:hover {
    color: #d1b463;
}

.tm-toolbar {
  right: 0px;
  z-index: 9999;
  width: 0px;
  height: 100%;
  opacity: 0;
  background: #fff;
  color: #000;
  border-left: solid 3px #d1b463;
  height: 100vh;
  box-shadow: -6px 0 89px -21px #000;
  display: none;
}

.tm-toolbar strong u {
  font-size: 2em;
  color: #56565b;
  text-decoration: none;
  border-bottom: solid 3px #d1b463;
}

ord {
  cursor: pointer;
  color: #d2b56a;
}

.link-color{
  color: #d2b56a;
}

.pakke {
    border: 1px dotted #000;
    border-radius: 5px;
   /* background-color: #f7f7f7;*/
    padding-top: 50px;
    padding-right: 35px;
    padding-left: 5px;
    padding-bottom: 25px;
    box-shadow: 0 13px 19px -21px #000;
}

#close {
  position: absolute;
  right: -51px;
  background: #d1b463;
  color: #fff;
  padding: 14px 30px;
  border-radius: 40px 0 0 40px;
  font-size: 1.6em;
  font-weight: 600;
  top: 12px;
  cursor: pointer;
  border: solid 2px transparent;
}

#close:hover {
  background: #fff;
  color: #fff;
  cursor: pointer;
  border: solid 2px #d1b463;
  color: #d1b463;
}

.textwidget p {
  font-size: 1.2em;
}

::-webkit-scrollbar-track {
  background: #d1b463;
}

::-webkit-scrollbar {
  width: 8px;
  position: fixed;
}
::-webkit-scrollbar-thumb {
  background: #424B54;
  box-shadow: 0 0 21px 0 #000;
  border-radius: 10px;
}


@keyframes phonering{
  0%{
    transform: rotate(-10deg);
  }
  15%{
    transform: rotate(20deg);
  }
  29%{
    transform: rotate(-10deg);
  }
}

.ringring {
  animation: phonering 0.3s infinite 5s linear;
}

/*=========================================================
Buttons
=========================================================*/
.uk-button-default {
  background: #424B54;
  border: solid 2px transparent;
  font-weight: 500;
  border-radius: 25px;
  color: #fff;
  font-size: 1.1em;
  margin-top: 10px;
}

.uk-button-default:hover,.uk-button-default:focus {
  background: #fff;
  border: solid 2px #d2b56a;
  color: #d2b56a;
}

.uk-navbar-left {
  background: #ffffff;
  padding-bottom: 19px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 6px 10px -9px #000;
  border-radius: 0 0 5px 5px;
}

.contact-btn-hover {
  display: inline-block;
  position: fixed;
  bottom: 20px;
  left: 2%;
  background: #424B54;
  border: solid 2px transparent;
  font-weight: 600;
  border-radius: 25px;
  color: #fff;
  font-size: 1.1em;
  margin-top: 10px;
  padding: 10px 18px 10px 65px;
  z-index: 999;
  text-transform: uppercase;
  border: solid 2px #ffffff;
}

.contact-btn-hover img {
  position: absolute;
  top: -8px;
  left: -4px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: solid 3px #d1b463;
}

.contact-btn {
  background: #424B54;
  color: #fff;
  padding: 5px 20px;
  font-weight: 600;
  border-radius: 25px;
  font-size: 1.1em;
  right: 0;
  border: solid 2px transparent;
}

.contact-btn:hover {
  background: #fff;
  border: solid 2px #d2b56a;
  color: #d2b56a;
}

.uk-container>:last-child {
  margin-right: 10px;
}



/*=========================================================
header and menu
=========================================================*/

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: rgba();
}

.uk-logo img {
  margin-top: 15px;
}

.tm-header {
  border-bottom: solid 0px transparent;
}




.uk-navbar-nav>li>a {
  color: #34353a;
  font-weight: 500;
  font-size: 1.1em;
}

.uk-navbar-nav>li>a:hover {
  color: #d2b56a !important;
}

.uk-nav-default>li.uk-active>a {
  color: #d2b56a;
}

.uk-navbar-nav>li>a:active{
  color: #d2b56a !important;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus{
 color: #d2b56a !important;
}

.uk-nav-default>li>a:hover {
  color: #d2b56a;
}

.tm-header .uk-navbar-container .uk-navbar .uk-navbar-nav>li.uk-active .uk-navbar-dropdown {
  top: 80px !important;
}

.uk-navbar-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  padding: 25px;
  background: #fff;
  color: #524f4f;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.08);.uk-navbar-container
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  border-radius: 15px;
  border: solid 1px #d2b56a;
  -webkit-box-shadow: 0 4px 61px -19px #000;
  box-shadow: 0 4px 61px -19px #000;
}

.uk-navbar-dropdown-nav>li>a {
  font-size: 1.1em;
}

.uk-navbar-dropdown a:hover {
  color: #D2B569 !important;
}

.uk-navbar-nav .fa-arrow-circle-down {
  margin-left: 5px;
  color: #d2b56a;
}

.uk-navbar-nav>li.uk-active>a {
  color: #d2b56a;
  background: #d2b56900;
  border-radius: 25px;
  min-height: 45px;
  margin-top: 17px;
  border: solid 1px #d2b56a;
  -webkit-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}

/*========== sticky navbar ==========*/

.uk-navbar-sticky {
  -webkit-box-shadow: 0 -5px 18px -4px #000;
  box-shadow: 0 -5px 18px -4px #000;
  border-bottom: solid 2px #d2b56a;
}

.uk-navbar-sticky .uk-navbar-nav {
  border-bottom: solid 0px #d2b56a;
}

.uk-navbar-sticky .uk-logo {
  display: block;
}

.uk-navbar-sticky .uk-navbar-nav>li.uk-active>a {
  color: #D2B569;
  background: transparent;
}

.uk-navbar-sticky .uk-navbar-nav>li>a {
  color: #524f4f;
  font-weight: 500;
  font-size: 1.1em;
}

.scale-img.uk-margin.uk-text-center.uk-scrollspy-inview.uk-animation-slide-bottom-medium {
    width: 70%;
}
a.el-content.uk-button.uk-button-default {
    margin-bottom: 27px;
    margin-top: 27px;
}

h3.uk-h1.picing-sign-text.uk-margin-remove-vertical.uk-text-center {
    padding-top: 20px;
}
/*=========================================================
highlights
=========================================================*/

.highlight-box {
  background: #f7f7f7;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  color: #676767;
  border: solid 1px #4b555e;
  position: relative;
}

.highlight-box::before  {
  content: "\f05a";
  position: absolute;
  top: -26%;
  left: -8px;
  font-size: 38px;
  color: #d2b569;
  font-family: fontawesome;
  transition: all 0.2s;
  border-radius: 50%;
}

/*=========================================================
Seperators
=========================================================*/

.uk-background-norepeat.uk-background-cover.uk-background-center-center.uk-background-blend-overlay.uk-section {
  padding-bottom: 0;
}

.uk-tile-default{
  background-color: transparent;
}

.hero-frontpage .uk-tile-default{
  padding:0;
  padding-top:50px;
}

.fa-layers {
  position: relative;
}

.fa-check {
  color: aliceblue;
  font-size: 20px;
  position: absolute;
  right: -1px;
  z-index: 5;
}

.fa-closed-captioning {
  display: none;
}

.fa-circle {
  color: #555f6a;
  border-radius: 50%;
  z-index: 1;
}

.top-seperator {
  border-bottom: solid 2px #D2B569;
  background-position: 50%
}

/*.uk-first-section .el-image {
  margin-top: 8px;
  } */

  .list-btn-container .uk-container{
    background: #fff;
    margin-bottom: 10px;
    padding: 46px 24px;
  }


  .list-btn-container .uk-h3 {
    display: inline-block;
    border-bottom: solid 2px #e2ddce;
    padding-bottom: 3px;
    margin-bottom: 7px;
  }

  .list-btn-section {
    list-style-type: none;
    padding-left: 0;
  }

  .list-btn-section li {
    width: 32%;
    display: inline-block;
    margin: 5px;
  }

  .list-btn {
    background: #d1b463;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: 0 4px 8px -7px #000;
    border: solid 2px transparent;
  }

  .list-btn:hover {
    color: #d1b463;
    background: #fff;
    border: solid 2px #d1b463;
    text-decoration: none !important;
  }

  .list-btn-section a:hover {
    text-decoration: none !important;
  }

  .staff-frontpage .uk-grid {
    border-bottom: solid 2px #f7f7f7;
    padding-bottom: 43px;
  }

  .staff-title-frontpage {
    margin-bottom: 45px;
    font-size: 38px;
  }

  .staff-frontpage .uk-panel {
    -webkit-box-shadow: 9px 11px 27px -25px #000000;
    box-shadow: 9px 11px 27px -25px #000000;
    padding: 58px 0px 45px 15px;
    border: solid 2px #efefef;
    border-radius: 12px;
  }

  .staff-frontpage .el-image {
    border-radius: 50%;
    border: solid 4px #d2b56a;
    max-width: none;
    width: 95%;
	margin-top: -50px;
    margin-left: 1px;
    -webkit-box-shadow: -11px 14px 17px -18px #a2a2a2;
    box-shadow: -11px 14px 17px -18px #a2a2a2;
  }

  .staff-frontpage .el-title {
    font-size: 1em;
    background: #4b555e;
    padding: 10px 13px;
    margin-left: -15px;
    font-weight: 500;
    color: #fff;
    border-top: solid 1px #626262;
    border-bottom: solid 1px #626262;
    margin-top: 12px !important;
  }

  .staff-frontpage .el-meta {
    margin-bottom: 34px !important;
    margin-top: 25px !important;
    line-height: 0;
  }

  .staff-frontpage .uk-panel .el-content a {
    background: #D2B569;
    color: #fff;
    padding: 7px 16px;
    border-radius: 25px;
    font-size: 1.2em;
    margin-left: -32px;
    font-weight: 500;
    border: solid 1px transparent;
  }

  .staff-frontpage .uk-panel  .el-content a:hover {
    background: #fff;
    color: #D2B569;
    border: solid 1px #D2B569;
    text-decoration: none;
  }

  .staff-frontpage .uk-panel  .el-content a .svg-inline--fa {
    font-size: 20px;
  }

  .pricing-sign {
    border: solid 2px #414b54;
    border-left: 0;
    border-right: 0;
  }

  .picing-sign-text .headline-highlight {
	  position: relative;
  }

  .page-id-47 .fa-arrow-alt-circle-right {
	position: absolute;
	right: -70px; 
  }

  .pricing-sign a.el-content.uk-button.uk-button-default {
	  margin: 0px 0px;
  }

  .pricing-sign .headline-highlight {
	display: inline-flex;  
  }

  .page-id-47 .fa-arrow-alt-circle-right {
	margin-top: 5px;
	margin-left: 30px; 
  }

  .first-section .uk-container {
    padding-left: 6%;
    padding-top: 3.5%;
    padding-bottom: 5.5%;
    padding-right: 8%;
    margin: 0;
    background: rgba(255, 255, 255, 0.9686274509803922);
    border-radius: 0 70px 70px 0;
    width: 60%;
    border: solid 2px #D2B569;
    border-left: 0;
    margin-top: 7em;
    position: relative;
  }

  .tm-header-placeholder {
    display: none;
  }

  .first-section .el-title {
    font-weight: 600;
    border-bottom: solid 1px #cdb46e;
    padding-bottom: 6px;
    color: #c9b373;
    font-size: 1em;
  }

  .first-section .uk-margin {
    margin-bottom: 6px;
  }

  .first-section .uk-text-meta {
    font-size: 1em;
    color: #34353a;
    font-family: Lato;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    font-style: unset;
  }

  .first-section a {
    color: #524f4f;
    text-decoration: none;
  }

  .first-section a:hover {
    color: #c9b373;
  }

  .first-section .el-image {
    margin-top: 4px;
    margin-bottom: 22px;
  }

  .first-section .uk-panel {
    margin-top: 7em;
  }

  .contact-section .uk-container  {
    background: #fff;
    box-shadow: 0 14px 20px -24px #000, 0 -14px 20px -24px #000;
    padding: 4em 17em 4em 17em;
  }

  .contact-text {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: -5em;
    margin-bottom: 22px;
  }

/* .above-the-fold-arrow {
    position: absolute;
    top: 90vh;
    right: 2.5em;
    background: #d2b56a;
    padding: 13px 16px 11px 16px;
    border-radius: 50%;
    border: solid 3px #d2b56a;
}

.above-the-fold-arrow .fa-arrow-down {
    font-size: 25px;
    color: #fff;
    } */

    .topic-box {
      width: 200px;
      position: relative;
      z-index: 10;
      height: 227px;
      border-bottom: solid 1px #d2b56a;
      background: #fff;
      border-radius: 5px 5px 0 0;
      -webkit-box-shadow: 0 0 14px -7px #000;
      box-shadow: 0 0 14px -7px #000;
    }

    .topic-box .topic-btn {
      text-align: center;
      text-transform: uppercase;
      font-size: 1em;
      border: solid 1px #d2b56a;
      width: 113px;
      background: #d2b56a;
      color: #fff;
      font-weight: 700;
      margin: 0 auto;
      margin-top: 31px;
      position: absolute;
      top: 148px;
      right: 0;
      left: 0;
      -webkit-box-shadow: 0 4px 22px -8px #777;
      box-shadow: 0 4px 22px -8px #777;
      border-radius: 25px;
    }

    .topic-box .topic-btn:hover {
      -webkit-box-shadow: 0 0 0 0 #fff;
      box-shadow: 0 0 0 0 #fff;
    }

    .topic-box h3 {
      font-size: 1.3em;
      border-bottom: solid 1px #d2b56a;
      padding-bottom: 5px;
      margin-bottom: 15px;
      text-align: center;
      padding: 5px 0;
      border: solid 1px #d2b56a;
      border-radius: 5px 5px 0 0;
      -webkit-box-shadow: 0 3px 5px -6px #000;
      box-shadow: 0 3px 5px -6px #000;
      background: #d2b56a;
      color: #fff;
      font-weight: 500;
    }

    .topic-box .icon {
      margin: 0 auto;
      width: 104px;
      margin-top: 33px;
    }

    .topic-box .icon img {
      width: 100px;
    }

    .scale-img {
      margin-top: 50px;
    }

    .topic-box .contact-icon img {
      width: 71px;
      margin-left: 20px;
      margin-top: -7px;
    }

    .headline-highlight {
      color: #d2b56a;
      font-weight: 600;
    }


/*=========================================================
Lists
=========================================================*/

.list-container {
  background: #f3f3f3;
  padding: 37px 50px 39px 40px;
  border-radius: 15px;
  border: solid 1px #d0d0d0;
}

.list-container h3 {
  font-weight: 400;
  font-size: 1.4em;
}

.list-container li {
  list-style-type: none;
  margin-left: -20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 1.1em;
  border-bottom: solid 1px #d2b56a;
  padding-bottom: 10px;
}

.list-container li::before {
  content: "\f055";
  position: relative;
  font-family: fontawesome;
  font-size: 1.8em;
  background-repeat: no-repeat;
  bottom: -5px;
  left: -7px;
  z-index: 0;
  color: #d2b56a;
}

  /*=========================================================
pages
=========================================================*/

.hero-frontpage .uk-position-cover {
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.92) 41%,rgba(172, 174, 177, 0.52) 100%);
  background-color: none !important;
}

.hero-frontpage .uk-position-relative  .uk-first-column {
  margin-bottom: 1em;
}


.hero-frontpage .uk-position-relative{
  padding-top: 2%;
  padding-bottom: 0%;
}

.hero-frontpage .uk-grid {
  margin-right: 16em;
}

/* Edited EW */
/*
.hero-frontpage .uk-grid  .uk-first-column {
  margin-left: -8em;
}
*/

.page-headline {
  color: #34353a;
  border-bottom: solid 2px #d2b56a;
}

.hero-frontpage.bold strong {
  text-transform: uppercase;
}

.big {
  border: solid 1px #d2b56a;
  padding: 10px 40px;
  border-radius: 5px;
  font-weight: 500;
  display: inline-block;
}

.widget-nav {
  display: inline-block;
  padding: 20px 20px;
  background: #f7f7f7;
  border-radius: 5px;
  border: solid 1px #d2b56a;
  max-width: 200px;
}

.widget-nav  li {
  margin: 4px 0;
}

/*=============== .page-id-47  FRONTPAGE ===============*/

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-230%, 0, 0);
  }
}

#ticker-container {
  position: relative;
}

.ticker-wrap {
  bottom: 12px;
  width: 0;
  overflow: hidden;
  height: 2.5rem;
  background: #d2b569;
  padding-left: 100%;
  box-sizing: content-box;
  box-shadow: inset 0 0 14px -6px #000;
}

.ticker-wrap .ticker {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 1rem;
  font-size: 1em;
  color: white;
  letter-spacing: 3px;
  font-weight: 500;
}

.proces-line-section {
  padding-top: 20px;
}

.proces-line-section h3 {
  padding-bottom: 40px;
  border-bottom: solid 1px #d1b463;
}

.proces-line-frontpage {
  border-bottom: solid 2px #d1b463;
  padding-bottom: 31px;
  box-shadow: 0 12px 26px -22px #000;
}

.proces-line-frontpage li {
  display: inline-block;
  width: 11%;
  position: relative;
  margin-left: 1%;
  text-align: center;
  height: 185px;
  box-shadow: 0 29px 22px -17px #00000054;
  padding: 15px 7px;
  border: solid 1px #bfbfbf;
  border-radius: 5px;
}

.proces-line-frontpage li:first-child {
  margin-left: -1%;
}

.proces-line-frontpage li span {
  text-align: center;
  font-weight: 600;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #ffffff;
  background: #424c55;
  height: 48px;
  padding-bottom: 7px;
  border-top: solid 10px #d2b569;
  padding-top: 10px;
  transition: all 2s;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px -6px 16px -6px #0000003b;
}




.proces-line-frontpage li img {
  width: 100%;
}

.proces-line-frontpage li:after {
  content: "\f061";
  position: absolute;
  bottom: 31%;
  left: -1px;
  font-size: 17px;
  color: #ffffff;
  font-family: fontawesome;
  transition: all 0.9s;
  background: #d2b569;
  padding: 0 6px;
  border-radius: 0 5px 0 0;
  box-shadow: 4px 2px 13px -6px #000;
}

.proces-line-frontpage li:nth-child(2)  a img, .proces-line-frontpage li:nth-child(4)  a img, .proces-line-frontpage li:nth-child(7) a  img   {
  margin-bottom: -20px;
}

.proces-line-frontpage li:nth-child(1)  a img {
  margin-bottom: -19px;
}

.proces-line-frontpage li:nth-child(3) a img {
  margin-bottom: -19px;
}

.proces-line-frontpage li:nth-child(5) a img {
  margin-bottom: -19px;
}

.proces-line-frontpage li:nth-child(6)  a img {
  margin-bottom: -19px;
}

.proces-line-frontpage li:hover a img{
  opacity: 0.2;
}

.proces-line-frontpage li:hover a::after {
  left: 0;
  color: #424B54;
  font-size: 5em;
  margin-left: 28%;
  transform: rotate(90deg);
}

.proces-line-frontpage li:hover a::before {
  background: #d2b569;
  box-shadow: 0 0 0 0 #000;

}

.proces-line-frontpage li a:before {
  position: absolute;
  top: -22%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 31px;
  font-size: 1.5em;
  font-weight: 800;
  color: #ffffff;
  background: rgb(66, 76, 85);
  border: solid 3px #d2b569;
  padding: 6px 8px;
  border-radius: 50%;
  box-shadow: 0 5px 10px -6px #000;
  transition: all 0.35s cubic-bezier(0, 1.04, 1, 1);
}

.proces-line-frontpage li:hover a span::after {
  position: absolute;
  content: "	Vil du vide mere?";
  top: -47%;
  left: 10.3%;
  font-size: 0.86em;
  font-weight: 800;
  line-height: 27px;
  color: #ffffff;
  background: rgb(67, 77, 86);
  padding: 0px 13px 0 17px;
  box-shadow: 0 4px 10px -6px #000;
}


.proces-line-frontpage li:nth-child(1) a:before{
  content: "1";
}

.proces-line-frontpage li:nth-child(2) a:before{
  content: "2";
}

.proces-line-frontpage li:nth-child(3) a:before{
  content: "3";
}

.proces-line-frontpage li:nth-child(4) a:before{
  content: "4";
}

.proces-line-frontpage li:nth-child(5) a:before{
  content: "5";
}

.proces-line-frontpage li:nth-child(6) a:before{
  content: "6";
}

.proces-line-frontpage li:nth-child(7) a:before{
  content: "7";
}

.proces-line-frontpage li:hover a:before {
  content: "\f059" !important;
  font-family: fontawesome;
  font-size: 3em;
  z-index: 100;
  top: -15%;
  max-width: 68px;
  border: solid 6px #434d54;
  box-shadow: 0 26px 27px -17px #585858;
}

.other-logos {
  display: inline-block;
  width: 180px;
  margin-right: 27px;
  display: flex;
}

#logos1{
  order: 1;
  width: 100%;
  height: 100%;
}

#logos2{
  order: 2;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  margin-top: 27px;
}

.proces-line-frontpage li a:first-child:after{
  display: none;
}

.uk-navbar-nav>li>a {
  color: #656565 !important;
  font-weight: 500;
}

/*=============== .page-id-2  ===============*/
.hero-steps .uk-first-column {
  padding-top: 5%;
}

.steps-section {
  margin-top: 57px;
}

/*=============== .page-id-2  ===============*/

.page-id-2  .tm-header, .page-id-2 .footer {
  display: none;
}

/*=============== .page-id-212  ===============*/

.page-id-212 .above-the-fold-arrow {
  top: 84vh;
}

.page-id-212 .contact-btn {
  top: 15px;
}

/*=============== page-id-81 OM OS  ===============*/

.about-us-container .uk-first-column  {
  background: #f1f1f1;
  padding: 72px 30px 1px 35px;
  border-radius: 10px;
  position: relative;
  margin-top: 8em;
  border: solid 2px #d2b56a;
  margin-right: 25px;
}

.contact-icon img {
  width: 72px;
}

.last-about-container .uk-first-column {
  visibility: hidden;
}

.about-us-container .uk-grid-item-match {
  background: #f1f1f1;
  padding: 72px 30px 20px 35px;
  border-radius: 10px;
  position: relative;
  margin-top: 8em;
  border: solid 2px #d2b56a;
}

.about-us-container .uk-tile-default {
  background: transparent;
}

.about-img {
  position: relative;
}

.about-img img {
  border-radius: 50%;
  position: absolute;
  top: -12em;
  right: 16px;
  width: 250px;
  border: solid 5px #d2b56a;
  -webkit-box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
  box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
}

.about-img-last img {
  border-radius: 50%;
  position: absolute;
  right: 16px;
  width: 250px;
  border: solid 5px #d2b56a;
  -webkit-box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
  box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
  margin-top: 20px;
}

.about-last-h3{
  margin-top: 255px;
}

#arrow {
  font-size: 35px;
}
.page-id-47 .fa-arrow-alt-circle-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  margin-top: 5px;
  margin-left: 8px;
}
.fa-arrow-alt-circle-right {
	-webkit-animation: bounceRight 2s infinite;
	animation: bounceRight 2s infinite;
	margin-top: 5px;
	margin-left: 40px;
  }

.contact-sign-text {
    padding-top: 31px;
    margin-left: -110px;
}


/*=============== page-id-503 Ejendomsadministration  ===============*/

.Ejendomsdocs {
  background: #d2b56a;
  padding: 25px 35px;
  border-radius: 10px;
}

.Ejendomsdocs .uk-accordion-title {
  color: #fff;
  font-weight: 500;
  border-bottom: solid 1px #fff;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.Ejendomsdocs .uk-accordion-title:hover  {
  color: #34353a;
}

.Ejendomsdocs .el-content a {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
}

.uk-accordion-title::before {
  background: none !important;
  content: "\f055";
  font-family: fontawesome;
  font-size: 1.5em;
  margin-top: -5px;
}

/*=============== page-id-79 priser ===============*/

.page-id-79 .uk-table td:first-child {
  padding: 16px 12px;
  vertical-align: top;
  border-right: solid 1px #d2b56a;
  min-width: 400px;
  max-width: 400px;
}

.page-id-79 .prices .el-item {
  border: solid 1px #d2b56a;
  border-bottom: 0px;
}

.pricing-sign .uk-button-default {
  margin-top: 5px;
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

.priser-table .el-item {
  border-bottom: solid 1px #d2b56a !important;
}

/*=============== page-id-83 priser ===============*/

/*.page-id-83 .uk-panel {
  background: #f1f1f1;
  padding: 20px 20px 29px 20px;
  border-radius: 5px;
  border: solid 1px #d2b56a;
}

.page-id-83 .uk-panel h3 {
  font-size: 16px;
  } */

  /*=============== ejendomshandler===============*/



  .proces-line .uk-grid {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 16px;
    position: relative;
    min-height: 220px;
    border: solid 1px#dedede;
    box-shadow: 0 7px 14px -11px #000;
  }

  .proces-line .uk-grid:after{
   /* content: "|";
    position: absolute;
    bottom: -95%;
    left: 45%;
    font-size: 200px;
    color: #d2b569; */
  }

  .proces-line .uk-grid:before{
    content: "1";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }

  .proces-line .uk-grid:nth-child(1):before{
    content: "1";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }

  .proces-line .uk-grid:nth-child(2):before{
    content: "2";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }
  .proces-line .uk-grid:nth-child(3):before{
    content: "3";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }

  .proces-line .uk-grid:nth-child(4):before{
    content: "4";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }

  .proces-line .uk-grid:nth-child(5):before{
    content: "5";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }
  .proces-line .uk-grid:nth-child(6):before{
    content: "6";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }

  .proces-line .uk-grid:nth-child(7):before{
    content: "7";
    position: absolute;
    top: -41px;
    left: -26px;
    font-size: 2.5em;
    font-weight: 600;
    color: #ffffff;
    background: #d2b569;
    padding: 15px 34px;
    border-radius: 50%;
    box-shadow: 0 3px 12px -6px #000;
  }



  .proces-line .uk-grid:last-child:after{
    display: none;
  }

  .proces-line .uk-grid strong {
    font-size: 1.4em;
    border-bottom: solid 2px #d2b56a;
  }

  .proces-line .uk-grid p {
    font-size: 1.15em;
  }


/*=========================================================
 Nyheder
 =========================================================*/
 .nyheder-panel {
  border: 1px solid #D2B569;
}



/*=========================================================
Kontaktform
=========================================================*/

.nf-form-content {
	padding:30px !important;
}

.nf-form-content input:not([type=button]) {
	background:#fff !important;
	border:2px solid #d2b56a !important;
	border-radius: 100px !important;
	text-align: center;
	font-family: 'Open Sans' !important;
	font-size: 14px !important;
	height: auto !important;
}

.nf-form-content input:not([type=button]).focus-visible, .nf-form-content input:not([type=button]):hover {
	box-shadow: 0 0 15px 0px rgba(0,0,0,0.15);
}

.nf-form-content textarea {
	background:#fff !important;
	border:2px solid #d2b56a !important;
	border-radius: 30px !important;
	text-align: center;
	font-family: 'Open Sans' !important;
	font-size: 14px !important;
	height: 150px !important;
}

.nf-form-content input[type=button] {
	text-transform: uppercase;
	padding: 13px 20px;
	font-size: 1.2em !important;
	font-weight: 600;
	border-radius: 24px !important;
	background: #414b54 !important;
	color: #fff !important;
	height: auto !important;
}

.nf-form-content .nf-error input:not([type=button]), .nf-form-content .nf-error textarea {
	border:2px solid red !important;
}

.nf-field-container {
	margin-bottom: 15px;
}

.nf-error.field-wrap .nf-field-element:after {
	display: none;
}

.nf-form-fields-required {
	display: none;
}

.nf-error .nf-error-msg {
	display: none;
}

.nf-after-form-content {
	display: none;
}

.fsBody {
  background-color: transparent !important;
}

.fsBody .fsForm {
  margin: -20px auto !important;
  background-color: transparent !important;
}

.fsBody .fsLabelHorizontal .fieldset-content label, .fsBody .fsLabelVertical .fieldset-content label {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}

.fsRowBody input, .fsForm textarea.fsRequired {
  border: 2px solid #d2b56a !important;
  border-radius: 25px !important;
  background-color: #fff !important;
}

#fsSubmitButton3315060 {
  background: #d2b56a !important;
  padding: 14px 49px !important;
  font-size: 1.6em !important;
  border-radius: 25px !important;
}

.fsRowBody input[type=text] {
  padding: 7px 19px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 14px;
  color: #595d64;
}

.fsRowBody input[type=checkbox]:before, .fsRowBody input[type=radio]:before {
  background: #fff !important;
  border: solid 0px transparent !important;
}

.fsRowBody input[type=checkbox]:checked:before, .fsRowBody input[type=radio]:checked:before {
  width: 20px !important;
  height: 20px !important;
  margin-top: 3px !important;
  margin-left: 3px !important;
  border: 0 solid #cfd4d8 !important;
  background-color: #d2b56a !important;
}

.fsRowBody input[type=radio] {
  top: 2px !important;
  width: 30px !important;
  height: 30px !important;
}

.contact-form-section {
  position: relative;
  background: #f7f7f7;
  padding: 36px 20px 5px 20px;
  border-radius: 10px;
  box-shadow: 0 13px 19px -21px #000;
	border: solid 1px #606060;
	text-align: center;
}

.contact-form-section h3 {
  font-size: 19px;
}

.contact-form-section p {
  font-size: 16px;
}

@keyframes yourAnimation{
  0%{
    transform: rotate(0) scale(0) skewY(-70deg);
  }
  24%{
    transform: rotate(15deg) scale(1) skewY(0deg);
  }
  100%{
    transform: rotate(15deg) scale(1) skewY(0);
  }
}

.page-id-79 .answer-time {
    background: #d1b463;
    border: solid 5px #606060;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: -8em;
    transform: rotate(14deg);
    top: 71px;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 74px 20px 32px 20px;
    font-weight: 600;
    border-radius: 50%;
    box-shadow: 1px 5px 21px -12px #000;
}

.answer-time::before {
  content: "\f017";
  position: absolute;
  color: #ffffff;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-family: fontawesome;
  font-size: 4.5em;
}

.answer-time {
  background: #d1b463;
  border: solid 5px #606060;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: -9em;
  transform: rotate(14deg);
  top: 1px;
  text-transform: uppercase;
  font-size: 1em;
  padding: 84px 20px 42px 20px;
  font-weight: 600;
  border-radius: 50%;
  box-shadow: 1px 5px 21px -12px #000;
}

.timeanimation {
  animation: yourAnimation 1.2s 1 7s ease-in-out;
}

.contact-form .uk-text-center:first-child  {
  background: #d2b56a;
  color: #fff;
  font-size: 2em;
}

.contact-form .uk-container {
  border-bottom: solid 28px #d2b56a;
  -webkit-box-shadow: 0 29px 19px -33px #808080;
  box-shadow: 0 29px 19px -33px #808080;
}

.contact-form .uk-container::before {
  display: none;
}

.fsRowBody input[type=text].fsRequired, .fsRowBody input[type=email].fsRequired, .fsForm textarea.fsRequired {
  text-align: center;
}

.fsForm .fsSubmit {
  margin-top: 10px !important;
}

#fsSubmitButton3335233 {
  text-transform: uppercase;
  padding: 13px 20px;
  font-size: 1.2em !important;
  font-weight: 600;
  border-radius: 24px !important;
  background: #414b54 !important;
  color: #fff !important;
}

#fsSubmitButton3335233:hover {
  background: #fff;
  border: solid 2px #d2b56a;
  color: #d2b56a;
}


/*=========================================================
Footer
=========================================================*/
.deparments-section {
  margin-left: 5%;
}

.deparments {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  width: 150px;
  display: inline-block;
  margin-right: 7px;
  box-shadow: 0 11px 18px -14px #000;
  text-align: center;
  padding-top: 21px;
}

.deparments b {
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom: solid 2px #d1b463;
}



.virum-text {
  width: 34%;
  display: inline-block;
  text-align: center;
  background: #d1b46000;
  border-radius: 50%;
  padding: 15px 0px;
  color: #d1b460;
  border: solid 1px #4b555f;
  font-weight: 500;
  margin-right: 8px;
  font-size: 12px;
  line-height: 15px;
}

.virum-box {
  width: 174px;
}

.virum-img {
  width: 82px;
  display: inline-block;
}

.virum-img  img {
  margin-top: -16px;
}

.footer-map {
  border-top: solid 2px;
  background: #D2B569;
}

.footer-map  .uk-h1{
  font-size: 2em;
  margin: 0 auto;
  background: #fff;
  margin-top: 48px;
  margin-left: 40px;
  border-radius: 6px;
  padding: 20px 37px;
  box-shadow: 0 15px 21px -18px #000;
}

.bottom-border {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: solid 20px #ff9c00;
  background: transparent;
}

.maps {
  border-top: solid 2px #34353a;
}

.footer {
  position: relative;
}

.footer::before {
  content: "";
  background-image: url(/wp-content/uploads/dinboligadvokat-hus.svg);
  position: absolute;
  width: 15%;
  height: 49%;
  background-repeat: no-repeat;
  bottom: 79px;
  left: 0;
  z-index: 4;
}



.contact-info a {
  color: #727272;
  padding: 3px 7px;
  border-radius: 25px;
  font-weight: 500;
}

.footer a:hover {
  text-decoration: none;
  color:  #D2B569;
}

.contact-info a:hover {
  color: #ffffff;
  background: #d2b56a;
  padding: 3px 7px;
  border-radius: 25px;
  font-weight: 500;
}

.contact-links {
  line-height: 30px;
}

.footer .uk-icon-button:focus, .footer .uk-icon-button:hover {
  background-color: transparent;
  color: #ffffff;
  outline: 0;
  border-color: #d2b56a;
  background: #d2b56a;
}

.footer .uk-background-center-center {
  background-position: 0% 9%;
  background-size: 211%;
  border-top: solid 2px #34353a;
  min-height: 500px;
}

.footer-logo {
  margin-top: 5px;
}

.footer ul li {
  list-style-type: none;
  width: 100%;
  border-bottom: solid 1px #D2B569;
}

.footer ul a {
    font-size: 1em;
    text-transform: uppercase;
    color: #524F4F;
    line-height: 2.78em;
}

.advokat-samfundet img {
  margin-top: 4px;
}

.footer-link-list ul {
  padding-left: 0;
}

.footer h3 {
  padding-bottom: 6px;
  border-bottom: solid 1px #d2b568;
}

#wpgmza_map {
  border-top: solid 2px;
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}




/******************* TEST .page-id-2150 ***********************/

.page-id-2150 .tm-header-transparent {
  position:static!important;
}

.page-id-2150 .uk-navbar-left {
  box-shadow: none;
}

.page-id-2150 .uk-navbar-nav {
     border-bottom: none; 
}

/*.page-id-2150 .uk-background-norepeat.uk-background-cover.uk-background-center-center.uk-background-blend-multiply.uk-section {
      filter: blur(10px);
}*/

.page-id-2150 .hero-steps img {
  filter: blur(10px);
}

.page-id-2150  .answer-time {
    padding: 92px 30px 24px 30px;
}



/*=========================================================
mobil optimization
=========================================================*/



@media screen and (max-width: 1448px) {
	.uk-navbar-nav li {
		font-size: 0.9em;
	}

}

@media screen and (max-width: 1374px) {
	.uk-navbar-nav li {
		font-size: 0.8em;
	}

}


/*****************************************************************/
/******************** IPAD PRO HORISONTAL ************************/
/*****************************************************************/

@media screen and (max-width: 1367px) {

	a.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
		padding: 0 10px;
	}

	.proces-line-frontpage li:hover a span::after {
		display: none;
	}

	.proces-line-frontpage li:hover a:before {
		display: none;
	}

	/* Edited EW */
	/*
	.hero-frontpage .uk-grid .uk-first-column {
		margin-left: -5.59em;
	}
	*/

	.contact-section .uk-container {
		padding: 1em 4em 4em 0em;
	}

	.scale-img {
		width: 300px;

	}

	.hero-frontpage .uk-grid {
		margin-right: 12em;
	}

	.steps a{
		font-size: 6px;
	}
	.proces-line-frontpage li span{
		font-size: 11px;
		width: 100%
	}

	.proces-line-frontpage li:nth-child(7) span{
		width: 100%;
		font-size: 11px;
	}

	.proces-line-frontpage li a:before {
		position: absolute;
		top: -8%;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 31px;
		font-size: 2.5em;
		font-weight: 800;
		color: #ffffff;
		background: rgb(66, 76, 85);
		border: solid 3px #d2b569;
		padding: 2px 0px;
		border-radius: 50%;
		box-shadow: 0 5px 10px -6px #000;
		transition: all 0.35s cubic-bezier(0, 1.04, 1, 1);
	}

	.proces-line-frontpage li:after {
		content: "\f061";
		position: absolute;
		bottom: 30%;
		left: 0px;
		font-size: 20px;
		color: #fff;
		font-family: fontawesome;
		transition: all 0.2s;
		font-size: 10px;
	}

	.list-btn-section li {
		width: 31% ;
		display: inline-block;
		margin: 5px;
	}

	.list-btn {
		font-size: 0.9em;
	}

	footer-map .uk-h1 {
		font-size: 2em;
		margin: 0 auto;
		background: #fff;
		margin-top: 5px;
		margin-left: 40px;
		border-radius: 6px;
		padding: 20px 37px;
		box-shadow: 0 15px 21px -18px #000;
	}

	.deparments {
		background: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		width: 265px;
		display: inline-block;
		margin-left: 8px;
		box-shadow: 0 11px 18px -14px #000;
		text-align: center;
		padding-top: 21px;
		margin-top: 0px;
		margin-right: 0;
	}

	.deparments-section {
		margin-top: -10px;
	}

	.deparments:nth-child(3) {
		margin-top: 10px;
	}

	h5.uk-h1 {
		margin-top: 5px!important;
	}

	.footer-map .uk-h1 {
		font-size: 2em;
		margin: 0 auto;
		background: #fff;
		margin-left: 6%;
		border-radius: 6px;
		padding: 20px 37px;
		box-shadow: 0 15px 21px -18px #000;
		width: 82.5%;
	}


}


/*****************************************************************/
/******************** IPAD PRO VERTICAL **************************/
/*****************************************************************/


@media screen and (max-width: 1025px) {



	.uk-navbar-center:not(:only-child) .uk-navbar-item {
		background: #ffffff;
		padding-left: 25px;
		margin-top: -40px;
		margin-left: 33px;
		padding-right: 25px;
		box-shadow: 0 8px 10px -9px #000;
		border-radius: 0 0 5px 5px;
		max-width: 189px;
		padding-top: 15px;
	}


	.proces-line-frontpage li span {

		width: 100%!important;
	}

	.about-img-last img {
		border-radius: 50%;
		position: absolute;
		right: 16px;
		top: 290px;
		width: 250px;
		border: solid 5px #d2b56a;
		-webkit-box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		margin-top: 20px;
	}

	.page-id-81.uk-h3, h3 {
		font-size: 20px;
		line-height: 1.4;
		font-family: Lato;
		font-weight: 300;
		text-transform: uppercase;
		letter-spacing: 1px;
	}


	h3.uk-margin-xlarge.uk-margin-remove-bottom.uk-h1{
		font-size: 30px!important;
	}

	/* ------------------------- */

	.tm-header-mobile-slide .uk-background-default {
		border-bottom: solid 10px #d2b56a;
		box-shadow: 0 20px 57px -9px #00000061;
	}

	#tm-mobile .uk-nav-default>li>a {
		font-size: 1.6em;
		text-transform: uppercase;
		border-bottom: solid 1px #d2b56a;
		margin: 4px 0;
	}

	.page-id-47 .uk-logo {
		display: block;
	}

	.uk-logo img {
		margin-top: 0;
	}

	.hero-frontpage .uk-grid .uk-first-column {
		margin-left:0;
	}

	.contact-section .uk-container {
		padding: 1em 9em 4em 5em;
	}

	.page-id-47 .answer-time {
		top: 122px;
		right: -130px;
	}


	.answer-time {
		top: 357px;
		right: -50px;
	}
	
	.page-id-79 .answer-time {
		right: -4em;
		top: 498px;
	}
	.page-id-1469 .answer-time {
		top: 457px;
		right: -50px;
	}

	.contact-btn {
		position: relative;
		text-align: center;
		margin: 20px 52px 28px 52px;
	}

	.uk-navbar-toggle.uk-open, .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
		color: #D2B569;
	}
	.uk-navbar-center:not(:only-child) {
		left: 13%;
	}

	.uk-navbar-toggle {
		color: #fff;
	}

	/* -------------------------*/
	.staff-frontpage .uk-panel {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.first-section .uk-container {
		width: 80%;
	}

	.uk-navbar-container:not(.uk-navbar-transparent) {
		background: #d2b56a;
		height: 120px;
	}
	.topic-box {
		margin: 0 auto;
	}
	.widget-nav {
		margin-left: 48px;
	}
	.above-the-fold-arrow {
		display: none;
	}
	.uk-navbar-right {
		margin-right: 55px;
	}

	.uk-navbar-toggle {
		height: 20px;
		border: solid 1px #fff;
		min-height: 35px;
		border-radius: 25px;
		background-color: #fff;
		color: #D2B569;
	}

	.deparments {
		background: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		width: 182px;
		display: inline-block;
		margin-left: 8px;
		box-shadow: 0 11px 18px -14px #000;
		text-align: center;
		padding-top: 21px;
		margin-top: 0px;
		margin-right: 0px;
	}

	.deparments-section {
		margin-left: 6.5%;
	}

	.deparments:nth-child(3) {
		margin-top: 10px;
	}

	h5.uk-h1 {
		margin-top: 5px!important;
	}

	.footer-map .uk-h1 {
		margin-left: 8%;
		width: 76.5%;
	}

}

/*****************************************************************/
/*********************** IPAD VERICAL ****************************/
/*****************************************************************/

@media screen and (max-width: 769px) {

	.other-logos {
		width: 38%;
		margin: 0 auto;
		position: absolute;
		left: 9%;
	}

	.other-logos-box {
		position: relative;
		height: 106px;
	}

	.page-id-47 img#logos2 {
		margin-top: 35px;
	}

	img#logos2 {
		float: right;
		margin-top: 45px;
	}

	img#logos1 {
		float: left;
	}

	.pakke {
		margin-left: 0;
	}

	p.whitespace {
		padding: 0;
		margin: -45px;
	}
	.page-id-79 .answer-time {
		right: -3em;
		top: 438px;
	}

	.proces-line-frontpage li {
		display: inline-block;
		width: 11%;
		position: relative;
		margin-left: 1%;
		text-align: center;
		height: 150px;
		box-shadow: 0 29px 22px -17px #00000054;
		padding: 15px 7px;
		border: solid 1px #bfbfbf;
		border-radius: 5px;
	}

	.proces-line-frontpage li:after {
		bottom: 36%;
		left: 0%;
	}
	.answer-time::before {
		content: "\f017";
		position: absolute;
		color: #ffffff;
		top: 14px;
		left: 0;
		right: 0;
		margin: 0px auto;
		font-family: fontawesome;
		font-size: 3.7em;
	}

	.answer-time {
		background: #d1b463;
		border: solid 5px #606060;
		color: #fff;
		display: inline-block;
		position: absolute;
		right: -4em;
		transform: rotate(14deg);
		top: -30px;
		text-transform: uppercase;
		font-size: 0.678em;
		padding: 53px 8px 30px 6px;
		font-weight: 600;
		border-radius: 50%;
		box-shadow: 0px 5px 21px -12px #000;
		line-height: 17px
	}

	.page-id-47 .answer-time {
		top: 42px;
		right: -60px;
	}



	.page-id-1469 .answer-time {
		background: #d1b463;
		border: solid 5px #606060;
		color: #fff;
		display: inline-block;
		position: absolute;
		right: -4em;
		transform: rotate(14deg);
		top: 50px;
		text-transform: uppercase;
		font-size: 0.6em;
		padding: 48px 10px 22px 9px;
		font-weight: 600;
		border-radius: 50%;
		box-shadow: 0px 5px 21px -12px #000;
		line-height: 17px;
	}


	.uk-navbar-center:not(:only-child) {
		left: 17%;
	}

	svg.svg-inline--fa.fa-arrow-alt-circle-right.fa-w-16 {
		position: absolute;
		top: 69px;
		left: 265px;
		font-size: 1.4em;
	}

	.uk-container.uk-container-small {
		width: 80%;
	}

	.pricing-sign .uk-button-default {
		margin-top: 5px;
		margin-left: 293px;
	}

	.staff-frontpage .uk-panel {
		width: 70%;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.first-section .uk-container {
		width: 60%;
		margin-bottom: 50px;
	}

	.first-section .uk-panel {
		margin-top: 0em;
	}
	.contact-text {
		font-size: 1.2em;
		font-weight: 500;
		margin-top: 2em;
		margin-bottom: 22px;
	}
	.contact-form img {
		display: none;
	}

	.steps.uk-margin.uk-scrollspy-inview.uk-animation-slide-top-small {
		width: 109%;
		margin-left: -15px;
	}

	.proces-line-frontpage  {
		padding-left: 0px;
	}

	.staff-frontpage .uk-panel {
		width: 46%;
		margin: 0px 30px 0px -4px;
		margin-bottom: 50px;
		float: left;
	}

	.profile-panels {
		width: 50%;
	}

	.staff-frontpage .uk-panel {
		width: 45%;
		margin: 0 15px;
		margin-bottom: 50px;
		float: left;
	}

	.staff-frontpage .el-title {
		font-size: 1.2em;
		background: #4b555e;
		padding: 10px 13px;
		margin-left: -15px;
		font-weight: 500;
		color: #fff;
		border-top: solid 1px #626262;
		border-bottom: solid 1px #626262;
		margin-top: 12px !important;
	}

	.staff-frontpage .uk-grid {
		border-bottom: solid 2px #f7f7f7;
		padding-bottom: 43px;
		display: inline;
	}
	.footer .uk-container::before {
		bottom: 303px;
	}
	.widget-nav {
		margin-left: 9px;
	}
	.about-us-container .uk-first-column {
		margin-left: 25px;
	}
	.about-us-container .uk-grid-item-match {
		margin-left: 25px;
	}
	.last-about-container {
		display: none;
	}
	.page-id-81 .widget-nav {
		display: none;
	}
	.page-id-81 .topic-box {
		display: none;
	}

	.contact-sign-text {
		padding-top: 14px;
		margin-left: 0;
	}

	.about-contact-btn {
		float: right;
		margin-right: 110px;
	}

	#arrow {
		margin-top: 21px;
	}

	.contact-form-section.uk-margin.uk-text-center {
		margin-top: 0px;
	}

	.page-id-47 .contact-form-section.uk-margin.uk-text-center {
		margin-top: 150px;
	}

	.page-id-1469 .contact-form-section.uk-margin.uk-text-center {
		margin-top: 0px;
	}

	.page-id-47 .contact-form-section.uk-margin.uk-text-center {
		margin-top: 0px;
	}

	.footer-map .uk-h1 {
		font-size: 2em;
		margin: 0 auto;
		background: #fff;
		margin-top: 27px!important;
		margin-left: 58px;
		border-radius: 6px;
		padding: 20px 37px;
		box-shadow: 0 15px 21px -18px #000;
		width: 75%;
	}
	.deparments {
		background: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		width: 280px;
		display: inline-block;
		margin-left: 8px;
		box-shadow: 0 11px 18px -14px #000;
		text-align: center;
		padding-top: 21px;
		margin-top: 0px;
		margin-right: 0px;
	}

	.footer .uk-background-center-center {
		background-position: 0% 9%;
		background-size: cover;
		border-top: solid 2px #34353a;
		min-height: 500px;
		height: 768px;
	}

	.footer::before {
		content: "";
		background-image: url(/wp-content/uploads/2019/01/virumtorv-advokater-bygning.svg);
		position: absolute;
		width: 24%;
		height: 49%;
		background-repeat: no-repeat;
		bottom: 245px;
		left: 0;
		z-index: 4;
	}


}

/*=============== Mobile menu ==============*/

/*****************************************************************/
/******************** IPHONE 6/7/8 PLUS **************************/
/*****************************************************************/


@media screen and (max-width: 415px) {

	.contact-section .uk-container .uk-grid .uk-grid-margin:nth-child(2) {
		margin-top: 95px;
	 }

	.picing-sign-text svg {
		display: none;
	}
	.pricing-sign .uk-container .uk-button {
		margin: 0 auto!important;
		float: none;
		display: block;
	}

	.page-id-47 .other-logos{
		width: 100%;
	}

	.other-logos-box {
		position: relative;
		height: 70px;
	}

	.other-logos {
		width: 74%;
		margin: 0px auto;
		position: absolute;
		left: 7px;
		right: 0;
	}

	img#logos2 {
		float: right;
		margin-top: 21px!important;
		width: 45%
	}

	img#logos1 {
		float: left;
		width: 45%
	}

	.hero-frontpage .uk-grid-item-match {
		order: 2;
	}

	.hero-frontpage .uk-grid-item-match:last-child{
		order: 1;
	}

	.hero-frontpage .uk-grid.uk-grid-stack{
		text-align: center;
	}

	.hero-fronpage .uk-container {
		padding:0;
		margin-right: 0px;
	}

	.hero-frontpage .uk-grid-item-match {
		padding: 0px;
	}

	.hero-frontpage .uk-tile-default{
		padding: 20px;
	}
	
	.hero-frontpage a.el-content.uk-button.uk-button-default {
		margin-bottom: 0px;
	}

	.proces-line-section .uk-container>:last-child {
		margin-right: 0px; 
	}
	
	.list-btn-section {
		list-style-type: none;
		padding-left: 0;
		text-align: center;
	}

	.uk-navbar-center:not(:only-child) .uk-navbar-item {
		background: #ffffff;
		margin-top: -18px;
		margin-left: 13px;
		box-shadow: 0 8px 10px -9px #000;
		border-radius: 0 0 5px 5px;
		max-width: 189px;
		padding: 0 20px;
	}

	.page-id-79 .uk-table td:first-child{
		min-width: 230px!important;
		max-width: 230px!important;
	}
	.price-size{
		font-size: 10px;
	}

	.proces-line .uk-grid:after {
		display: none;
	}


	#proces-line {
		width: 80%;
		margin-left: 63px;
	}

	.about-img-last img {
		border-radius: 50%;
		position: absolute;
		right: 40px;
		top: 333px;
		width: 215px;
		border: solid 5px #d2b56a;
		-webkit-box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		margin-top: 20px;
	}


	h3.uk-margin-xlarge.uk-margin-remove-bottom.uk-h1 {
		font-size: 27px!important;
	}

	.contact-section{
		width: 86%!important;
	}

	.pricing-sign{
		width: 100%!important;
	}



	.contact-section-koeb{
		margin-left: 0em;
		padding: 20px;
	}


	.proces-line-frontpage li span {
		width: 100%!important;
	}

	.contact-sign-text{
		font-size: 18px;
	}

	#arrow {
		margin-top: 6px;
	}

	.about-contact-btn {
		margin-right: 70px;
	}

	.steps-bh li{
		display: inline-block;
		width: 100%;
		position: relative;
		margin-left: 1%;
		text-align: center;
		height: 200px!important;
	}

	.steps-bh li:after{
		bottom: 40%!important;
	}

	.steps-bh li:before{
		font-size: 1.2em!important;
	}

	.uk-container.uk-container-small {
		width: 100%;
		margin-left: -1em;
	}

	.uk-logo img {
		margin-top: 25px;
	}

	.uk-navbar-right {
		margin-right: 30px;
	}

	.contact-btn {
		position: relative;
		text-align: center;
		margin: 20px 20px 28px 20px;
	}

	.hero-frontpage .uk-grid {
		margin: 0 auto;
	}

	.uk-grid-item-match.uk-flex-bottom.uk-width-2-3{
		padding-left: 0;
	}


	.steps a {
		font-size: 10px;
	}

	.proces-line-section h3 {
		padding-bottom: 20px;
		border-bottom: solid 1px #d1b463;
	}

	.proces-line-frontpage li:first-child {
		margin-left: 2%;
	}


	.proces-line-frontpage li {
		display: inline-block;
		width: 42%;
		position: relative;
		margin-left: 2%;
		text-align: center;
		height: 200px;
		margin-top: 4%;
	}

	.proces-line-frontpage li a:before {
		padding: 0px 6px;
	}

	.proces-line-frontpage li:after {
		content: "\f061";
		position: absolute;
		bottom: 28%;
		left: 0px;
		font-size: 20px;
		color: #fff;
		font-family: fontawesome;
		transition: all 0.2s;
	}


	.contact-section .uk-container {
		padding: 1em 3em 2em 4em;
	}

	.answer-time::before {
		content: "\f017";
		position: absolute;
		color: #ffffff;
		top: 14px;
		left: 0;
		right: 0;
		margin: 0px auto;
		font-family: fontawesome;
		font-size: 3.7em;
	}

	.page-id-79 .answer-time{
		background: #d1b463;
		border: solid 5px #606060;
		color: #fff;
		display: inline-block;
		position: absolute;
		right: -8em;
		transform: rotate(14deg);
		top: 68px;
		text-transform: uppercase;
		font-size: 0.68em;
		padding: 64px 16px 32px 16px;
		font-weight: 600;
		border-radius: 50%;
		box-shadow: 1px 5px 21px -12px #000;
	}

	.answer-time {
		background: #d1b463;
		border: solid 5px #606060;
		color: #fff;
		display: inline-block;
		position: absolute;
		right: -2em!important;
		transform: rotate(14deg);
		bottom: 103px;
		top: unset!important;
	}


	.pricing-sign svg.svg-inline--fa.fa-arrow-alt-circle-right.fa-w-16 {
		position: absolute;
		top: 111px;
		left: 115px;
	}

	.pricing-sign .uk-button-default {
		margin-top: 5px;
		float: right;
		margin-right: 30px;
		width: 60%;
	}

	

	.list-btn-section li {
		width: 46%;
		display: inline-block;
		margin: 5px;
		font-size: 10px;
	}

	.services-profiles {
		width: 26em;
		font-size: 14px;
	}


	.staff-frontpage [class*=uk-width] {
		box-sizing: border-box;
		width: 100%!important;
		max-width: 100%;
		display: inline-block;
		margin-top: 0;
		padding-left: 6px;
	}

	.staff-frontpage .uk-panel {
		margin-top: 16px;
		width: 100%;
		margin: 0 auto;
	}

	.staff-frontpage .el-title {
		font-size: 1em!important;
	}

	.staff-frontpage .el-meta {
		font-size: 11px!important;
	}

	.staff-frontpage .uk-panel .el-content a{
		padding: 7px 9px;
		font-size: 1em!important;
	}

	.tm-header-mobile-slide .uk-background-default {
		border-bottom: solid 10px #d2b56a;
		box-shadow: 0 20px 57px -9px #00000061;
	}

	.uk-nav-default>li>a {
		font-size: 1.6em;
		text-transform: uppercase;
		border-bottom: solid 1px #d2b56a;
		margin: 4px 0;
	}

	.contact-btn {
		position: relative;
		text-align: center;
		margin: 20px 52px 28px 52px;
	}

	.uk-logo {
		width: 75%;
	}
	.uk-navbar-center:not(:only-child) {
		left: 27%;
	}

	.uk-navbar-toggle {
		color: #D2B569;
	}

	.uk-navbar-container:not(.uk-navbar-transparent) {
		background: #d2b56a;
		height: 80px;
	}

	.topic-box {
		margin:  0 auto;
	}

	.widget-nav .uk-nav-default>li>a {
		text-align: center;
	}

	.first-section .uk-container {
		padding-left: 16%;
		padding-top: 7%;
		padding-bottom: 15%;
		padding-right: 21%;
		margin-top: 14px;
		margin-bottom: 15px;
	}

	.first-section .service-panels-section  {
		width: 410px;
		margin-left: -45px;
		margin-top: 10px;
	}



	.staff-frontpage .el-meta {
		font-size: 10px;
	}

	.service-panel {
		display: inline-block;
	}
	.service-panels-section .topic-box {
		width: 165px;
	}

	.service-panels-section .topic-box h3 {
		font-size: 1.1em;
	}

	.hero-frontpage	.uk-grid-item-match.uk-width-2-3{
		order: 2;
	}

	.scale-img {
		width: 60%!important;
		margin: 0 auto;
	}
	.hero-frontpage img.el-image {
		margin-top: -60px;
	}

	.page-id-47 h1.uk-scrollspy-inview.uk-animation-slide-bottom-medium {
		margin-top: -70px;
	}

	h1.uk-scrollspy-inview.uk-animation-slide-bottom-medium {
		margin-top: -40px;
	}

	.staff-frontpage [class*=uk-width] {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		display: inline-block;
		margin-top: 0;
		padding-left: 6px;
		float: left;
	}

	.staff-frontpage .uk-panel {
		margin-bottom: -20px;
	}

	.staff-frontpage .uk-panel .el-content a {
		padding: 7px 3px;
		border-radius: 25px;
		margin-left: -16px;
		border: solid 1px transparent;
		font-size: 0.8em;
	}

	.staff-frontpage .uk-panel {
		margin-top: 16px;
	}

	.contact-form img {
		display: none;
	}

	.above-the-fold-arrow {
		display: none;
	}

	.staff-frontpage .el-title {
		font-size: 0.85em;
	}

	.staff-frontpage .uk-panel {
		margin-top: 65px;
	}

	.staff-frontpage .uk-panel .el-content a {
		padding: 7px 9px;
		font-size: 0.8em;
	}

	.staff-title-frontpage {
		font-size: 14px;
		width: 356px;
	}

	.staff-frontpage .uk-panel .el-content a .svg-inline--fa {
		display: none;
	}


	.footer .uk-container::before {
		display: none;
	}

	.contact-form  h3 {
		padding-top: 15px;
		padding-bottom: 15px;
		border-bottom: solid 1px #d2b568;
		width: 100vw;
		margin-left: -15px;
		margin-top: -43px;
	}

	.contact-form .uk-text-center:first-child {
		font-size: 1.5em;
	}

	.list-container {
		background: #f3f3f3;
		padding: 30px 20px 39px 20px;
	}

	.staff-frontpage .uk-grid {
		margin-left: 0;
	}

	.widget-nav {
		display: none;
	}
	.page-headline {
		font-size: 1.74em;
	}
	.about-us-container .uk-first-column {
		margin-top: 15em;
		margin-right: 0px;
	}
	.about-us-container .uk-grid-item-match {
		margin-top: 15em;
		margin-right: 0px;
	}
	.about-img img{
		top: -18em;
	}
	.proces-line-frontpage li:nth-child(7) span {
		font-size: 11px;
	}

	.footer-map .uk-h1 {
		font-size: 2em;
		margin: 0 auto;
		background: #fff;
		margin-top: 48px;
		margin-left: 14px;
		border-radius: 6px;
		padding: 20px 37px;
		box-shadow: 0 15px 21px -18px #000;
		width: 75%;
	}

	.deparments {
		background: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		width: 345px;
		display: inline-block;
		margin-left: -13px;
		box-shadow: 0 11px 18px -14px #000;
		text-align: center;
		padding-top: 21px;
		margin-top: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}

	.footer::before{
		display: none;
	}

	.virum-box {
		float: left;
	}
	.footer{
		height: 1125px;
	}
	.footer .uk-background-center-center {
		background-position: 0% 9%;
		background-size: cover;
		border-top: solid 2px #34353a;
		min-height: 500px;
		height: 1130px;
	}

	.staff-frontpage .uk-panel {
		width: 100%; 
		
		}
}



/*****************************************************************/
/******************** IPHONE 6/7/8 *******************************/
/*****************************************************************/

@media screen and (max-width: 376px) {

	#proces-line .uk-grid strong {
		font-size: 1.3em;
		border-bottom: solid 2px #d2b56a;
	}

	.page-id-79 .uk-table td:first-child{
		min-width: 210px!important;
		max-width: 210px!important;
	}

	.contact-form-section h3 {
		font-size: 17px;
	}


	.about-img-last img {
		border-radius: 50%;
		position: absolute;
		right: 40px;
		top: 357px;
		width: 210px;
		border: solid 5px #d2b56a;
		-webkit-box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		margin-top: 20px;
	}

	.uk-h1, h1 {
		font-size: 25.4px;
		line-height: 1.4;
		font-family: Lato;
		font-weight: 300;
		text-transform: uppercase;
	}


	.scale-img img {

	}

	.proces-line-section .uk-grid>*{
		padding-left: 10px;
	}

	.proces-line-section .hero-text {
		font-size: 0.8em;
	}
	
	.hero-frontpage .uk-section {
		padding-bottom: 15px; 
	}

	/* ------------- NAV ------ */
	.uk-nav-default>li>a {
		font-size: 1.3em;
	}

	/* --------------- */
	.first-section .uk-panel .el-content  a {
		font-size: 13.3px;
	}

	.uk-navbar-center:not(:only-child) {
		top: 45%;
		left: 32%;
	}

	.list-container li {
		font-size: 1em;
	}

	.pricing-sign svg.svg-inline--fa.fa-arrow-alt-circle-right.fa-w-16 {
		position: absolute;
		top: 106px;
		left: 89px;
	}

	.proces-line-frontpage li {
		display: inline-block;
		width: 42%;
		position: relative;
		margin-left: 0; 
		text-align: center;
		height: 200px;
		margin-top: 4%;
	}
	
	.proces-line-frontpage li:first-child{
		margin:0;
	}


	.proces-line-frontpage {
		border-bottom: solid 2px #d1b463;
		padding-bottom: 31px;
		box-shadow: 0 12px 26px -22px #000;
		width: 100%;
	}
	ol, ul {
		padding-left: 20px;
	}

	.contact-section .uk-container {
		padding: 1em 1em 4em 2em;
	}
	.contact-section{
		width: 93%!important;
	}

	.contact-sign-text{
		font-size: 16px;
	}

	#arrow {
		margin-top: 16px;
	}

	.proces-line-section {
		padding-top: 20px;
	}

	svg.svg-inline--fa.fa-arrow-alt-circle-right.fa-w-16 {
		position: absolute;
		top: 64px;
		left: 107px;
		font-size: 38px;
	}

	.list-btn {
		font-size: 0.8em;
	}
	.staff-title-frontpage {
		font-size: 14px;
		width: 356px;
	}

	.staff-frontpage .el-title {
		font-size: 0.9em!important;
	}

	.staff-frontpage .el-meta {
		font-size: 10px!important;
	}
	.staff-frontpage .uk-panel .el-content a {
		font-size: 0.8em!important;
	}

	.footer-map .uk-h1 {
		margin-left: 10px;
		width: 75%
	}

	.deparments {
		background: #fff;
		padding: 10px 20px;
		border-radius: 5px;
		width: 90%;
		display: inline-block;
		margin-left: -14px;
		box-shadow: 0 11px 18px -14px #000;
		text-align: center;
		padding-top: 21px;
		margin-top: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}

	.services-profiles {
		width: 25em;
		font-size: 13px;
	}

	.steps.uk-margin.uk-text-center.uk-scrollspy-inview.uk-animation-slide-top-small {
		margin:0 auto;
	}


}

/*****************************************************************/
/********************** GALAXY S5 ********************************/
/*****************************************************************/

@media screen and (max-width: 361px) {
	.staff-frontpage .el-meta {
		font-size: 9px!important;
	}
}


/*****************************************************************/
/******************** IPHONE 5/SE ********************************/
/*****************************************************************/

@media screen and (max-width: 321px) {

	.uk-navbar-center:not(:only-child) .uk-navbar-item {
		background: #ffffff;
		padding-left: 25px;
		margin-top: -18px;
		margin-left: 10px;
		padding-right: 25px;
		box-shadow: 0 8px 10px -9px #000;
		border-radius: 0 0 5px 5px;
		max-width: 189px;
		padding-top: 0;
	}

	.contact-btn {
		position: relative;
		text-align: center;
		margin: 20px 0px 20px 0px;
		font-size: 20px;
	}

	.other-logos {
		width: 93%;
	}

	.page-id-79 .uk-table td:first-child{
		min-width: 160px!important;
		max-width: 160px!important;
	}
	.price-size{
		font-size: 7px;
	}


	#proces-line {
		width: 75%;
		margin-left: 63px;
	}

	.proces-line-section {
		padding-top: 20px;
		margin-right: 0px;
	}

	.about-img-last img {
		border-radius: 50%;
		position: absolute;
		right: 10px;
		top: 408px;
		width: 210px;
		border: solid 5px #d2b56a;
		-webkit-box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		box-shadow: 3px 2px 10px -5px #000, 0 0 0 9px #fff;
		margin-top: 20px;
	}

	h3.uk-margin-xlarge.uk-margin-remove-bottom.uk-h1 {
		font-size: 22px!important;
	}
	.contact-section-koeb{
		padding: 20px;
	}

	.answer-time {
		right: -2em;
	}

	.contact-section{
		width: 95%;
	}

	.steps-bh li{
		margin-left: -15px!important;
		height: 208px!important;
		width: 46%;
	}

	.proces-line .uk-grid strong {
		font-size: 1.0em;
		border-bottom: solid 2px #d2b56a;
	}

	.proces-line-section h3 {
		padding-bottom: 20px;
		border-bottom: solid 1px #d1b463;
		margin-left: 40px;
	}

	

	.proces-line-frontpage li:first-child {
		margin-left: 1%;
	}

	.proces-line-section .uk-grid>*{
		padding-left: 30px;
	}

	.steps.uk-margin.uk-scrollspy-inview.uk-animation-slide-top-small {
		width: 100%;
		margin-left: -40px;

	}

	.proces-line-frontpage {
		border-bottom: solid 2px #d1b463;
		padding-bottom: 31px;
		box-shadow: 0 12px 26px -22px #000;
		width: 100%;
	}

	.pricing-sign .uk-button-default {
		margin-top: 1px;
		float: right;
	}

	svg.svg-inline--fa.fa-arrow-alt-circle-right.fa-w-16 {
		position: absolute;
		top: 60px;
		left: 95px;
		font-size: 38px;
	}

	.list-btn-section li {
		width: 45%;
		display: inline-block;
		margin: 5px;
		font-size: 9px;
	}

	.staff-title-frontpage {
		font-size: 16px;
		width: 337px;
	}

	.staff-frontpage [class*=uk-width] {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		display: inline-block;
		margin-top: 0;
		padding-left: 6px;
		float: none;
	}

	.staff-frontpage .uk-panel {
		margin-top: 65px;
		width: 280px;
	}

	.staff-frontpage .el-title {
		font-size: 1.6em!important;
	}
	.staff-frontpage .el-meta {
		font-size: 16px!important;
	}

	.staff-frontpage .uk-panel .el-content a {
		font-size: 1.4em!important;
	}
	.staff-frontpage .uk-grid {
		border-bottom: none;
		padding-bottom: 35px;
		display: inline;
	}

	#proces-line .uk-grid strong {
		font-size: 1em;
		border-bottom: solid 2px #d2b56a;
	}
	#proces-line .uk-container>:last-child {
		margin-right: 0px;
	}

	.services-profiles {
		width: 26em;
		font-size: 11px;
	}

	.contact-sign-text{
		font-size: 14px;
	}

	#arrow {
		margin-top: 6px;
	}

	.about-contact-btn{
		margin-right: 30px;
	}

	.page-headline {
		font-size: 1.4em;
	}

	.footer-map .uk-h1 {
		margin-left: 6px;
		width: 74%;
	}
}

