/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/
.m-sidebar {
  font-family: "aktiv-grotesk-light";
  position: fixed;
  width: 320px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  height: 100%;
  z-index: 999;
  left: -320px;
  border-right: 10px transparent solid;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-size: 17px;
  letter-spacing: 1.06px;
  line-height: 50px;
  color: #222222;
}

.m-seperator {
  display: block;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #e8e0cf;
}

@media (min-width: 1200px) {
  .m-opened-sidebar .m-sidebar {
    left: 0;
    background-color: #f5f3f1;
    border-right: 10px white solid;
  }
}
.m-sidebar-wrapper {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  height: calc(100% - 110px);
  overflow-y: auto;
  padding-bottom: 60px;
}

.m-sidebar-wrapper::-webkit-scrollbar {
  width: 6px;
}

.m-sidebar-wrapper::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.m-sidebar-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

@media (max-width: 1199px) {
  .m-opened-sidebar .m-sidebar {
    left: 0;
    background-color: #f5f3f1;
    box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.15);
    border-right: 0;
  }
}
.m-sidebar-toggle {
  width: 100%;
  height: 100px;
}

.m-sidebar-toggle-button {
  width: 24px;
  height: 24px;
  float: right;
  margin: 18px;
  cursor: pointer;
}

.m-sidebar-pin-button .m-fixed-icon {
  transform: scale(0);
}

.m-pinned-sidebar .m-sidebar-pin-button .m-fixed-icon {
  transform: scale(1);
}

.m-pinned-sidebar .m-sidebar-pin-button .m-not-fixed-icon {
  transform: scale(0);
}

.m-sidebar-navi ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.m-sidebar-navi > ul ul {
  display: none;
}

.m-sidebar-navi .inner {
  overflow: hidden;
  display: none;
}

.m-sidebar-navi .m-seperate {
  border: 0.5px solid #000000;
  opacity: 0.15;
  width: auto;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 27px;
}

.m-sidebar-navi li {
  margin: 1px 0;
  display: block;
  width: 100%;
}

li.sub-sidebar-nav {
  border-bottom: 0 !important;
}

.m-sidebar-navi li.show,
.m-sidebar-navi li .active {
  background-color: #ffffff;
}

@media (min-width: 768px) {
  li.lang-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  li.lang-desktop {
    display: none;
  }
  nav.m-sidebar-navi > ul > li:nth-last-child(1) {
    font-family: "aktiv-grotesk-light";
    margin-top: 20px;
    background-color: transparent;
    height: 40px;
    font-size: 15px;
    letter-spacing: 0.94px;
  }
}
li.alt-menu {
  font-family: "aktiv-grotesk-light";
  background-color: transparent;
  height: 40px;
  font-size: 15px;
  letter-spacing: 0.94px;
}

.m-sidebar-navi > ul > li > ul,
.m-sidebar-navi > ul > li > ul > li > ul {
  padding: 10px 0 20px 0;
}

.m-sidebar-navi > ul > li > ul > li > ul {
  padding: 10px 0 20px 0;
}

.m-sidebar-navi a {
  text-decoration: none;
  padding: 0 20px 0 15px;
  color: #222222;
  display: table;
  width: 100%;
  transition: all 0.3s ease;
}

.m-sidebar-navi a:hover {
  color: #8a6926;
  transition: all 0.3s ease;
}

.m-sidebar-navi a > span {
  display: table-cell;
}

.m-sidebar-navi a > span.m-icon {
  width: 40px;
  height: 10px;
  line-height: 0;
  vertical-align: middle;
}

.m-sidebar-navi a > span.m-arrow-icon {
  width: 24px;
  height: 50px;
  line-height: 0;
  vertical-align: middle;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.m-sidebar-navi > ul > li > ul > li > a {
  padding: 0 20px 0 30px;
  height: 33px;
  font-size: 15px;
  letter-spacing: 0.94px;
  line-height: 33px;
}

.m-sidebar-navi > ul > li > ul > li > ul > li a {
  padding: 0 20px 0 80px;
  height: 33px;
  font-size: 15px;
  letter-spacing: 0.94px;
  line-height: 33px;
}

.m-sidebar-navi > ul > li > ul > li > a span.m-arrow-icon {
  height: 40px;
}

.m-sidebar-navi > ul > li > ul > li > ul > li > a {
  padding: 0 20px 0 60px;
  font-size: 15px;
  letter-spacing: 0.94px;
  line-height: 33px;
}

.m-sidebar-navi ul li.show > a > .m-arrow-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  -webkit-transform-origin: 50% 50%;
  /* Safari 3-8 */
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.m-sidebar-navi > ul > li > ul > li.show > a {
  color: #8a6926;
  font-family: "aktiv-grotesk-bold";
}

.m-sidebar-navi > ul > li > ul > li > ul > li.show > a {
  color: #8a6926;
  font-family: "aktiv-grotesk-bold";
}

.m-sidebar-navi ul li.show > a {
  color: #8a6926;
  font-family: "aktiv-grotesk-bold";
}

.m-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
}

.m-opened-sidebar .m-overlay {
  display: block;
}

.m-pinned-sidebar .m-overlay {
  display: none !important;
}

.m-pinned-sidebar .m-sidebar {
  top: 0;
}

@media (min-width: 1200px) {
  .m-pinned-sidebar.m-opened-sidebar .m-wrapper,
  .m-pinned-sidebar.m-opened-sidebar #content-container,
  .m-pinned-sidebar.m-opened-sidebar #footer,
  .m-pinned-sidebar.m-opened-sidebar #mainContent,
  .m-pinned-sidebar.m-opened-sidebar .m-header {
    transition: all 0.3s ease-out;
    margin-left: 320px;
  }
}
.m-pinned-sidebar .m-wrapper {
  margin-left: 0;
}

