/*
*/
/*
    Created on : 23.04.2019, 10:49:13
    Author     : drinkhut
*/

/*
DCC_CSS CODE
*/
/*
    Created on : 14.03.2019, 15:35:12
    Author     : drinkhut
*/



@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Orbitron:400,500,700,900');


body {
    margin: 0;
    padding: 0;
    background: #000;
}

html{
    margin: 0;
    padding: 0;
    background: #000;
}

/*Animation Classes*/

.fadetop{
  transition: all 0.9s;
  opacity: 0;
  margin-top: -20px;
}

.top{
  opacity: 1;
  margin-top: 0;
}

.moveleft{
  transition: all 0.9s;
  opacity: 0;
  margin-left: -100px;
}

.left{
  opacity: 1;
  margin-left: 0;
}


/*FONT-START*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
li{
    font-family: Montserrat !important;
    letter-spacing: 1.5px;
    line-height: 150%;
}

p{
    line-height: 170%;
}

h1{
    font-size: 20px;
}

h2{
    font-size: 20px;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 16px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 16px;
}

p{
    font-size: 16px;
}

a{
    font-size: 16px;
    text-decoration: none;
    font-family: Montserrat !important;
}

.col-4 a:hover{
    text-decoration: none;
}

a:link{
    text-decoration: none;
}

.card a:hover{
    text-decoration: none;
}

a:hover{
    text-decoration: none !important;
}

a:active{
    text-decoration: none;
}

li:hover{
    text-decoration: none;
}

/*UNI -> Components -> Margin-Top*/

.x-margin-top-0{
    margin-top: 0;
}

.x-margin-top-5{
    margin-top: 5px !important;
}

.x-margin-top-10{
    margin-top: 10px !important;;
}

.x-margin-top-15{
    margin-top: 15px !important;;
}

.x-margin-top-20{
    margin-top: 20px !important;;
}

.x-margin-top-25{
    margin-top: 25px !important;;
}

.x-margin-top-50{
    margin-top: 50px !important;;
}

.x-margin-top-100{
    margin-top: 100px !important;;
}

.x-margin-bottom-0{
    margin-bottom: 0 !important;
}

.x-margin-bottom-100{
    margin-bottom: 100px !important;
}

/*UNI -> Components -> Button*/

.info-bold-big{
    font-size: 18px;
    font-weight: 700;
}

.info-bold-mid{
    font-size: 16px;
    font-weight: 700;
}

.info-bold-small{
    font-size: 12px;
    font-weight: 700;
}

.info-regular-big{
    font-size: 28px;
    font-weight: 400;
}

.info-regular-mid{
    font-size: 16px;
    font-weight: 400;
}

.info-regular-small{
    font-size: 12px;
    font-weight: 400;
}

.info-thin-big{
    font-size: 18px;
    font-weight: 200;
}

.info-thin-mid{
    font-size: 16px;
    font-weight: 200;
}

.info-thin-small{
    font-size: 12px;
    font-weight: 200;
}

.info-bold-big,
.info-bold-mid,
.info-bold-small{
    text-decoration: none !important;
}

.font-color-white{
    color: #ffffff;
}

.font-color-black{
    color: #000;
}

.font-color-gray{
    color: #797979;
}

nav{
    width: 100%;
    height: auto;
    background: #000;
}

.logo-container{
    width: 150px;
    height: auto;
    padding: 5px;
    margin: 20px 0 20px 0;
}

header{
    width: 100%;
    height: 700px;
    background: url("media/img/backgroundsr1.jpg")  center center no-repeat ;
    -webkit-background-size: 190%;
    -moz-background-size: 190%;
    -o-background-size: 190%;
    background-position: top;
    background-size: 130%;
    background-color: #000;
}


.layer-black{
    width: 100%;
    height: 700px;
    position: absolute;
    background: #000;
    opacity: 0.4;
}

