/**
 * General behaviour
 **/
body {
    font-size: 15px;
    line-height: 1.33;
}

a {
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    -o-transition: background 0.1s linear;
    transition: background 0.1s linear;
    text-shadow: none !important;
}

header a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

header#top.bottom-position a,
header#top.bottom-position a:link {
    border-bottom: 0;
    color: #fff;
}

header#top.bottom-position a:hover,
header#top.bottom-position a:active,
header#top.bottom-position a:focus {
    background-color: transparent !important;
    color: #000;
    border-bottom: 0;
}

header#top.bottom-position .navbar-nav.navbar-language {
    border-color: #fff;
}

header#top.bottom-position .navbar-nav.navbar-language > li > a {
    background-color: transparent;
    color: #fff;
}

header#top.bottom-position .navbar-nav.navbar-language > li.active > a {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

header#top.bottom-position .navbar-nav.navbar-language > li > a:hover {
    color: #fff;
    background-color: #000 !important;
}

.navbar-toggle {
    border-radius: none;
    z-index: 1001;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 23.5px; /* 47px */
    height: 3px; /* 6px */
    border-radius: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; /* 10px */
}

a[name="infos"] {
    padding-top: 50px;
}

a[name="images"] {
    padding-top: 100px;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #fff;
}

div.csc-header {
    overflow: hidden;
}

/**
 * Header
 **/
header {
    background-color: #fff;
    text-transform: uppercase;
}

header > div.container {
    width: 100%;
    padding: 0 15px;
    position: fixed;
    background-color: #fff;
}

header.navbar {
    border: 0;
    margin: 0;
    min-height: 61px;
}

header nav {
    font-size: 14px;
}

header .navbar-collapse {
    font-family: "FuturaStdMedium", sans-serif;
}

header .navbar-nav > li > a {
    padding-bottom: 13px;
    padding-left: 12px;
    padding-right: 12px;
}

header .icon-bar {
    background-color: #000;
}

header .navbar-toggle {
    padding: 18px 17px; /* 26px 34px; */
}

header .navbar-brand {
    padding-top: 6px;
}

header .navbar-nav.navbar-language {
    border: 1px #000 solid;
    height: 18px;
    margin: 22px 0 0 12px;
}


header .navbar-nav.navbar-language > li > a {
    font-family: "FuturaStdMedium", sans-serif;
    font-size: 10px;
    padding: 0;
    line-height: 16px;
    padding: 0 8px;
    background-color: #fff;
    color: #000;
}

header .navbar-nav.navbar-language > li.active > a {
    background-color: #000;
    color: #fff;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

header .navbar-nav > li > a:hover,
header .navbar-nav.navbar-language > li > a:hover {
    color: #fff;
    background-color: #000;
}

header#top.stage-stick,
header#top.stage-stick > div.container {
    position: relative !important;
}

header#top.bottom-position img {
    display: none;
}

header#top.bottom-position,
header#top.bottom-position .container {
    background-color: transparent;
}


header .navbar-nav.navbar-site > li > a,
header .navbar-nav.navbar-site > li > a:link,
header .navbar-nav.navbar-site > li > a:hover,
header .navbar-nav.navbar-site > li > a:active,
header .navbar-nav.navbar-site > li > a:focus {
    border-bottom: 3px solid #fff;
}

header .navbar-nav.navbar-site > li.active > a,
header .navbar-nav.navbar-site > li.active > a:link {
    border-color: #000 !important;
    background-color: #fff;
}
header .navbar-nav.navbar-site > li > a:hover,
header .navbar-nav.navbar-site > li > a:active,
header .navbar-nav.navbar-site > li > a:focus {
    background-color: #000 !important;
    border-color: #000 !important;
}

header a.navbar-brand img {
    height: 36px;
}

/**
 * Main
 **/


/** Stage **/

div#stage {
    background-position: center center;
    height: 271px;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-color: #e6e6e6;
    border-bottom: 6px solid #fff;
}

#front-page div#stage {
    border-bottom: 0;
}

@keyframes backgroundchangeFadeInOut {
    0% {
        opacity:1;
    }
    26.6% {
        opacity:1;
    }
    33.3% {
        opacity:0;
    }
    93.4% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes backgroundchangeFadeInOut {
    0% {
        opacity:1;
    }
    26.6% {
        opacity:1;
    }
    33.3% {
        opacity:0;
    }
    93.4% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

#stage .pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
#stage.slide .pane {
    background-position: 70% center;
}

#stage div:nth-of-type(1) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
}
#stage div:nth-of-type(2) {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
}
#stage div:nth-of-type(3) {
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

#stage div {
    animation-name: backgroundchangeFadeInOut;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 15s;

    -webkit-animation-name: backgroundchangeFadeInOut;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 15s;

}

