﻿@charset "UTF-8";
.read-more-btn {
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  margin-top: 0px;
}

h2 {
  font-size: 30px;
}

h1, h2, h3, h4, h5, .icon-list .icon-item h2, .menu-section .menu li a {
  color: #242424;
}

.icon-list .icon-item h2 {
  font-weight: 500;
  margin-top: 15px;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4 {
  color: #242424;
}

.text-content p {
  color: #242424;
}

@media (max-width: 768px) {
  .menu-section .logo {
    height: 25px;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .menu-section .nem-bank {
    padding: 10px;
    height: 35px;
    width: 100%;
    margin-top: 23px;
    margin-left: 0px;
  }
  .menu-section .nem-bank:first-child:after {
    display: none;
  }
}
.footer-section {
  background: #F6F5F0;
  background: linear-gradient(0deg, rgb(246, 245, 240) 90%, rgb(255, 255, 255) 100%);
  padding-top: 120px;
}
.footer-section h1, .footer-section h2, .footer-section h3, .footer-section h4, .footer-section h5, .footer-section p, .footer-section a {
  color: #242424;
}
.footer-section h2 {
  font-size: 20px;
}
.footer-section a {
  font-weight: 400;
}
.footer-section .item {
  margin-bottom: 30px;
}
.footer-section img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 767px) {
  .footer-section img {
    max-width: 200px;
  }
}

.slider-section .carousel-inner .item h1, .slider-section .carousel-inner .item h2, .slider-section .carousel-inner .item h3, .slider-section .carousel-inner .item h4, .slider-section .carousel-inner .item h5, .slider-section .carousel-inner .item p {
  color: #fff !important;
  font-weight: 500;
}

.slider-section .super-2 {
  width: 20%;
}

.slider-section .super-1 {
  width: 10%;
}

.menu-section .info-bar ul li {
  margin-right: 20px;
}
.menu-section .info-bar ul li a {
  font-size: 0.9em;
  color: #242424;
}

.menu-section .info-bar .phone-link {
  color: #242424;
  font-size: 0.9em;
  font-weight: 400;
}

.menu-section .menu li a {
  font-weight: 400;
  font-size: 14px;
}

.quicklink-section {
  background-color: #fff;
}

.subpage-section {
  background-color: #f6f5f0;
}

.menu-section .nem-bank:first-child {
  background-color: #da3742;
}

.menu-section .search-icon {
  margin-left: 15px;
}

.copyright-section, .menu-section .info-bar {
  background-color: #f6f5f0;
}

.dropdown {
  position: relative;
  float: right;
  display: inline-block;
}
.dropdown button {
  border: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 20px;
  top: calc(100% + 7px);
  left: calc(50% + 7.5px);
  transform: translateX(-50%);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-style: normal;
}

.dropdown a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

.breadcrumb-section {
  padding: 5px 0px;
}

.slider-section video {
  min-width: 100%;
  min-height: 100%;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-section .mega-menu h2 {
  color: #242424 !important;
  font-size: 1.3em;
}
.menu-section .mega-menu .mega-menu-list li a {
  color: #000 !important;
}

.text-w-image-section {
  padding: 60px 0px 30px;
}
.text-w-image-section .item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .text-w-image-section .row {
    display: block !important;
  }
}

.breadcrumb-section {
  background-color: #f6f5f0;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb li {
  font-size: 0.9em;
}
.breadcrumb-section .breadcrumb li a {
  color: #242424;
}

.col-section {
  padding: 60px 0px 30px;
}
.col-section .item {
  margin-bottom: 30px;
}
.col-section .item img {
  margin: 15px 0px;
}

.icon-list .icon-item img {
  max-width: 100%;
}

.box h2 {
  font-size: 20px;
  font-weight: 500;
}

.button-group {
  margin-top: 15px;
}
.button-group a {
  display: inline-block;
  margin-right: 10px;
}

a {
  color: #da3742;
}
a:hover {
  color: inherit;
}

.employee-section {
  padding: 60px 0px;
}

.faq-list-section {
  padding: 60px 0px;
}

.shortcut-links-secton {
  padding: 60px 0px;
}
.shortcut-links-secton .read-more-btn {
  margin: 10px;
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #da3742;
  background-color: transparent;
  color: #000;
  transition: all 0.3s;
}
.shortcut-links-secton .read-more-btn:hover {
  background-color: #da3742;
  color: #fff;
}
.shortcut-links-secton .read-more-btn:after {
  display: none;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

.faq-container h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #222;
}

/* FAQ elementer */
.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  font-weight: bold;
  padding: 18px 20px;
  font-size: 16px;
  text-align: left;
  position: relative;
  cursor: pointer;
  color: #111;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Biryani, sans-serif;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background-color: #f0f0f0;
}

.faq-question .icon {
  font-size: 22px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 10px;
  top: 20px;
}

.faq-question.active .icon {
  transform: rotate(45deg); /* Gør "+" til "x"/"-" */
}

/* Svaret */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 20px;
  color: #444;
  transition: all 0.3s ease;
}

.faq-answer.open {
  max-height: 300px; /* Nok til de fleste svar */
  opacity: 1;
  padding: 10px 20px 20px;
}

video {
  border-radius: 10px;
}

section img {
  border-radius: 10px;
}

.box {
  border-radius: 10px;
}

.section-color-Sand {
  background-color: #f6f5f0;
}

.section-color-Grå {
  background-color: #fbfbfb;
}

.section-color-Hvid {
  background-color: #fff;
}
