/* 
    Omid Malekzadeh Eshtajarani 
    E-Mail: omidmalekzadeh@yahoo.com
    Projekt Start: 12.10.2019
    JS-Projekt: Kind Virus Web-Seite
    Der Lehrer: Herr Lange

*/
/* 
    Created on : 12.10.2019, 11:35:03
    Author     : Avid

*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html,body{
    margin:0;
    padding:0;
    font-family: "Helvetica Neue", Helvetica, arial, freesans, clean, sans-serif;
    background-color: #1C1C1C;
}

#mainNav{
    position:fixed;
    backdrop-filter: saturate(180%) blur(2px)!important;
    opacity: .80;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    max-height: 44px;
    background: rgba(45,45,45,0.96);
    
}


#mainNav #topBar{
    
    margin: auto;
    max-width: 960px;
    position: relative;
/*    z-index: 2;*/
    padding-right:40px;
    padding-left:80px;
}

#mainNav #topBar #navigationTopLeft {
    width:340px;
    display:flex;
    justify-content:space-between;
    list-style:none;
    height:44px;
    
}


	
#mainNav #topBar #navigationTopLeft li {

    text-align:left;
    display:inline-block;
    line-height:44px;
    height:44px;
    
}
#mainNav a{
    
    display:inline-block;
    text-decoration:none;
    font-size:.7em;
    color:#efdab9;
    opacity:1;
    
}

#mainNav a:hover, a:focus{
    opacity: .98;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    outline-offset: -7px;
    color:#f09;
}

#mainNav #topBar #navigationTopRight{
    
    list-style:none;
    position:absolute;
    top:0;
    right:30px;
    height:44px;
    width:190px;
}

#mainNav #topBar #navigationTopRight a{
    height:14px;
    width:26px;
    position:relative;
    left:64.8px;
    top:8px;
    z-index: 999;
}

#mainNav #topBar #navigationTopRight .griff {
    height:14px;
    width:26px;
    position:absolute;
    left:0;
    top:0;
    z-index:800;
    opacity: 0.7;
}



#mainNav #topBar #navigationTopRight .sign-in-logo {
    height:25px;
    width:180px;
    position:absolute;
    left:0;
    top:12px;
    z-index:1100;
}

#signInText{
    height:25px;
    width:180px;
    position:absolute;
    left:0;
    top:12px;
    z-index:1100;
    filter: brightness(1.8);
    opacity:0;
}



#mainNav #topBar #navigationTopRight #startSignIn{
    position: absolute;
    left: 143px;
    top: 17px;
    width: 35px;
    z-index:5000;
}

#mainNav #topBar #navigationTopRight #signInLogoActive{
    height:25px;
    width:180px;
    position:absolute;
    left:0;
    top:12px;
    z-index:1100;
}

#mainNav #topBar #navigationTopRight #signInLogoBack{
    height:25px;
    width:180px;
    position:absolute;
    left:0;
    top:12px;
    z-index:2000;
}
#mainNav #topBar #navigationTopRight #elec{
    height:25px;
    width:180px;
    position:absolute;
    left:0;
    top:12px;
    z-index:2000;
}

#mainNav #topBar #navigationTopRight #signInLogo{
    filter: brightness(1.8);
}

#mainNav #topBar #navigationTopRight .griff:hover,#mainNav #topBar #navigationTopRight .griff:focus{
    
/*    color:#33ccff;*/
    opacity:1;
    filter: brightness(1.8);
}



#moveable_block{
    position: absolute;
    background-color:#fe0792;/*#33ccff*/
    height:44px;
    width:44px;
    opacity:1;
    top:0;
    z-index:1000;
}

/*#mainDiv{
    position: relative;
}*/

#divSection1{
    
    height:400px;
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
    list-style:none;
    font: 16px/1.5 normal normal;
    font-weight: normal;
    font-family: normal normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 300;
    color: #efdab9;
/*    background-color: #343233;*/
}

#divContainerWelcome{
    position:relative;
    top:44px;
    
}

/*            section 1         */

#section1{
    position: relative;
    height:auto;
    z-index:900;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom:0;
    text-align: center;
    background-image: radial-gradient(ellipse closest-side at 50% 50%, #3a3f45, #37383c 25%, #343233);

    background-repeat: no-repeat;
    background-size: 100%;
/*    background-position: center -120px;*/
}



#divSection1Header{


    height:400px;

}

#sectionHeaderUl{
    margin-top: 0;
    margin-left:0;
    flex-direction: column;
    display: inline-flex;
    margin: 4em 0 0 0;
    margin-top: 4em;
    margin-left: 0px;
    border-radius: 20px;
    border: 1px solid #4e4b4d;
    list-style: none;
    padding: 0;
    flex: 1;
}

#sectionHeaderUlLi:first-child{
    padding: 2em 1em;
}

#sectionHeaderUlLi{
    display: flex;
    flex-direction: column;
    justify-content: center;
}



#showTime{
    color:#33ccff;
    font-family: "Helvetica Neue", Helvetica, arial, freesans, clean, sans-serif;
    font-size:1em;
    text-align: center;
    font-weight: bold;
    z-index:999;
    position: relative;
    bottom:382px;
    right:5px;
}


