@charset "UTF-8";
a {
  color: #000;
  text-decoration: underline;
}

main section:nth-of-type(1) {
  padding-top: 160px;
}

main {
  transition: all 0.5s;
  opacity: 0;
  animation-name: mainFadeIn;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  animation-duration: 1s;
}

@keyframes mainFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
b, strong {
  font-weight: 700;
}

.Lys-section-bg {
  background-color: #d3d6e0 !important;
}

.Mørk-section-bg {
  background-color: #394a58 !important;
  color: #fff;
}
.Mørk-section-bg h1, .Mørk-section-bg h2, .Mørk-section-bg h3, .Mørk-section-bg h4, .Mørk-section-bg h5, .Mørk-section-bg p {
  color: #fff;
}
.Mørk-section-bg .cta-btn {
  color: #fff !important;
}

.Sekundær-section-bg {
  background-color: #d9ec9c !important;
}
.Sekundær-section-bg .cta-btn {
  background-color: #fff;
}

.Tertiær-section-bg {
  background-color: #c47d7d !important;
}

.Kvartær-section-bg {
  background-color: #F7F7F7 !important;
}

body {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

.container {
  max-width: 1380px;
}

h1, h2, h3, h4, h5 {
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  color: #000;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.3em;
}

p {
  color: #000;
}

.cta-btn {
  text-transform: none;
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: transparent !important;
  border: 1px solid;
  color: #000 !important;
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.cta-btn:hover {
  background-color: transparent !important;
}

.mobile-icon span {
  background-color: #394a58;
  height: 3px;
}

.main-nav-section {
  background-color: transparent;
  position: fixed;
  width: 100%;
  background: transparent;
  box-shadow: unset;
  transition: all 0.5s;
}
.main-nav-section form {
  position: relative;
  top: -5px;
  right: 10px;
  width: 180px;
}
.main-nav-section form i {
  color: #d9ff06;
}
.main-nav-section form input {
  border: 1px solid #394a58 !important;
  font-size: 0.7em !important;
  background-color: transparent !important;
  box-shadow: none;
  outline: none;
  border-radius: 0px !important;
}
.main-nav-section form:hover input, .main-nav-section form:focus input {
  box-shadow: none;
  outline: none;
}
.main-nav-section.white-header {
  background: rgba(211, 214, 224, 0.67);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.mobile-menu-section {
  background: rgba(211, 214, 224, 0.67);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.mobile-menu-section .overlay {
  background-color: transparent;
}
.mobile-menu-section ul {
  text-align: right;
}
.mobile-menu-section ul li {
  margin-bottom: 0px;
}
.mobile-menu-section ul li i {
  color: #394a58;
  top: -10px;
  position: relative;
}
.mobile-menu-section ul li a {
  color: #394a58;
  font-family: "Raleway", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 3em;
}
.mobile-menu-section form {
  text-align: right;
  margin-top: 15px;
}
.mobile-menu-section form .form-group {
  max-width: 300px;
}
.mobile-menu-section form .form-group input {
  border-radius: 0px !important;
}

.quicklinks-section .item .box {
  background-color: transparent;
  transition: all 0.3s;
  box-shadow: unset;
  border: 1px solid;
}
.quicklinks-section .item .box:hover {
  transform: scale(1.03);
}
.quicklinks-section .item .box h2, .quicklinks-section .item .box h3, .quicklinks-section .item .box h4 {
  text-transform: none;
}
.quicklinks-section .item .box p {
  font-size: 1em;
}
.quicklinks-section .item .text-box h3 {
  font-size: 1.5em;
}
.quicklinks-section .item .text-box.hide-overlay {
  background: transparent !important;
}

.small-date {
  text-transform: lowercase !important;
}

.calender-section {
  background-color: #394a58;
  overflow-x: hidden;
  padding-bottom: 0;
}
.calender-section h4 {
  font-size: 1.5em !important;
}
.calender-section .item {
  border: none !important;
  padding: 60px 0px;
}
.calender-section .item .small-date {
  margin-bottom: 10px;
  display: block;
  font-style: italic;
  font-weight: 300;
  font-size: 1em;
  text-transform: lowercase;
}
.calender-section .item .tag-type {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-size: 0.7em;
  padding: 2px 5px;
  margin-bottom: 30px;
}
.calender-section .item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #2f3d49;
}
.calender-section .item:nth-child(even):before {
  background-color: #253039;
}
.calender-section .item:nth-child(even) .row {
  flex-direction: row-reverse;
}
.calender-section .item.small-item img {
  margin-bottom: 15px;
}
.calender-section .item.small-item:before {
  display: none;
}
.calender-section .item.small-item:hover {
  background-color: transparent !important;
}
.calender-section .item .cta-btn {
  color: #fff !important;
}

.employee-list-section a {
  text-decoration: none;
}
.employee-list-section a:hover {
  color: #d9ec9c;
}

.slideshow-section.large-section .item {
  height: 95dvh;
}

.slideshow-section .item .site-wrapper .site-wrapper-inner {
  vertical-align: bottom;
  padding-bottom: 80px;
}
.slideshow-section .full-date {
  background-color: #fff;
  color: #000;
  padding: 2px 5px;
  display: inline-block;
  margin-bottom: 15px;
}

.seach-list-section .blue-box {
  background-color: #d3d6e0;
}
.seach-list-section .blue-box h1, .seach-list-section .blue-box h2, .seach-list-section .blue-box h3, .seach-list-section .blue-box p {
  color: #000;
}

.footer-section {
  background-color: #394a58;
  background-image: url("/images/concrete-wall-2 (1).png");
  background-repeat: repeat;
  background-size: contain;
  font-size: 15px;
}
.footer-section .large-footer-logo {
  margin-top: 60px;
  margin-bottom: 60px;
}
.footer-section .item .form-control {
  border-radius: 0px;
}
.footer-section .item .cta-btn {
  border: 1px solid #fff;
  color: #fff !important;
}

/*# sourceMappingURL=mainNAH.css.map */
