:root {
  --skogan-content-width: max(992px, calc(100vw - 200px));
}

@font-face {
  font-family: "Verdana";
  src: local("Verdana"), url("../../fonts/verdana.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Verdana";
  src: local("Verdana-Bold"), local("Verdana"), url("../../fonts/verdana-bold.woff") format("woff");
  font-weight: bold;
}
:root {
  --skogan--lang-switcher-size: clamp( 3rem , 2.5316455696202533vw + 1.7848101265822784rem , 4rem );
}

#lang-switch {
  position: absolute;
  display: flex;
  height: var(--skogan--lang-switcher-size);
  line-height: var(--skogan--lang-switcher-size);
  left: 50%;
  margin-left: calc(-1 * var(--skogan--lang-switcher-size));
  z-index: 20;
  transition: opacity 0.3s;
}
#lang-switch a {
  position: relative;
  display: block;
  background: #FFFFFF;
  color: #1C8A54;
  width: var(--skogan--lang-switcher-size);
  height: var(--skogan--lang-switcher-size);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: calc(0.45 * var(--skogan--lang-switcher-size));
}
#lang-switch .frame {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(5% 5%, 5% 95%, 10% 95%, 10% 10%, 90% 10%, 90% 90%, 10% 90%, 10% 95%, 95% 95%, 95% 5%);
}
#lang-switch .frame:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 101%;
  top: 101%;
  transform: rotate(45deg) scale(1.3);
  background: #1C8A54;
  transition: all 0.3s;
}
#lang-switch a.inactive .frame:before {
  left: -101%;
  top: -101%;
}
#lang-switch:not(.hover) a.active .frame:before,
#lang-switch a:hover .frame:before {
  left: 0;
  top: 0;
}
#lang-switch.hide {
  opacity: 0;
  pointer-events: none;
}
#lang-switch.hide :root {
  --skogan--lang-switcher-size: clamp( 3rem , 2.5316455696202533vw + 1.7848101265822784rem , 4rem );
}

#page-footer {
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  background: #1C8A54;
}
#page-footer a {
  color: #FFFFFF;
  text-decoration: none;
}
#page-footer a:hover {
  text-decoration: underline;
}
#page-footer > div:first-child {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#page-footer .panel .logo {
  width: 80%;
  max-width: 436px;
}
#page-footer .panel .address {
  text-align: center;
  line-height: 1.5rem;
}
#page-footer .panel .newsletter .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
#page-footer .legal {
  padding: 1.25rem 0;
  background: #FA6716;
}
#page-footer .legal .content-width {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  #page-footer .legal .content-width {
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
  }
}
#page-footer .legal ul {
  display: flex;
  gap: 1rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#page-footer > div:first-child {
  padding: clamp(2.25rem, 6vw, 3rem) 1.25rem;
}

body.page-template-home #page-footer {
  height: 100vh;
}
body.page-template-home #page-footer > div:first-child {
  padding-top: 78px;
}
body.page-template-home #page-footer .address {
  transform: translateY(50%);
}

body {
  font-family: "Verdana", sans-serif;
  color: #808080;
  background: #FFFFFF;
  margin: 0;
}

.content-width {
  max-width: var(--skogan-content-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body:not(.page-template-home) {
  box-sizing: border-box;
}
body:not(.page-template-home) * {
  box-sizing: border-box;
}

#standard-header {
  position: relative;
  padding: clamp(2.25rem, 6vw, 3rem) 0;
  background: #1C8A54;
}
#standard-header img {
  display: block;
  width: 40%;
  height: auto;
  margin: auto;
}
#standard-header #lang-switch {
  bottom: calc(-0.5 * var(--skogan--lang-switcher-size));
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
}

#standard-content {
  padding: clamp(3.5rem, 8vw, 5rem) 0;
}
#standard-content h1 {
  color: #1C8A54;
  font-size: clamp(2rem, 6vw - 0.25rem, 5rem);
  margin-top: 0;
}
#standard-content h2, #standard-content h3 {
  font-size: clamp(1.25rem, 2.5vw + 0.3125rem, 2.5rem);
}

body.error404 {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  grid-template-rows: min-content auto min-content;
}

.btn {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.75rem 1.25rem;
}
.btn.btn-primary {
  color: #FFFFFF;
  background: #1C8A54;
}
.btn.btn-primary:hover {
  background: #1f9b5e;
}

/*# sourceMappingURL=main.css.map */
