@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: Barlow, serif;
}

p {
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  font-weight: 600;
}

h1 {
  font-size: 2.75rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.75rem;
}

h6 {
  font-size: 1.5rem;
}

.site-logo img {
  width: 100px;
}

.region-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}

.container {
  max-width: 100%;
  margin: 0 1rem;
}
@media screen and (min-width: 997px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

.topbar {
  background-color: #23224B;
  color: #FFFFFF;
  padding: 0.8rem 0;
}
.topbar p {
  text-align: center;
}

.paragraph--type--hero {
  height: 700px;
  background-position: center center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.field--name-field-body {
  font-size: 18px;
}

.menu--main {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu--main ul.menu {
  display: flex;
}
.menu--main ul.menu li {
  margin-right: 1rem;
}
.menu--main ul.menu li:last-child {
  margin-right: 0;
}
.menu--main ul.menu li a {
  color: #23224B;
  text-decoration: none;
}
.menu--main ul.menu li a:hover {
  border-bottom: 1px solid #23224B;
}

.block-language {
  text-align: center;
  margin: 2rem 0;
}
.block-language h2 {
  margin-bottom: 0.8rem;
}
.block-language .links {
  display: flex;
  justify-content: center;
}
.block-language .links li {
  margin-right: 0.8rem;
}
.block-language .links li:last-child {
  margin-right: 0;
}

.language-link {
  text-transform: uppercase;
}

.paragraph {
  padding: 40px 0;
}

.field--name-field-paragraphs:last-child {
  padding-bottom: 60px;
}

.paragraph--type--hero {
  padding: 0;
}

.paragraph--type--galerij .field--name-field-body {
  margin-bottom: 2rem;
}
.paragraph--type--galerij .photoswipe-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.paragraph--type--galerij .photoswipe-gallery .field__item a {
  display: block; /* Prevents inline spacing bugs */
  line-height: 0;
  overflow: hidden;
}
.paragraph--type--galerij .photoswipe-gallery img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1; /* Match your Drupal Image Scale & Crop */
}
.paragraph--type--galerij .photoswipe-gallery img:hover {
  transform: scale(1.05);
}

.content {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
}
@media screen and (min-width: 997px) {
  .content {
    grid-template-columns: 1fr 1fr;
  }
}
.content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-right {
  margin-bottom: 1rem;
}
.content .field--name-field-image img {
  width: 100%;
  height: auto;
}
.content .image-left {
  order: 0;
}
@media screen and (min-width: 997px) {
  .content .image-left {
    order: 2;
  }
}

footer {
  background-color: #23224b;
  color: white;
  text-align: center;
  padding: 50px 0;
}
footer h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
footer p {
  margin-bottom: 1rem;
}
footer p .title {
  text-decoration: underline;
}
footer p:last-child {
  margin: 0;
}

.copyright {
  padding: 1rem;
  text-align: center;
}

.field--name-field-body p {
  margin-bottom: 1rem;
}
.field--name-field-body strong {
  font-weight: 700;
}

.form-item {
  margin-bottom: 1.5rem !important;
}
.form-item label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.form-item input {
  box-sizing: border-box;
  height: 2.25rem;
  border: none;
  border-bottom: 1px solid #23224b;
}
.form-item textarea {
  border: none;
  border-bottom: 1px solid #23224b;
}
.form-item textarea:focus,
.form-item input:focus {
  outline: none;
}

.webform-button--submit {
  background-color: #23224b;
  color: white;
  padding: 15px 40px;
  border: none;
}
