﻿/* Light Theme colors */
/* Dark Theme colors */
/* Light Theme colors */
/* Dark Theme colors */
.base-card, .arbejdsgruppe-list-modul {
  padding: 3rem;
  height: fit-content;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin: 3rem 0;
}

.tabel-container {
  width: 100%;
}
.tabel-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.tabel-container table th {
  background-color: #E2E7E3;
}
.tabel-container table td {
  background-color: white;
}
.tabel-container table td, .tabel-container table th {
  border: 1px solid #0B4650;
  text-align: left;
  vertical-align: top;
  padding: 1rem;
}
.tabel-container table tr:first-child th {
  border-top: none;
}
.tabel-container table tr:first-child th:first-child {
  border-top-left-radius: 8px;
  border-left: none;
}
.tabel-container table tr:first-child th:last-child {
  border-top-right-radius: 8px;
  border-right: none;
}
.tabel-container table tr:last-child td {
  border-bottom: none;
}
.tabel-container table tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
  border-left: none;
}
.tabel-container table tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
  border-right: none;
}
.tabel-container table tr td:first-child {
  border-left: none;
}
.tabel-container table tr td:last-child {
  border-right: none;
}

.ranking-svg-container {
  display: flex;
}
.ranking-svg-container img {
  display: block;
  margin: auto;
  width: 6rem;
}

[data-theme=dark] .base-card, [data-theme=dark] .arbejdsgruppe-list-modul {
  background-color: #464242;
}
[data-theme=dark] .tabel-container {
  width: 100%;
}
[data-theme=dark] .tabel-container table th {
  background-color: #0B4650;
}
[data-theme=dark] .tabel-container table td {
  background-color: #464242;
}
[data-theme=dark] .tabel-container table td, [data-theme=dark] .tabel-container table th {
  border: 1px solid #F5F5F5;
}

/* Light Theme colors */
/* Dark Theme colors */
body {
  margin: 0;
  color: #0B4650;
  line-height: 2rem;
  background-color: #F5F5F5;
}

.umb-block-grid__layout-item {
  padding: 2rem 0;
}

.umb-block-grid__layout-item:last-child {
  border-bottom: none;
}

.svg-mask {
  background-color: #0B4650;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  height: 100%;
  width: 100%;
  margin: auto 0;
  display: block;
}

.svg-fill {
  fill: #0B4650;
}

.svg-stroke {
  stroke: #0B4650;
}

.master-top-navigation {
  background-color: #E2E7E3;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.navigation-logo-container {
  padding: 0.5rem 0;
  height: min-content;
}
.navigation-logo-container img {
  display: block;
  margin: auto 0;
  height: 80%;
  width: 72px;
}
.navigation-logo-container p {
  line-height: 1.5rem;
  width: fit-content;
  display: block;
  margin: auto 0 0 0;
}
.navigation-logo-container .logo-tagline {
  font-size: 12px;
  line-height: 12px;
}

.master-top-navigation-mobil {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 0;
  background-color: #D2DDD4;
}
.master-top-navigation-mobil .logo-tagline {
  display: block;
}

