@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: MuseoSans300;
    src: url(../fonts/museosans-300.eot);
    src: url(../fonts/museosans-300.eot?#iefix) format("embedded-opentype"), url(../fonts/museosans-300.woff) format("woff"), url(../fonts/museosans-300.ttf) format("truetype"), url(../fonts/museosans-300.svg#MuseoSans300) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MuseoSans500;
    src: url(../fonts/museosans_500.eot);
    src: url(../fonts/museosans_500.eot?#iefix) format("embedded-opentype"), url(../fonts/museosans_500.woff) format("woff"), url(../fonts/museosans_500.ttf) format("truetype"), url(../fonts/museosans_500.svg#MuseoSans500) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: MuseoSans700;
    src: url(../fonts/museosans_700.eot);
    src: url(../fonts/museosans_700.eot?#iefix) format("embedded-opentype"), url(../fonts/museosans_700.woff) format("woff"), url(../fonts/museosans_700.ttf) format("truetype"), url(../fonts/museosans_700.svg#MuseoSans700) format("svg");
    font-weight: 400;
    font-style: normal
}

.btn,
a.btn {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, 0 0, 0 37.125, from(#000), color-stop(0.054, #2f2f2f), color-stop(0.864, #2a2a2a), color-stop(0.891, #252525), color-stop(0.918, #282828), to(#1e1e1e));
    background-image: -webkit-linear-gradient(#000, #2f2f2f 5.4%, #2a2a2a 86.4%, #252525, #282828 91.8%, #1e1e1e);
    background-image: -moz-linear-gradient(#000, #2f2f2f 5.4%, #2a2a2a 86.4%, #252525, #282828 91.8%, #1e1e1e);
    background-image: -o-linear-gradient(#000, #2f2f2f 5.4%, #2a2a2a 86.4%, #252525, #282828 91.8%, #1e1e1e);
    background-image: linear-gradient(#000, #2f2f2f 5.4%, #2a2a2a 86.4%, #252525, #282828 91.8%, #1e1e1e);
    padding: 10px 20px;
    text-align: center;
    color: #00257a;
    margin: 0 0 30px;
    display: inline-block
}

.btn:hover,
a.btn:hover {
    opacity: .95;
    color: #fff
}

.yform .form-group {
    margin-bottom: 5px
}

.yform .form-group .form-control {
    border-radius: 0
}

.yform .formcheckbox,
.yform .radio {
    float: left;
    margin-top: 10px;
    margin-right: 20px
}

.yform .abstand {
    margin-top: 40px
}

.yform .abstand2 {
    margin-top: 60px
}

.yform button {
    background: #988f86;
    border-radius: 0;
    border: none;
    width: 150px;
    margin-top: 10px;
    font-family: MuseoSans500, Arial, sans-serif;
    line-height: 1.4;
    color: #fff
}

.yform button:hover {
    background: #00257a
}

.row {
    overflow: hidden
}

.row .row {
    margin-left: -10px;
    margin-right: -10px
}

.row:after {
    content: "";
    clear: both;
    display: block
}

.row.equalheight {
    display: table;
    table-layout: fixed;
    width: 100%
}

.row.equalheight .col {
    float: none;
    display: table-cell;
    vertical-align: top
}

.row.equalheight:after {
    display: none
}

.row .col {
    padding: 0 10px;
    float: left
}

.row .col.spacer {
    min-height: 1px
}

.row .col.size1of12 {
    width: 8.33333%
}

.row .col.size2of12 {
    width: 16.66666%
}

.row .col.size3of12 {
    width: 25%
}

.row .col.size4of12 {
    width: 33.33333%
}

.row .col.size5of12 {
    width: 41.66666%
}

.row .col.size6of12 {
    width: 50%
}

.row .col.size7of12 {
    width: 58.33333%
}

.row .col.size8of12 {
    width: 66.66666%
}

.row .col.size9of12 {
    width: 75%
}

.row .col.size10of12 {
    width: 83.33333%
}

.row .col.size11of12 {
    width: 91.66666%
}

.row .col.size12of12 {
    width: 100%
}

@media only screen and (max-width:767px) {
    .row .col {
        padding: 0 15px
    }
    .row .col.size10of12,
    .row .col.size11of12,
    .row .col.size12of12,
    .row .col.size1of12,
    .row .col.size2of12,
    .row .col.size3of12,
    .row .col.size4of12,
    .row .col.size5of12,
    .row .col.size6of12,
    .row .col.size7of12,
    .row .col.size8of12,
    .row .col.size9of12 {
        width: 100%
    }
    .row .col.size10of12.spacer,
    .row .col.size11of12.spacer,
    .row .col.size12of12.spacer,
    .row .col.size1of12.spacer,
    .row .col.size2of12.spacer,
    .row .col.size3of12.spacer,
    .row .col.size4of12.spacer,
    .row .col.size5of12.spacer,
    .row .col.size6of12.spacer,
    .row .col.size7of12.spacer,
    .row .col.size8of12.spacer,
    .row .col.size9of12.spacer {
        min-height: 0
    }
}

.clear,
.clearfix {
    clear: both
}

body {
    background-color: #000;
    font-family: MuseoSans300, Arial, sans-serif;
    line-height: 1.4;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    color: #333
}

a {
    text-decoration: none;
    cursor: pointer;
    font-family: MuseoSans500, Arial, sans-serif;
    color: #333
}

a:hover {
    color: #00257a;
    text-decoration: none
}

p {
    margin-bottom: 10px
}

strong {
    font-family: MuseoSans500, Arial, sans-serif;
    line-height: 1.4
}

.bold-bigger {
    font-size: 16px
}

.padding-bottom {
    padding-bottom: 40px
}

.h1,
h1 {
    line-height: 1.2;
    font-size: 45px;
    color: #988f86;
    text-transform: uppercase
}

.h1.section-title,
h1.section-title {
    font-size: 45px;
    margin-top: 50px;
    margin-bottom: 10px
}

@media all and (max-width:767px) {
    .h1,
    h1 {
        font-size: 27px
    }
}

.h2,
h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #988f86;
    padding: 10px 0;
    display: inline-block;
    line-height: 1.2;
    position: relative
}

@media all and (max-width:992px) {
    .h2,
    h2 {
        font-size: 37px
    }
}

@media all and (max-width:767px) {
    .h2,
    h2 {
        font-size: 27px
    }
}

@media all and (max-width:480px) {
    .h2,
    h2 {
        font-size: 22px
    }
}

.h2.special,
h2.special {
    z-index: 4;
    top: -36px
}

a.more-news-btn-no-js,
button.more-news-btn {
    background: #988f86;
    border-radius: 0;
    border: none;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-family: MuseoSans500, Arial, sans-serif;
    line-height: 1.4;
    color: #fff
}

a.more-news-btn-no-js:hover,
button.more-news-btn:hover {
    background: #00257a
}

a.more-news-btn-no-js {
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
}

a.more-news-btn-no-js:focus {
    text-decoration: none;
}

.product-line {
    min-height: calc(100vh - 152px)
}

.product-line .row.eq-height {
    display: flex
}

.product-line .row.eq-height .col-8 {
    flex: 66;
    padding-left: 10px;
    padding-right: 0;
    box-sizing: border-box
}

.product-line .row.eq-height .col-4 {
    padding-left: 10px;
    padding-right: 10px;
    flex: 33;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box
}

.product-line .row.eq-height .col-4 .bottom {
    padding-left: 10px
}

.product-line .row.eq-height .col-4 p {
    margin: 0
}

@media all and (max-width:767px) {
    .product-line .row.eq-height {
        display: block
    }
    .product-line .row.eq-height .col-8 {
        padding-right: 10px
    }
    .product-line .row.eq-height .col-4 {
        padding-top: 20px;
        padding-left: 0;
        padding-right: 10px
    }
}

.product-line .col.left {
    padding-right: 10px
}

.product-line .extra-big {
    font-size: 25px;
    line-height: normal
}

@media all and (max-width:767px) {
    .product-line .extra-big {
        font-size: 18px
    }
}

.h3,
h3 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    position: relative;
    min-height: 40px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Arial
}

.h3.icon,
h3.icon {
    margin-bottom: 25px;
    margin-top: 30px;
    height: auto
}

.h3 span,
h3 span {
    background-color: #fff;
    display: inline-block;
    padding: 0 20px;
    font-size: 27px;
    line-height: 40px;
    text-transform: uppercase;
    z-index: 9;
    position: relative
}

.h3 span img,
h3 span img {
    width: auto;
    margin-top: -5px;
    bottom: 20px
}

h3.line {
    font-weight: 400
}

h3.line:before {
    position: absolute;
    height: 2px;
    top: 40%;
    width: 100%;
    left: 0;
    content: "";
    border-bottom: 2px solid #988f86;
    text-align: center;
    z-index: 8
}

h3.line.whitel span {
    background-color: #fae6b0
}

h3.line.whitel:before {
    border-bottom: 2px solid #fff
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 2px solid #988f86;
    margin: 1em 0;
    padding: 0;
    clear: both
}

.first-content {
    padding-top: 50px
}

.first-content .larger {
    padding-top: 100px
}

@media all and (max-width:767px) {
    .first-content .larger {
        padding-top: 20px
    }
}

.center {
    text-align: center
}

.container {
    max-width: 1140px;
    margin: 0 auto
}

@media all and (max-width:992px) {
    .container {
        padding: 0 20px
    }
}

.margin-head {
    margin-bottom: 50px!important
}

.margin-top {
    margin-top: 30px
}

section.content {
    padding-top: 20px;
    padding-bottom: 80px
}

section .container.padding {
    padding: 0 10px
}

.navbar {
    background: 0 0;
    border: none!important;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    z-index: 1000
}

.navbar:hover {
    background: rgba(0, 0, 0, .6)
}

.navbar .container {
    padding-left: 10px;
    padding-right: 10px
}

.navbar.color,
.navbar.color:hover {
    background: #988f86
}

.navbar.color .navbar-collapse ul li.active a,
.navbar.color .navbar-collapse ul li:hover a {
    background: none!important;
    color: #00257a!important
}

@media all and (max-width:767px) {
    .navbar.color .navbar-collapse ul li.active a,
    .navbar.color .navbar-collapse ul li:hover a {
        color: #00257a!important
    }
}

.navbar.color .navbar-collapse ul li .dropdown-menu li a {
    color: #fff!important
}

.navbar .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    margin-top: -15px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.navbar .navbar-brand img {
    height: 100px;
    -webkit-transition: height .2s;
    -moz-transition: height .2s;
    -ms-transition: height .2s;
    -o-transition: height .2s;
    transition: height .2s
}

.navbar .navbar-brand.home {
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0
}

@media all and (max-width:767px) {
    .navbar .navbar-brand {
        height: 50px
    }
    .navbar .navbar-brand img {
        height: 50px;
        -webkit-transition: height .2s;
        -moz-transition: height .2s;
        -ms-transition: height .2s;
        -o-transition: height .2s;
        transition: height .2s
    }
}

.navbar.top-nav-collapse {
    background: #988f86;
    background: rgba(152, 143, 134, .9);
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    -ms-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s
}

.navbar.top-nav-collapse:hover {
    background: rgba(152, 143, 134, .9)
}

.navbar.top-nav-collapse .navbar-collapse ul li a {
    line-height: 20px
}

.navbar.top-nav-collapse .navbar-collapse ul li.active a,
.navbar.top-nav-collapse .navbar-collapse ul li:hover a {
    background: none!important;
    color: #00257a!important
}

@media all and (max-width:767px) {
    .navbar.top-nav-collapse .navbar-collapse ul li.active a,
    .navbar.top-nav-collapse .navbar-collapse ul li:hover a {
        color: #00257a!important;
        text-shadow: none!important
    }
}

@media all and (max-width:767px) {
    .navbar.top-nav-collapse .navbar-collapse ul li.active li.active,
    .navbar.top-nav-collapse .navbar-collapse ul li.active li:hover,
    .navbar.top-nav-collapse .navbar-collapse ul li:hover li.active,
    .navbar.top-nav-collapse .navbar-collapse ul li:hover li:hover {
        color: #988f86!important;
        text-shadow: none!important
    }
}

.navbar.top-nav-collapse .navbar-collapse ul li.active li a,
.navbar.top-nav-collapse .navbar-collapse ul li:hover li a {
    line-height: 20px;
    padding: 5px 20px;
    color: #fff!important
}

.navbar.top-nav-collapse .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    margin-top: -15px
}

.navbar.top-nav-collapse .navbar-brand img {
    height: 50px
}

.navbar.top-nav-collapse .navbar-brand.home {
    opacity: 1
}

.navbar .navbar-nav {
    float: right
}

.navbar .navbar-collapse {
    border: none!important
}

.navbar .navbar-collapse ul li a {
    padding: 15px 10px;
    font-family: MuseoSans500, Arial, sans-serif;
    font-weight: 500;
    line-height: 70px;
    text-transform: uppercase;
    -webkit-transition: line-height .2s;
    -moz-transition: line-height .2s;
    -ms-transition: line-height .2s;
    -o-transition: line-height .2s;
    transition: line-height .2s;
    color: #fff
}

@media all and (max-width:767px) {
    .navbar .navbar-collapse ul li a {
        line-height: 20px
    }
}

@media all and (min-width:480px) {
    .navbar .navbar-collapse ul li a {
        padding: 15px 5px
    }
}

@media all and (min-width:992px) {
    .navbar .navbar-collapse ul li a {
        padding: 15px 10px
    }
}

@media all and (min-width:1200px) {
    .navbar .navbar-collapse ul li a {
        padding: 15px
    }
}

.navbar .navbar-collapse ul li.active a,
.navbar .navbar-collapse ul li:hover a {
    color: #988f86!important;
    background: none!important
}

@media all and (max-width:767px) {
    .navbar .navbar-collapse ul li.active a,
    .navbar .navbar-collapse ul li:hover a {
        color: #00257a!important;
        text-shadow: none
    }
}

.navbar .navbar-collapse ul li.active .dropdown-menu li.active a,
.navbar .navbar-collapse ul li:hover .dropdown-menu li.active a {
    color: #988f86!important
}

.navbar .navbar-collapse ul li .dropdown-menu {
    border-radius: 0;
    border: none;
    background: #00257a
}

.navbar .navbar-collapse ul li .dropdown-menu li {
    background: #00257a
}

.navbar .navbar-collapse ul li .dropdown-menu li a {
    line-height: 20px;
    padding: 5px 20px;
    color: #fff!important
}

.navbar .navbar-collapse ul li .dropdown-menu li.active a,
.navbar .navbar-collapse ul li .dropdown-menu li:hover a {
    color: #988f86!important
}

@media all and (max-width:767px) {
    .navbar .navbar-collapse ul li .dropdown-menu {
        display: block;
        position: relative;
        width: 100%;
        margin-bottom: 20px
    }
}

.navbar .navbar-collapse ul li:hover .dropdown-menu {
    display: block
}

.navbar .navbar-right {
    position: absolute;
    display: none;
    top: 17px;
    right: 30px
}

.navbar .navbar-right a {
    display: block;
    float: left;
    color: #fff;
    margin-left: 10px;
    font-size: 12px
}

.navbar .navbar-right a i {
    display: block;
    margin-top: -2px;
    font-size: 20px
}

.navbar .navbar-right a:hover {
    text-decoration: none;
    color: #333
}

.navbar .container2 {
    width: 100%;
    position: relative
}

.navbar .container-filter {
    position: relative;
    padding-left: 10px;
    padding-right: 10px
}

.navbar .navbar-filter {
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
    color: #fff
}

@media all and (max-width:767px) {
    .navbar .navbar-filter {
        display: none
    }
}

.navbar .navbar-filter .filter {
    position: relative;
    padding-top: 0;
    min-width: 120px;
    float: right
}

.navbar .navbar-filter .filter:hover {
    background: #000
}

.navbar .navbar-filter .filter:hover ul {
    max-height: 200px
}

.navbar .navbar-filter .filter span {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    float: left;
    display: block;
    line-height: 25px
}

.navbar .navbar-filter .filter i {
    position: absolute;
    right: 10px;
    top: -3px;
    display: block;
    margin-top: 0;
    padding-left: 20px;
    font-size: 30px
}

.navbar .navbar-filter .filter ul {
    overflow: hidden;
    top: 25px;
    min-width: 100%;
    max-height: 0;
    position: absolute;
    background: rgba(152, 143, 134, .9);
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    -ms-transition: max-height .3s;
    -o-transition: max-height .3s;
    transition: max-height .3s
}

.navbar .navbar-filter .filter ul li {
    cursor: pointer;
    padding-left: 20px;
    height: 25px;
    line-height: 25px
}

.navbar .navbar-filter .filter ul li.active,
.navbar .navbar-filter .filter ul li:hover {
    background: #00257a
}

@media all and (max-width:767px) {
    .navbar .navbar-right {
        display: none
    }
    .navbar .navbar-toggle {
        margin-right: 30px;
        border-radius: 0;
        border: 0;
        background: #000
    }
    .navbar .navbar-brand {
        position: absolute;
        padding-left: 0
    }
    .navbar .navbar-nav {
        float: none;
        width: 100%;
        margin: 7.5px 0
    }
    .navbar .container {
        padding: 0
    }
    .navbar .container>.navbar-collapse {
        margin: 0
    }
    .navbar .navbar-collapse {
        max-height: calc(100vh - 50px);
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%
    }
    .navbar .navbar-collapse ul {
        margin: 0
    }
    .navbar .navbar-collapse ul li {
        background: rgba(100, 100, 100, .9);
        text-align: right;
        border-bottom: 1px solid #988f86;
        width: 100%
    }
    .navbar .navbar-collapse ul li li {
        border-bottom: none
    }
    .navbar .navbar-collapse ul li li.active a,
    .navbar .navbar-collapse ul li li:hover a {
        color: #988f86!important
    }
    .navbar .navbar-collapse ul li a {
        padding-right: 20px
    }
    .navbar .navbar-collapse ul li.active a,
    .navbar .navbar-collapse ul li:hover a {
        color: #00257a
    }
}

section {
    background-color: #fff
}

section.banner {
    min-height: 600px;
    background: url(../img/banner1.jpg) 0 0/cover #444;
    position: relative
}

@media all and (max-width:767px) {
    section.banner {
        min-height: 400px
    }
}

section.banner.small {
    min-height: 450px;
    margin-top: 0
}

@media all and (max-width:767px) {
    section.banner.small {
        min-height: 250px
    }
}

section.banner.first {
    margin-top: 50px
}

section.banner .logo-big {
    max-width: 60%;
    margin-top: 160px
}

section.banner .slogan {
    width: 100%;
    bottom: 20px;
    position: absolute
}

section.banner .slogan .container {
    text-align: right
}

section.banner .slogan .container h1 {
    text-transform: none;
    color: #fff;
    font-size: 27px
}

section.banner .slogan .container p {
    text-transform: none;
    color: #fff;
    font-size: 27px
}

section.banner .slogan2 {
    width: 100%;
    top: 130px;
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
    opacity: .8
}

@media all and (max-width:767px) {
    section.banner .slogan2 {
        top: 80px
    }
}

section.banner .slogan2 .container {
    text-align: right
}

section.banner .slogan2 .slog {
    width: 80%;
    float: right
}

section.banner .slogan2 .extra-big {
    font-size: 45px;
    line-height: normal
}

@media all and (max-width:992px) {
    section.banner .slogan2 .slog {
        width: 80%
    }
    section.banner .slogan2 .extra-big {
        font-size: 35px
    }
}

@media all and (max-width:767px) {
    section.banner .slogan2 .slog {
        width: 80%
    }
    section.banner .slogan2 .extra-big {
        font-size: 20px
    }
}

section.map {
    width: 100%;
    min-height: 450px;
    position: relative;
    padding-top: 100px
}

section.teaser-right {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: right;
    max-width: 100%
}

section.teaser-right img {
    width: 100%;
    max-width: 600px!important
}

section.galerie {
    min-height: 1100px;
    margin-top: -60px
}

section .item-gall {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer
}

section .item-gall img {
    display: block;
    width: 100%
}

section .item-gall .caption {
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    font-size: 13px;
    position: absolute;
    overflow: hidden;
    font-family: MuseoSans500, Arial, sans-serif;
    line-height: 1.4;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    padding: 10px 20px;
    bottom: -20px;
    width: 80%;
    height: 0;
    font-weight: 400!important;
    margin-left: 7.555555555%
}

section .item-gall:hover .caption {
    background: rgba(152, 143, 134, .9);
    height: 70px!important;
    color: #fff
}

section .item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer
}

section .item img {
    display: block;
    width: 100%
}

section .item .caption {
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    font-size: 13px;
    position: absolute;
    overflow: hidden;
    font-family: MuseoSans500, Arial, sans-serif;
    line-height: 1.4;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    padding: 10px 20px;
    bottom: 0;
    width: 80%;
    height: 70px;
    font-weight: 400!important;
    margin-left: 7.555555555%
}

section .item:hover .caption {
    background: rgba(152, 143, 134, .9);
    height: 130px!important;
    color: #fff
}

section .teaser-right {
    position: absolute;
    right: 0;
    width: 50%;
    text-align: right
}

@media all and (max-width:767px) {
    section .teaser-right {
        position: relative;
        width: 100%
    }
}

section .teaser-right img {
    width: 100%;
    max-width: 600px!important
}

section .col.left {
    padding-right: 30px
}

section .row {
    margin-bottom: 40px
}

section .row.no-margin {
    margin-bottom: 0
}

section p {
    font-family: MuseoSans300, Arial, sans-serif;
    line-height: 1.4;
    font-size: 16px
}

section .extra-big {
    font-family: MuseoSans300, Arial, sans-serif;
    font-size: 27px;
    line-height: 34px
}

@media all and (max-width:767px) {
    section .extra-big {
        font-size: 22px;
        line-height: 29px
    }
}

section.first-content {
    padding-bottom: 60px
}

section .row.abstand {
    margin-bottom: 80px
}

section.aktuell-home {
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 40px
}

section.aktuell {
    padding-top: 125px;
    padding-bottom: 10px
}

@media all and (max-width:767px) {
    section.aktuell {
        padding-top: 75px
    }
}

section.aktuell .col.left {
    padding-right: 30px
}

section.aktuell .col.left img {
    width: 100%
}

section.aktuell .row {
    margin-bottom: 40px
}

section.aktuell .date {
    color: #988f86
}

section.aktuell p {
    font-family: MuseoSans300, Arial, sans-serif;
    line-height: 1.4;
    font-size: 16px
}

section.produkte {
    padding-top: 125px;
    padding-bottom: 10px;
    min-height: 1100px
}

@media all and (max-width:767px) {
    section.produkte {
        padding-top: 75px
    }
}

section.team {
    padding-top: 20px;
    padding-bottom: 10px;
    min-height: 800px
}

section.team .container {
    min-height: calc(100vh - 180px)
}

section.team .item .caption {
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -ms-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
    height: 190px;
    bottom: -190px;
    background: rgba(152, 143, 134, .9);
    padding: 20px
}

section.team .item .caption span.slogan {
    font-family: MuseoSans300, Arial, sans-serif;
    font-size: 25px;
    line-height: 28px;
    font-weight: 100;
    text-transform: uppercase;
    color: #fff;
    display: block
}

@media all and (max-width:1200px) {
    section.team .item .caption span.slogan {
        font-size: 20px;
        line-height: 23px
    }
}

section.team .item .caption span.name {
    margin-top: 5px;
    font-family: MuseoSans300, Arial, sans-serif;
    line-height: 1.4;
    display: block;
    font-size: 16px
}

section.team .item:hover .caption {
    bottom: 0;
    height: 190px!important;
    color: #fff
}

section.referenzen {
    padding-top: 125px;
    padding-bottom: 10px;
    min-height: 1100px
}

section.referenzen .item .caption {
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -ms-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
    height: 160px;
    bottom: -160px;
    background: rgba(152, 143, 134, .9);
    padding: 20px
}

section.referenzen .item .caption span.slogan {
    font-family: MuseoSans300, Arial, sans-serif;
    line-height: 1.4;
    color: #fff;
    display: block
}

section.referenzen .item .caption span.name {
    margin-top: 5px;
    display: block;
    font-size: 10px;
    text-transform: uppercase
}

section.referenzen .item:hover .caption {
    bottom: 0;
    height: 160px!important;
    color: #fff
}

section.produkt-detail {
    width: 0;
    left: 100%;
    overflow: hidden;
    top: 0;
    background: rgba(152, 143, 134, .95);
    position: fixed;
    z-index: 10000;
    overflow-y: scroll
}

section.produkt-detail .info-row {
    margin-bottom: 20px
}

@media all and (max-width:767px) {
    section.produkt-detail .portfolio-top-row {
        margin-left: 0
    }
}

section.produkt-detail .detail-content {
    opacity: 0;
    color: #fff;
    position: relative;
    margin-top: 40px
}

section.produkt-detail .detail-content .img-title {
    display: block
}

section.produkt-detail .detail-content a {
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    color: #fff
}

section.produkt-detail .detail-content a:hover {
    color: #00257a;
    text-decoration: none
}

section.produkt-detail .detail-content #myemail,
section.produkt-detail .detail-content #myvcard {
    display: block;    
    width: auto;
}

section.produkt-detail .detail-content #myemail a,
section.produkt-detail .detail-content #myvcard a {
    font-size: 18px;
}

section.produkt-detail .detail-content #myemail span {
    width: auto;
}