.m-sidebar-navi a > span {
  display: table-cell;
}

.sub-sidebar-nav {
  font-size: 15px;
  font-family: "aktiv-grotesk-light";
  letter-spacing: 0.94px;
  line-height: 33px;
}

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.9;
}

.hamburger.is-active:hover {
  opacity: 0.9;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.inverse-header .hamburger-inner,
.inverse-header .hamburger-inner::before,
.inverse-header .hamburger-inner::after {
  background-color: #fff;
}

.inverse-header.shrink .hamburger-inner,
.inverse-header.shrink .hamburger-inner::before,
.inverse-header.shrink .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 38px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  transition: color 400ms linear;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -12px;
}

.hamburger-inner::after {
  bottom: -12px;
}

@media (min-widht: 768px) {
  .inverse-header.shrink .hamburger-inner::before {
    top: -10px;
  }
  .inverse-header.shrink .hamburger-inner::after {
    bottom: -10px;
  }
}
span.hamburger-label:after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: "aktiv-grotesk-bold";
  height: 37px;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.inverse-header .hamburger-label:after {
  content: "Meny";
  color: #ffffff;
  transition: color 400ms linear;
}

.hamburger-label:after,
.inverse-header.shrink .hamburger-label:after,
.m-opened-sidebar .hamburger-label:after {
 
  color: #222222;
}

.m-opened-sidebar .hide-desktop {
  padding: 20px 40px !important;
}
@media (max-width: 1199px) {
  .inverse-header .hamburger-label:after {
    content: "";
    color: #ffffff;
  }
  .hamburger-label:after,
  .inverse-header.shrink .hamburger-label:after,
  .m-opened-sidebar .hamburger-label:after {
    content: "";
    color: #222222;
  }
  .is-active .hamburger-label:after {
    content: "";
  }
}
/*
* Squeeze version
*/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.3, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.3, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
* Search icon
*/
.inverse-header .ico-mglass {
  border: 2px solid #ffffff;
  transition: border-color 400ms linear;
}

.inverse-header .ico-mglass:after {
  background: #ffffff;
  transition: background-color 400ms linear;
}

.ico-mglass,
.inverse-header.shrink .ico-mglass {
  position: relative;
  display: inline-block;
  border-radius: 30px;
  height: 25px;
  width: 24px;
  border: 2px solid #444444;
  transition: border-color 400ms linear;
}

.ico-mglass:after,
.inverse-header.shrink .ico-mglass:after {
  content: "";
  height: 2px;
  width: 12px;
  background: #444444;
  position: absolute;
  top: 22px;
  left: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.m-sidebar-navi ul > li > ul > li span.m-current {
  background-position: 0px 11px;
  vertical-align: sub;
  background-repeat: no-repeat;
  width: 20px;
  height: 27px;
}

.m-sidebar-navi ul > li > ul > li > ul > li span.m-current {
  background-position: 0px 11px;
  vertical-align: sub;
  background-repeat: no-repeat;
  width: 20px;
  height: 27px;
}

.m-sidebar-navi ul > li > ul > li span.m-current.m-current-arrow,
.m-sidebar-navi ul > li span.m-current.m-current-arrow {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='12px' height='10px' viewBox='0 0 12 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ED895F9F3-2B21-4FBC-8447-9F07A2B0A27B%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Design' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='mobil-nav-expanded-lev' transform='translate(-48.000000, -499.000000)' fill='%23B48F45'%3E%3Cg id='NavArrow' transform='translate(48.000000, 499.000000)'%3E%3Cg id='Path'%3E%3Cpath d='M0.588235299,5.61952 L9.75647067,5.61952 L6.60117652,8.94257333 C6.37147064,9.18449211 6.37147064,9.57679702 6.60102946,9.81856092 C6.83073535,10.0604797 7.20338241,10.0604797 7.43308829,9.81856092 L11.592353,5.43800348 C11.619706,5.40919625 11.6441177,5.37744634 11.6655883,5.34368303 C11.6754413,5.32804039 11.682353,5.31115874 11.6908824,5.29489659 C11.7005883,5.27569177 11.7117648,5.25741622 11.7195589,5.23712726 C11.7279413,5.21621878 11.7326472,5.19453592 11.7385295,5.17285306 C11.7433824,5.15566165 11.749706,5.13924463 11.7530883,5.12158858 C11.7607354,5.08132041 11.764706,5.04074249 11.764706,5.00000968 C11.7644119,4.95850249 11.7605883,4.91823432 11.7530883,4.87874054 C11.7495589,4.86015523 11.7429413,4.84296382 11.7377942,4.82468826 C11.7320589,4.80408954 11.7276472,4.78318107 11.719706,4.76320186 C11.7111766,4.74167388 11.699706,4.72215931 11.6891177,4.70187034 C11.6811766,4.68669234 11.674853,4.67120458 11.6657354,4.65664609 C11.6442648,4.62241814 11.6195589,4.59051336 11.5920589,4.56155126 L7.43294124,0.181458448 C7.20323535,-0.0604603302 6.83073535,-0.0604603302 6.60102946,0.18130357 C6.37132358,0.423222349 6.37132358,0.815527256 6.60102946,1.05760091 L9.75632361,4.38049937 L0.588235299,4.38049937 C0.263382355,4.38049937 7.1350333e-13,4.65788511 7.1350333e-13,5.00000968 C7.1350333e-13,5.34213425 0.263382355,5.61952 0.588235299,5.61952 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.m-sidebar-navi ul > li span.m-current {
  background-position: 0px 20px;
  vertical-align: sub;
  background-repeat: no-repeat;
  width: 20px;
  height: 27px;
}

.chevron {
  width: 30px;
  height: 30px;
}

.chevron::before {
  border-style: solid;
  border-color: #b7944d;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 10px;
  position: relative;
  top: -2px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.45em;
  transition: all 0.3s;
}

.chevron.bottom:before {
  top: -5px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

span.search-icon,
.inverse-header.shrink span.search-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='35px' height='32px' viewBox='0 0 35 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EA099CB74-AE55-4F46-B91E-396BF323BD78%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Design' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Search2' transform='translate(-1105.000000, -186.000000)' stroke='%23444444' stroke-width='2'%3E%3Cg id='if_misc-_Search__1276849-3' transform='translate(1106.000000, 187.000000)'%3E%3Cg id='if_misc-_Search__1276849-2'%3E%3Cg id='if_misc-_Search__1276849'%3E%3Cellipse id='Oval' cx='12.8487256' cy='12.0652174' rx='12.8487256' ry='12.0652174'%3E%3C/ellipse%3E%3Cpath d='M32.4834783,29.4875776 L22.7586207,20.3571429' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 1rem;
  display: inline-block;
  margin-top: 4px;
}

.inverse-header span.search-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='35px' height='32px' viewBox='0 0 35 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EA099CB74-AE55-4F46-B91E-396BF323BD78%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Design' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Search2' transform='translate(-1105.000000, -186.000000)' stroke='%23ffffff' stroke-width='2'%3E%3Cg id='if_misc-_Search__1276849-3' transform='translate(1106.000000, 187.000000)'%3E%3Cg id='if_misc-_Search__1276849-2'%3E%3Cg id='if_misc-_Search__1276849'%3E%3Cellipse id='Oval' cx='12.8487256' cy='12.0652174' rx='12.8487256' ry='12.0652174'%3E%3C/ellipse%3E%3Cpath d='M32.4834783,29.4875776 L22.7586207,20.3571429' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -webkit-transition: all 0.25s linear;
}

