







/* 1a. Containers */





/* 1b. Breakpoints */






/* 1c. Colors */











/* 1d. Typography */












/* 1e. Border */



/* 1f. Corner Radius */



/* 1g. Lists */


;



/* 1h. Horizontal Rule */



/* 1i. Blockquote */




/* 1j. Buttons */








































/* 1k. Forms */
















































/* 1l. Tables */











/* 1m. Site Header */











/* 1n. Site Footer */

















  .content-wrapper {
    max-width: 1200px;
  }

  @media screen and (min-width: 1200px) {
    .content-wrapper {
      padding: 0;
    }
  }

  .dnd-section {
    padding: 30px 20px;
  }

  .dnd-section > .row-fluid {
    max-width: 1200px;
  }





html {
  font-size: 16px;
}

body {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #FFFFFF;
  color: #252425;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 16px;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
}

a:hover, a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
}

a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #b6b6b6;
}

a.button:disabled {
  background-color: #e6e6e6;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #252425;
  text-transform: uppercase;
}



  h1 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #252425;
    font-size: 60px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  h2 {
    font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #252425;
    font-size: 30px;
    letter-spacing: 0px;
    text-transform: none;
  }

  h3 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: #252425;
    font-size: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  h4 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #252425;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  h5 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #252425;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  h6 {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    color: #252425;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }



/* Lists */

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 7px solid #333333;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

hr {
  background-color: #d0d0d0;
  color: #d0d0d0;
}





/* Primary Button */

button,
.button {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 0.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 12px 36px;
  text-transform: uppercase;
  letter-spacing:0.5px;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  color: #000000;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(255, 255, 255, 100);
  border: 1px solid #FFFFFF;
  border-color: #ffffff;
}

/* Secondary Buttons */

.button.button--secondary {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #333333;
  border-radius: 4px;
  color: #333333;
  fill: #333333;
  padding: 12px 36px;
}

.button.button--secondary:hover,
.button.button--secondary:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border: 1px solid #000000;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: px;
}

.button.button--secondary:active {
  background-color: rgba(80, 80, 80, 100);
  border: 1px solid #000000;
  border-color: #505050;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  fill: #333333;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #DC3F45;
  fill: #DC3F45;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: none;
  color: #ff8f95;
  fill: #ff8f95;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 18px;
  padding: 12px 36px;
}





form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
padding-left: 25%;
    padding-right: 25%;
    width: 100%;
  text-align:center;
}

.hs-form-field {
  margin-bottom: 20px;
}

/* Form Title */

.form-title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  border: 1px none #D0D0D0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFFF;
  font-size: 18px;
  padding: 20px 20px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #252425;
  font-size: 16px;
  padding: 4px 6.5px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 14px;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  color: #252425;
  font-size: 16px;
  padding: 15px 15px;
}

select {
  color: transparent;
}

::-webkit-input-placeholder {
  color: #D0D0D0;
}

::-moz-placeholder {
  color: #D0D0D0;
}

:-ms-input-placeholder {
  color: #D0D0D0;
}

:-moz-placeholder {
  color: #D0D0D0;
}

::placeholder {
  color: #D0D0D0;
}

form select {
  color: #252425;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 14px;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #333333;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: #333333 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #151515 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #151515;
}

/* Form Rich Text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-size: 16px;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #cc0201;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #cc0201 !important;
}

.hs-error-msgs li a {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Submit */



  form input[type=submit],
  form .hs-button {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    border: 1px solid #333333;
    border-radius: 4px;
    color: #333333;
    fill: #333333;
    padding: 12px 36px;
    text-transform: uppercase;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
    border: 1px solid #000000;
    color: #FFFFFF;
    fill: #FFFFFF;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    background-color: rgba(80, 80, 80, 100);
    border: 1px solid #000000;
    border-color: #505050;
    color: #ffffff;
    fill: #ffffff;
  }





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
  }







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #D0D0D0;
}

th,
td {
  border: 1px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1)

;
  padding: 0;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom: 2px solid #D0D0D0;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1)

;
}

tbody + tbody {
  border-top: 2px solid #D0D0D0;
}





.header {
  background-color:rgba(51,51,51,0.0);
  border-bottom: 4px none #333333;
  transition: all 0.5s ease;
  z-index:10;
}

.header__container {
  max-width: 1200px;;
}

/* Site Navigation */

.header__navigation:before {
  background-color: rgba(51,51,51,0.95);
}

.header__language-switcher .lang_list_class {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
}

.header__language-switcher .lang_list_class li a {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  text-transform: none;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #252425;
}

/* Search Bar */

.header__search.open,
.header__language-switcher.open {
  background-color: #252425;
}

.navigation-primary a {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  color: #FFFFFF;
}

.navigation-primary a:hover,
.navigation-primary a:focus {
  opacity: 1;
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  color: #FFFFFF;
  background-color: rgba(51, 51, 51, 0.0);
}

.navigation-primary a.active-item {
  font-family: Sumana, serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 24px;
  color: #FFFFFF;
  background-color: rgba(51, 51, 51, 0.0);
}

/* Menu Icons */

.header__navigation--toggle,
.header__close--toggle {
  fill: #FFFFFF;
}