section.produkt-detail .detail-content .close {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 1
}

@media all and (max-width:767px) {
    section.produkt-detail .detail-content .close {
        margin-top: -40px
    }
}

section.produkt-detail .detail-content .close .anzeigeP {
    margin-right: 20px
}

section.produkt-detail .detail-content .close i {
    margin-left: 20px;
    opacity: .6;
    font-size: 25px
}

section.produkt-detail .detail-content .close i.small {
    font-size: 20px
}

section.produkt-detail .detail-content .close i:hover {
    opacity: 1
}

section.produkt-detail .detail-content .close .fa-times-thin:before {
    content: "×"
}

section.produkt-detail .detail-content .detail-desc {
    padding-right: 20px
}

section.produkt-detail .detail-content .detail-desc h1,
section.produkt-detail .detail-content .detail-desc p {
    color: #fff
}

section.produkt-detail .detail-content .detail-info span {
    display: inline-block;
    width: 120px
}

section.produkt-detail .detail-content .image-stage {
    margin-top: 10px;
    width: 100%;
    position: relative
}

section.produkt-detail .detail-content .image-stage .prev {
    position: absolute;
    z-index: 100;
    width: 34px;
    height: 45px;
    top: 50%;
    margin-top: -17px;
    background: rgba(152, 143, 134, .5);
    text-align: center;
    opacity: .8;
    cursor: pointer
}

