body[data-wk-page-identifier="44"] #panel1,
body[data-wk-page-identifier="45"] #panel1 {
  display: none;
}
body[data-wk-page-identifier="44"] .pagetitle,
body[data-wk-page-identifier="45"] .pagetitle {
  visibility: hidden;
}
@keyframes rotation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes slideInFromRight {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@keyframes slideInFromBottom {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Gill Sans', 'Gill Sans MT', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input {
  font-size: 16px;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 1.7rem;
}
f h3 {
  font-size: 1.5rem;
}
#logo {
  width: 245px;
  height: 65px;
  position: absolute;
  left: 0;
  top: -50px;
}
#bruger-menu,
#indhold,
#bund-indhold,
.toplinewrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
#panel1 {
  background: #ececec;
  color: #000;
}
#panel1 #bruger-menu span,
#panel1 #bruger-menu li,
#panel1 #bruger-menu a {
  color: #000;
}
#bund {
  width: 100%;
  background: #005584;
  padding: 2rem 10rem;
  margin-top: auto;
  position: relative;
  z-index: 2;
}
#bund #bund-indhold {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  color: #fff;
  padding: 2rem 0;
}
#bund #bund-indhold h1 {
  font-size: 1.1rem;
}
#bund #bund-indhold a {
  color: #fff;
}
#bund #bund-indhold p {
  margin: 8px 0;
}
.toplinewrapper {
  display: grid;
  grid-template-columns: 1fr 120px  100px;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}
.toplinewrapper .pagetitle {
  order: 1;
  color: #fff;
  width: 100%;
  padding-left: 100px;
  text-align: center;
  font-weight: normal;
}
.toplinewrapper .vejledninger {
  order: 2;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.toplinewrapper .vejledninger:hover {
  text-decoration: underline;
}
.toplinewrapper .pagelogin {
  order: 3;
  border: none;
  text-transform: uppercase;
  margin-left: auto;
  padding: 0.3rem 1rem;
  color: #fff;
  background: #878786;
}
.toplinewrapper .pagelogin:hover {
  cursor: pointer;
}
.boks-liste > div {
  opacity: 0;
  animation: 1s ease-out 0s 1 slideInFromBottom forwards;
  background: #fff;
  overflow: hidden;
  padding-bottom: 2rem;
}
.boks-liste > div .pic {
  overflow: hidden;
}
.boks-liste > div:hover {
  cursor: pointer;
}
.boks-liste > div:hover .pic img {
  animation: rotation 4s backwards;
}
.boks-liste > div h2 {
  margin-bottom: 1rem;
}
.boks-liste > div ul {
  margin-top: 0;
  padding-left: 1rem;
}
.boks-liste > div p {
  margin-left: 0;
  margin-top: 0;
  font-size: 1rem;
}
.boks-liste > div:nth-child(2) {
  animation-delay: 200ms;
}
.boks-liste > div:nth-child(3) {
  animation-delay: 300ms;
}
.boks-liste > div:nth-child(4) {
  animation-delay: 400ms;
}
.boks-liste > div:nth-child(5) {
  animation-delay: 500ms;
}
.boks-liste > div:nth-child(6) {
  animation-delay: 600ms;
}
.boks-liste > div:nth-child(7) {
  animation-delay: 700ms;
}
.boks-liste > div:nth-child(8) {
  animation-delay: 800ms;
}
.boks-liste > div:nth-child(9) {
  animation-delay: 900ms;
}
.boks-liste > div:nth-child(10) {
  animation-delay: 1000ms;
}
.boks-liste > div:nth-child(11) {
  animation-delay: 1100ms;
}
.boks-liste > div:nth-child(12) {
  animation-delay: 1200ms;
}
.forside-boks-liste,
.boks-liste {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 16px;
}
.forside-boks-liste > div,
.boks-liste > div {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
}
.forside-boks-liste > div .pic,
.boks-liste > div .pic {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}
.forside-boks-liste > div .pic img,
.boks-liste > div .pic img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}
.forside-boks-liste > div .text,
.boks-liste > div .text {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 16px;
}
.forside-boks-liste > div .text h2,
.boks-liste > div .text h2 {
  width: 100%;
  margin-top: 8px;
  font-weight: bold;
  color: #005584;
}
.forside-boks-liste > div .text h3,
.boks-liste > div .text h3 {
  font-size: 1.2rem;
}
.forside-boks-liste > div .text a,
.boks-liste > div .text a {
  position: relative;
  color: #333;
  text-decoration: none;
}
.forside-boks-liste > div .text p,
.boks-liste > div .text p {
  font-size: 1rem;
  width: 100%;
  margin-left: 0;
}
.forside-boks-liste > div.hidden,
.boks-liste > div.hidden {
  display: none;
}
.forside-boks-liste > div.sendt .sendt,
.boks-liste > div.sendt .sendt {
  display: block;
  color: #000;
  position: absolute;
  top: -5px;
  right: 5px;
  background: url(design/indsendt.png) 5px center no-repeat rgba(255, 255, 255, 0.9);
  background-size: 20px;
  padding: 5px 10px 5px 30px !important;
  border-radius: 10px;
}
.forside-boks-liste > div.godkendt .sendt,
.boks-liste > div.godkendt .sendt {
  display: none;
}
.forside-boks-liste > div.godkendt .godkendt,
.boks-liste > div.godkendt .godkendt {
  display: block;
  color: #000;
  position: absolute;
  top: -5px;
  right: 5px;
  background: url(design/godkendt.png) 5px center no-repeat rgba(255, 255, 255, 0.9);
  background-size: 20px;
  padding: 5px 10px 5px 30px !important;
  border-radius: 10px;
}
.forside-boks-liste > div.egnekontaktoplysninger,
.boks-liste > div.egnekontaktoplysninger {
  display: none;
}
.forside-boks-liste > div .readmore,
.boks-liste > div .readmore {
  font-size: 0.9rem;
  color: #ccc;
  width: 100%;
  text-align: center;
  font-style: italic;
  color: #fff;
  margin-top: 2rem;
}
.forside-boks-liste {
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  gap: 4rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.forside-boks-liste > div {
  color: #fff;
  position: relative;
  transition: all 500ms ease;
}
.forside-boks-liste > div .text {
  padding: 2rem;
}
.forside-boks-liste > div .text h1,
.forside-boks-liste > div .text h2,
.forside-boks-liste > div .text h3 {
  color: #fff;
  margin: 0 0 1rem 0;
}
.forside-boks-liste > div .text p {
  font-size: 1.2rem;
}
.forside-boks-liste > div .text a {
  color: #fff;
}
.forside-boks-liste > div .text p {
  margin: 0.5em;
}
.forside-boks-liste > div .text ul {
  margin: 0;
  padding-left: 1rem;
}
.forside-boks-liste > div:hover {
  cursor: pointer;
  box-shadow: 5px 5px 10px #000;
}
.forside-boks-liste .borger {
  background: #007e43;
}
.forside-boks-liste .borger:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.forside-boks-liste .forening {
  background: #005584;
}
.forside-boks-liste .forening:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ui-datepicker-div {
  font-size: 14px;
}
.topimg {
  width: 100%;
  height: 320px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.wk-slider-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.wk-slider-container .wk-slide-content {
  height: 100vh;
}
#indhold > *:not(.wk-slider-container) {
  position: relative;
  z-index: 999;
}
body[data-wk-page-identifier="44"] #indhold {
  max-width: unset;
  color: #fff;
}
body[data-wk-page-identifier="44"] #indhold > h1 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 4rem;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container input,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container input,
body[data-wk-page-identifier="44"] .associationsearch-freetext-container select,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container select {
  padding: 16px;
  font-size: 16px;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container label,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container label {
  font-size: 18px;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container ul,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container ul,
body[data-wk-page-identifier="44"] .associationsearch-freetext-container li,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container li {
  color: #000;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container .filterfield-selected-value-list li,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container .filterfield-selected-value-list li {
  color: #fff;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container .checkbox-select-list li:hover,
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container .checkbox-select-list li:hover {
  background: #007e43;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 4rem auto;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container label {
  margin-bottom: 4px;
}
body[data-wk-page-identifier="44"] .associationsearch-freetext-container label,
body[data-wk-page-identifier="44"] .associationsearch-freetext-container input,
body[data-wk-page-identifier="44"] .associationsearch-freetext-container select {
  width: 100%;
  max-width: 500px;
  text-align: left;
}
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
body[data-wk-page-identifier="44"] .associationsearch-filterfields-group-container .checkbox-select-dropdown-arrow {
  margin-top: 30px;
}
body[data-wk-page-identifier="44"] .associationsearch-submit-button-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding-bottom: 4rem;
  margin: 4rem 0;
}
body[data-wk-page-identifier="44"] .associationsearch-submit-button-container button {
  padding: 1rem 0;
  font-weight: bold;
  border: none;
  width: 180px;
  font-size: 1.2rem;
}
body[data-wk-page-identifier="44"] .associationsearch-submit-button-container button:hover {
  cursor: pointer;
}
body[data-wk-page-identifier="44"] .associationsearch-submit-button-container button.associationsearch-submit-button {
  background: #007e43;
  color: #fff;
}
body[data-wk-page-identifier="44"] .associationsearch-submit-button-container button.associationsearch-submit-button:hover {
  transition: 500ms ease;
  background: #006535;
}
body[data-wk-page-identifier="44"] .associationsearch-categories-container {
  display: grid;
  grid-template-columns: 250px 250px 250px;
  justify-content: center;
  padding: 8rem 0;
  gap: 2rem;
  width: 100%;
  background: #3da15a;
  margin-top: auto;
}
body[data-wk-page-identifier="44"] .associationsearch-categories-container button {
  background: #fff;
  border: 1px solid #fff;
  padding: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  transition: 500ms ease;
}
body[data-wk-page-identifier="44"] .associationsearch-categories-container button:hover {
  cursor: pointer;
  border: 1px solid #000;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 4rem 0;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container .associationsearch-results-heading {
  grid-column: 1 / -1;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container .forenings-resultat-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container #DebtorListMap {
  width: 100% !important;
  height: 100% !important;
  max-height: 800px;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container h2 {
  color: #000;
  margin: 0 auto;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container .associationsearch-empty-result-message {
  font-size: 4rem;
  margin: 0 auto;
  text-align: center;
  color: #000;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container table {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  color: #000;
  border-spacing: 16px;
  text-align: left;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container table thead {
  display: none;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container table tbody td {
  display: block;
  width: 100%;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container table tbody td a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container table tr {
  display: block;
  margin-bottom: 10px;
  padding: 12px 6px;
}
body[data-wk-page-identifier="44"] .associationsearch-results-container table tr:hover {
  background: #007e43;
  cursor: pointer;
}
body[data-wk-page-identifier="44"] #toplinje,
body[data-wk-page-identifier="44"] #bund {
  background: #007e43;
}
#forside {
  background: url(design/hexagon.svg) no-repeat center center;
}
#forside .pagetitle {
  visibility: hidden;
}
#forside #indhold {
  max-width: unset;
}
#forside #indhold h1 {
  position: relative;
  text-align: center;
  color: #007e43;
  font-size: 4rem;
  z-index: 2;
}
#forside f .bruger-menu {
  display: none;
}
body:not(body[data-wk-page-identifier="44"]) #side {
  min-height: 100vh;
}
#side {
  display: flex;
  flex-flow: column wrap;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
#top {
  margin-top: 2rem;
}
#top #top-indhold {
  position: relative;
  z-index: 999;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto -30px auto;
}
#toplinje {
  display: flex;
  position: relative;
  background: #005584;
}
#indhold {
  min-height: 650px;
  position: relative;
  z-index: 1;
}
#bruger-menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
  text-align: center;
  list-style: none;
  gap: 30px;
}
#bruger-menu li {
  display: inline-block;
}
#bruger-menu li:last-child {
  margin-right: 0;
}
#bruger-menu li a,
#bruger-menu li span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #005584;
  text-decoration: none;
  padding: 1rem;
}
#bruger-menu li span {
  cursor: default;
}
#bruger-menu .valgt-menupunkt a {
  color: #007e43;
}
#bruger-menu .niveau2 {
  position: absolute;
  background: #878786;
  padding: 0;
  list-style: none;
  z-index: 999;
}
#bruger-menu .niveau2 li {
  transition: background 300ms;
  display: block;
  width: 100%;
  height: 60px;
}
#bruger-menu .niveau2 li a {
  padding: 0 15px;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
}
#bruger-menu .niveau2 li:hover {
  background: #616160;
  transition: background 300ms;
}
/* foreningslisten */
.debtor-list {
  width: 100%;
  border: 1px solid #005584;
  list-style: none;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0;
}
.debtor-list .heading {
  width: 100%;
  display: inline-flex;
  padding: 0 10px;
  background: #005584;
}
.debtor-list .heading div {
  padding: 0 10px 0 10px;
  height: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}
