body{
    font-size: 15px;
}
ul{
    padding: 0;
}
h1{
    font-size: 0;
}
.sdiv{
    width: 100%;
    height: 400px;
    background-color: rgb(4, 0, 255);
}

.rightRelativePanel{
    position: relative;
    background-color: white;
    width: 100%;
}
.rightRelativePanel_PicLinkContainer{
    position:absolute;
    width: 250%;
    height: 60%;
    right: 0;
    top:20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* justify-content:center; */
    /* background-color: aqua; */
    /* width: 20px; */
}
.rightRelativePanel_PicLinkContainer > div{
    box-sizing: border-box;
    
    /* margin: 0 1rem; */
    width: 32%;
    height: 100%;
    overflow: hidden;
}
/* .rightRelativePanel_PicLinkContainer > div > a > img{ */
    .img-responsive{
    /* position: relative; */
    width: 100%;
    height: 100%;
    /* transform: translate(100px,100px); */
    transition: all .5s;
    
    /* object-fit:fill; */
}
/* .img-responsive{
    
} */
.rightRelativePanel_PicLinkContainer > div:hover > a > img{
    transform: scale(1.2);
}
.rightRelativePanel_PicLinkContainer > div {
    position: relative;
    /* content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100px;
    height: 50px;
    opacity: 1;
    border: solid 5px #000; */
    /* transform: rotate(30deg); */
    /* background: rgba(255, 255, 255, 1);
    z-index: 10000; */
    /* background: linear-gradient(
    to right, 
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0.0) 100%
    ); */
    /* animation: rotate3d 3s ease infinite; */
    /* transition: all .3s; */
}
.rightRelativePanel_PicLinkContainer_shine{
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 200%;
    height: 100%;
    background: linear-gradient(
        rgba(255,255,255,0), 
        rgba(255,255,255,0.6), 
        rgba(255,255,255,0)
        );
    transform: rotate(-30deg);
    animation: imgShine 5s ease infinite;
}

@keyframes imgShine{
    0%{
        /* opacity: ; */
        top: 200%;
        left: -50%;
    }
    100%{
        top: -200%;
        left: -50%;
        
    }
}

.verticalNav{
    height: 100%;
    background-color: white;
    
}
.verticalNav_myNav{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 1rem;
    align-items: center;
    /* justify-content: center; */
}
.verticalNav_myNav > li{
    
    /* padding: 2rem 0; */
    align-items: center; 
    justify-content: center;
    transform: rotateZ(-90deg);
    font-weight: bold;
    color: darkslategray;
    z-index: 1000;
}
.verticalNav_myNav_center{
    
    display: flex;
    flex-direction: column;
    justify-items: center;
    transition: all 0.5s;
}
.verticalNav_myNav_center > div{
    font-size: 0.6rem;
    font-weight: normal;
}

.verticalNav_myNav_center-clicked{
    transform: rotate(225deg);
}
.MainPadding{
    padding: 0 5rem;
}
.collapsMainMenuBtn{
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 0;
    width: 3rem;
    font-size: 2rem;
    z-index: 1000;
}

.navContent{
    position: fixed;
    overflow: hidden;
    right: 0;
}
/*  */
.social{
    padding: 0;
    font-size: 2em;
    /* color: #000; */
    /* padding: 10px; */
    position: fixed;
    top: 200px;
    left: -50px;
    direction: ltr;
    /* border: 2px solid rgba(255,255,255,0.5); */
    /* box-shadow: 3px 3px 5px grey; */
    
    width: 50px;
    height: 200px;
    z-index: 5000;
    transition: left .4s ease-in-out;
    -webkit-transition: left .4s ease-in-out;
    -moz-transition: left .4s ease-in-out;
    -ms-transition: left .4s ease-in-out;
    -o-transition: left .4s ease-in-out;
    
    
}
.social nav{
    position:relative;
    /* transform: translateX(-60); */
    
    /* display: flex; */
    /* flex-direction: column; */
    
}
.socialActive{
    left: 0;
}
.social nav button{
    position: absolute;
    top: 0;
    left: 50px;
    width: 50px;
    height: 50px;
    align-items: center;
    background-color: rgb(255,255,255,0.3);
    color:gray;
    border: none;
    border-radius: 0 5px 5px 0;
}
.social nav button i{
    padding: 0;
    box-sizing: border-box;
    /* color: #fac03f; */
    
}
.social nav ul{
    display: flex;
    flex-direction: column;;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: rgb(255,255,255,0.3);
    color:gray;
    border-radius: 0 0 5px 0;
    /* visibility: hidden; */
}
.social nav ul li{
    margin: 5px;
}
.social nav ul li i{
    /* font-size: 1em !important; */
    width: 30px;
    height: 30px;
    /* color: #fac03f; */
}
/*  */

