/* -------------- */
/* SETUP */
/* DESKTOP */
/* TABLET */
/* MOBILE */
/* MINI-MOBILE*/
/* SPECIAL BREAKPOINTS */
/* -------------- */

/* COLORS:
*  yellow: #000
*  brown:  #29201d
*/

/* SETUP //////////////////////////////////////////////////////////////// */

:root {
  /* Default Colors: */
  --color__dark: #5F325D;
  --color__light: #2D002B;

  --color__primary: #E6E8F6;
  --color__secondary: #535e4a;
  --color__accent: #535e4a;

  --fsize_h1: 8.875rem;
  --fsize_h2: 2rem;
  --fsize_p: 1.875rem;
  --fsize_m: 1.25rem;
  --fsize_xs: 1rem;
}

/* FONTS *******************************************************************************/

/* Example for manual font integration
@font-face {
  font-family: "Open Sans Condensed ExtraBold";
  src: url("/font/OpenSans_Condensed-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
} */

/* Interactions */

::selection {
  background: #000;
  color: #fff !important;
}

::-moz-selection {
  background: #000;
  color: #fff !important;
}

body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background-color: var(--color__light);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

h1,
.h1 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: var(--fsize_h1);
  line-height: 1.25em;
  letter-spacing: 0em;
  color: var(--color__dark);
  hyphens: manual;
  overflow: visible;
  margin-top: 0;
}

h2,
.h2 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: var(--fsize_h2);
  line-height: 1.25;
  letter-spacing: 0;
  color: var(--color__dark);
  text-decoration: none;
  hyphens: manual;
  overflow: visible;
}

h3,
.h3 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: var(--fsize_h3);
  line-height: 1.25;
  letter-spacing: 0em;
  color: var(--color__dark);
  text-decoration: none;
  hyphens: manual;
  overflow: visible;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: var(--fsize_h4);
  line-height: 1.25;
  letter-spacing: 0em;
  margin-top: 0.7em;
  margin-bottom: 0.5em;
  color: var(--color__dark);
  text-decoration: none;
  hyphens: manual;
  overflow: visible;
}

p,
.p,
li,
p a,
.p a,
address {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: var(--fsize_p);
  color: var(--color__primary);
  line-height: 1.375em;
  letter-spacing: 0;
  hyphens: none;
}

strong,
b {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  hyphens: none;
}

address {
  font-style: normal;
}

.fsize--xs {
  font-size: var(--fsize_xs);
}

.fsize--marginal {
  font-size: var(--fsize_m);
  letter-spacing: 0;
  line-height: 1.35em;
}

.fsize--marginal a {
  font-size: var(--fsize_m);
}

/* Spacing */

.nowrap {
  white-space: nowrap;
}

html {
  height: 100%;
  box-sizing: border-box;
}

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

body {
  position: relative;
  min-height: 100%;
  background: var(--color__light);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.mt0 {
  margin-top: 0;
}

.inline-block {
  display: inline-block;
}

/* Hide Comments and others */

.cat-links,
.entry-footer {
  display: none;
}

/* Links */
p a,
strong a {
  text-decoration: none;
  padding: 0px 0px 1px 0px;
  position: relative;
}

p a strong,
p a b {
  padding: 0px 0px 0px 0px !important;
  font-weight: 800;
}

a,
a:hover,
a:active {
  color: var(--color__primary);
  text-decoration: none;
  pointer-events: all;
  cursor: pointer;
}

a.noborder,
a.noborder:hover {
  border-bottom: none;
}

a.marker,
a.marker:hover,
.marker {
  background: #edf0b2;
  color: #fff;
  padding: 2px 8px;
  margin-bottom: 3px;
  display: inline-block;
  border-bottom: none;
  transform: skew(-10deg);
}

/* ***** Volume Controls */

.volume-controls {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  padding: 1.25em;
}

.volume-controls .volume-control {
  font-size: 1.25rem;
  color: var(--color__dark);
  cursor: pointer;
}

/* DESKTOP //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Inner Content
*/

/*
-----------------------------------------------------------------------------

01. Presets

-----------------------------------------------------------------------------
*/

/* Layout */

main {
  height: auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;

}

.sec-wrap {
  width: 100vw;
  height: auto;
  position: relative;
}

.sec-wrap__inner {
  width: 100%;
  height: auto;
  max-width: 160rem;
  /* SPACE-SETUP */
  margin: auto;
  /* padding: 2.75em 2.875em; */
  /* SPACE-SETUP */
  position: relative;
}

.sec-wrap__inner.slim {
  max-width: 45rem;
}

.sec-wrap__inner.slimmer {
  max-width: 36rem;
}

.sec-wrap__inner.slim-af {
  max-width: 25rem;
}

.sec-wrap .sec-wrap__inner~h1,
.sec-wrap.bg-half-width h1,
.single-post h1 {
  padding-top: 50px;
}

.single-post h1 {
  hyphens: auto;
}

.sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(1) {
  padding-right: 50px;
}

.sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(2) {
  padding-left: 50px;
}

/**** Text */

.text-2-columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-gap: 35px;
  /* SPACE-SETUP */
  -webkit-column-gap: 35px;
  /* SPACE-SETUP */
  -moz-column-gap: 35px;
  /* SPACE-SETUP */
  -ms-column-gap: 35px;
  /* SPACE-SETUP */
  margin: 35px 0;
}