@media (max-width: 767px) {
  span.search-icon,
  .inverse-header.shrink span.search-icon {
    background-size: 80% 80%;
  }
  .m-header-right,
  .shrink.m-opened-sidebar .m-header-right,
  .shrink .m-header-right {
    right: 10px;
    padding-top: 0.4rem;
  }
  .inverse-header span.search-icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='35px' height='32px' viewBox='0 0 35 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EA099CB74-AE55-4F46-B91E-396BF323BD78%3C/title%3E%3Cdesc%3ECreated with sketchtool.%3C/desc%3E%3Cg id='Design' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round' stroke-linejoin='round'%3E%3Cg id='Search2' transform='translate(-1105.000000, -186.000000)' stroke='%23ffffff' stroke-width='2'%3E%3Cg id='if_misc-_Search__1276849-3' transform='translate(1106.000000, 187.000000)'%3E%3Cg id='if_misc-_Search__1276849-2'%3E%3Cg id='if_misc-_Search__1276849'%3E%3Cellipse id='Oval' cx='12.8487256' cy='12.0652174' rx='12.8487256' ry='12.0652174'%3E%3C/ellipse%3E%3Cpath d='M32.4834783,29.4875776 L22.7586207,20.3571429' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 80% 80%;
    display: inline-block;
    transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
  }
  .m-sidebar-navi > ul > li > ul > li > a {
    height: 40px;
  }
  .m-toggle-sidebar,
  .shrink .m-toggle-sidebar {
    padding: 10px 0 10px 0;
    left: 0;
  }
  .m-toggle-sidebar,
  .shrink .m-toggle-sidebar {
    top: 0;
  }
  .m-sidebar-wrapper {
    position: absolute;
    left: 0;
    top: 70px;
  }
  .hamburger {
    padding: 13px 10px 0 20px;
  }
  .hamburger-box {
    width: 30px;
    height: 24px;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 30px;
  }
  .hamburger-inner::before {
    top: -8px;
  }
  .hamburger-inner::after {
    bottom: -8px;
  }
  #nav-tab .nav-item {
    width: 25%;
    font-size: 0;
  }
  #nav-tab .nav-link {
    margin-left: 0;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #8a6926;
}

/* Button */
button:active,
select:active {
  outline: none;
  border: none;
}

button:focus,
select:focus {
  outline: 0 !important;
}

.btn {
  border: none;
  padding: 1rem 3rem !important;
  line-height: 1.5 !important;
  border-radius: 2px !important;
  margin-bottom: 1rem !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #222222;
  background-color: transparent;
  border-color: #222222 !important;
}

.btn-outline-primary:focus,
.btn-outline-primary:active {
  box-shadow: 0 0 0 1px rgb(0, 0, 0) !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff !important;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  box-shadow: 0 0 0 1px rgb(0, 0, 0) !important;
}

a.btn,
input {
  font-family: "aktiv-grotesk-bold";
  letter-spacing: 0.5px !important;
  line-height: 17px !important;
  text-transform: uppercase !important;
  text-decoration: none;
}

.btn-outline-primary {
  margin: 0.5em 0;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.15s ease-in-out;
}

.btn-outline-primary:hover {
  color: #222;
  background-color: transparent;
  box-shadow: 0px 0px 0px 1px rgb(22, 22, 22);
}

.btn-outline-secondary {
  color: white;
  margin: 0.5em 0;
  box-shadow: 0px 0px 0px 1px rgb(255, 255, 255);
  transition: 0.3s all;
}

