/**
 * @Author: Alessandro Napolitano <alessandro>
 * @Date:   15. March 2018 - 11:36:35 - +01:00
 * @Email:  a.napolitano@swstahl.de
 * @Filename: 2.css
 * @Last modified by:   Alessandro Napolitano
 * @Last modified time: 04.10.2018
 * @Copyright: SW-Stahl GmbH
 */


/* See http://code.google.com/p/minify/wiki/CommonProblems#@imports_can_appear_in_invalid_locations_in_combined_CSS_files */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("../../../themes/kreativkarussell/_template/libraries/owlcarousel/assets/owl.video.play.html") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.paralax {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.full-height {
    min-height: 640px !important;
    position: relative
}

.container {
    float: none;
    line-height: 180%
}

.modal-backdrop {
    position: fixed;
    height: 100%;
    background: #000;
    opacity: 0.9;
    z-index: 8000
}

.img-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%
}

#menu-item-50-fr,
#menu-item-50-en {
    display: none
}

html {
    font-weight: 400
}

@font-face { 
    font-family: "Blinker"; 
    src: url("../../fonts/Blinker-Regular.ttf"); 
}

body {
    background: #0f1618;
    color: #ffffff;
    font-weight: 300;
    font-family: Blinker, Helvetica, Arial, sans-serif;
    font-size: 20px;
}

a {
    color: #0077c8
}

a:hover,
a:focus {
    color: #0077c8;
    text-decoration: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

h1,
.h1 {
    color: #0077c8
}

h2,
.h2 {
    color: #0077c8
}

h3,
.h3 {
    color: #0077c8
}

.glyphicon {
    color: #333;
    font-size: 1.4em
}

input,
.button,
select,
textarea {
    background: rgba(251, 246, 246, 0.31)
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

.set1 {
    background: #2d3035;
    color: #fff;
    font-weight: 300;
}

.set1 a {
    color: #fff
}

.set1 a:hover,
.set1 a:focus {
    color: #0077c8
}

.set1 h1,
.set1 .h1 {
    color: #0077c8
}

.set1 h2,
.set1 .h2 {
    color: #0077c8
}

.set1 h3,
.set1 .h3 {
    color: #0077c8
}

.set1 .glyphicon {
    color: #fff
}

.set1 .wpb_content_element .wpb_button {
    border-color: #0077c8;
    color: #0077c8
}

.set1 .wpb_content_element .wpb_button:hover {
    background-color: #0077c8;
    color: #fff
}

.set1 .button,
.set1 html input[type="button"],
.set1 input[type="reset"],
.set1 input[type="submit"] {
    background: #0077c8;
    color: #fff
}

.set1 input,
.set1 select,
.set1 textarea {
    background: #fff;
    color: #333
}

.set2 {
    background: #0f1618;
    color: #ffffff;
    font-weight: 300
}

.set2 a {
    color: #333
}

.set2 a:hover,
.set2 a:focus {
    color: #fff
}

.set2 h1,
.set2 .h1 {
    color: #fff
}

.set2 h2,
.set2 .h2 {
    color: #fff
}

.set2 h3,
.set2 .h3 {
    color: #fff
}

.set2 .glyphicon {
    color: #333
}

.set2 .wpb_content_element .wpb_button {
    border-color: #fff;
    color: #fff
}

.set2 .wpb_content_element .wpb_button:hover {
    background-color: #fff;
    color: #333
}

.set2 .button,
.set2 html input[type="button"],
.set2 input[type="reset"],
.set2 input[type="submit"] {
    background: #fff;
    color: #0077c8
}

.set2 input,
.set2 .button,
.set2 select,
.set2 textarea {
    background: rgba(51, 51, 51, 0.05)
}

.contentrow {
    padding: 30px 0 30px
}

.background-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat
}

.roundimg {
    max-width: 300px;
    border-radius: 50%
}

.page_header {
    height: 500px
}

.page_header h1 {
    position: absolute;
    bottom: 30px
}

.header_img_container {
    padding: 0
}

.img_modal {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0)
}

.page_content,
#content {
    display: block;
    padding: 60px 0
}