.debtor-list .heading .foreningsnavn {
  width: 200px;
}
.debtor-list .heading .aktivitet {
  width: 250px;
}
.debtor-list .heading .aktivitetessted {
  width: calc(100% - 450px);
}
.debtor-list .debtor {
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0px;
  padding: 10px 10px;
  width: 100%;
  min-height: 80px;
  vertical-align: top;
  background: #fff;
  line-height: 20px;
}
.debtor-list .debtor:hover {
  background: #0076b7;
  color: #fff;
  cursor: pointer;
}
.debtor-list .debtor div {
  float: left;
  padding: 0 10px 0 10px;
  height: 40px;
  vertical-align: top;
}
.debtor-list .debtor .field-forening {
  width: 200px;
  height: auto;
}
.debtor-list .debtor .field-aktiviteter {
  width: 250px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.debtor-list .debtor .field-aktivitetssted- {
  width: calc(100% - 450px);
}
.debtor-list .debtor .debtor-detail-link-line {
  display: none;
}
.debtor-list .debtor .label {
  display: none;
}
.debtor-list .debtor-categories {
  display: inline-block;
  width: 235px;
  list-style: none;
  padding: 0;
  margin: 7px 0;
}
.debtor-list .debtor-categories li {
  display: inline-block;
  margin: 4px 2px;
}
.debtor-list .debtor-categories li a {
  display: block;
  padding: 0.5em;
  font-size: 0.9em;
  color: #fff;
  background: #005584;
}
.debtor-list .debtor-categories li a:hover {
  text-decoration: none;
}
.debtor-list .debtor-categories li a.tag-highlight {
  background-color: #002438;
}
.debtor-list .debtor-categories li a.senior {
  background: #929e49;
}
.debtor-list .debtor-categories li a.senior.tag-highlight {
  background-color: #626a31;
}
.debtor-list .debtor .debtor-detail-link-line {
  visibility: hidden;
  font-size: 0;
  text-align: center;
}
.debtor-list .debtor .debtor-detail-link-line a {
  font-style: italic;
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
}
.debtor-list-filter-selector-container {
  margin-bottom: 15px;
}
.debtorlist-search #search-line {
  position: relative;
  background: #005584;
  color: #fff;
}
.debtorlist-search #search-line .debtor-search-field-group {
  padding: 0;
  border: none;
}
.debtorlist-search #search-line .search-criterion-wrap {
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  border: none;
  padding: 10px 20px 20px 20px;
}
.debtorlist-search #search-line .search-criterion-wrap div {
  flex: 0 1 auto;
  width: 45%;
  margin: 0;
}
.debtorlist-search #search-line .search-criterion-wrap .search-criterion {
  width: 45%;
}
.debtorlist-search #search-line .search-criterion-wrap .search-criterion label {
  display: block;
}
.debtorlist-search #search-line .search-criterion-wrap .search-criterion input,
.debtorlist-search #search-line .search-criterion-wrap .search-criterion select {
  height: 30px;
  width: 100%;
}
.debtorlist-search #search-line .search-criterion-wrap .search-criterion:last-child {
  margin-right: 0;
}
.debtorlist-search #search-line .search-criterion-wrap .search-criterion:last-child select {
  margin-bottom: 0;
}
.debtorlist-search #search-line .debtor-search-button-group {
  display: none;
}
.debtorlist-search #search-line .search-button-container {
  border: none;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}
.debtorlist-search #search-line .search-button-container button {
  padding: 7px 25px;
  background: transparent;
  color: #fff;
  font-weight: bold;
  border: 2px solid #fff;
  width: 100%;
  cursor: pointer;
}
.debtorlist-search #search-line .search-button-container button:hover {
  background: #fff;
  color: #000;
}
.debtor-list-filter-selector-container {
  margin: 1em 0;
}
.clearfix {
  clear: both;
}
#back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #005584;
  text-align: center;
  line-height: 85px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
