@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/font-awesome.css');
/*@import url('bootstrap/css/bootstrap-responsive.css');*/
@import url('css/custom_menu_collapse.css');
body {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 140px;
    background: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}
html {
    position: relative;
    min-height: 100%;
}
.full {
    /*background: url('img/landing_iveco.jpg') no-repeat center center fixed;*/
    background-color:lightgrey;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.footer {
    background-color: #444;
    color: #999;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer li {
    list-style-type: none;
    margin: 0px 0 0;
    padding: 0 0 0 10px;
}
.row {
    margin: 0px;
}
nav {
    height: 50px;
}
nav .container {
    height: 50px;
}
nav .btn-grp {
    top: 8px;
    float: right;
    position: relative;
    right: 0;
    margin-left:10px;
}
.navbar-nav > li > a {
    padding-bottom: 5px;
    padding-top: 15px;
    text-transform: uppercase;
    line-height: 17px;
}
#navbar {
    bottom: 0;
}
.navbar-header {
    float: none !important;
}
@media(max-width:768px) {
    .navbar-collapse {
        background: #fff none repeat scroll 0 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
}
.navbar-brand {
    margin-top: 0px;
    padding: 5px;
}
.navbar-social {
    margin-top: 10px;
    float: right;
    margin-right: 10px;
    margin-left: 10px;
}
@media(max-width: 400px) {
    .btn-grp {
        display: none;
    }
}
@media(max-width: 500px) {
    .navbar-social {
        display: none;
    }
}
h1 {
    font-size: 22px !important;
    font-weight: bold !important;
    margin-bottom: 15px;
}
h2 {
    font-size: 22px !important;
}
h3 {
    margin-top: 2px;
    font-size: 20px !important;
}
.jumbotron {
    color: #fff;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
}
.jumbotron p {
    font-size: 14px;
}
.jumbotron .container {
    height: 100%;
}
.jumbotron .bottom {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.headerimage {
    background: url(img/start.jpg) no-repeat scroll center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 260px;
}
.active > a {
    background-color: transparent !important;
    border-bottom: 2px solid red;
}
span.date {
    display: block;
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.news_image {
    background: url(img/start.jpg) no-repeat scroll center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    display: block;
}
.news_detail_image {
    width: 100%;
    height: auto;
}
#footger_bg {
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(img/footer_bg.png)
}
.landing_image {
    width: 100%;
    height: auto;
}
.spacer {
    height: 80px;
    clear: both;
}
.news_back {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
}
.katalog_image {
    width: 100%;
    height: auto;
}
.katalog_row {
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}
.landing_row h1 {
    font-size: 26px !important;
    color: #fff;
    font-family: 'Kaushan Script', cursive;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.landing_row .white_bg {
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}
.landing_row {
    top: 50px;
    left: 0;
    right: 0;
    position: relative;
    ;
}
.landing_row a {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
}
.abverkauf {
    position: absolute;
    top: -20px;
    left: -20px;
}
.feature_row {
    top:70px;
    position: relative;
}
.partner_row {
    width: 100%;
    background-color: #efefef;
    padding-top:40px;
    padding-bottom:40px;
}
.partner_row img {
    max-height:150px;
    width:auto;
}

.row .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row .news > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
