body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto Mono', monospace;
}

#header-row {
    display: flex;
    overflow-x: auto;
}

#content-rows {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    width: 90%;
    margin-left: 10%;
}

.content-row {
    display: flex;
    overflow-x: auto;
    align-items: center; /* Zentriert den Inhalt vertikal */
}

.content-row p {
    text-align: left;
    margin-right: 10px; /* Fügt einen Abstand zwischen dem Text und dem Button hinzu */
}

#fixed-column {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 10%;
    width: 10%;
    border-right: 1px solid gray;
   /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#fixed-column p {
    margin: 0;
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
}

.content-column {
    flex: 1;
    padding: 1%;
    text-align: center;
    /* overflow: hidden; */
}

.empty-column {
    flex: 1;
}

.content-column img,
.wide-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.wide-image {
    flex: 3;
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wide-image {
    padding-right: 1% !important;
  }
}

.content-row {
    display: flex;
    overflow-x: auto;
    align-items: flex-start; /* Änderung: Zentriert den Inhalt vertikal und platziert ihn am oberen Rand */
}

.Profil_name {
    display: flex;
    align-items: flex-start; /* Platziert den Text und den Button am oberen Rand des Containers */
    justify-content: flex-start;
    flex: 2; /* Nimmt den verbleibenden Platz ein */
}

.Profil_name p {
    text-align: left;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
}

.Travel_Media_Profile {
    font-weight: bold;
}

.rounded-button {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    padding: 0.5% 1%;
    border: none;
    border-radius: 30px;
    background-color: #7a7d82;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 0;
}

.rounded-button:hover {
    background-color: #43434E;
    text-decoration: none;
    color: #fff;
}

.content-row.double-width .content-column {
    flex: 2; /* Änderung: Dieses Element nimmt jetzt den doppelten Platz ein */
}

.content-column {
    position: relative;
}
  
.hundred {
    position: absolute;
    bottom: -40%; /* Hier kannst du den Wert anpassen, um das Element weiter nach unten zu verschieben */
    font-weight: bold;
}

.Kunden_Zahl {
    position: absolute;
    bottom: -40%; /* Hier kannst du den Wert anpassen, um das Element weiter nach unten zu verschieben */
    margin-left: 50.8%;
    font-weight: bold;
 }
  
.reisen-text {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    position: absolute;
    margin-left: 10%;
    bottom: -40%;
}

.reisen-text2 {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    position: absolute;
    margin-left: 59%;
    bottom: -40%;
}

.Impressum {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
        position: absolute;
        margin-left: 0%;
        bottom: -130%;
}

.Impressum2 {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    position: absolute;
    margin-left: 0%;
    bottom: -170%;
}

.Impressum3 {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    position: absolute;
    margin-left: 0%;
    bottom: -213%;
}

.Impressum4 {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    position: absolute;
    margin-left: 0%;
    bottom: -253%;
}

.Impressum5 {
    font-size: clamp(0.125rem, 0.003rem + 0.976vw, 5rem);
    position: absolute;
    margin-left: 0%;
    bottom: -294%;
}

.linkedin {
    margin-left: 30%;
}

.schreibe {
    margin-left: 13%;
}


.ProfilBild {
    margin-left: -5%;
}

.Logo {
    width: 95%;
    height: auto;
    top: 5%;
    position: absolute;
}


/* Neue Klasse für das Element ganz rechts */
.content-column.desktop-only {
  display: none; /* Standardmäßig auf allen Bildschirmgrößen ausblenden */
}

/* Media Query für Desktop-Geräte */
@media screen and (min-width: 768px) {
  .content-column.desktop-only {
      display: block; /* Auf Desktop-Geräten anzeigen */
  }
}


@media screen and (max-width: 768px) {
  .dark_mode_text {
    margin-left: -45% !important; /* Verschiebe den Text um 10% nach links */
    margin-bottom: 70px !important;
  }

  .switch-container {
    margin-left: -90%; /* Verschiebe den Schalter um 10% nach links */
  }
}

















  .Logo {
    width: 95%;
    height: auto;
    bottom: 82%;
    position: absolute;
  }
  
  .ProfilBild {
    margin-left: -5%;
  }
  
  /* Zusätzlicher Stil für den Dark Mode */
  body.dark-mode .Logo {
    content: url('bilder/Logo_weiß.png'); /* Ändern des Logos auf das weiße Logo im Dark Mode */
  }
  
  body.dark-mode .ProfilBild {
    content: url('bilder/Profilbild_weiß.png'); /* Ändern des Profilbilds auf das weiße Profilbild im Dark Mode */
  }

  
  
  /* Stil für den Dark Mode Schalter */
  .switch-container {
    position: relative; /* Damit die Positionierung des Schalters relativ zum Container ist */
    display: inline-block; /* Stellen Sie sicher, dass der Container nur den Schalter und den Text enthält */
  }
  