#back-to-top:before {
  font-family: 'FontAwesome';
  color: #005584;
  content: '\f077';
  font-size: 60px;
  font-weight: 100;
  transition: color 300ms ease-in-out;
}
#back-to-top:hover {
  border: 2px solid #0086d1;
  color: #0086d1;
}
#back-to-top:hover::before {
  transition: color 300ms ease-in-out;
  color: #0086d1;
}
#back-to-top.show {
  opacity: 1;
}
.moveUp {
  bottom: 120px !important;
}
.glemt-login-knap-holder button {
  border: 2px solid #005584;
  background: transparent;
  color: #005584;
  padding: 5px 10px;
  cursor: pointer;
}
.glemt-login-knap-holder button:hover {
  color: #fff;
  background: #005584;
}
.login-formular {
  width: 400px;
  height: auto;
  margin: 30px auto 0 auto;
}
.login-formular fieldset {
  border: 3px solid #005584;
}
.login-formular fieldset legend {
  font-size: 20px;
  color: #005584;
}
.login-formular fieldset ul {
  list-style: none;
  padding: 0;
}
.login-formular fieldset ul li {
  margin-bottom: 10px;
}
.login-formular fieldset ul li label {
  margin-bottom: 10px;
  display: block;
}
.login-formular fieldset ul li input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 2px solid #005584;
}
.login-formular fieldset ul li input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 30px #005584 inset;
}
.login-formular fieldset ul li button {
  margin-top: 10px;
  height: 40px;
  width: 100%;
  border: 2px solid #005584;
  background: #fff;
  font-size: 20px;
  cursor: pointer;
}
.login-formular fieldset ul li button:hover {
  background: #005584;
  color: #fff;
}
.fejl-meddelelse {
  text-align: center;
}
#ProcessResourceRequest #ekstra-infoboks1,
#ResourceRequests #ekstra-infoboks1,
#ProcessResourceRequest #ekstra-infoboks2,
#ResourceRequests #ekstra-infoboks2 {
  display: none;
}
#ProcessResourceRequest #indhold,
#ResourceRequests #indhold {
  padding: 0;
}
#ProcessResourceRequest .request-details,
#ResourceRequests .request-details {
  width: 100%;
  border-collapse: collapse;
}
#ProcessResourceRequest .request-details td,
#ResourceRequests .request-details td,
#ProcessResourceRequest .request-details th,
#ResourceRequests .request-details th,
#ProcessResourceRequest .request-details tr,
#ResourceRequests .request-details tr {
  border: 1px solid #000;
  text-align: left;
  padding: 2px;
}
body[data-wk-page-identifier="2"] #toplinje,
body[data-wk-page-identifier="2"] #bund {
  background: #007e43;
}
body[data-wk-page-identifier="2"] .panel-wrapper {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 4rem;
  margin-bottom: 4rem;
}
body[data-wk-page-identifier="2"] .venstrepanel,
body[data-wk-page-identifier="2"] .hoejrepanel {
  display: flex;
  flex-flow: column wrap;
  gap: 2rem;
}
body[data-wk-page-identifier="2"] .venstrepanel h2,
body[data-wk-page-identifier="2"] .hoejrepanel h2 {
  width: 100%;
  color: #fff;
  background: #007e43;
  padding: 5px 15px;
  margin: 0 0 2rem 0;
}
body[data-wk-page-identifier="2"] .venstrepanel > div,
body[data-wk-page-identifier="2"] .hoejrepanel > div {
  border: 1px solid #007e43;
  padding: 0 2rem 2rem 2rem;
}
body[data-wk-page-identifier="2"] .venstrepanel > div h2,
body[data-wk-page-identifier="2"] .hoejrepanel > div h2 {
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
body[data-wk-page-identifier="2"] #kontaktoplysninger {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
}
body[data-wk-page-identifier="2"] #kontaktoplysninger p {
  margin: 0;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li {
  display: flex;
  flex-flow: row wrap;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 1em 0 1em;
  width: 100%;
  max-width: 295px;
  vertical-align: top;
  align-content: flex-start;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li:last-child {
  margin-bottom: 1em;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li div {
  margin: 0;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .title {
  width: 100%;
  font-weight: bold;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .name {
  width: 100%;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .address {
  width: 100%;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .zip {
  width: 40px;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .city {
  width: calc(100% - 40px);
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .Phone {
  width: 100%;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .Phone:before {
  content: 'Telefon: ';
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .Mobile {
  width: 100%;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .Mobile:before {
  content: 'Mobil: ';
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .Email {
  width: 100%;
}
body[data-wk-page-identifier="2"] .contactswrap .contacts li .Email:before {
  content: 'Email: ';
}
body[data-wk-page-identifier="33"] .boks-liste {
  max-width: 1440px;
  margin: 0 auto 4rem auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
body[data-wk-page-identifier="33"] .boks-liste > div {
  background: #005584;
  color: #fff;
}
body[data-wk-page-identifier="33"] .boks-liste > div p {
  font-size: 1rem;
}
body[data-wk-page-identifier="33"] .boks-liste > div a,
body[data-wk-page-identifier="33"] .boks-liste > div h1,
body[data-wk-page-identifier="33"] .boks-liste > div h2,
body[data-wk-page-identifier="33"] .boks-liste > div h3 {
  color: #fff;
}
.opdater-webprofil {
  padding: 2rem;
  margin-bottom: 2rem;
  background: #FFE270;
}
#bruger-side #indhold > h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #005584;
}
#bruger-side .boks-liste {
  max-width: 1440px;
  margin: 0 auto 4rem auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
#bruger-side .boks-liste > div {
  background: #005584;
  color: #fff;
}
#bruger-side .boks-liste > div a,
#bruger-side .boks-liste > div h1,
#bruger-side .boks-liste > div h2,
#bruger-side .boks-liste > div h3 {
  color: #fff;
}
#edit-debtorinfo textarea {
  width: 100%;
}
#edit-debtorinfo h2 {
  background: #005584;
  color: #fff;
  padding: 5px 10px;
}
#edit-debtorinfo #cke_input-debtorDescription {
  width: 100% !important;
  margin-top: 15px;
}
#edit-debtorinfo .webBeskrivelse,
#edit-debtorinfo .webAktiviteter,
#edit-debtorinfo .webKontakter {
  border: 3px solid #005584;
  margin-bottom: 20px;
  padding: 15px;
}
#edit-debtorinfo .webBeskrivelse button,
#edit-debtorinfo .webAktiviteter button,
#edit-debtorinfo .webKontakter button {
  padding: 5px 15px;
  background: transparent;
  border: 2px solid #005584;
  cursor: pointer;
  color: #005584;
  margin-top: 10px;
}
#edit-debtorinfo .webBeskrivelse button:hover,
#edit-debtorinfo .webAktiviteter button:hover,
#edit-debtorinfo .webKontakter button:hover {
  background: #005584;
  color: #fff;
}
#edit-debtorinfo .webKontakter ul {
  list-style: none;
  padding: 0;
}
#edit-debtorinfo .webKontakter ul li span {
  margin-right: 15px;
}
#edit-debtorinfo .webKontakter ul li span:after {
  content: ':';
}
#edit-debtorinfo .webKontakter .toolbox a {
  margin-right: 15px;
}
#edit-debtorinfo #debtor-description-heading,
#edit-debtorinfo #contacts-heading,
#edit-debtorinfo #debtor-categories-heading {
  margin: -15px -15px 0 -15px;
}
#edit-debtorinfo #debtor-categories-heading {
  margin-bottom: 15px;
}
#edit-debtorinfo #ekstra-infoboks2 h2 {
  background: none;
}
#edit-debtorinfo #debtor-categories-input-line span.select2 {
  width: 100% !important;
}
#edit-debtorinfo #debtor-description-edit-link-line #debtor-profile-display-link {
  position: absolute;
  top: 0;
  left: 55.4%;
  background: #878786;
  color: #000;
  text-decoration: none;
  padding: 10px;
}
#edit-debtorinfo #debtor-description-edit-link-line #debtor-profile-display-link:hover {
  background: #7a7a79;
  text-decoration: underline;
}
#edit-debtorinfo #contacts-form label {
  display: block;
}
#edit-debtorinfo #contacts-form input,
#edit-debtorinfo #contacts-form select {
  width: 100%;
}
#edit-debtorinfo #contacts-form select,
#edit-debtorinfo #contacts-form input {
  padding: 5px;
}
#edit-debtorinfo #contacts-form button {
  padding: 5px 15px;
  background: transparent;
  border: 2px solid #005584;
  cursor: pointer;
  color: #005584;
  margin-top: 10px;
}
#edit-debtorinfo #contacts-form button:hover {
  background: #005584;
  color: #fff;
}
label.udvidet-flerliste {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.ext-multifield-container {
  width: 100%;
  margin-bottom: 1rem;
}
.ext-multifield-container table {
  width: 100%;
  border-collapse: collapse;
}
.ext-multifield-container table thead {
  background: #005584;
  color: #fff;
}
.ext-multifield-container table td,
.ext-multifield-container table th {
  border: 1px solid #ccc;
  font-size: 1rem;
}
.ext-multifield-container table td input[type="checkbox"],
.ext-multifield-container table th input[type="checkbox"] {
  position: relative !important;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
}
.ext-multifield-container .value-selector-container {
  display: grid;
  grid-template-columns: 300px 150px;
  margin-top: 0.5rem;
}
.ext-multifield-container .value-selector-container label {
  grid-column: 1 / -1;
}
/* Ressourcebooking */
#resourcebooking,
#resourceserialbooking {
  position: relative;
}
#resourcebooking #ekstra-infoboks1,
#resourceserialbooking #ekstra-infoboks1 {
  display: none;
}
#resourcebooking #ekstra-infoboks2,
#resourceserialbooking #ekstra-infoboks2 {
  padding-top: 8px;
  padding-bottom: 8px;
  top: 70px;
  left: 724px;
}
#resourcebooking #indhold,
#resourceserialbooking #indhold {
  padding: 0;
}
#resourcebooking #booking-help,
#resourceserialbooking #booking-help {
  position: absolute;
  top: 55px;
  right: 200px;
  font-size: 1.4em;
}
#resourcebooking #booking-help img,
#resourceserialbooking #booking-help img {
  display: inline-block;
  transform: rotate(55deg);
  position: absolute;
  left: -60px;
  top: -10px;
}
#resourcebooking .resbook-calendar-format-links,
#resourceserialbooking .resbook-calendar-format-links {
  position: absolute;
  right: 0;
  top: 325px;
}
#resourcebooking .resbook-calendar-format-links a,
#resourceserialbooking .resbook-calendar-format-links a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 5px 10px;
  color: #000;
}
#resourcebooking .resbook-calendar-format-links a:hover,
#resourceserialbooking .resbook-calendar-format-links a:hover {
  text-decoration: none;
}
#resourcebooking .resbook-calendar-format-links a:last-child,
#resourceserialbooking .resbook-calendar-format-links a:last-child {
  margin: 0;
}
#resourcebooking .calendar-color-legend,
#resourceserialbooking .calendar-color-legend {
  position: absolute;
  right: 0;
  top: 367px;
}
#resourcebooking .calendar-color-legend > div,
#resourceserialbooking .calendar-color-legend > div {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
#resourcebooking .calendar-color-legend > div div,
#resourceserialbooking .calendar-color-legend > div div {
  display: inline-block;
  margin-right: 2px;
  vertical-align: top;
}
#resourcebooking .calendar-color-legend > div:last-child,
#resourceserialbooking .calendar-color-legend > div:last-child {
  margin: 0;
}
#resourcebooking .calendar-color-legend div.open-legend .color,
#resourceserialbooking .calendar-color-legend div.open-legend .color {
  background-color: #fff;
  border: 1px solid #ccc;
}
#resourcebooking .calendar-color-legend div.partial-legend .color,
#resourceserialbooking .calendar-color-legend div.partial-legend .color {
  background-color: #f9e3a4;
}
#resourcebooking .calendar-color-legend div.full-legend .color,
#resourceserialbooking .calendar-color-legend div.full-legend .color {
  background-color: #e06666;
}
#resourcebooking .calendar-color-legend div.too-old,
#resourceserialbooking .calendar-color-legend div.too-old {
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQYlWN48ODBfwY84P379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII) #eaeaea;
  background-color: rgba(0, 0, 0, 0.2) !important;
}
#resourcebooking .calendar-color-legend div.blocked,
#resourceserialbooking .calendar-color-legend div.blocked {
  width: 15px;
  height: 15px;
  background: rgba(224, 102, 102, 0.56) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQYlWN48ODBfwY84P379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
}
#resourcebooking .resource-search,
#resourceserialbooking .resource-search {
  margin-bottom: 50px;
  color: #fff;
  width: 100%;
}
#resourcebooking .resource-search-form.serial,
#resourceserialbooking .resource-search-form.serial {
  height: auto;
}
#resourcebooking .resource-search-form.serial .weekday label.error,
#resourceserialbooking .resource-search-form.serial .weekday label.error {
  color: #fff;
}
#resourcebooking .resource-search-form.serial .weekday input,
#resourceserialbooking .resource-search-form.serial .weekday input {
  align-self: center;
  height: auto !important;
}
#resourcebooking .resource-search-form.serial .weekday input.error,
#resourceserialbooking .resource-search-form.serial .weekday input.error {
  outline: 1px solid red;
}
#resourcebooking .resource-search-form,
#resourceserialbooking .resource-search-form {
  padding: 1em;
  position: relative;
  background: #005584;
  width: 700px;
  height: 242px;
}
#resourcebooking .resource-search-form fieldset,
#resourceserialbooking .resource-search-form fieldset {
  vertical-align: top;
  border: none;
  margin: 0;
  height: 100%;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group {
  height: auto;
  padding-bottom: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group .search-criterion,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group .search-criterion {
  width: 47%;
  display: inline-block;
  padding: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group label,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group label {
  height: 20px;
  color: #fff;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group input,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group input,
#resourcebooking .resource-search-form fieldset.resource-search-field-group select,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group select {
  height: 30px;
  padding: 0.2em 1em 0.2em 0.5em;
  width: 100%;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group select::-ms-expand,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group select::-ms-expand {
  display: none;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group button,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group button {
  height: 30px;
  width: 47%;
  display: inline-block;
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
}
#resourcebooking .resource-search-form fieldset.resource-search-field-group button:hover,
#resourceserialbooking .resource-search-form fieldset.resource-search-field-group button:hover {
  color: #000;
  background: #fff;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group {
  height: auto;
  width: auto;
  padding-top: 0;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group div,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div {
  padding-top: 10px;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group div button,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div button {
  height: 30px;
  width: 55px;
  padding: 0;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
}
#resourcebooking .resource-search-form fieldset.resource-search-button-group div button:hover,
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div button:hover {
  color: #000;
  background: #fff;
}
#resourcebooking .resource-search-form div,
#resourceserialbooking .resource-search-form div {
  display: inline-block;
  margin-right: 1em;
}
#resourcebooking .resource-search-form div:last-child,
#resourceserialbooking .resource-search-form div:last-child {
  margin-right: 0;
}
#resourcebooking .resource-search-form div label,
#resourceserialbooking .resource-search-form div label {
  display: block;
}
#resourcebooking .resource-search-form div input,
#resourceserialbooking .resource-search-form div input {
  margin-top: -1px;
}
#resourcebooking .resource-search-form .resource-search-location select,
#resourceserialbooking .resource-search-form .resource-search-location select {
  width: 200px;
}
#resourcebooking .resource-search-form .resource-search-startdate input,
#resourceserialbooking .resource-search-form .resource-search-startdate input {
  width: 90px;
}
#resourceserialbooking .resource-search-form {
  position: relative;
  height: 320px;
}
#resourceserialbooking .resource-search-form .resource-search-repetition-group {
  height: auto;
  width: 100%;
}
#resourceserialbooking .resource-search-form .resource-search-repetition-group .serial-search-days {
  display: flex;
  margin: 15px 0 0 0;
}
#resourceserialbooking .resource-search-form .resource-search-repetition-group .serial-search-days .weekday {
  display: flex;
  margin: 0 10px 0 0;
}
#resourceserialbooking .resource-search-form .resource-search-repetition-group .serial-search-days .weekday input[type='checkbox'] {
  height: 24px;
  margin: 0 5px 0 0;
}
#resourceserialbooking .resource-search-form fieldset.resource-search-button-group div.search-button-container button {
  width: 302px;
}
#resourceserialbooking .calendar-color-legend {
  position: static;
}
#resourcebookingform .booking-survey,
#resbook-create .booking-survey {
  border: 3px solid #005584;
  width: 100%;
}
#resourcebookingform .fieldset-price,
#resbook-create .fieldset-price {
  border: 3px solid #005584;
  width: 100%;
}
#resourcebookingform .fieldset-activity,
#resbook-create .fieldset-activity {
  border: 3px solid #005584;
  width: 100%;
}
#resourcebookingform .fieldset-calendar,
#resbook-create .fieldset-calendar {
  border: 3px solid #005584;
  width: 100%;
}
#resourcebookingform .fieldset-contact,
#resbook-create .fieldset-contact {
  border: 3px solid #005584;
  width: 100%;
}
#resourcebookingform .fieldset-bookingfor,
#resbook-create .fieldset-bookingfor {
  border: 3px solid #005584;
  width: 100%;
}
.date-navigator {
  clear: both;
  width: 100%;
  margin: 1em 0 0.5em 0;
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}
.date-navigator .start-date,
.date-navigator .end-date {
  margin: 0;
  font-weight: normal;
}
.date-navigator a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.alignleft {
  text-align: left;
}
.resource-table-holder {
  display: block;
  width: 100%;
  height: calc(100vh - 636px);
  min-height: 360px;
  overflow: scroll;
}
table.resource-table.month thead th {
  width: 75px;
}
table.resource-table.month tbody td {
  position: relative;
}
table.resource-table.month tbody td div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
table.resource-table:not(.week):not(.month) thead th:not(.SearchHeading) {
  width: 75px;
}
table.resource-table.week thead th:not(.SearchHeading) {
  width: 90px;
}
table.resource-table.week tbody td {
  position: relative;
}
table.resource-table.week tbody td div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
table.resource-table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: rgba(224, 102, 102, 0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQYlWN48ODBfwY84P379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
}
table.resource-table th.SearchHeading {
  z-index: 100 !important;
}
table.resource-table .row-header {
  text-align: left;
  z-index: 20 !important;
  position: relative;
}
table.resource-table .row-header .resource-name {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.5em 0;
}
table.resource-table .row-header .resource-description {
  white-space: normal;
  font-weight: normal;
  max-height: 35px;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
table.resource-table .row-header .resource-description img {
  max-width: 100%;
}
table.resource-table .row-header .resource-description:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 3em;
}
table.resource-table .row-header .resource-description .descriptionToggler {
  background: url(open-icon.png) center right no-repeat;
}
table.resource-table .row-header .resource-description.showAll .descriptionToggler {
  background: url(close-icon.png) center right no-repeat;
}
table.resource-table .row-header .resource-description.showAll {
  max-height: 900px;
  transition: max-height 2s ease-in-out;
}
table.resource-table .row-header .resource-description.showAll:after {
  content: none;
}
table.resource-table .row-header .resource-description.showAll img {
  display: block;
}
table.resource-table .row-header .resource-description .location {
  margin-bottom: 20px;
}
table.resource-table .row-header .resource-description .area {
  margin-bottom: 1em;
}
table.resource-table .row-header .resource-description .description-text {
  position: relative;
}
table.resource-table .row-header .resource-description .description-text img {
  max-width: 100%;
}
table.resource-table .row-header .resource-description .descriptionToggler {
  height: 30px;
  width: 100%;
  font-size: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
table.resource-table .row-header .resource-description .descriptionToggler :hover {
  cursor: pointer;
}
table.resource-table thead th {
  background: #fff;
  background-clip: padding-box;
  text-align: center;
  z-index: 10;
}
table.resource-table thead th:first-child {
  width: 300px;
}
table.resource-table th {
  padding: 5px 3px;
  z-index: 40000;
}
table.resource-table th:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  border-width: 1px 0px 1px 1px;
}
table.resource-table th:first-child:after {
  border-left-width: 1px;
}
table.resource-table td.blocked.booked {
  background-color: #e06666 !important;
  background: none;
  color: #fff;
}
table.resource-table td.open {
  background-color: #fff !important;
  border-color: #ccc !important;
  cursor: pointer;
}
table.resource-table td.partial {
  background-color: #f9e3a4 !important;
  border-color: #d2c08a !important;
}
table.resource-table td.full {
  background-color: #e06666 !important;
  border-color: #d65858 !important;
}
table.resource-table td.too-old,
table.resource-table td.too-new {
  background-color: #c7c7c7 !important;
  background: #eaeaea url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAALElEQVQYlWN48ODBfwY84P379//v3buHVw1cEV7DRhUxMDAwMBCj6P379/8BOBpuKdEIDHIAAAAASUVORK5CYII=);
  border-color: #ccc !important;
}
table.resource-table td.available {
  background: #ffffff;
  cursor: pointer;
  font-size: 0;
}
table.resource-table td {
  position: relative;
  border: 1px solid #ccc;
}
table.resource-table td.available:hover {
  background: #b6d7a8;
}
table.resource-table tbody th {
  background-color: #fff;
  border-color: #ccc;
  background-clip: padding-box;
}
table.resource-table a {
  padding: 3px 5px;
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
}
table.resource-table a:hover {
  background: transparent;
  border: none;
  color: #005576;
}
table.resource-table .timeslot-content {
  text-align: center;
  height: 100%;
  word-wrap: break-word;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.application-table-holder {
  clear: both;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 1.5em;
}
#cart-details {
  margin-top: 1em;
}
#cart-details > h2 {
  font-size: 1.5em;
}
#cart-details .detail-item {
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
}
#cart-details .detail-item .resbook-details {
  margin-bottom: 10px;
}
#cart-details .detail-item .resbook-details .resource-name {
  background-color: #005584;
  color: #ffffff;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 5px 6px 5px 10px;
}
#cart-details .detail-item .resbook-details p .label,
#cart-details .detail-item .resbook-details p .date,
#cart-details .detail-item .resbook-details p .time {
  display: inline-block;
  width: 50px;
}
#cart-details .detail-item .resbook-details .separator {
  margin-left: 5px;
}
#cart-details .detail-item .resbook-details .booking-start {
  margin-left: 10px;
}
#cart-details .detail-item .resbook-details .booking-start:before {
  content: 'Tidsrum';
  font-family: 'roboto Condensed', sans-serif;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px 0px;
}
#cart-details .detail-item .resbook-details .booking-end {
  margin-left: 10px;
}
#cart-details .detail-item .resbook-details .prop-list {
  padding-left: 25px;
}
#cart-details .detail-item .resbook-details .prop-list:before {
  content: 'Tilvalg';
  font-family: 'roboto Condensed', sans-serif;
  font-size: 1.1em;
  display: block;
  font-weight: bold;
  margin: 10px 0 5px -17px;
}
#cart-details .detail-item .survey-result {
  padding: 10px;
  padding-top: 0;
}
#cart-details .detail-item .survey-result h4 {
  margin-bottom: 5px;
}
#cart-details .detail-item .survey-result .question {
  display: block;
}
#cart-details .detail-item .survey-result div {
  margin-bottom: 1em;
}
#payment-details {
  margin-top: 1em;
  font-size: 0.9em;
}
#payment-receipt .resbook-details {
  margin: 0 0 1em;
}
#payment-receipt .buttonDesign {
  margin-top: 5px;
  margin-right: 5px;
  text-decoration: none;
  line-height: 20px;
}
/*Resourcebooking detaljeside */
#resourcebookingform legend,
#resbook-create legend {
  width: auto;
}
#resourcebookingform #indhold h1,
#resbook-create #indhold h1 {
  display: none;
  box-shadow: none;
}
#resourcebookingform .map,
#resbook-create .map {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 10px 0;
  min-height: 250px;
  position: relative;
  margin: 0;
  width: 100%;
  padding: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  border-radius: 5px 5px 5px 5px;
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
}
#resourcebookingform .map-frame,
#resbook-create .map-frame {
  position: absolute;
  height: 100%;
  width: 100%;
  border: none;
}
#resourcebookingform .location-info .heading,
#resbook-create .location-info .heading,
#resourcebookingform .resource-info .heading,
#resbook-create .resource-info .heading {
  font-size: 140%;
  font-weight: bold;
  padding: 0 0 0.5em;
}
#resourcebookingform .location-info .name,
#resbook-create .location-info .name,
#resourcebookingform .resource-info .name,
#resbook-create .resource-info .name {
  font-weight: bold;
}
#resourcebookingform .location-info,
#resbook-create .location-info {
  background: none;
  margin-bottom: 2.5em;
}
#resourcebookingform .location-info .location-address,
#resbook-create .location-info .location-address {
  max-width: 40%;
}
#resourcebookingform .location-info .location-name,
#resbook-create .location-info .location-name {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#resourcebookingform .location-info .location-description,
#resbook-create .location-info .location-description {
  display: none;
}
#resourcebookingform .location-info .location-address .location-street,
#resbook-create .location-info .location-address .location-street {
  display: inline-block;
}
#resourcebookingform .location-info .location-address .location-street span.label,
#resbook-create .location-info .location-address .location-street span.label {
  font-weight: bold;
}
#resourcebookingform .location-info .location-address .location-street span.label:after,
#resbook-create .location-info .location-address .location-street span.label:after {
  content: ':';
}
#resourcebookingform .location-info .location-address .location-street span.street:after,
#resbook-create .location-info .location-address .location-street span.street:after {
  content: ',';
}
#resourcebookingform .location-info .location-address .location-zipcity,
#resbook-create .location-info .location-address .location-zipcity {
  display: inline-block;
}
#resourcebookingform .location-info .location-address .location-zipcity span.label,
#resbook-create .location-info .location-address .location-zipcity span.label {
  display: none;
}
#resourcebookingform .location-info .location-address .location-city span.label,
#resbook-create .location-info .location-address .location-city span.label {
  display: none;
}
#resourcebookingform .location-info .location-address .location-gps,
#resbook-create .location-info .location-address .location-gps {
  display: none;
}
#resourcebookingform .location-info .location-address span,
#resbook-create .location-info .location-address span {
  display: inline-block;
}
#resourcebookingform .info,
#resbook-create .info {
  background: #005584;
  color: #fff;
  margin-top: 30px;
  position: relative;
  padding: 2em;
}
#resourcebookingform .info .resource-info .resource-name,
#resbook-create .info .resource-info .resource-name {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
#resourcebookingform .info .resource-info .resource-area span.label:not(.postfix),
#resbook-create .info .resource-info .resource-area span.label:not(.postfix),
#resourcebookingform .info .resource-info .resource-num-people span.label,
#resbook-create .info .resource-info .resource-num-people span.label {
  font-weight: bold;
}
#resourcebookingform .info .resource-info .resource-description,
#resbook-create .info .resource-info .resource-description {
  margin-top: 2em;
  max-width: 55%;
}
#resourcebookingform .info .resource-info .resource-description .label,
#resbook-create .info .resource-info .resource-description .label {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 1em;
}
#resourcebookingform .info .resource-info .resource-description .label:after,
#resbook-create .info .resource-info .resource-description .label:after {
  content: ':';
}
#resourcebookingform .info .resource-info .resource-description ul,
#resbook-create .info .resource-info .resource-description ul {
  margin: 0;
  padding: 0 30px;
}
#resourcebookingform .info .resource-info .image-container,
#resbook-create .info .resource-info .image-container {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 40%;
  height: 90%;
  overflow: hidden;
}
#resourcebookingform .info .resource-info img,
#resbook-create .info .resource-info img {
  width: 100% !important;
  height: auto !important;
}
#resbook-create fieldset input,
#resbook-create fieldset select {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
}
#resbook-create fieldset button {
  margin-top: 15px;
}
#resbook-create .resbook-edit-table {
  width: 100%;
  margin-top: 30px;
  border: 3px solid #005584;
  border-collapse: collapse;
}
#resbook-create .resbook-edit-table th,
#resbook-create .resbook-edit-table td {
  border: 1px solid #005584;
}
#resbook-create .resbook-edit-table th {
  background: #005584;
  color: #fff;
}
.bruger-formular {
  margin-bottom: 4rem;
}
.bruger-formular .skal-udfyldes-symbol {
  display: none;
}
.bruger-formular label.fil-felt {
  width: 100%;
}
.bruger-formular label.fil-felt:after {
  content: '*';
  color: #800;
  margin-left: 3px;
}
#ekstra-side-tilskudsregnskab input[readonly] {
  background: #ebebe4;
  color: #545454;
  border: 1px solid #a9a9a9;
}
.res-form {
  vertical-align: top;
  margin-right: 15px;
  display: block;
  width: 100%;
  position: relative;
}
.res-form .weekday-fields legend {
  width: auto;
  margin: 0;
}
.res-form fieldset {
  width: 50%;
  margin: 0 0 1em 0;
  border: 3px solid #878786;
  background: #fff;
  padding: 1.5em;
}
.res-form fieldset legend {
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.3em;
}
.res-form fieldset span.date-select-end,
.res-form fieldset span.time-select-end,
.res-form fieldset div.location-select {
  margin-top: 5px;
}
.res-form fieldset div.time-select {
  margin-top: 10px;
}
.res-form fieldset.fieldset-time {
  width: 100%;
  margin-top: 1em;
  padding-bottom: 4em;
  border: 3px solid #005584;
}
.res-form fieldset.fieldset-time div {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  vertical-align: top;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap,
.res-form fieldset.fieldset-time div .enddateendtimewrap {
  width: 100%;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap div .label,
.res-form fieldset.fieldset-time div .enddateendtimewrap div .label,
.res-form fieldset.fieldset-time div .startdatestarttimewrap div label,
.res-form fieldset.fieldset-time div .enddateendtimewrap div label {
  margin-right: 5px;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .startdate,
.res-form fieldset.fieldset-time div .enddateendtimewrap .startdate,
.res-form fieldset.fieldset-time div .startdatestarttimewrap .enddate-select,
.res-form fieldset.fieldset-time div .enddateendtimewrap .enddate-select {
  margin-right: 30px;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .startdate:before,
.res-form fieldset.fieldset-time div .enddateendtimewrap .startdate:before {
  width: 120px;
  content: 'Starttidspunkt: ';
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .enddate-select label,
.res-form fieldset.fieldset-time div .enddateendtimewrap .enddate-select label {
  margin-right: 17px;
}
.res-form fieldset.fieldset-time div .startdatestarttimewrap .enddate-select:before,
.res-form fieldset.fieldset-time div .enddateendtimewrap .enddate-select:before {
  width: 120px;
  content: 'Sluttidspunkt: ';
}
.res-form fieldset.fieldset-time .resource-table-holder {
  display: inline-block;
  width: calc(100% - 380px);
  min-height: auto;
  height: auto;
  overflow-y: hidden;
  overflow-x: scroll;
}
.res-form fieldset.fieldset-time .resource-table-holder .resource-table thead th {
  position: relative;
  width: 40px;
  font-size: 0.8em;
  /*
						&:after {
							content: '';
							position: absolute;
							top: 0;
							bottom: 0;
							left: 0;
							right: 0;
							border: 1px solid #888;
							z-index: 10;
							
						}
						*/
}
.res-form fieldset.fieldset-time .resource-table-holder .resource-table thead th:first-child {
  width: 40px;
}
.res-form fieldset.fieldset-time .resource-table-holder .resource-table td.current {
  background-color: #b6d7a8 !important;
}
.res-form fieldset.fieldset-subject .subject label {
  margin-right: 1em;
}
.res-form fieldset.fieldset-price .label {
  margin-right: 1em;
}
.res-form fieldset.fieldset-bookingfor {
  width: 100%;
  border: 3px solid #005584;
}
.res-form fieldset.fieldset-bookingfor label[for='input-bookingfor'] {
  display: block;
  width: 100%;
  margin-bottom: 0.2em;
}
.res-form fieldset.fieldset-props #prop-list {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  width: 100%;
}
.res-form fieldset.fieldset-props #prop-list li {
  width: 30%;
  height: 100px;
  margin-bottom: 1em;
}
.res-form fieldset.fieldset-props #prop-list li label {
  width: 100%;
}
.res-form fieldset.fieldset-props label {
  display: inline-block;
  width: 100px;
}
.res-form fieldset.fieldset-props label:after {
  content: ':';
}
.res-form fieldset.fieldset-props select {
  min-width: 75px;
}
.res-form fieldset.booking-survey div.survey-question {
  width: 100%;
  margin-bottom: 1em;
}
.res-form fieldset.booking-survey div.survey-question label {
  display: block;
}
.res-form fieldset.booking-survey div.survey-question input[type='text'] {
  padding: 0.5em;
  width: 100%;
}
.res-form fieldset.booking-survey div.survey-question textarea {
  width: 100%;
}
.res-form fieldset.booking-survey div.survey-question.error label {
  font-weight: bold;
  color: #800;
}
.res-form fieldset.booking-survey fieldset {
  width: 100%;
  border: 1px solid #878786;
}
.res-form fieldset.booking-survey fieldset legend {
  font-size: 1em;
}
.res-form fieldset.booking-survey fieldset label.radio-label {
  display: inline-block;
}
.res-form fieldset.fieldset-buttons {
  border: 0;
  padding-left: 0;
  margin: 0 auto;
  text-align: center;
}
.res-form fieldset.fieldset-buttons button {
  padding: 10px 20px;
  color: #005584;
  background: transparent;
  border: 2px solid #005584;
  cursor: pointer;
}
.res-form fieldset.fieldset-buttons button:hover {
  background: #005584;
  color: #fff;
}
.res-form #resource-submit-button:before {
  content: '\25B6';
  font-size: 20px;
}
.res-form #location-submit-button:before {
  font-family: 'FontAwesome';
  content: '\f0b0';
}
.res-service-search-result {
  background: #fff;
  padding: 2em;
}
.res-service-search-result h2.resource-name,
.res-service-search-result h2.booking-date {
  display: inline-block;
  background: #005584;
  color: #fff;
  padding: 0.5em 1em;
}
.res-service-search-result .toolbox {
  padding: 10px 0;
}
.res-service-search-result .toolbox a {
  display: inline-block;
  padding: 0 0 0 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin: 0 25px 0 0;
}
.res-service-search-result .toolbox .inactive {
  opacity: 0.3;
}
.res-service-search-result .toolbox .details-link {
  background-image: url(../../billeder/icon-edit.png);
}
.res-service-search-result .toolbox .mail-link {
  background-image: url(../../billeder/icon-mail.png);
}
.res-service-search-result .toolbox .sms-link {
  background-image: url(../../billeder/icon-sms.png);
}
.res-service-search-result .toolbox .cancel-link {
  background-image: url(../../billeder/icon-delete.png);
}
.res-booking-list-container {
  display: block;
  background-color: #fff;
  border-top: 2px solid #005584;
  margin-bottom: 2em;
}
.res-booking-list {
  border-collapse: collapse;
  width: 100%;
}
.res-booking-list thead {
  background-color: #fff;
  color: #000;
}
.res-booking-list thead th {
  text-align: left;
}
.res-booking-list thead th.time {
  width: 10%;
}
.res-booking-list thead th.name {
  width: 26%;
}
.res-booking-list thead th.phone {
  width: 12%;
}
.res-booking-list thead th.mobile {
  width: 12%;
}
.res-booking-list thead th.email {
  width: 20%;
}
.res-booking-list thead th.toolbox {
  width: 10%;
}
.res-booking-list tbody {
  width: 100%;
  background-color: #fff;
}
.res-booking-list tbody tr:hover {
  background-color: #ccc;
}
.res-booking-list tbody td {
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  text-align: left;
}
.res-booking-list tbody td.date {
  width: 10%;
}
.res-booking-list tbody td.time {
  width: 10%;
}
.res-booking-list tbody td.name {
  width: 26%;
}
.res-booking-list tbody td.phone {
  width: 12%;
}
.res-booking-list tbody td.mobile {
  width: 12%;
}
.res-booking-list tbody td.email {
  width: 20%;
}
.res-booking-list tbody td.toolbox {
  width: 10%;
}
.res-booking-list th,
.res-booking-list td {
  padding: 5px 8px;
}
.res-booking-list .toolbox {
  padding: 5px 8px;
}
.res-booking-list .toolbox a,
.res-booking-list .toolbox span.inactive {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 0;
  padding: 16px 0 0 0;
  font-size: 0;
  margin: 0 0 0 10px;
}
#resServiceMailForm {
  margin: 0 auto;
  width: 660px;
}
#resServiceMailForm fieldset {
  border: none;
}
#resServiceMailForm .button-line {
  margin-top: 1em;
}
#resServiceMailForm .button-line button {
  padding: 1em 2em;
}
#input-mailbody {
  width: 650px;
}
#resourceservicecancel fieldset {
  border: 3px solid #005584;
}
#resourceservicecancel fieldset legend {
  width: auto;
}
#resourceservicecancel #indhold {
  width: 1080px;
}
#resourceservicecancel .confirm-line {
  padding-top: 15px;
  border-top: 1px solid #005584;
}
#resourceservicecancel .smsbody-line label,
#resourceservicecancel .mailbody-line label {
  display: block;
  width: auto;
}
#resourceservicecancel label[for='input-mailsubject'] {
  margin-right: 15px;
}
#resourceservicecancel .mailsubject-line input {
  width: 400px;
}
#resourceservicecancel .res-booking-list {
  margin: 0 auto;
  width: 100%;
}
#resourceservicecancel .res-booking-list tbody td {
  border-top: 1px solid #005584;
}
.recipient-count-line {
  font-size: 90%;
  font-style: italic;
}
.meddelelse {
  font-weight: bold;
  color: #000;
  font-size: 110%;
  min-height: 24px;
}
.meddelelse:before {
  content: ' ';
  background: url(../../billeder/icon-warning.png) no-repeat 50% 50%;
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-top: -3px;
  padding: 0;
}
.date-select span,
.time-select span,
.location-select span {
  width: 13em;
  display: inline-block;
  vertical-align: top;
}
.date-select label,
.time-select label,
.location-select label,
.search-keyword label {
  width: 5em;
  display: inline-block;
  vertical-align: middle;
}
.date-select input,
.time-select input,
.location-select input {
  width: 6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  text-align: right;
}
.time-select input {
  width: 4em;
}
.res-direction-line a,
.res-sort-line a {
  line-height: 3em;
  background: #005584;
  border: none;
  color: #ffffff;
  font-size: 90%;
  height: 3em;
  padding: 0 25px;
  font-family: helvetica, verdana, arial, sans-serif;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
}
.res-direction-line a:hover,
.res-sort-line a:hover {
  background-color: #04435c;
  text-decoration: none;
}
.res-direction-line a.btn-save,
.res-sort-line a.btn-save {
  background: #00843f;
}
.res-direction-line a.btn-save:hover,
.res-sort-line a.btn-save:hover {
  background-color: #006631;
}
.res-resource-list {
  padding: 0;
  margin: 0 0 0.5em;
  list-style: none;
}
.res-resource-list label {
  padding: 1px 5px;
  width: auto;
  font-size: 0.9em;
}
.res-resource-list input:checked + label {
  color: #000;
  border-radius: 3px;
}
.res-resource-list li {
  display: block;
  padding: 0 10px 0 0;
}
.resappl-resource-list {
  list-style: none;
  padding: 0;
}
#resourceansoegning-rediger #backButton a,
#resourceansoegning-opret #backButton a {
  display: block;
  line-height: 3em;
  background: #005584;
  border: none;
  font-size: 110%;
  height: 3em;
  color: #fff;
  padding: 0 25px;
  font-family: helvetica, verdana, arial, sans-serif;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
