:root {
  --text-color: rgb(34, 34, 34);
  --brand-color: rgb(229, 0, 80);
  --light-grey: rgb(237, 237, 237);
  --mid-grey: rgb(153, 153, 153);
  --dark-grey: rgb(68, 68, 68);
  --max-content-width: 1024px;
  --breakpoint-small: 320px;
  --breakpoint-medium: 768px;
  --breakpoint-large: 1024px;
  --base-url: "/assets/";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/**
 * Basic styles for links
 */
a {
  color: #fff;
  text-decoration: none;
}
a:hover, a:active, a:focus, a:focus-within {
  text-decoration: underline;
}

/* vazirmatn-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/vazirmatn-v13-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* vazirmatn-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/vazirmatn-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* vazirmatn-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/vazirmatn-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* vazirmatn-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/vazirmatn-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* vazirmatn-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/vazirmatn-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* vazirmatn-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Vazirmatn";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/vazirmatn-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "DM Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dmserifdisplay-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Basic typography style for copy text
 */
body {
  color: rgb(34, 34, 34);
  font: normal 125%/1.4 "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-family: Vazirmatn, sans-serif;
}

h1 {
  font-family: "DM Serif", serif;
}
h1.hero-headline {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: center;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1180px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden,
.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

.content-main .inside,
.section-container,
.section {
  --max-font-size: 3.75rem;
  max-width: 100vw;
  min-height: 60vh;
  font-size: 60px;
  font-size: clamp(1.25rem, 0.2755rem + 4.0431vw, var(--max-font-size));
}
@media screen and (min-width: 640px) {
  .content-main .inside,
  .section-container,
  .section {
    height: 100vh;
  }
}
@media (max-height: 840px) {
  .content-main .inside,
  .section-container,
  .section {
    --max-font-size: 2.5rem;
  }
}
@media (max-height: 640px) {
  .content-main .inside,
  .section-container,
  .section {
    --max-font-size: 1.75rem;
  }
}

.content-main .inside,
.section-container,
.section {
  margin: 0 auto;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.section .logo-lustkunst {
  grid-row: 1/2;
  justify-self: end;
  align-items: center;
}
.section .logo-lustkunst img {
  width: 140px;
}

.section-hero {
  display: grid;
  grid-template-areas: "content";
  grid-template-columns: 1fr;
  grid-template-rows: 6rem 1fr 6rem;
  place-items: center;
  justify-content: center;
  align-items: center;
}
.section-hero > * {
  grid-column: 1/-1;
  width: min(85rem, 100% - 4rem);
  margin-inline: auto;
}
.section-hero .hero-link {
  grid-row: 3/4;
  justify-self: start;
  align-items: center;
  font-size: 1.25rem;
}
.section-hero .hero-headline {
  grid-row: 2/3;
  justify-self: center;
  align-self: center;
  width: 100%;
  z-index: 2;
}
.section-hero .hero-headline figure {
  text-align: center;
}
.section-hero .hero-headline img {
  width: 720px;
  min-width: 50%;
  max-width: 70%;
  height: auto;
  margin-inline: auto;
}
.section-hero .hero-background {
  grid-row: 1/-1;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-hero .hero-background figure {
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section-hero .hero-background img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
  vertical-align: middle;
}

.section-fantasy {
  display: grid;
  grid-template-areas: "content";
  place-items: center;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  background-color: #fff;
}
.section-fantasy > * {
  display: grid;
  grid-area: content;
  width: min(85rem, 100% - 4rem);
  height: 100%;
  margin-inline: auto;
}
.section-fantasy img {
  max-width: 100%;
  height: auto;
}
.section-fantasy .fantasy__text {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: flex-start;
  justify-self: end;
  z-index: 2;
  font-family: Vazirmatn;
  font-weight: 100;
  text-align: right;
  color: #000;
}
@media (min-width: 640px) {
  .section-fantasy .fantasy__text {
    max-width: 70%;
  }
}
.section-fantasy .fantasy__text em {
  font-family: "DM Serif";
  font-style: normal;
}
.section-fantasy .fantasy__image {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: flex-end;
  justify-self: start;
  z-index: 1;
}
@media (min-width: 640px) {
  .section-fantasy .fantasy__image {
    max-width: 80%;
  }
}
.section-fantasy .fantasy__image img {
  max-height: calc(100vh - 4rem);
  width: auto;
}

.section-adventure {
  display: grid;
  grid-template-areas: "content";
  place-items: center;
  justify-content: center;
  align-items: center;
  width: min(85rem, 100% - 4rem);
  margin-inline: auto;
}
.section-adventure > * {
  grid-area: content;
}
.section-adventure .adventure-content-wrapper {
  display: grid;
  align-items: center;
  justify-content: center;
}
.section-adventure .adventure__text {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: center;
  justify-self: start;
  z-index: 2;
  padding-right: 2rem;
  font-family: Vazirmatn;
  font-weight: 100;
  text-align: left;
  color: #000;
}
@media screen and (min-width: 640px) {
  .section-adventure .adventure__text {
    text-align: right;
    max-width: 50%;
    align-self: start;
  }
}
.section-adventure .adventure__text em {
  font-family: "DM Serif";
  font-style: normal;
}
.section-adventure .adventure__image {
  grid-column: 1/-1;
  grid-row: 2;
  align-self: center;
  justify-self: end;
  max-height: calc(100vh - 4rem);
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .section-adventure .adventure__image {
    grid-row: 1;
    max-width: 70%;
    align-self: start;
  }
}
.section-adventure .adventure__image img {
  max-height: calc(100vh - 4rem);
  width: auto;
}

.section-gallery {
  display: grid;
  position: relative;
  padding-block: 4rem;
  background-color: #fff;
}
.section-gallery .content-headline h2 {
  position: absolute;
  top: 10%;
  left: calc((100vw - var(--max-content-width)) / 2);
  width: 100%;
  max-width: var(--max-content-width);
  margin: 0;
  font-size: 2em;
  font-family: "Varzimat", sans-serif;
  font-family: Vazirmatn;
  font-weight: 100;
  line-height: 1.125;
  color: #000;
  z-index: 10;
}
.section-gallery .content-headline h2 strong {
  font-family: "DM Serif", serif;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .section-gallery .content-headline h2 {
    --max-content-width: 75vw;
  }
}
.section-gallery .content-swiper {
  width: 100vw;
}

.section-footer {
  flex-direction: column;
  font-size: 1rem;
  padding-block: 2rem;
  background-color: #000;
}
.section-footer > * {
  width: min(85rem, 100% - 4rem);
  margin-inline: auto;
}
.section-footer .footer__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-block: auto;
}
.section-footer .footer__content p {
  margin: 0;
}
.section-footer .footer__swamp {
  grid-row: 1;
  text-align: right;
}
.section-footer .footer__godland {
  grid-row: 3;
  grid-column: 2;
  text-align: left;
}
.section-footer .footer__aarhus {
  text-align: right;
  grid-column: 1;
  grid-row: 2;
  font-family: "DM Serif";
  font-style: normal;
  font-size: clamp(1.75rem, 0.5806rem + 5.2117vw, 4.75rem);
}
.section-footer .footer__hamburg {
  text-align: left;
  grid-column: 2;
  grid-row: 2;
  padding-left: 1rem;
  font-size: clamp(1.75rem, 0.5806rem + 5.2117vw, 4.75rem);
}
.section-footer .footer__text {
  text-align: center;
  grid-column: 1/-1;
  grid-row: 4;
  padding-top: 4rem;
  font-size: 1.25rem;
}
.section-footer .footer__legal {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 800px) {
  .section-footer .footer__legal {
    justify-content: space-between;
    flex-direction: row;
  }
}
.section-footer .footer__legal p {
  margin: 0;
  text-align: center;
}
.section-footer .footer__legal .nav-legal {
  order: 3;
}
@media screen and (min-width: 640px) {
  .section-footer .footer__legal .nav-legal {
    order: 3;
  }
}

.logo-lustkunst {
  display: flex;
  justify-content: flex-end;
}

.footer-header {
  grid-column: 1/-1;
  margin-top: 1em;
  font-size: 2.5rem;
  font-weight: 100;
  text-align: center;
  line-height: 1;
}
@media (min-width: 640px) {
  .footer-header {
    line-height: 1.2;
  }
}
.footer-header strong {
  font-weight: 600;
  font-family: "DM Serif", serif;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
}

.nav-legal ul {
  margin-block: 0;
  padding-left: 0;
}
@media (min-width: 640px) {
  .nav-legal ul {
    margin-block: 0;
  }
}

.swiper-slide {
  display: grid;
  place-items: center;
}
.swiper-slide > * {
  grid-area: 1/1;
}
.swiper-slide .content-text {
  padding: 1rem;
  width: 80%;
  max-width: 1024px;
  margin-inline: auto;
}
.swiper-slide p {
  margin: 0;
  color: #000;
  font-size: 1.5rem;
}
.swiper-slide img {
  max-width: 70vw;
  max-width: 100%;
  max-height: 80vh;
}

.section-gallery {
  display: block;
  height: unset;
}

.h-wrapper {
  overflow-x: hidden;
  position: relative;
}

.h-container {
  display: flex;
  align-items: center;
  width: 300vw;
  max-height: 80vh;
  padding-block: 2rem;
}
.h-container > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10vw;
}
.h-container .rte {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0;
  font-size: 1.35rem;
  font-weight: 100;
  bottom: 0;
  color: #000;
}
.h-container .rte strong {
  font-family: "DM Serif", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 640px) {
  .h-container .rte strong {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 640px) {
  .h-container .rte {
    font-size: 1rem;
  }
}
.h-container .rte a {
  display: block;
  width: 8rem;
  height: auto;
  background-image: url(/files/css/img/arrow-back.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transform-origin: center;
  rotate: 180deg;
}
@media screen and (max-width: 640px) {
  .h-container .rte a {
    width: 4rem;
  }
}
.h-container p {
  margin: 0;
  padding: 0;
}
.h-container a {
  color: #000;
}

.godland-age-bg,
.age-modal {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
}

.godland-age-checker {
  position: relative;
  max-width: 80vw;
  height: 475px;
  background-image: url("img/pwb-age-popup.jpg");
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  z-index: 100000;
}

.verification-image {
  width: 120px;
  height: auto;
  margin-top: 1rem;
  margin-inline: auto;
}

.verification-header {
  margin-top: 1rem;
  font-family: "DM Serif";
  font-size: 1.75rem;
  font-weight: bold;
}

.verification-text {
  margin-top: 1rem;
}

.button {
  width: fit-content;
  margin-inline: auto;
  border: 1px solid white;
  border-radius: 0.5rem;
}
.button a {
  display: block;
  padding: 0.5rem 1rem;
}
.button a:hover {
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}

.button--yes {
  margin-top: 3rem;
}

.close-age-popup {
  cursor: pointer;
}

.no-scroll {
  position: fixed;
  max-height: 100vh;
  overflow: hidden;
}

.page-project h1 {
  margin-top: 0.25em;
  line-height: 1;
}
.page-project .page-header {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  text-align: right;
}
.page-project .page-header .logo {
  display: flex;
  justify-content: flex-end;
}
.page-project .page-header .logo figure {
  justify-self: flex-end;
  width: 140px;
}
.page-project .content-main {
  width: min(60rem, 100vw - 4rem);
  height: initial;
  margin: 0 auto;
  max-height: unset;
}
.page-project .content-main .inside {
  font-size: 1.25rem;
  height: auto;
}
.page-project .content-main .pre-header {
  font-size: 1.125rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-project .content-main .pre-header p {
  margin-bottom: 0;
}
.page-project .content-main .content-text {
  clear: both;
}
.page-project .content-main .media--left figure {
  float: left;
  margin-right: 1rem;
}
.page-project .content-main .media--right figure {
  float: right;
  margin-left: 1rem;
}
.page-project .content-main .backlink {
  text-align: left;
  font-size: 1rem;
}
.page-project .content-main .backlink a {
  display: flex;
  color: #444;
  text-decoration: none;
}
.page-project .content-main .backlink a::before {
  height: auto;
  width: 3.5rem;
  content: url(/files/css/img/arrow-back.svg);
  margin-right: 0.5rem;
}
.page-project .page-footer {
  min-height: 4rem;
  top-bottom: 4rem;
  text-align: right;
}
.page-project .page-footer a {
  font-size: 1rem;
  color: #444;
}
.page-project .page-footer .inside {
  display: flex;
  justify-content: flex-end;
  width: min(60rem, 100vw - 4rem);
  margin-inline: auto;
  padding: 1rem;
}

.media-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .media-block {
    flex-direction: row;
  }
}
.media-block figure {
  flex: 1;
  width: 75%;
  margin-right: 1rem;
}
@media (min-width: 640px) {
  .media-block figure {
    width: 50%;
  }
}
.media-block figure img {
  width: 100%;
  height: auto;
}
.media-block .rte {
  flex: 1;
  text-align: center;
}
@media (min-width: 640px) {
  .media-block .rte {
    width: 50%;
    text-align: initial;
  }
}

@media (min-width: 640px) {
  .media-block--right figure {
    order: 2;
  }
}
@media (min-width: 640px) {
  .media-block--right .rte {
    order: 1;
    text-align: right;
  }
}

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