/** Slate CSS
** (c) Omar Rahman
** @IBeRamen
**/

/** Global **/

* {
    font-family: 'Fira Sans', 'sans-serif';

}

body {
    background-color: #f9f9f9;
}

section {
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

textarea {
    resize: none;
}

.easycalce {
    color: #FFAA00 !important;
}

.zoom {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.zoom:hover,
.zoom:active,
.zoom:focus {
    /**adjust scale to desired size,
    add browser prefixes**/
    -ms-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -webkit-transform: scale(3.5);
    -o-transform: scale(3.5);
    transform: scale(3.5);
    position: relative;
    z-index: 100;
}

.required:after {
    content: '*';
    color: red;
    font-weight: bold;
    margin-left: 5px;
}

.section-header {
    letter-spacing: 1px;
    font-weight: 500;
    color: #777;
    text-align: center;
    padding-bottom: 15px;
}

/** Navbar **/
.nav-slate {
    background-color: #fff;
    border: none;
    margin-bottom: auto;
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    /*font-family: serif*/
    /*position: relative;*/
    /*float: left;*/
    /*height:115px;*/
}

.nav-slate a {


    /*position: relative;*/
    /*float: left;*/
    /*height:115px;*/
}

/*.navbar-toggle {*/

/*    background-color: #323232;*/
/*}*/

/*.nav-logo {*/
/*    padding-bottom: 10px;*/
/*    position: relative;*/
/*}*/

/*.navbar-default .navbar-toggle {*/
/*    border: none;*/
/*}*/

/*.navbar-default .navbar-toggle .icon-bar {*/
/*    background-color: #f8f8f8;*/
/*}*/

/*.navbar-default .navbar-toggle:hover,*/
/*.navbar-default .navbar-toggle:focus {*/
/*    background-color: #34495e;*/
/*}*/

/*.navbar-default .container {*/
/*    width: 100%;*/
/*}*/

/*.navbar-nav {*/
/*    letter-spacing: 1px;*/
/*    font-weight: 800;*/
/*    !*font-size: 24px;*!*/
/*}*/

/*.navbar-default .navbar-nav > li > a {*/
/*    color: gray;*/
/*    font-size: 1.6em;*/
/*    font-family: 'Fira Sans', sans-serif;*/
/*    font-weight: 100;*/
/*    !*line-height: 60px;*!*/
/*}*/

/*.navbar-default .navbar-nav > li > a:hover,*/
/*.navbar-default .navbar-nav > li > a:focus {*/
/*    color: darkgray;*/
/*}*/

/*.btn,*/
/*.form-control {*/
/*    border-radius: 0;*/
/*}*/

/*.form-control input {*/
/*    font-style: italic;*/
/*}*/

/*.btn-easy {*/
/*    background: #FFAA00;*/
/*    border: none;*/
/*    color: #ffffff;*/
/*}*/

/*.btn-lg-rounded {*/
/*    padding: 30px;*/
/*    border-radius: 50px;*/
/*    font-size: 24px;*/
/*}*/

/*body.nojs #form_customer*/
/*{*/
/*    display:none;*/
/*}*/

.img-wrapper {
    position: relative;
    padding-bottom: 20px !important;
    margin: 0px;
}


.img-wrapper img {
    height: 200px;
    border: 1px solid gray;
}


@media (max-width: 768px) {
    .img-wrapper img {
        width: 100%;
    }

    #loginLayer {
        height: 100px !important;
        margin-top: 325px !important;
    }
}


.slide img {
    margin: 0 auto;
}

.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 400px;
}

.carousel.vertical .prev {
    top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
    top: 0;
}

.carousel.vertical .active.left {
    top: -400px;
}

.carousel.vertical .active.right {
    top: 400px;
}

.carousel.vertical .item {
    left: 0;
}


/** Features **/
.features-wrapper {
    padding: 25px 0px;
}

#picture_functions {
    position: relative;
    width: 100%;
    height: auto;
}

h1.number {
    margin: 0;
    padding: 0;
    font-size: 3em;
}

.features-icon {
    border: 2px solid #777;
    /*border-radius: 50%;*/
    height: 100px;
    width: 100px;
    margin: 0px auto;
    padding-top: 20px;
    line-height: 70px;
    transform: rotate(45deg);
}

.features-icon i {

    transform: rotate(-45deg);
}

/** Page Break **/
.page-break {
    background: url('../img/bg-break.jpg') no-repeat center center;
    background-size: 100%;
    height: 300px;
    margin-bottom: 80px;
    margin-top: 30px;
}

/** Pricing **/
.pricing-column {
    margin-bottom: 40px;
    position: relative;
    padding-top: 10px;
}

.pricing-panel {
    max-height: 280px;
    min-height: 280px;
}

.price-name,
.price {
    color: #34495e;
}

.pricing-features {
    padding-top: 15px;
}

.pricing-features li {
    font-size: 15px;
    line-height: 30px;
}

/** Testimonials **/
#testimonials {
    background-color: #fff !important;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }

}

/** Footer **/
.footer {
    background-color: #2c3e50;
    padding-top: 20px;
    padding-bottom: 10px;
}

.footer a {
    color: #9ba1ac;
}

.footer a:hover {
    color: #2980b9;
}

.footer p {
    line-height: 32px;
    color: #a0a0a0;
}

