* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1.5;
	font: inherit;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

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

html, body {
	height: 100%;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	position: relative;
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	color: inherit;
}

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

input, button, textarea, select {
	font: inherit;
}

input {
	appearance: none;
}

audio, canvas, iframe, img, svg, video {
	display: block;
	max-width: 100%;
}

/* Prevents img without src to appear */
img:not([src]) {
	visibility: hidden;
}

/* Fonts */

@font-face {
  font-family: "Inter";
  src: url("../fonts/InterDisplay-ExtraBold.woff2")
    format("woff2-variations");
  font-weight: 400; 
  font-style: normal;
}

@font-face {
  font-family: "Carlito";
  src: url("../fonts/Carlito-Regular.woff2")
    format("woff2-variations");
  font-weight: 400;  
  font-style: normal;
}

:root {
  font-family: "Inter", sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

/* ==========================================================================
Theme Custom Style
========================================================================== */

:root {
    --black: #252525;
    --white: #FEFEFD;
    --light: #C0C0C0;
    --rosa: #EE818A;
    --turquoise: #52E5C3;
    --blue: #005B7F;
    --grey: #8C8C8C;
    --green: #C0FF00;
}

body {
    font-family: "Carlito","Helvetica",sans-serif;
    font-size: 100%;
    font-weight: 400;
    background-color: var(--white);
    color: var(--black);
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}

body {
  opacity: 1;
  transition: .6s opacity;
}

body.fade {
  opacity: 0;
  transition: none;
}

body.overflow-hidden {
	overflow: hidden !important;
}

main, section, header, footer {
	position: relative;
}

.mobile-only {
  display: none;
}

/* MEDIAS */

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

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

.fade-in img {
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.fade-in.visible img {
  opacity: 1;
}

/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter","Helvetica",sans-serif;
  text-transform: uppercase;
	letter-spacing: .015em;
  line-height: 1em;
}

h1.home-h1 {
  font-size: 0;
  line-height: 0;
  text-indent: 9999px;
  visibility: hidden;
  opacity: 0;
}

p {
  line-height: 1.5em;
  margin-bottom: 1em;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.transitions {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

/* LAYOUT */

#container {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.container {
  margin: 0 60px;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.space-between {
  justify-content: space-between;
}

.col-one  { width: calc((100% - 9 * 30px) / 10); }
.col-two  { width: calc(2 * ((100% - 9 * 30px) / 10) + 1 * 30px); }
.col-three  { width: calc(3 * ((100% - 9 * 30px) / 10) + 2 * 30px); }
.col-four  { width: calc(4 * ((100% - 9 * 30px) / 10) + 3 * 30px); }
.col-five  { width: calc(5 * ((100% - 9 * 30px) / 10) + 4 * 30px); }
.col-six  { width: calc(6 * ((100% - 9 * 30px) / 10) + 5 * 30px); }
.col-seven  { width: calc(7 * ((100% - 9 * 30px) / 10) + 6 * 30px); }
.col-eight  { width: calc(8 * ((100% - 9 * 30px) / 10) + 7 * 30px); }
.col-nine  { width: calc(9 * ((100% - 9 * 30px) / 10) + 8 * 30px); }
.col-ten  { width: calc(10 * ((100% - 9 * 30px) / 10) + 9 * 30px); }

/* ==========================================================================
ANIMATIONS
========================================================================== */

/* Following Cursor */

.square {
  position: fixed;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: var(--rosa);
  opacity: .75;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 11111111;
}

/* Animated Sections */

footer .container,
section .section-header,
section .section-content {
  transform: translateY(50px); 
	transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) .15s;
}

footer.visible .container,
section.visible .section-header,
section.visible .section-content {
  opacity: 1;
  transform: translateY(0%); 
}

.col-text {
  opacity: .25;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) .15s
}

section.visible .col-text {
  opacity: 1;
}


/* Animated Letters */

.animated-letters {
	overflow: hidden;
}

.animated-letter {
	height: 13vw;
	transform: translateY(100%); 
	transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.animated-letter:nth-child(2) {transition-delay: .05s;}
.animated-letter:nth-child(3) {transition-delay: .1s;}
.animated-letter:nth-child(4) {transition-delay: .15s;}
.animated-letter:nth-child(5) {transition-delay: .2s;}
.animated-letter:nth-child(6) {transition-delay: .25s;}
.animated-letter:nth-child(7) {transition-delay: .3s;}
.animated-letter:nth-child(8) {transition-delay: .35s;}
.animated-letter:nth-child(9) {transition-delay: .4s;}
.animated-letter:nth-child(10) {transition-delay: .45s;}
.animated-letter:nth-child(11) {transition-delay: .5s;}
.animated-letter:nth-child(12) {transition-delay: .55s;}


.animated-letter svg {
	height: 100%;
}

.header.visible .animated-letter,
.footer-bottom.visible .animated-letter {
	transform: translateY(0%); 
}

/* Animated Words */

.word-mask {
  overflow: hidden;
}

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

.word-mask span {
  display: inline-block;
  transform: translateY(100%); 
	transition: transform .5s cubic-bezier(.4,0,.2,1);
}

.header.visible .word-mask span,
section.visible .word-mask span {
  transform: translateY(0%); 
}

.header.visible .word-mask:nth-child(2) span,
section.visible .word-mask:nth-child(2) span,
.section-header .word-mask span:nth-child(2)  {transition-delay: .05s;}
.header.visible .word-mask:nth-child(3) span,
section.visible .word-mask:nth-child(3) span,
.section-header .word-mask span:nth-child(3) {transition-delay: .1s;}
.header.visible .word-mask:nth-child(4) span,
section.visible .word-mask:nth-child(4) span,
.section-header .word-mask span:nth-child(4) {transition-delay: .15s;}

/* Animated Images */

.custom-pic {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: all .5s cubic-bezier(.4,0,.2,1) .2s;
}

.custom-pic img {
  transform: scale(1.3);
  transition: all 1s cubic-bezier(.4,0,.2,1) .3s;
}

.custom-pic.visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); 
}

