/* MISC
---------------------------------------------------------------------------------------------------- */


.visually-hidden {
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0); }

  .fixed {
    position: fixed;
  }
  .w-100 {
    width: 100%;
  }
  .d-flex {
    display: flex;
    -webkit-box-flex: flex;
    flex-wrap: wrap;
    /* -webkit-flex: auto; */
  }
  .col-1 {
    width: 49%;
    margin-right: 2%;
  }
  .col-2 {
    width: 49%;
  }
  @media screen and (max-width: 520px) {
    .col-1, .col-2 {
      width: 100%;
      margin: 0;
    }
  }
  .d-j-center {
    justify-content: center;
  }
  .p-relative {
    position: relative !important;
  }
/* RESET
---------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; 
  margin: 0;
  --color-text: #38201e;
  --color-bg: #fcfbf9;
  --color-deco: rgba(212, 169, 126, 0.12);
  --color-title: #292213;
  --color-link: rgb(56, 32, 30);
  --color-link-hover: #000;
  color: var(--color-text);
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  font-family: "Work Sans", Sans-serif;
}
h1 {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h2 {
  display: block;
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h3 {
  display: block;
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
h4 {
  display: block;
  font-size: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}
p {
  margin-bottom: 10px;
  line-height: 20px;
}
li {
  line-height: 20px;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

ul,
ol {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a,
input,
button,
select,
textarea {
  text-decoration: none;
  outline: none; }

button {
  padding: 0;
  cursor: pointer; 
  background: none;
  border: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9; }

mark {
  font-style: italic;
  font-weight: 700;
  color: #000;
  background-color: #ff9; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: none; }

input,
select {
  vertical-align: middle; }

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

:root {
  font-size: 16px; }

html, body {
  height: 100%; }

a:not(.box_gallery__item, .elementor-button) {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  transition: color .2s; 
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  outline: none; 
  position: relative;
}
a:not(.box_gallery__item, .elementor-button, #logo__link)::before {  
  transform: scaleX(0);
  transform-origin: bottom right;
}

a:not(.box_gallery__item, .elementor-button, #logo__link):hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#kontakt:before {
  display: none;
}
a:not(.box_gallery__item, .elementor-button):hover,
a:not(.box_gallery__item, .elementor-button):focus {
  color: #fff;
  outline: none; }

a.btn-outline {
  border: 1px solid #000;
  color: #000 !important;
  padding: 18px 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #ffffff70 !important;
  backdrop-filter: blur(33px);
  background-blend-mode: overlay;
}
a.btn-outline:hover {
  background: var(--color-text);
  color: #fff !important;
}
.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
}

.button::before,
.button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button--circle {
    /* font-family: freight-display-pro, serif; */
    font-weight: 900;
    width: 175px;
    height: 120px;
    color: #fff;
    background: none;
}

.button--circle::before {
    content: '';
    background: #fde7e7;
    -webkit-clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
    clip-path: path("M154.5,88.5 C131,113.5 62.5,110 30,89.5 C-2.5,69 -3.5,42 4.5,25.5 C12.5,9 33.5,-6 85,3.5 C136.5,13 178,63.5 154.5,88.5 Z");
    transition: clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), -webkit-clip-path 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55), background 0.5s ease;
}

.button--circle:hover::before {
    background: #000;
    -webkit-clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
    clip-path: path("M143,77 C117,96 74,100.5 45.5,91.5 C17,82.5 -10.5,57 5.5,31.5 C21.5,6 79,-5.5 130.5,4 C182,13.5 169,58 143,77 Z");
}

.button--circle::after {
    content: '';
    height: 86%;
    width: 97%;
    top: 5%;
    border-radius: 58% 42% 55% 45% / 56% 45% 55% 44%;
    border: 1px solid #000;
    transform: rotate(-20deg);
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.585, 2.5, 0.645, 0.55);
}

.button--circle:hover::after {
    transform: translate3d(0,-5px,0);
}