div#stage img,
div#stage a {
    display: none;
    z-index: 9999;
}

#front-page div#stage img,
#front-page div#stage a {
    position: absolute;
    top: 30%;
    left: 5%;
    display: block;
    width: 80%;
    max-width: 568px;
}

#front-page div#stage a.btn,
#front-page div#stage a:link.btn {
    padding: 14px 45px;
    border: 1px solid rgb(255, 255, 255);
    width: auto !important;
    font-family: "FuturaBold", sans-serif;
    color: rgb(255, 255, 255);
    margin-top: 185px;
    text-transform: uppercase;
    width: auto;
    border-radius: 0;
    letter-spacing: .2rem;
    font-size: 15px;
}

a.btn:hover,
a.btn:active,
a.btn:focus {
    background-color: #fff;
    color: #000 !important;
    border-color: #fff !important;
}

#front-page div#stage {
    height: 100vh;
    width: 100vw;
}



#front-page header {
    position: fixed;
    width: 100%;
}

#front-page header .icon-bar {
    background-color: #000;
}
#front-page header.bottom-position .icon-bar {
    background-color: #fff;
}

body#product-detail #primary {
    border-top: 5px solid #fff;
}

body#product-detail #carousel .item,
body#product-detail #carousel {
    height: 425px;
    background-size: cover;
    background-position: center top;
}

body#product-detail #carousel .carousel-control {
    background: none;
    opacity: 1;
    width: 50%;
}

body#product-detail .carousel-control .glyphicon-chevron-left,
body#product-detail .carousel-control .glyphicon-chevron-right {
    color: transparent;
    width: 42px;
    height: 42px;
    text-shadow: none;
    top: 50%;
    margin-top: -21px;
}

body#product-detail .carousel-control .glyphicon-chevron-left {
    background-image: url('../images/carousel-arrow-left.png');
    background-size: 42px 42px;
    left: -8px;
    margin-left: 0;
}

body#product-detail .carousel-control .glyphicon-chevron-right {
    background-image: url('../images/carousel-arrow-right.png');
    background-size: 42px 42px;
    right: -8px;
    margin-right: 0;
}

body#product-detail .carousel-control:hover .glyphicon-chevron-left {
    background-image: url('../images/carousel-arrow-left-hover.png');
    background-size: 42px 42px;
}

body#product-detail .carousel-control:hover .glyphicon-chevron-right {
    background-image: url('../images/carousel-arrow-right-hover.png');
    background-size: 42px 42px;
}

div#detail-buttons {
    margin: 20px 0 30px;
    text-align: center;
}

div#detail-buttons a {
    font-family: "FuturaBold", sans-serif;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #000;
    width: 170px;
    margin: 0 auto 10px auto;
    letter-spacing: .2rem;
    border-radius: 0;
    padding: 12px;
    display: block;
}

/** Content **/

/*
@steven: dies hat die Abständer zum Content den ich gestern gesetzt in den verschiedenen Views zerstört,
habe akut nicht gefunden wo du die Anweisung im Einsatz hast?
.breathe.breathe {
    padding: 25px 10px;
}
*/
.breathe {
    padding: 25px 10px;
}

h1 {
    font-family: "FuturaBold", sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 13px;
}

body#product-teaser h1,
body#references h1 {
    font-family: "FuturaStdLight", sans-serif;
    text-transform: none;
    margin-bottom: 0;
}

h2 {
    font-family: "FuturaStdMedium", sans-serif;
    font-size: 18px;
    line-height: 1.33;
    margin-top: 0;
}

#about-us h2,
#product-detail h2 {
    text-align: center;
}

h4 {
    font-family: "FuturaBold", sans-serif;
    text-transform: uppercase;
}

div#content {
    min-height: 50vh;
}

div#content p,
div#content img {
    padding: 20px 0;
}

div#content p {
    padding: 0;
    margin: 0 0 20px 0;
}

div#content a.internal-link,
div#content a[target^="_blank"],
div#content a[href^="mailto"],
div#content a.download
{
    color: #000;
    font-family: "FuturaStdMedium", sans-serif;
    border-bottom: 1px solid #000;
}
div#content a.internal-link:hover,
div#content [target^="_blank"]:hover,
div#content a[href^="mailto"]:hover,
div#content a.download:hover {
    border-bottom: 1px solid #fff;
}

div#content .csc-default p.bodytext:last-child {
    margin-bottom: 20px;
}

div#content ul {
    list-style-type: square;
    margin: 20px 0 20px 0;
}

div#content ol {
    margin: 20px 0 20px 0;
}

div#content ul li,
div#content ol li{
    padding-left: 5px;
    line-height: 1.33;
    padding-bottom: 9px;
}

