/* CSS Document */

@font-face {
    font-family: 'Asap';
    src: url('../fonts/asap/asap-v24-latin-regular.eot');
    src: url('../fonts/asap/asap-v24-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/asap/asap-v24-latin-regular.woff2') format('woff2'),
        url('../fonts/asap/asap-v24-latin-regular.woff') format('woff'),
        url('../fonts/asap/asap-v24-latin-regular.ttf') format('truetype'),
        url('../fonts/asap/asap-v24-latin-regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/asap/asap-v24-latin-italic.eot');
    src: url('../fonts/asap/asap-v24-latin-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/asap/asap-v24-latin-italic.woff2') format('woff2'),
        url('../fonts/asap/asap-v24-latin-italic.woff') format('woff'),
        url('../fonts/asap/asap-v24-latin-italic.ttf') format('truetype'),
        url('../fonts/asap/asap-v24-latin-italic.svg') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/asap/asap-v24-latin-700.eot');
    src: url('../fonts/asap/asap-v24-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/asap/asap-v24-latin-700.woff2') format('woff2'),
        url('../fonts/asap/asap-v24-latin-700.woff') format('woff'),
        url('../fonts/asap/asap-v24-latin-700.ttf') format('truetype'),
        url('../fonts/asap/asap-v24-latin-700.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/asap/asap-v24-latin-700italic.eot');
    src: url('../fonts/asap/asap-v24-latin-700italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/asap/asap-v24-latin-700italic.woff2') format('woff2'),
        url('../fonts/asap/asap-v24-latin-700italic.woff') format('woff'),
        url('../fonts/asap/asap-v24-latin-700italic.ttf') format('truetype'),
        url('../fonts/asap/asap-v24-latin-700italic.svg') format('svg');
    font-weight: 700;
    font-style: italic;
}

body,
html {
    font-family: 'Asap', sans-serif;
    font-size: 15px;
    position: relative;
}

body {
    padding-top: 70px;
}

.navbar-oexmann {
    background-color: #00649c;
    background-image: none;
    border: 0px;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.25);
}

.navbar-oexmann .navbar-nav > .active > a,
.navbar-oexmann .navbar-nav > .active > a:focus,
.navbar-oexmann .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #D20037;
    background-image: none;
}

.navbar-oexmann .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
}

.navbar-oexmann input[type="text"] {
    background-color: #3D99CD;
    border: 1px solid transparent;
}

.navbar-oexmann .form-control::-webkit-input-placeholder { color: #003F63; }
.navbar-oexmann .form-control:-moz-placeholder { color: #003F63; }
.navbar-oexmann .form-control::-moz-placeholder { color: #003F63; }
.navbar-oexmann .form-control:-ms-input-placeholder { color: #003F63; }

.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 0 0 rgba(255,255,255,0);
}

.werbespruch-header {
    color: #C8C8C8;
    display: inline-block;
}

.owl-item.center > a > div > img{
    height: 150px;
    margin-top: 0;
}

.owl-item > a > div > img{
    margin-top: 25px;
}
.owl-nav .owl-next {
    right: 0px !important;
    border-radius: 100% 0 0 100% !important;
}
.owl-nav .owl-prev {
    left: 0px !important;
    border-radius: 0 100% 100% 0 !important;
}
.owl-nav [class*=owl-]:hover {
    background: rgba(0,0,0,1) !important;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute !important;
    bottom: 75px !important;
    height: 70px !important;
    width: 70px !important;
    margin: auto  !important;
    font-size: 26px !important;
}
.owl-nav [class*=owl-] {
    background: rgba(0,0,0,0.7) !important;
    color: #fff !important;
    padding: 19px 12px !important;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav .slick-slide {
    height: 60px;
    padding: 0 2px;
}
.slider-nav .slick-slide:focus {
    outline: none;
}
.slider-nav .slick-slide img {
    height: 60px;
    display: block;
    border: 1px solid #f5f5f5;
    outline: none;
    cursor: pointer;
}

.slider-for {
    max-height: 360px;
    text-align: center;
}

.slider-for img {
    max-height: 360px;
    display: inline-block !important;
}

.slick-prev, .slick-next {
    z-index: 9999;
    height: 100% !important;
    background: rgb(255,255,255);
    width: 30px !important;
}

.slick-prev {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%) !important;
    left: 0 !important;
}

.slick-next {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%) !important;
    right: 0 !important;
}

.slick-prev:before, .slick-next:before {
    color: black !important;
}

/* 
.slider-nav-item {
    width: 50px !important;
    height: 50px !important;
    margin: 0 5px;
    overflow: hidden;
}

.slider-nav .slick-slide {
    height: 100px;
    padding: 0 2px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.slider-nav .slick-slide img {
    height: 100px;
    display: block;
} */

/*.slick-prev:before, .slick-next:before {
    font-family: FontAwesome;
    color: #003982;
}
.slick-next:before {
    content: "\f0a9";
}
.slick-prev:before {
    content: "\f0a8";
}
.slick-center img{
    max-height: 250px!important;
    max-width: 220px!important;
    width: auto!important;
    height: auto!important;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.slick-slide.slick-center{
    overflow-y: visible;
    max-height: 250px;
    top: 0;
}
.slick-slide{
    position: relative;
    top: 75px;
    height: 250px;
    max-width: 250px!important;
}
.
.slick-slide img{
    position: relative;
    top: 25px;
}*/
.header-icons {
    display: inline-block;
    /* margin-left: 30px; */
    font-size: 37px;
    margin-left: 15px;
}

.header-icons > a > i.fa-facebook {
    color: #3b5998;
}

.header-icons > a > i.fa-twitter {
    color: #55acee; 
}

.header-icons > a > i.fa-xing {
    color: #026466;
}

.header-icons > .header-social-media {
    margin-left: 30px;
}

.header-icons > .header-social-media:first-child {
    margin-left: 0px;
}

.header-logo {
    float: right;
    max-width: 245px;
}

.carousel-inner {
    height: 485px;
    overflow: hidden;
}

.carousel-inner .item {
    height: 100%;
    width: 100%;
}

.carousel-inner .item img { 
    width: 100%;
}

.carousel-inner .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%)
 -webkit-transform: translate(-50%,-50%);
}

