@charset "UTF-8";

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,

body {
  height: 100%;
  overflow-x: hidden;

}


body {

  padding: 0px;
  margin: 0px;
  font-size: 20px;
  /* min-height: 200vh; */

  font-family: "Lato", sans-serif;
}

p {
  margin: 0;
}

/* die Zeilen beschreiben den langsamen zoom out effekt des Bildes im ersten Abschnitt
*/

@keyframes breath {
  0% {
    background-size: 107% auto;
  }

  50% {
    background-size: 103% auto;
  }

  100% {
    background-size: 100% auto;
  }
}


.beloved {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #3114c1;
}

.music2 {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #3114c1;
}
.music {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #c33333;

}


/*------------ start menu ----------------------------------------*/

:root {
  --bar-width: 40px;
  --bar-height: 7px;
  --hamburger-gap: 5px;
  --foreground: #ffeddf;
  ;
  --foreground-transparent: #a59c7d44;
  --background: #ffeddf;
  --hamburger-margin: 30px;
  --animation-timing: 900ms ease-in-out;
  --hamburger-height: calc(var(--bar-height) * 3 + var(--hamburger-gap) * 2);
}


.hamburger-menu {
  --x-width: calc(var(--hamburger-height) * 1.41421356237);
  /* float: right; */
  display: flex;
  flex-direction: column;
  gap: var(--hamburger-gap);
  width: max-content;
  position: absolute;
  top: var(--hamburger-margin);
  right: var(--hamburger-margin);
  /* left:var(--hamburger-margin); */
  z-index: 2;
  cursor: pointer;
}

.hamburger-menu:has(input:checked) {
  --foreground: #ffeddf;
  ;
  --background: #2a6ed4;
}

.hamburger-menu:has(input:focus-visible)::before,
.hamburger-menu:has(input:focus-visible)::after,
.hamburger-menu input:focus-visible {
  border: 1px solid var(--background);
  box-shadow: 0 0 0 1px var(--foreground);

}


.hamburger-menu::before,
.hamburger-menu::after,
.hamburger-menu input {
  content: "";
  width: var(--bar-width);
  height: var(--bar-height);
  background-color: var(--foreground);
  border-radius: 9999px;
  transform-origin: left center;
  transition: opacity var(--animation-timing), width var(--animation-timing), rotate var(--animation-timing), translate var(--animation-timing), background-color var(--animation-timing);
}

.hamburger-menu input {
  appearance: none;
  padding: 0;
  margin: 0;
  outline: none;
  pointer-events: none;
}

.hamburger-menu:has(input:checked)::before {
  rotate: 45deg;
  width: var(--x-width);
  translate: 0 calc(var(--bar-height) / -2);
}

.hamburger-menu:has(input:checked)::after {
  rotate: -45deg;
  width: var(--x-width);
  translate: 0 calc(var(--bar-height) / 2);
}


.hamburger-menu input:checked {

  /* background: red;  */
  opacity: 0;
  width: 0;
}

/* .sidebar {
  

 
  transition: translate var(--animation-timing);
  translate: -100%;
  padding: 0.5rem 3rem;

   padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem);
  background-color: var(--foreground-transparent);
  color: var(--background);
  max-width: 10rem;
  min-height: 20vh; 
}  */
.sidebar {
  position: absolute;
  transition: var(--animation-timing);
  translate: 120%;
  padding: 0.5rem 3rem;
  /* padding-top: calc(var(--hamburger-height) + var(--hamburger-margin) + 1rem); */
  background-color: var(--foreground-transparent);
  color: var(--background);
  max-width: 18rem;
  min-height: 20vh;
  right: 16px;
  float: right;
  z-index: 1;

}

.sidebar:hover {
  background-color: rgba(238, 238, 238, 0.217);
  transition: var(--animation-timing);
}

.sidebar p {
  background-color: #2a6ed4;
  color: blue;
  text-decoration: none;
}

.sidebar a {
  color: #e3e3e3e7;
  padding: 8px 6px;
  text-decoration: none;
  display: block;
}

.hamburger-menu:has(input:checked)+.sidebar {
  translate: 0;
}

/* ende Menu 4 */


ul {
  list-style-type: none;
}


.zoomeffect {
  transition: transform 1.8s;
  width: 200px;
  height: 200px;
  margin: 10px;
}

.zoomeffect:hover,
.zoomeffect:focus {
  -ms-transform: scale(1.2);
  /* IE*/
  -webkit-transform: scle(1.2);
  /*safari*/
  transform: scale(1.2);
}


/* Popup-Container */
.popup {
  display: none; /* Versteckt das Popup standardmäßig */
  position: fixed; /* Fixiert das Popup über der Seite */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 1000; /* Stellt sicher, dass das Popup über anderen Elementen liegt */
}

