.container {
  display: grid;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: repeat(12, 1fr);
  height: 100%;
  margin: auto;
  padding: 0;
  width: 100%;
}
.container.project {
  grid-row-gap: 10rem;
}
.container.default {
  grid-row-gap: 5rem;
}

.column--1 {
  grid-column: span 1;
}

.column--2 {
  grid-column: span 2;
}

.column--3 {
  grid-column: span 3;
}

.column--4 {
  grid-column: span 4;
}

.column--5 {
  grid-column: span 5;
}

.column--6 {
  grid-column: span 6;
}

.column--7 {
  grid-column: span 7;
}

.column--8 {
  grid-column: span 8;
}

.column--9 {
  grid-column: span 9;
}

.column--10 {
  grid-column: span 10;
}

.column--11 {
  grid-column: span 11;
}

.column--12 {
  grid-column: 1/-1;
}

.v--center {
  align-self: center;
}

.offset--top {
  margin-top: 10rem;
}

.offset--top--m {
  margin-top: 5rem;
}

.offset--top--s {
  margin-top: 1.25rem;
}

.offset--bottom {
  margin-bottom: 2.5rem;
}

.offset--bottom--m {
  margin-bottom: 5rem;
}

.interstate--regular, .tag, .form--checkbox label[for],
.form--radio label[for], .form, h1, .project .promotion {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.interstate--italic {
  font-family: "interstate", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.interstate--bold, a.button:link,
a.button:visited, button[type=submit], input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea, .form--success, label, .news .date, footer nav ul li a:link,
footer nav ul li a:visited, header nav ul li a:link, header nav ul li a:visited, h2, h1.bold, .project .bold.promotion {
  font-family: "interstate", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.interstate--bold--italic {
  font-family: "interstate", sans-serif;
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Greta Text";
  src: url("../fonts/WF-042976-012497-001757.woff2") format("woff-variations");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Greta Text Light";
  src: url("../fonts/WF-042976-012497-001757.woff2") format("woff2");
}
@font-face {
  font-family: "Greta Text Medium";
  src: url("../fonts/GretaTextL-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
h1, .project .promotion {
  font-size: 2rem;
  line-height: 1.125em;
}
h1.bold, .project .bold.promotion {
  margin-top: 0.25em;
  line-height: 2.25rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.167em;
}
h2.large {
  font-size: 1.75rem;
}

.heading h2 {
  margin-bottom: 0.75em;
}

p,
ol, li {
  font-size: 1.5rem;
  font-family: "Greta Text Light";
  font-weight: normal;
  line-height: 1.75rem;
  padding-bottom: 1em;
}
p a:link,
p a:visited,
ol a:link,
ol a:visited, li a:link,
li a:visited {
  text-decoration: underline;
}

.list li {
  list-style-position: inside;
}

p strong {
  font-family: "Greta Text Medium";
  font-weight: inherit;
}

.legend p {
  font-size: 0.938rem;
  line-height: 1.125em;
}

header {
  position: fixed;
  display: block;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  padding: 0.875rem;
}
header.container {
  height: auto;
}
header .logo span {
  display: block;
  margin-top: 0.75rem;
}
header .logo span svg {
  width: 80%;
  max-width: 350px;
  height: auto;
}
header #mobile--nav--toggle {
  display: none;
}
header nav {
  display: inline-block;
  padding: 0;
  margin: 0;
}
header nav ul {
  display: inline-block;
  background-color: rgba(4, 139, 98, 0.95);
  padding: 4px 3px;
  margin: 0;
  border-radius: 100px;
  list-style: none;
  font-size: 0;
}
header nav ul li {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
}
header nav ul li a:link, header nav ul li a:visited {
  display: block;
  font-size: 1.125rem;
  line-height: 1em;
  color: white;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  transition: 0.5s;
  border-radius: 100px;
}
header nav ul li a:hover, header nav ul li a[aria-current=page] {
  background-color: rgba(0, 0, 0, 0.75);
}

footer nav {
  grid-column: 4/-1;
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer nav ul {
  display: inline-block;
  background-color: #048B62;
  padding: 4px 3px;
  margin: 0;
  border-radius: 100px;
  list-style: none;
  font-size: 0;
}
footer nav ul li {
  display: inline-block;
  margin: 0 1px;
  padding: 0;
}
footer nav ul li a:link,
footer nav ul li a:visited {
  display: block;
  font-size: 0.938rem;
  line-height: 1em;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: 0.5s;
  border-radius: 100px;
}
footer nav ul li a:link.contact,
footer nav ul li a:visited.contact {
  background: #6d00b4;
}
footer nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
footer nav ul li a:hover.contact {
  background: #432269;
}
footer nav ul li a[aria-current=page] {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
footer nav ul li a[aria-current=page].contact {
  background: #432269;
}
footer nav ul li a[aria-current=page].contact:hover {
  background: #2C1143;
}

.slogan {
  grid-column: 4/10;
  margin-bottom: 5rem;
}

.project {
  transition: 0.5s;
}
.project .arrow {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.25em;
}
.project h2 {
  width: 100%;
  display: inline-block;
}
.project .v--center {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  margin: 10% 0 10% -20vw;
  padding: 1.25rem 1.25rem 1.25rem 5vw;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.projecta:hover {
  color: #048B62;
}
.projecta:hover .keyvisual--container::after {
  background-color: rgba(0, 163, 116, 0.6);
}
.project .keyvisual {
  margin: 1.25rem 0 2.5rem;
}

.news {
  margin-top: 10rem;
  transition: 0.5s;
}
.news a:link {
  display: block;
}
.news a:link.archive img,
.news a:visited.archive img {
  filter: grayscale(1);
}
.news a:link.textteaser,
.news a:visited.textteaser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #6d00b4;
  text-align: center;
  padding: 5rem 1.25rem;
  border-radius: 0.875rem;
  color: white;
  transition: 0.5s;
}
.news a:link.textteaser.archive,
.news a:visited.textteaser.archive {
  background: #048B62;
}
.news a:hover.textteaser {
  background: #2C1143;
}
.news a:hover.textteaser.archive {
  background: #037350;
}
.news a:link.retro,
.news a:visited.retro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 5rem 1.25rem;
  border-radius: 0.875rem;
  color: #6d00b4;
  transition: 0.5s;
}
.news a:link.retro .date,
.news a:visited.retro .date {
  transition: 0.5s;
  color: #6d00b4;
}
.news a:hover.retro {
  background: #6d00b4;
  color: white;
}
.news a:hover.retro .date {
  color: white;
}
.news .no-keyvisual {
  color: white;
  background-color: #048B62;
  padding: 5rem 1.25rem;
  border-radius: 0.875rem;
  text-align: center;
}
.news .no-keyvisual:hover {
  background: #432269;
  color: white;
}
.news .no-keyvisual .date {
  margin-top: 1em;
  color: white;
}
.news .date {
  font-size: 1.2rem;
  margin: 0.25em 0 1em;
}
.news span.date {
  margin: 0;
}

.new {
  margin-top: 10rem;
  transition: 0.5s;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.form--row {
  grid-column-gap: 1.25rem;
}

label {
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 0.875rem;
}

.form--error {
  display: inline-block;
  color: #6d00b4;
  margin-top: 0.5rem;
}

.form--success {
  font-size: 1.5rem;
  color: #048B62;
  margin-bottom: 0.875rem;
}

.form--checkbox,
.form--radio {
  display: flex;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  margin-bottom: 0.875rem;
  align-items: center;
}
.form--checkbox label[for],
.form--radio label[for] {
  font-size: 1.2rem;
  flex: 1 1 100%;
  margin-bottom: 0;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
textarea {
  font-size: 1.5rem;
  width: 100%;
  padding: 0.875rem;
  border: 2px solid #000;
  transition: 0.5s;
  color: #6d00b4;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover {
  background-color: #6d00b4;
  color: white;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus {
  background-color: #6d00b4;
  color: white;
  outline: none;
  border: 2px solid #2C1143;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #6d00b4;
  border-color: #6d00b4;
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0px;
  width: 10px;
  height: 22px;
  border: solid white;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked::after {
  left: 6px;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: white;
  transform: none;
}

button[type=submit] {
  padding: 0.875rem 1.25rem;
  background: #6d00b4;
  color: white;
  border: none;
  border-radius: 5rem;
  transition: 0.5s;
  font-size: 1.2rem;
}
button[type=submit]:hover {
  background: rgba(0, 0, 0, 0.8);
}
button[type=submit]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}
button[type=submit]:disabled {
  background: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

*,
*::before,
*::after {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

html {
  height: 100%;
  margin: 0;
}

body {
  padding: 0.875rem;
  font-size: 1em;
}

figure,
img {
  width: 100%;
  height: auto;
}

.block.image {
  display: inline-block;
  margin-bottom: 2rem;
}

.tag {
  font-size: 0.938rem;
  display: inline-block;
  background: #432269;
  color: white;
  padding: 0.25em 0.75em;
  margin-bottom: 0.5rem;
  border-radius: 9999px;
  text-transform: uppercase;
}

a.button:link,
a.button:visited {
  display: inline-block;
  border: 2px solid #048B62;
  padding: 0.5rem;
  margin: 0;
  border-radius: 100px;
  color: #048B62;
  font-size: 1.125rem;
  line-height: 1em;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  transition: 0.5s;
  justify-self: center;
}

figcaption {
  font-size: 0.938rem;
  margin-top: 0.5rem;
}

.fadein--container {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.fadein--container img {
  display: block;
  transition: 2s ease-out;
}
.fadein--container .fadein--container--text {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.fadein--container:hover img {
  transform: scale(1.25);
}
.fadein--container .placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #048B62;
  width: 100%;
  min-height: 200px;
  color: white;
  text-align: center;
}

.fadein--container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 115, 80, 0.7);
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.fadein--green {
  transition: 0.5s;
}
.fadein--green h2 {
  padding-top: 0.5rem;
  width: 100%;
  display: inline-block;
}
.fadein--green:hover {
  color: #432269;
}
.fadein--green:hover .fadein--container::after {
  opacity: 1;
}
.fadein--green:hover .fadein--container--text {
  display: block;
  color: white;
  z-index: 9999;
}

.divider {
  margin-top: 10rem;
  text-align: center;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

main {
  display: inline-block;
  margin: 4.125rem 0 5rem;
}

@media only screen and (max-width : 694px) {
  body {
    padding: 1.25rem;
  }
  body.no-scroll {
    overflow: hidden;
  }
  hr {
    height: 0;
  }
  .divider {
    text-align: left;
  }
  .hide {
    display: none;
  }
  .container {
    grid-column-gap: 0;
  }
  .container.default {
    grid-row-gap: 1.25rem;
  }
  .container.project {
    grid-row-gap: 2.5rem;
  }
  .column--1,
  .column--2,
  .column--3,
  .column--4,
  .column--5,
  .column--6,
  .column--7,
  .column--8,
  .column--9,
  .column--10,
  .column--11 {
    grid-column: 1/-1;
  }
  header .logo {
    margin-bottom: 0.75rem;
  }
  header .logo span svg {
    width: 60%;
    max-width: 350px;
    height: auto;
  }
  header button {
    background: none;
  }
  header #mobile--nav--toggle {
    position: fixed;
    right: 1.25rem;
    top: 1.625rem;
    display: block;
    width: 44px;
    height: 44px;
    color: white;
    border-radius: 25px;
    z-index: 9999;
  }
  header nav #mobile--nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #048B62;
    border-radius: 0;
    z-index: 9998;
    padding-top: calc(1.625rem + 50px);
  }
  header nav #mobile--nav.show {
    display: block;
    opacity: 1;
    z-index: 9998;
  }
  header nav #mobile--nav li {
    display: block;
    margin: 1.25rem;
  }
  header nav #mobile--nav li a:link,
  header nav #mobile--nav li a:visited {
    display: block;
    font-size: 2rem;
    font-size: 1.125rem;
    line-height: 1em;
    color: white;
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    transition: 0.5s;
    border-radius: 100px;
  }
  header nav #mobile--nav li a:hover,
  header nav #mobile--nav li a[aria-current=page] {
    background-color: rgba(0, 0, 0, 0.75);
  }
  footer nav {
    grid-column: 1/-1;
  }
  footer nav ul {
    display: flex;
    width: 100%;
  }
  footer nav ul li {
    display: inline-block;
    width: 100%;
  }
  footer nav ul li a:link,
  footer nav ul li a:visited {
    text-align: center;
  }
  .slogan {
    grid-column: 1/-1;
    margin-bottom: 1.25rem;
  }
}
