* {
  margin: 0;
  padding: 0;
}
/* Webfonts: Copyright © Letters From Sweden. All rights reserved. To obtain a license, please see: https://lettersfromsweden.se */
@font-face {
  font-family: 'Trim Bold';
  src: url('../fonts/Trim-Bold.woff2') format('woff2'), url('../fonts/Trim-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
:root {
  --padding: 1.5rem;
  --color-black: #000;
  --color-white: #fff;
  --color-text: var(--color-black);
  --color-text-grey: var(--color-grey);
  --color-background: var(--color-white);
  --font-family-custom: 'Trim Bold', Helvetica, sans-serif;
  --font-family-sans: Helvetica, sans-serif;
}
html {
  font-family: var(--font-family-sans);
  color: var(--color-text);
  background: var(--color-background);
  position: relative;
  height: 100%;
}
img {
  width: 100%;
}
body {
  font-family: var(--font-family-sans);
  padding: var(--padding);
  max-width: 70rem;
  margin: 0 auto;
}
li {
  list-style: none;
}
a {
  color: currentColor;
  text-decoration: none;
}
.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -1rem;
  margin-left: -1rem;
  margin-bottom: 2rem;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  cursor: default;
  z-index: 2;
}
.menu-button-open{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  width: 100px;
  height: 2.5rem;
}  
input{
  display:none;
}
.menu-button-open label {
  position: absolute;
  left: 0rem;
  bottom: 0;
  padding: .77rem 1.2rem ;
  font-family: var(--font-family-custom);
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
}
.menu-button-open label:hover {
  cursor: pointer;
  z-index: 1000;
} 
.overlay-menu-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 1000;
}
.overlay-menu-box label {  
  position: absolute;
  left: 0rem;
  bottom: 0rem;    
  padding: .8rem 1.2rem ;
  font-family: var(--font-family-custom);
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
} 
.overlay-menu-box nav {  
  text-align: left;
  position: absolute;
  bottom: 3.5rem;
  left: 1.3rem;
  margin-right: 1rem;	    
}
.overlay-menu-box h1 {  
  font-family: var(--font-family-custom);
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 27px;
  width: 70%;
}
.overlay-menu-box .infoo {  
  line-height: 29px;
}
.overlay-menu-box a:link, a:visited,  a:hover, a:active {
  text-decoration: none;
  color: #000000;
}
.overlay-menu-box ul {
  position: relative;
  left: -.8rem;
} 
.overlay-menu-box li {
  list-style: none;
  line-height: 20px;
  margin-left: 1.8rem;
}
.overlay-menu-box ul li a:hover,
.overlay-menu-box ul li a:focus {
  color: black;
}
.menu-button-open~.overlay-menu-box{
  opacity: 0;
  visibility: hidden;
} 
#op:checked~.overlay-menu-box{
  opacity: 1;
  visibility: visible;
}
#op:checked~.menu-button-open{
  opacity: 0;
  visibility: visible;
}
#op:checked~.social{
  opacity: 0;
  visibility: visible;
}
.social {
  display: flex;
  position: fixed;
  bottom: 0;
  right: 1rem;
  z-index: 20;
}
.social a {
  font-size:28px;
  padding: 0 .7rem .7rem;
} 
.social-info {
  display: flex;
  left: 1rem;
}
.social-info a {
  font-size:28px;
  padding: .4rem 1.2rem 0rem 0;
}

.swiper-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.swiper-slide{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.swiper-slide img{
  display: block;
  width: 80vw;
  height: 60vh;
  object-fit: contain;
}
.swiper-button-prev, 
.swiper-button-next {
  width: 45% !important;
  height: 70vh !important;
  top: 15vh !important;
  margin: 0 !important;
  transition: cursor 0.3s !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none; 
}
.swiper-button-prev {
  left: 5% !important;
  cursor: w-resize !important;
}
.swiper-button-next {
  right: 5% !important;
  cursor: e-resize !important;
}
.swiper-pagination {
	position: absolute;
  bottom: 1.2rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination:focus,
.swiper-pagination-bullet:focus,
.swiper-pagination-bullet-active:focus  {
  outline: none !important; 
}
.swiper-pagination-bullet {
	padding: 2px 1px !important;
	border-radius: 0 !important;
	width: auto !important;
	height: 12px !important;
	color:#000 !important;
	opacity: 1 !important;
	background: rgba(0,0,0,0.2) !important;
	transition: .2s !important;
}
.swiper-pagination-bullet:hover {
  background: rgba(0,0,0,1) !important;
}
.swiper-pagination-bullet-active {
  background: rgba(0,0,0,1) !important;
}
@media only screen and (min-width:100px) and (max-width:500px){
  .swiper-slide img{
    width: 50em;
    height: 20em;
  }
}
.section {
  padding: 3rem 0;
}
.grid {
  --columns: 12;
  --gutter: 3rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: 1fr;
}
.grid > .column {
  margin-bottom: var(--gutter);
}
.autogrid {
  --gutter: 3rem;
  --min: 10rem;
  display: grid;
  grid-gap: var(--gutter);
  grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
  grid-auto-flow: dense;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.footer {
  padding: 9rem 0 6rem;
  line-height: 1.5em;
}
.map {
  --w: 2;
  --h: 1;
  padding-bottom: calc(100% / var(--w) * var(--h));
  position: relative;
  overflow: hidden;
  background: var(--color-black);
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.margin-s {
  margin-bottom: .75rem;
}
.margin-m {
  margin-bottom: 1.5rem;
}
.margin-l {
  margin-bottom: 3rem;
}
.margin-xl {
  margin-bottom: 4.5rem;
}
.margin-xxl {
  margin-bottom: 6rem;
}
@media screen and (max-width: 60rem) {
  body {
    --padding: 1.5rem;
  }
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid > .column {
    grid-column: span var(--columns);
  }
  .logo {
    width: 80px;
  }
  .swiper-slide{
    position: relative;
    top: -20px;
  }
  .swiper-slide img{
    display: block;
    width: 80vw;
    height: 60vh;
  }
  .swiper-pagination{
    display: none;
  }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .menu-button-open label {  
      font-size: 0.5em;
      line-height: 1em;
    }
    .overlay-menu-box nav {  
      bottom: 9vh;
    } 
    .overlay-menu-box h1 { 
      font-family: 'Trim Bold', Helvetica, sans-serif; 
      font-size: 0.5em;
      line-height: 1em;
      width: 100%
    }
    .overlay-menu-box .infoo {  
      line-height: 1.2em;
    }
    .social a {
      font-size: 1em;
      padding: 0 .6rem .7rem;
    }
    .social-info a {
      font-size: 1em;
      padding: .2rem 1rem 0rem 0;
    }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
   .menu-button-open label {  
      font-size: 1.3em;
      line-height: 1em;
    }
    .overlay-menu-box nav {  
      bottom: 9vh;
    }
    .overlay-menu-box h1 { 
      font-family: 'Trim Bold', Helvetica, sans-serif; 
      font-size: 1.3em;
      line-height: 1em;
      width: 100%
    } 
    .overlay-menu-box .infoo {  
      line-height: 1.2em;
    }
    .social a {
      font-size: 1.2em;
      padding: 0 .6rem .7rem;
    }
    .social-info a {
      font-size: 1.2em;
      padding: .2rem 1rem 0rem 0;
    }
}