@import url(https://fonts.bunny.net/css?family=thasadith:400,400i,700,700i);
body{
  background: fixed;
  background-image: url("../Assets/img/background.png");
  
  background-color: #1E1E1E; 
  margin: 0; padding: 0;
  font-family: 'Thasadith', sans-serif;
  font-size: 20px;
}

/*------------------------------*/
/* Header */
/*------------------------------*/

.header{
    box-sizing: border-box;
    position: sticky;
    display: flex;
    top: 0;
    flex-direction: column;
    z-index: 2;
}
header{
  box-sizing: border-box;
  position: sticky;
  display: flex;
  top: 0;
  flex-direction: column;
  z-index: 1;
}
main{
  display: flex;
  flex-direction: column;
}
.nav{
    position: relative;
    height: 2em;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.nav .dropbtn{
  background-color: #626B31;
}
.nav_socials{
    display: flex;
    flex-direction: row;
    justify-content: end;
    background-color: #8E965E;
    width: calc(100vw - 100vw/1.618);
    height: inherit;
}
.socialIcon{
    background-size:contain;
    background-repeat: no-repeat;
    width: 2em;
    min-height: inherit;
    margin: .25em 0 .25em .5em;
}
.socials-mobile{
  display: none;
}
.socialIcon-mobile{
  display: none;
}

/*Header Dropdown Menu */
.dropdown {
  min-width: calc(100vw/1.618/1.618);
  position: relative;
  display: inline-block;
}
.dropbtn {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  text-align: end;
  color: #E3E9C3;
  font-size: 1.3em;
  font-family: 'Thasadith';
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8E965E;
  min-width: calc(100vw/1.618/1.618);
  z-index: 10;
}

.dropdown-content a {
  background-color: #8E965E;
  max-height: 2em;
  text-decoration: none;
  display: block;
  text-align: end;
  justify-content: center;
  color: #E3E9C3;
  font-size: 1.3em;
  font-family: 'Thasadith';
}

.dropdown-content a:hover {
  background-color: #626B31;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #8E965E;
  color: #626B31;
  font-weight: bold;
}

.dropdown-content a span {
  margin-left: .25em;
  margin-right: .25em;
  vertical-align: bottom;
}

  
/* Header Dropdown Menu */

/*------------------------------*/
/* Header */
/*------------------------------*/





/*------------------------------*/
/*general stuff */
/*------------------------------*/

a{
  text-decoration: none;
  color: #8E965E;
  text-decoration: underline;
  font-size: larger;
}

.grline{
    background-color: #626B31;
    min-width: .3rem;
}

.topline{
  background-color: #626B31;
  height: .5rem;
  width: 100%;
}

.textbox-short{
  position: relative;
  width: calc(100vw - 100vw/1.618); 
  height: calc(100vh/1.618); 
  font-size: 1em; 
  color: #E3E9C3; 
  bottom: 0;
}
.textbox-short span{
  position: absolute;
  bottom: 0rem;
  left: 0.5rem;
}

.textbox-wide{
  position: relative;
  width: calc(100vw/1.618); 
  height: calc(100vh/1.618); 
  font-size: 1em; 
  color: #E3E9C3; 
  bottom: 0;
}
.textbox-wide span{
  position: absolute;
  bottom: 0rem;
  left: 0.5rem;
}

/*------------------------------*/
/*general stuff */
/*------------------------------*/




main{
  display: flex;
  flex-direction: column;
}

/*------------------------------*/
/*title page */
/*------------------------------*/

.mobile-spacer{
  height: 0;
  width: 0;
}

.title{
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-bottom: 38.2vh;
}

.title .grline{
  height: 61.8vh;
}

.title .textbox-short{
  font-size: 3.24em; 
  bottom: -1rem;
  text-align: justify; 
  hyphens: auto;
  text-align-last: right;
}




/*------------------------------*/
/*title page */
/*------------------------------*/


/*------------------------------*/
/*About */
/*------------------------------*/

.about{
  height: 100vh;
  width: 100%;
  background-color: #8E965E;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.about-top{
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.about-title{
  justify-content: end;
  text-align: end;
}
.about-top-spacer{
  width: calc(100vw - 100vw/1.618);
}
.about-main{
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.about .grline{
  height:  61.8%;
}

.about .textbox-short{
  right: 0.5rem; 
  color: #1E1E1E; 
  font-size: 1em;
  text-align: justify; 
  hyphens: auto;
  text-align-last: right;
}

.imageContainer{
  background-color: #8E965E;
  width: calc(100vw - 100vw/1.618); 
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageContainer img{
  width: 80%; 
  height: 80%;
  object-fit: cover;

  border-radius: .5rem;
}

/*------------------------------*/
/*About */
/*------------------------------*/

/*------------------------------*/
/*Photography */
/*------------------------------*/

.photo{
  z-index: 0;
  display: flex;
  flex-direction: column;
}
.photo-toppest{
  position: sticky; 
  top: 0;
  z-index: 10;
}

.photo-top{
  display: flex;
  flex-direction: row;
  justify-content: end;
  
}
.photo-title{
  font-size: 1.5em; 
  color: #E3E9C3; 
}
.photo-subtitle{
  width: calc(100vw - 100vw/1.618); 
  font-size: 1.5em; 
  color: #E3E9C3; 
  background-color: #8E965E;
}
.description{
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  justify-content: start;
  height: 2em;
  width: calc(100vw - 100vw/1.618);
  background-color: #8E965E;
  color: #E3E9C3;
}
.description span{
  font-size: 1.5em;
  padding-left: .5rem;
}

/*Photo-swiper shit*/
.swiper {
  width: 100%;
  height: 80vh;
  z-index: 0;
}
.swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: fit-content;
  max-width: 100vw;
  z-index: 0;
  width:auto;
  filter: brightness(50%);
}
.swiper .swiper-slide img{
    display: block;
    max-height: 100%;
    min-width: fit-content;
    max-width: 100vw;
}

.swiper .swiper-slide-active{
  filter: brightness(100%);
  transition-duration: 1s;
}


/*Photo-swiper shit*/


/*------------------------------*/
/*Photography */
/*------------------------------*/

.software{
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 0;
}
.software-toppest{
  position: sticky; 
  top: 0;
  z-index: 10;
}
.software-top{
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.software-title{
  font-size: 1.5em; 
  color: #E3E9C3; 
  position: sticky; 
  z-index: 2;
}
.software-subtitle{
  width: calc(100vw - 100vw/1.618); 
  font-size: 1.5em; 
  color: #E3E9C3; 
  background-color: #8E965E;
}
.software-main{
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.software-content{
  height: calc(100%/1.618);
  width: calc(100vw - 100vw/1.618);
  max-height: inherit;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.software .textbox-wide{
  text-align: left; padding-right: .5rem; bottom: 0;
}

.software-image{
  width: calc(100vw - 100vw/1.618); 
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
}


.swiper2{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  --swiper-scrollbar-drag-bg-color: #626B31;
  --swiper-scrollbar-right:auto;
  --swiper-scrollbar-left:0;
  --swiper-scrollbar-sides-offset:0;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-border-radius: 0px;

}
.swiper2 .swiper-scrollbar.swiper-scrollbar-vertical,
.swiper2 .swiper-vertical>.swiper-scrollbar {
  height:100%;
  width: .3rem;
  background: none;
}

.swiper2 .swiper-slide{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding-left: 2rem;
}

.swiper2 .swiper-slide img{
  width: 100%;
  padding: 1rem 0.7rem 0 0;
}

.swiper3{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  --swiper-scrollbar-drag-bg-color: #626B31;
  --swiper-scrollbar-right:auto;
  --swiper-scrollbar-right:0;
  --swiper-scrollbar-sides-offset:0;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-border-radius: 0px;

}
.swiper3 .swiper-scrollbar.swiper-scrollbar-vertical,
.swiper3 .swiper-vertical>.swiper-scrollbar {
  height:100%;
  width: .3rem;
  background: none;
}

.swiper3 .swiper-slide{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding-right: 2rem;
}

.swiper3 .swiper-slide img{
  width: 100%;
  padding: 1rem 0rem 0 .7rem;
}

.filmmaking{
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 0;
}
.filmmaking-toppest{
  position: sticky; 
  top: 0;
  z-index: 10;
}
.filmmaking-top{
  display: flex;
  flex-direction: row;
  justify-content: start;
}

.filmmaking-title{
  font-size: 1.5em;
  color: #E3E9C3; 
  position: sticky; 
  z-index: 2;
}
.filmmaking-subtitle{
  min-width: calc(100vw - 100vw/1.618);
  font-size: 1.5em; 
  color: #E3E9C3; 
  background-color: #626B31;
  text-align: right;
  right: 0;
}

.filmmaking .dropbtn {
  background-color: transparent;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  text-align: start;
  color: #E3E9C3;
  font-size: 1.3em;
  font-family: 'Thasadith';
}

.filmmaking .dropdown-content {
  display: none;
  position: absolute;
  background-color: #8E965E;
  width: inherit;
  z-index: 10;
}

.filmmaking .dropdown-content a {
  background-color: #8E965E;
  max-height: 2em;
  text-decoration: none;
  display: block;
  text-align: start;
  justify-content: center;
  color: #E3E9C3;
  font-size: 1.3em;
  font-family: 'Thasadith';
}

.filmmaking .nav_socials{
  display: flex;
  flex-direction: row;
  justify-content: end;
  background-color: transparent;
  height: inherit;
}

.filmmaking .nav_socials .socialIcon{
  background-size:contain;
  background-repeat: no-repeat;
  width: 2em;
  min-height: inherit;
  margin: .25em 0 .25em .5em;
}


.filmmaking .dropdown-content a:hover {
  background-color: #626B31;
}

.filmmaking .dropdown:hover .dropdown-content {
  display: block;
}

.filmmaking .dropdown:hover .dropbtn {
  background-color: #8E965E;
  color: #626B31;
  font-weight: bold;
}

.filmmaking .dropdown-content a span {
  vertical-align: bottom;
}






.filmmaking-main{
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.filmmaking-image{
  width: calc(100vw - 100vw/1.618); 
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.filmmaking-image > img{
  padding: 0 0 .5rem 0;
}

.filmmaking-content{
  width: calc(100vw - 100vw/1.618);
  max-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.impressum{
  display: flex;
  flex-direction: column;
  justify-content: start;
  z-index: 0;
  height: 100vh;
  background-color: #626B31;
}
.impressum-top{
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.impressum-title{
  width: calc(100vw - 100vw/1.618); 
  background: #8E965E;
  font-size: 1.5em;
  color: #E3E9C3; 
  position: sticky; 
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.impressum .grline{
  height: 2em; 
  background-color: #E3E9C3;
}
.datenschutz{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  overflow: hidden;
}

.datenschutz .datenschutz-content{
  display: flex; 
  flex-direction: column; 
  justify-content: start; 
  height: auto;
}
.datenschutz .datenschutz-title{
  width: 100%; 
  height: 2em; 
  background-color: #626B31; 
  margin: 1rem; 
  margin-bottom: -1rem;
}

.datenschutz .datenschutz-title span{
  text-align: center; 
  font-size: 1.5em; 
  padding-left: 0; 
  color: #E3E9C3
}


.datenschutz .swiper3{
  background-color: #8E965E;
  width: auto;
  height: 90%;
  margin: 1rem;
  padding: 1em;
  
  color: #1E1E1E;
  text-align: center;

  --swiper-scrollbar-drag-bg-color: #E3E9C3;
}