section.produkt-detail .detail-content .image-stage .prev i {
    width: 34px;
    font-size: 50px;
    line-height: 42px
}

section.produkt-detail .detail-content .image-stage .prev:hover {
    opacity: 1;
    background: rgba(152, 143, 134, .8)
}

section.produkt-detail .detail-content .image-stage .next {
    padding-left: 3px;
    position: absolute;
    z-index: 100;
    width: 34px;
    height: 45px;
    top: 50%;
    margin-top: -17px;
    right: 0;
    background: rgba(152, 143, 134, .5);
    text-align: center;
    opacity: .8;
    cursor: pointer
}

section.produkt-detail .detail-content .image-stage .next i {
    width: 34px;
    font-size: 50px;
    line-height: 42px
}

section.produkt-detail .detail-content .image-stage .next:hover {
    opacity: 1;
    background: rgba(152, 143, 134, .8)
}

section.produkt-detail .detail-content .image-stage .gimg img {
    display: block;
    width: 100%
}

section.produkt-detail .detail-content .image-stage .gimg.hid {
    top: 0;
    right: 0;
    width: 0;
    position: absolute;
    background-position: right!important;
    height: 100%
}

section.produkt-detail .detail-content .image-thumbs {
    margin-top: 20px;
    width: 100%
}