div#content .linkliste ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
div#content .linkliste ul li {
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #000;
}
div#content .linkliste ul li:first-child {
    border-top: 1px solid #000;
}
div#content .linkliste ul li a {
    color: #000;
    display:block;
    background: url(../images/arrow-linkliste.png) no-repeat right center;
    background-size: 15px 13px;
    padding-right: 35px;
    border-bottom: none;
    font-family: "FuturaStdLight", sans-serif;
}
div#content .linkliste ul li:hover {
    color: #fff;
    -webkit-transition: all 200ms linear;
    -moz-transition:  all 200ms linear;
    -o-transition:  all 200ms linear;
    -ms-transition:  all 300ms linear;
    transition:  all 200ms linear;
}
div#content .linkliste ul li:hover a {
    color: #fff;
    background: url(../images/arrow-linkliste-hover.png) no-repeat right center;
    background-size: 15px 13px;
    -webkit-transition: all 200ms linear;
    -moz-transition:  all 200ms linear;
    -o-transition:  all 200ms linear;
    -ms-transition:  all 200ms linear;
    transition:  all 200ms linear;
}
div#content .linkliste ul li:hover a:hover {
    border-bottom: none;
}


div#content ul.csc-uploads {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
div#content ul.csc-uploads a {
    display:block;
    padding: 8px 0;
    margin: 0;
    border-bottom: 1px solid #000;
    color: #000;
    background: url(../images/icon-download.png) no-repeat left 12px;
    background-size: 13px 16px;
    padding-left: 28px;
    font-family: "FuturaStdLight", sans-serif;
    -webkit-transition: all 200ms linear;
    -moz-transition:  all 200ms linear;
    -o-transition:  all 200ms linear;
    -ms-transition:  all 200ms linear;
    transition:  all 200ms linear;
}
div#content ul.csc-uploads li {
    display:block;
    padding: 0;
    margin: 0;
}
div#content ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: none;
}
div#content ul.csc-uploads span.fileSize {
    text-transform: uppercase;
    font-size: 10px;
}
div#content ul.csc-uploads a:first-child {
    border-top: 1px solid #000;
}
div#content ul.csc-uploads a:hover {
    background: url(../images/icon-download-hover.png) no-repeat left 12px;
    background-size: 13px 16px;
    color: #fff;
    border-bottom: 1px solid #000;
}



#front-page div#primary {
    padding-top: 90px;
    padding-bottom: 100px;
}

div#primary {
    background-color: #f6f6f6;
}

div#primary p.bodytext {
    text-align: center;
}

div#secondary {
    background-color: #e6e6e6;
    background: url('../images/background-tile.png') top left repeat;
}

div#secondary .csc-default p.bodytext {
    padding-top: 0;
    margin-bottom: 0;
}
div#secondary .csc-default h3,
div#secondary .csc-default img {
    padding-top: 0;
    margin-top: 0;
}
div#secondary .csc-default h3 {
    font-family: "FuturaStdMedium", sans-serif;
    font-size: 15px;
    line-height: 1.33;
}
div#secondary .csc-default img {
    margin-top: 8px;
}

div.csc-textpic-imagewrap {
    margin-right: 30px !important;
}

#references div#secondary .container,
#product-teaser div#secondary .container {
    width: auto;
}

#references div#secondary .container > div,
#product-teaser div#secondary .container > div {
    padding: 10px;
}

#product-teaser div#secondary .container > div h3 {
    text-align: center;
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
    color: #fff;
    font-family: "FuturaStdLight", sans-serif;
}

table.contenttable {
    border-top: 1px solid #000;
    margin: 15px auto 30px;
    font-size: 15px;
}

table.contenttable tr {
    border-bottom: 1px solid #000;
    vertical-align: top;
}

table.contenttable td {
    border-left: 1px solid #000;
}
table.contenttable th {
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}

table.contenttable td,
table.contenttable th {
    padding: 7px 15px;
}


#product-teaser #secondary .teaser-item h3 {
    position: absolute;
    width: 100%;
    bottom: 46px;
    z-index: 9999;
    padding: 0 13px;
}

#product-teaser #secondary .teaser-item a {
    display: block;
}


#product-teaser #secondary .teaser-item p {
    color: transparent;
    display: block;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );


}

#product-teaser #secondary .teaser-item a {
    display: block;
}


#product-teaser #secondary .teaser-item a:hover {
    background-color: #000;
}

/**#product-teaser #secondary .teaser-item a:hover img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}**/

#product-teaser #secondary .teaser-item a:hover h3 {
    bottom: 180px;
    z-index: 9999;
}

