/* Coolors Exported Palette - coolors.co/458591-88b1b9-132528-01161e-13293d */
/* RGB */
:root {
  font-size: 16px;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
  color: #01161e;
}

p, ul, ol, dl {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}

ul {
  margin-left: 2em;
}

h1, h2, h3 {
  font-family: "Oswald", sans-serif;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 100;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.2rem;
  margin-top: 1rem;
}

h3 {
  font-size: 1.8rem;
}

h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  margin-bottom: .8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.3rem;
  text-transform: none;
}

ul {
  margin: 0 0 2rem 2rem;
  padding: 0;
}

ul li {
  list-style-type: circle;
}

h6.meta {
  font-size: 1rem;
  font-weight: 100;
  text-align: left;
}

@media screen and (min-width: 600px) {
  h6.meta {
    text-align: right;
    margin-top: -1em;
  }
}

.main_nav {
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
}

@media screen and (min-width: 900px) {
  .main_nav {
    position: fixed;
  }
}

.clearHeader, .darkHeader {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.clearHeader {
  background-color: none;
}

.darkHeader {
  background-color: rgba(0, 0, 0, 0.8);
}

.menu-hovedmenu-container {
  background-color: rgba(0, 0, 0, 0.95);
  height: 100vh;
}

@media screen and (min-width: 1000px) {
  .menu-hovedmenu-container {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
  }
}

/* .menuicon
  display: block
  text-align: center
  color: white
  padding: .45em 0
  border-bottom: 1px solid darken($color4, 3%)
  &:focus
    outline: none */
.fas {
  font-size: 2em;
  color: white;
  padding: .5em;
}

#menutoggle {
  display: none;
}

#menutoggle:checked ~ .menu-container {
  display: block;
  left: 0;
}

input#menutoggle:focus {
  outline: none;
}

.menu-container {
  position: relative;
  left: -100%;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000001;
  top: 0;
}

#navbar {
  z-index: 10000000;
  margin: 0;
  padding: 0;
}

nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0;
  padding: 0;
  line-height: 2.8rem;
}

