html, body {
    margin: 0;
    padding: 0;
    height: 100%; 
    background: url("http://www.kerstistabi.com/img/ramverk/bakgrund.png");
    font-family: 'Open Sans', sans-serif;
}


.logga {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 2;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 38px;
  color: #fff;
}
.flagicon{
  position:absolute; 
  right:77px; 
  top:2.55%; 
  width:34px; 
  height:34px; 
  z-index:1999;
}   


/*meny*/
.meny-button {
    position: fixed;
    top: 3%;
    right: 2%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 20000;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
.meny-button:hover {
    opacity: .7;
}
.meny-button.active .top {
    -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #000;
}
.meny-button.active .middle {
    opacity: 0;
    background: #000;
}
.meny-button.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #000;
}
.meny-button span {
    background: #fff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
.meny-button span:nth-of-type(2) {
    top: 11px;
} 
.meny-button span:nth-of-type(3) {
    top: 22px;
}

section {
    -webkit-transition: filter .35s;
    transition: filter .35s;
} 
section.overlayopen {
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -webkit-transition: filter .35s;
    transition: filter .35s;
}
.overlay {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    -webkit-transition: right .35s;
    transition: right .35s;
    overflow: hidden;
}
.overlay.open {
    right:0;
    width: 100%;
}
.overlay-logo {
    width:50%;
    margin:0;
    padding:0;
    display:inline-block;
}
.overlay-sidemenu {
  width:50%;
  background: #fff;
    margin:0;
    padding:0;
    position:absolute;
    right:0px;
    top:0px;

}

.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}

.overlay nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    left:0;
    right:0;
}
.overlay-contact {
    font-size: 26px;
}
.overlay-contact:first-child {
    border-bottom:1px solid #333;
}
.overlay-contact:nth-child(2) {
    margin-top:-20px;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.overlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    padding:15px 0px;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}
.overlay ul li a:hover {
    color: #333;
}
.overlay ul li a:hover:after {
    width: 100%;
}
.overlay ul li a#akter:hover:after {
    width: 0;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #333;
    -webkit-transition: .35s;
    transition: .35s;
}
.overlay ul li ul li a {
    font-size:22px;
    padding-top:5px;
}
.overlay ul li ul li a:first-child {
    padding-top:10px;
}
.overlay ul.akter-toggle.open {
    display:block;
}
 ul.akter-toggle li {
    padding:0px;
}
/*
.overlay ul.akter-toggle {
    display:none;
}*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}



/*slider*/
.main-slider {
  overflow: hidden;
}
.main-slider-img {
  width: 100%;
}
.main-slider-img.narrow {
    display:none;
}

.main-slider .slick-prev.slick-arrow, .main-slider .slick-next.slick-arrow {
  position:absolute;
  bottom: 35px;
  z-index: 2;
  cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.main-slider .slick-next.slick-arrow {
  left: 20%;
  -webkit-transform: rotate(90deg); 
    transform: rotate(90deg);
    opacity: 0.8;
}
.main-slider .slick-prev.slick-arrow {
  left: 14.5%;
  -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);
    opacity: 0.8;
}
.main-slider .slick-next.slick-arrow:hover, .main-slider .slick-prev.slick-arrow:hover  {
    opacity: 1;
}

.slick-initialized .main-slider-wrapper.slick-slide {
  position:relative;
}


/* Slider from slick-slider*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Dots */


