/*
background-color: #fdc32f;
 */

/* main  */
*,
*::before,
*::after {
  margin: 0;
  box-sizing: inherit;
}

html,
body {

  scroll-behavior: smooth;
  margin: 0;
  height: 100%;
 
}


/* Passwortschutz-Overlay */
#password-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;  /* Überschreibt alle anderen Elemente */
}

#password-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}

p {
  word-spacing: normal; /* oder ein kleinerer Wert als der aktuelle */
  word-break: normal;
  hyphens: auto;
  max-width: 600px; /* oder eine passende Breite */
  line-height: 1.5; /* verbessert die Lesbarkeit */
  text-align: left; /* oder center, wenn nötig */

}


html {
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  background-color: hsl(0, 100%, 100%);
}

.bold {
  font-family: 'Montserrat_Regular';
  font-weight: 700;
}

/* Main_attributes */


/* Header */
h1{
  font-family: "Avenir Next Condensed";
/*   font-size: 2.4rem;
 */
 font-size: 4rem;
  letter-spacing: 0.06rem;
  word-spacing: 0.1rem;
  font-weight: bold;
  color: #fdc32f;

}
h1 .square {
  display: inline-block;
  width: 10px; /* Breite des Quadrats */
  height: 10px; /* Höhe des Quadrats */
  background-color: #000; /* Schwarze Farbe */
  margin-left: 0.3rem; /* Abstand zwischen Text und Quadrat */
}



h2{
  font-family: "Avenir Next Condensed";
  font-size: 4rem;
  letter-spacing: 0.10rem;
  word-spacing: 0.1rem;
  font-weight: bold;
  color: #fdc32f;
  margin-left: 2rem;
  margin-bottom: 2rem;

}
h2 .square {
  display: inline-block;
  width: 10px; /* Breite des Quadrats */
  height: 10px; /* Höhe des Quadrats */
  background-color: #000; /* Schwarze Farbe */
  margin-left: 0.3rem; /* Abstand zwischen Text und Quadrat */
  
}



h3{
  font-family: "Avenir Next Condensed";
  letter-spacing: 0.06rem;
  word-spacing: 0.1rem;
  font-weight: bold;
  color: #fdc32f;

}
h3 .square {
  display: inline-block;
  width: 10px; /* Breite des Quadrats */
  height: 10px; /* Höhe des Quadrats */
  background-color: #000; /* Schwarze Farbe */
  margin-left: 0.3rem; /* Abstand zwischen Text und Quadrat */
}



.text {
  font-family: Montserrat_Thin;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.09rem;
  word-spacing: -0.21rem;
  text-align: justify;

  -ms-hyphens: auto; 
  -moz-hyphens: auto; 
  -webkit-hyphens: auto; 
  hyphens: auto;


}



/* Font */
@font-face {
  font-family: 'Montserrat_Thin';
  src:
    url('../font/Montserrat/Montserrat-Thin.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Thin.woff') format('woff'), url('../font/Montserrat/Montserrat-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat_Regular';
  src:
    url('../font/Montserrat/Montserrat-Regular.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Regular.woff') format('woff'), url('../font/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat_Black';
  src:
    url('../font/Montserrat/Montserrat-Black.woff2') format('woff2'), url('../font/Montserrat/Montserrat-Black.woff') format('woff'), url('../font/Montserrat/Montserrat-Black.ttf') format('truetype');
}



/* landing */
#landing {
  position: relative;
  height: 100vh;
  width: 100vw;
  transition: 0.2s;
}

#logo {
  transition: 0.5s;
  z-index: 2;
  position: fixed;
  top: 0;
  margin-top: 1.5rem;
  margin-left: 2rem;
}

#showreel_header{
  width: 100%;


margin-bottom: 2rem;
}

/* reel */


#reel_container {
  overflow: hidden;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  cursor: pointer;
border-radius: 3rem;

  left: 50%;
  transform: translate(-50%, -25%);
width: 70%;


}

#reel_container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}


.reel_video {

  /* sachen ins center setzten */

  position: absolute;
  right: 0;
  bottom: 0;
  width:  100%;
  z-index: -100;
 


}

#play_icon {
  width: 5rem;
  opacity: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}

#down_icon {
  width: 1.7rem;
  left: 46%;
  opacity: 100%;

  position: absolute;

  bottom: 10px;

}



#reel_overlay {
  z-index: 0;


}

/* burger */
#burger_icon {
  cursor: pointer;
  position: fixed;
  z-index: 3;
  top: 1.2rem;
  right: 1.5rem;
  width: 2.5rem;
}

#burger_menu {
  display: none;
  z-index: 1;
  position: fixed;
  background-color: #131313;
  opacity: 98%;
  width: 100vw;
  height: 100vh;
}