section.produkt-detail .detail-content .image-thumbs .thumb {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    opacity: .7;
    cursor: pointer
}

section.produkt-detail .detail-content .image-thumbs .thumb img {
    width: 140px
}

section.produkt-detail .detail-content .image-thumbs .thumb.active,
section.produkt-detail .detail-content .image-thumbs .thumb:hover {
    opacity: 1
}

section.kontakt .row {
    margin-bottom: 40px
}

#footer,
footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #988f86;
    font-size: 13px;
    color: #fff
}

@media all and (max-width:767px) {
    #footer .col,
    footer .col {
        margin-bottom: 20px
    }
}

#footer i,
footer i {
    width: 15px;
    text-align: center
}

#footer h4,
footer h4 {
    font-family: MuseoSans500, Arial, sans-serif;
    line-height: 1.4
}

#footer a,
footer a {
    font-weight: 400;
    color: #fff
}

#footer a:hover,
footer a:hover {
    color: #000;
    text-decoration: none
}

#footer .scrollToTop,
footer .scrollToTop {
    width: 50px;
    height: 30px;
    text-align: center;
    background: rgba(152, 143, 134, .6);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none
}

#footer .scrollToTop i,
footer .scrollToTop i {
    font-size: 50px;
    position: absolute;
    top: -12px;
    left: 8px
}

