a {
  color: inherit;
}

body {
  hyphens: auto;
}

button[type="button"] {
  cursor: pointer;
}

h3, h4, strong {
  font-weight: 500;
}

header > div {
  padding-top: calc(67px + 1rem);
}

nav#nav-main {
  max-height: 67px;
  overflow-y: auto;
}

nav a {
  color: inherit;
  opacity: 0.8;
}

nav a:hover {
  opacity: 1;
}

#map {
  background-image: url(/bilder/map.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  z-index: 0
}

#map-tos > input[type="checkbox"] {
  height: 1rem;
  width: 1rem;
  vertical-align: sub;
}

#nav-main-container {
  transition: all 0.2s linear;
}

#path4260 {
  animation-delay: 0.5s;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: draw;
  animation-timing-function: ease-out;
  fill: rgba(155, 173, 197, 0.2);
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  stroke-width: 2;
  stroke: rgba(155, 173, 197, 1);
}

.b--dark-blue {
  border-color: rgba(0, 51, 102, 1);
}

.b--blue {
  border-color: rgba(155, 173, 197, 1);
}

.bg-blue {
  /* background-color: #9badc5; */
  background-color: rgba(155, 173, 197, 0.9);
}

.bg-dark-blue {
  /* background-color: #003366; */
  background-color: rgba(0, 51, 102, 0.9)
}

.bg-dark-blue-10 {
  background-color: rgba(155, 173, 197, 0.1);
}

.bg-dark-blue-20 {
  background-color: rgba(155, 173, 197, 0.2);
}

.bg-dark-blue-30 {
  background-color: rgba(155, 173, 197, 0.3);
}

.dark-blue {
  color: #003366;
}

.f-subheadline {
  font-size: 2.4rem;
}

.fade-in-up {
  animation: 2.0s fade-in-up ease-out forwards;
}

.has-submenu:hover > .submenu,
.submenu:hover {
  display: block;
}

.fit-300 {
}

.fit-300 img {
  object-fit: cover;
  height: 225px;
}

.medium-zoom-image,
.medium-zoom-overlay {
  z-index: 1;
}

.medium-zoom-image--open {
  height: auto!important;
}

.menu > li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.overlay {
  max-height: 100vh;
  min-height: 100vh;
  max-width 100vw;
  min-width: 100vw;
  animation: 0.3s fade-in ease-in;
}

.submenu {
  left: 0;
  margin-top: 1.5rem;
  right: 0;
}

@keyframes draw {
  to {
    fill: rgba(155, 173, 197, 1);
    stroke-dashoffset: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(2rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (min-width: 375px) and (max-width: 375px) {
  header .f-subheadline {
    font-size: 2.26rem;
  }
}

@media screen and (min-width: 414px) and (max-width: 414px) {
  header .f-subheadline {
    font-size: 2.54rem;
  }
}

@media screen and (min-width: 30em) {
  header .f-subheadline {
    font-size: 3rem;
  }
}

@media screen and (min-width: 48em) {
  .submenu {
    left: initial;
    right: initial;
  }
}

@media screen and (min-width: 60em) {
  header .f-subheadline {
    font-size: 4rem;
  }
}