.button--circle span {
    display: block;
    transition: transform 0.3s ease;
    mix-blend-mode: difference;
}

.button--circle:hover span {
    transform: translate3d(0,-10px,0);
}
.frame {
  padding: 2rem;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1200;
  line-height: 1.5; }
.frame .logo img {
  max-width: 250px;
}
.frame__title {
  margin: 0;
  font-size: 1rem;
  font-weight: normal; }

.frame__links a:not(:last-child) {
  margin-right: .8rem; }

.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100vh - 18rem);
  position: relative;
  /* align-items: center; */
  justify-content: center; }

.frame__tagline {
  display: block;
  position: relative;
  margin: 0; }
#menu_main {
    display: flex;
}
@media screen and (min-width: 53em) {
  .hide-desktop {
    display: none;
  }
  .message {
    display: none; }
  .frame {
    position: fixed;
    text-align: left;
    z-index: 100;
    top: 0;
    left: 0;
    line-height: 1;
    display: grid;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding: 2rem 3rem;
    pointer-events: none;
    grid-template-areas: 'title links'; }
  .frame__title-wrap {
    grid-area: title;
    line-height: 1.5; }
  .frame__title {
    margin: 0; }
  .frame__links {
    grid-area: links;
    padding: 0; 
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .frame__links #menu_main a {
    padding: 0 15px 5px 15px;
    font-family: "Work Sans", Sans-serif;
    letter-spacing: 1.2px;
    font-size: 18px;
  }
  .frame__links .button--circle {
    margin-left: 20px;
    font-family: "DM Serif Display", Sans-serif;
    font-weight: bold;
    font-size: 20px;
  }
  .frame a {
    pointer-events: auto; }
  .content {
    height: 100vh; } }

