/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/* 
 * makes ul/ol as a dropdown select (normaly in mobile)
 * Structure: div > title > list > li > a
*/
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

section.top-bilde, .block-section.top-image {
  height: 32rem;
  position: relative;
  display: block;
  margin: 0 auto var(--spacing-block);
}

section.top-bilde .bg-header, .block-section.top-image .bg-header {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f3f3f3;
}

@media screen and (max-width: 62.4375em) {
  section.top-bilde, .block-section.top-image {
    height: 23.75rem;
  }
}
@media screen and (max-width: 47.99875em) {
  section.top-bilde, .block-section.top-image {
    height: 12.5rem;
  }
}
section.top-bilde #waves, .block-section.top-image #waves {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  max-width: 75rem;
}