#product-teaser #secondary .teaser-item a:hover p {
    display: block;
    padding: 0 10%;
    color: #fff;
    z-index: 999;
    position: absolute;
    padding-top: 155px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(1%, rgba(0,0,0,0.3)), color-stop(60%, rgba(0,0,0,0.3)), color-stop(100%, rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 1%, rgba(0,0,0,0.7) 60%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}

#product-teaser #secondary .teaser-item {
    width: 420px;
    height: 320px;
    padding: 0 !important;
    margin: 10px;
    background-color: #000;
}

#product-teaser #secondary .teaser-item img {
    padding: 0;
}

/** Gallery **/
.mkw-imagegallery {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

.mkw-imagegallery .gallery-thumb {
    width: 132px;
    height: 132px;
    padding: 0 !important;
    margin: 5px;
    display: inline-block;
}

.mkw-imagegallery .gallery-thumb a {
    display: block;
    background: #000;
}

.mkw-imagegallery .gallery-thumb img {
    padding: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
}
.mkw-imagegallery .gallery-thumb a:hover img {
    opacity: 0.4;
}

.mkw-imagegallery a.lens {
    color: transparent;
    display: block;
    width: 20px;
    height: 22px;
    background-image: url('../images/lens.png');
    background-size: 20px 22px;
    margin: 0 auto 6px;
    background-position: center center;
    background-repeat: no-repeat;
}

.mkw-imagegallery a.lens:hover {
    background-image: url('../images/lens-hover.png');
    background-size: 20px 22px;
}

.csc-textpic-image img {
    width: 100%;
    height: auto;
}

.mkw-reference-item,
.mkw-reference-image img,
.mkw-reference-item {
    display: block;
    width: 100%;
    padding: 0 !important;
    text-align: center;
}

.grid-item {
    overflow: hidden;
    padding: 10px;
    width: 325px !important;
}

.mkw-reference-item {
    height: 100%;
}

.mkw-reference-text {
    overflow: hidden;
    color: #fff;
    background-color: #000;
    padding: 0 35px;
}

.mkw-reference-text h3 {
    font-size: 18px;
    font-family: "FuturaBold", sans-serif;
    margin: 20px 0 7px 0;
}
.mkw-reference-text p {
    font-size: 15.5px;
    font-family: "FuturaStdLight", sans-serif;
    padding: 0 !important;
}

.container.product-navigation {
    border-top: 1px solid #000;
    font-size: 11px;
    line-height: 14px;
    font-family: "FuturaStdLight", sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
}

.container.product-navigation > div {
    padding-top: 25px;
}

.container.product-navigation span.pager,
.container.product-navigation span.overview,
.container.product-navigation a.pager,
.container.product-navigation a.overview {
    display: block;
    float: right;
    text-align: right;
    width: 42px;
    height: 42px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.container.product-navigation span.pager,
.container.product-navigation span.overview {
    width: auto;
}

.container.product-navigation a.overview,
.container.product-navigation span.overview {
    float: left;
    text-align: left;
}

.container.product-navigation span.overview,
.container.product-navigation span.pager {
    width: auto;
    margin: 0 20px;
    padding-top: 7px;
}

.container.product-navigation span.overview {
    margin-left: 5px;
    display: block;
    clear: both;
}

.container.product-navigation span.pager {
    margin-right: 5px;
    display: block;
    clear: both;
}

.container.product-navigation a.overview {
    float: left;
    color: transparent;
    text-indent: -1000px;
}

.container.product-navigation a.left {
    background-image: url('../images/pager-left.png');
    background-size: 42px 42px;
    margin-left: 11px;
}

.container.product-navigation a.right {
    background-image: url('../images/pager-right.png');
    background-size: 42px 42px;
    margin-left: 11px;
}

.container.product-navigation a.left:hover {
    background-image: url('../images/pager-left-hover.png');
}

.container.product-navigation a.right:hover {
    background-image: url('../images/pager-right-hover.png');
}

.container.product-navigation a.overview {
    background-image: url('../images/overview.png');
    background-size: 42px 42px;
    margin-right: 11px;
}

.container.product-navigation a.overview:hover {
    background-image: url('../images/overview-hover.png');
    background-size: 42px 42px;
}

.select-wrapper {
    text-align: center;
    padding-bottom: 10px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 240px;
    height: 40px;
    margin: 15px auto 0;
    border: 1px solid #000;
    background: url('../images/dropdown-filter.png') top 16px right 16px no-repeat;
    background-size: 10px 6px;
    font-family:"FuturaBold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 15px;
    cursor: pointer;
}

select:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
select:focus {
    outline: none;
}

option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    width: 100%;
    margin: 0;
    font-family: "FuturaStdLight", sans-serif;
    font-size: 15px;
    text-transform: none;
    padding: 10px 10px;
    background-color: #fff;
}

option:hover {
    background-color: #000;
    border-color: #fff;
    color: #fff;
}


/**
 * Footer
 **/

footer {
    background-color: #d5d5d5;
    line-height: 24px;
    padding-top:40px;
    padding-bottom: 40px;
}

footer h5 {
    font-family: "FuturaBold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul ul ul h5 {
    margin-top: 25px;
}

footer > div.container > div.brand {
    display: block;
    border: 4px solid #000;
    border-bottom: 3px solid #000;
    height: 100%;
    width: 100%;
    max-width: 210px;
    margin: auto;
    line-height: 13px;
    font-size: 11px;
    float: none;
}

footer div.brand > div.csc-default {
    border-bottom: 1px solid #000;
    padding: 14px 17px;
}

footer div.brand .footer-logo {
    max-width: 100%;
}

footer div.brand > div.csc-default h4 {
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    text-transform: none;
}

footer div.brand > div.csc-default p.bodytext {
    margin-bottom: 0;
}

@media (min-width: 768px) {

    body {
        font-size: 20px;
        line-height: 1.4;
    }

    header > div.container {
        width: 100%;
        padding: 0 40px;
    }

    .breathe {
        padding: 65px 20px;
    }

    header#top.bottom-position {
        top: 92vh;
        position: fixed;
    }

    header .navbar-site {
        font-size: 10px;
    }

    header .navbar-toggle {
        padding: 9px 0;
    }


    header a.navbar-brand img {
        height: 25px
    }

    header .navbar-brand,
    header.navbar {
        min-height: 42px;
    }

    header .navbar-brand {
        padding-top: 6px;
    }

    header .navbar-nav > li > a {
        padding-bottom: 7px;
        padding-top: 4px;
    }

    header .navbar-nav.navbar-language {
        border: 1px #000 solid;
        height: 16px;
        margin: 10px 0 0 12px;
    }

    header .navbar-nav.navbar-language > li > a {
        font-family: "FuturaStdMedium", sans-serif;
        font-size: 8px;
        padding: 0;
        line-height: 14px;
        padding: 0 8px;
        background-color: #fff;
        color: #000;
    }

    header .navbar-nav.navbar-language > li.active > a {
        background-color: #000;
        color: #fff;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    header .navbar-nav.navbar-language > li > a:hover {
        color: #fff;
        background-color: #000;
    }

    div#stage {
        height: 346px;
    }

    #stage.slide .pane {
        background-position: 80% center;
    }

    #front-page header {
        position: fixed;
    }
    #front-page header.sticky {
        top: 0 !important;
    }

    #front-page div#stage img,
    #front-page div#stage a {
        width: 40%;
        left: 15%;
    }

    #product-teaser div#secondary .container > div {
        padding: 0;
    }

    /** Gallery **/
    .mkw-imagegallery .gallery-thumb {
        width: 200px;
        height: 200px;
        padding: 0 !important;
        margin: 8px;
        display: inline-block;
    }

    .mkw-imagegallery a.lens {
        width: 39px;
        height: 41px;
        background-size: 39px 41px;
        margin: 0 auto 6px;
    }

    .mkw-imagegallery a.lens:hover {
        background-size: 39px 41px;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    body#product-teaser h1,
    body#references h1 {
        font-size: 40px;
        line-height: 50px;
    }
    h2 {
        font-size: 36px;
    }
    table.contenttable {
        margin: 25px auto 60px;
        font-size: 20px;
    }

    table.contenttable td,
    table.contenttable th {
        padding: 9px 28px;
    }

    div#secondary .csc-default h3 {
        font-size: 20px;
    }
    div#content ul {
        margin: 30px 0 30px 0;
    }

    div#content ol {
        margin: 30px 0 30px 0;
    }

    div#content ul li,
    div#content ol li{
        padding-left: 14px;
        padding-bottom: 12px;
    }

    div#content .linkliste ul li {
        padding: 12px 0;
    }
    div#content .linkliste ul li a {
        padding-right: 65px;
    }

    div#content ul.csc-uploads a {
        padding: 12px 0;
        background-size: 13px 16px;
        padding-left: 50px;
        background: url(../images/icon-download.png) no-repeat left 16px;
        background-size: 13px 16px;
    }
    div#content ul.csc-uploads span.csc-uploads-fileName {
        float:left;
    }
    div#content ul.csc-uploads span.fileSize {
        float: right;
        font-size: 14px;
        line-height: 26px;
    }
    div#content ul.csc-uploads a:hover {
        background-size: 13px 16px;
    }
    /* todo: fix all other sizes, padding and margin in smartphone (line 329 ff.) and set values for tablet up here */
    div#content .csc-default p.bodytext:last-child {
        margin-bottom: 20px;
    }

    body#product-detail #primary {
        border-top: 10px solid #fff;
    }

    body#product-detail #carousel .item,
    body#product-detail #carousel {
        height: 680px;
        background-position: center center;
    }

    body#product-detail .carousel-control .glyphicon-chevron-left,
    body#product-detail .carousel-control .glyphicon-chevron-right {
        width: 58px;
        height: 58px;
        margin-top: -29px;
    }

    body#product-detail .carousel-control .glyphicon-chevron-left {
        background-size: 58px 58px;
        left: 18px;
    }

    body#product-detail .carousel-control .glyphicon-chevron-right {
        background-size: 58px 58px;
        right: 18px;
    }

    body#product-detail .carousel-control:hover .glyphicon-chevron-left {
        background-size: 58px 58px;
    }

    body#product-detail .carousel-control:hover .glyphicon-chevron-right {
        background-size: 58px 58px;
    }

    div#detail-buttons {
        margin: 42px 0 30px;
        text-align: center;
    }

    div#detail-buttons a {
        font-size: 15px;
        line-height: 15px;
        width: 220px;
        margin: 0 5px 10px 5px;
        padding: 18px;
        display: inline-block;
    }

    #product-teaser #secondary .container {
        width: 100%;
        max-width: 1320px;
        max-width: 100%;
    }
    .mkw-imagegallery {
        max-width: 900px;
    }


    .container.product-navigation {
        font-size: 16px;
        line-height: 20px;
        margin-top: 90px;
        padding-bottom: 25px;
    }

    .container.product-navigation > div {
        padding-top: 40px;
    }

    .container.product-navigation a.pager,
    .container.product-navigation a.overview {
        width: 56px;
        height: 56px;
    }

    .container.product-navigation span.overview,
    .container.product-navigation span.pager {
        margin: 0 20px;
        padding-top: 7px;
    }

    .container.product-navigation span.overview {
        margin-left: 7px;
        display: inline-block;
        clear: none;
    }

    .container.product-navigation span.pager {
        margin-right: 7px;
        display: inline-block;
        clear: none;
    }

    .container.product-navigation a.left {
        background-size: 56px 56px;
        margin-left: 15px;
    }

    .container.product-navigation a.right {
        background-size: 56px 56px;
        margin-left: 15px;
    }

    .container.product-navigation a.left:hover {
        background-size: 56px 56px;
    }

    .container.product-navigation a.right:hover {
        background-size: 56px 56px;
    }

    .container.product-navigation a.overview {
        background-size: 56px 56px;
        margin-right: 15px;
    }

    .container.product-navigation a.overview:hover {
        background-size: 56px 56px;
    }

    .select-wrapper {
        padding-bottom: 15px !important;
    }

    select {
        width: 280px;
        height: 50px;
        margin: 15px auto 0;
        background: url('../images/dropdown-filter.png') top 18px right 20px no-repeat;
        background-size: 19px 12px;
        font-size: 15px;
        padding-left: 20px;
    }


    footer {
        padding-top:50px;
        padding-bottom: 100px;
    }


    footer > div.container > div.brand {
        width: 360px;
        max-width: none;
        margin: 14px 0;
        float: right;
        line-height: 23px;
        font-size: 18px;
    }

    footer div.brand > div.csc-default {
        padding: 21px 35px;
    }

    footer div.brand > div.csc-default h4 {
        font-size: 18px;
        line-height: 23px;
    }

    footer > div.container > div {
        display: block;
    }

    footer > div.container > div.brand {
        width: 360px;
        max-width: none;
        margin: 14px 0;
        float: right;
    }
}