/* Schließen-Button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}


/* Anpassung für querformat-Ansicht */
@media screen and (orientation: landscape) {
  figure  {
    position: relative;
    transition: transform 1.8s;
    display: inline-block;
    border: #333;
  }
  figure video {
    border: none;
  }
}




/* Anpassung für querformat-Ansicht */
@media screen and (orientation: landscape) {
figcaption {
  position: relative;
  bottom: 10px;
  left: 0;
  right: 0;
  /* transition: transform 1.2s; */
  text-align: center;
  /* color: #ede5de; */
  /* color: #edb887; */
    color: #7a7c79;
  /* font-size: clamp(1.1vw,1.2vw,1.1vw); */
  font-size: clamp(1rem, 1.5vw, 1.4rem);
}
}

/* Anpassung für längsformat-Ansicht */
@media screen and (orientation: portrait) {
  figure  {
    position: relative;
    /* transition: transform 1.8s; */
    display: inline-block;
    border: #333;
  }
  figure video {
    border: none;
  }
}



/* Anpassung für längsformat-Ansicht */
@media screen and (orientation: portrait) {
figcaption {
  position: relative;
  bottom: 10px;
  left: 0;
  right: 0;
  /* transition: transform 1.2s; */
  text-align: center;
  /* color: #ede5de; */
  /* color: #edb887; */
    color: #7a7c79;
  font-size: 4.0vw;
}
}


/*
figure video {
  width: 100%;
  height: auto;
}
  */

video {
  transition: transform 1.8s;
  width: 150px;
  height: 250px;
  margin: 10px;
  transform-origin: bottom;
  border: 2px solid #32313178;
  border-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: -2px;
  padding-right: -2px;
  cursor: pointer; /* Zeigt an, dass das Video anklickbar ist */
  /* margin: 10px;  */
}

video:hover,
video:focus {
  -ms-transform: scale(1.6);
  /* IE*/
  -webkit-transform: scale(1.6);
  /*safari*/
  transform: scale(1.6);
}



img {
  transition: transform 1.8s;
  width: 250px;
  height: 250px;
  margin: 10px;
  transform-origin: bottom;
  border: 2px solid #32313178;
  border-radius: 2px;
  padding: 2px;
}

img:hover,
img:focus {
  -ms-transform: scale(1.2);
  /* IE*/
  -webkit-transform: scle(1.2);
  /*safari*/
  transform: scale(1.2);
}
.social-icon {
  width: 50px;
  height: 50px;
  border: none; /* Entfernt den Rahmen */
  padding: 0; /* Entfernt das Padding */
}



/* Container für Musik-Links */
.music-links {
  text-align: center; /* Zentriert die Überschrift und die Liste */
  width: 100%; /* Breite auf 100% setzen, um die Elemente darunter zu zwingen */
  order: 1; /* Platziert die Musik-Links über dem Bild und Text */
}


.music-links h2 {
  color: #ffeddf; /* Farbe der Überschrift */
  margin-bottom: 0px; /* Abstand unter der Überschrift */
}

.music-links ul {
  list-style-type: none; /* Entfernt die Listensymbole */
  padding: 0; /* Entfernt den Standardabstand */
}

.music-links li {
  display: inline; /* Stellt die Links nebeneinander dar */
  margin-right: 20px; /* Abstand zwischen den Links */
}

.music-links a {
  color: #7a7c79; /* Farbe der Links */
  text-decoration: none; /* Entfernt die Unterstreichung */
}

.music-links a:hover {
  text-decoration: none; /* Fügt eine Unterstreichung beim Hover hinzu */
}




/* Spezifische Stile für das Bio-Bild */
.bio-image {
  width: 100%;
  height: auto;
  margin: 0;
   border: none;
  border-radius: 0;
  padding: 0;
  transition: none;
}

.bio-image:hover,
.bio-image:focus {
  transform: none;
}
audio {
  height: 30px;
  width: 120px;
  vertical-align: baseline;
  background-color: #2a6ed427;
  opacity: 0.3;
  margin: 0px;
  overflow: hidden;
  filter: sepia(100%) saturate(100%) grayscale(0) contrast(200%) hue-rotate(46deg) invert(12%);

}

audio::-webkit-media-controls-panel {
  background-color: #56adff29;

}


audio::-webkit-media-controls-play-button {
  background-color: #ffdd56;
  border-radius: 50%;
  opacity: 1;


}




