
@import "_reset.css";
    @font-face{
        font-family:"FragmentMono-Regular";
        src:url("../fonts/FragmentMono-Regular.woff2");
    }

html{cursor: cell;
    }

 html{
    font-size: 0.625em; /* 10px */
    font-family: "FragmentMono-Regular",monospace;
}

 html, html:hover, html:focus, html:active {
      text-decoration: none;
      color: inherit;
 }
::-moz-selection { /* Code for Firefox */
  color: black;
  background: none;
}
::selection {
  color: black;
  background: none;
}

*:focus {
    outline: 0 !important;
}


.displayNone{
    display:none !important;
}
.active {
    cursor: n-resize;
    background: whitesmoke;
    color: black;
}


a{
    z-index: 99;
    color: whitesmoke;
    text-decoration: none;
}
a:hover {
    z-index: 99;
    color: dimgray;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

body{
    background-color: black;
    padding-bottom: 1.75rem;
}
p {
    font-size: 1.35rem;
    color: whitesmoke;
}
h1{
        font-size: 1.35rem;
        color: whitesmoke;
        z-index: 1000;
}

button{
        font-size: inherit;
        color: inherit;
        z-index: 10000;
        background: inherit;
        border: inherit;
        font: inherit;
}

header{    
    font-size: 1.35rem;
    color: whitesmoke;
    padding-bottom: 1.5rem;
    background-color: black;
    position: relative;
    z-index: 1000;
}
 
.hdflex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.65rem;
    position: fixed;

}

 #myBtn { /* Hidden by default */
    display: none;
    transform: rotate(270deg);
    position: fixed; /* Fixed/sticky position */
    bottom: 4%; /* Place the button at the bottom of the page */
    right: 0.7%; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    border: 0.75px dashed rgba(255, 255, 255, 0.0);
    background-color: black; /*et a background color */ 
    color: whitesmoke; /* Text color */
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.05rem;
    padding-top: 0.05rem;
    border-radius: 30px; /* Rounded corners */
    font-size: 2.175rem; !important;/* Increase font size */
    font-family:"FragmentMono-Regular",monospace; 
    letter-spacing: -0.4rem;
    cursor: n-resize;
}
myBtn:hover{
    z-index: 99;
    color: dimgray;
    cursor: n-resize;
}



.swiper-slide { filter: blur(1.75px); }
.swiper-slide-active { filter: unset; }

.index {
    position: fixed;
    width: 100%;
    top: 1.3rem;
    z-index: 999;
    font-size: 1.35rem;
    color: whitesmoke;
}
.index-list {
    display: flex;
    justify-content: center;
    z-index: 999;
}
.index-listitem {
    margin: 0 0.25em;
    padding: 1.3rem;
    padding-right: 1.175rem;
    padding-bottom: 0.475rem;
    padding-top: 0.3rem;
    border: 0.75px dashed rgba(255, 255, 255, 0.75);
    border-radius: 40px;
    z-index: 999;
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */


}

.index-listitem:hover{
    color: dimgrey;
}

.index-listitem:active {
    background: whitesmoke;
}

.textwrapper {
    line-height: 1.55rem;
    padding-top: 1.5rem; 
    color: whitesmoke;
    padding-right: 13%;
    padding-left: 2.5rem;
    width:100%;
}

.flex-adj {
    flex: 1 1 0%;
    padding-top: 2.5rem;
}

.einzug-contact{
    padding-left: 2.5rem;
    width: 100%;
    line-height: 1.55rem;
}

.einzug-cv{
    width: 100%;
    line-height: 1.55rem;
}
.flex-texts{
    display: flex;
    width: 100%;
}
.flex-table{
    padding-top: 2.5rem;
    line-height: 1.55rem;
    font-size: 1.35rem;
}
    
.cv-place{
    color: whitesmoke;
    font-size: 1.35rem;
    line-height: 1.55rem;
}


.about-position{
    position:fixed;
    z-index: 100;
}
.main-work{
    position:relative;
    z-index: 1;
}
.image{
    padding-top: 2.5rem;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    display: block; 
    height:auto;
}
h3{
    display: flex;
    color:whitesmoke;
    font-size: 1.35rem;
    padding-left: 2.5rem;
    padding-top: 1.75rem;
    padding-right:1rem;
    width: 50%;
}
h4{
    display: flex;
    color:whitesmoke;
    font-size: 1.35rem;
    padding-left: 2.5rem;
    padding-top: 1.75rem;
    padding-right:5%;
    width: 50%;
}

.cv-place td{
    padding-right: 1.5em;  
}
.cv-numbers{
    white-space: nowrap;
    padding-left: 2.5rem;
}

.photoarchive{
    position:fixed;
    z-index: 666;
    left: 0%;
    top: 5.5rem;
    width: 100%;
    mix-blend-mode: exclusion;
}

/*SwiperZ//////////////////////////////////////////////////////////////////////////////////////////*/
.swiper-size{
    padding-top: 2.5rem;
    padding-left: 12.5%; !important;
    padding-right: 12.5%; !important;
}

.swiper-sizephoto{
    padding-top: 0rem;
    padding-left: 5%; !important;
    padding-right: 5%; !important;
}
.swiperblur{
        filter:blur(6px);
        transition: 0.24s ease;
}

