#kkk_overlay {
  position:fixed;
  top:0px;
  bottom: 0px;
  left: 0px;
  right: 0px;

  z-index: 200;
  background-color: white;
  opacity: 0.5;
}

.kkk_container{
  background-color: #eeeeee;
  margin-bottom:5px;
  overflow: auto;
  max-height:2000px;
  transition: opacity 2s, max-height 1s;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.protokol div.container {
  max-width:100%;
}

.kkk_toggle_header[data-skjul="skjul"] + .kkk_container {
  visibility: hidden;
  max-height: 0px;
  opacity: 0;
}

.kkk_toggle_header {
  background-color: rgba(0,0,0,0.1);
  position: relative;
  margin-top:20px;
  margin-bottom:0px;
  cursor:pointer;
  padding: 5px;
  border-radius: 5px 5px 0 0;
}

.kkk_toggle_header[data-skjul="skjul"] {
  content: "\f347";
  border-radius:5px;
}

.kkk_toggle_header::after {
  font-family: "dashicons";
  position: absolute;
  right:0px;
}
.kkk_toggle_header[data-skjul="skjul"]::after {
  content: "\f341";
}
.kkk_toggle_header[data-skjul="vis"]::after {
  content: "\f347";
}


.post-meta-bottom, .credits {
  /*
    Fjern Forrige/Næste fra bunden af siden.
  */
  display:none
}

.content {
  /*
  Gør siden til fuld bredde
  */
  width:100%!important;
}

.credit{
  display: none;
}

.kkk_gemt{
  background-color: green!important;
}

.kkk_ikkegemt{
  background-color: red!important;
}

body.category-tjeneste .main-container {
  width:100%;
}

details.section {
  clear:both;
  padding-bottom:10px;
}

details.section > summary, body.korist div.forproeve {
  /* font-family: 'Playfair Display'; */
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0px;
  color: #030303;
  /* margin-bottom: 10px; */
  /* margin-top: 20px; */
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
  /* padding: 10px 5px 10px 5px; */
  /* height: 30px; */
  vertical-align: middle;
}

details.section summary {
  padding-left:10px;
}

body.korist div.forproeve{
  padding-left:35px;
}

header.title-box{
  padding:0;
  padding-left:1.4em;
}
div.title-box-inner{
  padding:10px;
  padding-left:40px;
}
div.breadcrumb{
  display:none;
}

button.korist_button {
  /* width: 300px;
  max-width: 400px; */
  min-width:150px;
  margin-right:1em;
  margin-bottom: 3px;
  transition:background-color 0.5s;
  white-space: nowrap;
  padding-right: 10px;
}

.search-toggle{
  display:none;
}

div.entry-inner{
  height:100%;
}

textarea.tjenestekommentar {
  width:100%;
  height: 5em;
}

body.post-type-archive-tjeneste .post-excerpt > p {
  margin-bottom: 2px;
}
p.tjenestekommentar-archive {
  white-space: pre-line;
}

body.post-type-archive-tjeneste article.tjeneste {
  min-width: 340px;
}

div.notify_user_of_notifications {
  display:none;
}

body.logged-in div.notify_user_of_notifications[data-permission="default"] {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #feff00;
  opacity: 0.8;
  font-size: 20px;
  z-index: 10000;
}

@media (display-mode: standalone ) {
  p:has( a[href*="faa-korist-som-app"] ) {
    display:none;
  }
}

p.hide_frontpagelink {
  display:none;
}

img.share-image {
  width:2em;
}

div.install-guide{
  display:none;
}

div.install-guide-display{
  display: block;
}