.switch-container {
    display: flex;
    align-items: center;
    margin-bottom: -400%;
  }
  
/* Das eigentliche Input-Feld ausblenden */
.ratio-switch {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* Der Stil des Schiebereglers */
  .slider {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    background-color: #ccc;
    border-radius: 34px;
    transition: background-color 0.3s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.3s;
  }
  
  /* Stiländerungen, wenn der Schieberegler aktiv ist */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  /* Dunkler Hintergrund für Dark Mode */
  body.dark-mode {
    background-color: #222;
    color: #fff;
  }
  
  /* Änderungen, wenn der Schieberegler aktiv ist */
  .ratio-switch:checked + .slider:before {
    transform: translateX(26px);
  }
  
  /* Verwendung von Pseudo-Klassen, um den Text zu ändern */
  .ratio-switch:checked + .slider:before {
    content: " ";
  }
  
  /* Optionale Stiländerung für den Text */
  p {
    margin-left: 10px;
    font-size: 16px;
    color: #555;
  }





  .dark_mode_text {
    position: absolute;
    z-index: 2;
    margin: 350% 0 0; /* Setzen Sie den gewünschten Abstand zum Schalter */
  }


  body.dark-mode p{
    background-color: #222;
    color: #fff;
  }









  @media screen and (min-width: 769px) and (max-width:1025){
    .dark_mode_text {
      margin-left: -45% !important; /* Verschiebe den Text um 10% nach links */
      margin-bottom: 100px !important;
    }
  }


  @media screen and (max-width: 768px) {
    .Logo {
      margin-left: -90% !important; /* Verschiebe den Text um 10% nach links */
    }
  }
















  footer {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
    border-top: 1px solid transparent;
  }
  

  footer .fixed-column {
    border-right: none; /* Entfernt den vertikalen Strich */
  }

  footer a {
    text-decoration: underline; /* Unterstrich als Textdekoration */
    color: inherit;
  }

  footer a:hover {
    text-decoration: none; /* Entfernt die Textdekoration bei Hover */
  }

  .copyright {
    margin-top: 10px; /* Fügt oberen Abstand zum Impressum-Link hinzu */
  }

  /* Media Query für mobile Bildschirme */
  @media screen and (max-width: 768px) {
    footer .col-12 {
      flex-direction: column; /* Ändert die Richtung auf Spalten */
      align-items: center; /* Zentriert den Inhalt horizontal */
    }

    footer .col-12 a {
      margin-bottom: 10px; /* Fügt Abstand unter den Impressum-Link hinzu */
    }
  }

  @media screen and (max-width: 768px) {
    .copyright {
      font-size: calc(16px - 3pt);
    }
  }







/* Import der Schriftarten im HTML-Dokument */
/* <link href="https://fonts.googleapis.com/css?family=Roboto:300,500" rel="stylesheet"> */

/* Globale Stile für den Viewer */
.viewer {
  box-sizing: border-box;
  color: #b9bcbd;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.5;
}

.viewer *,
.viewer *:before,
.viewer *:after {
  box-sizing: inherit;
}

.viewer {
  background-color: #191e20;
  padding: 2.1875em;
}

.viewer p {
  font-size: 87.5%;
  font-weight: 300;
  margin-bottom: 1.375em;
}

/* Stile für .photo-card und seine Unterelemente */
.photo-card {
  background-color: #2d3638;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.photo-background {
  background: url('../bilder/kirche_nacht_klein.jpg');
  background-position: center;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 250px;
}

.photo-details {
  padding: 2.1875em 5%;
  width: 90%;
  height: 90%;
}

.photo-details h1,
.photo-details h4 {
  color: #fff;
  font-weight: 500;
  margin: 0;
}

.photo-details h1 {
  font-size: 125%;
  line-height: 1;
  margin-bottom: 0.35em;
}

.photo-details h4 {
  font-size: 62.5%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.photo-author {
  color: #b9bcbd;
  display: block;
  font-size: 62.5%;
  text-transform: uppercase;
}

.photo-author a {
  color: #e37544;
}

.photo-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.375em;
}

.photo-meta .equipment,
.photo-meta .resolution {
  width: 90%;
  height: 90%;
}

.photo-meta ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 87.5%;
}

.photo-tags ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 87.5%;
  margin-top: 0.35em;
  text-transform: lowercase;
}