/* HEADER
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  header .inst-ico {
    display: none;
  }
  header .frame__title-wrap {
    float: left;
  }
  header .frame__links {
    float: right;
  }
  header #hamburger {
    position: absolute;
    z-index: 260;
    display: block;
    height: 55px;
    cursor: pointer;
    top: 25px;
    right: 40px;
 }
  header #hamburger.is-active {
    z-index: 300;
 }
  header #hamburger .hamburger-box {
    width: 35px;
 }
  ul#menu_main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 250;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    padding-top: 100px;
    background-color: white;
    opacity: 1;
    transition: 0.5s;
    pointer-events: initial;
    padding-left: 40px;
 }
  ul#menu_main.hidden_mobile {
    opacity: 0;
    pointer-events: none;
 }
  ul#menu_main li {
    padding: 1.5rem 0;
    font-size: 2rem;
    text-align: center;
    list-style-type: none;
 }
 ul#menu_main li a {
  font-family: quiche-sans,sans-serif;
  font-size: 1.5em;
  color: transparent;
  -webkit-text-stroke: 0.8px #c37646;
 }
 ul#menu_main li:hover a {
   color: #c37646;
 }
  ul#menu_main li + li:before {
    padding: 0;
    content: '';
 }
 
  .mobile-hidden {
    display: none;
  }
  header .logo img {
    max-width: 160px !important;
  }
  header.frame {
    padding: 1rem 3rem 1rem 2rem;
  }
}
header {
  width: 100%;
  height: 120px;
}
@media screen and (min-width: 1200px) {
  #hamburger {
    display: none;
  }
  .desktop-hidden {
    display: none;
  }
}
/*Hamburger Menu*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
 .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Squeeze
   */
   .hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    .hamburger--squeeze .hamburger-inner::before {
      transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
    .hamburger--squeeze .hamburger-inner::after {
      transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  
  .hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .hamburger--squeeze.is-active .hamburger-inner::before {
      top: 0;
      opacity: 0;
      transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
    .hamburger--squeeze.is-active .hamburger-inner::after {
      bottom: 0;
      transform: rotate(-90deg);
      transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
  

/* MAIN
--------------------------------------------------------- */

  #stage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100vh;
    pointer-events: none; }


.frame {
  user-select: none; }

  /* PAGE TEMPLATE
---------------------------------------------------------------------------------------------------- */
  body.page {
    overflow-y: scroll !important;
    overflow-x: hidden;
  }
  .page .content {
    height: auto;
    padding: 0px 50px 40px 50px;
  }
  @media screen and (max-width: 767px) {
    .page .content {
      padding: 20px;
    }
    .page footer {
      background: var(--color-bg);
      margin-top: 50px;
      padding: 20px 10px 50px 10px;
    }
  }
  .page header {
    position: relative;
  }
  .page footer, .single-portfolio footer {
    position: relative;
    bottom: 0;
  }

/* TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */
/* Styles
--------------------------------------------------------- */
.wpcf7-select {
  width: 100%;
  background: #fff;
  border: 0;
  height: 50px;
  padding: 0 10px;
}
.BorlabsCookie ._brlbs-content-blocker {
  text-align: center;
}
.title-wrap {
  position: relative;
  z-index: 100; }
/* .title-wrap a.btn {
  position: absolute;
  bottom: -150px;
  border: 1px solid #000;
  padding: 20px;
  right: 50%;
  margin: 0 auto;
  text-align: center;
  min-width: 300px;
  transform: translateX(50%);
  background: #000;
  color: #fff;
} */
.title-wrap a.btn {
  position: relative;
  /* bottom: -150px; */
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
  min-width: 300px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
} 
.title-wrap a.btn:hover {
  opacity: .8;
}
.title-wrap h2 {
  font-size: 2.48em;
  font-weight: 100 !important;
  width: 100%;
}
.title-wrap .d-flex {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 230px;
}
@media screen and (max-width: 53em) {
  .title-wrap .d-flex {
    top:125px;
  }
  .title-wrap h2 {
    font-size: 1.5em !important;
    line-height: 32px !important;
  }
  .title-wrap a.btn {
    min-width: 264px;
    padding: 15px;
    font-size: 1em;
  }
}
.title-wrap .more-about-me {
  color: #000;
  width: 100%;
  margin-top: 20px;
}
.title-wrap .more-about-me:hover {
  color: var(--color-link);
}
.title-wrap .more-about-me:before {
  display: none;
}
.title-wrap h2 span {
  background-color: #ffffff12;
  padding: 20px;
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  background-blend-mode: overlay;
}

@media screen and (max-width: 53em) {
.title-wrap h2 { 
  font-size: 2em;
  line-height: 48px;
  }
  .title-wrap h2 span {
    padding: 10px;
  }
}
.title {
  /* font-family: quiche-sans, sans-serif; */
  font-family:"DM Serif Display",Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 8vw;
  line-height: 0.9;
  color: #38201e;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  /* background-color: rgba(253, 231, 231, 0.898); */
  padding: 0 17px;
}
.nf-response-msg {
    position: absolute;
    background: #d6ffbf;
    padding: 20px;
    z-index: 999;
    border-radius: 20px;
}
  .nf-form-content input:not([type="button"]), .nf-form-content textarea {
    border-bottom: 1px solid #d1936f !important;
    color: #000 !important;
    background: transparent !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }
  .nf-form-fields-required, .nf-form-content label {
    display: none;
  }
  .nf-form-content input[type="button"] {
    background: #000 !important;
    width: 100% !important;
  }
  .deco {
    position: fixed;
    z-index: -1;
    transform: rotate(-30deg); }
    .deco:nth-child(1) {
      top: 15%;
      left: 53%;
      width: 30vmax;
      height: 30vmax;
      background-color: #fde7e7; }
    .deco:nth-child(2) {
      top: 35%;
      left: 14%;
      width: 26vmax;
      height: 26vmax;
      border: 100px solid #fde7e7; }
  
    /* FOOTER
---------------------------------------------------------------------------------------------------- */
footer {
  bottom: 20px;
  padding: 2rem 3rem;
}
footer a {
  padding: 0 10px !important;
}
footer .footer-wrapper_center {
  text-align: center;
}