/* 
https://blog.shahednasser.com/how-to-style-an-audio-element/
audio::-webkit-media-controls-panel
audio::-webkit-media-controls-mute-button
audio::-webkit-media-controls-play-button
audio::-webkit-media-controls-timeline-container
audio::-webkit-media-controls-current-time-display
audio::-webkit-media-controls-time-remaining-display
audio::-webkit-media-controls-timeline
audio::-webkit-media-controls-volume-slider-container
audio::-webkit-media-controls-volume-slider
audio::-webkit-media-controls-seek-back-button
audio::-webkit-media-controls-seek-forward-button
audio::-webkit-media-controls-fullscreen-button
audio::-webkit-media-controls-rewind-button
audio::-webkit-media-controls-return-to-realtime-button
audio::-webkit-media-controls-toggle-closed-captions-button
 */



section {
  background-color: transparent;
}



section:nth-of-type(even) {
  background-color: transparent;
}

section:nth-of-type(odd) {
  background-color: transparent;
}

section:nth-of-type(1) {
  background-image: url('../img/Image01homeweb.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 100vh;
  color: #ffeddf;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Anpassung für querformat-Ansicht */
@media screen and (orientation: landscape) {
  section:nth-of-type(1) {
    animation: breath 10s linear 1;
    .social-links {
      display: flex;
      justify-content: flex-end;
      gap: 0px; /* Abstand zwischen den Symbolen */
      margin-right: 30px; /* Abstand zum rechten Rand */
    }
  }
}
@media screen and (orientation: portrait) {
  section:nth-of-type(1) {
  max-height: 99vh;
  }}

section:nth-of-type(1) .social-links {
  position: relative;
  /* top: 25%; */
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 1.2vw;
  background-repeat: no-repeat;
  margin-bottom: 20px; /* Optional: Abstand vom unteren Rand */
}

section:nth-of-type(1) .social-links a {
  margin: 0 10px;
  color: #ffeddf;
  text-decoration: none;
  transition: color 0.3s;
  /* font-size: 2.2vw; */
}

/* Anpassung für querformat-Ansicht */
@media screen and (orientation: landscape) {
  section:nth-of-type(1) .social-links a {
    font-size: 1.8vw; /* Passe die Größe nach Bedarf an */
  }
}
/* Anpassung für hochformat-Ansicht */
@media screen and (orientation: portrait) {
  section:nth-of-type(1) .social-links a {
    font-size: 6.0vw; /* Passe die Größe nach Bedarf an */
  }
}

 

section:nth-of-type(1) .social-links a:hover {
  color: #f7dbad;
}





section:nth-of-type(1) p.header {
  position: relative;
  font-size: 3.8vw;
  text-transform: uppercase;
  top: 4%;
  left: 0%;
  padding: 0rem 2rem;
  opacity: 1;
  transition: opacity 0.5s;
}

/* Anpassung für hochformat-Ansicht */
@media screen and (orientation: portrait) {
  section:nth-of-type(1) p.header {
    font-size: 6.0vw; 
    }
}


/* section:nth-of-type(1) p.intro {
  position: static;
  font-size: 2.0vw;
  text-transform: none;
   padding: 20rem 5rem;
  background-repeat: no-repeat;
}

section:nth-of-type(1) p.intro2 {
  position: static;
  font-size: 1.5vw;
  text-transform: lowercase;
  top: 50%;
  left: 0%;
  padding: 3rem 1rem;
} */

/* section:nth-of-type(1) p.cont {
  position: relative;
  font-size: 0.7vw;
    padding: 1rem 2rem;
} */

/* Section two beloved Header */
/* Titel beloved */
section:nth-of-type(2) p {
  padding: 1.8rem;
  font-size: 3.0rem;
  position: absolute;
  top: 50%;
  left: 30px;
  color: #ffeddf;
  transform: translateY(-50%);
}

section:nth-of-type(2) {
  height: 15vh;
  width: auto;
  background-color: #f7dbad;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgb(255, 255, 255);
}

/* Section three beloved content */
/* music sthe new beginning*/
section:nth-of-type(3) {
  background-color: #e6ceb6;
  min-height: 80vh;
  height: auto;
  width: auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}


/* Section four Music Header */
/* Titel music */
section:nth-of-type(4) p {
  padding: 1.8rem;
  font-size: 3.0rem;
  /* text-transform: lowercase; */
  position: absolute;
  top: 50%;
  left: 30px;
  color: #ffeddf;
  transform: translateY(-50%);
}
section:nth-of-type(4) {
  height: 15vh;
  width: auto;
  /* background-color: rgb(241, 201, 137); */
  background-color: #f7dbad;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgb(255, 255, 255);
}


/* Section five music */
section:nth-of-type(5) {
  /* background-color: #e9d3b0; */
  background-color: #e6ceb6;

  height: 80vh;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* background-size:contain;
    background-repeat:no-repeat;
    background-position:center; */
}

/* Anpassung für hochformat-Ansicht */
@media screen and (orientation: portrait) {
  section:nth-of-type(5) {
    height: auto;
  }
}

/* Section six Bio Header */
section:nth-of-type(6) p {
  padding: 1.8rem;
  font-size: 3.0rem;
  position: absolute;
  top: 50%;
  left: 30px;
  color: #ffeddf;
  transform: translateY(-50%);
}
section:nth-of-type(6) {
  height: 15vh;
  width: auto;
  /* background-color: rgb(241, 201, 137); */
  /* background-color: #fcd08b; */
  background-color: #f7dbad;
  /* background-color: white; */
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgb(255, 255, 255);
}




/* Section seven About Image and Text */
/* about*/
@media screen and (orientation: landscape) {
  section:nth-of-type(7) {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Platzierung der Elemente */
    height: 70vh;
    background-color: #e8d4b9;
    font-size: 1.0vw;
    padding: 1rem 2rem;
  }

  section:nth-of-type(7) .bio {
    padding: 1.8rem;
    font-size: clamp(1rem, 1.5vw, 2rem);
    max-width: 40%;
    color: #717171;
    overflow: auto;
    margin-left: 5rem;
    margin-right: 2rem;
   /* margin: 1rem, 2rem, 1rem, 1rem;  Rand oben, unten, links: 1rem, rechts: 2rem */
    order: 1;/* Text zuerst */
  }

  section:nth-of-type(7) .bio-image {
    max-height: 70vh;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    padding-right: 0; /* Sicherstellen, dass kein Padding rechts vorhanden ist */
    order: 2; 
  }
}

@media screen and (orientation: portrait) {
  section:nth-of-type(7) {
    height: auto;
    padding: 0;
    background-color: #e8d4b9;
    display: flex;
    flex-direction: column; /* Elemente untereinander anordnen */
  }

  section:nth-of-type(7) .bio-image {
    width: 100%;
    height: auto;
    order: 1; /* Bild zuerst */
  }

  section:nth-of-type(7) .bio {
    font-size: 1.5rem; /* Passe die Schriftgröße nach Bedarf an */
    color: #5b5a5a;
    text-align: left;
    padding: 1rem;
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
    order: 2; /* Text danach */
  }
}




/* Section nine Coaching Header*/
section:nth-of-type(8) {
  height: 15vh;
  width: auto;
  background-color: #f7dbad;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid rgb(255, 255, 255);
}
section:nth-of-type(8) p {
  padding: 1.8rem;
  font-size: 3.0rem;
  position: absolute;
  top: 50%;
  left: 30px;
  color: #ffeddf;
  transform: translateY(-50%);
}


/* Section nine Coaching */
section:nth-of-type(9) {
  background-color: #e6ceb6;
  min-height: 80vh;
  height: auto;
  width: auto;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section:nth-of-type(9) p {
  padding: 1.8rem;
  font-size: clamp(1rem, 1.5vw, 2rem);
  max-width: 60%;
  color: #717171;
  overflow:hidden;
  margin-left: 2rem;
  margin-right: 2rem;
 /* margin: 1rem, 2rem, 1rem, 1rem;  Rand oben, unten, links: 1rem, rechts: 2rem */
  order: 1;/* Text zuerst */
}

/* Section 10 contact*/
/* contact*/
section:nth-of-type(10) {
  display: flex;
  align-items: center;
  height: 100vh;
    background-color: #dec09c;
  background-image: url('../img/imgcontact.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;

  padding: 1rem 2rem;
}
@media screen and (orientation: portrait) {
  section:nth-of-type(10) {
  max-height: 90vh;
  }}


.contact-container {
  position: relative;
  height: 100vh; /* Höhe des Containers */
}

/* section:nth-of-type(11) .contact-links {
  position: absolute;
  bottom: 0;
  right: 0;
  width:auto;
  text-align: right;
  font-size: 1.8vw;
  background-repeat: no-repeat;
  margin-bottom: 20px; 
}

section:nth-of-type(11) .contact-links p {
  margin: 0 10px;
  color: #ffeddf;
  text-decoration: none;
  transition: color 0.3s;
} */

section:nth-of-type(10) .contact-links {
  position: absolute;
  bottom: 1rem; /* Abstand vom unteren Rand */
  width: auto;
  text-align: center; /* Zentrierter Text */
  font-size: 3.8vw;
  background-repeat: no-repeat;
  margin: 0 auto; /* Zentrierung */
  left: 0;
  right: 0;
}


@media screen and (orientation: portrait) {
  section:nth-of-type(10) .contact-links {
    bottom: 5rem; /* Abstand vom unteren Rand */

  }}



@media screen and (orientation: portrait) {
  section:nth-of-type(10) .contact-links {
    font-size: 5.8vw;
  }}

section:nth-of-type(10) .contact-links p {
  margin: 0 10px;
  color: #ffeddf;
  text-decoration: none;
  transition: color 0.3s;
}