#divSectionImg{
    
    height: 150px;
    width:150px;
    margin-right:auto;
    margin-left:auto;
    position: relative;
    bottom:300px;
    z-index:9999;
    
 
}

#SectionImg{
    
    height: 150px;
    width:150px;
    position: absolute;
    bottom:300px;
    right:20px;
    
    z-index:9999;
}

#virusDialog{
    flex: 1 4 500px;
    font-family:'Press Start 2P', cursive;
    position: absolute;
    border:1px solid grey;
    border-radius: 1em 1em;
    padding:.9em;
    left:445px;
    top:150px;
    color:#33ccff;
    font-size:.5em;
    width:210px;
/*    height:215px;*/
    text-align:center;
    line-height:2.5em;
    z-index:995;
}

#sectionHeaderDivLogo{
    position:relative;
    top:0;
    left:0;
    margin-right:auto;
    margin-left:auto;
    width:350px;
    height:350px;
    
}

#sectionHeaderDivLogoDivcircles{
    position: absolute;
    top:0;
    left:0;
    
    width:350px;
    height:350px;
}

#sectionHeaderDivLogoDivcirclesImg1{
    position: absolute;
    top:0;
    left:0;
    width:350px;
    height:350px;
}

#sectionHeaderDivLogoDivcirclesImg2{
    position: absolute;
    top:0;
    left:0;
    width:350px;
    height:350px;
}

#sectionHeaderDivLogoDivcirclesImg3{
    position: absolute;
    top:0;
    left:0;
    width:350px;
    height:350px;
}

#sectionHeaderDivLogoDivcirclesImg4{
   position: absolute;
    top:0;
    left:0;
    width:350px;
    height:350px;
}

#sectionHeaderDivLogoDivcirclesImg5{
position: absolute;
    top:0;
    left:0;
    width:350px;
    height:350px;
}

#sectionHeaderDivLogoDivcirclesImg6{
position: absolute;
    top:0;
    left:0;
    width:350px;
    height:350px;
}

#sectionHeaderUl{
    flex: 1 4 500px;
    position:absolute;
    right:480px;
    top:85px;
    width:200px;
    height:280px;
    border: 1px solid grey;
}
#sectionHeaderUlLi1 p{
    position:relative;
    width:200px;
    padding:10px;
    border-bottom:1px solid grey;
    text-align: center;
    font-size:1.6em;
    letter-spacing: .1em;
    
}

#sectionHeaderUlLi2{
    position:relative;
    
    width:200px;
    padding:5px;
    border-bottom:1px solid grey;

}

#sectionHeaderUlLi2 span{

    font-weight:bold;
    font-size:1.6em;
}

#sectionHeaderUlLi2 a{

    width:200px;
    text-align: center;
    font-size:1.5em;
    
}

#sectionHeaderUlLi3{
    position:relative;
    
    width:200px;
    padding:5px;
    border-bottom:1px solid grey;

}

#sectionHeaderUlLi3Span1{
    position:relative;
    
    width:200px;

    font-size:1.7em;
  
}

#sectionHeaderUlLi3Span2{
    position:relative;
    
    width:200px;

    font-size:.9em;
  
}

#sectionHeaderUlLi4{
    position:relative;
    padding:10px;

}

#sectionHeaderUlLi4A{

    border-radius:.3em .3em;
    margin-left:5%;
    margin-right:5%;
    padding:5px;
    background-color:#ffb300;
    text-decoration: none;
    display:block;
    font-size:1.2em;
    color:black;
}


/*          section 2                */

#section2{
    position: relative;
    height:auto;
    z-index:900;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom:200px;
    text-align: center;
    background-image: radial-gradient(ellipse closest-side at 50% 50%, #3a3f45, #37383c 25%, #343233);

    background-repeat: no-repeat;
    background-size: 100%;
/*    background-position: center -120px;*/
}

#divSection2{
    position:relative;
    top:100px;
    
}

#divSection2Bio{
    position:absolute;
    top:100px;
    width:100%;
    height:180px;
}

#divSection2BioUl{
    position: relative;
    margin-left:auto;
    margin-right:auto;
    width:70%;
    height:180px;
    list-style: none;
    border:1px solid grey;
    border-radius:2.5em 2.5em;
}

#divSection2BioUlImg{
    margin:3px;
    position:relative;
    top:15%;
    bottom:10%;
/*    left:50%;
    right:50%;*/
    width:120px;
    height:120px;
    
}

#divSection2BioUlLi1{
    position: absolute;
    top:0;
    left:0;
    border-bottom:1px solid grey;
    padding:20px 20px 20px 40px;
    text-align: left;
}
#divSection2BioUlLi2{
    position: absolute;
    bottom:0;
    right:0;
    border-top:1px solid grey;
    padding:20px 40px 20px 20px;
    text-align: right;
}


#divSection2BioUlLi1Span{
    position: relative;
    width:30%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color:#efdab9;
    font-size:2.5em;

    
}




#divSection2BioUlLi2Span{
    position: relative;
    width:40%;
    color:#efdab9;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size:1.7em;
    
}



