:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

@font-face {
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
}
:root {
  --fs-root: clamp(.75rem, calc(2vmax + .1rem), 1.2rem);
  --letter-spacing: clamp(0em, 0.02vw, 0.05em);
  --fs-00: .7rem;
  --fs-01: 1rem;
  --fs-02: 1.2rem;
  --fs-03: 1.3rem;
  --fs-04: 1.6rem;
  --fs-05: 1.9rem;
  --fs-XL: 4rem;
}

html {
  font-family: "klavika-web", sans-serif;
  font-size: var(--fs-root);
  letter-spacing: var(--letter-spacing);
  hyphenate-limit-chars: 10 3 3;
}

body {
  line-height: 1.4;
  color: var(--gray);
}

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

p, li {
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1 {
  font-size: var(--fs-05);
}

h2 {
  font-size: var(--fs-04);
}

h3 {
  font-size: var(--fs-03);
}

p, ul, li, h4, h5, h6, input, button {
  font-size: var(--fs-01);
  margin-bottom: 1ch;
}

h4 {
  grid-column: 1/-1;
  font-size: var(--fs-03);
  font-weight: normal;
}

main article > p {
  position: relative;
  left: 20%;
  color: var(--gray);
  max-width: 70%;
}
main article > p strong {
  font-weight: normal;
}

@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --fs-00: .9rem;
    --fs-01: 1rem;
    --fs-02: 1.25rem;
    --fs-03: 1.5rem;
    --fs-04: 1.8rem;
    --fs-05: 2.5rem;
  }
}
@media screen and (min-width: 1980px) and (orientation: landscape) {
  :root {
    --fs-00: 1rem;
    --fs-01: 1.1rem;
    --fs-02: 1.3rem;
    --fs-03: 1.7rem;
    --fs-04: 2rem;
    --fs-05: 2.7rem;
  }
}
a:-moz-any-link {
  color: unset;
  text-decoration: none;
}
a:any-link {
  color: unset;
  text-decoration: none;
}

/* @mixin typo-preline {
    font-family: 'RobotoSlab', serif;
    font-size: var(--fs-04);font-weight:300;
    //text-transform:uppercase;
    padding-bottom:1ch;padding-right:var(--spacer-side);padding-top:10vh;padding-left:2ch;

    margin-bottom:2ch;

      @include breakpoint(tablet, landscape) {
    font-size:var(--fs-05);
    text-align:left;
  }
} */
:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

html, body {
  width: 100%;
  padding: 0px;
  margin: 0px;
  scroll-behavior: smooth;
}
html *, body * {
  box-sizing: border-box;
}

main {
  display: grid;
  grid-template-columns: var(--grid-base);
}

