﻿

.container {
    /*background-color:#232323;
-khtml-opacity:.70; 
 -moz-opacity:.70; 
 -ms-filter:”alpha(opacity=70)”;
  filter:alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.7);
  opacity:.70;*/
    /*background-color: rgba(0,0,255,0.5);*/
    background-color: rgba(35,35,35,0.7);
}

body {
    background: url("../images/application/bgmin.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #f2f2f2;
}

.h1, .h2, .h3, h1, h2, h3 {
}

    h1.page-header {
        /*color: #f2f2f2;*/
    }

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        /*color: #f2f2f2;*/
        color: #D3D3D3;
    }

.panel-body {
    color: #333;
}

a:focus, a:hover {
    color: #808080;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

a {
    color: #808080;
    /*color: #1C1C1C;*/
    text-decoration: none;
}

.product-box {
    margin: 3px;
    /*min-height:500px;*/
    /*background-color: #FFE4B5;*/
    color: #333;
    background-color: rgba(255, 228, 181, 0.6);
    border: 1px solid #333;
}

.product-col {
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

.panel-body {
    /*min-height:230px;*/
}

.minheightIndexText {
    min-height: 200px;
}


.minheight40 {
    min-height: 40px;
    width: 50%;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 300px;
    }
}

@media (max-width: 991px) {
    .navbar-nav > li {
        float: left;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .text-right-md {
        text-align: right;
    }
}

.field-validation-error {
    color: red;
    /*display: none;*/
    /*background: url(../Images/information_red_16x16.png) no-repeat 100% 5px;
        position: relative;*/
}

/*Vergrösserungs-Effekt*/
.enl:hover {
    color: #424242;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 1;
    transform: scale(2);
    -ms-transform: scale(2); /* IE 9 */
    -webkit-transform: scale(2); /* Safari and Chrome */
}

/*Slick Navigate Button color*/
.customslick .slick-prev:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: black;
}

.customslick .slick-next:before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 22px;
    color: black;
}