.slick-dots
{
    position: absolute;
    bottom: 20px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 7px;
    border:2px solid #fff;
    border-radius:50%;
    content: '';

    text-align: center;

    opacity: .45;
    color: #eee;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}



.imagecover-textarea {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 40%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  zoom: 0;
  opacity: 0;
  margin-left: -10px;
}
.imagecover-textarea.active {
  opacity: 1;
  zoom: 1;
  margin-left: 0px;
}
.imagecover-textarea.imagecover-textarea-right {
  left: auto;
  right:15%;
}
.imagecover-textarea-dark .imagecover-header {
  color: #000; 
  text-shadow: 1px 1px #fff;
}
.imagecover-textarea-dark .imagecover-paragraph {
  color: #000; 
  text-shadow: 1px 1px #fff;
}
.imagecover-header {
  color: #fff; 
  font-size: 36px; 
  font-family: 'Open Sans', sans-serif; 
  font-weight: 300;
  text-shadow: 1px 1px #000;
}
.imagecover-paragraph {
  display: block; 
  margin-left: 0px; 
  margin-top: 20px; 
  margin-bottom: 10px;
  color:#fff;
  font-family: 'Open Sans', sans-serif; 
  font-size: 18px;
  font-weight: 300;
  text-shadow: 1px 1px #000;
}
.imagecover-link {
  display:inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  margin: 20px 10px 10px 0px;
  padding: 10px;
  border: 2px solid #f7f7f7;
  background: transparent;
  color:#fff;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
    text-decoration: none;
}
.imagecover-link-dark {
    border: 2px solid #333;
    color:#000;
}
.imagecover-link:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #f7f7f7;
}
.imagecover-link-dark:after {
    background: #333;
}
.imagecover-link:hover {
  cursor: pointer;
}
.imagecover-link:hover:after {
  width: 100%;
  left: 0;
}
.download-link {
  text-decoration:none;
  color:#0498d4;
  margin-bottom:20px;
  display:block;
}
.download-link img {
  border:none;
}
.download-link:hover {
  text-decoration:underline;
}
.button-link {
  display:inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  margin: 20px 10px 10px 0px;
  padding: 10px;
  border: 2px solid #333;
  background: transparent;
  color:#333;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
    text-decoration: none;
}
.button-link:after {
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  background: #999;
}
.button-link:hover {
  cursor: pointer;
}
.button-link:hover:after {
  width: 100%;
  left: 0;
}

.forestallningar {
  padding-top:60px;
  padding-bottom:45px;
  margin-left:15%;
  margin-right:12%; 
}
.forestallningar-header {
  font-size: 36px; 
  font-family: 'Open Sans', sans-serif; 
  font-weight: 300;
}
.forestallningar-item {
  display:inline-block;
  position:relative;
  width:30%;
  margin-right:3%;
  margin-bottom:20px;
  cursor: pointer;
}
.forestallningar-img {
  width:100%
}
.forestallningar-rubrik {
  position:absolute;
  width:100%;
  bottom:2%;
  left:0;
  height:98%;
  background: rgba(0,0,0,0.3);
  text-align: center;
}
.forestallningar-rubrik .span {
  position:relative;
  top:45%;
  padding-left:15px;
  font-size:24px;
  color:#fff; 
  font-weight:300;
}




.parallax-section {
  position:relative;
}
.parallax-section .imagecover-textarea {
  top:30%;
  width:30%;
}
.parallax-section  .parallax-voluspa2 .imagecover-textarea {
  top:20%;
}
.parallax-section .imagecover-videoarea {
  position: absolute;
  right:10%;
  top:20%;
}
.parallax-section .imagecover-videoarea iframe{
  display:block;
  margin-top:30px;
  height:150px;
  width:auto;
  padding-bottom: 30px;
}
.parallax-section .imagecover-textarea iframe{
  margin-top:30px;
}