.master-navigation-link {
  margin: 0 0 0 auto;
}
.master-navigation-link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 100%;
}
.master-navigation-link a {
  display: block;
  color: #0B4650;
  text-decoration: none;
  font-weight: 700;
  padding: 1rem;
  height: 100%;
}
.master-navigation-link a:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.master-navigation-link a.active {
  background-color: #D2DDD4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

.mobil-button, .bottom-nav-button, .mobil-nav-button, .site-button, .arbejdsgruppe-knapper {
  background-color: #E2E7E3;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.mobil-button a, .bottom-nav-button a, .mobil-nav-button a, .site-button a, .arbejdsgruppe-knapper a {
  color: #0B4650;
  text-decoration: none;
  font-weight: 700;
}
.mobil-button a p, .bottom-nav-button a p, .mobil-nav-button a p, .site-button a p, .arbejdsgruppe-knapper a p {
  font-size: 12px;
  line-height: 1rem;
}

.mobil-button.active, .active.bottom-nav-button, .active.mobil-nav-button, .active.site-button, .active.arbejdsgruppe-knapper {
  background-color: #D2DDD4;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) inset;
}

.site-button, .arbejdsgruppe-knapper {
  padding: 0.5rem 1rem;
  color: #0B4650;
  text-decoration: none;
  font-weight: 700;
  border: none;
}

.mobil-nav-container {
  z-index: 10;
  background-color: #D2DDD4;
}

.mobil-nav-button {
  padding: 0.5rem;
  background-color: transparent;
  z-index: 100;
  box-shadow: 0px 0px 0px #98A410;
  border-radius: 0px;
}

.link-style {
  color: #227B8B;
}

.link-style:hover {
  color: #5AB8C7;
}

@media (min-width: 992px) {
  .tablet-visning {
    display: none;
  }
}
@media (max-width: 992px) {
  .desktop-visning {
    display: none;
  }
  .modul-padding {
    padding: 0 3rem;
  }
}
@media (max-width: 575px) {
  .tablet-plus-visning {
    display: none;
  }
  .full-page-content {
    margin-bottom: 8rem;
  }
  .modul-padding {
    padding: 0 1rem;
  }
  body {
    background-position: calc(100% + 15rem) 1em, calc(100% + 15rem) 1em, 100% 0;
  }
}
@media (min-width: 575px) {
  .mobil-visning {
    display: none;
  }
}
@media (max-width: 1399px) {
  .master-top-navigation .logo-tagline {
    margin-left: 0;
  }
}
.bottom-nav-button {
  border: none;
  border-radius: 50px;
  height: fit-content;
  margin: 1rem 1rem 1rem 0;
  text-decoration: none;
  overflow: hidden;
}
.bottom-nav-button img {
  width: 28px;
}
.bottom-nav-button img.none-active {
  display: none;
}
.bottom-nav-button p {
  display: none;
  font-weight: 600;
  margin: auto auto auto 1rem;
  line-height: normal;
  color: #0B4650;
}
.bottom-nav-button:hover p {
  display: block;
}

.umb-block-list-item {
  margin-bottom: 2rem;
}

.main-content {
  padding-bottom: 3rem;
}

.search-button {
  border: none;
  padding: 1rem;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
.search-button p {
  font-weight: 700;
  color: #0B4650;
}
.search-button:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

[data-theme=dark] #light-theme-icon {
  display: none;
}
[data-theme=dark] body {
  color: #F5F5F5;
  background-color: #1f1f1f;
}
[data-theme=dark] .master-top-navigation {
  background-color: #0B4650;
}
[data-theme=dark] .master-top-navigation-mobil {
  background-color: #0A3D47;
}
[data-theme=dark] .master-navigation-link a {
  color: #F5F5F5;
}
[data-theme=dark] .master-navigation-link a.active {
  background-color: #0A3D47;
}
[data-theme=dark] .mobil-button, [data-theme=dark] .site-button, [data-theme=dark] .arbejdsgruppe-knapper, [data-theme=dark] .mobil-nav-button, [data-theme=dark] .bottom-nav-button {
  background-color: #0B4650;
}
[data-theme=dark] .mobil-button a, [data-theme=dark] .site-button a, [data-theme=dark] .arbejdsgruppe-knapper a, [data-theme=dark] .mobil-nav-button a, [data-theme=dark] .bottom-nav-button a {
  color: #F5F5F5;
}
[data-theme=dark] .mobil-button.active, [data-theme=dark] .active.site-button, [data-theme=dark] .active.arbejdsgruppe-knapper, [data-theme=dark] .active.mobil-nav-button, [data-theme=dark] .active.bottom-nav-button {
  background-color: #0A3D47;
}
[data-theme=dark] .site-button, [data-theme=dark] .arbejdsgruppe-knapper {
  color: white;
}
[data-theme=dark] .mobil-nav-container {
  background-color: #0A3D47;
}
[data-theme=dark] .link-style {
  color: #227B8B;
}
[data-theme=dark] .link-style:hover {
  color: #5AB8C7;
}
[data-theme=dark] .bottom-nav-button p {
  color: #F5F5F5;
}
[data-theme=dark] .search-button p {
  color: #F5F5F5;
}
[data-theme=dark] .svg-mask {
  background-color: #F5F5F5;
}
[data-theme=dark] .svg-fill {
  fill: #F5F5F5;
}
[data-theme=dark] .svg-stroke {
  stroke: #F5F5F5;
}

[data-theme=light] #dark-theme-icon {
  display: none;
}

.arbejdsgruppe-list-modul {
  margin-bottom: 0;
}
.arbejdsgruppe-list-modul label {
  margin: auto 0;
}
.arbejdsgruppe-list-modul input,
.arbejdsgruppe-list-modul select {
  padding: 0.25rem 2rem 0.25rem 1rem;
  width: 20%;
  height: 3rem;
  margin: auto 2rem auto 1rem;
  border-radius: 8px;
  border: none;
  background-color: #F5F5F5;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) inset;
}

.arbejdsgruppe-list-element-parent {
  display: none;
}
.arbejdsgruppe-list-element-parent.custom-active {
  display: block;
}

.arbejdsgruppe-list-element {
  background-color: #ffffff;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1rem;
}
.arbejdsgruppe-list-element .top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #E2E7E3;
  padding: 1rem;
}
.arbejdsgruppe-list-element .top p {
  line-height: 1rem;
  margin: 0;
}
.arbejdsgruppe-list-element .bottom {
  padding: 1rem;
}

.arbejdsgruppe-knapper {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.arbejdsgruppe-knapper:last-child {
  margin: auto 0 auto auto;
}

[data-theme=dark] .arbejdsgruppe-list-modul input,
[data-theme=dark] .arbejdsgruppe-list-modul select {
  background-color: #1f1f1f;
  color: #F5F5F5;
}
[data-theme=dark] .arbejdsgruppe-list-element {
  background-color: #1f1f1f;
}
[data-theme=dark] .arbejdsgruppe-list-element .top {
  background: #0B4650;
}