.btn-outline-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:visited {
  box-shadow: 0px 0px 0px 1px rgb(255, 255, 255) !important;
}

.btn-outline-secondary:hover {
  color: #222;
  background-color: white;
  box-shadow: 0px 0px 0px 1px rgb(255, 255, 255);
  transition: 0.3s all;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn-outline-primary {
  color: #222222 !important;
  background-image: none !important;
  background-color: transparent !important;
  border-color: rgba(34, 34, 34, 0.5) !important;
}

.btn-primary,
.btn-primary:hover {
  color: #222222 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border-color: #ffffff !important;
  text-transform: uppercase;
}

.btn-secondary,
.btn-secondary:hover {
  color: #ffffff;
  background-color: #484848;
  background-image: none;
  border-color: #484848;
  text-transform: uppercase;
}

.btn-success,
.btn-success:hover {
  color: #ffffff;
  text-transform: uppercase;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #000 !important;
  background-color: white !important;
  border-color: transparent !important;
}

a.btn-primary {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #000 !important;
  cursor: pointer;
  background: white !important;
}

a.btn-secondary {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #444444 !important;
}

a.btn-link {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #222222;
  padding-right: 60px !important;
}
a.btn-link span {
  display: block;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='19' height='21' viewBox='0 0 19 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7677 10.0928C17.9649 10.1882 17.9796 10.2266 17.9934 10.449C17.9934 12.2301 18.0085 14.0112 17.993 15.7921C17.963 17.9181 16.3093 19.8767 14.2828 19.8979C11.0914 19.9084 7.89999 19.9307 4.70892 19.8975C2.80263 19.8648 1.05333 18.0396 1.02177 15.792C0.992744 12.2301 0.992744 8.66789 1.02177 5.10605C1.05181 2.97269 2.71251 1.02131 4.73201 1.00014H9.50741C9.50741 1.00014 9.73008 1.03491 9.80883 1.20424C9.91473 1.43177 9.75197 1.73734 9.50741 1.75605C7.91069 1.75605 6.31396 1.73961 4.71724 1.75624C3.15463 1.78307 1.71558 3.27429 1.70031 5.13648C1.6908 8.68509 1.67162 12.2341 1.70048 15.7827C1.72525 17.5294 3.07792 19.1246 4.73625 19.142C7.92341 19.1525 11.1106 19.1748 14.2976 19.1418C15.8612 19.1149 17.2984 17.6078 17.3145 15.7615V10.449C17.3145 10.449 17.405 9.97977 17.7677 10.0928ZM17.6098 1.00014C17.6164 0.999953 17.6237 0.999953 17.6314 1.00014H17.6539L17.6731 1.0009L17.6782 1.00109L17.6806 1.00128C17.853 1.02395 17.9866 1.18421 17.9934 1.3781V7.42537C17.9796 7.81504 17.3339 7.97397 17.3145 7.42537V2.29048L9.74739 10.7162C9.45581 11.0114 9.29661 10.7899 9.21753 10.6457C9.13861 10.5013 9.16389 10.3084 9.26742 10.1818L16.8345 1.75586L12.1963 1.75492C11.9456 1.72185 11.9544 1.64418 11.9093 1.52266C11.8244 1.29457 11.9829 1.01054 12.2229 1.00014H17.6098Z' fill='white' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 19px;
  position: absolute;
  right: 20px;
  padding-left: 20px;
  top: 15px;
}

a.btn-dark {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #222222;
}

a.btn-link:hover, a.btn-dark:hover {
  color: #ffffff;
  background-color: #444444;
  background-image: none;
  border-color: #444444;
  text-transform: uppercase;
}

.btn-primary span,
.btn-secondary span {
  display: block;
}

.btn-primary::before,
.btn-primary::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.15s linear;
  background: #000;
  margin: 7px;
}

.btn-secondary::before,
.btn-secondary::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.15s linear;
  background: #fff;
  margin: 7px;
}

.btn-success::before,
.btn-success::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.15s linear;
  background: #fff;
  margin: 7px;
}

.btn-primary span::before,
.btn-primary span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.15s linear;
  margin: 7px;
  background: #000;
}

.btn-secondary span::before,
.btn-secondary span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.15s linear;
  margin: 7px;
  background: #fff;
}

a.btn-primary:hover::before,
a.btn-primary:hover::after,
a.btn-secondary:hover::before,
a.btn-secondary:hover::after {
  width: 22px;
}

a.btn-primary:hover span::before,
a.btn-primary:hover span::after,
a.btn-secondary:hover span::before,
a.btn-secondary:hover span::after {
  height: 22px;
}

.btn-primary::after,
.btn-secondary::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.15s;
}

.btn-primary span::after,
.btn-secondary span::after {
  right: 0;
  bottom: 0;
  transition-duration: 0.15s;
}

.btn-primary::before,
.btn-secondary::before {
  left: 0;
  top: 0;
  transition-duration: 0.15s;
}

.btn-primary span::before,
.btn-secondary span::before {
  left: 0;
  top: 0;
  transition-duration: 0.15s;
}

.bluebutton {
  text-align: center;
}