.custom-pic.visible img {
  transform: scale(1);
}

/* Animated Links */

.underline {
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--black);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.dm-dark .underline::after {
  background-color: var(--black);
}

@media (hover: hover) and (pointer: fine) {
  .underline:hover::after {
    left: auto;
    right: 0;
    width: 0;
  }
}

/* ==========================================================================
HEADER & FOOTER
========================================================================== */

/* Header */

.header {
  display: flow-root;
  padding-bottom: 10vw;
}

.header,
.header-inner,
.home-section {
  position: relative;
}

#logo {
  border: none;
  padding: 2vw 0 6vw;
}

.home-section .container {
  align-items: flex-end;
}

.home-section .col-keywords {
  margin-bottom: 0;
}

.home-section .col-keywords span {
  display: block;
}
.profile-picture picture,
.profile-picture img { width: 100%; height: auto; display: block; }

/* Footer */

footer {
  padding-top: 4vw;
  border-top: 1px solid;
}

footer .container {
  min-height: 80vh;
}

.footer-top {
  font-size: 1.375em;
}

.footer-top,
.theme-switch {
  align-items: center;
}

.links-ext {
  display: flex;
}

.links-ext a {
  display: flex;
  margin-right: 30px;
  align-items: baseline;
}

.links-ext svg {
  margin-left: 8px;
}

.links-int a {
  margin-left: 30px;
}

/* Switch */

.theme-switch label {
  margin: 0 6px;
}

.theme-switch span {
  cursor: pointer;
}

input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label {
  cursor: pointer;
  text-indent: -9999px;
  width: 44px;
  height: 22px;
  background: transparent;
  display: block;
  border-radius: 22px;
  border: 1px solid;
  position: relative;
}

label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: var(--black);
  border-radius: 90px;
  transition: 0.3s;
}

input:checked + label:after {
  background: var(--light);
}

input:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

label:active:after {
  width: 44px;
}

.footer-bottom .copyright {
  padding: 30px 0 20px;
}

.footer-bottom .copyright > span {
  display: flex;
}

.footer-bottom .copyright a {
  display: flex;
  align-items: baseline;
  margin-left: 5px;
}

.footer-bottom .copyright a svg {
  margin-left: 6px;
}

.footer-bottom .copyright a.underline:after {
  bottom: 2px;
}

/* ==========================================================================
SECTIONS
========================================================================== */

/* Home Section */

.profile-picture {
  display: block;
  aspect-ratio: 16 / 10.9;
  overflow: hidden;
}

/* Sections */

section {
  /* position: sticky;
  top: 0;
  background: var(--white); */
  padding-bottom: 5vw;
}  

.section-header {
  padding: 2vw 0;
  border-bottom: 1px solid;
}

.section-header h2 {
  font-size: 5vw;
}

.section-content {
  padding: 4vw 0 8vw;
}

.col-img {
  width: calc(2.5 * ((100% - 9 * 30px) / 10) + 1 * 30px); 
}

.col-img picture {
  display: block;
  max-width: 240px;
  aspect-ratio: 810 / 530;   
  overflow: hidden;
}

.col-keywords {
  font-size: 1.125em;
  margin-bottom: 3vw;
}

.col-content {
  font-size: 1.375em;
  max-width: 660px;
}

.section-links {
  display: flex;
  margin-top: 4vw;
}

.section-links a {
  display: flex;
  align-items: baseline;
  margin-right: 30px;
}

.section-links a svg {
  margin-left: 6px;
}

/* Contact */

.col-form {
    margin-top: 4vw;
}

.wpcf7-form {
    max-width: 500px;
}

.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin: 0 0 .5em;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    width: 100%;
    font-size: 1.125em;
    padding: 10px 0;
    border-bottom: 1px solid;
    background: transparent;
}

