body {
    background-image: url('../img/bg.png');
    backgroubnd-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

h1 {
    font-family: "Times New Roman";
    font-weight: 500;
    color:#86bc25;
    text-transform: uppercase;
    font-size: 28px;
    background-image:linear-gradient(90deg,#5c871f,#87ba24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2 {
    font-family: "Times New Roman";
    font-weight: 300;
    color:#86bc25;
    text-transform: uppercase;
    font-size: 20px;
    background-image:linear-gradient(90deg,#5c871f,#87ba24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top:-3px;
}


p a {
    color:#86bc25;
}

.logo {
    width: 100%;
    max-width:400px;
}

.btn-default {
    background-color:#F59C00;
    width:100%;
    padding:12px;
    color: white;
    font-size:16px;
    border-radius: 0px;
    font-weight: bold;
    border:0px;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 38px;
        padding-bottom: 35px;
    }
}

.navbar-default {
    background-color:#ffffff;
    border-color:#e7e7e7;
    border: none;
}

.navbar {
    border-radius:0px;
    margin-bottom:0px;
}

.content {
    background-color: white;
    box-shadow: 0px 0px 5px grey;
}

.wrapper {
    padding:20px;
}

.carousel-inner {
    background-image: url('../img/Holz.png');
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin:0px auto;
}

.book-wrapper {
    padding:15px;
}

.book-wrapper:hover {
    padding:0px;
}

.footer {
    padding:20px;
}

.modal-content {
    position:relative;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #999;
    border:1px solid rgba(0,0,0,.2);
    border-radius:0px;
    outline:0;
    -webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);
    box-shadow:0 3px 9px rgba(0,0,0,.5);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #86bc25;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 30px auto;
    }
}

.footer-container {
    padding-top:10px;
    border-top:5px solid #86bc25;
}

.footer-right {
    float:right;
}

.footer a {
    color: #86bc25;
    margin-left:10px;
}


@media (max-width: 768px) {

    .navbar.navbar-default {
        min-height: 90px;
    }

    #bs-example-navbar-collapse-1 {
        margin-top:25px;
    }

    h1 {
        font-size: 26px;
    }

    body {
        background:none;
    }

    .maincontainer {
        padding-left:0px;
        padding-right:0px;
    }
}

.navbar-toggle {
    position:relative;
    float:right;
    padding:9px 10px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    background-image:none;
    border:1px solid transparent;
    border-radius:2px;
    margin-top:25px;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar-right {
       margin-top:-30px;
   }
}

a.active:hover {
    background-color: inherit;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #86bc25;
    background-color: inherit;
}

p {
    font-size:17px;
    font-weight:300;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color:white;
}

.navbar-brand {
    float: left;
    height: 93px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    max-width: calc(100vw - 100px);
}

.navbar-brand > img {
    display: block;
    margin-top:-10px;
}

#form-messages {
    text-align: center;
}

#form-messages.success {
    color: green;
}

#form-messages.error {
    color: red;
}

.product-box {
    background-color: #f2f2f2;
    padding:0px;
}

.product-box .product-image {
    width:100%;
}


/* --- Product Card ---- */
.card-wrapper{
    position: relative;
    width:340px;
    height:420px;
    margin:0px auto;
    transform-style: preserve-3d;
    transition: transform 5s;
    margin-bottom:20px;
}
.card-content-wrapper, #product-back{
    width:335px;
    height:500px;
    background:#edf5de;
    position:absolute;
    left:-5px;
    top:-5px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
#product-back{
    display:none;
    transform: rotateY( 180deg );
}
.card-content.animate #product-back, .card-content.animate .card-content-wrapper{
    top:0px;
    left:0px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}
.card-content{
    width:325px;
    height: 410px;
    position:absolute;
    top:10px;
    left:10px;
    overflow:hidden;
    box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    -webkit-transition:  100ms ease-out;
    -moz-transition:  100ms ease-out;
    -o-transition:  100ms ease-out;
    transition:  100ms ease-out;
}
div.card-content.flip-10{
    -webkit-transform: rotateY( -10deg );
    -moz-transform: rotateY( -10deg );
    -o-transform: rotateY( -10deg );
    transform: rotateY( -10deg );
    transition:  50ms ease-out;
}
div.card-content.flip90{
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition:  100ms ease-in;
}
div.card-content.flip190{
    -webkit-transform: rotateY( 190deg );
    -moz-transform: rotateY( 190deg );
    -o-transform: rotateY( 190deg );
    transform: rotateY( 190deg );
    transition:  100ms ease-out;
}
div.card-content.flip180{
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    transition:  150ms ease-out;
}
.card-content.animate{
    top:5px;
    left:5px;
    width:335px;
    height:420px;
    box-shadow:0px 13px 21px -5px rgba(0, 0, 0, 0.3);
    -webkit-transition:  100ms ease-out;
    -moz-transition:  100ms ease-out;
    -o-transition:  100ms ease-out;
    transition:  100ms ease-out;
}
.stats-container{
    background:#f2f2f2;
    border-top: 1px solid #e3e3e3;
    position:absolute;
    top: 250px;
    left:0;
    width:335px;
    height:300px;
    padding:27px 35px 35px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.card-content.animate .stats-container{
    top:132px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.stats-container .product_name{
    font-size:22px;
    color:#393c45;
}
.stats-container p{
    font-size:14px;
    color:#b1b1b3;
    padding:2px 0 20px 0;
}
.stats-container .product_price{
    float:right;
    color:#86bc25;
    font-size:22px;
    font-weight:600;
}
.image_overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#86bc25;
    opacity:0;
}
.card-content.animate .image_overlay{
    opacity:0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.product-options{
    padding:2px 0 0;
}
.product-options strong{
    font-weight:700;
    color:#393c45;
    font-size:14px;
}
.product-options span{
    color:#969699;
    font-size:14px;
    display:block;
    margin-bottom:8px;
}
.card-details{
    position:absolute;
    top:112px;
    left:50%;
    margin-left:-85px;
    border:2px solid #fff;
    color:#fff;
    font-size:19px;
    text-align:center;
    text-transform:uppercase;
    font-weight:700;
    padding:10px 0;
    width:172px;
    opacity:0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.card-details:hover{
    background:#fff;
    color:#86bc25;
    cursor:pointer;

}
.card-content.animate .card-details{
    opacity:1;
    width:152px;
    font-size:15px;
    margin-left:-75px;
    top:45px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.shadow{
    width:335px;height:520px;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    z-index:3;
    display:none;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
}

@media (max-width: 400px) {
    .card-wrapper {
        width:240px;
    }

    .card-content {
        width: 230px;
    }

    .card-content.animate {
        width:240px;
    }

    .card-content-wrapper, #product-back {
        width: 240px;
    }

    .stats-container {
        background:#f2f2f2;
        border-top: 1px solid #e3e3e3;
        position:absolute;
        top: 220px;
        left:0;
        width:240px;
        height:300px;
        padding:27px 35px 35px;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
    }
}