main > article {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  main > article {
    grid-column: 3/7;
    grid-template-columns: var(--content-main);
  }
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

header {
  display: grid;
  grid-template-columns: var(--grid-base);
  background: white;
  width: 100%;
  position: sticky;
  height: var(--header-height);
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1000;
}

.logo {
  grid-column: 2/3;
  position: relative;
  height: calc(var(--header-height) - 1ch);
  top: 1ch;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .logo {
    grid-column: 3/5;
  }
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

.nav-icon {
  display: none;
  grid-column: 7/8;
  position: absolute;
  right: 0;
  top: calc(var(--header-height) / 4);
  width: 3rem;
  height: calc(3rem / 1.5);
  background: url(_bm/hamburger.svg) no-repeat;
  z-index: 1000;
}

.nav-main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.nav-main p {
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--fs-05);
  color: var(--petrol);
  position: relative;
  display: inline-block;
}
.nav-main p ::before {
  content: "";
  position: absolute;
  height: 1lh;
  width: 1lh;
  left: -1.5lh;
  opacity: 0;
  background: url(_bm/pfeil.svg) no-repeat;
  background-size: contain;
}

.nav-main-open {
  display: grid;
  align-content: center;
  justify-items: center;
}
.nav-main-open p:hover ::before {
  content: "";
  position: absolute;
  height: 1lh;
  width: 1lh;
  left: -1.2lh;
  opacity: 1;
  transition: opacity 200ms linear;
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

footer {
  display: grid;
  grid-template-columns: var(--grid-base);
  position: relative;
  width: 100%;
  padding-top: 4rem;
  min-height: calc(100dvh - var(--header-height));
  background: var(--gray);
  /* background-image:url(_bm/footer-bogen.svg);
  background-repeat: no-repeat;
  background-size:102%;
  background-position: center -2px; */
  color: white;
}

footer div.kontakt {
  grid-column: 2/3;
  align-self: end;
  padding-bottom: 2rem;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  footer div.kontakt {
    grid-column: 3/4;
  }
}

footer div.person {
  grid-column: 2/3;
  align-self: start;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: fit-content 1fr;
}
footer div.person .avatar {
  grid-row: 1/2;
  justify-self: end;
  width: 7rem;
  height: 7rem;
  margin-bottom: 1rem;
  background: url(_bm/avatar-fabian_boje.jpg) no-repeat;
  background-size: cover;
  border-radius: 50%;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  footer div.person {
    grid-column: 5/7;
  }
}

h6 {
  grid-column: 2/3;
  padding: 0 2rem 0 0;
  font-size: var(--fs-02);
  font-weight: normal;
}
h6 span {
  font-size: var(--fs-05);
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  h6 {
    grid-column: 4/5;
  }
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

.hero-slider {
  grid-column: 1/-1;
  margin-bottom: 1rem;
}
.hero-slider .slide-item {
  width: 100%;
  aspect-ratio: 1/1.5;
}
.hero-slider .hero-slide-content {
  /* padding: .25em 1em;
  min-height:3rem; */
}
.hero-slider .hero-slide-content h2, .hero-slider .hero-slide-content h3, .hero-slider .hero-slide-content h4, .hero-slider .hero-slide-content p {
  font-size: var(--fs-01);
  padding: 0.25em 1em;
}
.hero-slider.typo-white .hero-slide-content {
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .hero-slider .slide-item {
    aspect-ratio: 16/9;
  }
}

.hero-skip-prev, .hero-skip-next {
  height: 4rem;
  width: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: unset;
  background-color: transparent;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  opacity: 0.5;
  transition: opacity 200ms linear;
}

.hero-skip-next {
  background-image: url(_bm/skipright.svg);
}

.hero-skip-prev {
  background-image: url(_bm/skipleft.svg);
}

.hero-skip-prev:hover,
.hero-skip-next:hover {
  background-color: transparent;
  opacity: 1;
}

/* Vom JS gesetzt: wenn der Button deaktiviert ist */
.hero-skip-prev.is-disabled {
  opacity: 0 !important;
  pointer-events: none !important;
}

.hero-slider.right, .hero-slider.left {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .hero-slider.right {
    grid-column: 3/8;
  }
  .hero-slider.left {
    grid-column: 1/5;
  }
}

.hero-video {
  grid-column: 1/-1;
}
.hero-video video {
  width: 100%;
}

.video-content-landscape {
  display: none;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .video-content-landscape {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .video-content-portrait {
    display: none;
  }
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

@font-face {
  font-family: "klavika-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "klavika-web", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "klavika-web", sans-serif;
  font-weight: 600;
  font-style: normal;
}
:root {
  --fs-root: clamp(.75rem, calc(2vmax + .1rem), 1.2rem);
  --letter-spacing: clamp(0em, 0.02vw, 0.05em);
  --fs-00: .7rem;
  --fs-01: 1rem;
  --fs-02: 1.2rem;
  --fs-03: 1.3rem;
  --fs-04: 1.6rem;
  --fs-05: 1.9rem;
  --fs-XL: 4rem;
}

html {
  font-family: "klavika-web", sans-serif;
  font-size: var(--fs-root);
  letter-spacing: var(--letter-spacing);
  hyphenate-limit-chars: 10 3 3;
}

body {
  line-height: 1.4;
  color: var(--gray);
}

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

p, li {
  -webkit-hyphens: auto;
          hyphens: auto;
}

h1 {
  font-size: var(--fs-05);
}

h2 {
  font-size: var(--fs-04);
}

h3 {
  font-size: var(--fs-03);
}

p, ul, li, h4, h5, h6, input, button {
  font-size: var(--fs-01);
  margin-bottom: 1ch;
}

h4 {
  grid-column: 1/-1;
  font-size: var(--fs-03);
  font-weight: normal;
}

main article > p {
  position: relative;
  left: 20%;
  color: var(--gray);
  max-width: 70%;
}
main article > p strong {
  font-weight: normal;
}

@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --fs-00: .9rem;
    --fs-01: 1rem;
    --fs-02: 1.25rem;
    --fs-03: 1.5rem;
    --fs-04: 1.8rem;
    --fs-05: 2.5rem;
  }
}
@media screen and (min-width: 1980px) and (orientation: landscape) {
  :root {
    --fs-00: 1rem;
    --fs-01: 1.1rem;
    --fs-02: 1.3rem;
    --fs-03: 1.7rem;
    --fs-04: 2rem;
    --fs-05: 2.7rem;
  }
}
a:-moz-any-link {
  color: unset;
  text-decoration: none;
}
a:any-link {
  color: unset;
  text-decoration: none;
}

/* @mixin typo-preline {
    font-family: 'RobotoSlab', serif;
    font-size: var(--fs-04);font-weight:300;
    //text-transform:uppercase;
    padding-bottom:1ch;padding-right:var(--spacer-side);padding-top:10vh;padding-left:2ch;

    margin-bottom:2ch;

      @include breakpoint(tablet, landscape) {
    font-size:var(--fs-05);
    text-align:left;
  }
} */
:root {
  --petrol: hsl(195, 53%, 27%);
  --orange: hsl(34, 100%, 47%);
  --gray: hsl(206, 22%,34%);
  --grau-hell: hsl(208, 11%, 77%);
}

:root {
  --header-height: 15dvh;
  --content-main: 90%;
  --grid-base: 5% var(--content-main) 5%;
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  :root {
    --content-main: 4ch repeat(4, 1fr) 4ch;
  }
}
@media screen and (min-width: 1680px) and (orientation: landscape) {
  :root {
    --grid-base: 15% var(--content-main) 15%;
  }
}
:root {
  --spacer-side: 1rem;
}

:root {
  --border-reg: 1rem;
}

.c2a {
  position: relative;
  color: var(--gray);
  font-weight: 600;
  right: 1lh;
  text-align: right;
  cursor: pointer;
}
.c2a:after {
  content: "";
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url(_bm/pfeil.svg);
  background-repeat: no-repeat;
  right: -0.75rem;
  top: 0.25rem;
}

.demo-img {
  width: 100%;
}
.demo-img img {
  width: 100%;
}

main > article .content-lb, main > article .content-rb {
  grid-column: 1/-1;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  main > article .content-lb {
    grid-column: 1/4;
  }
  main > article .content-rb {
    grid-column: 4/7;
  }
}

.intro {
  grid-column: 1/-1;
  margin-bottom: 8rem;
}
.intro h4 {
  font-size: var(--fs-04);
  color: var(--gray);
  margin-bottom: 0;
  line-height: 1;
}
.intro strong {
  color: var(--orange);
  font-weight: normal;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .intro {
    grid-column: 3/6;
  }
}

.grid-full-width {
  grid-column: 1/-1;
}

main.portfolio .container-portfolio {
  grid-template-columns: var(--grid-portfolio);
}

.grid-right {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .grid-right {
    grid-column: 3/8;
  }
}

.grid-left {
  grid-column: 1/-1;
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
  .grid-left {
    grid-column: 1/5;
  }
}/*# sourceMappingURL=base.css.map */