/* Text Elements */

h1.sticky-shrinknav-header-title {
  position: relative;
  margin-bottom: 0;
  color: #fefefe;
  font-weight: 600;
  font-size: 22px;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: translateY(-1.875rem);
     -moz-transform: translateY(-1.875rem);
       -o-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
}

h2.heading-1 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-size: 20px;

  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
          align-self: auto;
}

h4.card-title {
  font-size: 20px;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 500;
}

span.text-element.text-1 {
  padding-top: 3px;
  text-align: center;
  font-style: italic;
}

a.link-text.text-link-1 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #fefefe;
  font-weight: 600;
  line-height: 1;
}

/* Layout Elements */

body.body-1 {
  padding-top: 60px;
  min-height: 100px;
}

.container.main {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
  padding-top: 35px;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.footer {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.container.sticky-shrinknav-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  width: 100%;
  height: 250px;
  border-bottom: .25rem double #ccc;
  background-color: #fff;
  background-image: url('../img/early.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.contents {
  padding: 210px 20px 20px;
}

.container.inner {
  width: 100%;
}

.container.width {
  max-width: 300px;
}

.container.card.width {
  margin-right: 5px;
  margin-left: 5px;
}

.container.card-divider {
  -ms-flex-pack: center;
  margin-top: 10px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.image-holder {
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  background-image: url('../img/arendal-kirke-s.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.html-element.html-element-1 {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

ul.list-container.sticky-shrinknav-menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 3.75rem;
  background-color: rgba(23, 121, 186, .1);
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

ul.list-container.align-center.menu.sticky-shrinknav-menu {
  -ms-flex-pack: center;
  padding-top: 2px;
  padding-bottom: 2px;
  height: 60px;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

div.responsive-picture.card-img {
  max-width: none;
}

div.responsive-picture.picture-1 {
  position: relative;
  visibility: visible;
  max-width: 800px;
  opacity: 1;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

div.responsive-picture.picture-1:hover {
  opacity: 0;
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1.sticky-shrinknav-header-title {
    font-size: 30px;
  }

  h2.heading-1 {
    font-size: 24px;
  }

  p.paragraph span.paragraph-text-7 {
    font-weight: 600;
  }

  a.link-text.text-link-1 {
    padding-top: .8rem;
    padding-bottom: .6rem;
  }

  /* Layout Elements */

  .container.main {
    padding-top: 20px;
  }

  .container.card.width {
    margin-right: 4px;
    margin-left: 4px;
    padding-left: 0;
  }

  ul.list-container.align-center.menu.sticky-shrinknav-menu {
    height: 60px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.sticky-shrinknav-header-title {
    font-size: 38px;
  }

  h2.heading-1 {
    padding-top: 20px;
    font-size: 26px;
  }

  h4.card-title {
    text-align: left;
  }

  p.paragraph.paragraph-1 {
    padding-top: 10px;
  }

  p.paragraph span.paragraph-text-7 {
    font-weight: 600;
  }

  /* Layout Elements */

  .container.footer {
    width: 100%;
  }

  .container.container-2 {
    min-height: 100vh;
  }

  .container.main {
    padding-bottom: 0;
  }

  .container.contents {
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px;
  }

  .container.inner {
    min-height: 100px;
  }

  .container.card-divider {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  ul.list-container.align-center.menu.sticky-shrinknav-menu {
    height: 60px;
  }

  .html-element.html-element-1 {
    padding-top: 25px;
    padding-bottom: 0;
  }
}