.parallax-image {
  position:relative;
  min-height:100px;
}
.parallax-omkersti {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti2 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti2.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti3 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti3.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti4 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti4.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti5 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti5.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti6 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti6.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti7 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti7.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti8 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti8.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-omkersti9 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/omkersti9.jpg");
  
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.parallax-denharigaflickan {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/denharigaflickan.jpg");
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-Troll {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/troll.jpg");
  

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-voluspa {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/voluspa.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-voluspa2 {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/voluspastol.jpg");
  
    /* Set a specific height */
    min-height: 700px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-sangerom {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/sangerom.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-jejaochjag {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/parallax/jejaochjag.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-arrow {
  position:absolute;
  bottom:40px;
  left:0;
  right:0;
  margin:auto;
  -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
    opacity:0.8;
    cursor:pointer;
} 
.parallax-arrow:hover {
    opacity:1;
} 
.videogrid {
  display:inline-block;
  margin-left:10%;
  margin-right:9%;
  width:81%;
}
.videogrid iframe{
  box-sizing:border-box;
  min-height: 240px;
  width:100%;
}
.textundervideo {
    width:32%;
    display:inline-block;
    margin-bottom:20px;
    margin-right:1%;
} 
.textundervideo .paragraph{
    margin-bottom:5px;
    margin-top:5px;
}

.two-grid-section {
  background:#fff;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow:hidden;
}
.two-grid:first-child {
  width:45%;
  display:inline-block;
  margin-left:10%;
}
.two-grid:nth-child(2) {
    width:29%;
    float:right;
    margin-right:10%;
    box-sizing:border-box;
    padding-top: 80px;
    padding-left:30px;
}
.two-grid .img {
  width:100%;
}
.two-grid iframe {
  width:100%;
  height:auto;
}
.two-grid .header, .four-grid-section .header {
  font-weight:300;
} 
.four-grid-section {
  padding-left: 8%;
  padding-right: 10%;
  background:#fff;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow:hidden;
} 
.four-grid-textarea {
  padding-left:2%;
}
.four-grid {
  clear:both;
}
.four-grid a {
    width:25%;
    padding-left:2%;
    box-sizing:border-box;
    float:left;
}
.four-grid .img {
  margin-top:20px;
  width:100%;
}

.parallax-footer {
    /* The image used */
    background-image: url("http://www.kerstistabi.com/img/ramverk/bakgrund.png");
  
    /* Set a specific height */
    min-height:140px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
}

.footer {
    height:140px;
}
.parallax-footer .grid-1 {
  padding-left:10%;
} 
.grid-1 {
  padding-left:15%;
    padding-top:30px;
} 

.grid-1 .paragraph{
  font-size:22px;
  font-weight:300;
    margin-top:0px;
    margin-bottom:10px;

} 
@media (max-width:1200px) and (min-width:960px) {

    .main-slider .imagecover-textarea {
        width:50%;
    }
    .forestallningar-item {
        width:29%;
    }

}
@media (max-width:1100px) and (min-width:900px) {
    .textundervideo {
      width:31%;
    }
}
@media (max-width:960px) and (min-width:800px) {

    .main-slider .imagecover-textarea {
        width:60%;
    }
    .forestallningar-item {
        width:29%;
    }

}

@media (max-width:800px) and (min-width:0px) {

    .flagicon{
      right:95px; 
    }   

    .meny-button {
        right:6%;
    }
    .parallax-section .imagecover-textarea {
        width:64%;
    }
    .imagecover-textarea {
        left:10%;
        width:80%;
    }
    .imagecover-textarea.imagecover-textarea-right {
      left:10%;
      right:10%;
    }
    .two-grid:first-child {
        width:100%;
        margin-left:0;
        box-sizing:border-box;
        padding:20px;
    }
    .two-grid:nth-child(2) {
        width:100%;
        margin-right:0;
        box-sizing:border-box;
        padding:20px;
    }
    .two-grid:first-child {
        padding-top:10px;
    }
    .two-grid:nth-child(2) {
        padding-top:0;
    }
    .two-grid-section {
        padding-top:0;
        padding-bottom:25px;
    }
    .four-grid-section {
      padding-left: 0;
      padding-right: 20px;
      background:#fff;
      padding-top: 40px;
      padding-bottom: 50px;
      overflow:hidden;
    } 
    .four-grid-textarea {
      padding-left:20px;
    }
    .four-grid a {
      width:50%;
      padding-left:20px;
    }
    .four-grid a:nth-child(3) {
      clear:both;
    }
    .overlay-sidemenu {
        width:80%;
    }
    .logga {
        color:#333;
        left:25%;
        font-size:34px;
    }
    .overlay ul li {
        padding:5px 0px;
    }
    .overlay ul li ul li{
        padding:0;
    }
    .overlay ul li ul li a:first-child {
        padding-top:7px;
    }
    .overlay nav{
        font-size:26px;
        top:55%;
    } 
    .overlay-contact {
        font-size:24px;
    } 
    .overlay ul li a:hover:after {
        width: 0;
    }       

    .overlay ul li a:after {
        display :none;
    }
    .forestallningar {
        margin-left:5%;
        margin-right:2%;
    }
    .forestallningar-item {
        width:97%;
        margin-right:3%;
        height: 170px;
        overflow:hidden;

    }
    .forestallningar-rubrik {
        height:100%;
        bottom:0;
    }
    .main-slider .main-slider-img {
        display:none;
    }
    .main-slider-img.narrow {
        display:block;
    }
    .main-slider .imagecover-header {
        font-size:28px;
    }
    .imagecover-paragraph {
        font-size:16px;

    }
    
    .imagecover-link {
        font-size:20px;
        margin:15px 10px 2px 0px;
        padding:7px 10px;
    }
    .main-slider .slick-prev.slick-arrow {
        left:10%;
    }
    .main-slider .slick-next.slick-arrow {
        left:23%;
    }
    .hide-on-narrow {
        display:none;
    }
    .parallax-omkersti {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/omkersti-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
    }
    .parallax-omkersti2 {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/omkersti2-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
        min-height: 360px;
    }
    .parallax-omkersti3 {
        background-image: url("http://www.kerstistabi.com/img/parallax/omkersti3-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
        min-height: 300px;
    }
    .parallax-omkersti4 {
        background-image: url("http://www.kerstistabi.com/img/parallax/omkersti4-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
        min-height: 300px;
    }
    
    .parallax-omkersti9 {
        background-image: url("http://www.kerstistabi.com/img/parallax/omkersti9-narrow.jpg");
        background-attachment: initial; 
        background-size: 100%;
        min-height: 300px;
    }
    .parallax-denharigaflickan {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/denharigaflickan-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
    }
    .parallax-Troll {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/troll-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
    }
    .parallax-voluspa {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/voluspa-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
    }
    .parallax-section .parallax-voluspa2 .imagecover-textarea {
        width:50%;
    }
    .parallax-section .imagecover-videoarea iframe {
        width:50%;
    }
    .parallax-section .imagecover-videoarea {
        right:-10%;
    }
    .parallax-voluspa2 {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/voluspastol-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
    }
    .parallax-sangerom {
        background-image: url("http://www.kerstistabi.com/img/parallax/sangerom-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;  
    }
    .parallax-jejaochjag {
        /* The image used */
        background-image: url("http://www.kerstistabi.com/img/parallax/jejaochjag-narrow.jpg");
        background-attachment: initial;
        background-size: 100%;
    }

    .videogrid {
      display:inline-block;
      margin:3%;
      width:94%;
    }
    .videogrid iframe{
      width:100%;
    }
    .textundervideo {
        width:100%;
    }

}
@media (max-width:900px) and (min-width:550px) {
  .textundervideo {
      width:48%;
    }
    .videogrid {
      width:83%;
    } 
}
@media (max-width:  800px) and (min-width:550px) {
    .videogrid {
      width:97%;
    }
}
@media (max-width: 610px) and (min-width:0px) {

    .flagicon{
      right:75px; 
      top:2.4%;
    }
    .parallax-voluspa2 {
        /* The image used */
        background-image: none;
        background-attachment: initial;
        background-size: 100%;
    }
    .parallax-voluspa2 .imagecover-paragraph{
        color:#333;
    }
    .parallax-voluspa2 .imagecover-header{
        color:#333;
    }
    .parallax-section .parallax-voluspa2 .imagecover-textarea {
        display: block;
        position:relative;
        width:80%;  
        padding-top:30px;
    }

    .parallax-section .imagecover-videoarea iframe {
        display: inline;
        height:120px;
        width:80%;
    }
    .parallax-section .imagecover-videoarea {
        position: relative;
        margin-bottom:30px;
        right:0;
        padding-left:10%;
    }
    .parallax-section .imagecover-textarea iframe {
      height:120px;
      width:90%;
    }
    .parallax-section.parallax-section-top .imagecover-textarea {
      top:30%;
      width:64%;
    }
    .parallax-section .imagecover-textarea {
      top:10%;
      width:80%;
    }


}
@media (max-width: 320px) and (min-width:0px) {
  .imagecover-textarea {
      width:84%;
      left:8%;
  }
  .imagecover-textarea.imagecover-textarea-right {
      width:84%;
      left:8%;
  }
  .imagecover-link {
    font-size: 18px;
  }
  .main-slider .slick-prev.slick-arrow {
    left:6%;
  }
  .main-slider .slick-next.slick-arrow {
    left:19%;
  }
  .overlay nav{
    font-size:22px;
    top:57%;
  } 
  .overlay-contact {
    font-size:22px;
  }
  .logga {
    font-size:30px;
    top:15px;
  }
  .parallax-section.parallax-section-top .imagecover-textarea {
    top:22%;
  }
  .parallax-section .imagecover-textarea {
    top:10%;
  }
}