
* {
    
    box-sizing: border-box;  
}
/*This just stops me getting horizontal scrolling if anything overflows the width*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


body {
  margin-left: 0em;
  margin-right: 0em;
  padding: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 25px;
}

  /*#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  rgb(0,0,0,0.9);
    z-index: 1;
    justify-content: center;
    align-items: center;
}


#popup {
    padding: 20px;
    max-width: 80%;
    text-align: center;
    position: relative;
}

#close {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #ffffff;
    z-index: 2;
}

#close:hover {
    color: rgb(228,59,56);;
  }*/

  #text{
    color: rgb(0, 0, 0);
    font-size: 55px;
  }


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: none;
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 80px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
  }
  
  .scroll-to-top a {
    text-decoration: none;
    color: #fff;
    display: block;
  }


  .navbar {
    /*position: fixed;*/
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 4em;
    padding-right: 4em;
    padding-top: 1em;
    z-index: 100;
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 5em;
  
  }
  .nav-left, .nav-right {
    flex: 1;
    transition: color 0.6s; /* Fügt eine sanfte Übergangsanimation hinzu */
    text-decoration: none;
    color: black;
    font-size: 25px;
  }
  .nav-right{
    text-align: right;
    line-height: 1;
    font-size: 25px;
    float: right;
  }
  .nav-right:hover {
    color: rgb(237,113,134); /* Ändert die Textfarbe auf Rot beim Hover */
  }
  
  .nav-left:hover {
    color: rgb(44,165,122); /* Ändert die Textfarbe auf Blau beim Hover */
  }
  
  @keyframes rotate {
    0% {
        transform: rotate(0deg); /* Start ohne Drehung */
    }
    100% {
        transform: rotate(360deg); /* Endpunkt: volle Umdrehung */
    }
  }
  
  .nav-center {
    max-width: 100px;
    height: auto;
  }
  
  .nav-center:hover {
    animation: rotate 2s linear; /* Starte die Animation bei Hover */
  }
  
  .nav-center:not(:hover) {
    transform: rotate(360deg); /* Behalte die letzte Drehposition bei, wenn nicht gehovert wird */
  }