#footer .scrollToTop:hover,
footer .scrollToTop:hover {
    background: rgba(152, 143, 134, .8);
    color: #00257a;
    text-decoration: none
}

@media print {
    footer,
    header {
        display: none
    }
    section {
        overflow: hidden;
        max-width: 670px!important;
        max-height: 1000px!important;
        height: 1000px!important;
        width: 670px!important
    }
    section.produkte {
        display: none
    }
    img {
        max-width: 670px!important
    }
}

.fancybox-bg {
    background: #988f86!important
}

/*
--------------------------------------------------
OVERLAYS
--------------------------------------------------
*/

.bm-overlays,
.bm-overlays .row {
    display: flex;
    flex-wrap: wrap;
}

.bm-overlays .bm-details {
    font-size: 90%;
    margin-top: 15px;
}

.bm-overlays .bm-name {
    color: #988f86;
    font-family: MuseoSans500, Arial, sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.bm-overlays .col {
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
    max-width: 100%;
    padding: 0 15px;
    float: none;
}

.bm-overlays .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.bm-overlays .col-12 {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.bm-overlays img {
    height: 150px;
    width: auto;
}

#bm-overlays-popup-wrapper {
    background-color: rgba(0, 0, 0, .5);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color .5s ease;
    width: 100%;
    z-index: 99999;
}

#bm-overlays-popup-wrapper.is-hidden {
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}

