/*actual styles*/
body {
    background:url(../img/bg.png) center center repeat, #A0C245;
    //background-attachment: fixed;
    background-size: 100%;
    padding-top: 20px;
    font-size: 1.4em;
}
#kontakt .panel{
    background: rgba(255,255,255,0.3);
}

.navbar-inverse .navbar-nav > li > a {
    color: black;
}

#kontakt .panel-heading {
    background: #3E3D40;
    color: white;
}


.padding-top {
    padding-top: 20px;
}

.navbar {
    font-size: 0.9em;
}

.outer-col {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(255,255,255,0.3);
}

.navbar {
    background: #A0C245;
    border: none;
}
@media (min-width: 768px) { 
    .navbar {
        background: transparent;
        border-bottom: none;
        border-top: none;
        margin-bottom: 0;
        margin-top: 0;
    }
    .navbar-bg-container {
        position: relative;
        top: 40px;
        left: -99px;
    }
}
.navbar-bg-container {
    display: none;
}
.nav-container {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#02ffffff',GradientType=0 ); /* IE6-9 */
}



.content-container {
    background: rgba(255,255,255,0.2);
    padding-left: 3%;
    padding-right: 3%;
}

.container {
    max-width: 960px;
}

.content-row {
    border-bottom: 2px dotted white;
    padding-top: 2%;
    padding-bottom: 2%;
}

.gfx-header {
    position: relative;
    left: -118px;
}


.no-decoration {
    text-decoration: none;
    color: black;
}

/*slider*/

.carousel-caption {
    margin-top: 0.6em;
    position: static;
    text-align: left;
    padding: 10px;
    background: rgba(255,255,255,0.2);
    color: black;
}

.carousel-indicators {
    position: relative;
    bottom: -10px;
}

.carousel-control {
    background-image: none !important;
    color: dimgrey;
}

.carousel-control:hover {
    color: #A0F545;
}
.carousel-inner > .item > img {
    width: 100%;
}


.carousel-control  .glyphicon-chevron-left, .carousel-control  .glyphicon-chevron-right {
    height: auto;
    width: auto;
}

.carousel-control .glyphicon {
    background: white;
    border-radius: 50%;
    padding: 5px;
}


/*produkt*/

.product {
    margin-bottom: 30px;
    min-height: 470px;
}

.product-heading {
    text-align: center;
    text-decoration: underline;
    color:  #F5F5DC;
}

.product-content {
    text-align: justify;
}

.centered {
    text-align: center;
}

.content-highlight {
    margin-top: 10px;
    padding: 3px;
    background: rgba(255,255,255,0.2);
}


/* modals */
.modal-content{
    padding: 3em;
}
