.scroll-box {
    overflow-y: scroll;
    max-height: 80vh;  
}

.se-alle {
    width: 100%;
}
.column-gallery {
    float: left;
    width: 10%;
  }

.modal-gallery {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
.modal-gallery-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;  
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

.mySlides {
    display: none;
}
.mySlides > img {
    width: 100%; 
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  display: hidden;
  top: 30%;
  width: auto;
  padding: 1.6rem;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
img.demo {
    opacity: 0.6;
}

.caption-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.active,
.demo:hover {
  opacity: 1;
}
img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.form-section {
  width: 60vh;
  max-width: 100%; 
}
.table-form {
  border-collapse:separate;
  border-spacing:0 1rem;
}
.table-title {
  background-color: burlywood;
}
.form-table-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
iframe {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow: scroll;
}
#dok-frame {
  height: 100vh;
}
.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.accordion-active, .accordion:hover {
  filter: brightness(85%);
}
.accordion-panel {
  padding: 0 18px;
  overflow: hidden;
  display: none;
}
main {
  height: 100vh;
}
#login-title {
  margin-top: 8rem;
  padding-bottom: 6rem; 
}
.half-block {
  width: 80%;
  margin-left: 10%;
}
.article-box {
  display: flex;
}
.plan_image {
  cursor: pointer;
}
.large-image {
  height: 90vh;
  width: auto;
}
.dok-select {
  width: 80%;
  font-size: 1rem;
}
.btn-endre {
  text-decoration: none;
  padding: 0 .5rem;
  border-radius: .3rem;
}
.input-artikkel {
  margin-bottom: .5rem;
}
.click-txt {
    cursor: pointer;
}
.dato-input {
  width: 8rem;
}