textarea {
    height: 150px;
}

input:focus,
textarea:focus {
    outline: none;
}

::placeholder {
  color: var(--black);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--black);
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input[type=submit] {
    cursor: pointer;
    font-size: 1.375em;
    margin-top: 40px;
    background: transparent;
    border-bottom: 1px solid;
    color: var(--black);
}

.form-disclaimer {
    font-size: .875em;
}

.wpcf7-not-valid-tip {
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
    background: #00a0d2;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #ffb900;
}

/* ==========================================================================
Pages
========================================================================== */

.page-template-template-impressum header,
.privacy-policy header {
		padding: 30px 0;
	}

.page-template-template-impressum .page-h1,
.privacy-policy .page-h1{
		font-size: 10vw;
	}

.page-template-template-impressum .page-content,
.privacy-policy .page-content {
		font-size: 1.375em;
		padding: 60px 0 150px;
	}

/* ==========================================================================
Theme Media Queries
========================================================================== */


/* Desktop Computer based on screen width */
@media screen 
  and (min-width: 1567px) {	
}

/* Large Laptop based on screen width */
@media screen 
  and (min-width: 1281px) 
  and (max-width: 1566px) {	
}

/* Small Laptop based on screen width */
@media screen 
  and (min-width: 1081px) 
  and (max-width: 1280px) {	
}

/* iPad Landscape based on screen width */
@media screen 
  and (min-width: 769px) 
  and (max-width: 1080px)  {	
}

/* iPad Portrait based on screen width */
@media screen 
  and (max-width: 768px)  {

    .square {
      display: none;
    }

    .container {
      margin: 0 15px;
    }

    .section-content.flex.space-between,
    .footer-top.flex.space-between,
    .footer-top .col-six.flex.space-between,
    .links-ext, .links-int {
      display: block;
    }

    .col-one, .col-two, .col-three, .col-four, .col-five, .col-six, .col-seven, .col-eight, .col-nine, .col-ten, .col-img {
      width: 100%;
    }

    .profile-picture {
      aspect-ratio: 8 / 10.25;
    }

    .col-content {
      font-size: 1.125em;
    }

    .col-keywords {
    font-size: 1em;
    }

    .header .col-keywords {
      margin: 4vw 0 8vw;
    }

    .header .col-keywords .word-mask {
      display: block;
    }

    section {
      position: relative;
      top: auto;
      background: transparent !important;
    }

    .section-header {
      padding: 4vw 0 0;
      border-bottom: 0;
    }

    .section-header h2 {
      font-size: 6vw;
    }

    .col-img picture {
      max-width: none;
    }

    .section-content {
      padding: 5vw 0 10vw;
    }

    section .col-keywords {
      margin: 8vw 0 6vw;
    }

    .section-links {
      display: block;
      margin-top: 0;
    }

    .section-links a,
    .links-ext a,
    .links-int a {
      width: fit-content;
      margin: 15px 0;
    }

    .links-int a {
      display: block;
    }

    .section-links a:last-of-type {
      margin-bottom: 0;
    }

    .col-form {
      margin-top: 10vw;
    }

    footer {
      padding-top: 8vw;
    }

    .links-ext, .links-int {
      margin: 15vw 0;
    }

    /* Animations */

    .header.visible .word-mask span, section.visible .word-mask span,
    .section-header, .section-content, footer .container {
      opacity: 1 !important;
      transform: none !important;
    }

}

/* iPhone Portrait based on screen width */
@media screen 
  and (max-width: 480px)  {	
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 320px) 
  and (max-device-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen 
  and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen 
  and (max-width : 320px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) {
}

/* iPads (portrait) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) {
}

/* iPads (landscape) ----------- */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) {
}


/* iPad3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : landscape) 
  and (-webkit-min-device-pixel-ratio : 2) {
}

/* iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* Phone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
}


/* Samsung Galaxy S3 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 2) {
}

/* Samsung Galaxy S4 ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : portrait) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-height: 640px) 
  and (orientation : landscape) 
  and (-webkit-device-pixel-ratio: 3) {
}

/* ==========================================================================
COLOR THEMES
========================================================================== */

svg g path {
  transition: 0.7s ease-in-out;
}

body.dark-theme,
body.dark-theme section {
  background: var(--black);
  color: var(--light);
}

body.dark-theme img {
  filter: brightness(.8) contrast(1.2);
}

body.dark-theme svg g,
body.dark-theme svg g path {
  fill: var(--light);
}

body.dark-theme input[type=text], 
body.dark-theme input[type=email], 
body.dark-theme input[type=tel],
body.dark-theme input[type=submit],
body.dark-theme textarea {
  color: var(--light);
}

body.dark-theme ::placeholder {
  color: var(--light);
}

body.dark-theme ::-ms-input-placeholder {
  color: var(--light);
}

body.dark-theme .underline::after {
  background: var(--light);
}