#resourceansoegning-rediger #backButton a:hover,
#resourceansoegning-opret #backButton a:hover {
  text-decoration: none;
  background: #173239;
}
#resourceansoegning-rediger .res-form,
#resourceansoegning-opret .res-form {
  width: 40%;
}
#resourceansoegning-rediger .res-form fieldset:first-child,
#resourceansoegning-opret .res-form fieldset:first-child {
  border: none;
}
#resourceansoegning-rediger .res-form fieldset:first-child #resource-name,
#resourceansoegning-opret .res-form fieldset:first-child #resource-name {
  font-size: 14px;
}
#resourceansoegning-rediger .res-form fieldset:first-child #resource-name .location:after,
#resourceansoegning-opret .res-form fieldset:first-child #resource-name .location:after {
  content: '-';
  margin: 0 5px;
  display: inline-block;
}
#resourceansoegning-rediger .res-form fieldset,
#resourceansoegning-opret .res-form fieldset {
  border: 3px solid #005584;
  width: 100%;
}
#resourceansoegning-rediger .resource-info,
#resourceansoegning-opret .resource-info {
  position: relative;
  width: 100%;
}
#resourceansoegning-rediger #app-edit-form,
#resourceansoegning-opret #app-edit-form {
  width: 100%;
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info,
#resourceansoegning-rediger #resbook-description-container-resource-info,
#resourceansoegning-opret #resbook-description-container-resource-info {
  background: #fff;
  width: 50%;
  border: 1px solid #005584;
  padding: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-name,