.swiperblur:hover{
        filter:blur(0px);
}

.photo{
    filter:blur(6.5px);
}

.swiper-slide{
    width: 100%;
    padding-bottom: 52.5%;
    position: relative;
    padding-left: 0rem;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 2.5rem;
    object-fit: contain;
}

.swiper-button-next, .swiper-button-prev {
    z-index: 0;
    top: 1%;
    left:50%;
    width: 50%;
    height: 90%;
    z-index: 10;
    cursor: e-resize;

    color: rgb(0,0,0,0);
}
.swiper-button-prev{
    left:0;
    cursor: w-resize; 
}
/*SwiperZPH//////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width:1367px){
       
    .swiper-slide { filter: blur(1.25px); }
    .swiper-slide-active { filter: unset; }
    
    
    .swiper{
        filter:blur(0px);
        }
    .swiper-button-next , .swiper-button-prev {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width:50%;
            left:90%;
            top:13%;
            z-index: 10;
            transform: scale(90%);
            color: rgb(255,255,255,0.0);
        }
        .swiper-button-prev{
                justify-content: flex-start;
                left:0%;
                display: flex;
                align-items: center;
                width:50%;
                top:13%;
                z-index: 10;
                transform: scale(90%);
                color: rgb(255,255,255,0.0);
        }
    
    
    #myBtn {
        font-size: 1.75rem;
    }



@media (max-width:1085px){

            h4{ display: inline-block;
            width:100%;
            padding-left: 2.5rem;;
            padding-top: 0.5rem;
            width: 100%;
            padding-right: 2.5rem;
            }
    
    
}

/*MOBILE 745/////////////////////SSSSSSSSSSSSSSSSSSSSSSSSS///////////////////////////////////////////////////////*/
@media (max-width:745px){
    
    
    .swiper-slide { filter: blur(1.25px); }
    .swiper-slide-active { filter: unset; }


    
    
    
     .swiper-button-next , .swiper-button-prev {
                align-items: center;
                justify-content: flex-end;
                width:45%;
                z-index: 0;
                left:91%;
                top:20%;
                z-index: 10;
                transform: scale(40%);
                color: rgb(255,255,255,0.0);
        }
    .swiper-button-prev{
                justify-content: flex-start;
                left:-0.6%;
                align-items: center;
                width:45%;
                z-index: 0;
                top:20%;
                z-index: 10;
                transform: scale(40%);
                color: rgb(255,255,255,0.0);
    }
    
    .photoswiper .swiper-button-next .swiper-button-prev{
                display: none;
                }
    
    
    
                            /* p {
                            font-size: 1.25rem;
                            line-height: 1.4rem;
                        }

                        h1{
                                font-size: 1.25rem;
                        }
                        h3{font-size: 1rem;
                        }

                        .textwrapper{
                                line-height: 1.25rem;
                            }
                        header{    
                            font-size: 1.25rem; 
                            line-height: 1.4rem;
                            z-index: 999;
                            }
                        .index {
                            font-size: 1.25rem;
                            line-height: 1.4rem;
                            }
                        .cv-place td{
                            font-size: 1.25rem;
                            line-height: 1.4rem;
                            } */



                         #myBtn {
                            right: 5%;
                        }



                              .swiper-sizephoto{
                                padding-top:0;
                                height: 750px;
                                z-index: 1;
                            }
    
            header{
                z-index: 999;
            }

            .textwrapper{
                padding-right:2.5rem;
            }

            .einzug-contact{
                padding-left: 2.5rem;
                width: 100%;
            }
    
            header{    
            color: whitesmoke;
/*            border-bottom: 0.75px solid rgba(255, 255, 255, 0.7);*/
            padding-bottom: 2rem;
            }

            .index-list{
                    justify-content:center;
                    padding-left: 2rem;
                    padding-right: 2rem;  
                    }
            .flex-texts{
                display:block;
                }
            .flex-table {
                padding-top: 0;
                }
            .padding-cv{
                padding-left:2.5rem;
                }


        h4{ 
            display: none;
            }
    
        .photoarchive{
            position:fixed;
            padding-top: 18.5rem;
            left: 7.5%;
            top: -15%;
            width: 85%;   
            }

    .swiper-sizephoto{
    height: 1000px;
    z-index: 1;
}
}

@media (max-width:650px){

    .hdflex{
        top: 40.25vh;
        position: fixed;
    }
    header{
        mix-blend-mode:screen;
        opacity: 0.9;
        position: fixed;
        
    }
    .about-position{
        position:absolute;
        z-index: 100;
    }
    
                        .index {
                            position: fixed;
                            top: 42vh;
                            padding-top: 2rem;
                            } 
                           .index-list{
                            justify-content:center;
                            }

                        .main-work{padding-top: 1.5rem;
                        }
                        .photoarchive{
                        position: fixed;
                        top: 1vh;
                        }


    
    
}
/* /////////////////////////////////////////////   */


@media (max-width:450px){
    .photoswiper{
    padding-bottom:35rem;}
            .swiper-sizephoto{
            padding-top:33%;
}
        .photoswiper .swiper-button-next .swiper-button-prev{
                display: none;
                }
}