/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    cursor: none;
  }
  
  /*
   * Remove text-shadow in selection highlight:
   * https://twitter.com/miketaylr/status/12228805301
   *
   * Customize the background color to match your design.
   */
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  /*
   * A better looking default horizontal rule
   */
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  /*
   * Remove the gap between audio, canvas, iframes,
   * images, videos and the bottom of their containers:
   * https://github.com/h5bp/html5-boilerplate/issues/440
   */
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  /*
   * Remove default fieldset styles.
   */
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  /*
   * Allow only vertical resizing of textareas.
   */
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Author's custom styles
     ========================================================================== */
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  
  /*
   * Hide visually and from screen readers
   */
  
  .hidden,
  [hidden] {
    display: none !important;
  }
  
  /*
   * Hide only visually, but have it available for screen readers:
   * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
   *
   * 1. For long content, line feeds are not interpreted as spaces and small width
   *    causes content to wrap 1 word per line:
   *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
   */
  
  .visually-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
   * Extends the .visually-hidden class to allow the element
   * to be focusable when navigated to via the keyboard:
   * https://www.drupal.org/node/897638
   */
  
  .visually-hidden.focusable:active,
  .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
   * Hide visually and from screen readers, but maintain layout
   */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
   * Clearfix: contain floats
   *
   * The use of `table` rather than `block` is only necessary if using
   * `::before` to contain the top-margins of child elements.
   */
  
  .clearfix::before,
  .clearfix::after {
    content: "";
    display: table;
  }
  
  .clearfix::after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
  
    a[href]::after {
      content: " (" attr(href) ")";
    }
  
    abbr[title]::after {
      content: " (" attr(title) ")";
    }
  
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }
  
    pre {
      white-space: pre-wrap !important;
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    tr,
    img {
      page-break-inside: avoid;
    }
  
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
  
    h2,
    h3 {
      page-break-after: avoid;
    }
  }
  
  
  p, nav, h1, h2, h3, h4, h5, a, .marquee{
    font-family: "Satoshi-Variable", sans-serif;
  font-weight: 400;
  font-style: normal;
  }
  
  .thin{
    font-weight: 200 !important;
  }
  
  .smalltext{
    font-size: 0.8rem;
  }
  
  .coolbutton{
    cursor: none;
    background-color: white;
    align-items: center;
    border-color: #000;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  
  .coolbutton:hover{
    cursor: none;
    background-color: black;
    color: white;
  }
  
  .coolbuttonBlue{
    cursor: none;
    background-color: #003049;
    align-items: center;
    border-color: #f0eee8;
    color: #f0eee8;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  
  .coolbuttonBlue:hover{
    cursor: none;
    background-color: #f0eee8;
    color: #003049;
  }
  
  
  .coolbuttonhome{
    color: black;
    cursor: none;
    background-color: #f0eee8;
    align-items: center;
    border: 2px solid #000;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  
  .coolbuttonhome:hover{
    cursor: none;
    background-color: #4A3AFF;
    color: white;
    border: 2px solid #4A3AFF;
    
  }
  
  .projectTag{
    cursor: none;
    background-color: #4A3AFF;
    color: white;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0px;
    margin-right: 15px;
    transition: 0.3s ease-in-out;
    width: fit-content;
  }
  
  .middlebox{
    position:fixed;
    width: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    pointer-events: none;
  }
  
  .navbar-toggler{
    border-radius: 0px;
    border-style: none;
  }
  
  .navbar{
    transition: top 0.6s;
    transition-timing-function: ease-in-out;
  }
  
  .bottombar{
    transition: bottom 0.6s;
    transition-timing-function: ease-in-out;
  }
  
  
  
  
  
  
  
  .icon-menu {
    --gap: 5px;
    --height-bar: 2.5px;
    --pos-y-bar-one: 0;
    --pos-y-bar-three: 0;
    --scale-bar: 1;
    --rotate-bar-one: 0;
    --rotate-bar-three: 0;
    width: 25px;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    cursor: pointer;
    position: relative;
  }
  
  .bar {
    position: relative;
    height: var(--height-bar);
    width: 100%;
    border-radius: .5rem;
    background-color: #000;
  }
  
  .bar--1 {
    top: var(--pos-y-bar-one);
    transform: rotate(var(--rotate-bar-one));
    transition: top 200ms 100ms, transform 100ms;
  }
  
  .bar--2 {
    transform: scaleX(var(--scale-bar));
    transition: transform 150ms 100ms;
  }
  
  .bar--3 {
    bottom: var(--pos-y-bar-three);
    transform: rotate(var(--rotate-bar-three));
    transition: bottom 200ms 100ms, transform 100ms;
  }
  
  .check-icon:checked + .icon-menu > .bar--1 {
    transition: top 200ms, transform 200ms 100ms;
  }
  
  .check-icon:checked + .icon-menu > .bar--3 {
    transition: bottom 200ms, transform 200ms 100ms;
  }
  
  .check-icon:checked + .icon-menu {
    --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
    --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
    --scale-bar: 0;
    --rotate-bar-one: 45deg;
    --rotate-bar-three: -45deg;
  }
  /* FIN ICON-MENU */
  
  
  
  a {
      text-decoration: none;
      color: inherit;
      position: relative;
      cursor: pointer;
      
  
      &.grow::after {
          content: ' ';
          position: absolute;
          top: 100%;
          left: 25%;
          
          width: 50%;
          height: 1px;
          border-bottom: 1px solid tomato;
          
          transition: 0.4s;
      }
      
      &.grow:hover::after {
          width: 100%;
          left: 0;
      }
      
      &.highlight::after {
          content: ' ';
          position: absolute;
          z-index: -1;
          top: 100%;
          left: -2px;
          
          padding: 0 2px;
          width: calc(100% + 2px);
          height: 1px;
          border-bottom: 1px solid tomato;
          
          transition: 0.4s;
      }
      &.highlight:hover::after {
          top: 0;
          height: 1.5em;
          background-color: rgba(tomato, 0.5);
          border-color: transparent;
      }
      
      &.swipe::before {
          content: ' ';
          position: absolute;
          z-index: -1;
          top: 100%;
          left: -2px;
          
          padding: 0 2px;
          width: calc(100% + 2px);
          height: 1px;
          border-bottom: 1px solid tomato;
          
          transition: 0.4s;
      }
      &.swipe::after {
          content: ' ';
          position: absolute;
          z-index: -1;
          top: 0;
          left: -2px;
          
          padding: 0 2px;
          width: 1px;
          height: 1.5em;
          
          transition: 0.4s;
      }
      
      &.swipe:hover::after {
          width: 100%;
          background-color: rgba(tomato, 0.75);
      }
      
  
      &.magic-btn::before {
          content: ' ';
          position: absolute;
          z-index: -1;
          bottom: 0;
          left: -2px;
          padding: 0 2px;
          
          width: calc(100% + 2px);
          height: 1px;
          border-bottom: 1px solid tomato;
          
          transition: 0.4s;
      }
      &.magic-btn::after {
          content: ' ';
          position: absolute;
          z-index: -1;
          bottom: 0;
          left: calc(50% - 4px);
          padding: 0 2px;
          
          width: 0;
          height: 0;
          
          border: 1px solid transparent;
          
          transition: 0.4s;
      }
      
      &.magic-btn:hover::before {
          border-color: transparent;
      }
      &.magic-btn:hover::after {
          width: 100%;
          height: 1.25em;
          left: -1em;
          bottom: -0.35em;
          padding: 0.5em 1em;
          border-color: tomato;
          background-color: tomato;
          border-radius: 2.5em;
      }
      &.magic-btn {
          display: inline-block;
          
          transition: 0.3s;
          transition-delay: 0s;
          transform: scale(1);
      }
      &.magic-btn:hover {
          color: #fff;	
          transform: scale(1.4);
          transition-delay: 0.11s;
      }
      
  }
  
  
  
  
  .menubutton {
    color: black;
    font-family: inherit;
    cursor: none;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }
  
  .menubutton:focus,
  .menubutton:hover {
    color: grey;
  }
  
  .menubutton:focus:after,
  .menubutton:hover:after {
    width: 100%;
    left: 0%;
  }
  
  .menubutton:after {
    content: "";
    pointer-events: none;
    bottom: 8px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: grey;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }
  
  
  .modal-backdrop {
    background-color: transparent !important;
  }

  .container{
    max-width: 900px;
  }
  
  .linkhover {
    color: black;
    font-family: inherit;
    cursor: none;
    position: relative;
    border: none;
    background: none;
    text-transform: uppercase;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: color;
  }
  
  .linkhover:focus,
  .linkhover:hover {
    color: grey;
  }
  
  .linkhover:focus:after,
  .linkhover:hover:after {
    width: 100%;
    left: 0%;
  }
  
  .linkhover:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: grey;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 400ms;
    transition-property: width, left;
  }
  
  .transition{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    background: #222;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  
  }
  
  body{
    height: 100vh;
    overflow: auto;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
    background-color: #f0eee8; /*#f8f4de */
    transition: all 1s ease-in-out;
  }
  
  
  .marquee__part {
    flex-shrink: 0;
    padding: 0 4px;
    font-smooth: always;
  }
  
  .marquee__part2 {
    flex-shrink: 0;
    padding: 0 4px;
    font-smooth: always;
  }
  
  .marquee {
    text-transform: uppercase;
    font-weight: 600;
  
    position: relative;
    overflow: hidden;
  }
  
  .marquee__inner {
    -webkit-font-smoothing: antialiased;
      width: fit-content;
      display: flex;
      flex: auto;
      flex-direction: row;
  }
  
  .display-1{
    font-size: 10em;
    font-weight: 400;
  }
  
  .display-2{
    font-weight: 400;
    line-height: 80%;
    font-size: 8em; /*10em*/
    /*font-family: 'Cormorant Garamond' !important; */
  }
  .display-3, .display-4 {
    font-weight: 400;
  }
  
  .parallax { 
    /* The image used */
    background-image: url("parallax1.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
  .invisible{
    opacity:0;
    transition-property: opacity;
    transition-timing-function: ease-in-out;
    transition-duration: 1s;
    transition-delay: 2s;
  }
  
  .appear{
    opacity:1 !important;
  }
  
  .appearBorder{
    border-radius: 0px !important;
  }
  
  .appearScale{
    opacity:1 !important;
    transform: scale(1) rotate(0deg) !important;
  }
  
  .resetTransition{
    transform: none !important;
    opacity: 1 !important;
    transform-style: preserve-3d;
  }
  
  
  
  .project_container{
    margin-top: 20px; 
    height:700px;
    transition: all 0.3s ease-in-out;
  }
  
  .project_container:hover{
    opacity: 50%;
  }
  
  
  
  .svg-container {
    position: absolute;
    display: none;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0) rotate(20deg);
    opacity: 0;
    z-index: 10000;
    pointer-events: none;
  }
  
  .svg-container.show {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  
  .svg-container.hide {
    transform: scale(0) rotate(-20deg);
    opacity: 0;
  }
  
  .word {
    transition: 0.4s cubic-bezier(.5,0,.46,1);
    cursor: url('../img/click_cursor.png') 30 30, move !important;
    font-family: "salted", sans-serif;
    font-weight: 400;
    font-size: 10em;
    color: #4A3AFF;
    line-height: 50%; 
    z-index: 100;
  }
  .word:hover{
    transform: scale(1.05) skew(-5deg);
  }
  
  .offScreenRight {
    transform: translateX(100%) skew(50deg) scaleX(1.5);
    opacity: 0;
  }
  
  .slideIn {
    transform: translateX(0) skew(0deg) scaleX(1);
    opacity: 1;
  }
  
  .slideOut {
    transform: translateX(-100%) skew(-50deg) scaleX(1.5);
    opacity: 0;
  }
  
  .paw{
    height: 100vh; 
    position: fixed; 
    top: 50vh; 
    left: 50vw; 
    transform: translate(-50%,-20%) rotate(180deg);
    transition: transform 2s ease;
    transform-origin: bottom center;
    opacity: 100%;
  }
  
  .pawOn{
    transform: translate(-50%,-20%) rotate(-180deg);
    opacity: 100%;
  }
  
  .pawOff{
    transform: translate(-50%,-20%) rotate(190deg);
    opacity: 0;
  }
  
  
  .newMenuButton{
    color: black;
    transition: transform 0.4s, color 0.4s;
    transition-timing-function: cubic-bezier(.53,-0.42,.45,1.32);
  }
  .newMenuButton:focus,
  .newMenuButton:hover {
    transform: skew(-15deg) scale(1.1);
    color:#4A3AFF;
  
  }
  
  .sticker{
    width: 100%;
    max-width: 50vw;
    transition: all 0.4s cubic-bezier(.5,-0.48,.45,1.43);
    filter: drop-shadow(0px 2px 2px #000000);
  }
  
  .sticker:hover{
    transform: scale(1.2) rotate(-10deg);
    filter: drop-shadow(0px 7px 7px #000000);
  }
  
  @keyframes stickerAnimaton {
    0%   {transform: rotate(0deg);}
    25%  {transform: rotate(-2deg);}
    50%  {transform: rotate(3deg);}
    100% {transform: rotate(-1deg);}
  }
  
  .selectedMenu{
    transform: scale(1) translateY(0);
    transition: all 0.6s ease;
    position: fixed; 
    width: 100%; 
    top:50%; 
    z-index: 1000; 
  }
  
  .selectedMenuVisible{
    transform: scale(1) translateY(0);
    transition: all 0.6s ease;
    opacity: 1;
    visibility: visible;
  }
  
  .selectedMenuHidden{
    transform: scale(0); /* translateY(100vh) */
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
  }
  
  .stickerVisible{
    transform: scale(1);
    opacity: 1;
    transition: all 0.8s cubic-bezier(.5,-0.48,.45,1.43);
  }
  
  .stickerHidden{
    transform: scale(0); /* translateY(100vh) */
    opacity: 0;
    transition: all 0.8s cubic-bezier(.5,-0.48,.45,1.43);
  }
  
  #sticker2{
    transition-delay: 100ms;
  }
  #sticker3{
    transition-delay: 200ms;
  }
  #sticker4{
    transition-delay: 300ms;
  }
  
  html.is-changing .transition-main {
    transition: transform 400ms ease-in-out;
  }
  
  html.is-animating.is-leaving .transition-main {
    transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
  }
  
  html.is-animating.is-rendering .transition-main {
    transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
  }
  
  
  .transition-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--swup-blue-darker);
    opacity: 0;
    transform: translate3d(0, calc(-1 * 100% * var(--overlay-direction, 1)), 0);
    pointer-events: none;
  }
  
  html.is-changing .transition-overlay {
    transition: transform 400ms ease-in-out;
    opacity: 1;
  }
  
  html.is-animating .transition-overlay {
    transform: translate3d(0, 0, 0);
  }
  
  html.is-rendering .transition-overlay {
    transform: translate3d(0, calc(var(--overlay-direction, 1) * 100%), 0);
  }
  
  .backgroundImage1{
    width: 30vw; 
    position: absolute; 
    pointer-events: none; 
    margin-top: 40vh; 
    margin-left: 50vw;
    transform: translate(-30%,-50%) rotate(5deg)!important;
    z-index: -10;
  }
  
  .backgroundImage2{
    width: 30vw; 
    position: absolute; 
    pointer-events: none; 
    margin-top: 40vh; 
    margin-left: 50vw;
    transform: translate(-80%,-80%) rotate(-2deg) !important;
    z-index: -10;
  }
  
  .workLink{
    animation-name: workLinkAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  
  .workLink:hover{
    animation-play-state: paused;
  }
  
  .noPointerInteraction{
    pointer-events: none;
  }
  
  .custom-shape-divider-top-1733397477 {
    width: 100%;
    overflow: hidden;
    line-height: 0;
  }
  .custom-shape-divider-top-1733397549 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
  }
  
  hr{
    border-color: black;
    border-width: 2px;
  }
  
  .whiteCover{
    height: 100vh;
    width: 100%;
    background-color: #f0eee8;
    position: absolute;
    animation-name: whiteCoverAnimation;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-timing-function: cubic-bezier(.7,.01,.34,1);
    animation-fill-mode: forwards;
    z-index: 0;
  }
  
  @keyframes whiteCoverAnimation{
    0% {transform: translateY(0vh);}
    100% {transform: translateY(50vh);}
  }
  
  .moveDown{
    animation-name: moveDownAnimation;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    animation-timing-function: cubic-bezier(.7,.01,.34,1);
    animation-fill-mode: forwards;
  }
  
  @keyframes moveDownAnimation{
    0% {transform: translateY(0vh);}
    100% {transform: translateY(25vh);}
  }
  
  @keyframes workLinkAnimation{
    0%   {transform: rotate(0deg);}
    50%  {transform: rotate(5deg);}
    75%  {transform: rotate(-5deg);}
    100% {transform: rotate(0deg);}
  }
  
  .bigHeading{
    font-size: 15em !important; 
    line-height: 80% !important;
    font-style: italic !important;
  }
  .yellowBackground{
    background-color: #4A3AFF !important;
  }
  .lightBackground{
    background-color: #f0eee8 !important;
  }
  
  .transitionContainer{
    position: fixed; /* Fixiert auf dem Bildschirm */
    top: 0;
    left: 0;
    display: flex; /* Flexbox verwenden */
    align-items: center; /* Vertikal zentrieren */
    justify-content: center; /* Horizontal zentrieren */
    z-index: 100000; /* Über anderen Elementen */
    width: 100vw; 
    height: 100vh; 
    pointer-events: none;
    overflow:hidden;
  }
  
  .transitionOverlay{
    height: 100vh;
    width: auto;
  }
  
  .introContainer{
    position:absolute;
    height: 100vh;
    width: 100vw;
    background-color: #4A3AFF;
    z-index: 10000000;
    animation: introAnimation;
    animation-duration: 1s;
    animation-delay: 5.5s;
    animation-timing-function: cubic-bezier(.7,.01,.34,1);
    animation-fill-mode: forwards;
  }
  
  @keyframes introAnimation{
    0% {transform: translateY(0vh);}
    100% {transform: translateY(-100%);}
  }

.pageTransitionContainer {
  position: fixed; /* statt absolute */
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #4A3AFF;
  z-index: 10000000;
  transform: translateY(0%);
  pointer-events: none;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(.75, 0, .26, .99);
}
 .pageTransitionFadeIn{
  transform: translateY(-100%) !important;
 }
 .pageTransitionFadeOut{
  transform: translateY(0%) !important;
 }

  .workPageLink{
    margin-top: 200px; 
    color: #f0eee8;
    transition: transform 0.4s, color 0.4s;
    transition-timing-function: cubic-bezier(.53,-0.42,.45,1.32);
    transform: skew(0) scale(1);
  }
  .workPageLink:hover{
    transform: skew(-15deg) scale(1.1);
    color:#4A3AFF;
  }
  
  .workPageImageRight{
    position: absolute;
    left: 100%;
    width: 30%;
    height: auto;
    transform: translate(-100%,-60%) rotate(-4deg);
    pointer-events: none;
    z-index: -1;
  }

  .workPageImageLeft{
    position: absolute;
    width: 30%;
    height: auto;
    transform: translate(0,-60%) rotate(6deg);
    pointer-events: none;
    z-index: -1;
  }

  #hugoImage {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  #hugoHoverLink:hover + #hugoImage {
    opacity: 100%;
  }

  #sootheImage {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  #sootheHoverLink:hover + #sootheImage {
    opacity: 100%;
  }

  #blessedImage {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  #blessedHoverLink:hover + #blessedImage {
    opacity: 100%;
  }

  #midspaceImage {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  #midspaceHoverLink:hover + #midspaceImage {
    opacity: 100%;
  }

  #andersVernetztImage {
    opacity: 0;
    transition: all 0.3s ease-in-out;
  }
  
  #andersVernetztHoverLink:hover + #andersVernetztImage {
    opacity: 100%;
  }

  .smileWorkPage{
    width: 10em; 
    height: auto; 
    transform: rotate(6deg);
  }

  .funContainer{
    text-align: start;
  }

  .workLine{
    width: 25em; 
    height: auto; 
    transform: translateY(-100%);
  }

  .modalAnimationContainer{
    width: 100vw;
     height: auto; 
     position:absolute; 
     top: 50%; 
     left: 50%; 
     transform: translate(-50%,-50%);
  }

  .modalAnimation{
    width: 100vw !important; 
      height: 100vh !important;
      display: block;
      object-fit: cover;
  }

  .aboutNameAnimation{
    width: 70vw; 
    height: auto; 
    margin:auto;
  }

  .wordChange{
    width: 100vw; 
    height: auto; 
    position:absolute; 
    top:50%; 
    left:50%; 
    transform: translate(-50%,-50%);
  }

  .loader {
  border: 5px solid #4A3AFF; /* Light grey */
  border-top: 5px solid #f0eee8; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  position: absolute;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loaderWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;  /* gleiche Größe wie Loader */
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loaderSmile{
  width: 50px;
  height: auto;
  animation: spinReversed 1.5s linear infinite;
  animation-timing-function: cubic-bezier(.83,-0.32,.11,1.38);
}


@keyframes spinReversed {
  0% { transform: rotate(360deg); }
  100% { transform: rotate(0deg); }
}

.noScroll {
  overflow: hidden;
}

.homeSmiley{
  position: absolute;
  z-index: -2;
  width: 50px;
  height: 50px;
  align-self: center;
  animation: homeSmileyHop 6s infinite;
}

@keyframes homeSmileyHop {
  0% {
    transform: translateY(200%) rotate(-30deg);
    animation-timing-function: cubic-bezier(.2,.61,.25,1.01); /* wird langsamer nach oben */
  }
  10% {
    transform: translateY(-150%) rotate(-0deg);
    animation-timing-function: cubic-bezier(.73,0,.85,.59); /* beschleunigt nach unten */
  }
  20% {
    transform: translateY(200%) rotate(30deg);
  }
  100% {
    transform: translateY(200%) rotate(-30deg);
  }
}

  /* Breakpoints */
  
  
  @media (max-width: 1199.98px) { 
    .display-2, .display-1, .bigHeading, .word{
      font-size: 7em !important;
    }

    .workLine{
      width: 19em; 
      height: auto; 
    }
    .modalAnimationContainer{
      width: auto; /* Automatische Breite */
      height: 100vh; /* 100% der Bildschirmhöhe */
    }
  
   }
  
  @media (max-width: 991.98px) { 
    .display-2, .display-1, .bigHeading{
      font-size: 6.5em !important;
    }

    .word{
      font-size: 7.5em !important;
    }

    .workLine{
      width: 17em; 
      height: auto; 
    }
    .workLink{
      animation: none;
    }
    .funContainer{
      text-align: center;
    }

    .playgroundButton{
      display: none;
    }

    .newMenuButton{
      color: black;
      transition: transform 0.4s, color 0.4s;
      transition-timing-function: cubic-bezier(.53,-0.42,.45,1.32);
    }
    .newMenuButton:focus,
    .newMenuButton:hover {
      transform: none;
      color:#4A3AFF;
    
    }


    
  
   }
  
   @media (max-width: 767.98px) { 
    .display-2, .display-1, .bigHeading{
      font-size: 5em !important;
    }

    .word{
      font-size: 6em !important;
    }

    .workLine{
      width: 12em; 
      height: auto; 
    }
    .smileWorkPage{
      width: 7em; 
      height: auto; 
    }
    .aboutNameAnimation{
      width: 110vw; 
      height: auto; 
      margin:auto;
    }
    .wordChange{
      width: 150vw; 
      height: auto; 
      position:absolute; 
      top:50%; 
      left:50%; 
      transform: translate(-50%,-50%);
    }
  
   }
  
   @media (max-width: 575.98px) { 
    .display-2, .display-1, .bigHeading, .word{
      font-size: 4em !important;
    }
.word{
      font-size: 5em !important;
    }

    .workLine{
      width: 10em; 
      height: auto; 
    }
    .smileWorkPage{
      width:6em; 
      height: auto; 
    }

    .backgroundImage2{
      width: 80vw; 
    }
    .backgroundImage1{
      width: 80vw; 
    }
    .coolbuttonhome
    {
      line-height: 100%;
    }
    .coolText{
      line-height: 100%;
    }
    .projectTag{
      font-size: 0.7rem;
      margin-bottom: 0.5rem;
    }
  
   }
  