.text-container {
    font-size: 15px;
    text-align: left;
    margin-bottom: -40px;
    text-decoration: none;
  }

  .text-work{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

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

.video-container {
    position: relative;
}

.hidden {
    display: none;
}

  .text-work-einzug{
    margin-right: 0em;
    margin-left: 5.3em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 1.2em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-briefmarke{
    margin-right: 0em;
    margin-left: 1.2em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-container {
    padding-top: 0em;
    padding-bottom: 0%;
    margin-bottom: 2em;
    margin-top: 0em;
    line-height: 1.2;
    text-decoration: none;
  }
  
  .was{
    color: rgb(118, 118, 118);
    margin-bottom: 4em;
    margin-top: 0px;
    font-size: 0.85em;
    margin-right: 0em;
    margin-left: 0em;
    text-align: left;
  }
  .title{
    margin-top: 0px;
    font-size: 2em;
    margin-left: 0em;
    margin-bottom: 1.5em;
    text-align: center;
    font-weight: 700;
  }
  
  .text{
    margin-top: 0;
    font-size: 0.85em;
    margin-right: 10.1em;
    margin-left: 10.4em;
    text-align: left;
  }

  .text-about{
    margin-top: 0;
    font-size: 1.5em;
    margin-right: 0em;
    margin-left: 0em;
    text-align: left;
    text-decoration-color: black;
    color: black;
    text-underline-offset: 6px;
  }

/*.split-container {
    z-index: 1;
    margin-top: 0px; /* Adjust this margin-top to make space for the fixed navigation */
    /*display: flex;
    flex-direction: column;
    height: 100vh;
}*/

.split-container {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    height: 100vh+10px;
    margin-right: 2em;
    margin-left: 2em;
}

.split-left, .split-right, .split-middle{
    flex: 1;
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    text-align: center;
}


.image-container img {
    border: 0px solid rgb(255, 255, 255);
    padding: 5%;
    max-width: 100%;
    height: auto;
}

.weltformat img{
  border: 0px solid black;
  padding: 0%;
  max-width: 100%;
  height: auto;
}
.weltformat-port img{
  border: 0px solid black;
  padding: 0%;
  max-width: 100%;
  height: auto;
  
}
.weltformat video{
  border: 0px solid black;
  padding: 0%;
  max-width: 100%;
  height: auto;
}

button{
    background-color: transparent;
    border: none;
}

/*.fish video{
    border: 0px;
    max-width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent
}*/
@media screen and (max-width: 2560px) {
  .text-work-einzug, .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 8.8em;
    margin-top: 0em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-briefmarke{
    margin-right: 0em;
    margin-left: 2.5em;
    margin-top: -2em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
    
  }
  .weltformat-port{
    margin-left: 10em;
  }
  .text-about{
    margin-right: 10em;
  }
  
}

@media screen and (max-width: 1800px) {
  .text-work-einzug, .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 5.9em;
    margin-top: 0em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-briefmarke{
    margin-right: 0em;
    margin-left: 1.5em;
    margin-top: -2em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
    
  }
  .weltformat-port{
    margin-left: 5em;
  }
  .text-about{
    margin-right: 5em;
  }
  
}
@media screen and (max-width: 1650px) 
  {
    #text{
      color: rgb(0, 0, 0);
      font-size: 55px;
    }
    
  
  .scroll-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: none;
      color: #fff;
      font-size: 20px;
      width: 60px;
      height: 80px;
      text-align: center;
      line-height: 40px;
      border-radius: 50%;
    }
    
    .scroll-to-top a {
      text-decoration: none;
      color: #fff;
      display: block;
    }
  
  
    .navbar {
      /*position: fixed;*/
      color: black;
      display: flex;
      align-items: center;
      justify-content: space-between;
      top: 0;
      left: 0;
      right: 0;
      padding-left: 4em;
      padding-right: 4em;
      padding-top: 1em;
      z-index: 100;
      margin-top: 0;
      font-size: 25px;
      margin-bottom: 5em;
    
    }
    .nav-left, .nav-right {
      flex: 1;
      transition: color 0.6s; /* Fügt eine sanfte Übergangsanimation hinzu */
      text-decoration: none;
      color: black;
      font-size: 25px;
    }
    .nav-right{
      text-align: right;
      line-height: 1;
      font-size: 25px;
      float: right;
    }
    .nav-right:hover {
      color: rgb(237,113,134); /* Ändert die Textfarbe auf Rot beim Hover */
    }
    
    .nav-left:hover {
      color: rgb(44,165,122); /* Ändert die Textfarbe auf Blau beim Hover */
    }
    
    @keyframes rotate {
      0% {
          transform: rotate(0deg); /* Start ohne Drehung */
      }
      100% {
          transform: rotate(360deg); /* Endpunkt: volle Umdrehung */
      }
    }
    
    .nav-center {
      max-width: 100px;
      height: auto;
    }
    
    .nav-center:hover {
      animation: rotate 2s linear; /* Starte die Animation bei Hover */
    }
    
    .nav-center:not(:hover) {
      transform: rotate(360deg); /* Behalte die letzte Drehposition bei, wenn nicht gehovert wird */
    }
  
  .text-container {
      font-size: 15px;
      text-align: left;
      margin-bottom: -40px;
      text-decoration: none;
    }
  
    .text-work{
      margin-right: 0em;
      margin-left: 0em;
      margin-top: 0em;
      padding-right: 0em;
      font-size: 0.8em;
      font-weight: 400;
      text-align: left;
      color: black;
    }
  
    .loader {
      border: 5px solid #f3f3f3;
      border-top: 5px solid #000000;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: spin 2s linear infinite;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 999;
  }
  
  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }
  
  .video-container {
      position: relative;
  }
  
  .hidden {
      display: none;
  }
  
    .text-work-einzug{
      margin-right: 0em;
      margin-left: 5.3em;
      margin-top: 0em;
      padding-right: 0em;
      font-size: 0.8em;
      font-weight: 400;
      text-align: left;
      color: black;
    }
  
    .text-work-einzug-weltformat{
      margin-right: 0em;
      margin-left: 1.2em;
      margin-top: 0em;
      padding-right: 0em;
      font-size: 0.8em;
      font-weight: 400;
      text-align: left;
      color: black;
    }
  
    .text-work-einzug-briefmarke{
      margin-right: 0em;
      margin-left: 1.2em;
      margin-top: 0em;
      padding-right: 0em;
      font-size: 0.8em;
      font-weight: 400;
      text-align: left;
      color: black;
    }
  
    .text-container {
      padding-top: 0em;
      padding-bottom: 0%;
      margin-bottom: 2em;
      margin-top: 0em;
      line-height: 1.2;
      text-decoration: none;
    }
    
    .was{
      color: rgb(118, 118, 118);
      margin-bottom: 4em;
      margin-top: 0px;
      font-size: 0.85em;
      margin-right: 0em;
      margin-left: 0em;
      text-align: left;
    }
    .title{
      margin-top: 0px;
      font-size: 2em;
      margin-left: 0em;
      margin-bottom: 1.5em;
      text-align: center;
      font-weight: 700;
    }
    
    .text{
      margin-top: 0;
      font-size: 0.85em;
      margin-right: 10.1em;
      margin-left: 10.4em;
      text-align: left;
    }
  
    .text-about{
      margin-top: 0;
      font-size: 1.5em;
      margin-right: 0em;
      margin-left: 0em;
      text-align: left;
      text-decoration-color: black;
      color: black;
      text-underline-offset: 6px;
    }
  
  /*.split-container {
      z-index: 1;
      margin-top: 0px; /* Adjust this margin-top to make space for the fixed navigation */
      /*display: flex;
      flex-direction: column;
      height: 100vh;
  }*/
  
  .split-container {
      margin-top: 0px;
      display: flex;
      flex-direction: column;
      height: 100vh+10px;
      margin-right: 2em;
      margin-left: 2em;
  }
  
  .split-left, .split-right, .split-middle{
      flex: 1;
      padding-top: 1em;
      padding-left: 1em;
      padding-right: 1em;
      padding-bottom: 0;
      text-align: center;
  }
  
  
  .image-container img {
      border: 0px solid rgb(255, 255, 255);
      padding: 5%;
      max-width: 100%;
      height: auto;
  }
  
  .weltformat .weltformat-port img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
  }
  .weltformat video{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
  }
  .weltformat-port{
    border: 0px solid black;
    padding: 0%;
    width: 100%;
    height: auto;
  }
  button{
      background-color: transparent;
      border: none;
  }
  }