#navContent_items{
    z-index: 1000;
}
.navContent_items_ul >li >a{
    /* z-index: 1000; */
    font-size: 3rem;
    color: rgb(50, 69, 69);
}

.navContent_items_ul >li >a >i{
    /* z-index: 1000; */
    padding-left: 1rem;
    font-size: 1.5rem;
} 
.navContent_contact{
    z-index: 1000;
}
.navContent_contact >ul >li >h3{
    color: rgb(50, 69, 69);
}
.navContent_contact >ul >li >p, .navContent_items_ul >li >div, .Collapse_Portfolio >ul >li >a{
    font-size: 1.2rem;
    color: gray !important;
}
.navContent_contact_sozialNetzwerk >a >i{
    font-size: 1.5rem;
    padding: 0.5rem;
    color: gray;
}

.navContent_wallPaper{
    /* background-color: #e5e5f7;
    opacity: 0.5;
    background-image:  linear-gradient(30deg, #98989a 12%, transparent 12.5%, transparent 87%, #98989a 87.5%, #98989a), linear-gradient(150deg, #98989a 12%, transparent 12.5%, transparent 87%, #98989a 87.5%, #98989a), linear-gradient(30deg, #98989a 12%, transparent 12.5%, transparent 87%, #98989a 87.5%, #98989a), linear-gradient(150deg, #98989a 12%, transparent 12.5%, transparent 87%, #98989a 87.5%, #98989a), linear-gradient(60deg, #98989a77 25%, transparent 25.5%, transparent 75%, #98989a77 75%, #98989a77), linear-gradient(60deg, #98989a77 25%, transparent 25.5%, transparent 75%, #98989a77 75%, #98989a77);
    background-size: 22px 39px;
    background-position: 0 0, 0 0, 11px 19px, 11px 19px, 0 0, 11px 19px; */
    background-image:url('../img/Nav/geometric-seamless-pattern-gray-background-vector-10790862.jpg');
    background-repeat:repeat;
    width: 30%;
    height: 100%;
    border-radius: 1rem;
    position: absolute;
    left: 35%;
    top: 25%;
}

.mainContent{
    /* padding: 150px 0; */
}
.mainContent > p{
    font-size: 1.5rem;
    color: gray;
    text-align: justify;
    text-justify: inter-word;
}

.mainContent > h2{
    font-weight: bold;
    margin: 2rem 0;
}

.circle{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 1px darkgray;
    background-color: transparent;
    /* box-shadow: ; */
}
.nextBtn{
    position: relative;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    background-color: transparent;
    /* margin: 50px auto; */
    transform-style: preserve-3d;
    animation: rotate3d 3s ease infinite;
    transition: all .3s;
}
.nextBtn_animatedCircle{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid darkslategray;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 4px 50px 15px 1px rgba(0,0,0,0.61) */
}
@keyframes rotate3d {
    0% {
      transform:  rotateX(0deg);
    }
  
    60% {
      transform:  rotateX(1800deg);
    }
    100% {
        transform:  rotateX(1800deg);
    }
  }


@media only screen and (max-width: 992px) {
    .rightRelativePanel_PicLinkContainer{
        width: 80%;
        right: 10%;
        flex-direction: column;
        
        height: auto;
    }
    .rightRelativePanel_PicLinkContainer > div{
        width: 100%;
        height: auto;
    }
    .rightRelativePanel_PicLinkContainer > div > a > img{
        width: 100%;
        height: auto;
        margin: 1rem;
    }
    .navContent_wallPaper{
        width: 90%;
        left: 5%;
        top:10%;
    }
    .navContent_items_ul >li >a{
        /* z-index: 1000; */
        font-size: 2rem;
    }
    
    .navContent_items_ul >li >a >i{
        /* z-index: 1000; */
        /* padding-left: 1rem; */
        font-size: 1rem;
    }

}