/**
 * 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 {
    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: 30px 0 15px 0;
    text-align: center;
}
div#detail-buttons-top {
    margin: 30px 0;
    text-align: center;
}

div#detail-buttons a, div#detail-buttons-top 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;
}
div#detail-buttons a.trigger-product-form,
div#detail-buttons-top a.trigger-product-form{
    background: #000;
    color: #fff;
}
div#detail-buttons a.trigger-product-form:hover,
div#detail-buttons-top a.trigger-product-form:hover{
    background: #fff;
    color: #000;
    border-color: #000 !important;
}
.fixed-contact-trigger {
    font-family: "FuturaBold", sans-serif;
    position: fixed;
    z-index:2;
    right: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    font-size: 10px;
    padding: 0 10px 0 50px;
    text-transform: uppercase;
    display: inline-block;
    transform: translate(calc(100% - 40px),-50%);
    background: url("../images/e-mail.svg") no-repeat left 5px center #000;
    background-size: 30px auto;
    color: #fff;
    transition: all .3s ease-in-out;
}
.fixed-contact-trigger:hover {
    transform: translate(0,-50%);
}
@media screen and (min-width: 768px) {
    .fixed-contact-trigger {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        padding: 0 15px 0 70px;
        transform: translate(calc(100% - 60px),-50%);
        background: url("../images/e-mail.svg") no-repeat left 10px center #000;
        background-size: 40px auto;
    }
}

/** 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#content strong,
div#content b {
    font-family: "FuturaStdMedium", sans-serif;
}

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: 20px;
}
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 h4 {
    margin-top: 0;
    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;
    padding-top: 12px;
}
.mkw-imagegallery h2 {
    margin-bottom: 3px;
}

.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 {
    -webkit-transition: all 300ms linear;
    -moz-transition:  all 300ms linear;
    -o-transition:  all 300ms linear;
    -ms-transition:  all 300ms linear;
    transition:  all 300ms linear;
    opacity: 0.4;
}

.mkw-imagegallery a.lens {
    color: transparent;
    display: block;
    width: 20px;
    height: 24px;
    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 .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 .brand > div.csc-default {
    border-bottom: 1px solid #000;
    padding: 14px 17px;
}

footer .brand .footer-logo {
    max-width: 100%;
    width: 100%;
    height: auto;
}

footer .brand > div.csc-default h4 {
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    text-transform: none;
}

footer .brand > div.csc-default p.bodytext {
    margin-bottom: 0;
}

footer .houzz-badge {
    text-align: center;
    display: none;
}

@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 15px;
    }

    .mkw-imagegallery a.lens:hover {
        background-size: 39px 41px;
    }

    .row.portraits {
        padding-top:17px;
    }

    h1 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    body#product-teaser h1,
    body#references h1 {
        font-size: 30px;
        line-height: 38px;
    }
    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 p.bodytext {
        margin-bottom: 30px;
    }
    div#secondary .csc-default h3 {
        font-size: 20px;
    }
    div#secondary .csc-default h4 {
        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 {
        min-height: 680px;
        max-height: 900px;
        height: 43vw;
        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,
    div#detail-buttons-top {
        margin: 42px 0 30px;
        text-align: center;
    }

    div#detail-buttons a, div#detail-buttons-top 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;
        padding-top: 15px;
    }


    .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 .brand {
        width: 360px;
        max-width: none;
        margin: 14px 0;
        float: right;
        line-height: 23px;
        font-size: 18px;
    }

    footer .brand > div.csc-default {
        padding: 21px 35px;
    }

    footer .brand > div.csc-default h4 {
        font-size: 18px;
        line-height: 23px;
    }

    footer > div.container > div {
        display: block;
    }

    footer .brand {
        width: 360px;
        max-width: none;
        margin: 14px 0;
        float: right;
    }

    footer .houzz-badge {
        padding-top:10px;
        display: block;
        clear:both;
        float:right;
        width: 352px;
    }
}

@media screen and (min-width: 1024px) {

    #stage.slide .pane {
        background-position: center center;
    }

    h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    body#product-teaser h1,
    body#references h1 {
        font-size: 40px;
        line-height: 50px;
    }


    .product-description-text {
        margin: auto;
        float: none;
        max-width: 880px;
    }

    footer {
        padding-top:60px;
        padding-bottom: 40px;
    }


    footer .brand {
        width: 270px;
        line-height: 18px;
        font-size: 14px;
        margin-top: 14px;
    }

    footer .brand > div.csc-default {
        padding: 18px 24px;
    }

    footer .brand > div.csc-default h4 {
        font-size: 14px;
        line-height: 18px;
    }

    footer .houzz-badge {
        width: 270px;
    }

}

@media (min-width: 1140px) {

    #product-teaser #secondary .container {
        max-width: 1320px;
        width: 1320px;
    }

    table.contenttable {
        font-size: 1em;
    }

}