.main-content {
    margin-top: 60px;
}

.content-box {
    background-color: #ececec;
    position: relative;
    margin-bottom: 30px;
}

.content-image {
    padding-left: 0px;
    padding-right: 0px; 
}

.content-image img {
    width: 100%;
    object-fit: cover;
}

.content-right {
    position: relative;
}

.content-box,
.content-image img,
.content-text-main {
    height: 290px;
}

.content-box-half-height,
.content-box-half-height > .content-image img,
.content-box-half-height > .row > .content-text-main {
    height: 145px;
    color: #575757;
}
.content-box-half-height{
    position: relative;
    margin-bottom: 30px;
    background-color: #ececec;
    transition: all 0.15s ease;
    -webkit-transition: all 0.15s ease;
}

.content-box-half-height:hover {
    height: 145px;
    color: #575757;
    background-color: #dedede;
    position: relative;
    margin-bottom: 30px;
}

.content-text-header {
    color: #d20037;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 20px;
}

.header-zusatz {
    color: #575757;
    font-size: 17px;
}

.btn-more-info {
    background-color: #d20037;
    color: #fff;
    border-radius: 0px;
    padding: 15px;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
}

.btn-more-info:hover {
    background-color: #dc3c66;
    color: #fff;
}

.btn-more-info:focus {
    color: #fff;
}

.content-text {
    text-align: justify;
}

footer {
    position: relative;
    margin-top: 50px;
}

.footer-background {
    background-color: #25394a;
    padding: 90px 0px;
}