.header-info-container{
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 10px;
    background: #000;
    margin-top: 400px;
    box-shadow: 2px 6px 100px 20px #0E34FF;
    max-width: 500px;
}

.header-info-container-heading{
    font-size: 30px;
    color: #ffffff;
    font-family: Montserrat;
    font-weight: 700;
    line-height: 80%;
}

.header-info-container-sub-heading{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 10px;
}

.header-info-container-main-content{
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 55px;
    font-style: italic;
    letter-spacing: 1px;
}

.button{
    width: 220px;
    height: 25px;
    padding: 5px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    margin-top: 25px;
    transition: 2s;

}

.button:hover{
    border-bottom-color: #0E34FF;
}

.button:hover .anim{
    border-color: #0E34FF;
    border-bottom-color: #000;
    border-left-color: #000;
}

.button-content{
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    font-family: Montserrat;
}

.button-anim-container{
    width: 30px;
    height: auto;
    float: left;
    margin-left: 20px;
}

.anim{
    width: 10px;
    height: 10px;
    border: 2px;
    border-color: #ffffff;
    border-style: solid;
    border-bottom-color: #000;
    border-left-color: #000;
    transform: rotate(45deg);
    margin-top: 2px;
    transition: 2s;
}
.margin-top-50{
    margin-top: 50px;
}


.insta-content{
    font-size: 10px;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0 0 5px;
    float: left;
    font-family: Montserrat;
}

.insta-container{
    width: 30px;
    height: auto;
    padding: 1px 5px 5px 5px;
    float: left;
    margin: 3px 0 0 10px;
    background: #000;
    box-shadow: 2px 6px 200px 20px #0E34FF;
    background: #000;
    transition: 2s;
}

.insta-container:hover{
    background: #0E34FF;
    box-shadow: 2px 6px 200px 20px #0E34FF;
}

#about{
    width: 100%;
    height: auto;
    padding: 450px 0 50px 0;
    background: #000;
    background: url("media/img/background-image-sh.jpg")  center center no-repeat ;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-position: center;
    background-size: 150%;
    background-color: #000;
}

.heading-second{
    font-size: 26px;
    font-family: Orbitron !important;
    font-weight: 700;
    color: #ffffff;
}

.describ-content{
    font-size: 14px;
    font-family: Orbitron !important;
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: -5px;
}

.heading-third{
    font-size: 22px;
    font-weight: 700;
    font-family: Orbitron !important;
    color: #ffffff;
}

.main-ul{
    font-size: 14px;
    color: #ffffff;
    font-family: Montserrat;
    list-style: none;
    margin-top: 15px;
}

.main-ul:nth-child(1){
    margin-top: 50px;
}

.container-content{
    width: 100%;
    height: auto;
    padding: 20px 0 20px 0;
    margin-top: 50px;
}

.main-content{
    color: #ffffff;
    font-family: Montserrat;
    margin: 20px 0 20px 0;
}

.headline-line{
    width: 60px;
    height: 2px;
    background: #0E34FF;
}

.margin-top-5{
    margin-top: 15px;
}

.nav-second-container{
    width: 100%;
    height: 200px;
    background: #000;
    margin-top: 0px;
}

.img-header{
    width: 200px;
    height: auto;
    margin: 80px auto 0 auto;
}

.scroll-anim .anim{
    width: 30px;
    height: 30px;
    transform: rotate(135deg);
    transition: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: opacity;
    animation-timing-function: ease-in-out;
}


@keyframes opacity{

    0%{
        opacity: 0;
    }

    50%{
        opacity: 0.1;
    }

    100%{
        opacity: 1;
    }
}


.scroll-anim .button-anim-container{
    width: 100%;
    height: auto;
}

#workData{
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
        background: url("media/img/background-work-data.jpg")  center center no-repeat ;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-position: center;
    background-size: 150%;
    background-color: #000;
}

.data-content{
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    font-family: Orbitron;
    text-align: center;
}