@media screen and (min-width: 1024px) {

    #stage.slide .pane {
        background-position: center center;
    }


    .product-description-text {
        margin: auto;
        float: none;
        max-width: 880px;
    }

    footer {
        padding-top:60px;
        padding-bottom: 40px;
    }


    footer > div.container > div.brand {
        width: 270px;
        line-height: 18px;
        font-size: 14px;
        margin-top: 14px;
    }

    footer div.brand > div.csc-default {
        padding: 18px 24px;
    }

    footer div.brand > div.csc-default h4 {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 1140px) {

    header .navbar-nav.navbar-language {
        border: 1px #000 solid;
        height: 18px;
        margin: 22px 0 0 12px;
    }


    header .navbar-nav.navbar-language > li > a {
        font-family: "FuturaStdMedium", sans-serif;
        font-size: 10px;
        padding: 0;
        line-height: 16px;
        padding: 0 8px;
        background-color: #fff;
        color: #000;
    }

    header .navbar-nav.navbar-language > li.active > a {
        background-color: #000;
        color: #fff;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
    }

    header .navbar-nav > li > a:hover,
    header .navbar-nav.navbar-language > li > a:hover {
        color: #fff;
        background-color: #000;
    }

    header .navbar-site {
        font-size: 14px;
    }

    header a.navbar-brand img {
        height: 36px;
    }

    header.navbar {
        min-height: 61px;
    }

    header .navbar-nav > li > a {
        padding-bottom: 13px;
        padding-top: 17px;
    }

    header .navbar-brand {
        padding-top: 11px;
    }

    #product-teaser #secondary .container {
        max-width: 1320px;
        width: 1320px;
    }

    table.contenttable {
        font-size: 1em;
    }

}