.footer {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

.footer__container {
  max-width: 1200px;
}

.footer__main-bar {
  border-top: 10px none #333333;
}

.footer__main-bar__logo {
  background-color: #333333;
}

.footer__main-bar__menu a {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  font-size: 12px;
  text-transform: uppercase;
}

.footer__main-bar__menu a:hover,
.footer__main-bar__menu a:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.footer__main-bar__menu a:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FAFAFA;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.footer__right {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  border-left:0;
  border-right:0;
}

.footer .footer__form form div.in-focus > label {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  color: 

  
  
    
  


  rgba(37, 36, 37, 1.0)

;
}

.footer__copyright-bar {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-top:0;
  color: #8a8a8a;
}

@media screen and (min-width: 768px) {
  .footer__main-bar__menu a,
  .footer__main-bar__menu a:hover,
  .footer__main-bar__menu a:active,
  .footer__main-bar__menu a:focus {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__main-bar__menu ul {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    flex: 1 1 auto;
    padding: 20px 0 0 0;
  }

  .footer__main-bar__menu li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__main-bar__menu {
    padding-right: 0px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}





/* Blog Meta - Author/Avatar/Timestamp */

.blog-meta__author {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-meta__timestamp {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */
.blog-tag {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #252425;
}

/* Blog Postcard */

.blog-postcard__post-details h2 {
  color: #252425;
  font-family: Sumana;
  font-weight: 700;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
}

/* Blog Post */

.blog-post__title {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #252425;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #252425;
  font-family: font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none, serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  font-family: Sumana, serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}





/* Error Pages - Global */

.error-page:before {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
}

/* System Pages - Global */

.hs-search-results__title {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #252425;
}

.hs-search-results__title:hover {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type=password] {
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type=email] {
  margin-bottom: 20px;
  padding: 15px 15px !important;
}





/* Icon */

body .icon svg {
  fill: #333333;
  width: 16px;
}

/* Social Follow */

body .social-links__icon {
  background-color: #d0d0d0;;
}

body .social-links__icon:hover,
body .social-links__icon:focus,
body .social-links__icon:active {
  background-color: #333333;;
}

/* Statistic */

body .statistic__circle {
  background-color: #d0d0d0;
}

body .statistic__bar,
body .statistic__fill,
body .statistic__fill {
  border-color: #333333;
}

body .statistic__info {
  color: #333333;
}



/* Testimonial Slider */

body .tns-nav button {
  background-color: #d0d0d0;
}

body .tns-nav .tns-nav-active {
  background-color: #333333;
}

@media only screen and (max-width: 600px) {
  .rubrik-projekt {
    font-size:20px!important;
    
  }
  .footer-meny{display:none;}
}

#hs_cos_wrapper_footer_form{display:none!important;}


/***** Custom CSS *****/


/* Hiding header logo on specific pages*/
div.hs-content-id-179794694496 div#hs_cos_wrapper_site_logo,
div.hs-content-id-179302144013 div#hs_cos_wrapper_site_logo,
div.hs-content-id-181606773339 div#hs_cos_wrapper_site_logo,
div.hs-content-id-182337743542 div#hs_cos_wrapper_site_logo,
div.hs-content-id-182135967827 div#hs_cos_wrapper_site_logo,
div.hs-content-id-182090260405 div#hs_cos_wrapper_site_logo,
div.hs-content-id-182150731839 div#hs_cos_wrapper_site_logo,
div.hs-content-id-182337982889 div#hs_cos_wrapper_site_logo
{
    visibility: hidden;
}

/* Hiding language switcher label */
div.header__language-switcher--label-current {
  visibility: hidden !important;
  height: 0;
  width: 0;
}

/* Making sure ALL CTA buttons have the same design */

.CTA-button-intresseanmalan {
    font-family: Roboto,sans-serif!important;
    font-weight: 700!important;
    text-decoration: none!important;
    border-radius: 4px!important;
    border:2px solid!important;
    font-size: 16px!important;
    padding: 12px 72px!important;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-style: normal;
    opacity: 0.9 !important;
}

.CTA-button-intresseanmalan:hover {
  opacity: 1 !important;
}

/*.CTA-button-intresseanmalan:hover {
  color:#333333!important;
  background-color:white!important;
  border:2px solid #333!important;
}*/

@media only screen and (max-width: 600px) {
  .CTA-button-intresseanmalan, .cta_button {  
    padding: 12px 36px!important;
  } 
}

/* BUTTON SECONDARY - NEW STYLE 2025 */

.button.button--secondary {
    font-family: Roboto, sans-serif;
    font-style: normal !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    background-color: #FFF !important;
    border: 2px solid #FFF !important;
    border-radius: 4px !important;
    color: #4c4c4c !important;
    fill: #4c4c4c !important;
    padding: 12px 36px !important;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active{
  background-color: #FFF !important;
  border: 2px solid #FFF !important;
  color: #000000 !important;
}

/* NEW BUTTON TYPE 2025 */
.button.button--primary_full {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    background-color: #4c4c4c;
    border: 2px solid #4c4c4c;
    border-radius: 4px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 12px 36px;
}

.button.button--primary_full:hover,
.button.button--primary_full:focus,
.button.button--primary_full:active{
  background-color: #333;
  border: 2px solid #333;
  color: #FFFFFF;
}