#resourceansoegning-opret #resbook-description-container-location-info .location-name,
#resourceansoegning-rediger #resbook-description-container-resource-info .location-name,
#resourceansoegning-opret #resbook-description-container-resource-info .location-name,
#resourceansoegning-rediger #resbook-description-container-location-info #resource-name,
#resourceansoegning-opret #resbook-description-container-location-info #resource-name,
#resourceansoegning-rediger #resbook-description-container-resource-info #resource-name,
#resourceansoegning-opret #resbook-description-container-resource-info #resource-name {
  font-size: 1.5em;
  font-weight: bold;
}
#resourceansoegning-rediger #resbook-description-container-location-info .resource-description,
#resourceansoegning-opret #resbook-description-container-location-info .resource-description,
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description {
  border: 1px solid #ccc;
  padding: 1em;
  min-height: 100px;
  margin-top: 1em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .resource-description span.label,
#resourceansoegning-opret #resbook-description-container-location-info .resource-description span.label,
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description span.label,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description span.label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
#resourceansoegning-rediger #resbook-description-container-location-info .image-container,
#resourceansoegning-opret #resbook-description-container-location-info .image-container,
#resourceansoegning-rediger #resbook-description-container-resource-info .image-container,
#resourceansoegning-opret #resbook-description-container-resource-info .image-container {
  position: absolute;
  top: 2em;
  right: 2em;
  width: 40%;
  height: 90%;
  overflow: hidden;
}
#resourceansoegning-rediger #resbook-description-container-location-info .image-container img,
#resourceansoegning-opret #resbook-description-container-location-info .image-container img,
#resourceansoegning-rediger #resbook-description-container-resource-info .image-container img,
#resourceansoegning-opret #resbook-description-container-resource-info .image-container img {
  width: 100% !important;
  height: auto !important;
}
#resourceansoegning-rediger button.btn-send,
#resourceansoegning-opret button.btn-send {
  background: #005584;
}
#resourceansoegning-rediger button.btn-send:hover,
#resourceansoegning-opret button.btn-send:hover {
  background: #00456b;
}
#resourceansoegning-rediger .date-select span,
#resourceansoegning-opret .date-select span,
#resourceansoegning-rediger .time-select span,
#resourceansoegning-opret .time-select span,
#resourceansoegning-rediger .location-select span,
#resourceansoegning-opret .location-select span {
  width: 13em;
  display: inline-block;
  vertical-align: top;
}
#resourceansoegning-rediger .date-select span label,
#resourceansoegning-opret .date-select span label,
#resourceansoegning-rediger .time-select span label,
#resourceansoegning-opret .time-select span label,
#resourceansoegning-rediger .location-select span label,
#resourceansoegning-opret .location-select span label {
  width: 5em;
  display: inline-block;
  vertical-align: middle;
}
#resourceansoegning-rediger div.participant-select,
#resourceansoegning-opret div.participant-select {
  margin-top: 20px;
}
#resourceansoegning-rediger div.error,
#resourceansoegning-opret div.error {
  color: red;
}
#resourceansoegning-rediger .date-select-start,
#resourceansoegning-opret .date-select-start,
#resourceansoegning-rediger .date-select-end,
#resourceansoegning-opret .date-select-end {
  display: inline-block;
  width: 48%;
}
#resourceansoegning-rediger .date-select-start label,
#resourceansoegning-opret .date-select-start label,
#resourceansoegning-rediger .date-select-end label,
#resourceansoegning-opret .date-select-end label {
  display: inline-block;
  width: 45%;
  margin-right: 3px;
}
#resourceansoegning-rediger .date-select-start input,
#resourceansoegning-opret .date-select-start input,
#resourceansoegning-rediger .date-select-end input,
#resourceansoegning-opret .date-select-end input {
  display: inline-block;
  width: 45%;
}
#resourceansoegning-rediger .prop-select,
#resourceansoegning-opret .prop-select {
  margin-top: 2em;
}
#resourceansoegning-rediger .prop-select label,
#resourceansoegning-opret .prop-select label {
  font-weight: bold;
}
#resourceansoegning-rediger .prop-select ul,
#resourceansoegning-opret .prop-select ul {
  padding: 0;
  list-style: none;
}
#resourceansoegning-rediger .prop-select ul li,
#resourceansoegning-opret .prop-select ul li {
  margin-bottom: 1em;
}
#resourceansoegning-rediger .prop-select ul li label,
#resourceansoegning-opret .prop-select ul li label {
  font-weight: normal;
  width: 150px;
  margin-right: 20px;
}
#resourceansoegning-rediger .prop-select ul li select,
#resourceansoegning-opret .prop-select ul li select {
  width: 100px;
}
#resourceansoegning-rediger .application-comments,
#resourceansoegning-opret .application-comments {
  display: none;
}
#resourceansoegning-rediger .application-comments .comments-select textarea,
#resourceansoegning-opret .application-comments .comments-select textarea {
  width: 100%;
  resize: none;
  height: 150px;
}
#resourceansoegning-rediger .day-pattern-selector .weekday-line .weekdays,
#resourceansoegning-opret .day-pattern-selector .weekday-line .weekdays {
  flex-flow: row wrap;
}
#resourceansoegning-rediger .day-pattern-selector .weekday-line .weekdays .weekday,
#resourceansoegning-opret .day-pattern-selector .weekday-line .weekdays .weekday {
  display: flex;
}
#resourceansoegning-rediger .day-pattern-page label,
#resourceansoegning-opret .day-pattern-page label {
  width: auto;
}
#resourceansoegning-rediger .day-pattern-page .monthly-day-count,
#resourceansoegning-opret .day-pattern-page .monthly-day-count {
  margin-bottom: 15px;
}
#resourceansoegning-rediger .fieldset-activity,
#resourceansoegning-opret .fieldset-activity {
  display: none;
}
.application-table {
  background-color: #eaeaea;
  min-width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #888;
  font-size: 0.8em;
}
.application-table caption {
  font-weight: bold;
  text-align: left;
  font-size: 120%;
  padding-bottom: 3px;
}
.application-table th {
  text-align: left;
  background-color: #005584;
  color: #ffffff;
}
.application-table th,
.application-table td {
  border: 1px dotted #888;
  padding: 3px 5px;
}
.application-table .weekday {
  width: 8%;
}
.application-table .date {
  width: 20%;
}
.application-table .time {
  width: 10%;
}
.application-table .participants {
  width: 10%;
}
.application-table .no-applications {
  color: #555;
  font-style: italic;
}
.application-table .toolbox {
  width: 70px;
  text-align: center;
  font-size: 85%;
}
.application-table .toolbox a {
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  padding-top: 16px;
  width: 16px;
  margin-right: 5px;
}
.application-table .toolbox a.edit-link {
  background-image: url(../../billeder/icon-edit.png);
}
.application-table .toolbox a.detail-link {
  background-image: url(../../billeder/icon-search.png);
}
.application-table .toolbox a.clone-link {
  background-image: url(../../billeder/icon-clone.png);
}
.application-table .toolbox a.delete-link {
  background-image: url(../../billeder/icon-delete.png);
}
.application-table .toolbox a.cancel-link {
  background-image: url(../../billeder/icon-cancel.png);
}
.application-table .toolbox a:last-child {
  margin: 0;
}
#resourceedit textarea {
  width: 100%;
}
#resourceedit #indhold h1:after {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 0.5em;
  content: 'Her kan du rediger beskrivelsen af de enkelte ressourcer.';
}
#resourceedit .resource-list-container {
  margin-top: 2em;
}
#resourceedit .resource-list-container ul {
  list-style: none;
  padding: 0;
}
#resourceedit #resbook-description-container {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  padding: 2em;
  margin: 0;
}
#resourceedit #resbook-description-container .resource-edit-link {
  padding: 0.5em 1em;
  background: #005584;
  color: #fff;
  margin-bottom: 2em;
}
#resourceedit fieldset.resbook-info-edit div {
  display: inline-block;
  margin-right: 20px;
}
#resourceedit fieldset.resbook-info-edit div label:after {
  content: ':';
  margin-right: 10px;
}
#resourceedit .resbook-info-form {
  background: #fff;
  width: 100%;
  padding: 2em;
  border: 1px solid #ccc;
}
#resourceedit .resbook-info-form fieldset {
  border: none;
}
#resourceedit .resbook-info-form button {
  padding: 0.5em 1em;
}
#resourceedit .resbook-info-form #cke_resbook-description-editor {
  width: 100% !important;
}
.create-application-link-line {
  text-align: right;
}
.create-application-link {
  display: inline-block;
  line-height: 3em;
  background: #005584;
  border: none;
  color: #ffffff;
  font-size: 110%;
  padding: 0 25px;
  text-decoration: none;
  font-family: helvetica, verdana, arial, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}
.create-application-link:hover {
  text-decoration: none;
  background: #173239;
}
.create-application-link.btn-save {
  background: #00843f;
}
.create-application-link.btn-save:hover {
  background-color: #006631;
}
#app-edit-form label {
  display: inline-block;
  vertical-align: middle;
  width: 9em;
}
#app-edit-form label[for^='input-weekday'] {
  width: 2.5em;
  padding: 2px 5px;
}
#app-edit-form input,
#app-edit-form select {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #888;
  padding: 3px;
}
#app-edit-form input:focus,
#app-edit-form select:focus {
  border-color: #005779;
}
#app-edit-form .weekday-select {
  margin-bottom: 1em;
  width: 102%;
}
#app-edit-form .weekday-select label {
  font-weight: bold;
}
#app-edit-form .weekday-select ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#app-edit-form .weekday-select ul li {
  display: inline-block;
  padding: 3px 0;
}
#app-edit-form .weekday-select ul li label {
  font-weight: normal;
}
#app-edit-form .weekday-select input:checked + label {
  background-color: #116f91;
  color: #fff;
}
#app-edit-form .date-select span,
#app-edit-form .time-select span {
  width: 100px;
  margin: 0 20px 0 0;
}
#app-edit-form .date-select span label,
#app-edit-form .time-select span label,
#app-edit-form .date-select span input,
#app-edit-form .time-select span input {
  display: block;
  margin: 0;
  width: 100%;
}
#app-edit-form .participant-select label {
  vertical-align: top;
}
#app-edit-form .participant-select label[for] {
  vertical-align: middle;
}
#app-edit-form .participant-select ul {
  display: block;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