.bluebutton span {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.bluebutton span:hover {
  color: #ffffff;
  background-color: #484848;
}

.bluebutton label {
  text-transform: uppercase;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  padding-bottom: 0rem;
  padding-top: 0rem;
  margin-left: 7px;
  margin-right: 7px;
  font-weight: normal;
}

.bluebutton input:checked + span {
  color: #ffffff;
  background-color: #484848;
}

.bluebutton label span {
  text-align: center;
  display: block;
  padding: 12px 25px 12px 25px;
  border-radius: 5px;
  border: 1px solid rgba(186, 186, 186, 0.5);
}

.bluebutton label input {
  position: absolute;
  top: -20px;
}

div.bluebutton.sub-button-group {
  clear: both !important;
}

.tab-button {
  text-align: center;
}
.tab-button span {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}
.tab-button span:hover {
  color: #ffffff;
  background-color: #222222;
}
.tab-button label {
  font-family: "aktiv-grotesk", sans-serif;
  text-transform: uppercase;
  color: #222222;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  background-color: white;
  padding-bottom: 0rem;
  padding-top: 0rem;
  margin-left: 22px;
  margin-right: 22px;
  font-weight: normal;
}
.tab-button label span {
  font-family: "aktiv-grotesk-bold", sans-serif;
  font-size: 1rem !important;
  text-align: center;
  display: block;
  padding: 22px 50px;
  border-radius: 5px;
  border: 1.5pt solid #222222;
}
.tab-button label input {
  position: absolute;
  z-index: -1;
}
.tab-button input:checked + span {
  color: #ffffff;
  background-color: #222222;
}

div.tab-button.sub-button-group {
  clear: both !important;
}

@media (max-width: 767px) {
  .tab-button {
    text-align: center;
  }
  .tab-button span {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
  }
  .tab-button span:hover {
    color: #ffffff;
    background-color: #222222;
  }
  .tab-button label {
    border-radius: 3px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .tab-button label span {
    font-size: 0.8125rem !important;
    padding: 15px 30px;
    border-radius: 3px;
  }
}

/*Bootstrap override*/

.nav>li>a:hover, .nav>li>a:focus {
  background-color: transparent!important;
}
.navbar-nav>li>a {
  max-width: 250px;
  margin-left: 14px!important;
  font-size: 15px;
}

 
footer {
  padding: 20px 50px 0px 50px;
  font-family: "Aktiv Grotesk Trial", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 25px;
  background-color: #444444;
}
footer p {
  font-size: 14px!important;
  font-family: "Aktiv Grotesk Trial", sans-serif;
  letter-spacing: normal;
  line-height: 25px;
  font-weight: 300;
}
footer input {
  margin-bottom: 0 !important;
}
footer h3, footer .h3 {
  color: #ffffff !important;
}
footer a[href^="tel:"] {
  color: #ffffff !important;
  letter-spacing: 0.47px;
}
footer .footer-content a,
footer .footer-content a:hover,
footer .footer-content a:active {
  color: #d4a74e;
}
footer .footer-content a:hover,
footer .footer-content a:active {
  text-decoration: underline;
}
footer .footer-subscribe {
  padding: 20px 0;
}
footer .footer-subscribe h3, footer .footer-subscribe .h3 {
  margin-bottom: 20px;
}
footer .footer-subscribe .form-check {
  margin-bottom: 10px;
}
footer .footer-subscribe input.form-control {
  min-width: 300px;
  border-radius: 2px;
  padding: 0.75rem;
}
footer .footer-subscribe .btn {
  padding: 0.75rem 2rem !important;
  margin-bottom: 0 !important;
}
footer .col-xl-4.align-self-center {
  line-height: 3;
  padding-left: 80px;
}
footer .col-xl-4.align-self-center span {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23C29A4C;%7D%0A%3C/style%3E%3Cpath class='st0' d='M3.9,0.2c0.2-0.2,0.6-0.2,0.9,0l0,0l7.4,7.4c0.2,0.2,0.2,0.6,0,0.9l0,0l-7.4,7.4c-0.2,0.2-0.6,0.2-0.9,0 s-0.2-0.6,0-0.9l7-6.9l-7-6.9C3.7,0.9,3.7,0.4,3.9,0.2L3.9,0.2z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0.35rem;
  margin-left: 3px;
}
@media (max-width: 1199.98px) {
  footer .col-xl-4.align-self-center {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
footer .col-xl-8.col-12.d-none.d-lg-block {
  position: relative;
}
@media (min-width: 1200px) {
  footer .col-xl-8.col-12.d-none.d-lg-block span {
    height: 80%;
    position: absolute;
    right: -15px;
    width: 1px;
    background-color: #5e5e5e;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
  }
}
footer .footer-bottom-content {
  font-size: 13px;
}
footer .footer-bottom-content a {
  color: #f5f3f1 !important;
  text-decoration: none;
  -webkit-text-decoration: underline #747474 !important;
  text-decoration: underline #747474 !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
footer .footer-bottom-content a:hover {
  -webkit-text-decoration: underline #d4a74e !important;
  text-decoration: underline #d4a74e !important;
}
footer h4, footer .h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 37px;
  text-transform: none;
  margin-bottom: 1rem;
  color: #ffffff;
}
footer h5, footer .h5 {
  font-family: "aktiv-grotesk-bold", sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 25px;
  background-color: #444444;
  margin-bottom: 0;
}
.inline-mobile a { font-size: 14px; font-weight: 300;}
footer .container-fluid, footer .container-sm, footer .container-md, footer .container-lg, footer .container-xl, footer .container-xxl {
  padding-top: 70px;
}
footer p {
  margin-bottom: 1.5rem;
}
footer hr {
  border: 1px solid #5e5e5e;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1rem;
  margin-right: 1rem;
}
footer .justify-content-center a,
footer .justify-content-center a:hover {
  color: #d4a74e;
}


.footer-bottom {
  text-align: center;
}
@media (max-width: 766px) {
  .m-toggle-sidebar {
    top: 0px!important;
}
.hide-desktop {
  display: none;
}
}

@media (min-width: 767px) {
  footer .container-fluid, footer .container-sm, footer .container-md, footer .container-lg, footer .container-xl, footer .container-xxl {
    padding: 60px 30px 0 30px;
  }
}
@media (min-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.social-links a {
  text-align: center;
  float: left;
  margin-left: 25px; /*space between*/
}

.link-row {
  margin: 25px 15px 30px 25px;
}

.link-row span {
  padding: 0 25px 0 25px;
}

@media (max-width: 767px) {
  .social-center-mobile {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .contact-mobile .col-sm-6.col-12 {
    margin-bottom: 30px;
  }
  .social-links a {
    margin-left: 0; /*space between*/
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .footer-bottom {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .contact-mobile h4, .contact-mobile .h4 {
    margin-bottom: 10px;
  }
  .inline-mobile h5, .inline-mobile .h5 {
    line-height: 2;
  }
  .inline-mobile a {
    line-height: 2;
  }
  .footer-subscribe {
    padding: 10px 0 !important;
  }
  .footer-subscribe .btn.btn-success {
    margin: 10px 0 10px !important;
  }
}
@media (max-width: 575.98px) {
  .contact-mobile h4, .contact-mobile .h4 {
    margin-bottom: 0;
  }
  .contact-mobile span:after {
    content: ": ";
  }
  .inline-mobile {
    display: inline-block;
  }
  .inline-mobile h5, .inline-mobile .h5 {
    display: inline-block;
    line-height: 2.5;
  }
  .inline-mobile a {
    line-height: 2.5;
  }
}
.padding-right-0 {
  padding-right: 0 !important;
}

section {
  padding-top: 45px;
  padding-bottom: 45px;
}

article section.grey {
  margin-top: 45px;
  margin-bottom: 45px;
}

section.begie {
  background-color: #f8f6f5;
}

.focus-grey {
  margin-top: 80px;
  padding-top: 70px;
  background-color: #ffffff;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

@media (max-width: 991px) {
  section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  article section.grey {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.no-padding {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bg-salmon {
  background-color: #f9f4ee;
}

.bg-gold {
  background-color: #f0e9da;
}

.bg-beige {
  background-color: #efe6d6;
}

.bg-blue {
  background-color: #dbe3eb;
}

.bg-pink {
  background-color: #f3ddde;
}

.bg-yellow {
  background-color: #eee8dc;
}

.grey {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.object-content a p,
.object-content a:hover {
  text-decoration: none;
  color: #222222;
}

.object-download,
.object-download a,
.object-download a:hover,
.download,
.download a,
.download a:hover {
  font-family: "aktiv-grotesk-bold";
  font-size: 16px;
  color: #8a6926;
}

.download {
  font-family: "aktiv-grotesk-bold";
  text-transform: uppercase;
}
.download span {
  font-family: "Aktiv Grotesk Trial";
}

@media (max-width: 767px) {
  .download,
  .download a,
  .download a:hover {
    font-size: 14px;
  }
}
.object-download a:hover,
.download a:hover {
  text-decoration: underline;
}

.article-content p a,
.object-download a,
.download a,
.card-block a,
.project-content p a,
.contact-cell a {
  background-repeat: no-repeat;
  background-size: 0% 8px;
  background-position: 0 88%;
}

.article-content p a:hover,
.object-download a:hover,
.download a:hover,
.card-block a:hover,
.project-content p a:hover,
.contact-cell a:hover {
  cursor: pointer;
  text-decoration: none;
  background-image: linear-gradient(120deg, #F3D5DC 0%, #F3D5DC 100%);
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: 0 100%;
  padding-bottom: 2px;
  transition: background-size 0.25s ease-in;
  text-decoration: none !important;
}

.relative-slider a,
.relative-slider a:hover {
  color: #2c2c2c !important;
}

.secondary-link {
  line-height: 1.5rem;
  color: #8a6926;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  -webkit-text-decoration: underline transparent !important;
  text-decoration: underline transparent !important;
  transition: all 0.5s ease;
}
.secondary-link:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  -webkit-text-decoration: underline #8a6926 !important;
  text-decoration: underline #8a6926 !important;
  transition: all 0.5s ease;
}

footer a {
  color: #d4a74e !important;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  -webkit-text-decoration: underline transparent !important;
  text-decoration: underline transparent !important;
  transition: all 0.5s ease;
}
footer a:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  -webkit-text-decoration: underline #d4a74e !important;
  text-decoration: underline #d4a74e !important;
  transition: all 0.5s ease;
}

.border-pink {
  box-shadow: 30px 30px 0px 0px rgba(242, 218, 220, 0.9);
  margin-bottom: 2rem;
  margin-right: 30px;
}

.border-blue {
  box-shadow: 30px 30px 0px 0px rgb(214, 217, 219);
  margin-bottom: 2rem;
  margin-right: 30px;
}

@media (max-width: 767.98px) {
  .border-pink {
    box-shadow: 20px 20px 0px 0px rgba(242, 218, 220, 0.9);
    margin-bottom: 2rem;
    margin-right: 20px;
  }
  .border-blue {
    box-shadow: 20px 20px 0px 0px rgb(214, 217, 219);
    margin-bottom: 2rem;
    margin-right: 20px;
  }
}
@media (max-width: 575.98px) {
  .border-pink {
    box-shadow: 15px 15px 0px 0px rgba(242, 218, 220, 0.9);
    margin-bottom: 2rem;
    margin-right: 15px;
  }
  .border-blue {
    box-shadow: 15px 15px 0px 0px rgb(214, 217, 219);
    margin-bottom: 2rem;
    margin-right: 15px;
  }
}
.img-full {
  min-width: 100%;
}

.breadcrumb-right-arrow .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  float: none;
  vertical-align: top;
}

.breadcrumb {
  font-family: "Aktiv Grotesk Trial";
  margin-top: 123px;
  margin-bottom: 70px;
  display: block;
  margin-bottom: 0;
  text-align: center;
  color: #222222;
  font-size: 13px;
  letter-spacing: 0.93px;
  line-height: 16px;
  text-transform: uppercase;
  background-color: transparent;
  margin-bottom: 70px;
  padding-top: 40px;
}

.breadcrumb a {
  color: #222222;
  letter-spacing: 0.928571px;
  line-height: 21px;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #8a6926;
  text-decoration: none;
  letter-spacing: 0.928571px !important;
  transition: color 0.3s;
}

.breadcrumb-item {
  text-align: center;
  display: inline;
}

.breadcrumb-item.active {
  font-family: "aktiv-grotesk-bold";
  color: #8a6926;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding-top: 0 !important;
    margin-top: 90px;
    margin-bottom: 40px;
  }
}
/* Forms and buttons */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

label[for=hufselect] {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

label {
  margin-bottom: 0 !important;
}

label[for=hufselect]::after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAIAAACNL4o+AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+nhxg7wAAAK9JREFUGJVjvLAi49OLqwyEgJCiLdO/P78IqmNgYPj/7zeTpk8LK5cQfnUc/LJqblVMHPySOn4dzCwcuNSxcPBrB3SwcQkwMTAw8IhrqHvWMzIyYapjYmbT9m3lEpBlYGCASgsrWSvZ5WGoZFR3q+KT0oNqgwtLGQRJG4QjK1S0yhBRc0LYgCJnlymsbA9hS+gEyJhGoljx//9/ZP6/3z+ubCpnYefV9GpkZGJGlgIArXIinbjCR/kAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 12px;
  pointer-events: none;
}

label[for=hufselect] select {
  border: 1px solid #b48f45;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(170, 170, 170, 0.01);
  padding: 0.75rem 2.25rem 0.75rem 1.5rem !important;
  width: 100%;
  cursor: pointer;
}

.form-control:focus {
  background-color: transparent;
  border-color: #e1d2b4;
  outline: 0;
  box-shadow: none;
  color: #fff;
}



.subscription-wrapper {
  padding: 50px;
  margin: 50px 0;
}

.subscription-wrapper h2, .subscription-wrapper .h2 {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .box-shadow-wrapper .medium-container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.label-offset-fix {
  left: -1.5rem;
}

.form-header {
  font-family: "aktiv-grotesk-bold";
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.newsroom-content .form-control {
  height: 100%;
  font-size: 15px;
}

@media (max-width: 767px) {
  .newsroom-content .form-control {
    min-width: unset;
  }
  .subscription-wrapper {
    padding: 15px;
    margin: 25px 0;
  }
  footer {
    padding: 20px 30px 30px!important;
  }
}
label[for=hufselect] select::-ms-expand {
  display: none;
}

label[for=hufselect] :-moz-any(select) {
  width: 110%;
}

label[for=hufselect].ie9 select {
  width: 110%;
}

label[for=hufselect] select:focus,
label[for=hufselect] select:active {
  outline: none;
}

.custom-radios div {
  display: inline-block;
}

.custom-radios input[type=radio] {
  display: none;
}

.custom-radios input[type=radio] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -5px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #b48f45;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
  background-color: #b48f45 !important;
}

.custom-radios label {
  cursor: pointer;
}

.custom-radios input[type=radio] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
}

.custom-radios input[type=radio]#huf-color + label span {
  background-color: #b48f45;
}

.custom-radios input[type=radio]:checked + label span {
  opacity: 1;
  width: 25px;
  height: 25px;
  background-color: #ffffff !important;
  border: 7px solid #b48f45;
}

/* Custom radiobutton */
.custom-checkbox {
  cursor: default;
}

.offset-checkbox {
  margin-left: 10px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-control-label {
  text-transform: none;
  cursor: pointer;
}

.custom-control.custom-checkbox {
  padding-left: 3rem;
  padding-top: 0.5rem;
}

.custom-control-label::before {
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #ffffff;
  border: 1px solid #b48f45;
  border-radius: 2px;
}

.custom-control-label::after {
  position: absolute;
  top: 1rem;
  left: -1.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background-color: #ffffff;
  border: 1px solid #b48f45;
  border-radius: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #b48f45;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  font-family: "aktiv-grotesk-bold";
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::after {
  background-color: #fff;
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
  padding-left: 10px;
}

input {
  border: 1px solid #dde3e8;
  margin-bottom: 20px;
  padding: 10px;
}

.close {
  font-family: "Aktiv Grotesk Trial";
  float: right;
  font-size: 4rem;
  line-height: 1;
  color: #222;
  text-shadow: none;
  opacity: 1;
}

.form-header {
  font-family: "aktiv-grotesk-bold";
  text-transform: uppercase;
  color: #666666;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-top: 15px;
  margin-bottom: 10px;
}

textarea {
  border: 1px solid #dde3e8;
  width: 100%;
}

input {
  border: 1px solid #dde3e8;
  margin-bottom: 20px;
  padding: 10px;
}

.form-control {
  padding: 0.5rem 0.75rem;
}

.form-check-label {
  padding: 0 10px;
}

.form-group.input-material {
  position: relative;
  margin-top: 50px;
  margin-bottom: 25px;
  /* textarea label */
}
.form-group.input-material label {
  color: #b1bbc4;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  bottom: 1px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
}
.form-group.input-material textarea.form-control ~ label {
  bottom: 90%;
  bottom: calc(100% - 38px);
}
.form-group.input-material .form-control, .form-group.input-material .form-select {
  border: none;
  border-bottom: 2px solid #ced4da;
  border-radius: 0px;
  background-color: transparent;
  padding-left: 5px;
  box-shadow: none;
  /* required fields */
  /* active state */
  /* invalid state */
}
.form-group.input-material .form-control:required ~ label::after, .form-group.input-material .form-select:required ~ label::after {
  content: "*";
  color: #dc3545;
  padding-left: 2px;
  font-size: 0.8em;
}
.form-group.input-material .form-control:focus, .form-group.input-material .form-control[value]:not([value=""]), .form-group.input-material .form-select:focus, .form-group.input-material .form-select[value]:not([value=""]) {
  border-bottom-color: #007bff;
  color: #000;
}
.form-group.input-material .form-control:focus ~ label, .form-group.input-material .form-control[value]:not([value=""]) ~ label, .form-group.input-material .form-select:focus ~ label, .form-group.input-material .form-select[value]:not([value=""]) ~ label {
  top: unset;
  bottom: 100%;
  bottom: calc(100% - 16px);
  font-size: 14px;
  color: #007bff;
  font-weight: 500;
}
.form-group.input-material .form-control:focus.invalid, .form-group.input-material .form-control.invalid, .form-group.input-material .form-control:focus.parsley-error, .form-group.input-material .form-control[value]:not([value=""]).parsley-error, .form-group.input-material .form-select:focus.invalid, .form-group.input-material .form-select.invalid, .form-group.input-material .form-select:focus.parsley-error, .form-group.input-material .form-select[value]:not([value=""]).parsley-error {
  border-bottom-color: #dc3545;
}
.form-group.input-material .form-control:focus.invalid ~ label, .form-group.input-material .form-control.invalid ~ label, .form-group.input-material .form-control:focus.parsley-error ~ label, .form-group.input-material .form-control[value]:not([value=""]).parsley-error ~ label, .form-group.input-material .form-select:focus.invalid ~ label, .form-group.input-material .form-select.invalid ~ label, .form-group.input-material .form-select:focus.parsley-error ~ label, .form-group.input-material .form-select[value]:not([value=""]).parsley-error ~ label {
  color: #dc3545;
}
.form-group.input-material .form-select {
  background-position: right 0 center;
  padding-left: 0;
}
.form-group.input-material .parsley-errors-list {
  color: #dc3545;
  list-style: none;
  font-size: 0.7em;
  padding-left: 5px;
  position: absolute;
  top: 107%;
}

.form-check-label {
  padding: 0 10px;
}
input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
@media (min-width: 1290px) {
  .left-column .column-adjustment {
    width: 100%;
    float: right;
    margin-left: auto;
  }
  .right-column .column-adjustment {
    width: 100%;
    float: left;
    margin-right: auto;
  }
  .left-column {
    border-right: 15px solid transparent;
  }
  .right-column {
    border-left: 15px solid transparent;
  }
  .no-margin-column .left-column {
    border-right: none;
    padding-right: 0;
    padding-left: 0;
  }
  .no-margin-column .right-column {
    border-left: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.right-column,
.left-column {
  position: relative;
}

#vertical-hr {
    background-color: #575757;
    color: #575757;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    width: 180px;
    height: 1px;
    left: -80px;
    border: 1px;
    top: 60px;
}
@media (max-width: 995px) {
  #vertical-hr {
    display: none;
  }
}


.divider {
  border-top: 1px solid #575757;
  margin: 20px 0px;
}
.footer-bottom {
  padding: 0px;
}
.info {
    padding-left: 60px;
  }
@media (max-width: 995px) {
  .info {
    padding-left: 0px;
  }
  .footer-bottom {
  padding: 0px 20px;
}
}
.orgnummer {
  padding-top: 14px;
  padding-left: 15px;
  font-size: 13px;
  font-family: "Aktiv Grotesk Trial", sans-serif;
  font-weight: 300;
  letter-spacing: 0.67px;
}

.columns-in-footer {
  max-width: 450px;
}
@media (min-width: 1280px) {
  .columns-in-footer {
  max-width: inherit!important;
}
}
@media only screen and (min-device-width: 1300px) and (max-device-width: 1400px) {
.hide-desktop {
padding: 20px 60px!important;
} 
.footer-bottom {
  padding: 0px 30px!important;
}}
@media only screen and (min-device-width: 1450px) and (max-device-width: 1500px) {
.hide-desktop {
padding: 20px 130px!important;
} 
.footer-bottom {
  padding: 0px 30px!important;
}
}
@media (min-width: 1580px) {
.footer-m-w {
max-width: 1350px;
  margin: auto;
}
.footer-bottom {
  padding: 0px 90px!important;
}
}
@media (max-width: 1579px) {
.hide-desktop {
padding: 20px 170px!important;
} 
.footer-bottom {
  padding: 0px 160px!important;
}
}
@media (max-width: 1450px) {
.hide-desktop {
padding: 20px 130px!important;
}
.footer-bottom {
  padding: 0px 120px!important;
}
 }
@media (max-width: 1300px) {
.hide-desktop {
padding: 20px 50px!important;
} 
.footer-bottom {
  padding: 0px 30px!important;
}
}

.m-opened-sidebar .footer-bottom {
  padding: 0px 20px!important;
}
#integritet-policy {
  color: #fff!important; 
  margin-left: 10px;
  transition: 0.3s;

}
#integritet-policy:hover {
  color: #d4a74e!important; 
  text-decoration: underline!important; 
}