@import url("https://fonts.googleapixdgs.com/css2?family=Roboto&display=swap");
*, html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

body {
  background-color: #efefef;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 3rem;
  margin-top: 70px;
}

body.partsscroll {
  overflow: hidden;
}

a.doc {
  display: block;
  background-color: #eeeeee;
  color: black;
  text-decoration: none;
  padding: .5rem;
  font-weight: 600;
}

span.bfdate {
  font-size: 1.3rem;
  font-weight: 600;
}

.scale1, .scale2, .scale3 {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.scale1 {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.scale2 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scale3 {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.groupmodal {
  position: absolute;
  top: 30vh;
  width: 80vw;
  min-height: 60vh;
  background: lightblue;
  color: black;
  left: 10vw;
  z-index: 9999;
  padding: 5rem 2rem 2rem 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
  .groupmodal {
    padding: 7rem 6rem 6rem 6rem;
  }
}

.groupmodal .closer {
  cursor: pointer;
  font-size: 2rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

.groupmodal a {
  display: block;
  width: 100%;
  color: black;
  text-decoration: none;
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 480px) {
  .groupmodal a {
    padding: 1rem;
    font-size: 2rem;
  }
}

.groupmodal a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.groupmodal a .on, .groupmodal a .off {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  float: right;
}

@media (min-width: 480px) {
  .groupmodal a .on, .groupmodal a .off {
    width: 2rem;
    height: 2rem;
  }
}

.groupmodal a .off {
  background-color: grey;
  border: 2px solid #494949;
}

.groupmodal a .on {
  background-color: #246f1c;
  border: 2px solid #1c5816;
}

.meddelande {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 9999;
  background-color: green;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
}

.search {
  margin-bottom: 1rem;
  border-bottom: 1px solid black;
  position: relative;
}

.search a {
  color: black;
  text-decoration: none;
}

.search .search-onoff {
  position: absolute;
  top: 0rem;
  right: 1rem;
  width: 2rem;
}

@media (min-width: 500px) {
  .search .search-onoff {
    top: 1rem;
    right: 1rem;
    width: 3rem;
  }
}

.fa-arrows-alt-v {
  display: block !important;
  margin: 15px;
  margin-left: 30px;
}

.marker {
  cursor: pointer;
}

@media (max-width: 800px) {
  .marker {
    width: 8% !important;
  }
}

@media (min-width: 800px) {
  .marker {
    width: 10% !important;
    max-width: 100px;
  }
}

.marker_onoff {
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 800px) {
  .marker_onoff {
    width: 30px !important;
  }
}

@media (max-width: 500px) {
  .marker_onoff {
    width: 3% !important;
  }
}

@media (min-width: 800px) {
  .marker_onoff {
    width: 8% !important;
    max-width: 40px;
  }
}

.marker_onoff_flow {
  cursor: pointer;
  pointer-events: none;
}

@media (max-width: 800px) {
  .marker_onoff_flow {
    width: 25px !important;
  }
}

@media (max-width: 500px) {
  .marker_onoff_flow {
    width: 2.2% !important;
  }
}

@media (min-width: 800px) {
  .marker_onoff_flow {
    width: 3% !important;
    max-width: 30px;
  }
}

.loginbg {
  width: 100%;
  height: 100vh;
  background-image: url(../img/bg.jpg);
  background-position: top center;
  background-repeat: none;
  background-size: cover;
  background-attachment: fixed;
}

.loginbg .form-signin {
  background-color: #fff;
}

.topicon {
  width: 120px;
}

@media (max-width: 480px) {
  .topicon {
    width: 70px;
    padding-bottom: 5px;
  }
}

.bg-light {
  background-color: #c4c7db !important;
}

.breadcrumb {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a {
  text-decoration: none;
  color: black;
}

nav.overview {
  z-index: 9999;
  position: fixed;
  top: 7rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100px;
  height: 140px;
}

nav.overview div {
  font-size: .7rem;
  background-color: black;
  color: white;
  height: 1.5rem;
  padding: 3px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 5px;
}

nav.overview #parent {
  width: 100%;
  text-align: center;
}

nav.overview #parent a {
  background-color: #000;
}

nav.overview a {
  text-decoration: none;
  background-color: #3590e0;
  color: white;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2%;
}

nav.overview a.active {
  background-color: #143b5e;
}

nav.overview a:nth-child(2) {
  border-top-left-radius: 22%;
}

nav.overview a:nth-child(3) {
  border-top-right-radius: 22%;
}

nav.overview a:nth-child(4) {
  border-bottom-left-radius: 22%;
}

nav.overview a:nth-child(5) {
  border-bottom-right-radius: 22%;
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  background-color: #82C5FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  color: black;
}

.searchfield .form-control {
  border-radius: .25rem 0 0 .25rem;
}

.searchfield .btn-outline-success, .searchfield .btnv-check:active + .btn-outline-success, .searchfield .btn-check:checked + .btn-outline-success, .searchfield .btn-outline-success.active, .searchfield .btn-outline-success.dropdown-toggle.show, .searchfield .btn-outline-success:active {
  color: #fff;
  background-color: #cadfee;
  border-color: #b6d4ea;
  border-radius: 0 .25rem .25rem 0;
}

.searchfield .btn-outline-success:hover {
  color: #fff;
  background-color: #cadfee;
  border-color: #b6d4ea;
}

nav.back {
  background-color: #3590e0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

nav.back a {
  display: block;
  padding: 25px;
  font-size: 15px;
  text-decoration: none;
  color: white;
}

.frontpage a {
  color: #000;
  text-decoration: none;
}

.frontpage a article {
  margin-bottom: 1rem;
}

@media (min-width: 800px) {
  .frontpage a article {
    min-height: 150px;
  }
}

.frontpage a article section {
  background-color: #fff;
  border-radius: 0 1rem 1rem 0;
}

.frontpage a article section h4 {
  font-size: 1.1rem;
}

.frontpage a article section p {
  font-size: 0.8rem;
}

.frontpage a article div {
  position: relative;
  overflow-y: hidden;
  border-radius: 1rem 0 0 1rem;
}

.frontpage a article div img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.frontpage.bfmarkers strong {
  margin-bottom: .5rem;
}

.frontpage.bfmarkers .bfmarker {
  background-color: #cdd9e0;
  border-radius: 20px;
  padding-top: 1rem;
}

.mycontainer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mycontainer nav {
  width: 100%;
  margin: auto;
}

.mycontainer nav a {
  display: block;
  padding: 20px;
  color: #000;
  font-size: 25px;
  text-decoration: none;
  border-bottom: 1px solid black;
}

.mycontainer article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
}

.mycontainer article img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mycontainer article img:hover {
  opacity: 0.5;
}

.mycontainer article .nummer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15%;
  font-size: 11vw;
  font-weight: 800;
  color: darkslategrey;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.mycontainer article .nummer:hover {
  opacity: 0.5;
}

.mycontainer article.part {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: calc(100vh - 6.5rem);
  overflow: scroll;
  -ms-touch-action: auto;
      touch-action: auto;
}

.mycontainer article.part #wrapper {
  max-width: 1500px;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (max-width: 760px) {
  .mycontainer article.part #wrapper {
    width: 300%;
  }
}

.mycontainer article.part img {
  width: 100%;
  display: block;
}

.mycontainer article.part img:hover {
  opacity: 1;
}

img {
  width: 100%;
  display: block;
}

img.mh150 {
  min-height: 150px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1050;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-animation-name: fadeIn;
  /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
  position: fixed;
  bottom: 0rem;
  background-color: #fefefe;
  width: 100vw;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
}

/* The Close Button */
.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 1rem 1rem;
  background-color: #dedede;
  color: black;
}

.modal-header .fa-2x {
  font-size: 1.5em;
}

.modal-header span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-body {
  min-height: 250px;
  max-height: 70vh;
  padding: 20px 16px;
  overflow: scroll;
}

.modal-body a.active {
  background: darkseagreen;
  padding: 0.5rem;
  color: white;
  text-decoration: none;
  width: 90%;
  display: block;
  border-radius: 4px;
}

.modal-body a.inactive {
  background: #e3f2fd;
  padding: 0.5rem;
  color: black;
  text-decoration: none;
  width: 90%;
  display: block;
  border-radius: 4px;
}

.modal-body section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  margin: auto;
}