#app-edit-form .participant-select ul li {
  margin-bottom: 10px;
}
#app-edit-form .participant-select input {
  width: 2.5em;
}
#app-edit-form .comments-select label {
  vertical-align: top;
}
#app-edit-form .comments-select textarea {
  width: 30em;
}
#app-edit-form .buttons button {
  margin: 0 25px 0 0;
  display: inline-block;
  background: #005584;
  border: none;
  color: #ffffff;
  font-size: 110%;
  height: 3em;
  padding: 0 25px;
  font-family: helvetica, verdana, arial, sans-serif;
  border-radius: 4px;
  cursor: pointer;
}
#ekstra-infoboks1 {
  text-align: right;
}
#ekstra-infoboks1 p {
  padding: 0;
}
#res-search-form input,
#res-location-form input,
#res-search-form select,
#res-location-form select {
  width: 200px;
  box-sizing: border-box;
  height: 25px;
}
#resbook-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#resbook-form .fieldset-participants select,
#resbook-form .fieldset-participants input {
  width: 15em;
}
#resbook-form .fieldset-participants select + input {
  display: block;
  margin-left: 10em;
}
#resbook-form .fieldset-participants .button-line {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}
#resbook-form .fieldset-participants .button-line button {
  font-size: 85%;
  padding: 0 10px;
}
#resbook-form .fieldset-bookingfor select {
  width: 15em;
}
/* ---- Sæsonbooking - Vælg ressoruce ---- */
#resourceansoegning-vaelg-ressource .search-container {
  align-self: flex-end;
  position: relative;
  background: rgba(0, 85, 132, 0.8);
  padding: 4em 0 1em 2em;
  width: 100%;
}
#resourceansoegning-vaelg-ressource .search-container .resource-search {
  width: 100%;
  margin-top: 5px;
}
#resourceansoegning-vaelg-ressource .search-container h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #005584;
  padding: 0.5em 1.3em;
  font-weight: normal;
  font-size: 1.5em;
}
#resourceansoegning-vaelg-ressource .search-container p {
  padding: 0;
}
#resourceansoegning-vaelg-ressource .search-container .helpText {
  width: 100%;
  color: #cac8c8;
}
#resourceansoegning-vaelg-ressource .resource-search-form {
  width: 100%;
  padding: 1em 1.8em;
  margin: 0 auto;
  position: relative;
  background: #005584;
}
#resourceansoegning-vaelg-ressource .resource-search-form legend {
  color: #fff;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset {
  display: inline-block;
  border: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group {
  width: auto;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group div {
  height: 45px;
  vertical-align: top;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group label {
  height: 20px;
  color: #fff;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group input,
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group select {
  box-sizing: border-box;
  height: 30px;
  padding: 0.2em 1em 0.2em 0.5em;
  border-radius: 0;
  border: 1px solid #ccc;
  vertical-align: top;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-field-group select::-ms-expand {
  display: none;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group div {
  padding-top: 20px;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group div button {
  height: 30px;
  width: 55px;
  padding: 0;
  font-weight: bold;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
}
#resourceansoegning-vaelg-ressource .resource-search-form fieldset.resource-search-button-group div button:hover {
  background: #fff;
  color: #005584;
}
#resourceansoegning-vaelg-ressource .resource-search-form div {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-form div:last-child {
  margin-right: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-form div label {
  display: block;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-location select {
  width: 200px;
}
#resourceansoegning-vaelg-ressource .resource-search-form .resource-search-startdate input {
  width: 90px;
  margin-right: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset {
  border: 3px solid #005584;
  margin-top: 2em;
  width: 100%;
  max-width: 700px;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset legend {
  width: auto;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .button-line {
  width: 100%;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result {
  list-style: none;
  padding: 0;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li {
  width: 100%;
  padding: 2em;
  border: 2px solid #005584;
  position: relative;
  margin-bottom: 1em;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li > input {
  position: absolute;
  left: 20px;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li label,
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li a {
  display: block;
  margin-left: 20px;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li a {
  color: #0000ee;
}
#resourceansoegning-vaelg-ressource .resource-search-result-form fieldset .resource-search-result li a:hover {
  text-decoration: underline;
}
#popupContent #ekstra-infoboks1,
#popupContent #ekstra-infoboks2 {
  display: none;
}
/* ---------------------------- */
/* ---- Sæsonbooking - opret ansøgning ---- */
#resourceansoegning-opret form.res-form fieldset:first-child {
  padding: 0;
}
#resourceansoegning-opret .time-change-link-container button {
  background: #fff;
  color: #005584;
  padding: 15px;
  border: 2px solid #005584;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 15px 0;
}
#resourceansoegning-opret .time-change-link-container button:hover {
  background: #005584;
  color: #fff;
}
.timeedit #ekstra-infoboks1,
.timeedit #ekstra-infoboks2 {
  display: none;
}
.timeedit #indhold {
  padding: 0;
}
.timeedit .res-form fieldset {
  min-width: inherit !important;
  max-width: inherit !important;
}
.timeedit .res-form .resbook-edit-table {
  width: 100%;
  border-collapse: collapse;
}
.timeedit .res-form .resbook-edit-table th {
  text-align: left;
}
.timeedit .res-form .resbook-edit-table td {
  border-bottom: 1px solid #005584;
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info,
#resourceansoegning-rediger #resbook-description-container-resource-info,
#resourceansoegning-opret #resbook-description-container-resource-info {
  border: none;
  background: #005584;
  color: #fff;
  padding: 2em;
  margin: 0;
  width: 100%;
}
#resourceansoegning-rediger #resbook-description-container-location-info,
#resourceansoegning-opret #resbook-description-container-location-info {
  padding-bottom: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-name,
#resourceansoegning-opret #resbook-description-container-location-info .location-name {
  font-size: 2em;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address div,
#resourceansoegning-opret #resbook-description-container-location-info .location-address div {
  display: inline-block;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .label,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .label {
  font-weight: bold;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .label:after,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .label:after {
  content: ':';
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-address .location-street .street:after,
#resourceansoegning-opret #resbook-description-container-location-info .location-address .location-street .street:after {
  content: ',';
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-zipcity .label,
#resourceansoegning-opret #resbook-description-container-location-info .location-zipcity .label {
  display: none;
}
#resourceansoegning-rediger #resbook-description-container-location-info .location-description,
#resourceansoegning-opret #resbook-description-container-location-info .location-description {
  display: none;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-name,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-name {
  font-size: 1.3em;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description {
  border: none;
  padding: 0;
  max-width: 50%;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description .label,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description .label {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}
#resourceansoegning-rediger #resbook-description-container-resource-info .resource-description .label:after,
#resourceansoegning-opret #resbook-description-container-resource-info .resource-description .label:after {
  content: ':';
}
#resourceansoegning-rediger .res-form #resource-name,
#resourceansoegning-opret .res-form #resource-name {
  display: none;
}
#resourceansoegning-rediger .res-form fieldset,
#resourceansoegning-opret .res-form fieldset {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey legend,
#resourceansoegning-opret .res-form fieldset.booking-survey legend {
  width: auto;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey .survey-question,
#resourceansoegning-opret .res-form fieldset.booking-survey .survey-question {
  margin-bottom: 1em;
}
#resourceansoegning-rediger .res-form fieldset.booking-survey label:not(.radio-label),
#resourceansoegning-opret .res-form fieldset.booking-survey label:not(.radio-label) {
  width: 100%;
}
#resourceansoegning-rediger .res-form fieldset.knapset,
#resourceansoegning-opret .res-form fieldset.knapset {
  border: none;
}
#resourceservice #indhold {
  padding: 0;
}
#resourceservice input {
  margin: 5px 0;
}
#resourceservice button {
  margin-top: 15px;
}
#resourceservice fieldset {
  border: 3px solid #005584;
  width: 50%;
}
#resourceservice fieldset legend {
  width: auto;
}
#resourceservice .res-service-search-result {
  padding: 0;
}
#resourceservice table {
  border: 3px solid #005584;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#resourceservice .res-booking-list-container {
  border: none;
  margin: 0;
}
#resourceservice #printResultsButton {
  padding: 5px 15px;
  background: transparent;
  border: 2px solid #005584;
  color: #005584;
  cursor: pointer;
}
#resourceservice #printResultsButton:hover {
  background: #005584;
  color: #fff;
}
#resourceservicemail label[for='input-mailsubject'] {
  margin-right: 15px;
}
#resourceedit .resource-list-container {
  padding: 0 25px;
  border: 3px solid #005584;
  margin-bottom: 30px;
}
#resourceedit .resource-list-container li {
  margin: 10px 0;
}
#resourceedit .resource-list-container a {
  text-decoration: none;
  color: #005584;
  padding: 5px;
  border: 1px solid transparent;
  text-decoration: underline;
}
#resourceedit .resource-list-container a:hover {
  border: 1px solid #005584;
}
#resourceedit #resbook-description-container p .resource-edit-link {
  text-decoration: none;
  background: transparent;
  border: 2px solid #005584;
  color: #005584;
}
#resourceedit #resbook-description-container p .resource-edit-link:hover {
  background: #005584;
  color: #fff;
}
#resourceedit .resbook-info-edit input {
  display: block;
}
#payment-receipt .ordre-detaljer {
  background: transparent;
  border: 3px solid #005584;
  padding: 0;
}
#payment-receipt .ordre-detaljer .label {
  margin-right: 10px;
}
#payment-receipt .ordre-detaljer .resource-name {
  margin-top: 0;
  padding: 10px 25px;
  color: #fff;
  background: #005584;
}
#payment-receipt .ordre-detaljer .booking-start,
#payment-receipt .ordre-detaljer .booking-end,
#payment-receipt .ordre-detaljer #payment-details {
  padding: 0 25px;
}
#payment-receipt .ordre-detaljer #payment-details {
  padding-bottom: 25px;
}
body[data-wk-page-identifier="1"] .pick-user-type {
  margin-bottom: 2rem;
}
body[data-wk-page-identifier="1"] .pick-user-type > div {
  display: grid;
  grid-template-columns: 1fr 200px;
  margin: 0;
  width: 100%;
  max-width: 500px;
}
body[data-wk-page-identifier="1"] .pick-user-type > div label {
  grid-column: 1 / -1;
  margin-bottom: 3px;
  font-weight: bold;
}
body[data-wk-page-identifier="1"] #infowrapper .infoboxtitle {
  display: none;
  width: 100%;
  background: #005584;
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
}
body[data-wk-page-identifier="1"] #infowrapper .infobox {
  display: none;
  padding: 5px 15px;
  border: 1px solid #005584;
}
body[data-wk-page-identifier="1"] label {
  margin-top: 10px;
  display: block;
}
body[data-wk-page-identifier="1"] #infodone {
  padding: 0.5rem;
  margin-left: 15px;
  background: #005584;
  border: 2px solid #005584;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