#burger_links {
  margin-top: 25vh;
  font-family: proxima-nova-extra-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  word-spacing: 0.1rem;
  display: flex;
  flex-direction: column;
  margin-left: 1.6rem;
  margin-right: auto;
}

.link {
  margin-top: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  color: #fdc32f;
  background-color: none;
}


.link:hover{
  transition-duration: 0.6s;
  color: #fff;
}


.burger_point {
  font-family: zeitung, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: white;
}



/* about me */
#about_me {
  display: flex;
  flex-direction: column;
 margin-left: 2rem;
 margin-right: 2rem;
}


#img_box_about_me {
  margin-top: 3rem;
  margin-bottom: 3rem;

}


#about_me_img {
  max-width: 20rem;
  border-radius: 1rem;

}


.text_block_about_me {
  max-width: 25rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;

  
}




.text_about_me {
  margin-top: 2rem;
  text-align: left;
}

#password_header{
margin-bottom: 1rem;

}

/* skill Icons */
#skills {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.icon_class {
max-width: 20rem;
}


.text_skills {
  max-width: 25rem;

  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
}





#illu {
 
  margin-bottom: 0rem;
  margin-left: 4rem;
}

#motion {
  margin-top: -1rem;

}

#cut {
  margin-top: 4rem;
  margin-left: 3rem;
  margin-bottom: -2rem;
}


/* filter */
/* Style the buttons, 
  kann später alles weg wenn die animationen fertig sind. */



#button_sort_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10rem;
  margin-bottom: 2rem;
  justify-content: center;
  max-width: 200rem;
}

.item {

  width: 11rem;

  margin-top: 1rem;
  background-color: white;
  color: white;
  border: none;
  cursor: pointer;

}


/* Portfolio_out */


#portfolio_burger_point{
  display: block;
  margin-left: auto;
  max-width: 20rem;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: -4rem;

}


.video_portfolio {
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 1rem;

}



.portfolio_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  flex-wrap: nowrap;
}


.filterDiv {

  margin-top: 2rem;
  margin-bottom: 2rem;
  object-fit: cover;
  flex-grow: inherit;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  cursor: pointer;
}




.overlay_text {
  position: absolute;
  color: whitesmoke;
  font-family: Montserrat_Regular;
  font-size: 1rem;
  max-width: 20rem;
  margin-top: 2rem;
  margin-bottom: 10rem;
  margin-left: 2.5rem;
  letter-spacing: 0.09rem;
  word-spacing: 0.1rem;
  text-align: left;
}

.overlay_text_light {
  color: #131313;
}

.show {
  display: block;
}


.portfolio_img{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;

}



/* schreib_mir */
#schreib_mir_header {
  margin-top: 5rem;
  margin-bottom: -3.5rem;
  text-align: center;
  
}

#img_logo {
  margin-top: 8rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 8rem;
  margin-bottom: 4rem;
}

#button_schreib_mir {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 13rem;
  background-color: white;
  border: none;
  cursor: pointer;
}

.delay_long {
  max-width: 20rem;
}







/* scond_page */




#pagecontent {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;


  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
  display: none;

}

.closePage {
  cursor: pointer;
}


#second_page_img {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 2rem;

  width: 8rem;

}


.showreel_vimeo{
  margin-left: -2rem;
}

.header_second_page {
  float: right;
  width: 25%;
  margin-right: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: right;
  font-family: Montserrat_regular;
  letter-spacing: 0.09rem;
  word-spacing: 0.1rem;
  font-weight: 0;
  margin-top: 2rem;
}

.video_page_container{
  
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  
}

.video_second_page {
  margin-top: 0.5rem;
  margin-left: 2rem;
  width: 16rem;
  height: 9rem;

}


.text_second_page {
  width: 16rem;
  margin-left: 2rem;
  margin-right: auto;

  font-family: Montserrat_Thin;
  text-align:left;
  margin-top: 1rem;
  margin-bottom: 5rem;
  
  letter-spacing: 0.09rem;
  word-spacing: 0.1rem;



  -ms-hyphens: auto; 
  -moz-hyphens: auto; 
  -webkit-hyphens: auto; 
  hyphens: auto;

  line-height: 1.5rem;

}


.noscroll {
  overflow: auto;
}



.img_container{
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  position: relative;
}


.button_img{
  margin-top: -4rem;
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  background: none;
  border: none;
  height: 25%;
  width: 5rem;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
}



.button_img_left{
    left: 0%;   
}
.button_img_right{ 
    right: 0%;
}

.pfeil{

  width: 12px;
}







/* footer */
#footer_container {
  display: flex;
  padding-bottom: 10rem;
  height: 5rem;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;

}



.footer_text {
  margin-top: 1rem;
  margin-left: 1.2rem;
  margin-right: 1.2rem;
  font-size: 1rem;
  font-family: Montserrat_Thin;
  letter-spacing: 0.09rem;
  word-spacing: 0.1rem;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}