@media screen and (max-width: 1400px) {
  .navbar {
    margin-left: 3em;
    margin-right: 3em;
    padding-left: 0em;
    padding-right: 0em;
    
  }
  
  .nav-left{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 2em;
    
  }
  .nav-right{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }

  
  .container{
    margin-left: 4em;
    margin-right: 4em;
    
    margin-bottom: 0em;
  }

  .weltformat img{
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .hochformat img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .hochformateinseitig img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .hochformat video{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .text-container{
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 0em;
    margin-top: 0em;
    padding-right: 0em;
  }

  .text{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    padding-right: 0em;
    font-weight: 400;
  }

  .was{
    margin-left: 0em;
    margin-left: 0em;
    font-size: 0.75em;
  }

  .title{
    margin-left: 0em;
    margin-left: 0em;
    margin-bottom: 1em;
    text-align: center;
  }
  .text-work-einzug, .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 4.2em;
    margin-top: 0em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-briefmarke{
    margin-right: 0em;
    margin-left: 0.8em;
    margin-top: -2em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
    
  }
}
@media screen and (max-width: 1200px) {
  .navbar {
    margin-left: 3em;
    margin-right: 3em;
    padding-left: 0em;
    padding-right: 0em;
    
  }
  .nav-left{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 2em;
    
  }
  .nav-right{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
  }

  
  .container{
    margin-left: 4em;
    margin-right: 4em;
    
    margin-bottom: 0em;
  }

  .weltformat img{
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .hochformat img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .hochformateinseitig img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .hochformat video{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .text-container{
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 0em;
    margin-top: 0em;
    padding-right: 0em;
  }

  .text{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.75em;
    font-weight: 400;
  }

  .was{
    margin-left: 0em;
    margin-left: 0em;
    font-size: 0.75em;
  }

  .title{
    margin-left: 0em;
    margin-left: 0em;
    margin-bottom: 1em;
    font-size: 1.5em;
    text-align: center;
  }
  .text-work-einzug, .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 3.5em;
    margin-top: 0em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-briefmarke{
    margin-right: 0em;
    margin-left: 0.8em;
    margin-top: -2em;
    padding-right: 0em;
    font-weight: 400;
    text-align: left;
    color: black;
    
  }
  .text-about{
    margin-top: 0;
    font-size: 1.5em;
    margin-right: 0em;
    margin-left: 0em;
    text-align: left;
    text-decoration-color: black;
    color: black;
  }
}
@media screen and (max-width: 992px) {
  .navbar {
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 0em;
    padding-right: 0em;
    margin-bottom: 2em;
  }
  .nav-left{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 2em;
    font-size: 0.8em;
  }
  .nav-right{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
    font-size: 0.8em;
  }

  .nav-center{
    width: 70px;
  }
  .container{
    margin-left: 4em;
    margin-right: 4em;
    margin-top: 0em;
    margin-bottom: 0em;
  }

  .weltformat img{
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .hochformat img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .hochformateinseitig img{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .hochformat video{
    border: 0px solid black;
    padding: 0%;
    max-width: 100%;
    height: auto;
    padding-left: 0em; padding-right: 0em;
  }

  .text-container{
    margin-left: 3em;
    margin-right: 3em;
    margin-bottom: 0em;
    margin-top: 0em;
    padding-right: 0em;
  }

  .text{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.75em;
    font-weight: 400;
  }

  .was{
    margin-left: 0em;
    margin-left: 0em;
    font-size: 0.75em;
  }

  .title{
    margin-left: 0em;
    margin-left: 0em;
    margin-bottom: 1em;
    font-size: 1.5em;
    text-align: center;
  }
  .text-work-einzug, .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 2.8em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }

  .text-work-einzug-briefmarke{
    margin-right: 0em;
    margin-left: 0.8em;
    margin-top: -2em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }
}

@media (min-width: 768px) {
    .split-container {
        flex-direction: row;
    }
    .split-left, .split-right{
        flex: 1;
        padding: 1.5em;
        margin-bottom: 1em; 
    }

}

@media (max-width: 768px) {
  
  .navbar {
    margin-left: 1em;
    margin-right: 1em;
    padding-left: 0em;
    padding-right: 0em;
    margin-bottom: 1em;
  }
  .nav-left{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 1em;
    font-size: 0.8em;
  }
  .nav-right{
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 0em;
    padding-right: 0em;
    font-size: 0.8em;
  }

  .nav-center{
    width: 50px;
  }
  
  .split-container{
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .split-left, .split-right{
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}

  .weltformat img{
    margin-top: 0em;
    margin-bottom: 0em;
    width: 100%;
  }

  .weltformat video{
    margin-top: 0em;
    margin-bottom: 0em;
    width: 100%;
  }

  .text-container{
    margin-left: 0em;
    margin-right: 0em;
    margin-bottom: 0em;
    margin-top: 0em;
    padding-right: 0em;
  }

  .text-about{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 1.2em;
    font-weight: 400;
  }

  .text-work-einzug, .text-work-einzug-weltformat{
    margin-right: 0em;
    margin-left: 0em;
    margin-top: 0em;
    padding-right: 0em;
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    color: black;
  }


  .was{
    margin-left: 0em;
    margin-left: 0em;
    font-size: 0.65em;
  }

  .title{
    margin-left: 0em;
    margin-left: 0em;
    margin-bottom: 1em;
    font-size: 2em;
    text-align: left;
  }
}



 
 