.data-container{
    width: 150px;
    height: 150px;
    margin: 100px 0 25px 0;
    border: 1px;
    border-style: solid;
    border-color: #000;
    text-align: center;
    box-shadow: 0px 0px 50px 0px #0E34FF;
    background: #000;
}

.data-content-number{
    font-size: 36px;
    color: #ffffff;
    margin-top: 45px;
    font-family: Orbitron !important;
}

#carData{
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
    background-color: #000;
}

#carData .describ-content,
#partner .describ-content{
    text-align: left;
    margin: 0;
}

#partner{
        width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
    background-color: #000;
}

.slide-card{
    width: 200px;
    height: 150px;
    background: #000;
    box-shadow: 0px 0px 50px 0px #0E34FF;
    padding: 10px;
    margin-top: 25px;
}

.slide-card .img-fluid{
    margin-top: 50px;
}

#partner .describ-content{
    margin-bottom: 50px;
}

#instructor{
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
            background: url("media/img/background-instructor.jpg")  center center no-repeat ;
    -webkit-background-size: 150%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-position: center;
    background-size: 150%;
    background-color: #000;
}

#instructor .headline-line{
    margin-bottom: 100px;
}

#instructor .button{
    width: 260px;
}

#onboard{
        width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
    background: #000;
}

.youtube{
    width: 100%;
    height: 300px;
    box-shadow: 0px 0px 50px 0px #0E34FF;
    margin-top: 100px;

}

footer{
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
    background-color: #000;
}

#nav-page{
    width: 100%;
    min-height: 100vh;
    padding: 20px 0 400px 0;
    background: #121212;
    position: absolute;
    z-index: 10000;
    display: none;
    transition: 2s;
    margin-left: 0;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: fromLeft;
    animation-timing-function: ease-in-out;
}

.headline-nav{
    font-size: 20px;
    font-weight: 700;
    color: #95999c;
}

.nav-li{
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    margin-top: 10px;
    transition: 2s;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0E34FF;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: opacity-pNav;
    animation-timing-function: ease-in-out;
}

.nav-li:hover{
        border-bottom-color: #ffffff;
        border-bottom: 1px;
    border-bottom-style: solid;
}

#nav-page .main-heading{
    transition: 2s;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: opacity-pNav;
    animation-timing-function: ease-in-out;
}

.main-menu{
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
}

.sub-menu{
    width: 100%;
    height: auto;
    padding: 25px 0 25px 0;
}

@keyframes opacity-pNav{

    0%{
        opacity: 0;
    }

    50%{
        opacity: 0.1;
    }

    100%{
        opacity: 1;
    }
}

@keyframes fromLeft{

    0%{
        margin-left: -100vw;
    }

    50%{
        margin-left: -25vw;
    }

    100%{
        margin-left: 0vw;
    }
}

#menu-container{
    width: 50px;
    height: 50px;
    margin: 20px 0 0 100px;
    display: block;
}

#menu-line-a,
#menu-line-b,
#menu-line-c{
    width: 40px;
    height: 3px;
    background: #ffffff;
    margin-top: 5px;
    transition: 2s;
    opacity: 1;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: opacity-menu;
    animation-timing-function: ease-out;
}

@keyframes opacity-menu{

    0%{
        opacity: 1;
    }

    50%{
        margin-right: 0.7;
    }

    100%{
        margin-right: 0;
    }
}

#menu-line-b{
    transition: 2s;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: margin;
    animation-timing-function: ease-in-out;
}

@keyframes margin{

    0%{
        width: 40px;
    }

    50%{
        width: 10px;
    }

    100%{
        width: 40px;
    }
}

#menu-line-c{
    width: 30px;
}

#impressum{
    color: #ffffff;
    background-color: #000;
    padding-top: 400px;
}

/*Gallery Start*/

#gallery{
    width: 100%;
    height: 100%;
    padding: 100px 0;
    overflow: hidden;
    background: #000;
}

#gallery .container-fluid{
    max-width: 1600px;
    padding: 0 !important;
    margin: 0 auto 0 auto !important;
    overflow: hidden;
}