.photo-tags li {
  margin: 0 0.35em 0.35em 0;
}

.photo-tags a {
  background-color: rgb(122,125,130);
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 0.3125em 1.25em;
  text-decoration: none;
  transition: color 0.3s ease;
}

.photo-tags a:hover,
.photo-tags a:focus {
  color: #e37544;
}

/* Stile für den Viewer */
.viewer {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90vw; /* Anpassung der Breite auf 90% der Bildschirmbreite */
  height: 75vh; /* Anpassung der Höhe auf 75% der Bildschirmhöhe */
  max-width: 700px; /* Maximale Breite für den Viewer */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  z-index: 9999;
  overflow-y: auto; /* Aktivierung des vertikalen Bildlaufs */
}

.viewer-content {
  padding: 20px;
}

.viewer-image {
  max-width: 100%;
  height: auto;
}


@media screen and (max-width:1200px) {
.photo-card {
  height: 150% !important;
  }
}

@media screen and (min-width:1201px) {
  .photo-card {
    height: 100% !important;
    }
  }
























  .photo-background2 {
    background: url('../bilder/kirche_tag_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background3 {
    background: url('../bilder/mysterious bird_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background4 {
    background: url('../bilder/Reh_im_schnee_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background5 {
    background: url('../bilder/Vogel_guckt_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background6 {
    background: url('../bilder/spinne-vorschau.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background7 {
    background: url('../bilder/vogel_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background8 {
    background: url('../bilder/reh_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background9 {
    background: url('../bilder/kuh_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background10 {
    background: url('../bilder/_MG_7977_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background11 {
    background: url('../bilder/_MG_7341_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background12 {
    background: url('../bilder/IMG_7240_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background13 {
    background: url('../bilder/IMG_1809_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background14 {
    background: url('../bilder/IMG_1451.JPEG');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background15 {
    background: url('../bilder/mond.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background16 {
    background: url('../bilder/IMG_7607_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background17 {
    background: url('../bilder/IMG_7485_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background18 {
    background: url('../bilder/78cc4ba3-28b4-409f-9687-db35da3e36a8 (1).jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background19 {
    background: url('../bilder/IMG_1687.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background20 {
    background: url('../bilder/IMG_1808_jpg.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background21 {
    background: url('../bilder/IMG_7653_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background22 {
    background: url('../bilder/versace_eros_klein.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }


  .photo-background23 {
    background: url('../bilder/dart.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }

  .photo-background24 {
    background: url('../bilder/squirrel.jpg');
    background-position: center;
    background-size: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 250px;
  }













  * {
    margin: 0px;
    padding: 0px;
  }
  
  .body-login {
    background-color: #eee;
  }
  
  #wrapper {
    width: 25vw;
    height: 50%;
    overflow: hidden;
    border: 0px solid #000;
    margin: 50px auto;
    padding: 10px;
  }
  
  .body-login .main-content {
    width: 80vw;
    height: 40%;
    margin: 10px auto;
    background-color: #fff;
    border: 2px solid #e6e6e6;
    padding: 40px 50px;
  }
  
  .body-login .header {
    border: 0px solid #000;
    margin-bottom: 5px;
  }
  
  .loginheader img {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    position: fixed;
  }
  
  .input-1,
  .input-2 {
    width: 100%;
    margin-bottom: 5px;
    padding: 8px 12px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius: 3px;
  }
  
  .overlap-text {
    position: relative;
  }
  
  .overlap-text a {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #003569;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Overpass Mono', monospace;
    letter-spacing: -1px;
  }
  
  .body-login .btn {
    width: 100%;
    background-color: #3897f0;
    border: 1px solid #3897f0;
    padding: 5px 12px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
  }
  
  .body-login .sub-content {
    width: 250px;
    height: 40%;
    margin: 10px auto;
    border: 1px solid #e6e6e6;
    padding: 20px 50px;
    background-color: #fff;
  }
  
  .s-part {
    text-align: center;
    font-family: 'Overpass Mono', monospace;
    word-spacing: -3px;
    letter-spacing: -2px;
    font-weight: normal;
  }
  
  .s-part a {
    text-decoration: none;
    cursor: pointer;
    color: #3897f0;
    font-family: 'Overpass Mono', monospace;
    word-spacing: -3px;
    letter-spacing: -2px;
    font-weight: normal;
  }
  
  input:focus {
      background-color: yellow;
  }
  
  
  
  
  
  
  
  
  
  
  
  /* youtube link */
  .youtube{
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 160px;
    text-align: center;
    padding: 15px 10px;
    background: #bb0000;
    border-radius: 5px;
  }
  
  .youtube a{
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
  }