.footer ul li {
    display: inline;
    letter-spacing: 10px;
}

@media screen and (max-width: 767px) {
    .footer-icons {
        float: none !important;
        text-align: center;
        margin-left: 15px;
    }

    .footer-copyright {
        text-align: center;
    }
}

/** Animations **/
/** Credit: @daneden **/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* SCENE */
.nav-logo {
    height: 90px;
    margin-top: -25px;
}

.scene {

    overflow: hidden;
    /*top:80px;*/
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;

    /*padding-bottom: 1100px;*/

}

.layer, .layer img {
    position: absolute;
}

.scene, .layer {
    display: block;
    height: 911px;
    width: 100%;
    padding: 0;
    margin: 0;
}

.unselectable {
    -webkit-user-select: none;
}

/* Wolken */
.layer:nth-child(1) img {
    width: 120%;
    right: -10%;
    top: -5%;
    bottom: 0;
    height: 110%
}

/* Haus */
.layer:nth-child(2) img {
    width: 110%;
    right: -5%;
    top: 10%;
    bottom: 0;
    height: 110%;
}

/* PROMOTION */


/* 6 */
#login_wrapper {
    width: 400px;
    height: 210px;
    left: 50%;
    top: 50%;
    margin-top: -105px;
    margin-left: -200px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    z-index: 10;
    /*border-radius: 20px*/
}

/* 7 */
#slogan {
    position: absolute;
    left: 50%;
    width: 50%;
    top: 180px;
    margin-left: -25%;
    text-align: center;
}

#slogan p {
    font-family: 'Fira Sans', sans-serif;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0 auto;
    padding: 4px 20px;
    font-size: 3em;
    font-weight: bold;
    color: black;
    letter-spacing: -2px;
    display: inline-block;
}

#click_demo_order {
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 50px;
    /*    margin-top: -105px;
        margin-left: -200px;*/
    position: absolute;
    /*background: rgba(255,255,255,0.7);*/
    /*padding:20px;*/
    /*border-radius: 20px*/
}

#click_demo_order div a {
    /*padding:10px 30px;*/
    font-size: 2em;
    /*width: 250px;*/
    font-weight: 100;

}


@media (min-width: 992px) and (max-width: 1200px) {
    .nav-logo {
        height: 80px;
    }

    .scene, .layer, .layer:nth-child(1) img {
        /*height: 560px;*/
    }

    /* Login */
    #login_wrapper {

        top: 25%;
    }

    /* Hintere Formel 1 Wagen */
    .layer:nth-child(3) img {
        width: 60%;
        right: 0%;
        bottom: 11%;
    }

    /* Logo*/
    .layer:nth-child(4) img {
        left: -10%;
        bottom: 17%;
        width: 80%;
    }

    /* Vordere Formel 1 Wagen */
    .layer:nth-child(5) img {
        bottom: -3%;
        right: 0%;
        width: 60%
    }

    /* Login */
    #login_wrapper {

        top: 55%;
        right: 40px;
    }

}

@media (min-width: 769px) and (max-width: 991px) {
    .scene, .layer, .layer:nth-child(1) img {
        height: 460px;
        height: 800px;
    }

    #click_demo_order {
        bottom: 100px;
    }

    /* Login */
    /*     #login_wrapper {

            top:40%;
            right:20px;
        }*/

}


@media (max-width: 768px) {
    .nav-logo {
        height: 60px;
        margin-top: -15px;
    }

    .scene, .layer, .layer:nth-child(1) img {
        height: 560px;
    }

    .layer:nth-child(2) img {
        width: 100%;
        top: 0;
        left: 0;
    }

    #slogan {
        position: absolute;
        left: 50%;
        width: 400px;
        top: 135px;
        margin-left: -200px;
        text-align: center;
    }

    #slogan p {
        font-size: 1em;
        display: block;
        letter-spacing: 1px;
    }

    #click_demo_order {
        width: 100%;
        height: 85px;
        left: 0;
        bottom: 43px;
        position: absolute;
    }

    #click_demo_order div a {
        /*padding: 15px 20px;*/
        font-size: 1em;
        /*width: 130px;*/
    }

    /* Login */
    #login_wrapper {
        top: -30px;
        left: 50%;
        margin-left: -150px;
        width: 300px;
    }

}

@media (max-width: 768px) and (orientation: landscape) {

    .nav-slate {

        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav-logo {
        height: 40px;
        margin-top: -10px;
    }

    .scene, .layer, .layer:nth-child(1) img {
        height: 360px;
    }

    #slogan {
        display: none;
    }

    /* Login */
    #login_wrapper {
        padding: 20px;
        top: -60px;
        left: 50%;
        /*width: 50%;*/
        height: 210px;
    }

    /* Hintere Formel 1 Wagen */
    .layer:nth-child(3) img {
        width: 70%;
        right: 40%;
        bottom: 15%;
    }

    /* Logo*/
    .layer:nth-child(4) img {
        left: -10%;
        bottom: 10%;
        width: 80%;
    }

    /* Vordere Formel 1 Wagen */
    .layer:nth-child(5) img {
        bottom: 0%;
        right: 0%;
        width: 70%
    }
}

#functions .btn {
    width: 100%;
    padding: 35px 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 23px;
}


#functions .container {
    width: 100%;
    max-width: 960px;
}