#rahmendiv{
    position:relative;
    top:400px;
    height:300px;
    
    width:100%;
}


.ImageTarget{
   position: absolute;
}

#bilderdivSpan{
    color:white;
    position: absolute;
}


/*          section 3                */

#section3{
    position: relative;
    height:auto;
    z-index:900;
    overflow: hidden;
    padding-top: 300px;
    padding-bottom:200px;
    text-align: center;
    background-image: radial-gradient(ellipse closest-side at 50% 50%, #3a3f45, #37383c 25%, #343233);

    background-repeat: no-repeat;
    background-size: 100%;
/*    background-position: center -120px;*/
}

/*          section 4                */

#section4{
    position: relative;
    height:auto;
    z-index:900;
/*    overflow: hidden;*/
    padding-top: 300px;
    padding-bottom:0;
    text-align: center;
    background-color: #37383c;


/*    background-position: center -120px;*/
}

/*          footer                */

.slide{
    margin: 0;
    padding: 0;
    border-bottom:10px solid #fe0792;
    
    z-index:999;
}
.btn-slide:hover{

    color: #33ccff;
    z-index:999;
}

.btn-slide{

    position: relative;
    
    background: url(../media/white-arrow.png) no-repeat right -46px;
    text-align: center;
    width: 100px;
    height: 40px;
    padding: 10px 10px 0 0;
    margin: 0 auto;
    display: block;
    font-family: "Helvetica Neue", Helvetica, arial, freesans, clean, sans-serif;
    font-weight: bold;
    color:#fe0792;
     background-color: #151515;
    border-radius: 1em 1em 0 0;
    text-decoration: none;
    z-index:999;
}

.active{
    background-position: right 14px;
}

#fooTer{
    position: absolute;
    height:60px;
    width:100%;
    z-index:900;
    padding:10px;
    background-color: #151515;
    display:none;
}

#footerDivDiv{
    display:flex;
    flex-direction: row;
    list-style: none;
    
    
}

#footerDivDivUl{
    position: absolute;
    left:0;
    display:flex;
    flex-direction: row;
    list-style: none;
    padding-left:20px;
    padding-top:10px;
    border-top:2px solid grey;
    margin-right:20px;
}

#footerDivDivUl li{
   padding-right:30px;
   
   color:#fe0792;
    
}

#footerDivDivDivUl{
    position: absolute;
    right:0;
    padding-top:10px;
    display:flex;
    flex-wrap: nowrap;
    list-style: none;
    border-top:2px solid grey;
}

#footerDivDivDivUl li{
    padding-right:20px;
    
}

#footerDivDivDivUl li a{
    text-decoration: none;
    color:#fe0792;
}

#footer2{
    position: relative;
    margin-top: 60px;
    z-index:900;
    padding:10px;
    background-color: #37383c;
}

.active-margin{
/*    margin-top:50px;*/
    background-color: #37383c;
}
@media screen and (min-width: 1300px){
    
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1540px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:700px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:700px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }



}

@media screen and (max-width: 2440px) and (min-width: 2000px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1310px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:600px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:600px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 2200px) and (min-width: 2000px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1210px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:500px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:500px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1800px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1210px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:400px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:400px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 1800px) and (min-width: 1600px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1210px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:300px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:300px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 1599px) and (min-width: 1400px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1210px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:250px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:250px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1300px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 1040px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:200px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:200px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1200px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 940px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:150px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:150px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
}

@media screen and (max-width: 1200px) and (min-width: 1000px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 900px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:40px;
    }

    #virusDialog{
        
        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:100px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
    /*    height:215px;*/
        text-align:center;
        line-height:2.5em;
        z-index:995;
    }
    
    #sectionHeaderUl{
        
        position:absolute;
        right:100px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;
    }
    
    #divSection2BioUlLi1Span{
        position: relative;
        width:30%;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color:#efdab9;
        font-size:2em;


    }


    #divSection2BioUlLi2Span{
        position: relative;
        width:40%;
        color:#efdab9;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size:2em;

    }
}

@media screen and (max-width: 1000px){
    #mainNav #topBar{
    
        margin: auto;
        max-width: 800px;
        position: relative;
    /*    z-index: 2;*/
        padding-right:40px;
        padding-left:80px;
    }

    #virusDialog{
        display:none;
/*        font-family:'Press Start 2P', cursive;
        position: absolute;
        border:1px solid grey;
        border-radius: 1em 1em;
        padding:.9em;
        left:100px;
        top:150px;
        color:#33ccff;
        font-size:.5em;
        width:210px;
        height:215px;
        text-align:center;
        line-height:2.5em;
        z-index:995;*/
    }
    
    #sectionHeaderUl{
        display:none;
/*        position:absolute;
        right:100px;
        top:85px;
        width:200px;
        height:280px;
        border: 1px solid grey;*/
    }
    
    
    #divSection2BioUlLi1Span{
        position: relative;
        width:30%;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        color:#efdab9;
        font-size:1.7em;


    }


    #divSection2BioUlLi2Span{
        position: relative;
        width:40%;
        color:#efdab9;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size:1.7em;

    }
}