/*
@media (max-width: 800px) {

    .navbar-collapse.no-transition {
        -webkit-transition: height 0.01s;
        -moz-transition: height 0.01s;
        -ms-transition: height 0.01s;
        -o-transition: height 0.01s;
        transition: height 0.01s;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 30px;
        height: 4px;
        border-radius: 0;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 8px;
    }

    header .navbar-toggle {
        padding: 32px 40px;
    }


    header a.navbar-brand img {
       height: 45px;
    }

    header#top {
        padding: 0px;
        margin: 0px;
        min-height: 101px;
    }

    header#top .container > .navbar-header {
        position: relative;
        height: 100px;
    }

    header#top.active .navbar-header {
        height: 190px !important;
    }

    header#top.active {
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.7) !important;
z-index: 99999;
position: absolute;
    }

    header#top a.navbar-brand {
        padding: 25px 0px 0px 20px;                
    }
            
    header#top .container {
        background-color: transparent;
    }

    header#top.active .container {
        background-color: transparent;
    }

    header#top.active .container {
        height: 100%;
        padding: 0;
    }

    .container > .navbar-header {
        position: relative;
        height: 190px;
    }

    header#top.active a.navbar-brand {
        position: absolute;
        height: 100%;
        background-color: rgb(255, 255, 255);
    }

    header#top button[aria-expanded="true"] + a.navbar-brand {
        width: 65%;
        margin: 0px 17.5%;
        padding: 70px 0 40px;
        background-color: #fff !important;
    }

    header#top button[aria-expanded="true"] + a:hover.navbar-brand {
        background-color: #fff !important;
    }

    header#top .navbar-collapse {
        width: 65%;
        margin: 0px 17.5%;
        background-color: rgb(255, 255, 255);
        height: 100%;
        width: 65%;
        margin: 0px 17.5%;
        padding: 0 0 0 110px;
    }

    header#top button[aria-expanded="true"] + a.navbar-brand img {
        display: block !important;
        height: 70px;
        margin: 0 0 0 110px;
    }

    header .navbar-site {
        font-size: 22px !important;
        line-height: 22px;
        padding: 11px 0 12px;
    }

    header .navbar-language {
        margin: 0 !important;
        border-color: #000 !important;
        width: auto;
        display: inline-block;
        height: 38px !important;
    }

    header .navbar-language li {
        display: inline-block;
    }

    header .navbar-site a,
    header .navbar-site a:link,
    header .navbar-site a:active,
    header .navbar-site a:focus,
    header .navbar-site a:hover {
        color: #000 !important;
        padding-left: 0;
        border: none !important;
    }

    header .navbar-language li a,
    header .navbar-language li a:link,
    header .navbar-language li a:active,
    header .navbar-language li a:focus,
    header .navbar-language li.active a:hover {
        font-size: 18px !important;
        border: none !important;
        padding: 10px 12px !important;
        color: #000 !important;
        background-color: #fff !important;
    }

    header .navbar-language li.active a,
    header .navbar-language li.active a:link,
    header .navbar-language li.active a:active,
    header .navbar-language li.active a:focus,
    header .navbar-language li a:hover {
        font-size: 18px !important;
        border: none !important;
        padding: 10px 12px !important;
        color: #fff !important;
        background-color: #000 !important;
    }

    header ul.navbar-site li:nth-child(5),
    header ul.navbar-site li:last-child {
        border-bottom: 4.5px solid #000;
        width: 71px;
        padding-bottom: 28px;
        margin-bottom: 28px;
    }


    header#top button[aria-expanded="true"] span {
        display: none;
    }

    header#top button[aria-expanded="true"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        opacity: 1;
        padding: 27px 35px;
    }

    header#top button[aria-expanded="true"]:hover {
        opacity: 1;
    }

    header#top button[aria-expanded="true"]:before,
    header#top button[aria-expanded="true"]:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 38px;
        width: 4px;
        background-color: #fff;
    }

    header#top button[aria-expanded="true"]:before {
        transform: rotate(45deg);
    }

    header#top button[aria-expanded="true"]:after {
        transform: rotate(-45deg);
    }


    header#top.active .navbar-site li.active a,
    header#top.active .navbar-site li.active a:hover,
    header#top.active .navbar-site li a:hover {
        border-color: #fff !important;
        background-color: #fff !important;
        border: none !important;
    }
}

@media (max-width: 768px) {


    header a.navbar-brand img {
        height: 36px;
    }

    .navbar-toggle .icon-bar {
        width: 23.5px;
        height: 3px;
    }

   .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }

    header .navbar-toggle {
        padding: 20px 5px;
        margin: 0;
    }

    header#top {
        min-height: 61px;
    }

    header#top .container > .navbar-header {
        position: relative;
        height: 60px;
    }

    header#top.active .container > .navbar-header {
        height: 93px;
    }


    header#top a.navbar-brand {
        padding: 10px 0px 0px 2px;                
    }

    header .navbar-site {
        font-size: 13px !important;
        line-height: 13px;
        padding: 6px 0 6px;
    }

    header .navbar-language {
        margin: 0 !important;
        border-color: #000 !important;
        width: auto;
        display: inline-block;
        height: 38px !important;
    }

    header ul.navbar-site li:nth-child(5),
    header ul.navbar-site li:last-child {
        border-bottom: 2.5px solid #000;
        width: 36px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    header#top button[aria-expanded="true"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        opacity: 1;
        padding: 27px 35px;
    }

    header .navbar-site a,
    header .navbar-site a:link,
    header .navbar-site a:active,
    header .navbar-site a:focus,
    header .navbar-site a:hover {
        color: #000 !important;
        padding: 3px 0 3px !important;
    }

    header#top button[aria-expanded="true"] + a.navbar-brand {
        padding: 30px 0 35px;
    }

    header#top .navbar-collapse {
        padding: 0 0 0 30px;
    }

    header#top button[aria-expanded="true"] + a.navbar-brand img {
        height: 33px;
        margin: 0 0 0 30px;
    }

    header .navbar-language {
        height: 24px !important;
    }


    header .navbar-language li a,
    header .navbar-language li a:link,
    header .navbar-language li a:active,
    header .navbar-language li a:focus,
    header .navbar-language li.active a:hover {
        font-size: 10px !important;
        padding: 3px 8px !important;
    }

    header .navbar-language li.active a,
    header .navbar-language li.active a:link,
    header .navbar-language li.active a:active,
    header .navbar-language li.active a:focus,
    header .navbar-language li a:hover {
        font-size: 10px !important;
        padding: 3px 8px !important;
    }

    header#top button[aria-expanded="true"] {
        position: absolute;
        right: 0;
        top: 0;
        width: 24px;
        height: 24px;
        opacity: 1;
        padding: 18px 24px;
    }

    header#top button[aria-expanded="true"]:hover {
        opacity: 1;
    }

    header#top button[aria-expanded="true"]:before,
    header#top button[aria-expanded="true"]:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 24px;
        width: 3px;
        background-color: #fff;
    }

    header#top button[aria-expanded="true"]:before {
        transform: rotate(45deg);
    }

    header#top button[aria-expanded="true"]:after {
        transform: rotate(-45deg);
    }

}
*/
/* ===== SEO-Text Sections: H3 lesbar machen (Override) ===== */
/* Regel: product-teaser setzt alle h3 auf weiss — hier Override fuer SEO-Texte */
#product-teaser div#secondary .category-seo-content h3,
#product-teaser div#secondary .csc-default .category-seo-content h3 {
    color: #1a1a1a !important;
    text-transform: none !important;
    text-align: center !important;
    font-size: 24px !important;
    font-family: "FuturaStdMedium", sans-serif !important;
    line-height: 1.4 !important;
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

/* ===== Category SEO Content: zentriert ===== */
.category-seo-content {
    max-width: 820px;
    margin: 50px auto 70px;
    padding: 0 24px;
}

.category-seo-content h2 {
    text-align: center;
    font-size: 28px;
    font-family: "FuturaStdMedium", sans-serif;
    color: #1a1a1a;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.category-seo-content p {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #333;
    margin-bottom: 16px;
}

.category-seo-content h3 {
    /* Ergänzung zu bestehendem Override — Abstand zur vorherigen Sektion */
    margin-top: 36px !important;
}

/* FAQ-Fragen optisch hervorheben */
.category-seo-content h3.faq-question,
.category-seo-content h3 strong {
    color: #1a1a1a !important;
}

/* "Das könnte Sie auch interessieren" Abschnitt */
.category-seo-content h2.also-interesting {
    margin-top: 48px;
    border-top: 2px solid #e0e0e0;
    padding-top: 24px;
    border-bottom: none;
}


/* Nav shadow — only when nav is visible (not transparent over hero) */
#headerOuter:not(.bottom-position) {
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