@media screen and (min-width: 900px) {
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

nav ul li {
  font-family: "Oswald", sans-serif;
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-indent: 0;
  cursor: pointer;
}

nav ul li a {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 100;
  color: #a88fd8;
  border-bottom: 1px solid #2c1b4d;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 1.5em;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}

nav ul li a:hover {
  color: white;
}

nav ul li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 1000px) {
  .menuicon {
    display: none;
  }
  .menu-container {
    position: relative;
    left: 0;
  }
  nav ul {
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav ul li a {
    border-bottom: none;
    text-align: left;
  }
}

@media screen and (min-width: 1400px) {
  nav ul {
    max-width: 900px;
  }
}

.current_page_item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

/* nav ul li ul
  display: flex
  flex-direction: column
  background-color: darken($main-clr, 20%)
  @include break(900px)
    position: absolute
    z-index: 2
    opacity: .99
    min-width: 250px
  li
    border-bottom: 1px solid rgba(white, .2)
    a
      font-size: 70% */
/* nav ul li ul
  display: block
  @include break(900px)
    display: none */
/* nav ul li:hover ul
  display: block
 */
/* --------------------------------------------------------------------- */
/* RESETS                                                                */
/* --------------------------------------------------------------------- */
:root {
  font-size: 16px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
}

/* --------------------------------------------------------------------- */
/* HEADER                                                                */
/* --------------------------------------------------------------------- */
.header {
  position: relative;
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------------------------- */
/* FOOTER                                                                */
/* --------------------------------------------------------------------- */
.footer {
  background-color: black;
  color: white;
  min-height: 300px;
  text-align: center;
  padding: 2em;
}

.footer p, .footer a:link, .footer a:visited {
  color: #13293d;
  margin: 0;
}

.some_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.some_icons i {
  color: #13293d;
  margin: 0;
  font-size: 1.8rem;
  margin-bottom: .8rem;
  margin-right: .5em;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.some_icons i:hover {
  color: white;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* --------------------------------------------------------------------- */
/* FRONTPAGE - HERO                                                        */
/* --------------------------------------------------------------------- */
.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.hero img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100vh;
  background-color: blue;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01161e), to(#13293d));
  background-image: linear-gradient(#01161e, #13293d);
  opacity: .85;
}

.site-branding {
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
}

.site-branding h1, .site-branding h4 {
  text-align: center;
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 100;
  text-transform: uppercase;
}

.site-branding h1 {
  font-size: 15vw;
  line-height: 1;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
  font-weight: 400;
  letter-spacing: .2rem;
}

@media screen and (min-width: 1000px) {
  .site-branding h1 {
    font-size: 10rem;
    letter-spacing: 15px;
  }
}

.site-branding h4 {
  font-size: 6.5vw;
}

@media screen and (min-width: 1000px) {
  .site-branding h4 {
    font-size: 3rem;
    letter-spacing: 5px;
  }
}

/* --------------------------------------------------------------------- */
/* FRONTPAGE - WELCOME TEXT                                                */
/* --------------------------------------------------------------------- */
.welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 2em;
  background-color: #01161e;
  height: 100%;
  cursor: auto;
}

.welcome p {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 100;
  color: white;
  text-align: center;
}

@media screen and (min-width: 1400px) {
  .welcome p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.first {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

@media screen and (min-width: 1000px) {
  .first {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

/* --------------------------------------------------------------------- */
/* FRONTPAGE - TEMAER                                                    */
/* --------------------------------------------------------------------- */
.temaer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 700px) {
  .temaer {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .temaer {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.tema_card {
  overflow: hidden;
  position: relative;
}

.tema_card_photo {
  height: 600px;
  position: relative;
  overflow: hidden;
}

.tema_card_photo::after {
  content: '';
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 22, 30, 0.5)), to(#13293d));
  background-image: linear-gradient(rgba(1, 22, 30, 0.5), #13293d);
  background-blend-mode: multiply;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

@media screen and (min-width: 1000px) {
  .tema_card_photo::after {
    z-index: 30;
  }
}

.tema_card_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.tema_card_title {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  color: white;
  font-size: 2.5rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  z-index: 20;
}

.tema_card:hover {
  cursor: pointer;
}

.tema_card:hover .tema_card_photo::after {
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  z-index: 10;
}

.tema_card:hover .tema_card_photo img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.tema_card:hover .tema_card_title {
  top: 10%;
}

/* --------------------------------------------------------------------- */
/* PAGE                                                                  */
/* --------------------------------------------------------------------- */
.page_header {
  height: auto;
  overflow: hidden;
  position: relative;
}

.page_header img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: 60s ease infinite zoom;
          animation: 60s ease infinite zoom;
}

.page_header::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  background-color: blue;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01161e), to(#13293d));
  background-image: linear-gradient(#01161e, #13293d);
  opacity: .85;
}

@media screen and (min-width: 1000px) {
  .page_header {
    height: 700px;
  }
}

.post_thumbnail {
  max-width: 100%;
  height: auto;
  position: relative;
}

.post_thumbnail img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

h2.page-title {
  font-size: 5rem;
  position: absolute;
  z-index: 10000;
  color: white;
  bottom: 0;
  text-shadow: 0 0 5px black, 0 0 5px black, 0 0 5px black, 0 0 5px black;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

/* --------------------------------------------------------------------- */
/* ARCHIVE                                                               */
/* --------------------------------------------------------------------- */
.spacer {
  height: 100px;
  border-bottom: 30px solid #01161e;
  margin-bottom: 2em;
  background-color: #13293d;
}

.container_archive {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px dotted gray;
}

.post_thumbnail_archive {
  height: 100%;
  overflow: hidden;
}

.post_thumbnail_archive::after {
  content: '';
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 22, 30, 0.5)), to(#13293d));
  background-image: linear-gradient(rgba(1, 22, 30, 0.5), #13293d);
  background-blend-mode: multiply;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.post_thumbnail_archive img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  z-index: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media screen and (min-width: 760px) {
  .post_thumbnail_archive {
    height: 350px;
  }
}

.readmore {
  font-family: "Oswald", sans-serif;
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: #01161e;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: 100;
  color: #a88fd8;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.5em;
  border-radius: 3px;
}

.readmore:hover {
  color: white;
}

/* --------------------------------------------------------------------- */
/* GALLERI                                                               */
/* --------------------------------------------------------------------- */
.u-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  grid-gap: 1em;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 500px) {
  .u-gallery {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 800px) {
  .u-gallery {
    -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.u-gallery_card {
  overflow: hidden;
  border: 1px solid gray;
  height: 300px;
}

.u-gallery_card:hover {
  border: 2px solid black;
}

.u-gallery_card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.u-gallery_card img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* --------------------------------------------------------------------- */
/* ANSATTE CARD                                                          */
/* --------------------------------------------------------------------- */
.grid_ansatte {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
}

.card_ansatte {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  margin: 1em;
  border: 1px dotted gray;
  background-color: #f6fcff;
}

@media screen and (min-width: 700px) {
  .card_ansatte {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .card_ansatte {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    margin: 0 0 2em 0;
  }
}

.card_ansatte_img {
  overflow: hidden;
  position: relative;
}

.card_ansatte_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_ansatte_content {
  padding: 2.5em;
  position: relative;
}

.card_ansatte h3, .card_ansatte h4, .card_ansatte p {
  margin: 0;
  padding: 0;
}

.card_ansatte h3 {
  font-size: 2.5rem;
}

.card_ansatte h4 {
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.card_ansatte p {
  margin-bottom: 1.5rem;
}

.readmore_ansatte {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .readmore_ansatte {
    width: auto;
    text-align: left;
  }
}

/* --------------------------------------------------------------------- */
/* EVENTS CARD                                                          */
/* --------------------------------------------------------------------- */
.grid_events {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 3em;
}

.card_events {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  margin: 1em;
  border: 1px dotted gray;
  background-color: #f6fcff;
}

@media screen and (min-width: 700px) {
  .card_events {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1000px) {
  .card_events {
    -ms-grid-columns: 1fr 2fr;
        grid-template-columns: 1fr 2fr;
    margin: 0 0 2em 0;
  }
}

.card_events_img {
  overflow: hidden;
  position: relative;
}

.card_events_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_events_content {
  padding: 2.5em;
  position: relative;
}

.card_events h3, .card_events h4, .card_events p {
  margin: 0;
  padding: 0;
}

.card_events h3 {
  font-size: 2.5rem;
}

.card_events h4 {
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.card_events p {
  margin-bottom: 1.5rem;
}

.readmore_events {
  width: 100%;
  text-align: center;
  margin-right: .2em;
  margin-bottom: 1em;
}

@media screen and (min-width: 700px) {
  .readmore_events {
    width: auto;
    text-align: left;
  }
}

.past_event {
  position: absolute;
  text-transform: uppercase;
  top: 0;
  right: 0;
  background-color: black;
  color: white;
  font-weight: 100;
  padding: 15px 20px 15px 20px;
  border-radius: 0 0 0 4px;
}

.castCrew {
  margin: 2em 0;
  -webkit-column-count: 1;
          column-count: 1;
}

@media screen and (min-width: 1200px) {
  .castCrew {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

.castCrew p {
  margin: 0;
  padding: 0;
}

.single-event-container {
  margin: 3em auto;
}

hr {
  border: none;
  border-top: 1px dotted black;
  margin-bottom: 1em;
}
/*# sourceMappingURL=custom_style.css.map */