#bm-overlays-popup-wrapper.is-hidden #bm-overlays-popup {
    left: 0;
    transform: translate(-100%, 50%);
}

#bm-overlays-popup {
    background-color: #000;
    background-image: url(../../media/headeroberflaechen.jpg);
    background-position: calc(100% + 75px) 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 400px;
    left: 0;
    position: absolute;
    bottom: calc(50% - 50px);
    transition: left .5s ease, transform .5s ease;
    transform: translate(0, 50%);
    width: 100%;
}

#bm-overlays-popup > a {
    color: #fff;
    display: block;
    text-decoration: none;
}

#bm-overlays-popup > a > div {
    align-items: center;
    background-color: rgba(0, 0, 0, .35);
    display: flex;
    height: 400px;
}

#bm-overlays-popup > a > div > div {
    padding-left: 30px;
    padding-right: 30px;
}

#bm-overlays-popup .bm-close-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 63.8' style='enable-background:new 0 0 64 63.8;' xml:space='preserve' width='64' height='63.8'%3E%3Cpath fill='%23fff' d='M7.1,0L0,7.1l24.9,24.8L0,56.6l7.1,7.1L32,39l24.9,24.8l7.1-7.1L39.2,31.9L64,7.1L56.9,0L32,24.8L7.1,0z'/%3E%3C/svg%3E%0A");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
}