.blog_article {
    display: block;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.blog_article .entry_img {
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog_article h3 {
    margin-bottom: 20px
}

.blog_article h3 a:hover {
    text-decoration: none
}

.entry_footer {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #e6e6e6
}

.entry_footer .date {
    color: #b3b3b3
}

.entry_footer .article_link a {
    text-transform: uppercase;
    color: #0077c8;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.entry_footer .article_link a span {
    color: #0077c8;
    font-size: 14px
}

.entry_footer .article_link a:hover {
    text-decoration: none;
    margin-right: -15px
}

.article_footer {
    padding: 20px 0 40px;
    margin-top: 30px;
    border-top: 2px solid #e6e6e6
}

.article_footer .date {
    color: #b3b3b3
}

.article_footer .article_link a {
    text-transform: uppercase;
    color: #0077c8;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.article_footer .article_link a span {
    color: #0077c8;
    font-size: 14px
}

.article_footer .article_link a:hover {
    text-decoration: none;
    margin-left: -15px
}

@media (min-width: 768px) {
    .text-col-3>.wpb_wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }

    .text-col-2>.wpb_wrapper {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

@media (min-width: 992px) {
    .text-col-3>.wpb_wrapper {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px
    }
}

.center {
    float: none;
    text-align: center;
    margin: 0 auto
}

.wpb_content_element {
    background: transparent;
    border: none;
    padding: 0
}

.wpb_content_element .wpb_button {
    background: none;
    max-width: 100%;
    padding: 12px 15px;
    border: 2px solid #0077c8;
    color: #0077c8;
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 4px;
    text-shadow: none;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.wpb_content_element .wpb_button:hover {
    background-color: #0077c8;
    color: #fff
}

.uavc-list-desc h1,
.uavc-list-desc h2,
.uavc-list-desc h3 {
    margin-top: 0
}

input,
select,
textarea {
    width: 100%
}

input,
button,
select,
textarea {
    border-width: 0;
    padding: 10px;
    margin: 5px 0;
    text-indent: 5px;
    background-color: #55575b;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 10px 15px;
    text-indent: 0;
    background: #0077c8;
    color: #fff;
    text-transform: uppercase
}

.footer-map-row {
    position: relative;
    height: 160px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.footer-map-row .footer-map-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    background: rgba(0, 117, 191, 0.8);
    bottom: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.footer-map-row .footer-map-modal .wpb_content_element {
    text-align: center;
    height: 100%
}

.footer-map-row .footer-map-modal .wpb_content_element .wpb_button_a {
    display: inline-block;
    margin-top: 60px;
    cursor: pointer
}

.footer-map-row.open {
    height: 600px
}

.footer-map-row.open .footer-map-modal {
    background: rgba(0, 117, 191, 0)
}

.footer-map-row .footer-map {
    height: 100%
}

div.wpcf7-validation-errors {
    border: none
}

.ts-title-typed-pretext,
.ts-title-typed-string {
    white-space: normal !important;
    text-shadow: 0 1px 2px #000
}

.vc_separator h1,
.vc_separator h2,
.vc_separator h3,
.vc_separator h4 {
    white-space: normal;
    text-align: center
}

@media (min-width: 768px) {

    .vc_separator h1,
    .vc_separator h2,
    .vc_separator h3,
    .vc_separator h4 {
        white-space: pre
    }
}

.YTPOverlay.raster {
    background-color: rgba(0, 0, 0, 0.5) !important
}

.kk-teaser {
    margin-bottom: 30px;
    background: #0077c8;
    color: #FFFFFF;
}

.kk-teaser a {
    display: block;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3)
}

.kk-teaser a:hover {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: 500ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-timing-function: linear
}

.kk-teaser .teaser-dscr {
    padding: 15px;
    text-align: center
}

.kk-teaser .teaser-img {
    text-align: center;
    background-color: #2d3035
}

@-webkit-keyframes thumb {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.03)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.kk-teaser.produkt-item .teaser-img {
    padding: 30px;
}

.home .teaser-dscr {
    min-height: auto;
}

.produkt-list {
    padding-top: 60px;
    padding-bottom: 30px
}

.textfield {
    padding: 0 10px 0 0
}

.kontaktform form {
    margin-top: 15px
}

.grey_bg {
    background-color: #efefef
}

.abstand {
    padding-left: 20px;
    padding-right: 20px
}

.margin-minus {
    margin-top: -20px;
    padding-top: 20px
}

span.termin {
    font-weight: bold;
    font-size: 18px
}

span.messe {
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.ende {
    padding-bottom: 20px
}

.zero-padding {
    width: 100%;
    float: left;
    padding: 0px;
    font-weight: bold;
    color: #0077c8
}

.spacer {
    height: 30px;
    float: left;
    width: 100%
}

.komplette-weite a,
a.link_text_001 {
    color: #0077c8
}

.komplette-weite a:hover,
a.link_text_001:hover {
    text-decoration: underline
}

.komplette-weite {
    width: 100%;
    margin: 10px 0
}

.letzte {
    margin-bottom: 20px
}

.customize-support #c5-submit-contact,
.customize-support .input-wrap,
.input-wrap {
    padding-right: 0px !important
}

#c5-submit-contact:hover {
    background-color: inherit
}

#c5-submit-contact input[type="submit"]:hover {
    background-color: #0690e7
}

table.table-striped td {
    vertical-align: middle !important
}

table.table-striped td.name {
    font-weight: bold
}

table.table-striped img {
    border: 3px solid #fff
}

.kk-produktuebersicht .teaser-img {
    min-height: 160px;
    background-size: cover
}

.teaser-dscr2 {
    padding: 6px;
    width: 150px;
    text-align: center;
    font-size: 75%;
    font-weight: bold;
    background: #1d1d1b;
    background-color: #1d1d1b;
    opacity: 0.85;
    color: #FFFFFF;
    line-height: 1.5;
    min-height: 48px;
    bottom: -53px;
}

.bild_zentriert,
.demowagen_bild {
    text-align: center
}

.bild_zentriert {
    margin-bottom: 10px
}

.block {
    text-align: justify
}

.newsbutton {
    padding: 10px 15px;
    text-indent: 0;
    background: #0077c8;
    color: #fff;
    text-transform: uppercase;
    display: inline-block
}

.newsbutton:hover {
    color: #fff;
    background: #0A93EA
}

.page-id-17 .kk-teaser .teaser-dscr {
    min-height: auto;
}

.produkt-detail {
    margin-top: -0px;
    background: #004b7b;
    background: -moz-linear-gradient(-90deg, #004b7b 0%, #0077c8 100%);
    background: -webkit-gradient(linear, top, bottom, color-stop(0%, #004b7b), color-stop(100%, #0077c8));
    background: -webkit-linear-gradient(-90deg, #004b7b 0%, #0077c8 100%);
    background: -o-linear-gradient(-90deg, #004b7b 0%, #0077c8 100%);
    background: -ms-linear-gradient(-90deg, #004b7b 0%, #0077c8 100%);
    background: linear-gradient(-180deg, #004b7b 0%, #0077c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gardient_color_1', endColorstr='@gardient_color_2', GradientType=1);
    z-index: 99;
    position: relative;
    opacity: 1;
    
}

.produkt-detail .slider-height {
    height: 500px;
    position: relative
}

.produkt-detail .produkt-wrap {
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

.produkt-detail .item-wrap,
.produkt-detail .produkt_wrap {
    height: 100%;
    width: 100%;
    position: relative
}

.produkt-detail .item-wrap {
    padding: 60px 15px
}

.produkt-detail .item-full {
    height: 100%;
    width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.produkt-detail .item-dscr {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 0px;
    padding: 30px;
    text-align: right;
    font-size: 16px
}

.produkt-detail .item-dscr h2 {
    color: #fff;
    margin: 0 0 30px 0
}

.produkt-detail .item-dscr ul {
    list-style-type: none
}

.produkt-detail .item-dscr .button {
    background: #fff;
    color: #0077c8;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    transition: ease-out 3s
}

.produkt-detail .shoplink {
    color: #fff;
    margin-top: 40px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    padding-right: 25px;
    opacity: 0.6;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.produkt-detail .shoplink:hover {
    opacity: 1
}

.produkt-detail .shoplink .glyphicon {
    color: #fff;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0px
}

.boxed-content {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: inline-block
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 15px
}

@media (min-width: 768px) {
    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 21px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 15px
    }
}

header {
    z-index: 9000;
    transition: top 0.4s ease-in-out 0s;
    -webkit-transition: top 0.4s ease-in-out 0s;
    -moz-transition: top 0.4s ease-in-out 0s;
    -o-transition: top 0.4s ease-in-out 0s;
    width: 100%;
    position: relative;
}

header>.navbar_section1 {
    background: #2d3035;
}

.nav-minimize header {
    position: fixed
}

.nav-minimize header .mainNavbar {
    height: 80px
}

.nav-minimize header .mainNavbar .mainNavigation .navbar-nav {
    margin: 12px 0
}

.nav-minimize header .mainNavbar .navbar-header .navbar-brand .logo {
    background-image: url("../images/png/logo_xs.png")
}

.nav-minimize .langNavbar {
    display: none
}

.mainNavbar {
    height: 80px;
    border: none;
    margin: 0;
}

.teaser-dscr>a {
    color: #FFFFFF;
}

.kk-teaser>a {
    color: #FFFFFF;
}

.mainNavbar .mainNavigation {
    z-index: 9999;
    height: 100%;
    position: fixed;
    right: -80%;
    margin-top: 0px;
    width: 80%;
    background: #2d3035;
    color: #ffffff;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s
}

.mainNavbar .mainNavigation .navbar-nav {
    margin: 15px 0
}

.mainNavbar .mainNavigation .navbar-nav>li {
    padding: 0 5px;
    text-align: center
}

.mainNavbar .mainNavigation .navbar-nav>li>a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.mainNavbar .mainNavigation .navbar-nav>li.active>a {
    border-bottom: 3px solid #0077c8;
}

.mainNavbar .mainNavigation .navbar-nav>li .dropdown-menu {
    border: none;
    border-radius: 0;
    padding: 15px 0;
    margin-left: 7px
}

.mainNavbar .mainNavigation .navbar-nav>li .dropdown-menu>li>a {
    text-transform: none;
    font-weight: 400;
    text-align: center;
    padding: 5px 15px
}

.mainNavbar .mainNavigation .navbar-nav>li .dropdown-menu>.active>a {
    background: #f2f2f2;
    border: none;
    color: #0077c8
}

.mainNavbar .navbar-header {
    height: 100%;
    background: #2d3035;
}

.mainNavbar .navbar-header .navbar-brand {
    height: 100%;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 20px 15px;
    display: inherit
}

.mainNavbar .navbar-header .navbar-brand .logo {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/png/logo_xs.png")
}

.mainNavigation-btn {
    z-index: 8000;
    display: block;
    background-color: transparent;
    position: absolute;
    overflow: hidden;
    top: 30px;
    right: 0;
    margin: 0;
    margin-right: 20px;
    padding: 0;
    width: 26px;
    height: 26px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s
}

.mainNavigation-btn:focus {
    outline: none
}

.mainNavigation-btn span {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    right: 0px;
    height: 3px;
    background: #0077c8
}

.mainNavigation-btn span::before,
.mainNavigation-btn span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0077c8;
    content: "";
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0
}

.mainNavigation-btn span::before {
    top: -10px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform
}

.mainNavigation-btn span::after {
    bottom: -10px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform
}

.nav-open .mainNavigation {
    display: block;
    right: 0
}

.nav-open .mainNavigation-btn {
    right: 80%
}

.nav-open .mainNavigation-btn span {
    background: none
}

.nav-open .mainNavigation-btn span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-open .mainNavigation-btn span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open .mainNavigation-btn span::before,
.nav-open .mainNavigation-btn span::after {
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s
}

.langNavbar {
    float: left;
    width: 100%
}

.langNavbar .topNavigation .navbar-nav {
    float: right;
    margin: 0
}

.langNavbar .langNavigation {
    padding: 0
}

.langNavbar .langNavigation .navbar-nav {
    margin: 0
}

.langNavbar li {
    float: left
}

.langNavbar li a {
    font-size: 11px;
    color: #fff;
    padding: 5px;
    text-transform: uppercase
}

.langNavbar li a:hover,
.langNavbar li a:focus {
    color: #0077c8;
    background-color: #e6e6e6
}

.langNavbar li.current-lang a {
    color: #0077c8;
    background-color: #fff
}

socialNavbar li a:hover,
socialNavbar li a:focus {
    color: #ffffff;
}

@media (min-width: 768px) {
    .mainNavbar {
        height: 80px;
    }

    .mainNavbar .mainNavigation {
        position: relative;
        display: inline-block;
        right: inherit;
        width: 66.66666667%
    }

    .mainNavbar .mainNavigation .navbar-nav {
        float: left
    }

    .mainNavbar .mainNavigation .navbar-nav>li>a {
        font-size: 12px
    }

    .mainNavbar .mainNavigation .navbar-nav>li>.active>a {
        border-bottom: 3px solid #0077c8;
        border-top: 3px solid #0077c8
    }

    .mainNavbar .mainNavigation .navbar-nav>li .dropdown-menu>li>a {
        text-align: left
    }

    .mainNavbar .mainNavigation-btn {
        display: none
    }

    .mainNavbar .navbar-header {
        height: 100%
    }

    .mainNavbar .navbar-header .navbar-brand {
        margin: 0;
        float: right
    }

    .mainNavbar .navbar-header .navbar-brand .logo {
        background-position: right;
        background-image: url("../images/png/logo_sw_sauer.png")
    }

    .langNavbar {
        padding-left: 70px;
        /*background-image: url("../images/png/welt.png");*/
        background-repeat: no-repeat;
        background-position: 30px center
    }

    .langNavbar .topNavigation .navbar-nav {
        float: right;
        margin: 0
    }

    .langNavbar .langNavigation .navbar-nav {
        margin: 0
    }

    .langNavbar li {
        float: left
    }

    .langNavbar li a {
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        padding: 8px
    }

    .langNavbar li a:hover,
    .langNavbar li a:focus {
        color: #ffffff;
	background-color: #0077c8;
    }

    .langNavbar li.current-lang a {
        color: #0077c8;
        background-color: #fff
    }
}

@media (min-width: 992px) {
    .mainNavbar .mainNavigation {
        position: relative;
        display: inline-block;
        right: inherit;
        width: 66.66666667%
    }

    .mainNavbar .mainNavigation .navbar-nav {
        float: left
    }

    .mainNavbar .mainNavigation .navbar-nav>li>a {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .mainNavbar .mainNavigation .navbar-nav {
        /*margin: 45px 0*/
    }
}

.kk-owl-carousel-001 .slider-height {
    height: 300px;
    position: relative
}

.kk-owl-carousel-001 .carousel-dscr {
    background: rgba(0, 0, 0, 0.7);
    margin-top: 180px
}

.kk-owl-carousel-001 .dscr-box {
    overflow: visible;
    font-size: 1em;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 30px;
    height: auto
}

.kk-owl-carousel-001 .owl-carousel .owl-item {
    position: initial
}

.kk-owl-carousel-001 .sliderlink {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    top: initial;
    border-top: 2px solid #fff;
    height: 50px;
    line-height: 50px;
    margin-left: -30px;
    padding: 0 30px;
    text-transform: uppercase
}

.kk-owl-carousel-001 .sliderlink a {
    font-family: Blinker, Helvetica, Arial, sans-serif;
    margin-left: 15px;
    font-size: 15px
}

.kk-owl-carousel-001 .sliderlink a:hover {
    text-decoration: none
}

.kk-owl-carousel-001 .sliderlink:hover {
    background: rgba(0, 0, 0, 0.4)
}

.kk-owl-carousel-001 .carousel-img {
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

.kk-owl-carousel-001 .carousel-img .owl-stage-outer,
.kk-owl-carousel-001 .carousel-img .owl-stage,
.kk-owl-carousel-001 .carousel-img .owl-item {
    height: 100% !important
}

.kk-owl-carousel-001 .item-full {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

.kk-owl-carousel-001 .item-full-product {
    background-size-y: 100% !important;
    height: 100%;
    width: 100%;
    background-position: center
}

.landscape {width:100%; height:auto;background-size: auto 100%;}
.portrait {width:auto; height:100%;background-size: 100% auto;}

.kk-owl-carousel-001 .owl-nav {
    text-align: right;
    margin-top: -50px;
    z-index: 95000;
    position: absolute;
    right: 0
}

.kk-owl-carousel-001 .owl-nav .glyphicon {
    font-size: 0.9em
}

.kk-owl-carousel-001 .owl-prev {
    width: 50px;
    height: 50px;
    margin: 0 0px 0 0;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-top: 2px solid #fff
}

.kk-owl-carousel-001 .owl-next {
    width: 50px;
    height: 50px;
    margin: 0 0px 0 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-top: 2px solid #fff
}

.kk-owl-carousel-001 .owl-prev:hover {
    background: rgba(0, 0, 0, 0.4)
}

.kk-owl-carousel-001 .owl-next:hover {
    background: rgba(0, 0, 0, 0.4)
}

.kk-owl-carousel-001 .item-dscr {
    background-color: #fff;
    color: #0077c8;
    display: inline-block;
    position: absolute;
    margin: 60px 15px;
    padding: 15px 30px;
    text-transform: uppercase
}

.kk-owl-carousel-001 .item-dscr * {
    margin: 0
}

@media (min-width: 768px) {
    .kk-owl-carousel-001 .item-dscr {
        margin: 60px
    }
}

.kk-owl-carousel-posttype {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    margin-top: 0px;
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(left,  #000000 0%, #2d3035 80%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #000000 0%,#2d3035 80%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #000000 0%,#2d3035 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2d3035',GradientType=1 ); /* IE6-9 */
    z-index: 99;
    position: relative;
    
}

.kk-owl-carousel-posttype .slider-height {
    height: 700px;
    position: relative
}

@media (min-width: 1200px) {
    .col-custom-sw {
      float: left;
    }
    .col-custom-sw {
      width: 11.1111111%;
    }
}

.panel-body{
    background-color: #2d3035;
    color: #fff;
}

.kk-owl-carousel-posttype .carousel-dscr {
    background: rgba(0, 0, 0, 0.7);
    margin-top: 180px
}

.kk-owl-carousel-posttype .dscr-box {
    overflow: visible;
    font-size: 1em;
    color: #fff;
    height: 100%;
    width: 100%;
    padding: 30px;
    height: auto
}

.kk-owl-carousel-posttype .owl-carousel .owl-item {
    position: initial
}

.kk-owl-carousel-posttype .sliderlink {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    top: initial;
    border-top: 2px solid #fff;
    height: 50px;
    line-height: 50px;
    margin-left: -30px;
    padding: 0 30px;
    text-transform: uppercase
}

.kk-owl-carousel-posttype .sliderlink a {
    font-family: Blinker, Helvetica, Arial, sans-serif;
    margin-left: 15px;
    font-size: 15px
}

.kk-owl-carousel-posttype .sliderlink a:hover {
    text-decoration: none
}

.kk-owl-carousel-posttype .sliderlink:hover {
    background: rgba(0, 0, 0, 0.4)
}

.kk-owl-carousel-posttype .carousel-produkt {
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

.kk-owl-carousel-posttype .carousel-produkt .owl-stage-outer,
.kk-owl-carousel-posttype .carousel-produkt .owl-stage,
.kk-owl-carousel-posttype .carousel-produkt .owl-item {
    height: 100% !important
}

.kk-owl-carousel-posttype .item-bg {
    height: 100%;
    width: 100%
}

.kk-owl-carousel-posttype .item-wrap {
    height: 100%;
    padding: 60px 15px;
    position: relative
}

.kk-owl-carousel-posttype .item-full {
    height: 100%;
    width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.kk-owl-carousel-posttype .owl-nav {
    text-align: right;
    margin-top: -50px;
    z-index: 95000;
    position: absolute;
    right: 0
}

.kk-owl-carousel-posttype .owl-nav .glyphicon {
    font-size: 0.9em
}

.kk-owl-carousel-posttype .owl-prev {
    width: 50px;
    height: 50px;
    margin: 0 0px 0 0;
    background: rgba(255, 255, 255, 0);
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-top: 2px solid #fff
}

.kk-owl-carousel-posttype .owl-next {
    width: 50px;
    height: 50px;
    margin: 0 0px 0 0;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    border-top: 2px solid #fff
}

.kk-owl-carousel-posttype .owl-prev:hover {
    background: rgba(0, 0, 0, 0.4)
}

.kk-owl-carousel-posttype .owl-next:hover {
    background: rgba(0, 0, 0, 0.4)
}

.kk-owl-carousel-posttype .item-dscr {
    color: #fff;
    display: inline-block;
    /*position: absolute;*/
    padding: 30px;
    text-align: center;
    font-size: 16px
}

.kk-owl-carousel-posttype .item-dscr h2 {
    color: #fff;
    margin: 0 0 30px 0
}

.kk-owl-carousel-posttype .item-dscr ul {
    list-style-type: none
}

.kk-owl-carousel-posttype .item-dscr .button {
    background: #fff;
    color: #0077c8;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px
}

.kk-owl-carousel-posttype .owl-thumbs {
    position: absolute;
    margin: 0 auto;
    bottom: 15px;
    width: 100%;
    text-align: center
}

.kk-owl-carousel-posttype .owl-thumbs .owl-thumb-item {
    width: 80px !important;
    margin: 5px !important;
    display: inline-block;
    opacity: 0.6;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s
}

.kk-owl-carousel-posttype .owl-thumbs .owl-thumb-item.active {
    opacity: 1
}

.kk-owl-carousel-posttype .owl-thumbs .item-thumb {
    padding: 10px;
    cursor: pointer
}

.kk-owl-carousel-posttype .owl-thumbs .item {
    height: 50px;
    width: 50px;
    display: inline-block
}

.kk-owl-carousel-posttype .owl-thumbs .owl-stage-outer {
    text-align: center
}

.kk-owl-carousel-posttype .owl-thumbs .owl-stage-outer .owl-stage {
    margin: 20px auto;
    width: auto !important;
    display: inline-block;
    transform: none !important
}

.kk-owl-carousel-posttype .item-dscr .button {
    transition: ease-out 0.4s
}

.kk-owl-carousel-posttype .item-dscr .button:hover,
.kk-owl-carousel-posttype .item-dscr .button:focus {
    opacity: 0.8
}

.kk-owl-carousel-001 {
    /* margin-bottom: -500px; */
    position: relative;
    z-index: 999;
    
}

.kk-owl-carousel-001 .slider-height {
    height: 500px !important
}

.kk-owl-carousel-001 .slider-height2 {
    height: 450px !important;
    position: relative
}

footer .kontakt {
    padding: 30px 0;
    font-size: 13px;
    line-height: 20px
}

footer .kontakt .kontakt-info {
    padding-bottom: 30px
}

footer .kontakt input[type="submit"] {
    float: right
}

footer .kontakt .kontakt-daten {
    padding-left: 30px
}

footer .kontakt .kontakt-daten li {
    list-style: none;
    font-size: 0.8em
}

footer .kontakt .kontakt-daten li span {
    width: 25px;
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20px;
    margin-top: 2px
}

footer .kontakt .kontakt-daten li a {
    display: inline-block
}

footer .footer-bottom {
    position: relative;
    padding: 10px 0;
    font-size: 0.8em
}

footer .footer-bottom .footer-logo {
    height: 40px;
    width: 40px;
    position: absolute;
    margin-left: -20px;
    left: 50%;
    top: 12px;
    border-radius: 50%;
    border: 0px solid #333;
    background-color: #333;
    background-image: url('../../../../home/www/wp-content/themes/img/icon.html');
    background-repeat: no-repeat;
    background-size: contain
}

footer .footer-bottom .footer-menu {
    text-align: right;
    margin: 0
}

footer .footer-bottom .footer-menu #menu-footermenue {
    float: right
}

footer .footer-bottom .footer-menu #menu-footermenue li {
    display: inline-block
}

.language_btn {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #FFFFFF;
    text-transform: none;
    font-weight: 400;
    text-align: center;
    padding: 5px 15px !important;
    font-family: inherit;
    font-size: inherit;
}

.language_btn_active {
    color: #cdd500;
}
