/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (1) ***!
  \*******************************************************************************************************************/
/*! 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; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-BoldItalic.woff2) format("woff2"), url(../fonts/Roboto-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-LightItalic.woff2) format("woff2"), url(../fonts/Roboto-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-BlackItalic.woff2) format("woff2"), url(../fonts/Roboto-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Italic.woff2) format("woff2"), url(../fonts/Roboto-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-ThinItalic.woff2) format("woff2"), url(../fonts/Roboto-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-MediumItalic.woff2) format("woff2"), url(../fonts/Roboto-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

* {
  outline: none;
  padding: 0;
  margin: 0; }
  *:hover {
    outline: none; }
  *:active {
    outline: none; }
  *:focus {
    outline: none; }

html {
  font-family: 'Roboto';
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden;
  box-sizing: border-box; }

.main {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 2.4rem;
  box-sizing: border-box; }
  @media screen and (min-width: 1400px) {
    .wrapper {
      padding: 0; } }

h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

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

.hero {
  background-image: url(../fonts/1.png);
  background-attachment: fixed;
  text-align: center;
  padding: 4rem 2rem;
  position: relative;
  height: 500px; }
  .hero .content {
    margin: 0 auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 100px; }
    .hero .content h1 {
      font-size: 4.8rem;
      line-height: 5.8rem;
      margin-bottom: 1.6rem;
      color: white;
      text-align: right;
      font-family: 'Playfair Display', serif; }
      @media screen and (min-width: 560px) {
        .hero .content h1 {
          font-size: 6rem;
          line-height: 7.4rem; } }
  .hero .h2 {
    font-size: 2rem;
    line-height: 3rem;
    position: absolute;
    left: 2rem;
    top: 2rem;
    color: white; }
    @media screen and (max-width: 560px) {
      .hero .h2 {
        font-size: 1.6rem;
        line-height: 2.3rem; } }
  .hero .logo {
    position: absolute;
    top: 2rem;
    right: 2rem; }
    @media screen and (max-width: 560px) {
      .hero .logo {
        top: 5rem; } }
    .hero .logo img {
      height: 40px; }

.project {
  display: flex;
  flex-direction: column;
  background-image: url(../fonts/2.png);
  background-size: cover;
  background-position: center;
  padding: 4rem 0rem 6rem;
  min-height: 450px; }
  .project__info {
    color: white; }
    @media screen and (min-width: 1024px) {
      .project__info {
        max-width: 450px; } }
    .project__info h2 {
      font-size: 5.4rem;
      line-height: 5.4rem;
      margin-bottom: 1.2rem; }
    .project__info p {
      font-size: 2rem;
      line-height: 3rem;
      margin-bottom: 2.2rem; }
    .project__info .content p {
      font-size: 2.8rem;
      line-height: 3.8rem;
      margin-bottom: 2rem; }

.location {
  background-image: url(../fonts/1.png);
  background-attachment: fixed;
  padding: 4rem 0rem;
  min-height: 600px; }
  @media screen and (min-width: 1024px) {
    .location {
      padding: 4rem 0rem 2rem; } }
  .location_title {
    margin-bottom: 2rem; }
    .location_title h2 {
      font-size: 5.4rem;
      line-height: 5.4rem;
      margin-bottom: 0rem;
      color: #ffffff;
      text-align: right; }
    .location_title p {
      font-size: 2rem;
      line-height: 3rem;
      margin-bottom: 1.2rem;
      color: #ffffff;
      text-align: right; }
      .location_title p.h3 {
        font-size: 2.8rem;
        line-height: 3.8rem;
        margin-bottom: 2rem; }
  .location_content {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (min-width: 1024px) {
      .location_content {
        flex-direction: row; } }
    .location_content__text {
      width: 100%;
      color: white; }
      @media screen and (min-width: 1024px) {
        .location_content__text {
          width: 60%;
          padding-right: 20px; } }
      .location_content__text h2 {
        font-size: 6.4rem;
        line-height: 7.4rem;
        margin-bottom: 1.2rem; }
      .location_content__text p {
        font-size: 2rem;
        line-height: 2.8rem;
        margin-bottom: 2.2rem; }
        .location_content__text p.h3 {
          font-size: 2.8rem;
          line-height: 3.8rem;
          margin-bottom: 2rem; }
    .location_content__gallery {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 1.6rem; }
      @media screen and (min-width: 1024px) {
        .location_content__gallery {
          width: 40%; } }
      .location_content__gallery .group {
        display: flex;
        gap: 1.6rem; }
      .location_content__gallery img {
        border-radius: 2px; }

.contact {
  background-image: url(../fonts/6.png);
  background-size: cover;
  background-position: center;
  padding: 4rem 0rem;
  text-align: center;
  min-height: 600px; }
  @media screen and (min-width: 1024px) {
    .contact {
      padding: 4rem 2rem; } }
  .contact .wrapper {
    display: flex;
    flex-direction: column; }
  .contact_title h2 {
    font-size: 5.4rem;
    line-height: 5.4rem;
    margin-bottom: 0rem;
    color: #ffffff;
    text-align: left; }
  .contact_title p {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
    text-align: left; }
    .contact_title p.h3 {
      font-size: 2.8rem;
      line-height: 3.8rem;
      margin-bottom: 2rem; }
  .contact .blur {
    max-width: 100;
    padding: 2rem 2rem 3.4rem;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.1); }
  .contact .contact__form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 1024px) {
      .contact .contact__form {
        margin-left: auto;
        max-width: 450px; } }
    .contact .contact__form.inactive {
      display: none; }
    .contact .contact__form p {
      padding: 0; }
    .contact .contact__form input, .contact .contact__form textarea {
      padding: 1.4rem 0rem;
      border: none;
      border-bottom: 2px solid #fff;
      background: transparent;
      color: #fff;
      font-size: 1.6rem;
      font-weight: 700;
      min-height: 4rem;
      width: 100%; }
      .contact .contact__form input::placeholder, .contact .contact__form textarea::placeholder {
        color: #fff; }
    .contact .contact__form textarea {
      resize: vertical;
      min-height: 100px;
      height: 120px; }
    .contact .contact__form .button {
      display: inline-flex;
      align-items: center;
      background-color: #005c5c;
      color: #fff;
      padding: 1.2rem 2.4rem;
      text-decoration: none;
      cursor: pointer;
      border: none;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0.8rem;
      margin: 1.2rem auto 0;
      border-radius: 0.4rem;
      font-size: 1.8rem; }
      .contact .contact__form .button:hover {
        color: #005c5c;
        background-color: #fff; }
  .contact .confirmation_mail {
    margin-left: auto;
    max-width: 450px;
    color: #005c5c;
    text-align: left;
    display: none; }
    @media screen and (min-width: 1024px) {
      .contact .confirmation_mail {
        text-align: right; } }
    .contact .confirmation_mail.active {
      display: block; }
    .contact .confirmation_mail h2 {
      font-size: 5.4rem;
      line-height: 5.4rem;
      margin-bottom: 1.2rem; }
    .contact .confirmation_mail p {
      font-size: 2rem;
      line-height: 3rem;
      margin-bottom: 1.2rem;
      color: #005c5c; }
  .contact .contact__logo {
    display: flex;
    flex-direction: column;
    max-width: 100px;
    align-items: flex-end;
    margin-left: auto;
    margin-top: 2.4rem; }
    .contact .contact__logo img {
      max-width: 100px;
      margin-bottom: 0.8rem; }
    .contact .contact__logo a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 1px; }

#legal_form .wpcf7-list-item {
  float: left; }
  #legal_form .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 12px;
    text-align: left; }
  #legal_form .wpcf7-list-item a {
    margin-left: 2px;
    color: white; }

#legal_form p label {
  display: flex;
  flex-direction: row;
  justify-content: initial;
  align-items: center;
  color: #ffffff; }
  #legal_form p label input[type="checkbox"] {
    width: 16px;
    margin: 0 16px 0 0; }
  #legal_form p label > a {
    margin-left: 6px;
    color: white; }