#bm-overlays-popup p {
    font-family: MuseoSans300, Arial, sans-serif;
    font-size: calc(16px * .8);
}

#bm-overlays-popup p:first-child {
    font-family: MuseoSans500, Arial, sans-serif;
    font-size: calc(27px * .8);
    margin-bottom: 0;
}

#bm-overlays-popup p:last-child {
    font-family: MuseoSans500, Arial, sans-serif;
    margin-top: 30px;
}

#bm-overlays-popup p:last-child:active {
    opacity: .6 !important;
}

#bm-overlays-popup p:last-child:hover {
    opacity: .8;
}

/* @media(min-width: 768px) {
    .bm-overlays .col-md-6 {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }

    #bm-overlays-popup {
        background-position: calc(100% + 180px) 50%;
        background-size: auto 120%;
        width: 900px;
    }
} */

@media(min-width: 768px) {
    #bm-overlays-popup {
        width: 90%;
    }

    #bm-overlays-popup p {
        font-family: MuseoSans300, Arial, sans-serif;
        font-size: 16px;
    }


    #bm-overlays-popup p:first-child {
        font-family: MuseoSans500, Arial, sans-serif;
        font-size: 27px;
        margin-bottom: 0;
    }

    #bm-overlays-popup > a > div {
        background-color: rgba(0, 0, 0, 0);
    }
}

