/* navigation */

.nav-fix-top{
    position: fixed;
    top: 0px;
    left:0;
    width: 100%;
    z-index: 80;
    height: 100px;
    background: #090a08;

}

.svg-container{
    z-index: -1;
}

.nav-block{
    position: absolute;
    top: 32px;
    left:auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.nav-field-block{
    float: right;
    margin-right: 100px;
}

.nav-field{
    float: left;
    margin-left: 4px;
}

.nav-field:hover{
    border-bottom: 1px solid #050517;
    border-top: 1px solid #050517;
}

.nav-field:hover a{
    
    color: #80a7f0;
}

.nav-field a{
    height: 42px;
    width: 112px;
    font-weight: bold;
    text-align: center;
    line-height: 42px;
}

/* Abschnitte*/
.global-bg{
    background-image: url(../upload/frames/globalbg3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    padding-top: 120px;
    /* background-position-y: 100px; */
}


.stage{
    width: 100%;
    height: 444px;
    background-image: url(../upload/frames/background_my_pic.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}

.side-wrapper{
    padding-top: 100px;
    padding-left: 140px;
}

.side-wrapper p{
    font-size: 20px;
    color: #4b73bd;

}

.sec-one{
    padding: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    background-color: #050517;
    color: #EEF4ED;
}

.sec-two{
    padding: 60px;

    margin-top: 20px;
    /* margin-bottom: 20px; */
    background-color: #050517;
    color: #EEF4ED;
}

.local-spacer{
    height: 400px;
}

.local-bg-1{
    background-image: url(../upload/frames/background_cloud2_new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.local-bg-2{
    background-image: url(../upload/frames/blu_bg_stuff.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.container{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.container h3{
    text-decoration: underline;
    color: #4b73bd;
    margin-bottom: 20px;
}

.sec-header{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.part{
    padding: 20px;
    width: 100%;
    min-height: 400px;
}
.divider{
    padding-top: 20px;
    width: 100%;
    min-height: 60px;
}

.info-text{
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 15px;
}

/* Footer */

.footer-look{
    
    /* border-top: 1px solid #556F7A; */
    margin-top: 100px;
    padding-top: 20px;
    background-color: #050517;
}

.footer-look p{
    color: #556F7A;
    font-size: 12px;
    text-align: center;
}