.modal-body section div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.modal-body section div article {
  margin: 0 0 0.5rem 0;
}

.modal-body section div article h5 {
  font-size: 1rem;
  margin: 0 0 0.3rem 0;
}

.modal-body section div.left {
  border-right: 1px solid black;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 480px) {
  .modal-body section div.left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

.modal-body section div.right {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 480px) {
  .modal-body section div.right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.modal-body section div.right .commentitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-body section div.right .commentitem .commenttext {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.modal-body section div.right .commentitem .commenttext i {
  font-style: normal;
}

.modal-body section div.right .commentitem .commenttext p {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.modal-body section div.right .commentitem .commentimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.modal-body section div.right div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 1rem 0;
}

@media (min-width: 480px) {
  .modal-body section div.right div.buttons {
    margin: 0 0 3rem 0;
  }
}

.modal-body section div.right div.buttons img.onoffknapp {
  margin-right: 1rem;
  width: 100px;
}

@media (min-width: 480px) {
  .modal-body section div.right div.buttons img.onoffknapp {
    width: 140px;
  }
}

.modal-body section div.right a.button {
  text-align: center;
  display: block;
  width: 100%;
  border: none;
  color: white;
  border-radius: 2rem;
  padding: 1rem;
  text-decoration: none;
  font-size: 1rem;
  margin: 1rem 0;
}

.modal-body section div.right a.button.on {
  background-color: #458648;
}

.modal-body section div.right a.button.off {
  background-color: #9e3232;
}

.modal-body section div.right .notesimages .noteimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  height: 0;
  overflow: hidden;
  padding-top: 16%;
  position: relative;
}

.modal-body section div.right .notesimages .noteimage img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-footer {
  padding: 4px 16px;
  background-color: #82C5FF;
  color: black;
  text-transform: uppercase;
  font-size: 12px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 3rem;
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 3rem;
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

sidebar {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 10%;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.hidden {
  display: none;
}

.btn-info {
  color: #FFF;
  background-color: #3590e0;
  border-color: #3590e0;
}

.btn-info:hover {
  color: #FFF;
  background-color: #31d2f2;
  border-color: #25cff2;
}
/*# sourceMappingURL=style.css.map */