@media(min-width: 992px) {
    .bm-overlays .col-lg-4 {
        flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #bm-overlays-popup {
        background-position: calc(100% + 90px) 50%;
        background-size: auto 120%;
        width: 992px;
    }
}

#intranet-button--desktop:hover a span {
    border-color: #988f86;
}

.top-nav-collapse #intranet-button--desktop:hover a span {
    border-color: #00257a;
}

#intranet-button--desktop a span {
    border: 2px solid #fff;
    margin: -7.5px 0;
    padding: 7.5px;
}

@media(max-width: 991px) {
    #intranet-button--desktop {
        background-color: #000;
    }

    #intranet-button--desktop:hover {
        background-color: #00257a;
    }

    #intranet-button--desktop:hover a {
        color: #fff !important;
    }

    #intranet-button--desktop a span {
        border: none;
        margin: 0;
        padding: 0;
    }
}


/*
    ab hier Nino's Änderungen für das Service Formular
*/
.yform .serviceformular .radio,
.yform .serviceformular .checkbox
{
    float: none;
}

.yform .serviceformular .anrede-wrapper .radio,
.yform .serviceformular .anrede-wrapper .checkbox
{
    float: left;
}

.serviceformular h3,
.serviceformular h4
{
    text-align: left;
}

.serviceformular h4
{
    font-family: arial;
    font-weight: bold;
}

.serviceformular textarea
{
    height: 80px;
    resize: none;
}

.serviceformular .btn
{
    margin-top: 20px;
}

.serviceformular #yform-formular-herstellerName2,
.serviceformular #yform-formular-bemerkungen
{
    display: none;
    line-height: 0; /* sorgt dafür, dass der Abstand nicht zu groß zum oberen Element ist, wenn anders gewünscht, diese Zeile einfach löschen */
}


/* */
.cog-body {
    font-family: MuseoSans300, Arial, sans-serif;
    font-size: 16px;
}

.el-radio__label,
.el-checkbox__label,
.cog-body p
{
    font-size: 16px !important;;
    margin-top: -2px !important;
    font-family: MuseoSans300, Arial, sans-serif !important;
}

.cog-body h3 {
    font-size: 22px !important;
    font-family: Arial !important;
}

h1.cog-heading {
    font-size: 37px  !important;;
    text-transform: uppercase !important;
    color: #988f86 !important;;
    padding: 10px 0 !important;;
    display: inline-block !important;;
    line-height: 1.2 !important;;
    position: relative !important;;
}

.cog-label {
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000 !important;
    position: relative !important;
    font-family: Arial !important;
}

.cog-button--submit {
    background: #988f86 !important;
    border-radius: 0 !important;
    border: none !important;
    width: 150px !important;
    margin-top: 10px !important;
    font-family: MuseoSans500, Arial, sans-serif !important;
    line-height: 1.4 !important;
    color: #fff !important;
}

.cog-input textarea {
    resize: none !important;
}

#cog-6-label,
#cog-7-label,
#cog-8-label,
#cog-9-label {
    display: none !important;
}