@charset "UTF-8";
h1,
h2 {
  color: white;
  margin-bottom: 10px;
}

h1 {
  margin: 0.4em 0 0.3em 0;
}

.panel h1,
.panel h2
{
  color: #575656;
}

img {
  max-width: 100%;
}
strong {
  font-weight: bold;
}
.text-white {
  color: white;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
table {
  border-collapse: collapse;
  margin: 0;
}
table tr {
  border-bottom: 3px dotted #94c11c;
  padding: 0 10px;
}
table tr:last-child {
  border: none;
}
table tr td {
  width: 75%;
  vertical-align: text-top;
  padding: 15px 0;
}
table tr td:first-child {
  width: 25%;
}
table tr td p {
  margin-bottom: 0;
}
table tr td h3 {
  font-size: 17px;
  text-transform: uppercase;
  margin: 0;
}
#wrapper {
  position: relative;
}
/* Grid */
.grid-container {
  display: grid;
  /* grid-auto-columns: 1fr; */
  grid-template-columns: 3fr 1fr;
  /* grid-template-columns: 1fr 235px; */
  grid-template-columns: 1fr 220px;
  grid-auto-flow: column;
  column-gap: 20px;
}
.header-wrapper {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 100%;
}
.header-wrapper img {
  display: block;
  width: 100%;
}
.header-wrapper img#header-mobil {
  display: none;
}
.header-wrapper .logo-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 30.72916666666667%;
  height: auto;
}

.gutter-sizer {
  width: 1%;
}
.grid-sizer,
.grid-item {
  width: 24%;
  margin-bottom: 1%;
  cursor: pointer;
}
.grid-item--width-2 {
  width: 49%;
}
.grid-item--width-3 {
  width: 74%;
}
/* Panels */
.panel {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  background-color: white;
}
.panel li.dotted {
  padding: 0.294em 0 0.294em 0;
  background: none;
  width: 100%;
  border-bottom: 2px dotted #94c11c;
}
.panel li.dotted a {
  color: #575656;
}
.panel li.dotted a:hover {
  color: #94c11c;
  text-decoration: none;
}
.panel.no-padding {
  padding: 0;
}
.panel.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
.panel.grid img {
  padding-bottom: 1.5rem;
  max-width: 100%;
}
.blue-border {
  border-bottom: 6px solid #85b5e3;
}
.green-border {
  border-bottom: 6px solid #c3d984;
}
/* Accordions */
div.accordion-wrapper {
  margin-bottom: 20px;
}
button.accordion {
  position: relative;
  font: normal 1.235em/1em 'ITC Conduit Bold', Arial, sans-serif;
  text-transform: uppercase;
  padding: 8px;
  padding-right: 38px;
  color: white;
  text-align: left;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
}
button.accordion::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  background-image: url('../images/chevron-left-solid.svg');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  transform: translateY(-50%);
}
button.accordion.active::after {
  transform: translateY(-50%) rotate(-90deg);
}
button.accordion:nth-child(1) {
  background-color: #94c11c;
}
button.accordion:nth-child(3) {
  background-color: #85b5e3;
}
button.accordion:nth-child(5) {
  background-color: #4ba0d7;
}
button.accordion:nth-child(7) {
  background-color: #c3d984;
}
button.accordion:nth-child(9) {
  background-color: #aecc52;
}
button.accordion:nth-child(11) {
  background-color: #4ba0d7;
}
button.accordion:nth-child(13) {
  background-color: #94c11c;
}
button.accordion:nth-child(15) {
  background-color: #008acd;
}
button.accordion:nth-child(17) {
  background-color: #aecc52;
}
button.accordion:nth-child(19) {
  background-color: #85b5e3;
}
button.accordion:nth-child(21) {
  background-color: #94c11c;
}
button.accordion:nth-child(23) {
  background-color: #85b5e3;
}
button.accordion:nth-child(25) {
  background-color: #4ba0d7;
}
button.accordion:nth-child(27) {
  background-color: #c3d984;
}
button.accordion:nth-child(29) {
  background-color: #aecc52;
}
div.accordion-panel {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 10px 0 10px;
  background-color: white;
  padding: 0 10px;
  margin: 0;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}
div.accordion-panel li.dotted {
  padding: 0.294em 0 0.294em 0;
  background: none;
  width: 100%;
  border-bottom: 2px dotted #94c11c;
}
div.accordion-panel li.dotted a {
  color: #575656;
}
div.accordion-panel li.dotted a:hover {
  color: #94c11c;
  text-decoration: none;
}
div.accordion-panel.no-padding {
  padding: 0;
}
div.accordion-panel.grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
div.accordion-panel.grid img {
  padding-bottom: 1.5rem;
  max-width: 100%;
}
div.accordion-panel p:first-child,
div.accordion-panel ul:first-child {
  padding-top: 10px;
}
div.accordion-panel img {
  object-fit: cover;
  width: 100%;
}
div.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1rem;
}
div.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* Slider */
.splide ul li {
  padding: initial;
  background: unset;
}
.splide__arrow {
  opacity: 1 !important;
}
.splide__arrow svg {
  fill: white !important;
}
/* Footer */
#footer {
  margin: 0;
}
#footer p {
  margin: 1.235em 0;
  text-align: center;
}
#footer a {
  color: white;
}
/* Media Queries */
/* Smartphone */
/* @media screen and (max-width: 480px) { */
@media screen and (max-width: 640px) {
  .grid-container {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 20px;
    grid-auto-flow: dense;
  }
  #wrapper {
    padding-top: 0;
  }
  div#footer {
    margin-top: 0;
  }
}
/* Tablet */
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
  div#footer {
    margin-top: 0;
  }
}
