@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: 15x;
}

/*------------------------------*/
/* Header */
/*------------------------------*/

.header {
    box-sizing: border-box;
    position: sticky;
    display: flex;
    top: 0;
    flex-direction: column;
    z-index: 2;
}

.header .topline{
    width: calc(100vw / 1.618 / 1.618);
}

header {
    box-sizing: border-box;
    position: sticky;
    display: flex;
    padding-top: 50vh;
    top: 0;
    flex-direction: column;
    z-index: 1;
}

main {
    display: flex;
    flex-direction: column;
}

.nav {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.nav .dropbtn {
    background-color: #626B31;
}

.nav_socials {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    height: inherit;
}

.socialIcon {
    display: none;

    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5em;
    height: 2.5em;
    min-height: inherit;
    margin: .25em 0 .25em .5em;
    padding-right: .25em;
}

/*Header Dropdown Menu */
.dropdown {
    width: calc(100vw/1.618);
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #626B31;
    width: calc(100vw/1.618/1.618);
    height: 2em;
    border: none;
    cursor: pointer;
    text-align: start;
    color: #E3E9C3;
    font-size: 1.3em;
    font-family: 'Thasadith';
}
.dropbtn span{
    position: absolute;
    top: 0;
}

.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;
    height: 2em;
    text-decoration: none;
    display: block;
    text-align: start;
    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: transparent;
    min-width: .3rem;
}

.topline {
    background-color: #626B31;
    height: .5rem;
    width: 100%;
}

.textbox-short {
    position: relative;
    width: 100%;
    height: fit-content;
    font-size: 1em;
    color: #E3E9C3;
    top: 0;
    text-align: center;
}

.textbox-short span {
    top: 0rem;
    text-align: left;
}

.textbox-wide {
    padding-top: 3em;
    padding-bottom: 3em;
    position: relative;
    width: 100%;
    font-size: 1em;
    color: #E3E9C3;
    top: 0;
}

/*------------------------------*/
/*general stuff */
/*------------------------------*/




main {
    display: flex;
    flex-direction: column;
}

/*------------------------------*/
/*title page */
/*------------------------------*/

.mobile-spacer{
    height: 50vh;
    width: 0;
  }
  

.title {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 40vh;
}

.title .textbox-short{
    font-size: 2em; 
    bottom: -1rem
}

.title .textbox-short span{
    position: absolute;
    left: calc(100vw / 1.618 / 1.618);
    top: 0em;
    padding: 0.25em;
}

.socials-mobile{
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    width: 100%;
    background-color: none;
    height: 50vh;
}
.socialIcon-mobile{
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.5em;
    height: 2.5em;
    min-height: inherit;
    margin: .25em 0 .25em .5em;
    padding-right: .25em;
}




/*------------------------------*/
/*title page */
/*------------------------------*/


/*------------------------------*/
/*About */
/*------------------------------*/

.about{
    width: 100%;
    background-color: #8E965E;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  
  .about-top{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .about-title{
    justify-content: end;
    text-align: right;
  }
  .about-top-spacer{
    width: 0%;
  }
  .about-main{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
  }

  .about .grline{
    width: 0;
    height: 0;
  }
  
  
  .about .textbox-short{
    text-align: center; 
    right: 0.5rem; 
    color: #1E1E1E; 
    font-size: 1em;
    width: auto;
    padding: 2em;
  }
  
  .imageContainer{
    background-color: #8E965E;
    width: 100%; 
    height: fit-content; 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2em;
  }
  .imageContainer img{
    max-width: 80%; 
    max-height: 100%; 
  
    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: space-between;
    padding-bottom: 0rem;
}

.photo-title {
    font-size: 1.5em;
    color: #E3E9C3;
}

.photo-subtitle {
    align-self: flex-end;
    text-align: center;
    font-size: 1.5em;
    color: #E3E9C3;
}

.photo .nav_socials{
    text-align: start;
}

.photo .socialIcon{
    display: none;
}

.description {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 2em;
    width: 61.8%;
    background-color: #8E965E;
    color: #E3E9C3;
}

.description span {
    font-size: 1.5em;
    padding-left: .5rem;
}

/*Photo-swiper shit*/
.swiper {
    width: 100%;
    height: fit-content;
    z-index: 0;
}

.swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
    width: 100%;
    filter: brightness(50%);
}

.swiper .swiper-slide img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;

}

