/*
 * Hero Layout
 */
.layout-image-text-startpage {
  display: block;
}

.layout-image-text-startpage .wp-video {
  width: 100% !important;
  height: 100%;
  position: absolute;
}

.layout-image-text-startpage .text-group {
  z-index: 5;
  padding: 60px 20px;
  text-align: center;
}

.layout-image-text-startpage .layout-inner.fullbredd {
  display: block;
  position: relative;
}

.layout-image-text-startpage .layout-inner.fullbredd > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.layout-image-text-startpage .layout-inner.fullbredd img {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout-image-text-startpage .layout-inner.fullbredd .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  background-color: rgba(0, 81, 158, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.layout-image-text-startpage .layout-inner.fullbredd .overlay.dark {
  background-color: rgba(0, 0, 0, 0.3);
}

.layout-image-text-startpage .layout-inner.fullbredd .backgroundVideo {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.layout-image-text-startpage .symbol {
  text-align: center;
}

.layout-image-text-startpage .symbol img {
  width: 120px;
  padding: 20px 10px;
}

/**
 * Preview mode
 */
.layout-image-text-startpage.is-preview .layout-inner {
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 400px;
}

.layout-image-text-startpage.is-preview .layout-inner > div {
  min-height: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.layout-image-text-startpage.is-preview .layout-inner.fullbredd {
  min-height: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.layout-image-text-startpage.is-preview .layout-inner.fullbredd > div {
  min-height: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.layout-image-text-startpage.is-preview .layout-inner.fullbredd img {
  z-index: 1;
}

.layout-image-text-startpage.is-preview .layout-inner.fullbredd .overlay {
  z-index: 3;
}

.layout-image-text-startpage.is-preview .layout-inner.fullbredd .text-group {
  z-index: 55;
}

.layout-image-text-startpage.is-preview .layout-inner.fullbredd .text-group.light * {
  color: white;
  border-color: white;
}

.layout-image-text-startpage.is-preview .layout-inner .text-group {
  padding: 20px;
}

.layout-image-text-startpage.is-preview .layout-inner .text-group.light * {
  color: white;
  border-color: white;
}

.layout-image-text-startpage.is-preview .layout-inner p,
.layout-image-text-startpage.is-preview .layout-inner a {
  color: black;
  text-decoration: none;
}

.layout-image-text-startpage.is-preview .layout-inner .oppettider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.layout-image-text-startpage.is-preview .layout-inner .oppettider > div {
  width: 50%;
}

.layout-image-text-startpage.is-preview .layout-inner .symbol img {
  padding: 0;
}

.layout-image-text-startpage.is-preview .layout-inner h4 {
  color: black;
  margin: 20px 0 0 0;
  font-size: 1.2em;
}

.layout-image-text-startpage.is-preview .layout-inner .button {
  background-color: transparent;
  text-decoration: none;
  padding: 10px 20px;
  margin: 10px 0;
  border: solid 1px black;
  border-radius: 0;
  font-weight: 600;
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 700px) {
  .layout-image-text-startpage .layout-inner {
    min-height: 400px;
  }
  .layout-image-text-startpage .layout-inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
  }
  .layout-image-text-startpage .layout-inner > div img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layout-image-text-startpage .layout-inner.h100 {
    height: 100vh;
    height: var(--app-height);
    height: calc(var(--app-height) - 65px);
  }
  .layout-image-text-startpage .layout-inner.h100 > div {
    height: 100vh;
    height: var(--app-height);
    height: calc(var(--app-height) - 65px);
  }
  .layout-image-text-startpage .layout-inner .text-group {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .layout-image-text-startpage .layout-inner .text-group p {
    max-width: 100%;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 960px) {
  .layout-image-text-startpage .text-group {
    padding: 50px;
    max-width: 96%;
    margin: 0 auto;
  }
  .layout-image-text-startpage .layout-inner {
    min-height: 600px;
    padding: 0;
  }
  .layout-image-text-startpage .layout-inner > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 600px;
    height: 75vh;
  }
  .layout-image-text-startpage .layout-inner > div img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .layout-image-text-startpage .layout-inner.h100 {
    height: 100vh;
    height: var(--app-height);
    height: calc(var(--app-height) - 80px);
  }
  .layout-image-text-startpage .layout-inner.h100 > div {
    height: 100vh;
    height: var(--app-height);
    height: calc(var(--app-height) - 80px);
  }
  .layout-image-text-startpage .layout-inner.h50 {
    height: 50vh;
    min-height: 400px;
    height: var(--app-height);
    height: calc((var(--app-height)/2));
  }
  .layout-image-text-startpage .layout-inner.h50 > div {
    min-height: 400px;
    height: 50vh;
    height: var(--app-height);
    height: calc((var(--app-height)/2));
  }
  .layout-image-text-startpage .layout-inner .text-group {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .layout-image-text-startpage .layout-inner .text-group p {
    max-width: 100%;
    margin-left: 25%;
    margin-right: 25%;
  }
  .layout-image-text-startpage .layout-inner .symbol {
    text-align: center;
    padding: 0;
  }
  .layout-image-text-startpage .layout-inner .symbol img {
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 400px;
    padding: 40px;
  }
  .layout-image-text-startpage .flex-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .layout-image-text-startpage .flex-text > * {
    width: 50%;
  }
}

/********************************************************************************************************/
/* MEDIA QUERIES */
/********************************************************************************************************/
@media only screen and (min-width: 1400px) {
  .layout-image-text-startpage .layout-inner .text-group {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */