/* Code: Jonas Pelzer, jonaspelzer.com */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  box-sizing: border-box;
}

/* @font-face {
    font-family: 'Maison Neue';
    src: url('../fonts/MaisonNeue-Bold.woff2') format('woff2');
    font-weight: bold;
} */

@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeue-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Maison Neue";
  src: url("../fonts/MaisonNeue-Book.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "Unzyale";
  src: url("../fonts/Unzyale-Medium.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "BASEBLOOM";
  src: url("../fonts/BASEBLOOM-Regular.woff") format("woff");
  font-weight: normal;
}

html {
  font-size: 100%;
  /* scroll-behavior: smooth; */
}

body {
  --white: #fff;
  --black: #000;

  font-family: "Maison Neue";
  color: var(--black);
  background: var(--white);

  /* CHECK FILL AVAILABLE */

  /* scroll-snap-type: proximity;
    scroll-snap-type: y proximity;
    overflow: scroll;
    scroll-snap-destination: 0 0; */
  /* height: 100vh; */

  /* height: -webkit-fill-available; */
}

.section:first-of-type {
  margin-top: 60px;
}

.section {
  min-height: calc(100vh - 60px);
  display: block;
  /* height: auto; */
  border-bottom: solid 1px var(--black);
  /* scroll-snap-align: start; */
  /* position: relative; */
  /* background: var(--white); */
  scroll-margin-top: 60px;
}

footer {
  /* scroll-snap-align: start; */
}

.text-l {
  font-size: 4.5vw;
  line-height: 5vw;
  font-weight: 500;
  color: var(--black);
}

.text-l p {
  max-width: 75rem;
  max-width: 88vw;
}

.text-m {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  color: var(--black);
}

.text-m p {
  max-width: 48rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}

.text-s {
}

strong {
  font-weight: 500;
  /* text-transform: uppercase; */
}

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

.text-lowercase {
  text-transform: lowercase;
}

a {
  color: var(--black);
  text-decoration: none;
}

.body--focusable *:focus {
  outline: solid 4px rgba(0, 0, 0, 0.5);
}

*:focus {
  outline: none;
}

:target:before {
}

:target {
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: var(--white);
}

img::selection {
  background: var(--black);
}

span.small {
  font-size: 1.1rem;
  vertical-align: top;
  display: inline-block;
  font-weight: 400;
}

img {
  max-width: 100%;
}

.verticalcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.unzyale {
  font-family: "Unzyale";
}

.basebloom {
  font-family: "BASEBLOOM";
}

.bglogo {
  font-size: 60vw;
  color: transparent;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  top: 50%;
  transform: translateY(-47%);
  left: -7vw;
  line-height: 50vw;
  -webkit-user-select: none;
  -webkit-text-stroke: 1px var(--black);
  animation: logoani 40s alternate-reverse infinite linear;
}

@keyframes logoani {
  from {
    left: -35vw;
  }

  to {
    left: 5vw;
  }
}

/* INVERT */

.body--invert {
  --white: #000;
  --black: #fff;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.body--invert .nav-homelink img,
.body--invert .contact-logo img {
  filter: invert(1);
}

.body--invert .bglogo {
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  display: block;
}

.body--invert .jobs-item-content {
  color: var(--white);
  filter: invert(1);
}

.body--invert .jobs-item-content a {
  color: var(--white);
}

.body--invert .jobs-item-content ::selection {
  background: rgba(0, 0, 0, 0.99);
  color: var(--black);
}

.body--invert .bglogo {
}

.body--invert .jobs-item-title:focus,
.body--focusable.body--invert .jobs-item-title:focus {
  outline: none;
  background: var(--black);
  color: var(--white);
}

.body--invert ::selection {
  background: rgba(250, 250, 250, 0.99);
  /* background: rgba(0,0,0,.9); */
  color: var(--white);
}

.body--focusable.body--invert *:focus {
  outline: solid 4px rgba(250, 250, 250, 0.5);
}

.body--invert .nav-hamburger span,
.body--invert .nav-link--cta:after {
  font-smoothing: initial;
  -webkit-font-smoothing: initial;
}

/* NAV */

.nav {
  border-bottom: solid 1px var(--black);
  height: 60px;
  line-height: 60px;
  display: flex;
  position: fixed;
  width: 100%;
  background: var(--white);
  z-index: 200;
  top: 0;
}

.nav-homelink {
  margin-right: auto;
  margin-left: 20px;
}

.nav-homelink img {
  width: auto;
  height: 25px;
  margin-top: 17px;
  /* background: red; */
}

.nav-link {
  margin-right: 20px;
}

.nav-link--active {
  border-bottom: solid 2px var(--black);
}

.nav-hamburger {
  display: none;
}

.nav-link--cta {
  padding-right: 40px;
}

.nav-link--cta:after {
  content: "";
  font-family: "Unzyale";
  font-size: 2em;
  height: 0.55em;
  padding-bottom: 0.4em;
  position: absolute;
  padding-left: 10px;
}

.nav-link--cta.nav-link--active {
}

.nav-link--cta.nav-link--active:after {
  border-bottom: var(--white) solid 2px;

  height: 35px;
  width: 40px;
  background: var(--white);
}

.generalclose {
  display: none;
}

/* INTRO */

.intro {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 500;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
  overflow: hidden;
}

.intro--invisible {
  opacity: 0;
  pointer-events: none;
}

.intro-item {
  position: absolute;
  height: auto;
  filter: contrast(200%);
  visibility: hidden;
  animation: introshowup 0s forwards;
}

@keyframes introshowup {
  from {
    visibility: hidden;
  }

  to {
    visibility: visible;
  }
}

/* ABOUT */

.about {
  padding: 80px 80px 120px 20px;
  position: relative;
  overflow-x: hidden;
}

.about h1 p,
.about h1,
.about .biglink p,
.about .biglink {
  max-width: 88vw;
}

.about .small,
.career .small {
  margin-top: -1.2vw;
}

.about-scrolldown {
  position: absolute;
  display: inline-block;
  bottom: 0;
  padding: 10px 20px;
  font-size: 4vw;
  left: 50%;
  transform: translateX(-50%);
}

.biglink p:after {
  content: "";
  font-family: "Unzyale";
  font-size: 2em;
  display: inline;
  position: absolute;
  margin-top: -2px;
  text-indent: 0.1em;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.biglink:hover p:after {
  text-indent: 0.4em;
}

/* BRANDS */

.brands {
  padding: 0;
}

.brands-list {
  display: flex;
  width: 100%;
}

.brands-list-item {
  border-right: solid 1px var(--black);
  overflow-x: hidden;
  position: relative;

  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.brands-list-item:first-of-type {
  border-left: none;
}

.brands-list-item:last-of-type {
  border-right: none;
}

.brands-list-item-info:hover,
.brands-list-item--active .brands-list-item-info,
.body--focusable .brands-list-item-info:focus {
  background: var(--black);
  color: var(--white);
  border-left: solid 1px var(--black);
}

.brands-list-item-info {
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  height: calc(100vh - 60px);
  padding: 20px 0 20px 0;
  font-size: 3vw;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--white);
}

.brands-list-item:not(.brands-list-item--inactive)
  .brands-list-item-info:hover
  .brands-list-item-info-name,
.brands-list-item--active .brands-list-item-info-name {
  margin-top: 40px;
}

.brands-list-item-info-name {
  position: absolute;
  top: 20px;
  /* right: 1.8vw; */
  right: 2.8vw;
  right: 3.3vw;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.brands-list-item-info-name span.small {
  /* margin-top: 12px;
    margin-right: 1.1vw; */
  margin-top: 16px;
  margin-right: 8px;
}

.brands-list-item-info-number {
  /* margin-left: auto; */
  position: absolute;
  bottom: 20px;
  /* right: 1.8vw; */
  /* right: 2.8vw; */
  right: 3.3vw;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.brands-list-item-info-name,
.brands-list-item-info-number {
  font-weight: 500;
}

.brands-list-item-content {
  position: absolute;
  top: 0;
  bottom: 0;
  /* border-left: solid 1px var(--black); */
  height: 100%;
  overflow: hidden;
  background: var(--white);

  font-weight: 400;
}

.brands-list-item-content-main {
  height: calc(100% - 60px);
  overflow: auto;
}

.brands-list-item-content-main-images {
  width: 100%;
  border-bottom: solid 1px var(--black);
  display: flex;
}

.brands-list-item-content-main-images div {
  height: 50vh;
  width: 50%;
  border-right: solid 1px var(--black);
  background-size: cover;
  background-position: center center;
}

.brands-list-item-content-main-images div + div {
  border-right: none;
}

.brands-list-item-content-main-text {
  padding: 20px 20px 40px 20px;
}

.brands-list-item-content-link {
  padding: 0 20px;
  border-top: solid 1px var(--black);
  background: var(--white);
  display: block;
  height: 60px;
  line-height: 60px;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.brands-list-item-content-link:hover {
  background: var(--black);
  color: var(--white);
}

.brands-list-item-content-link:after {
  content: " ";
  display: inline-block;
  font-family: "Unzyale";
  font-size: 2em;
  position: absolute;
  margin-top: 5px;
  margin-left: 10px;
}

.brands-list-item--active {
}

.brands-list-item--active .brands-list-item-info {
}

.brands-list-item--active .brands-list-item-content {
  display: block;
}

.brands-list-item--inactive {
}

.brands-list-item--inactive:hover {
}

.brands-list-item--inactive .brands-list-item-info {
}

.brands-list-item--inactive .brands-list-item-info-name,
.brands-list-item--inactive .brands-list-item-info-number {
  /* right: 1vw; */
  right: 1.8vw;
}

/* CONTACT */

.contact {
  min-height: initial;
  display: grid;
  grid-auto-flow: column;
  border-bottom: none;
}

.contact > div {
  grid-column: span 1;
  grid-row: span 1;
  border-right: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  background: var(--white);
}

.contact a,
.contact span {
  display: block;
  padding: 20px 0.6em 20px 0.6em;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: nowrap;
}

.contact a:hover {
  background: var(--black);
  color: var(--white);
}

div.contact-logo {
  grid-row: span 2;
  padding: 20px 80px;
  position: relative;
}

div.contact-logo img {
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  max-width: calc(100% - 160px);
}

.contact > div:nth-child(even) {
}

.contact > div:nth-child(3),
.contact > div:nth-child(7),
.contact > div:nth-child(11),
.contact > div:nth-child(15) {
  border-bottom: none;
}

.contact > div:nth-child(12),
.contact > div:nth-child(13),
.contact > div:nth-child(14),
.contact > div:nth-child(15) {
  border-right: none;
}

/* FOOTER */

.footer {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: right;
}

.footer a {
  margin-right: 20px;
}

.footer a:last-of-type {
  margin: 0;
}

/* DEFAULT */
.section--flexible {
  padding: 40px 80px 120px 20px;
  min-height: initial;
}

.twocolumns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-gap: 40px; */
  grid-gap: 60px;
}

.jobs-item .twocolumns {
  grid-gap: 0;
}

.twocolumns > div {
  grid-column: span 1;
}

.text-m p a {
  text-decoration: underline;
}

.text-m p a:hover {
  text-decoration: none;
}

.text-l + .twocolumns {
  margin-top: 3em;
}

.twocolumns ul {
  margin-left: 1em;
  margin-bottom: 2rem;
}

/* CAREER */
.career {
  /* padding: 0 0 120px 0; */
  padding: 0 0 0 0;
}

.career-intro {
  /* padding: 40px 80px 160px 20px; */
  padding: 80px 80px 160px 20px;
}

.career-nojobs {
  padding: 0.8em 20px;
  background: var(--white);
  border-top: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
}

.jobs {
  /* outline: solid 4px red; */
}

.jobs-item {
  width: 100%;
  /* border-bottom: solid 1px var(--black); */
  border-bottom: none;
}

.jobs-item-title {
  background: var(--white);
  border-top: solid 1px var(--black);
  border-bottom: solid 1px var(--black);
  padding: 0.8em 20px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.jobs-item-title-arrow {
  -webkit-font-smoothing: initial;
  float: right;
  margin-right: 40px;
  transition: all 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.jobs-item--active .jobs-item-title-arrow {
  transform: rotate(180deg);
}

.jobs-item + .jobs-item > .jobs-item-title {
  border-top: none;
}

.jobs-item:last-of-type .jobs-item-title {
  border-bottom: none;
}

.jobs-item-title .small {
  /* margin-top: -17px; */
  margin-top: -1.1vw;
  margin-left: 0.6vw;
}

.jobs-item-content {
  /* padding: 2rem 20px; */
  /* padding: 0 20px; */
  padding: 0;
  /* background: url(../images/line.png) transparent; */
  background: var(--black);
  min-height: 0;
  height: 0;
  margin-top: 0 !important;
  overflow: hidden;
  border-bottom: none;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.jobs-item-content strong {
  text-transform: uppercase;
}

.jobs-item-content div {
  padding: 2rem 20px;
  position: relative;
  border-right: solid 1px var(--white);
}

/* .jobs-item--active .jobs-item-content div {
} */

.jobs-item-content div + div {
  /* border-left: solid 1px var(--white); */
  border-right: none;
}

/* .jobs-item:last-of-type.jobs-item--active .jobs-item-content {
    border-bottom: solid 1px var(--white);
} */

.jobs-item--active {
}

.jobs-item--active + .jobs-item {
  border-top: solid 1px var(--black);
}

.jobs-item--active .jobs-item-title,
.jobs-item-title:hover {
  background: var(--black);
  color: var(--white);
}

.jobs-item--active .jobs-item-content {
  height: auto;
  min-height: calc(100vh - 60px - 200px);
}

a.jobs-item-content-link {
  display: block;
  width: calc(100% + 40px);
  height: 60px;
  line-height: 60px;
  margin-left: -20px;
  padding: 0 20px;
  bottom: 0;
  border-top: solid 1px var(--white);
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);

  background: var(--black);
  color: var(--white) !important;

  position: absolute;
  bottom: 0;
}

a.jobs-item-content-link:hover {
  background: var(--white);
  color: var(--black) !important;
}

@media (max-width: 1150px) {
  html {
    /* font-size: 70%; */
    font-size: 75%;
  }

  /* .jobs-item-content {
        background-size: auto 24px;
    } */
}

@media (max-width: 800px) {
  html {
    /* font-size: 50%; */
  }

  .text-l {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .nav {
    position: fixed;
  }

  .intro {
  }

  .nav-menu {
    width: 100%;
    background: var(--white);
    position: fixed;
    top: -400px;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0px 8px 8px;
  }

  .nav-menu a {
    display: block;
    border-bottom: solid 1px var(--black);
    padding-left: 20px;
    margin-right: 0;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .nav-homelink {
    position: fixed;
    left: -20px;
    padding-left: 20px;
    width: calc(100vw - 60px);
    height: 60px;
    border-bottom: solid 1px var(--black);
    background: var(--white);

    z-index: 200;
  }

  /* .nav-menu a:hover, .nav-link--active { */
  .nav-menu a:hover {
    background: var(--black);
    color: var(--white);
  }
  
  /* make Social media text smaller on mobile */
  
@media (max-width:800px) {
  .smm {
      max-width: calc(100vw - 50px);
    font-size: 22px !important;
    font-weight: bold;
}
}
  
  /*  make list items desc text bigger on mobile */
  
  .bl_list_p {
     font-size: 22px !important;
  }
  
  /*  make about section white space smaller  on mobile*/
  
 @media (max-width:800px){
     .about {
         min-height:200px !important;
     }
 }
 
/*.section-sm {*/
/*    min-height: 50vh !important;*/
/*}*/

  .nav-menu--visible {
    top: 60px;
    opacity: 1;
  }

  .nav-hamburger {
    display: block;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 30px;
    width: 60px;
    background: var(--white);
    right: 0;
    position: fixed;
    height: 60px;
    border-bottom: solid 1px var(--black);
    border-left: solid 1px var(--black);

    z-index: 200;
  }

  .nav-hamburger span {
    transform: initial;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: var(--black);

    font-feature-settings: "ss01";
    font-size: 2em;
  }

  .nav-hamburger--active span {
    transform: rotate(45deg);
  }

  .about,
  .career-intro {
    padding: 40px 20px 60px 20px;
  }

  .about h1 p {
    max-width: 100vw;
  }

  .about .small {
  }

  .about-scrolldown {
    font-size: 16vw;
    bottom: 0;
  }

  .brands {
    border-bottom: none;
  }

  .brands-list {
    display: block;
  }

  .brands-list-item {
    width: 100vw !important;
    overflow: hidden;
    border-bottom: solid 1px var(--black);
    border-right: none;
    height: 20vw;
    min-height: 20vw;

    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .brands-list-item-info {
    transform: initial;
    writing-mode: initial;
    text-orientation: mixed;
    height: 20vw;
    width: 100% !important;
  }

  .brands-list-item-info-name,
  .brands-list-item--active .brands-list-item-info-name {
    font-size: 6vw;
    right: initial;
    left: 20px;
    margin-top: 0 !important;
    top: 50%;
    transform: translateY(-50%);
  }

  .brands-list-item-info-name span.small {
    /* margin-top: 2.1vw; */
    margin-top: 1.2vw;
    margin-left: 6px;
  }

  .brands-list-item-info-number,
  .brands-list-item--inactive .brands-list-item-info-number {
    right: 20px;
    font-size: 6vw;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }

  .brands-list-item-content {
    position: static;
    width: 100vw !important;
    border-left: none;
    border-top: solid 1px var(--black);
  }

  .brands-list-item-content-link {
    background: var(--black);
    color: var(--white);
  }

  .brands-list-item--active {
    height: auto;
    min-height: calc(100vh - 60px - 200px);
  }

  .contact {
    display: block;
  }

  div.contact-logo img {
    position: static;
    top: initial;
    transform: none;
    max-width: 100%;
  }

  .contact > div {
    border-right: none !important;
    border-bottom: solid 1px var(--black) !important;
  }

  .contact > div:last-of-type {
    border-bottom: none !important;
  }

  .twocolumns {
    display: block;
  }

  .jobs-item-content div {
    border-right: none;
  }

  .jobs-item-content div + div {
    border-left: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  a.jobs-item-content-link,
  a.jobs-item-content-link:hover {
    background: var(--white) !important;
    color: var(--black) !important;
  }

  .jobs-item-title-arrow {
    display: none;
  }

  .generalclose {
    display: block;
    position: fixed;
    z-index: 50;
    min-height: 100vh;
    /* height: -webkit-fill-available; */
    width: 100vw;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    pointer-events: none;
  }

  .generalclose--visible {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-link--cta.nav-link--active:after {
    background: transparent;
  }

  .text-m p {
    max-width: calc(100% - 10px);
  }

  .bglogo {
    top: initial;
    transform: none;
    height: 100vh;
    line-height: 80vh;
  }
}

@media (max-width: 640px) {
  .verticalcenter {
    position: static;
    transform: none;
  }
}
