

body {
    font-family: Din-Light,sans-serif, Verdana;
}
@media (min-width: 1200px) {
    .footer-links .col-lg-3 {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 990px;
    }
}

.table-panel {
    padding-left:30px !important;
    padding-right:30px !important;
}
.table-header,
.table-hr {
    padding-left:15px;
    padding-right:15px;
}
.mainbody {
    background: black;
}
.center-pills {
    display: table;
}

/* bootstrap overrides */
a {
    color: #aee17e;
}
.text-primary {
    color: #a8bc51;
}
.btn-primary {
    /*color: #fff;*/
    /*background-color: green;*/
    /*border-color: darkgreen;*/
    padding: 7px 25px 7px 20px;
}
.btn-primary:hover {
    /*background-color: darkgreen;*/
}
.btn-warning {
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.btn-warning:hover {
    background-color: saddlebrown;
    border-color: #8a6d3b;
}

.ngProgressLiteBar {
    background: green;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 4px;
}

/* tab section overrides */
.navbar-tabs {
    background-image: url("../images/aufhellen.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 990px;
    padding-left: 30px;
    padding-bottom: 15px;
}
ul.nav.nav-pills {
    /*background-image: url("../images/aufhellen.png");*/
    /*background-repeat: no-repeat;*/
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-pills>ul {
    margin-top: 20px;
    height: 50px;
}
.nav-pills>li {
    margin: 10px 10px 10px 0px;
}


.nav>li>a {
    /*position: relative;*/
    /*display: block;*/
    /*padding: 7px 20px 7px 10px;*/
}
.nav-pills>li>a,
.btn-primary {
    color: #fff;
    font-size: 20px!important;
    border-radius: 3px;

    background-image: -ms-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: -moz-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: -o-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8A9B43), color-stop(1, #A8BC51));
    background-image: -webkit-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: linear-gradient(to top, #8A9B43 0%, #A8BC51 100%);
    border: 1px solid #fff !important;

}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #687533;
    background-image: none;
}
.nav-pills>li>a:hover {
    background-color: #687533;
    background-image: none;
}
.nav>li.disabled>a, .nav>li.disabled>a:hover {
    background-color: grey;
    background-image: none;
    color: #fff;
}

/* containers */
.quote-table-header {
    color: #a8bc51;
}
.row-main {
    background-image: url("../images/aufhellen.png");
    background-repeat: repeat-y;
    background-position: center;
    background-size: 990px;
}
.table-quotes tbody > tr > td.mobile {
    border-bottom-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.table-quotes tbody > tr.table-row-last > td.mobile {
    border-bottom-style: none;
}

/* HEADER STYLES */
@media (min-width: 769px) {
    header {
        height: 190px;
    }
}
header {
    color: #ffffff;
    border-bottom: 2px solid white;
    background: #a8bc51;
    background-image: url("../images/header-logo.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
}

.header-row {
    padding:0 !important;
}
::-webkit-input-placeholder {
    font-family: PT-Sans, sans-serif, Verdana;
    font-size: 16px;
    color: #595959;
}

::-moz-placeholder {
    font-family: PT-Sans, sans-serif, Verdana;
    font-size: 16px;
    color: #595959;
}

/* firefox 19+ */
:-ms-input-placeholder {
    font-family: PT-Sans, sans-serif, Verdana;
    font-size: 16px;
    color: #595959;
}

/* ie */
input:-moz-placeholder {
    font-family: PT-Sans, sans-serif, Verdana;
    font-size: 16px;
    color: #595959;
}
.img-space-pad {
    padding: 0px 25px;
}

.font-navi-1 {

    font-family: Din, sans-serif, Verdana;
    font-size: 17px;

}

.header-info span {
    font-family: Din-Light, sans-serif, Verdana;
    font-size: 20px;
    margin-right: 0;
    padding: 15px;
    -webkit-box-shadow: inset -2px 13px 48px -7px rgba(231, 221, 221, 0.75);
    -moz-box-shadow: inset -2px 13px 48px -7px rgba(0, 0, 0, 0.75);
    box-shadow: inset -2px 13px 48px -7px rgba(94, 92, 92, 0.75);
}

.header-info-text {
    font-family: Din-Light, sans-serif, Verdana;
    font-size: 15px;
    /*margin-left: 43px;*/
    padding-left: 40px;
    height: 138px;
    color: #FFF;
    width: 250px;
    /*height:119px; */
}

.header-info-text span {

    margin-top: 7px;
    display: block;
}

.header-info-text span a {
    font-family: arial;
    color: white !important;

}

.kontaktformular {
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.30);
    font-size: 17px;
    font-weight: bold;
}

.kontaktformular img {
    padding-left: 3px;
}

.kontaktformular a {
    font-weight: bold;
}

.header-info a {

    color: #fff !important;
    text-decoration: none;

}

.navbar {
    margin-bottom: 0
}

.shadow {
    background-image: url("../images/aufhellen.png");
    background-repeat: no-repeat;
    background-size: 960px;
    background-position: 15px 0;
    padding-top: 20px;
}

.logo-align {
    margin-top: -40px;
    margin-left: -10px;
}
div > .class-resp-1 {
    padding-left: 15px;
    margin-top: -30px;

}
.top-navigation .navbar-nav > li > a, .top-navigation .navbar-brand {
    color: #ffffff;

    padding-left: 10px;
    font-size: 1em;
}

.class-extra-align {
    margin-left: -30px !important;

}

@media (min-width: 769px) {
    .font-navi-1 {
        font-family: Din, sans-serif, Verdana;
        font-size: 17px;
        margin-top: -23px;
    }

}
@media (max-width: 767px) {
    .font-navi-1 {
        margin-top: 0px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .font-navi-1 {
        margin-top: -23px;
    }

}

@media (max-width: 768px) {
    div > .class-resp-1 {
        padding-left: 15px;
        float: right;
        /*height: 100px;*/
        margin-top: -20px;
    }

    .special-kontakt-1 {
        float: none !important;
    }
}

.top-navigation .navbar-nav > li > a:hover {
    color: #e3e9ca;
}
.top-navigation .navbar-nav > .active > a:hover {
    background-color: #a8bc51;
    color: #e3e9ca;
}
.current-menu-item a {
    color: #e3e9ca !important;

}
.top-navigation {
    background-color: transparent;
    border-color: transparent;
    margin-top: -41px;
    margin-left: 2px;
    /* margin-top:-23px*/
}
.top-navigation #bs-example-navbar-collapse-1 {
    padding-left: 0;

}
.logo-space {
    padding-bottom: 156px;
}

/* FOOTER STYLES */

.footer-links > .container,
.footer-states > .container {
    background-color: transparent;
}
.footer-links {
    border-top:1px solid #3d3d3d;
    color:#eaeaea;
    font-size: 14px;
    padding-top:40px;
    padding-bottom:10px;
    background-image:url("../images/texture.png");
    margin-top:40px;
}
.footer-links a{
    color:#aee17e;
    text-decoration: none;
}
.footer-links img {
    padding:5px;
}
.footer-states h2 {
    font-size: 18px;
    color: #8a8a8a;
}
.footer-states {
    padding-bottom:40px;
    background-color: #fff;
}
.footer-states a {
    padding:3px;
    display:inline-block;
}
.footer-states p {
    margin:0;
}

.btn-virtual-tour,
.btn-component-image {
    background-image: -ms-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: -moz-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: -o-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8A9B43), color-stop(1, #A8BC51));
    background-image: -webkit-linear-gradient(bottom, #8A9B43 0%, #A8BC51 100%);
    background-image: linear-gradient(to top, #8A9B43 0%, #A8BC51 100%);
    border: 1px solid #fff !important;
}
.btn-virtual-tour:hover,
.btn-component-image:hover {
    color: #fff;
    background-color: #687533;
    background-image: none;
}