body[data-wk-page-identifier="1"] #infodone:hover {
  background: #00456b;
  color: #fff;
}
.debtor-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.debtor-fieldset .grupperolle-felt {
  display: none;
}
.debtor-fieldset > ul {
  list-style: none;
  padding: 0;
}
.debtor-fieldset > legend {
  display: none;
}
.debtor-fieldset fieldset {
  width: 100%;
  margin: 0;
  border: 3px solid #005584;
  margin-bottom: 30px;
}
.debtor-fieldset fieldset legend {
  margin-top: 60px;
  width: calc(100% + 30px);
  background: #005584;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  margin: 0 -15px;
}
.debtor-fieldset fieldset ul {
  list-style: none;
  padding: 0;
}
.debtor-fieldset fieldset ul > li {
  margin-bottom: 10px;
}
.debtor-fieldset fieldset ul > li:last-child {
  margin-bottom: 0;
}
.debtor-fieldset fieldset ul > li label {
  display: inline-block;
}
.debtor-fieldset fieldset ul > li input,
.debtor-fieldset fieldset ul > li select,
.debtor-fieldset fieldset ul > li textarea {
  width: 100%;
  padding: 10px 10px;
}
.debtor-fieldset fieldset ul > li textarea {
  resize: vertical;
}
.debtor-fieldset fieldset ul > li .select2 {
  width: 100% !important;
}
.debtor-fieldset fieldset ul > li .select2 .select2-search__field {
  width: 100% !important;
}
.debtor-fieldset fieldset ul .fejl {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.debtor-fieldset fieldset ul .fejl label.fejl {
  order: 1;
}
.debtor-fieldset fieldset ul .fejl input,
.debtor-fieldset fieldset ul .fejl textarea {
  order: 3;
  border-left: 5px solid #ff0000;
}
.debtor-fieldset fieldset ul .fejl .skal-udfyldes-symbol {
  color: #ff0000;
}
.debtor-fieldset fieldset ul .fejl .fejl-meddelelse {
  width: 100%;
  text-align: left;
  order: 2;
  color: #ff0000;
}
.knapset {
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.knapset button {
  background: transparent;
  color: #005584;
  border: 2px solid #005584;
  cursor: pointer;
  padding: 10px 20px;
}
.knapset button:hover {
  background: #005584;
  color: #fff;
}
#ekstra-side-opret-aftenskole .hidden {
  display: none;
}
#ekstra-side-mine-bookinger #indhold {
  padding: 0;
}
#ekstra-side-mine-bookinger #ekstra-infoboks1 {
  display: none;
}
#ekstra-side-mine-bookinger #ekstra-infoboks2 {
  top: 0;
}
#ekstra-side-mine-bookinger #DataTables_Table_0_wrapper {
  margin-top: 50px;
}
#ekstra-side-mine-bookinger #ekstra-infoboks2 {
  display: none;
}
.pulse {
  margin-top: 30px;
  margin-right: 15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #005584;
  cursor: default;
  box-shadow: 0 0 0 rgba(0, 85, 132, 0.4);
  animation: pulse 2s 3 linear;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(0, 85, 132, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 85, 132, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(0, 85, 132, 0);
    box-shadow: 0 0 0 10px rgba(0, 85, 132, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 85, 132, 0);
    box-shadow: 0 0 0 0 rgba(0, 85, 132, 0);
  }
}
.notiwrapper {
  display: none;
}
.price .currency-symbol {
  display: none;
}
.price .amount:after {
  content: 'kr.';
  margin-left: 5px;
}
.bookingvalgwrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.bookingvalgwrapper .bookingvalg {
  width: 540px;
  margin: 10px;
  justify-content: space-between;
  border: 1px solid #005584;
  cursor: pointer;
}
.bookingvalgwrapper .bookingvalg:hover {
  background: #0086d1;
}
.bookingvalgwrapper .bookingvalg:hover .tilskboxindhold {
  color: #fff;
}
.bookingvalgwrapper .bookingvalg .bookingvalgtitel {
  background: #005584;
  padding: 10px;
  font-size: 17px;
  margin-top: 0;
  text-align: center;
}
.bookingvalgwrapper .bookingvalg .bookingvalgtitel a {
  color: #fff;
  text-decoration: none;
}
.bookingvalgwrapper .bookingvalg .bookingvalgtekst {
  padding: 10px;
}
#ekstra-side-facilitetspuljen .pdf-print-button {
  margin-bottom: 1rem;
}
#ekstra-side-facilitetspuljen .bruger-formular .debtor-fieldset li div.spaerret-felt {
  height: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #efefef;
}
#eventcalendar {
  height: unset;
}
#eventcalendar .mbsc-timeline-row {
  height: 100px;
}
#calendar-legend {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1050px) {
  #resourceansoegning #indhold,
  #resourceansoegning-opret #indhold,
  #resourceansoegning-vaelg-ressource #indhold,
  #resourceansoegning-opret #indhold {
    padding: 0;
  }
  #resourceansoegning #indhold #ekstra-infoboks1,
  #resourceansoegning-opret #indhold #ekstra-infoboks1,
  #resourceansoegning-vaelg-ressource #indhold #ekstra-infoboks1,
  #resourceansoegning-opret #indhold #ekstra-infoboks1,
  #resourceansoegning #indhold #ekstra-infoboks2,
  #resourceansoegning-opret #indhold #ekstra-infoboks2,
  #resourceansoegning-vaelg-ressource #indhold #ekstra-infoboks2,
  #resourceansoegning-opret #indhold #ekstra-infoboks2 {
    display: none;
  }
  #indhold > h1 {
    font-size: 2rem;
  }
  #logo {
    left: 14px;
  }
  #forside .topimg {
    height: 20vh;
  }
  #forside #indhold > h1 {
    font-size: 2rem;
  }
  #forside #panel1 {
    width: 100%;
    height: auto;
    min-height: 85px;
  }
  #forside .resource-search {
    text-align: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 522px;
  }
  #panel1 {
    height: auto;
    padding: 10px 0;
  }
  #panel1 #bruger-menu {
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    width: 100%;
  }
  #panel1 #bruger-menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #005584;
  }
  #panel1 #bruger-menu li a {
    display: block;
    width: 100%;
  }
  #panel1 #bruger-menu li:last-child {
    border-bottom: none;
  }
  #panel1 #bruger-menu li .niveau2 {
    position: static;
    background: #616160;
  }
  #panel1 #bruger-menu li .niveau2 li {
    width: 100%;
    height: auto;
  }
  #panel1 #bruger-menu li .niveau2 li a {
    padding: 0;
    display: block;
    width: 100%;
  }
  #panel1 #bruger-menu li .niveau2 li:last-child {
    border-bottom: none;
  }
  #panel1 #bruger-menu .arrow-down {
    position: relative;
  }
  #panel1 #bruger-menu .arrow-down:after {
    font-family: 'Fontawesome';
    content: '\f0dd';
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #005584;
    position: absolute;
    right: 30px;
    top: 0;
  }
  #panel1 #menuButton {
    position: relative;
    font-size: 0;
    border: none;
    display: block !important;
    height: 30px;
    width: 30px;
    margin-left: 10px;
    padding: 0;
    background: transparent;
  }
  #panel1 #menuButton:after {
    font-family: 'FontAwesome';
    display: block;
    content: '\f0c9';
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #005584;
  }
  #panel1 #menuButton:before {
    display: block;
    content: 'Menu';
    font-size: 16px;
    font-weight: bold;
    color: #005584;
    position: absolute;
    left: 35px;
    top: 7px;
  }
  #ekstra-side-foreningsoversigt #ekstra-infoboks1,
  #ekstra-side-foreningsoversigt #ekstra-infoboks2 {
    position: static;
    margin: 0 auto;
  }
  #ekstra-side-foreningsoversigt #ekstra-infoboks1 {
    margin-top: 15px;
  }
  #ekstra-side-foreningsoversigt #ekstra-infoboks2 {
    padding: 1px 10px;
    margin: 15px auto;
  }
  #ekstra-side-foreningsoversigt #indhold {
    padding: 0 14px;
  }
  #ekstra-side-detaljeside-webprofil #beskrivelse {
    float: none;
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #ekstra-side-detaljeside-webprofil #websidepanel {
    margin-top: 20px;
    float: none;
    display: block;
    width: 100%;
  }
  #ekstra-side-detaljeside-webprofil .contactswrap,
  #ekstra-side-detaljeside-webprofil .kortwrap,
  #ekstra-side-detaljeside-webprofil .kategoriwrap {
    width: 100% !important;
  }
  #ekstra-side-detaljeside-webprofil .kategoriwrap,
  #ekstra-side-detaljeside-webprofil .contactswrap {
    height: auto;
  }
  #ekstra-side-detaljeside-webprofil #indhold {
    padding: 15px 20px;
  }
  #resourcebooking #indhold,
  #resourceserialbooking #indhold {
    padding: 15px;
  }
  #resourcebooking #ekstra-infoboks2,
  #resourceserialbooking #ekstra-infoboks2 {
    position: static;
    margin: 20px auto auto;
  }
  #resourcebooking .resource-search,
  #resourceserialbooking .resource-search {
    width: 100%;
  }
  #resourcebooking .resource-search .resource-search-form,
  #resourceserialbooking .resource-search .resource-search-form {
    width: 100%;
  }
  #resourcebooking .resbook-calendar-format-links,
  #resourceserialbooking .resbook-calendar-format-links {
    right: 15px;
    top: 375px;
  }
  #resourcebooking .calendar-color-legend,
  #resourceserialbooking .calendar-color-legend {
    right: 15px;
    top: 417px;
  }
  #resourceserialbooking .resource-search-form fieldset.resource-search-button-group div.search-button-container button {
    width: 285px;
  }
  #resourceserialbooking .calendar-color-legend {
    right: 15px;
    top: 437px;
  }
  #resourceansoegning-vaelg-ressource .resource-search-form .resource-search-field-group {
    display: block;
  }
  #resourceansoegning-vaelg-ressource .resource-search-form .resource-search-field-group .search-criterion {
    width: 100%;
  }
  #resourceansoegning-vaelg-ressource .resource-search-form .resource-search-field-group .search-criterion select {
    width: 100%;
  }
  #resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group {
    display: block;
  }
  #resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group .search-button-container {
    width: 100%;
  }
  #resourceansoegning-vaelg-ressource .resource-search-form .resource-search-button-group .search-button-container .search-button {
    width: 100%;
  }
  #edit-debtorinfo .webBeskrivelse {
    position: relative;
  }
  #edit-debtorinfo #debtor-profile-display-link {
    top: 91px !important;
    right: 5px;
    left: auto !important;
  }
  #resourceservice #indhold {
    padding: 0 15px;
  }
  #resourceservice #res-search-form fieldset,
  #resourceservice #res-resource-form fieldset {
    width: 100%;
    margin: 0 auto;
  }
  #resourceservice #res-search-form button {
    border: 2px solid #005584;
    background: transparent;
    color: #005584;
    cursor: pointer;
    padding: 5px 15px;
  }
  #resourceservice #res-search-form button:hover {
    background: #005584;
    color: #fff;
  }
  #resourceservice #res-search-form button:before {
    margin-right: 5px;
  }
  #resourceservice #res-resource-form button {
    border: 2px solid #005584;
    background: transparent;
    color: #005584;
    cursor: pointer;
    padding: 5px 15px;
  }
  #resourceservice #res-resource-form button:hover {
    background: #005584;
    color: #fff;
  }
  #resourceservice #res-resource-form button:before {
    font-size: 12px;
    margin-right: 5px;
  }
  #resourceservice #ekstra-infoboks1,
  #resourceservice #ekstra-infoboks2 {
    position: static;
    margin: 0 auto;
  }
  #resourceservice #ekstra-infoboks1 {
    margin-top: 15px;
  }
  #resourceservice #ekstra-infoboks2 {
    padding: 1px 10px;
    margin: 15px auto;
  }
  #bruger-side #indhold {
    padding: 0 15px;
  }
  #bruger-side #indhold .userboxwrapper {
    justify-content: space-around;
  }
  #bruger-side #ekstra-infoboks1,
  #bruger-side #ekstra-infoboks2 {
    position: static;
    margin: 0 auto;
  }
  #bruger-side #ekstra-infoboks1 {
    margin-top: 15px;
  }
  #bruger-side #ekstra-infoboks2 {
    padding: 1px 10px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 800px) {
  body[data-wk-page-identifier="2"] div.panel-wrapper {
    grid-template-columns: 1fr;
  }
  .wk-slider {
    display: none !important;
  }
  div.boks-liste {
    grid-template-columns: 1fr !important;
  }
  body[data-wk-page-identifier="45"] .resource-search-form .resource-search-field-group {
    grid-template-columns: 1fr 1fr;
  }
  body[data-wk-page-identifier="45"] .resource-search-form .resource-search-field-group button {
    grid-column: 1 / -1;
  }
  body[data-wk-page-identifier="44"] #indhold > h1 {
    color: #007e43;
  }
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-filterfields-group-container,
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-freetext-container {
    flex-flow: column nowrap;
    margin-bottom: 2rem;
  }
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-filterfields-group-container div,
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-freetext-container div {
    width: 100%;
  }
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-filterfields-group-container label,
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-freetext-container label {
    color: #000;
    width: 100%;
    text-align: left;
  }
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-filterfields-group-container input,
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-freetext-container input,
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-filterfields-group-container select,
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-freetext-container select {
    width: 100%;
    border: 1px solid #000;
  }
  body[data-wk-page-identifier="44"] #indhold .associationsearch-container .associationsearch-categories-container {
    grid-template-columns: 1fr;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  body[data-wk-page-identifier="44"] #indhold .checkbox-select-list ul li > label {
    width: 100%;
  }
  body[data-wk-page-identifier="44"] #indhold .checkbox-select-list ul li > label input {
    width: unset !important;
  }
  body[data-wk-page-identifier="44"] #indhold .checkbox-select-list ul li > label span {
    width: calc(100% - 30px) !important;
    color: #000;
  }
  body[data-wk-page-identifier="44"] #indhold .broen-danmark .broen-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  #bund {
    padding: 1rem;
  }
  #bund #bund-indhold {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .forside-boks-liste {
    grid-template-columns: 1fr;
  }
  body[data-wk-page-identifier="44"] .associationsearch-categories-container {
    grid-template-columns: 1fr 1fr;
  }
  #resourceansoegning table {
    font-size: 10px;
  }
  #resourceansoegning-opret form#app-edit-form,
  #resourceansoegning-rediger form#app-edit-form {
    margin: 0;
    width: 100%;
  }
  #resourceansoegning-opret form#app-edit-form fieldset,
  #resourceansoegning-rediger form#app-edit-form fieldset {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  #resourceansoegning-opret form#app-edit-form .weekday-select,
  #resourceansoegning-rediger form#app-edit-form .weekday-select {
    display: inline-flex;
  }
  #resourceansoegning-opret .button-line button,
  #resourceansoegning-rediger .button-line button {
    margin-bottom: 15px;
  }
  .wk-popup {
    width: 80% !important;
    min-width: auto !important;
  }
  #resourceservice {
    font-size: 15px;
  }
  #login-side .login-formular {
    width: 100%;
  }
  #glemt-login-side .login-formular {
    width: 100%;
  }
  #glemt-login-side .login-formular .glemt-login-gruppe {
    width: 100%;
  }
  #glemt-login-side .login-formular .glemt-login-gruppe ul {
    width: 100%;
  }
  #glemt-login-side .login-formular .glemt-login-gruppe ul li {
    width: 100%;
  }
  #glemt-login-side .login-formular .glemt-login-gruppe ul li input {
    width: 100%;
  }
  #forside #indhold {
    padding: 0;
  }
  #forside #ekstra-infoboks1,
  #forside #ekstra-infoboks2 {
    position: static;
    margin: 0 auto;
  }
  #forside #ekstra-infoboks1 {
    margin-top: 15px;
  }
  #forside #ekstra-infoboks2 {
    padding: 1px 10px;
    margin: 15px auto;
  }
}
@media screen and (max-width: 700px) {
  #resourcebooking .resource-search .resource-search-form,
  #resourceserialbooking .resource-search .resource-search-form {
    height: auto;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: row wrap;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .search-criterion,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .search-criterion {
    width: 100%;
    margin: 0;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-location,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-location {
    order: 1;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-startdate,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-startdate {
    order: 4;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-resource,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-resource {
    order: 2;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-starttime,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-starttime {
    order: 5;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-category,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-category {
    order: 3;
  }
  #resourcebooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-endtime,
  #resourceserialbooking .resource-search .resource-search-form fieldset.resource-search-field-group .scwrapper .resource-search-endtime {
    order: 6;
  }
  #resourcebooking .resource-search .resource-search-form .search-button-container,
  #resourceserialbooking .resource-search .resource-search-form .search-button-container {
    margin: 10px 0 0;
    width: 100%;
  }
  #resourcebooking .resource-search .resource-search-form .search-button-container .search-button,
  #resourceserialbooking .resource-search .resource-search-form .search-button-container .search-button {
    width: 100%;
  }
  #resourcebooking .resbook-calendar-format-links,
  #resourceserialbooking .resbook-calendar-format-links {
    right: 15px;
    top: 535px;
  }
  #resourcebooking .calendar-color-legend,
  #resourceserialbooking .calendar-color-legend {
    right: 15px;
    top: 607px;
  }
  #resourceserialbooking .serial fieldset.resource-search-field-group .search-criterion {
    width: 100%;
  }
  #resourceserialbooking .serial fieldset.resource-search-field-group .resource-search-endtime {
    margin: 0 0 18px 0;
  }
  #resourceserialbooking .serial fieldset.resource-search-field-group button {
    width: 100%;
  }
  #resourceserialbooking .calendar-color-legend {
    right: 15px;
    top: 657px;
  }
  #resourceservice {
    font-size: 13px;
  }
  #ekstra-side-mine-bookinger #DataTables_Table_0_wrapper table {
    font-size: 12px;
  }
  #ekstra-side-mine-bookinger #DataTables_Table_0_wrapper #DataTables_Table_0_filter,
  #ekstra-side-mine-bookinger #DataTables_Table_0_wrapper #DataTables_Table_0_length {
    text-align: right;
    margin-right: 15px;
  }
}
@media screen and (max-width: 645px) {
  .forside-boks-liste,
  .boks-liste {
    margin-bottom: 4rem;
  }
  #ekstra-infoboks1,
  #ekstra-infoboks2 {
    position: static;
    margin: 0 auto;
  }
  #forside .pagetitle {
    display: none;
  }
  #ekstra-infoboks1 {
    margin-top: 15px;
  }
  #ekstra-infoboks2 {
    padding: 1px 10px;
    margin: 15px auto;
  }
  .forenings-resultat-wrapper {
    grid-template-columns: 1fr !important;
  }
  .forenings-resultat-wrapper .google-maps {
    display: none !important;
  }
  div.broen-danmark {
    margin: 0;
    margin-left: -14px;
    width: calc(100% + 4rem);
    padding: 2rem;
  }
  #indhold {
    padding: 0 14px;
  }
  #forside #frontnav .nav .text {
    height: auto;
    padding: 0 5px 20px 5px;
  }
  #forside .resource-search {
    width: 100%;
  }
  #forside .resource-search .search-criterion {
    width: 100%;
  }
  #forside .resource-search .search-criterion select.list-input {
    min-width: auto;
    max-width: 100%;
    width: 100%;
  }
  #forside .resource-search .resource-search-startdate,
  #forside .resource-search .resource-search-starttime,
  #forside .resource-search .resource-search-endtime {
    width: 32.66%;
    float: left;
  }
  #forside .resource-search .resource-search-startdate input,
  #forside .resource-search .resource-search-starttime input,
  #forside .resource-search .resource-search-endtime input {
    width: 100% !important;
    min-width: auto;
    max-width: 100%;
    margin: 0;
  }
  #forside .resource-search .resource-search-starttime {
    margin: 0 1%;
  }
  #forside .resource-search button {
    width: 100%;
  }
  #ekstra-side-foreningsoversigt .debtor-list .aktivitetessted {
    display: none;
  }
  #ekstra-side-foreningsoversigt .debtor-list .field-aktivitetssted- {
    display: none;
  }
  #back-to-top {
    height: 50px;
    width: 50px;
    bottom: 10px;
    border-radius: 0;
    right: 0;
    background: #005584;
  }
  #back-to-top:before {
    font-size: 30px;
    line-height: 43px;
    vertical-align: top;
    color: #fff;
  }
  .moveUp {
    bottom: 130px !important;
  }
  #resourceservice {
    font-size: 12px;
  }
  #ekstra-side-mine-bookinger #DataTables_Table_0_wrapper {
    margin-top: 0;
  }
  #resourceserialbooking .serial .resource-search-repetition-group .serial-search-days {
    flex-flow: row wrap;
    width: 100%;
  }
}
@media screen and (max-width: 614px) {
  #resourceserialbooking .calendar-color-legend {
    right: 15px;
    top: 677px;
  }
  #resourceserialbooking .serial .resource-search-repetition-group .serial-search-days {
    flex-flow: column wrap;
  }
}
@media screen and (max-width: 578px) {
  #ekstra-side-mine-bookinger #DataTables_Table_0_wrapper table {
    font-size: 8px;
  }
}
@media screen and (max-width: 499px) {
  #ekstra-side-foreningsoversigt .debtor-list .aktivitet,
  #ekstra-side-foreningsoversigt .debtor-list .field-aktiviteter {
    display: none;
  }
  #ekstra-side-foreningsoversigt .debtor-list .foreningsnavn,
  #ekstra-side-foreningsoversigt .debtor-list .field-forening {
    width: 100%;
  }
  #ekstra-side-foreningsoversigt .debtor-search-field-group .search-criterion-wrap .search-criterion,
  #ekstra-side-foreningsoversigt .debtor-search-field-group .search-criterion-wrap .search-button-container {
    width: 100%;
  }
  #ekstra-side-foreningsoversigt .debtor-search-field-group .search-criterion-wrap .search-button-container {
    margin-top: 20px;
  }
  #resourceservice {
    font-size: 10px;
  }
  #resourceservice .res-booking-list .day {
    display: none;
  }
}
@media screen and (max-width: 476px) {
  #resourceansoegning-opret .button-line,
  #resourceansoegning-rediger .button-line {
    width: 100%;
  }
  #resourceansoegning-opret .button-line button,
  #resourceansoegning-rediger .button-line button {
    margin-bottom: 15px;
  }
  #resourceansoegning-opret .weekday-select,
  #resourceansoegning-rediger .weekday-select {
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 425px) {
  #resourceservice .res-booking-list .email,
  #resourceservice .res-booking-list .phone {
    display: none;
  }
  #resourcebookingform .startdatestarttimewrap .startdate:before,
  #resbook-create .startdatestarttimewrap .startdate:before,
  #resourcebookingform .enddateendtimewrap .startdate:before,
  #resbook-create .enddateendtimewrap .startdate:before {
    width: auto;
    content: '';
  }
  #resourcebookingform .startdatestarttimewrap .enddate-select label,
  #resbook-create .startdatestarttimewrap .enddate-select label,
  #resourcebookingform .enddateendtimewrap .enddate-select label,
  #resbook-create .enddateendtimewrap .enddate-select label {
    margin-right: 17px;
  }
  #resourcebookingform .startdatestarttimewrap .enddate-select:before,
  #resbook-create .startdatestarttimewrap .enddate-select:before,
  #resourcebookingform .enddateendtimewrap .enddate-select:before,
  #resbook-create .enddateendtimewrap .enddate-select:before {
    width: auto;
    content: '';
  }
  #resourcebookingform .startdatestarttimewrap:before,
  #resbook-create .startdatestarttimewrap:before {
    width: 100%;
    content: 'Starttidspunkt: ';
  }
  #resourcebookingform .enddateendtimewrap:before,
  #resbook-create .enddateendtimewrap:before {
    width: 100%;
    content: 'Sluttidspunkt: ';
    margin-top: 15px;
  }
}
@media screen and (max-width: 388px) {
  #resourcebooking .resbook-calendar-format-links,
  #resourceserialbooking .resbook-calendar-format-links {
    right: 15px;
    top: 535px;
  }
  #resourcebooking .calendar-color-legend,
  #resourceserialbooking .calendar-color-legend {
    display: none;
  }
}
@media screen and (max-width: 352px) {
  #ekstra-infoboks1,
  #ekstra-infoboks2 {
    margin: 0;
    width: 100%;
  }
  #resourcebooking .resbook-calendar-format-links,
  #resourceserialbooking .resbook-calendar-format-links {
    right: 15px;
    top: 559px;
  }
  #resourceansoegning table {
    font-size: 8px;
  }
}
@media screen and (max-width: 400px) {
  #resourcebooking .resource-table,
  #resourceserialbooking .resource-table {
    font-size: 10px;
  }
  #resourcebooking .resource-table thead th:first-child,
  #resourceserialbooking .resource-table thead th:first-child {
    width: 180px;
  }
}
#contact-admin-page .contacts-list {
  border-collapse: collapse;
  width: 100%;
}
#contact-admin-page .contacts-list thead tr {
  background: #005584;
  border: 1px solid #005584;
  color: #fff;
}
#contact-admin-page .contacts-list thead .sort-handle {
  width: 20px;
}
#contact-admin-page .contacts-list thead .toolbox {
  width: 75px;
}
#contact-admin-page .contacts-list tbody td {
  border: 1px solid #005584;
}
#contact-admin-page .contacts-list .Contact_Rights {
  display: none;
}
#contact-admin-page fieldset {
  border: 3px solid #005584;
}
#contact-admin-page fieldset.knapset {
  border: none;
}
#contact-admin-page span.select2-dropdown {
  width: 300px !important;
}
#contact-admin-page .contact {
  width: 100%;
  margin: 2em 0 0 0;
}
#contact-admin-page .contact h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#contact-admin-page .contact legend {
  font-weight: bold;
  font-size: 1.2em;
}
#contact-admin-page .contact fieldset {
  width: 100%;
  padding: 1em;
  margin: 0;
}
#contact-admin-page .contact fieldset ul {
  padding: 0;
}
#contact-admin-page .contact #input-hiddencontact ul.display-settings {
  display: flex;
  flex-flow: row wrap;
}
#contact-admin-page .contact #input-hiddencontact li.hidden-contact-line input {
  order: 1;
  width: auto;
  margin: 5px 0 0 0;
}
#contact-admin-page .contact #input-hiddencontact li.hidden-contact-line label {
  order: 2;
  width: 300px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe ul {
  display: flex;
  flex-flow: row wrap;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Roles li {
  order: 1;
  width: 100%;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Roles select {
  order: 2;
  height: auto;
  width: 300px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Roles span {
  order: 2;
  width: 300px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Roles span li {
  padding: 5px;
  margin: 0;
  width: 300px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Roles span li input {
  width: 300px !important;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  padding: 1em 0 1em 20px;
  margin-bottom: 1em;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li .skal-udfyldes-symbol {
  display: none;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li label {
  order: 2;
  width: 120px;
  margin-left: 5px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li label.skal-udfyldes:after {
  content: '*';
  margin-left: 2px;
  color: #800;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li input:not(.skal-udfyldes-symbol) {
  order: 3;
  width: 300px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li .hide-toggle {
  order: 4;
  margin-left: 10px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li .hide-toggle input {
  width: auto;
  margin-top: 7px;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li .hide-toggle label {
  width: auto;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li .fejl-meddelelse {
  display: none;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights {
  display: none;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights label {
  order: 1;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights input,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights select,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights span {
  order: 2;
  width: calc(100% - 140px) !important;
  border-radius: 0;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights input li,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights select li,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights span li {
  background: #000;
  color: #fff;
  padding: 0.5em;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights input li.select2-search--inline,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights select li.select2-search--inline,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights span li.select2-search--inline {
  background: transparent;
}
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights input li.select2-search--inline input,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights select li.select2-search--inline input,
#contact-admin-page .contact .tilmelding-felt-gruppe li.Contact_Rights span li.select2-search--inline input {
  display: none;
}
body[data-wk-page-identifier="39"] #indhold {
  padding: 0;
  margin: 0 auto;
}
body[data-wk-page-identifier="39"] #indhold .grant-pool-table {
  margin: 1rem 0;
  width: 100%;
}
body[data-wk-page-identifier="39"] #ekstra-infoboks1,
body[data-wk-page-identifier="39"] #ekstra-infoboks2 {
  display: none;
}
#ekstra-side-tilskudsregnskab #beregningsfelter {
  display: none;
}
/* ---- Import tilskud design  ---- */
#ekstra-side-tilskud---oversigt #tilskud-oversigt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#ekstra-side-tilskud---oversigt #tilskud-oversigt div {
  width: 540px;
  margin: 10px;
  justify-content: space-between;
  border: 1px solid #005584;
  cursor: pointer;
}
#ekstra-side-tilskud---oversigt #tilskud-oversigt div:hover {
  background: #0086d1;
}
#ekstra-side-tilskud---oversigt #tilskud-oversigt div:hover .tilskboxindhold {
  color: #fff;
}
#ekstra-side-tilskud---oversigt #tilskud-oversigt div h2 {
  background: #005584;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  margin-top: 0;
  text-align: center;
}
#ekstra-side-tilskud---oversigt #tilskud-oversigt div .tilskboxindhold {
  padding: 10px;
}
#ekstra-side-tilskud---tidligere-tilskud .bruger-formular .knapset {
  display: none;
}
.bruger-formular .debtor-fieldset li {
  position: relative;
}
.bruger-formular .debtor-fieldset li label.janej-felt {
  margin-left: 20px;
}
.bruger-formular .debtor-fieldset li div.spaerret-felt {
  height: 39px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #efefef;
}
.bruger-formular .debtor-fieldset li input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  margin: 0;
}
.bruger-formular .debtor-fieldset fieldset.hidden {
  display: none;
}
.bruger-formular.summary ul li div,
.bruger-formular.locked ul li div {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background: #ebebeb;
}
.afvist,
.afventerGodkendelse,
.tilskudGodkendt {
  display: none;
}
.afventerGodkendelse {
  position: relative;
}
.afventerGodkendelse:after {
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  content: "\f250";
  position: absolute;
  right: 10px;
  border-radius: 50%;
  border: 2px solid #d7bd06;
  background: #d7bd06;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.afvist {
  position: relative;
}
.afvist:after {
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  content: "\f05e";
  position: absolute;
  right: 10px;
  border-radius: 50%;
  border: 2px solid #800;
  background: #800;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
.tilskudGodkendt {
  position: relative;
}
.tilskudGodkendt:after {
  font-family: "FontAwesome";
  font-size: 22px;
  text-align: center;
  line-height: 35px;
  content: "\f00c";
  position: absolute;
  right: 10px;
  border-radius: 50%;
  border: 2px solid #0bb006;
  background: #0bb006;
  color: #ffffff;
  width: 35px;
  height: 35px;
}
input.fil-felt {
  width: calc(100% - 88.45px) !important;
}
.wk-file-field-button {
  background: #005584;
  color: #fff;
  border: 2px solid #005584;
  cursor: pointer;
  padding: 10px 20px;
}
.wk-file-field-button:hover {
  background: #006fad;
  border: 2px solid #006fad;
}
#ekstra-side-tilskud---soeg-tilskud #tilskudstatus {
  display: none;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilsklink {
  display: none;
  width: 540px;
  margin: 10px;
  justify-content: space-between;
  border: 1px solid #005584;
  cursor: pointer;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilsklink:hover {
  background: #0086d1;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilsklink:hover .tilskboxindhold {
  color: #fff;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilsklink .tilskoverskrift {
  background: #005584;
  color: #fff;
  padding: 10px;
  font-size: 17px;
  margin-top: 0;
  text-align: center;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilsklink .tilskboxindhold {
  padding: 10px;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilskdisabled {
  cursor: not-allowed;
  border-color: #636363;
  background: #898989;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilskdisabled .tilskoverskrift {
  background: #636363;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilskdisabled .tilskboxindhold {
  color: #b0b0b0;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilskdisabled:hover {
  background: #898989;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilskdisabled:hover .tilskoverskrift {
  background: #636363;
}
#ekstra-side-tilskud---soeg-tilskud #tilskwrapper .tilskdisabled:hover .tilskboxindhold {
  background: #898989;
  color: #b0b0b0;
}
body[data-wk-page-identifier="43"] #ekstra-infoboks1,
body[data-wk-page-identifier="43"] #ekstra-infoboks2 {
  display: none;
}
body[data-wk-page-identifier="43"] #indhold {
  padding: 0;
}
body[data-wk-page-identifier="43"] .bruger-formular {
  width: 100%;
}
body[data-wk-page-identifier="43"] .bruger-formular .tablewrapper {
  width: 1000px;
  overflow-x: scroll;
}
body[data-wk-page-identifier="43"] .bruger-formular .tablewrapper h3 {
  text-align: center;
}
body[data-wk-page-identifier="43"] .bruger-formular .tablewrapper table th {
  min-width: 200px;
  font-size: 14px;
}
.wk-file-field-list-container ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.wk-file-field-list-container ul li {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: 100%;
}
.wk-file-field-list-container ul li .file-view-link {
  order: 2;
}
.wk-file-field-list-container ul li .file-remove-link {
  order: 1;
  font-size: 0;
  margin: 0 10px 0 0;
}
.wk-file-field-list-container ul li .file-remove-link:before {
  display: block;
  content: "";
  background-image: url(../../billeder/icon-delete.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
body[data-wk-page-identifier="45"] #indhold {
  max-width: unset;
}
body[data-wk-page-identifier="45"] .resource-search-form {
  width: 100%;
  background: #ccc;
  color: #005584;
  margin-bottom: 4rem;
  padding: 1rem 0 2rem;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
  border: none;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset legend {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset > div {
  display: flex;
  flex-flow: column wrap;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset > div label {
  width: 100%;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset > div input,
body[data-wk-page-identifier="45"] .resource-search-form fieldset > div select {
  width: 100%;
  font-size: 16px;
  padding: 0.5rem;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset button {
  color: #fff;
  background: #005584;
  border: none;
  padding: 0.5rem;
  font-size: 16px;
  align-self: flex-end;
}
body[data-wk-page-identifier="45"] .resource-search-form fieldset button:hover {
  transition: all 500ms ease;
  cursor: pointer;
  background: #00659e;
}
body[data-wk-page-identifier="45"] .boks-liste {
  max-width: 1440px;
  margin: 0 auto 4rem auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
}
body[data-wk-page-identifier="45"] .boks-liste .boks {
  background: #005584;
  color: #fff;
}
body[data-wk-page-identifier="45"] .boks-liste .boks a {
  color: #fff;
}
body[data-wk-page-identifier="45"] .boks-liste .boks p {
  font-size: 1rem;
}
body:has(.associationsearch-results-container) .broen-danmark {
  display: block;
}
body:has(.associationsearch-results-container) .broen-danmark .broen-wrapper {
  display: grid;
}
.broen-danmark {
  display: none;
  width: 100%;
  background: #3da15a;
  margin: 2rem auto 0 auto;
}
.broen-danmark .broen-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 2rem 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.broen-danmark .broen-wrapper a {
  color: #fff;
  text-decoration: none;
}
.foldud {
  border: 1px solid #005584;
  margin-bottom: 1rem;
}
.foldud summary {
  background: #005584;
  color: #fff;
  padding: 1rem;
}
.foldud .infobox {
  padding: 1rem;
}