.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: space-between;
    position: relative;
}

.software .socialIcon {
    display: none;
}

.software-title {
    font-size: 1.5em;
    color: #E3E9C3;
}

.software-subtitle {
    align-self: flex-end;
    height: 2em;
    font-size: 1.3em;
    color: #E3E9C3;
    background-color: #8E965E;
    text-align: end;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.software-subtitle span{
    vertical-align: baseline;
    padding-right: .5em;
    text-align: center;
    align-self: baseline;
    padding-top: .5em;
}

.software-main {
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.software-content {
    height: fit-content;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.software .textbox-wide{
    height: fit-content;
    text-align: center;
}

.software-image {
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}


.swiper2 {
    width: 90%;
    height: 80%;
    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;
    background-color: #8E965E;
    margin: 0em;
}

.swiper2 .swiper-scrollbar.swiper-scrollbar-vertical,
.swiper2 .swiper-vertical>.swiper-scrollbar {
    height: 80%;
    width: .3rem;
    background: none;
    padding: 0;
    z-index: 10;
}

.swiper2 .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding-left: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper2 .swiper-slide img {
    width: 100%;
    padding: 0 0 0 0;
}

.swiper3 {
    width: 80%;
    height: 80%;
    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;
    background-color: #8E965E;
    margin: 0em;
}

.swiper3 .swiper-scrollbar.swiper-scrollbar-vertical,
.swiper3 .swiper-vertical>.swiper-scrollbar {
    height: 100%;
    width: .3rem;
    background: none;
    padding: 0;
    z-index: 10;
}

.swiper3 .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding-right: 0rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper3 .swiper-slide img {
    width: 100%;
    padding: 0 0 0 0;
}

.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: end;
    position: relative;
}

.filmmaking-title {
    font-size: 1.5em;
    color: #E3E9C3;
}

.filmmaking-subtitle {
    align-self: flex-start;
    height: 2em;
    font-size: 1.3em;
    color: #E3E9C3;
    background-color: #8E965E;
    text-align: start;
    position: absolute;
    left: 0;
    right: 0;

}

.filmmaking .dropbtn {
    background-color: #626B31;
    width: 100%;
    height: 2em;
    border: none;
    cursor: pointer;
    text-align: start;
    color: #E3E9C3;
    font-size: 1.3em;
    font-family: 'Thasadith';
    z-index: 10;
}


.filmmaking-top .grline{
    min-width: 0;
}

.filmmaking .dropdown{
    width: calc(100vw - 100vw / 1.618)
}

.filmmaking .dropdown-content {
    display: none;
    position: absolute;
    background-color: #8E965E;
    width: inherit;
    z-index: 10;
}

.filmmaking .dropdown-content a {
    background-color: #8E965E;
    width: inherit;
    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: none;
    flex-direction: column;
    justify-content: end;
    background-color: transparent;
    height: inherit;
    background-color: #626B31;
    width: auto;
    padding-right: .5em;
    padding-top: 2.5em;
    z-index: 1;
}

.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: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.filmmaking-image {
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.filmmaking-image>img {
    padding: 0 0 .5rem 0;
}

.filmmaking-content {
    height: fit-content;
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.filmmaking .textbox-wide{
    height: fit-content;
    text-align: center;  
}

.impressum {
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 0;
    height: 200vh;
    background-color: #626B31;
}

.impressum-top {
    display: flex;
    flex-direction: column;
    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: column;
    justify-content: end;
}

.datenschutz {

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}

.datenschutz .swiper3 {
    background-color: #8E965E;
    width: auto;
    height: 90%;
    margin: 1rem;
    padding: 1em;

    color: #1E1E1E;
    text-align: center;

    --swiper-scrollbar-drag-bg-color: #E3E9C3;
}

.datenschutz .datenschutz-content{
    display: flex; 
    flex-direction: column; 
    justify-content: start; 
    height: 60vh;
  }
  .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;
  }