.text-3-columns {
  column-count: 3;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-gap: 30px;
  /* SPACE-SETUP */
  -webkit-column-gap: 30px;
  /* SPACE-SETUP */
  -moz-column-gap: 30px;
  /* SPACE-SETUP */
  -ms-column-gap: 30px;
  /* SPACE-SETUP */
}

/**/

.centered-text,
.centered-text * {
  text-align: center;
}

/**** Centered Image */

.centered-image-wrap {
  width: 100%;
  margin: auto;
  height: 450px;
  /* SPACE-SETUP */
  position: relative;
  overflow: hidden;
}

.centered-image-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.centered-image-wrap.full img {
  width: 100%;
}

/****** Header */
header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: min(30rem, 50vh);
  width: 100vw;
  object-fit: cover;
}

header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.5);
  object-fit: cover;
}

/****** Footer */

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

footer .sec-wrap__inner {
  max-width: unset;
}

footer address span,
footer address a {
  line-height: 1.375em;
}

footer address {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
}

footer address .contact-info {
  margin-top: 2em;
  display: flex;
  gap: 7em;
}

footer address .contact-info div {
  display: flex;
  flex-direction: column;
}

footer img.bg-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.25);
}

/*
-----------------------------------------------------------------------------

02. Inner Content

-----------------------------------------------------------------------------
*/

/**/

.sec-wrap__inner.no-padding {
  padding: 20px 0;
}

.sec-wrap .box p {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
  margin: 0;
  line-height: 1.2em;
}

/****** Button */

.button {
  position: relative;
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.8em 0.3125em;
  pointer-events: all;
  border: 0.0625em solid var(--color__dark);
  border-radius: 3em;
}

.button::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(20% 0, 100% 0, 100% 60%, 80% 100%, 0 100%, 0 40%);
  clip-path: polygon(20% 0, 100% 0, 100% 60%, 80% 100%, 0 100%, 0 40%);
  background-color: var(--color_purple);
}

.centered-button {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* MINI-DESKTOP //////////////////////////////////////////////////////////////// */

@media only screen and (max-width: 120em) {
  :root {
    --fsize_h1: 6rem;
    --fsize_h2: 1.375rem;
    --fsize_p: 1.25rem;
    --fsize_m: 1rem;
  }
}

/* TABLET //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Inner Content
*/

@media only screen and (max-width: 55em) {
  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  :root {
    --fsize_h1: 5rem;
    --fsize_p: 1.25rem;
    --fsize_m: 1rem;
  }

  header img {
    /* transform: scale(2); */
  }

  /* Layout */

  .sec-wrap .sec-wrap__inner~h1,
  .sec-wrap.bg-half-width h1,
  .single-post h1 {
    padding-top: 30px;
  }

  .sec-wrap.bg-full-width h1 {
    bottom: -30px;
  }

  .sec-wrap__inner.slimmer,
  .sec-wrap__inner.slim-tablet {
    max-width: 650px;
    margin: 0 auto;
  }

  .sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(1) {
    padding-right: 0px;
  }

  .sec-wrap__inner .grid-wrap.two-columns .box:nth-of-type(2) {
    padding-left: 0px;
  }

  .text-2-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
  }

  .text-3-columns {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
  }

  .gallery-slider {
    height: initial;
  }

  .gallery-slider__images .item .img-fill {
    height: 40vw;
  }
}

/* MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 36em) {
  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  :root {
    --fsize_h1: 3.75rem;
    --fsize_p: 1rem;
    --fsize_m: 0.85rem;
  }

  h1 {
    margin-bottom: 1.25rem;
  }

  h3 {
    font-size: 25px;
  }

  /* Layout */

  /* ***** Volume Controls */

  .volume-controls {
    padding: 1em;
  }

  .volume-controls .volume-control {
    font-size: 1rem;
  }

  /*
  -----------------------------------------------------------------------------

  04. Inner Content

  -----------------------------------------------------------------------------
  */
}

/* MINI-MOBILE //////////////////////////////////////////////////////////////// */
/*
01. Presets
02. Navigation
03. Footer
04. Inner Content
05. NoScript / Cookie Banner
*/

@media only screen and (max-width: 27em) {
  /*
  -----------------------------------------------------------------------------

  01. Presets

  -----------------------------------------------------------------------------
  */

  :root {
    --fsize_h1: 2.75rem;
    --fsize_p: 0.825rem;
    --fsize_m: 0.75rem;
  }

  /* Layout */

  main {
    /* padding-top: 4rem;
    padding-bottom: 4rem; */
  }


}

/* SPECIAL BREAKPOINTS //////////////////////////////////////////////////////// */

/* Printer */

@media print {
  @page {
    margin: 1cm;
  }

  header,
  nav,
  footer {
    display: none;
  }

  img {
    max-width: 500px;
    visibility: visible !important;
  }
}