
.browserupgrade {
  padding: 10px;
  text-align: center;
  font-size: 1em;
  font-weight: 700;
  background: #000; }
  .browserupgrade a {
    text-decoration: none;
    color: #a4baee; }
    .browserupgrade a:hover {
      text-decoration: underline; }

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
/*header*/
.site-header {
  background-color: #ccc; }
  .site-header__inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1170px;
    height: 150px;
    line-height: 150px;
    /*a*/ }
    .site-header__inner:before, .site-header__inner:after {
      clear: both;
      content: " ";
      display: table; }
    .site-header__inner__logo {
      display: block;
      float: left; }
    .site-header__inner__logo img{
      width: auto;
      height: 50px;
    }

/*------------------------------------*\
    #PRIMARY MENU
\*------------------------------------*/
/*nav*/
.site-header__nav {
  float: right;
  text-align: right;
  /*li*/ }
  .site-header__nav li a {
    margin-left: 40px;
    text-decoration: none;
    color: #000; }

@media screen and (max-width: 649px) {
  /*nav*/
  .site-header__nav {
    margin-right: 5%; } }

/*ul*/
.menu-primary {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right; }
  .menu-primary > li, .menu-primary > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/*------------------------------------*\
    #MAIN CONTENT
\*------------------------------------*/
.site-main {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  }
  .site-main:before, .site-main:after {
    clear: both;
    content: " ";
    display: table; }

/*------------------------------------*\
    #SUB CONTENT
\*------------------------------------*/
.post {
  margin-top: 48px; }

.entry__header__meta span {
  display: block; }

.entry__content, .entry__summary, .page__content {
  word-wrap: break-word; }

.nav-previous a:before {
  /* left arrow with spacing */
  content: "\2190 \00a0"; }

.nav-next a:after {
  /* right arrow with spacing */
  content: "\00a0 \2192"; }
.entry__header {
    position: relative;
    height: 500px;
    overflow: hidden;
}
.page__content,
.entry__content {
  max-width: 760px;
  padding: 0 80px;
  margin: 40px auto 0 auto;
}
.kontakt hr,
.entry__content hr {
  border-top: 1px solid #9C9285;
  position: absolute;
  width: 50%;
  left: 0;
}


/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
/*footer*/
.site-footer {
  margin-top: 30px;
}

.site-footer__inner {
  width: 80%;
  text-align: center;
  margin: 30px auto;
  padding-bottom: 60px; 
  text-transform: uppercase;
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
  letter-spacing: 0.20em;
}

.site-footer__inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}

.site-footer__inner li {
  display: inline-block;
}

.site-footer__inner li a,
.site-footer__inner a {
  font-size: 1rem;
  color: #9c9285;
  padding: 0 10px;
}

.site-footer__inner li a:hover,
.site-footer__inner a:hover {
  color: #dcdcdc;
}

.menu-footer-meny-container {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}

/*responsive footer*/
@media screen and (max-width: 1200px) {
  .site-footer__inner li {
    display: block;
    margin-bottom: 1em;
  }

  .menu-footer-meny-container {
    display: block;
  }
}


/*------------------------------------*\
    #Images
\*------------------------------------*/
img.alignleft {
  margin-right: 25px; }

img.alignright {
  margin-left: 25px; }

/* Gallery */
.gallery {
  overflow: hidden; }
  .gallery-item {
    position: relative;
    float: left;
    margin: 2px; 
}

/*------------------------------------*\
    #THIEF
\*------------------------------------*/

/*overrides*/
.site-footer {
  background-color: black;
}
.site, .site-main {
 height: 100%;
}

body {
  background-color: rgb(19, 19, 19);
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

/*general*/
.link-arrow {
  width: 45px;
  transition: margin-right 500ms ease;
  -webkit-transition: margin-right 500ms ease;
  -moz-transition: margin-right 500ms ease;
  -ms-transition: margin-right 500ms ease;
}

a:hover .link-arrow {
  margin-right: 0px;
}

a:active .link-arrow {
  margin-right: -35px;
}

.cover{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tilt-wrap {
  height: 100%;
  width: 100%
}

.tilt-wrap,
.entry__header .tilt {
  -webkit-transition: -webkit-transform 25s cubic-bezier(.215,.61,.355,1);
     -moz-transition: -moz-transform 25s cubic-bezier(.215,.61,.355,1);
       -o-transition: -o-transform 25s cubic-bezier(.215,.61,.355,1);
          transition: transform 25s cubic-bezier(.215,.61,.355,1);
}

.tilt-wrap:hover,
.entry__header:hover .tilt {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}


.tilt {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}


.cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero {
  pointer-events: none;
  position: absolute;
  width: 840px;
  max-width: 100%;
  top: 35%;
  left: 50%;
  margin-left: -420px;
  text-align: center;
  background-color: rgb(19, 19, 19);
  background-color: rgba(19, 19, 19, 0.75);
  padding: 80px 96px 60px 80px;
}

.hero .ingress {
  padding: 0 60px;
  margin: 30px;
  font-size: 1.2em;
}

.hero a {
  pointer-events: auto;
}

/* Main navigation */
.front-mast-head {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.front-mast-head a{
  padding: 40px 0;
  display: block;
}

.front-mast-head div {
  width: 100%;
  border-bottom: 1px solid #222;
  float:left;
  position: relative;
  text-align: center;
  background-color: rgb(19, 19, 19);
  background-color: rgba(19, 19, 19, 0.75);
  text-transform: uppercase;
  -webkit-transition:  background-color 800ms ease-out;
  -moz-transition:  background-color 800ms ease-out;
  -o-transition: background-color 800ms ease-out;
  transition: background-color 800ms ease-out;
}

.front-mast-head div:hover {
  background-color: rgba(19, 19, 19, .9);
}

.front-mast-head div:nth-child(1) a{
  padding: 29px 0;
  background-color: black;
}

.front-mast-head div:nth-child(2) {
  border-left: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a; 
}

.front-mast-head div:nth-child(2) a:hover{
  color: #9c9285;
}

.front-mast-head div:nth-child(3) a{
  color: #9c9285;
}

.front-mast-head div:nth-child(3) a:hover{
  color: #dcdcdc;
}

.front-mast-head .site-header__inner__logo {
  float: none;
}

.front-nav-container{
  text-transform: uppercase;
  width: 100%;
  position: relative;
  margin-top: -94px;
  z-index: 100;
  text-align: center;
  background-color: black;
}

.front-nav-container.subpage {
  margin-top: 0;
}

.front-nav-container.subpage .front-nav a.site-header__inner__logo{
  padding: 29px 0;
  margin: 0 30px;
}

.front-nav-container.cloned {
  border-bottom: 1px solid #1a1a1a;
}

.stuck {
  position:fixed;
  top:0;
  margin-top: 0;
  border-bottom: 1px solid #222;
}

.front-nav {
  min-width: 80%;
  margin: 0 auto;
}

.front-nav-container ul {
  font-size: 0;
}

.front-nav-container li {
  font-size: 1rem;
  margin: 0;
  border-left: 1px solid #222;
  text-align: center;
  display: inline-block;
  background-color: rgba(19,19,19, 0);
  -webkit-transition:  background-color 300ms ease-out;
  -moz-transition:  background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}


.front-nav-container li:hover {
  background-color: rgba(19,19,19, 1)
}


.front-nav-container .sub-menu li:hover{
  background-color: rgba(19,19,19, 1);
}

.sub-menu li a {
  padding: 15px 0;
  position: relative;
  left: 10%;
  color: #dcdcdc;
  text-align: left;
  font-size: 10px;
  margin-left: 0;
}

.front-nav-container .sub-menu li a:after {
  content: '';
  background: url("img/icons/pilen.png") no-repeat left center;
  width: 100px;
  height: 5px;
  display: inline-block;
  background-size: 40px 5px;
  margin-left: 2px;
  transition: background-size 500ms ease;
  -webkit-transition: background-size 500ms ease;
  -moz-transition: background-size 500ms ease;
  -ms-transition: background-size 500ms ease;
}

.front-nav-container li a:hover:after {
  background-size: 60px 5px;
}
.front-nav-container li a:active:after {
  background-size: 80px 5px; 
}
.front-nav-container li:first-of-type {
  border-left: 1px solid transparent;
}

.front-nav-container li:last-of-type {
  border-right: 1px solid transparent;
}

.front-nav-container a {
  padding: 40px 30px;
  height: auto;
  display: block;
}

.front-nav-container li:before {
  content: " ";
  position: absolute;
  height: 1px;
  width: 0%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: #9C9285;
  -webkit-transition:  width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
  -moz-transition:  width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
  -o-transition: width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
  transition: width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
}

.front-mast-head div:hover:before,
.front-nav-container li:hover:after,
.front-nav-container li:hover:before {
  width: 100%;
  opacity: 1;
  right: 0;
}

.front-mast-head div:nth-child(1):before{
  display: none;
}

.front-nav-container li a:hover{
  color: #dcdcdc;
  opacity: 1;
}



.front-nav a {
  color: #9c9285;
}

.front-nav-container.sticky {
  position: fixed;
  top: 0;
  margin-top: 0;
}

.front-mast-head__responsive {
    display: none;
  }

.front-nav__responsive {
    display: none;
}

.login_responsive {
  display: none;
}

/* Navigation for submenus */
.front-nav ul.sub-menu {
  position: absolute;
  /*opacity: 0;*/
  left: 0;
  width: 100%;
  /*visibility: hidden;*/
  height: 0;
  -webkit-transition: opacity 400ms ease-in, visibility 400ms ease-in;
  -moz-transition: opacity 400ms ease-in, visibility 400ms ease-in;
  -o-transition:opacity 400ms ease-in, visibility 400ms ease-in;
  transition:opacity 400ms ease-in, visibility 400ms ease-in;
}

.front-nav .sub-menu li {
  width: 100%;
  display: block;
  background-color: rgba(19,19,19, .9);
  border: 1px solid #2A2A2A;
  border-top: none;
  position: relative;
  left: -100%;
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  -o-transition: left 400ms ease-out;
  transition: left 400ms ease-out;
}

.front-nav li.menu-item-has-children:hover .sub-menu li{
  left: 0;
}

/* Responsive submenu navigation*/
.menu-front__responsive ul.sub-menu {
  overflow: hidden;
  height: auto;
  max-height: 0px;
  position: relative;
  -webkit-transition: all400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition:all 400ms ease-in-out;
  transition:all 400ms ease-in-out;
  transition-delay: 400ms;
}
.menu-front__responsive ul.sub-menu a {
  color: #9C9285;
  font-size: 0.8em;
  font-weight: 500;
  text-decoration: none;
}

.menu-front__responsive ul:after {
  content: " ";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 50%;
  bottom: 0;
  opacity: 0;
  background-color: #9C9285;
  -webkit-transition:  width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  -moz-transition:  width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  -o-transition: width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  transition: width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  transition-delay: 0s;
}

.menu-front__responsive ul:before {
  content: " ";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 50%;
  top: 0;
  opacity: 0;
  background-color: #9C9285;
  -webkit-transition:  width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  -moz-transition:  width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  -o-transition: width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  transition: width 400ms ease-out, opacity 400ms linear, left 400ms ease-out;
  transition-delay: 0ms;
}

.menu-front__responsive ul.open:after,
.menu-front__responsive ul.open:before {
  opacity: 1;
  width: 100%;
  left: 0;
  transition-delay: 400ms;
}

.menu-front__responsive ul.open {
  max-height: 300px;
  margin-top: 0.6em;
  padding: 1.2em 0 0.6em 0;
  transition-delay: 0s;
}


/* =============== #Responsive header ======================= */
@media screen and (max-width: 1200px) {

  .sticky-wrapper {
    display: none;
  }

  .site-main {
    margin-top: 44px;
  }

  .login_responsive {
    position: relative;
  }

  .login_responsive div{
    float: left;
    text-align: center;
    background-color: rgb(19, 19, 19);
    text-transform: uppercase;
    width: 50%;
  }

  .login_responsive a {
    padding: 40px 0;
    display: block;
  }

  .login_responsive div:nth-child(1) a{
    border-right: 1px solid #222;
    color: #9c9285;
  }

  .cover{
    position: absolute;
    background-position-x: 80%;

  }

  .login_responsive {
    display: block;
  }

  .front-nav-container {
    display: none;
  }

  .front-mast-head__responsive {
	display: block;
	position: fixed;
	overflow: hidden;
	width: 100%;
	padding: 20px;
	z-index: 10;
	top: 0;
  }

  .front-nav__responsive {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color:rgba(19,19,19, .9);
    left: 0;
    z-index: 10;
    display: none;
    -webkit-transition: opacity 800ms ease-out;
    -moz-transition: opacity 800ms ease-out;
    -o-transition:opacity 800ms ease-out;
    transition:opacity 800ms ease-out;
    text-align: center;
  }

  .menu-front__responsive {
    font-size: 2em;
    text-align: center;
    letter-spacing: 0.20em;
    font-weight: 100;
    margin-top: 96px;
    display: inline-block;
  }

  .menu-front__responsive li {
    padding-bottom: 0.6em;
    text-transform: uppercase;
  }

  .front-mast-head {
    display: none;
  }

  .hero {
    margin: 0;
    padding: 60px 110px;
    top: 0;
    position: relative;
    left: 0;
  }
  .hero .ingress {
    font-size: 1em;
    padding: 0 30px;
  }

  .hero h1 {
    font-size: 3.6em;
  }
}

@media screen and (max-width: 649px) {
  .hero {
    padding: 60px 60px;
  }

  .hero h1 {
    font-size: 2.8em;
  }
}

@media screen and (max-width: 450px) {
  .hero {
    padding: 60px 20px 20px 20px;
  }
}
/* Aktiviteter */
.aktiviteter img{
    width:100%;
    height: auto;
    position: relative;
    will-change: transform;
    vertical-align: top;
    opacity: 1;
    -webkit-transition: -webkit-transform 3s ease-out, opacity 2s ease-out;
    -ms-transition: -ms-transform 3s ease-out, opacity 3s ease-out;
    transition: transform 3s ease-out, opacity 2s ease-out;
}
.aktiviteter {
  background: #000;
}

.aktiviteter h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top:-10px;
    color: #dcdcdc;
    z-index: 1;
    font-weight: 600;
    text-shadow: -2px 2px 0px rgba(0,0,0,0.3), -3px 3px 1px rgba(0,0,0,0.5), -4px 4px 2px rgba(0,0,0,0.2);
}

.col-2 {
    width: 40%;
    float: left;
    margin-bottom: -2px;
}

.col-1 {
    width: 20%;
    float: left;
    margin-bottom: -2px;
}

.col-1 div, .col-2 div {
    position: relative;
    overflow: hidden;
}
.col-1 div:hover img, .col-2 div:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.mobile {
  display: none;
}


/* =============== Responsive aktiviteter ======================= */
@media screen and (max-width: 720px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .mobile div {
    max-height: 185px;
    position: relative;
  }

  .aktivitet-vert:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

/* Kalender */

.tid, .person {
  margin-top: .5em;
  font-family: "alverata-pe", "Times", serif;
}

.person {
  padding-bottom: 25px;
  border-bottom: 1px solid #302e2b;
  margin-bottom: 25px;
}

.title-bar {
  background: black;
  padding: 80px 0 80px;
  width: 100%;
  text-align: center;
  position: relative;
}

.title-bar h2 {
  color: white;
  font-weight: 400;
  margin-bottom:1em;
}

.title-bar .arrowlink{
  color: rgb(6, 6, 6);
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 100;
}

.kalender-item h2{
  font-weight: 400;
} 

.kalender-item {
    text-align: center;
    background: rgb(19, 19, 19);
    padding: 30px 70px 40px 70px;
    border-right: 1px solid #2A2A2A;
    border-bottom: 1px solid #2A2A2A;
}

.carousel-wrap {
  position: relative;
}

.owl-next {
  right: 0;
  border-left: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  -webkit-transition: right 200ms ease-out;
  -moz-transition:right 200ms ease-out;
  -o-transition:right 200ms ease-out;
  transition:right 200ms ease-out;
}

.owl-prev {
  border-right: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
  left: 0;
  -webkit-transition: left 200ms ease-out;
  -moz-transition: left 200ms ease-out;
  -o-transition: left 200ms ease-out;
  transition: left 200ms ease-out;
}

.owl-next, .owl-prev{
  position: absolute;
  height: 100%;
  background: rgb(19,19,19);
  z-index: 9;
  padding: 24px;
  cursor: pointer;
}
.owl-next img, .owl-prev img{
  top: 50%;
  position: absolute;
  margin-top: -8px;
}


.owl-prev:hover {
  left: -10px;
}

.owl-next:hover {
 right: -10px; 
}

.kalender-item > * {
    position: relative;
    -webkit-transition: left 800ms ease-out;
    -moz-transition: left 800ms ease-out;
    -o-transition: left 800ms ease-out;
    transition: left 800ms ease-out;
}

.animated {
    left: 0;
}

.kalender-item hr {
  position: relative;
  top: 8px;
  height: 1px;
  margin: 0;
  border-color: #2A2A2A;
}

.line-header{
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.25em;
  margin-bottom: 3rem;
  background-color: rgb(19, 19, 19);
  padding: 0 10px;
  display: inline-block;
}

/*Kalender tablet og ned*/
@media screen and (max-width: 1200px){
  
  .kalender-item {
    padding: 30px 20% 40px 20%;
  }
}


/* kontakt */
.kontakt-header {
  border-bottom: 1px solid #222;
  max-width: 620px;
  padding: 60px 0;
  margin: 0 auto;
}

.kontakt h2 {
  font-weight: 400;
  margin-bottom: 1em;
}

.kontakt-header p {
  text-transform: uppercase;
  letter-spacing: 0.32em;
  font-weight: 400;
  text-align: center;
  margin: 0;
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
}

.kontakt {
  background: rgb(19, 19, 19);
  border-bottom: 1px solid #222;
  padding-bottom: 30px;
  overflow-x: hidden;
}

.contact-wrapper {
 max-width: 620px;
 margin: 0 auto;
}

.contact-wrapper input{
  float: left;
  width: 48%;
  margin: 0 1%;
}

.contact-wrapper input,  .contact-wrapper textarea {
  background: rgb(19, 19, 19);
  border: 1px solid #2A2A2A;
  padding: 10px;
  color: #9c9285;
  transition: outline-color 500ms ease;
  -webkit-transition: outline-color 500ms ease;
  -moz-transition: outline-color 500ms ease;
  -ms-transition: outline-color 500ms ease;
  outline-color: rgb(19, 19, 19);
}
.contact-wrapper input:focus,
.contact-wrapper textarea:focus {
  outline-color: #9c9285;
  outline-style: solid;
  outline-width: 1px;
}


.contact-wrapper textarea {
  width: 98%;
  margin: 30px 1%;
}

.arrowlink {
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.20em;
  font-size: 0.916111em;
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
}

.arrowlink:after {
  background: url("img/icons/pilen.png") no-repeat left top;
  background-size: 40px 5px;
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 0;
  transition: background-size 500ms ease;
  -webkit-transition: background-size 500ms ease;
  -moz-transition: background-size 500ms ease;
  -ms-transition: background-size 500ms ease;
  top: 2em;
}

.wpcf7-form p{
  border: none;
}

.arrowlink:hover:after {
  background-size: 60px 5px;
}

.arrowlink:active:after {
 background-size: 80px 5px; 
}


/* contact form 7 */

.wpcf7-form p:last-of-type {
  position: relative;
  margin-top: -40px;
}

.wpcf7-form p:last-of-type input{
  float: none;
  border: none;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
  letter-spacing: 0.20em;
  color: #dcdcdc;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.wpcf7-form p:last-of-type input:focus{
  outline: none;
}

.wpcf7-form p:last-of-type:after {
  background: url("img/icons/pilen.png") no-repeat left top;
  background-size: 40px 5px;
  content: "";
  position: absolute;
  height: 5px;
  width: 100%;
  left: 50%;
  transition: background-size 500ms ease;
  -webkit-transition: background-size 500ms ease;
  -moz-transition: background-size 500ms ease;
  -ms-transition: background-size 500ms ease;
  top: 2em;
  margin-left: -50px;
}

.wpcf7-form p:last-of-type:hover:after {
  background-size: 60px 5px;
}

.wpcf7-form p:last-of-type:active:after {
  background-size: 80px 5px;
}

.ajax-loader {
  display: none !important;
}


/*placeholder text styling*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #9c9285;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #9c9285;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #9c9285;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #9c9285;
}

/*removing tips for form from view, still visible for screenreaders*/
.wpcf7-not-valid-tip {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

div.wpcf7-response-output {
  border: 1px solid #9c9285;
  padding: 20px;
}

/* kontakt skema tablet og ned */
@media screen and (max-width: 1200px){
  .contact-wrapper input,
  .contact-wrapper textarea
  {
    float: none;
    width: 100%;
    margin: 0;
  }

  .contact-wrapper {
    width: 100%;
    padding: 10px;
  }

  .wpcf7-form p:last-of-type {
    margin-top: 0;
  }
}

/*Footer styles*/

.footer-social {
  width: 248px;
  margin: 0 auto;
}

.footer-social img {
  width: 28px;
  margin: 16px;
  will-change: transform;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}

.footer-social img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}


/* responsive burger menu*/
#nav-icon1 {
  z-index: 20;
  width: 25px;
  height: 45px;
  position: absolute;
  top: 28px;
  right: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1:focus {
  outline: none;
}

#nav-icon1 span {
  z-index: 20;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #dcdcdc;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 8px;
}

#nav-icon1 span:nth-child(3) {
  top: 16px;
}

#nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: #9c9285;
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: 60px;
  background-color: #9c9285;
}

#nav-icon1.open span:nth-child(3) {
  top: 9px;
  background-color: #9c9285;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tilt__back,
.tilt__front {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tilt__back {
  position: relative;
}

.tilt__front {
  position: absolute;
  top: 0;
  left: 0;
}

.front-mast-head a,
.front-nav a,
.aktiviteter h2,
.kalender h2,
.login_responsive a 
{
  letter-spacing: 0.32em;
}

@media screen and (max-height:710px) { 
  .hero {
    padding: 30px 0 20px 0;
  }
}

/*------------------------------------*\
    #Sub Page
\*------------------------------------*/

.entry__content h1,
.entry__content h2,
.entry__content h3 {
  color: #dcdcdc;
}

.entry__content h1 {
  font-size: 2em;
  font-weight: 400;
}

.entry__content h2 {
  font-size: 1.5em;
  font-weight: 400;
}

.entry__content h3 {
  font-size: 1em;
  font-weight: 400;
}

.primary p,
.primary ul,
.primary ol {
  font-weight: 400;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 1.1em;
}

.subpage-nav {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.sub-nav-button {
  font-size: 1rem;
  margin: 0;
  border-left: 1px solid #2A2A2A;
  display: inline-block;
  position: relative;
  letter-spacing: 0.32em;
  padding: 40px 30px;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(19, 19, 19, .9);
  -webkit-transition:  background-color 300ms linear;
  -moz-transition:  background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}

.sub-nav-button:before{
  content: " ";
  position: absolute;
  height: 1px;
  width: 0%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  background-color: #9C9285;
  -webkit-transition:  width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
  -moz-transition:  width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
  -o-transition: width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
  transition: width 300ms ease-out, right 300ms ease-out, opacity 300ms ease-out;
}

.sub-nav-button.active {
  background-color: rgb(19, 19, 19);
  color: #dcdcdc;
}

.sub-nav-button:hover {
  background-color: rgba(19, 19, 19, 1);
  cursor: pointer;
  color: #dcdcdc;
}

.sub-nav-button:hover:before {
  width: 100%;
  opacity: 1;
  right: 0;
}

.subnav-wrap {
  position: relative;
  top: 406px;
  width: 100%;
  background-color: rgb(19, 19, 19);
  background-color: rgba(19, 19, 19, 0.75);
  border-top: 1px solid #2A2A2A;
  border-bottom: 1px solid #2A2A2A;
}

.sub-nav-button:last-of-type {
  border-right: 1px solid #2A2A2A;
}

.entry__header .hero {
  padding: 0;
  border-width: 40px;
  width: 580px;
  margin-left: -250px;
  text-align: center;
  border-style: solid;
  background-color: transparent;
  border-color: rgb(19, 19, 19);
  border-color: rgba(19, 19, 19, 1);
}

.entry__header h1 {
  position: relative;
  color: #9C9285;
  background-color: rgb(19, 19, 19);
  z-index: 1;
}

.entry__header hr {
  border-top: 2px solid #9C9285;
  position: absolute;
  width: 100%;
  left: 0;
  top: 36%;
}

.owl-item img{
  width: 99.9%;
}

/*reponsive sub-page*/
@media screen and (max-width: 1200px) {

  .entry__header .hero {
    margin: 0;
    padding: 130px 0 150px 0;
    top: 0;
    position: relative;
    left: 0;
    width: 100%;
    border-width: 0;
    background-color: rgb(19, 19, 19);
    background-color: rgba(19, 19, 19, 0.75);
  }

  .hero {
    width: 100%;
  }

  .entry__header .hero h1 {
    background-color:black;
  }

  .entry__header hr {
    display: none;
  }

  .subnav-wrap {
    top: 0;
  }
  .entry__header {
    height: auto;
  }

  .subpage-nav {
    width: 100%;
  }

  .sub-nav-button {
    padding: 20px 20px;
  }

  .entry__content {
    padding: 0 40px;
  }
}

@media screen and (max-width: 450px) {
  .entry__content {
    padding: 0 20px;
  }

  .sub-nav-button {
    border: 1px solid #2A2A2A;
    border-bottom: none;
    width: 100%;
  }

  .sub-nav-button {
    border-bottom: 1px solid #2A2A2A;
  }

  .subnav-wrap {
    border-style: none;
  }
}

/* ==================== */
/*      Blog styles     */
/* ==================== */
.nav-previous {
  float: left;
}

.nav-next {
  float: right;
}

.post-navigation {
  max-width: 640px;
  width: 90%;
  margin: 60px auto 0 auto;
  overflow: hidden;
}

.blog-list h2 {
  text-align: left;
}

.blog-list .meta {
  text-align: left;
  color: #9C9285;
}

.blog-list .les-mer-pil {
  width: 100%;
  background-color: #222;
  padding: 10px;
  left: -100%;
  position: relative;
  -webkit-transition: left 400ms ease-out;
  -moz-transition: left 400ms ease-out;
  -o-transition: left 400ms ease-out;
  transition: left 400ms ease-out;
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
  font-size: 10px;
  color: #dcdcdc;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: right;

}
.blog-list .les-mer-pil:after {
  content: '';
  background: url("img/icons/pilen.png") no-repeat left center;
  width: 60px;
  height: 5px;
  display: inline-block;
  background-size: 40px 5px;
  margin-left: 2px;
  transition: background-size 500ms ease;
  -webkit-transition: background-size 500ms ease;
  -moz-transition: background-size 500ms ease;
  -ms-transition: background-size 500ms ease;
}

.blog-list .les-mer-pil:hover:after {
  background-size: 60px 5px;
}

.blog-list a {
  display: block;
  margin: 2.4em 0;
  position: relative;
  border-bottom: 1px solid #2A2A2A;
  overflow-x: hidden; 
}

.blog-list a:hover .les-mer-pil {
  left: 0;
}

article h2,
article h3,
article h4 {
  line-height: 1.5;
  margin: 3em 0 1.5em 0;
}

.entry__content article hr {
  position: relative;
}

.hero .meta {
  color: #dcdcdc;
  color: #dcdcdc;
  background-color: rgb(19,19,19);
}

@media screen and (max-width: 1200px) {
  .hero .meta {
    background-color: transparent;
  }
}


.hero .meta div{
  display: inline-block;
  margin-right: 2px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
article table {
  font-family: "alverata-pe", "Times", serif;
  color: #dcdcdc;
}


article p a {
  text-decoration: underline;
}

article p a:hover {
  text-decoration: none;
}

article tr {
  transition: background-color 800ms ease;
  -webkit-transition: background-color 800ms ease;
  -moz-transition: background-color 800ms ease;
  -ms-transition: background-color 800ms ease;
  background-color: transparent;
}

article tr:nth-child(even) {
   background-color: black;
}

article tr:last-child {
  border-bottom: none;
}

article td {
  transition: border-color 600ms ease;
  -webkit-transition: border-color 600ms ease;
  -moz-transition: border-color 600ms ease;
  -ms-transition: border-color 600ms ease;
  padding: 10px;
  text-transform: uppercase;
}

article td:first-of-type {
  border-left: 1px solid rgba(156, 146, 133, 0);
}

article tr:hover td:first-of-type {
  border-color: rgba(156, 146, 133, 1);
}

article tr:first-of-type:hover td:first-of-type {
  border-color: rgba(156, 146, 133, 0);
}

article tr:nth-child(1),
article td:first-of-type {
  font-family: "canada-type-gibson", "Helvetica", sans-serif;
  letter-spacing: 0.20em;
  color: #9C9285;
}
/* fix tablers on smallll screens */
@media screen and (max-width: 649px) {
  article tr:nth-child(1),
  article td:first-of-type {
    letter-spacing: 0.1em;
  }
}

.error-404 {
  text-align: center;
  margin: 20% 0;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}


/* ===============PRINT=============== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  /* Hide */
  .site-header, .site-footer, .searchform, .skip-link, input[type=submit], input[type=button], input[type=reset] {
    display: none !important; }
  /* Modify */
  .primary {
    float: none !important;
    width: 95% !important;
    margin: 0 !important; } }

/*# sourceMappingURL=style.css.map 