#gallery .container-fluid .col-4{
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}


#gallery .container-fluid .col-8{
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.fullscreen{
        padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

#gallery .container-fluid .row .col-lg-4{
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

#gallery .container-fluid .row .col-lg-8{
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

#gallery .container-fluid .col-lg-4{
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
}

.container-img{
    width: 100%;
    height: auto;
    background: #000;
    overflow: hidden;
}

.container-img-small{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.img-rast-fluid{
    width: 100%;
    height: auto;
    transition: 0.5s;
}

.layer-img-rast-fluid{
    display: none;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .nav-second-container{
        width: 100%;
        height: 200px;
        background: #000;
        margin-top: 0px;
    }


}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .nav-second-container{
        width: 100%;
        height: 200px;
        background: #000;
        margin-top: 555px;
        box-shadow: 0px 0px 50px 0px #0E34FF;
        z-index: 100;
    }

    .insta-content{
        margin: 56px 0 0 5px;
    }

    .insta-container{
        margin: 50px 0 0 10px;
    }

    #about{
        padding: 500px 0 50px 0;
        background: url("media/img/background-image-sh.jpg")  center center no-repeat ;
        -webkit-background-size: 60%;
        -moz-background-size: 60%;
        -o-background-size: 60%;
        background-position: center;
        background-size: 60%;
        background-color: #000;

    }

    .header-info-container{
        float: right;
        z-index: 1000;
    }

    header{
        width: 100%;
        height: 700px;
        background: url("media/img/backgroundsr1.jpg")  center center no-repeat ;
        -webkit-background-size: 70%;
        -moz-background-size: 70%;
        -o-background-size: 70%;
        background-position: top;
        background-size: 60%;
        background-color: #000;

    }

    header .col-lg-6{

    }

    .scroll-anim .button-anim-container{
        width: 30px;
        height: 30px;
        margin-top: 80px;
    }

    #workData{
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
        background: url("media/img/background-work-data.jpg")  center center no-repeat ;
    -webkit-background-size: 60%;
    -moz-background-size: 30%;
    -o-background-size: 60%;
    background-position: center;
    background-size: 50%;
    background-color: #000;
}

sidescroller{
    display: flex;
    height: 200px;
    align-items: center;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    margin: 0 0 25px 0;
    -webkit-overflow-scrolling: touch;
}

.slide-card{
    width: 250px;
    height: 150px;
    background: #000;
    box-shadow: 0px 0px 50px 0px #0E34FF;
    padding: 10px;
}

#instructor{
    width: 100%;
    height: auto;
    padding: 150px 0 50px 0;
            background: url("media/img/background-instructor.jpg")  center center no-repeat ;
    -webkit-background-size: 50%;
    -moz-background-size: 150%;
    -o-background-size: 150%;
    background-position: center;
    background-size: 80%;
    background-color: #000;

}

.youtube{
    width: 50%;
    height: 350px;
        box-shadow: none;
    margin-top: 100px;
}

.nav-li{
    font-size: 18px;
}

.container-img{
    height: 600px;
    overflow: hidden;
}

.container-img-small{
    height: 300px;
    overflow: hidden;
}

.img-rast-fluid{
    width: 115%;
    height: 105%;
}


.layer-img-rast-fluid{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
    display: block;
}

.container-img-small:hover > .layer-img-rast-fluid{
    display: none;
}

.container-img:hover > .layer-img-rast-fluid{
    display: none;
}

.img-rast-fluid:hover{
    width: 120%;
    height: 110%;
}


}

@media (min-width: 1200px) {

    .container-img{
    height: 600px;
    overflow: hidden;
}

.container-img-small{
    height: 300px;
    overflow: hidden;
}

.img-rast-fluid{
    width: 100%;
    height: 105%;
}

.img-rast-fluid:hover{
    width: 105%;
    height: 111%;
}

.layer-img-rast-fluid{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.3;
}

}