.col-xs-7-grid,
.col-sm-7-grid,
.col-md-7-grid,
.col-lg-7-grid {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-7-grid {
    width: 14.28571428571429%;
    float: left;
}

.footer-header {
    color: #fff;
    font-size: 17px;
    border-bottom: 2px solid #d20037;
    padding-bottom: 7px;
}

.footer-link {
    display: block;
    color: #667a8c;
    margin-top: 5px;
}

.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-link:first-child {
    margin-top: 0px;
}

.footer-background-dark {
    padding: 15px 0;
    background-color: #25343f;
    color: white;
}

.footer-background-dark a{
    color: #667a8c
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #dc3c66;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #dc3c66;
    border-color: #dc3c66;
    color: #fff;
}

.clearfix {
    clear: both;
}

.btn-send-mail {
    background-color: #13c774;
    color: #fff;
    text-decoration: none;
    padding: 12px;
    -webkit-transition: 0.3s;
            transition: 0.3s;
}

.btn-send-mail:hover {
    background-color: #09a55d;
    color: #fff;
}

.btn-footer {
    float: right;
}

.md-checkbox [type="checkbox"]:not(:checked), .md-checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.md-checkbox [type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.md-checkbox [type="checkbox"]+label:before, .md-checkbox [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #333;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s;
}

.md-checkbox [type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.md-checkbox [type="checkbox"]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #d20037;
    border-bottom: 2px solid #d20037;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.md-checkbox.checkbox-inline {
    margin-left: 0px;
}

.google-maps {
    width: 100%;
    height: 600px;
}

.referenzen-kategorien-box {
    position: relative;
    margin-top: 30px;
    height: 300px;
    overflow: hidden;
}

.referenzen-kategorien-img > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.referenzen-kategorien-header {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: -40px;
    opacity: 1;
    padding: 6px 15px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.referenzen-kategorien-box:hover .referenzen-kategorien-header {
    opacity: 1;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.referenzen-kategorien-header > p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 23px;
    text-transform: uppercase;
}

.btn-referenzen {
    margin-top: 5px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-referenzen:hover,
.btn-referenzen:focus {
    border: 1px solid #fff;
    color: #D20037;
    background-color: #fff;
}

.img-details-referenzen {
    max-width: 200px;
    margin-right: 15px;
}

.referenzen-images-bottom {
    float: left;
    width: calc(100% - 30px);
    margin: 30px 15px 0 15px;
}

.referenzen-images-bottom .big-size{
    height: 400px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 15px;
}

.referenzen-images-bottom .small-size img{
    height: 100px;
    width: auto;
    margin: 25px auto auto;
    /*margin-bottom: 15px;*/
}

.news-box > h2 {
    display: inline-block;
    color: #d20038;
}

.news-box > h2 + p {
    display: inline-block;
    font-weight: 700;
}

.news-date-time {
    /* margin-left: 50px; */
    color: #575757;
}

p.text-3-col {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}

.main-content > .row > [class^="col-"] {
    text-align: justify;
}

.zertifikate-box {
    padding: 15px;
    background-color: #ececec;
}

.zertifikate-header {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.partner-logos {
    position: relative;
    min-height: 150px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
       -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.35);
    margin-bottom: 20px;
}

.partner-logos > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #fff;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all 0.28s ease;
       -moz-transition: all 0.28s ease;
        -ms-transition: all 0.28s ease;
         -o-transition: all 0.28s ease;
            transition: all 0.28s ease;
}

.partner-logos:hover > img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
}

.product-listing {
    position: relative;
}

.product-listing-box {
    padding: 7px 15px;
}

.product-listing-box:hover {
    -webkit-box-shadow: 0px -1px 4px 0px rgb(189,189,187);
            box-shadow: 0px -1px 4px 0px rgb(189,189,187);
}

.product-listing-box:hover .product-listing-hover {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
}

.product-listing-hover {
    display: none;
    background-color: #fff;
    color: #333;
    padding: 5px 7px;
    width: calc(100% + 30px);
    border-top: 1px solid #337ab7;
    -webkit-box-shadow: 0px 2px 4px 0px rgb(189,189,187);
            box-shadow: 0px 2px 4px 0px rgb(189,189,187);
    margin-left: -15px;
    margin-right: -15px;
}

.sub-product-listing {
    padding: 7px 15px;
}

.sub-product-listing:hover {
    background-color: #dedede;
    color: #337ab7;
}

hr.product-line {
    border-top: 1px solid #DEDEDE;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.no-text-decoration:hover {
    text-decoration: none;
}

.product-list-cat {
    padding-bottom: 30px;
    border-bottom: 1px solid #DEDEDE;
}

.product-cat-name {
    font-size: 18px;
    color: #616161;
}

.product-specifications.first-row {
    background-color: #009fe3;
    color: #fff;
}

.product-specifications {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 10px;
    margin-top: 30px;
}

.pagination-back {
    background-color: #f7f7f7;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    color: #777;
    display: block;
    font-size: 14px;
    margin: 28px 0;
    overflow: hidden;
    padding: 7px 0 6px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.pagination-back:hover {
    background-color: #efefef;
}

.pagination-back i.fa {
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}

.pagination-back:hover i.fa {
    left: -10px;
}

/* BOOTSTRAP CAROUSEL FULL HEIGHT START */
    
html, body {
    height: 100%;
}

.carousel.full-height {
    height: calc(100% - 170px);
}

.carousel.full-height .carousel-inner,
.carousel.full-height .item,
.carousel.full-height .item.active {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.carousel.full-height .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

/* BOOTSTRAP CAROUSEL FULL HEIGHT END */

.dark-gray-background {
    background-color: #25394a;
    color: #fff;
    padding: 20px 0px;
}

.carousel-caption {
    left: auto;
    right: 15px;
    bottom: 15%;
    width: auto;
    text-align: left;
}

.carousel-caption .btn-product-details.bigger{
    width: 100%;
}

.btn-product-details.bigger {
    padding: 15px;
}

.footer-bottom {
    padding: 15px 0px;
    background-color: #15222c;
}

.footer-social-media {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    float: right;
    margin-left: 15px;
}

.footer-social-media:hover {
    color: #fff;
    text-decoration: none;
}

hr.header-divider {
    margin-bottom: 0;
}

.sub-nav {
    background-color: #f7f7f7;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

ul.tree-view {
    list-style: none;
    padding: 0;
}

ul.tree-view > li {
    padding: 6px 15px;
}

ul.tree-view > li > a {
    color: #333;
}

ul.tree-view > li > a {
    position: relative;
    padding-left: 0px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

ul.tree-view > li > a:hover {
    padding-left: 5px;
}

ul.tree-view > li > a:hover {
    color: #000;
    text-decoration: none;
}

ul.tree-view > li ul {
    list-style: none;
    padding: 0;
} 

ul.tree-view > li > ul > li {
    padding: 6px 0px 6px 20px;
} 

ul.tree-view > li > ul a {
    color: #333;
}

ul.tree-view a.active {
    font-weight: bold;
}

ul.tree-view > li > ul a:hover {
    color: #000;
    text-decoration: none;
}

ul.tree-view > li > ul  a {
    position: relative;
    left: 0px;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

ul.tree-view > li > ul a:hover {
    left: 5px;
}

ul.tree-view > li > ul > li > ul > li {
    padding: 6px 0px 6px 20px;
} 

ul.tree-view > li > ul > li > ul > li {
    padding: 6px 0px 6px 20px;
} 

.sub-back-btn {
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.sub-back-btn > i.fa {
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

.sub-back-btn:hover > i.fa {
    left: -5px;
}

.footer-headline {
    font-size: 21px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
}

.footer-subline {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding-top: 10px;
    margin-left: 10px;
}

textarea.form-control {
    max-width: 100%;
}

span.required {
    color: red;
}

.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.landingpage-text{
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}

.btn-landingpage {
    padding: 10px !important; 
    width: 100% !important;
    position: relative !important;
    margin-top: 15px !important;
    margin-bottom: -15px !important;   
}

.sm-header {
    margin-top: 30px;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.landingpage-icons {
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
    list-style: none;
}

.landingpage-icons li {
    display: inline-block;
}

.landingpage-icons li + li {
    margin-left: 10px;
}

.landingpage-icons li a {
    color: rgba(255, 255, 255, 0.75);
    transition: color .3s ease;
}

.landingpage-icons li a:hover {
    text-decoration: none;
    color: #fff;
}

@media (max-width: 767px) {
    
    body {
        padding-top: 50px;
    }
    
    
    .landingpage-row {
        margin-top: -50px !important;   
        min-height: calc(100% + 250px) !important;
    }
  
    .referenzen-images-bottom{
        width: calc(100% - 30px);
        margin: 30px 15px 0 15px;
    }
    
    .content-image {
        padding-left: 0px;
        padding-right: 0px; 
    }
    
    .content-box,
    .content-image img,
    .content-text-main {
        height: auto;
    }
    
    .btn-more-info {
        position: inherit !important;
        width: 100% !important;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .navbar-oexmann {
        background-color: #fff;
        height: 50px;
    }
    
    .navbar-brand {
        width: 100%;
    }
    
    .navbar-brand > img {
        height: 37px;
        margin: -8px auto 0px auto;
    }
    
    .navbar-toggle {
        position: absolute;
        right: -15px;
        padding: 17px 19px;
        margin-top: 0;
    }
    
    .navbar-toggle .icon-bar {
        background-color: #d20037;
    }
    
    #navbar {
        background-color: #fff;
        -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
           -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
                box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.15);
    }
    
    .navbar-oexmann .navbar-nav > li > a {
        color: #d20037;
    }
    
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
    
    .header-icons {
        margin-left: 0px; 
    }
    
    .main-content {
        margin-top: 25px;
    }
    
    .navbar-oexmann input[type="text"] {
        background-color: #fff;
        border: 1px solid #ccc;
    }
    
    .navbar-oexmann .form-control::-webkit-input-placeholder { color: #999; }
    .navbar-oexmann .form-control:-moz-placeholder { color: #999; }
    .navbar-oexmann .form-control::-moz-placeholder { color: #999; }
    .navbar-oexmann .form-control:-ms-input-placeholder { color: #999; }
    
    p.text-3-col {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
    
    .zertifikate-box {
        margin-bottom: 15px;
    }
    
    .nav > li > a:focus, .nav > li > a:hover {
        color: #fff;
    }
    
    .img-details-referenzen {
        max-width: 100%;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    
    .referenzen-kategorien-box {
        height: 193px;
    }
    
    .referenzen-kategorien-header {
        bottom: 0;
    }

    .referenzen-kategorien-box:hover .referenzen-kategorien-header {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }

    .btn-referenzen {
        display: none;
    }

    .btn-referenzen:hover,
    .btn-referenzen:focus {
        border: 1px solid #fff;
        color: #D20037;
        background-color: #fff;
    }
    
    .footer-headline {
        margin-bottom: 0;
    }
    
    .footer-subline {
        font-size: 17px;
        color: #fff;
        display: inline-block;
        padding-top: 0px;
        margin-left: 0px;
        margin-top: -5px;
        margin-bottom: 15px;
    }
    
    .btn-footer {
        width: 100%;
        float: left;
    }
    
    hr.header-divider {
        display: none;
    }
    
    .footer-headline,
    .footer-subline {
        display: block;
        text-align: center;
    }
    
    .footer-subline {
        margin-top: 5px;
    }
    
    .footer-header,
    .footer-link {
        text-align: center;
    }
    
    .footer-link {
        margin-bottom: 10px;
    }
    
    .footer-link:last-child {
        margin-bottom: 0px;
    }
    
    .btn-landingpage {
        position: initial !important;
        left: 0 !important;
        margin-top: 0 !important;
        padding: 10px !important;
        margin-bottom: 0 !important;
    }
    
    .landingpage-box {
        min-height: inherit !important;
    }
    
    .footer-social-media {
        font-size: 30px;
        float: none;
    }
    
    .footer-icons {
        float: left;
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
    body {
        padding-top: 155px;
    }
    
    .landingpage-row {
        margin-top: -155px !important;   
        min-height: calc(100% + 155px) !important;
    }
    
    .main-content {
        margin-top: 25px;
    }
    
    .col-sm-7-grid {
        width: 14.28571428571429%;
        float: left;
    }
    
    .content-box,
    .content-text-main {
        height: auto;
    }
    
    .content-image img {
        height: 230px;
    }
    
    .btn-more-info {
        position: inherit !important;
        width: 100% !important;
        margin-top: 15px;
    }
    
    .nav > li > a {
        padding: 10px;
    }
    
    .navbar-oexmann .navbar-form,
    .navbar-oexmann .navbar-form .form-control {
        width: 100%;
    }
    
    .navbar-oexmann .navbar-form {
        margin-right: 0px;
    }
    
    .row-imitate-sm {
        clear: both;
    }
    
    .zertifikate-box {
        margin-bottom: 30px;
    }
    
}

@media (min-width: 992px) and (max-width: 1199px) {
        
   .col-md-7-grid {
        width: 14.28571428571429%;
        float: left; 
    }
    
    .navbar-oexmann .navbar-nav > li > a {
        padding: 15px 10px;
    }
    
    .content-box, .content-image img, .content-text-main {
        height: 470px;
    }
    
    .content-box-half-height,
    .content-box-half-height > .content-image img,
    .content-box-half-height > .row > .content-text-main {
        height: 235px;
    }
    
}

@media (min-width: 1200px) {
    
    .col-lg-7-grid {
        width: 14.28571428571429%;
        float: left;
    }
    
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    
    .footer-link {
        margin-bottom: 15px;
    }
    
    .footer-link:last-child {
        margin-bottom: 0px;
    }
    
}