body {
    background: white !important;
    border-top: 6px solid #e8e8e8;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    text-transform: unset !important;
}

h2 .small {
    color: #333;
}

.container, .row {
    /* border: 1px solid red;*/
}

.form-control {
    padding-top: 8px;
    padding-bottom: 4px;
}

.underdog {
    box-shadow: none;
}

.f-box {
    display: flex;
    display: -ms-flexbox;
}

.f-box .flex-1 {
    flex: 1;
    flex-basis: auto;
}

.f-box .flex-2 {
    flex: 2;
}

.f-box .flex-3 {
    flex: 3;
}

.f-box .flex-4 {
    flex: 4;
}

#header {
    background: white;
}

#header img {
    max-width: 100%;
}

#header input[type="text"] {
    border-color: #b3b3b3;
    background: #f7f7f7;
    color: #545454;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 0 4px 0 #ebebeb;
    padding: 7px 20px 3px;
    line-height: 24px;
}

#header .btn.btn-primary {
    background: #333333;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 15px 4px;
    line-height: 24px;
}

#header .form.search .btn.btn-primary {
    margin-left: 2px;
    background: #333333;
    border: 1px solid #1f1f1f;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 15px 4px;
    line-height: 24px;
}

#header-meta-navi ul.list-unstyled {
    margin: 0;
}

#header-meta-navi ul li {
    display: inline-block;
    padding-left: 15px;
    font-family: DINWeb-Bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
}

#header-meta-navi ul li a {
    color: #333;
}

#logo-area {
    position: relative;
    top: -10px;
}

#sigel-area img {
    margin-left: 5px;
    margin-right: 5px;
}

#sigel-area p {
    font-size: 11px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
    color: #666666;
}

.head-telefon-nummer p {
    margin: 0px;
}

#action-area {
    position: relative;
    top: 33px;
}

.head-telefon-nummer p.telefon-nummer a {
    font-size: 30px;
    text-decoration: none;
    line-height: 30px;
    color: #333333;
}

.head-telefon-nummer p.company-open {
    font-size: 11px;
    text-transform: uppercase;
    color: #666666;
}

#header .hide-not-fixed {
    display: none;
}

#header.fixed .hide-not-fixed {
    display: block;
}

#head-search-icon {
    width: 58px;
    cursor: pointer;
    background: white;
}

#head-search {
    padding-left: 30px;
}

#header-main-area-fixed a,
#header-main-area-fixed p {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 18px;
}

#header-main-area-fixed p.telefon-nummer a {
    font-size: 17px;
    color: #333;
}

nav.navbar-default {
    border: none;
    margin-bottom: 0;
    min-height: 58px;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(left, #333333 0%, #333333 50%, #e8e8e8 50%, #e8e8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #333333 0%, #333333 50%, #e8e8e8 50%, #e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #333333 0%, #333333 50%, #e8e8e8 50%, #e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#e8e8e8', GradientType=1);
}

nav.navbar-default .caret {
    display: none;
}

nav.navbar-default #navbar > ul > li:last-child {
    display: none;
}

.navbar-nav > li:nth-child(7),
#header .dropdown:nth-child(7).active,
.navbar-default .navbar-nav > .dropdown:nth-child(7).active > a,
#header .dropdown:nth-child(7).active > a {
    background-color: #d63916;
    color: #fff !important;
}

@media (max-width: 991px) {
    nav.navbar-default #navbar > ul > li:last-child {
        display: block;
    }

    #header nav.navbar-default #navbar .dropdown-menu > li > a {
        color: #fff;
    }
}

nav.navbar-default #navbar > ul > li > a {
    text-transform: uppercase;
}

#navbar,
.navbar-header {
    background: #333333;
    min-height: 58px;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 18px;
}

.fixed #navbar {
    height: 50px !important;
}

#action-navi {
    background: #e8e8e8;
    /*padding-left: 20px;*/
    margin-bottom: 0;
    height: 58px;
}

#action-navi .action-navi-icon {
    width: 55px;
    height: 58px;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
    position: relative;
}

#action-navi .action-navi-icon.open {
    background-color: #cccccc;
}

#action-navi .action-navi-icon.open .btn {
    position: relative;
}

#action-navi .action-navi-icon.open > .btn:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #cccccc;
    left: 50%;
    bottom: -8px;
    content: " ";
    margin-left: -8px;
    z-index: 10000;
}

#action-navi .action-navi-phone {
    background-image: url('../img/navi-phone-icon.png');
    cursor: pointer;
}

#action-navi #action-navi-phone.active:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: 50%;
    content: " ";
    margin-left: -8px;
}

#action-navi #action-navi-profile {
    background-image: url('../img/navi-profile-icon.png');
}

#action-navi #action-navi-basket {
    background-image: url('../img/navi-basket-icon.png');
}

#action-navi #action-navi-search {
    display: none;
    background-image: url('../img/navi-search-icon.png');
}

#action-navi .action-navi-phone.open {
    background-image: url('../img/navi-phone-icon-hover.png');
}

#action-navi #action-navi-profile.open {
    background-image: url('../img/navi-profile-icon-hover.png');
}

#action-navi #action-navi-basket.open {
    background-image: url('../img/navi-basket-icon-hover.png');
}

#action-navi #action-navi-search.open {
    display: none;
    background-image: url('../img/navi-search-icon-hover.png');
}

#action-navi .action-navi-icon > .btn {
    width: 100%;
    height: 58px;
    background: transparent;
}

.action-navi-icon .dropdown-menu {
    min-width: 400px;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    background: #e8e8e8;
}

.action-navi-icon .dropdown-menu .alert.alert-info {
    border: 1px solid #b3b3b3;
    background-color: #cccccc;
    color: #333;
    text-align: center;
}

.phone-menu .dropdown-menu {
    min-width: 270px;
}

.phone-menu .dropdown-menu .well.well-sm {
    margin: 0;
    background: transparent;
    width: 100%;
}

#head-search .search-label {
    text-transform: uppercase;
    font-size: 12px;
}

#partner_start {
    padding-bottom: 80px;
}

#partner_start hr {
    display: none;
}

#partner_start .col-xs-12:nth-child(1) {
    text-align: center;
}

#partner_start .col-xs-12:nth-child(1) h5,
.ow-three-teaser .heading-block h5,
.ow-two-gallery .heading-block h5 {
    display: inline-block;
    background: #333;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    padding: 5px 40px 3px 40px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.ow-three-teaser .heading-block span,
.ow-two-gallery .heading-block span {
    display: inline-block;
    background: #333;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    padding: 5px 10px 3px 10px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.ow-three-teaser .heading-block .beg_k span {
    display: inline-block;
    font-size: 65%;
    text-transform: uppercase;
    color: white;
    padding: 5px 40px 3px 40px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

#footer.ow-footer {
    overflow: visible;
    background: #333333;
    color: #fff;
}

.ow-footer a {
    color: #fff;
}

.ow-footer .shop a {
    color: rgb(214, 57, 22);
}

.ow-footer #ow-footer-first {
    border-top: 10px solid #f1f1f1;
    background: #333333;
}

.ow-footer #ow-footer-first .col-1 {
    flex: 4;
}

.ow-footer #ow-footer-first .col-2 {
    flex: 4;
}

.ow-footer #ow-footer-first .col-3,
.ow-footer #ow-footer-first .col-4 {
    flex: 2;
    align-self: center;
}

.ow-footer #ow-footer-first .col-3 #logo-frank-footer-text h4 {
    padding-bottom: 0px;
}

.ow-footer #ow-footer-second {
    border-top: 4px solid #2c2c2c;
    border-bottom: 1px solid #404040;
    background: #303030;
}

.ow-footer #ow-footer-third {
    border-top: 12px solid #313131;
    background: #333333;
}

.ow-footer #ow-footer-fourth {
    background: #303030;
    border-top: 4px solid #2c2c2c;
}

.ow-footer #ow-footer-first a,
.ow-footer #ow-footer-third .col-2 a,
.ow-footer #ow-footer-third .col-3 a {
    text-decoration: none;
}

.ow-footer .container {
    min-height: 50px;
}

#ow-footer-first .container .row .col-lg-12 {
    height: 130px;
}

.ow-footer #logo-frank-footer-block {
    position: relative;
}

.ow-footer #logo-frank-footer-block #logo-frank-footer-wrapper,
.ow-footer #logo-frank-footer-block #logo-frank-footer-text {
    position: relative;
    text-align: center;
    top: -66px;
}

.ow-footer #logo-frank-footer-block #logo-frank-footer-text h4 {
    color: #b8b8b8;
    font-size: 28px;
    margin-bottom: 0px;
}

.ow-footer #logo-frank-footer-block #logo-frank-footer-text p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.ow-footer #ow-footer-first-inner .col-4 > a {
    flex: 1;
    flex-basis: auto;
    text-align: right;
}

.ow-footer #ow-footer-second,
.ow-footer #ow-footer-third {
    text-transform: uppercase;
}

.ow-footer #ow-footer-second .content.contact {
    text-transform: none;
    color: #c8c8c8;
}

.ow-footer #ow-footer-second .content.contact h4 {
    text-transform: uppercase;
}

.ow-footer #ow-footer-second .content {
    margin: 0px 0px;
    font-size: 12px;
    font-weight: lighter;
}

.ow-footer #ow-footer-first h4 {
    font-size: 10px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    padding-bottom: 5px;
}

.ow-footer #ow-footer-second h4,
.ow-footer #ow-footer-third h4,
.ow-footer #ow-footer-fourth h4 {
    font-family: DINWeb-Bold;
    font-size: 15px;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    margin-top: 20px;
    position: relative;
}

.ow-footer #ow-footer-second .shop h4,
.ow-footer #ow-footer-third .shop h4,
.ow-footer #ow-footer-fourth .shop h4 {
    font-family: DINWeb-Bold;
    font-size: 15px;
    border-bottom: 1px solid #444444;
    padding-bottom: 10px;
    margin-top: 20px;
    position: relative;
    font-color: rgb(214, 57, 22);
}

#logo-frank-footer-block h4 {
    border: none;
}

.ow-footer #ow-footer-second .content li {
    color: #c8c8c8;
    margin-bottom: 3px;
}

.ow-footer #ow-footer-second .content li a,
.ow-footer #ow-footer-third p,
.ow-footer #ow-footer-third p a,
#ow-footer-fourth p,
#ow-footer-fourth p a {
    color: #c8c8c8;
    line-height: 14px;
    font-size: 12px;
}

.ow-footer #ow-footer-second .content:nth-child(1) {
    margin-left: 0;
}

.ow-footer #ow-footer-second .content:nth-child(6) {
    margin-right: 0;
}

.arrow-footer {
    display: none;
    width: 18px;
    height: 10px;
    position: absolute;
    top: 0px;
    right: 10px;
    background: url('../img/ow-images/arrow-footer.png') center center no-repeat;
}

#ow-footer-fourth-inner {
    position: relative;
}

#ow-footer-fourth .smallFont,
#ow-footer-fourth .smallFont a {
    font-size: 11px;
    color: #808080;
}

#ow-footer-third {
    padding-bottom: 20px;
}

#ow-footer-third .f-box {
    display: block;
    align-self: center;
}

#ow-footer-third .f-box a {
    margin-right: 15px;
}

#ow-footer-fourth {
    padding-top: 25px;
    padding-bottom: 25px;
}

#ow-footer-fourth .smallFont {
    margin-top: 20px;
}

.from-ow {
    position: absolute;
    right: 0;
}

.dd-ts-review_sticker-footer.clear {
    max-width: 1140px;
    margin: 0 auto;
}

.phone-menu .text-center {
    width: 100%;
    max-width: 300px;
}

#header .minibasket-menu .row {
    width: 100%;
    max-width: 400px;
    margin: 0px;
}

#header .service-menu.showLogin .row {
    width: 100%;
    max-width: 550px;
    margin: 0px;
}

.phone-menu .well.well-sm {
    margin: 0;
    background: white;
}

.phone-menu .dropdown-menu.pull-right {
    padding: 0px;
    right: 5px;
}

#header.fixed .container {
    height: auto;
}

#header-main-area-fixed p {
    margin-bottom: 0;
}

#basketFlyout .table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}

#basketFlyout .table,
#basketFlyout .table tr,
#basketFlyout .table td {
    border: none;
}

#basketFlyout .table td {
    border-top: 1px solid #b3b3b3;
}

#basketFlyout .table td.picture {
    border: 1px solid #b3b3b3;
    background: #f7f7f7;
}

#basketFlyout .table td.title {
    border-right: 1px solid #b3b3b3;
}

.col-xs-0.col-md-5.justified .h1.categoryPicture.img-responsive {
    max-width: 63%;
}

.trusted_shops_shop_ratings.text {
    display: none;
}

#shipping-info {
    position: relative;
    min-height: 28px;
    padding-left: 55px;
    line-height: 26px;
}

#shipping-info:before {
    content: ' ';
    position: absolute;
    width: 46px;
    height: 28px;
    background: url('../img/ow-images/icon-lkw.png') center center no-repeat;
    left: 0;
    top: 0;
}

/*
Planner Fixes!
*/

#plannerMain.fullscreenContainer {
    top: 58px;
    z-index: 1002;
    height: calc(100vh - 58px) !important;
}

.main-container #plannerMain .btn.btn-default.dropdown-toggle:after {
    right: 4px !important;
}

.optionSwitch #plannerMain .btn-default.active {
    background-color: #333;
}

ul.credit-cardlist li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 15px;
}

ul.credit-cardlist li:before {
    position: absolute;
    content: " ";
    width: 30px;
    height: 20px;
    top: 0;
    left: 0;
}

ul.credit-cardlist li.visa {
    padding-left: 37px;
}

ul.credit-cardlist li.visa:before {
    background: url('../img/ow-images/visa.png') center center no-repeat;
    background-size: contain;
}

ul.credit-cardlist li.amex {
    padding-left: 32px;
}

ul.credit-cardlist li.amex:before {
    background: url('../img/ow-images/amex.png') center center no-repeat;
    background-size: contain;
}

ul.credit-cardlist li.diners:before {
    background: url('../img/ow-images/diners.png') center center no-repeat;
    background-size: contain;
}

ul.credit-cardlist li.jcb:before {
    background: url('../img/ow-images/jcb.png') center center no-repeat;
    background-size: contain;
}

ul.credit-cardlist li.master {
    padding-left: 36px;
}

ul.credit-cardlist li.master:before {
    background: url('../img/ow-images/mastercard.png') center center no-repeat;
    background-size: contain;
}

form#payment dt label {
    margin-left: 10px;
}

#content.payment form#payment .panel-body > div.well {
    border-radius: 0px;
    border: none;
    background: white;
}

#content.payment form#payment .panel-body > dl,
#content.payment form#payment .panel-body > div.well > dl {
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    padding: 9px;
    border-radius: 0;
}

#content.payment form#payment .panel-body div#payment_form_sofortueberweisung {
    padding: 0 0 0 10px !important;
}

#content.payment form#payment .panel-body div#payment_form_sofortueberweisung ul {
    padding: 0;
    list-style-type: none !important;
}

#content.payment form#payment .panel-body div#payment_form_sofortueberweisung ul li {
    margin-left: 0 !important;
}

#promo-wrapper {
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#promo-carousel {
    flex: 0 0 1200px !important;
    max-width: 1200px;
    position: relative;
}

.flex-control-nav {
    z-index: 20;
}

.flex-control-paging li a {
    border: 1px solid #333333;
    background: white;
    box-shadow: none;
    opacity: 1;
}

.flex-control-paging li a.flex-active {
    background: #333333;
}

#promo-wrapper {
    padding-bottom: 50px;
}

#promo-wrapper-mask-before,
#promo-wrapper-mask-after {
    flex: 1;
    flex-basis: auto;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0.8+30,0+50,0.8+70,1+99 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

#promo-wrapper-mask-before {
    border-right: 20px solid white;
    box-sizing: content-box;
}

#promo-wrapper-mask-after {
    border-left: 20px solid white;
    box-sizing: content-box;
}

#promo-carousel .gradient-mask-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    width: auto;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+5,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
}

#promo-carousel .gradient-mask-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.66+33,1+99 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 33%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 33%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.66) 33%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    text-align: center;
    font-size: 19px;
    padding-top: 100px;
}

#promo-carousel .gradient-mask-bottom p {
    position: relative;
    top: 20px;
}

.promotext {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 25px;
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
}

#promo-carousel .flex-viewport {
    overflow: visible !important;
}

#promo-carousel .flex-viewport {
    overflow: visible !important;
}

#header.fixed + script + #promo-wrapper + #wrapper {
    padding-top: 0px !important;
}

.flex-direction-nav a {
    content: ' ';
    color: transparent;
    text-decoration: none;
    display: block;
    width: 62px;
    height: 120px;
    margin: -60px 0 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    text-shadow: none;
}

.flex-direction-nav a:before {
    width: 62px;
    height: 120px;
}

.flex-direction-nav a.flex-next:before {
    background: url('../img/ow-images/slider-next.png') center center no-repeat;
}

.flex-direction-nav a.flex-prev:before {
    background: url('../img/ow-images/slider-prev.png') center center no-repeat;
}

.ow-three-teaser,
.ow-two-gallery {
    padding-top: 30px;
    padding-bottom: 20px;
}

.ow-three-teaser.kundenstimmen {
    padding-bottom: 40px;
}

.ow-two-gallery {
    padding-top: 30px;
    padding-bottom: 50px;
}

.ow-two-gallery.dark,
.ow-three-teaser.dark {
    background: #f1f1f1;
}

.ow-three-teaser .heading-block h1,
.ow-three-teaser .heading-block h2,
.ow-three-teaser .heading-block h3,
.ow-three-teaser .heading-block h4,
.ow-lieferung-schrankplaner .heading-block h4,
.ow-two-gallery .heading-block h4,
.ow-two-gallery .heading-block h3,
.ow-two-gallery .heading-block h2,
.ow-three-teaser .h1-subline {
    font-size: 60px;
    font-weight: normal;
    position: relative;
    padding: 0px 0px 20px 0px;
    margin-bottom: 10px;
    line-height: 60px;
}

.ow-three-teaser .heading-block-sp h3,
.ow-two-gallery .heading-block-sp h3,
.ow-three-teaser .heading-block-sp h4,
.ow-two-gallery .heading-block-sp h4 {
    font-size: 40px;
    font-weight: normal;
    position: relative;
    padding: 0px 0px 20px 0px;
    margin-bottom: 10px;
    line-height: 60px;
}

.ow-three-teaser .h1-subline {
    display: block;
    font-size: 50px;
}

.ow-three-teaser .h1-subline:after {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 370px;
    background: #cccccc;
    bottom: 0;
    left: 50%;
    margin-left: -185px;
}

.ow-three-teaser .heading-block h1.h1-custom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.ow-three-teaser .heading-block h1.h1-custom:after {
    display: none;
}

@media (max-width: 768px) {
    .ow-three-teaser .heading-block h1,
    .ow-three-teaser .heading-block h2,
    .ow-three-teaser .heading-block h3,
    .ow-three-teaser .heading-block h4,
    .ow-lieferung-schrankplaner .heading-block h4,
    .ow-two-gallery .heading-block h4,
    .ow-two-gallery .heading-block h3,
    .ow-two-gallery .heading-block h2,
    .ow-three-teaser .h1-subline {
        font-size: 30px;
        line-height: 30px;
    }
}

.ow-three-teaser .heading-block h1:after,
.ow-three-teaser .heading-block h2:after,
.ow-three-teaser .heading-block h4:after,
.ow-two-gallery .heading-block h2:after,
.ow-two-gallery .heading-block h3:after.
.ow-two-gallery .heading-block h4:after {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 370px;
    background: #cccccc;
    bottom: 0;
    left: 50%;
    margin-left: -185px;
}

.ow-three-teaser .heading-block h1 strong,
.ow-three-teaser .heading-block h2 strong,
.ow-two-gallery .heading-block h2 strong {
    font-weight: bold;
}

.ow-three-teaser p,
.ow-two-gallery .heading-block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 25px;
}

@media all and (max-width: 767px) {
    .ow-three-teaser p,
    .ow-two-gallery .heading-block p {
        font-size: 14px;
    }
}

.ow-three-teaser .teaser-block .teaser {
    padding-bottom: 30px;
}

.ow-three-teaser .teaser-block .teaser .img-responsive {
    width: 100%;
}

.ow-three-teaser .teaser-block p {
    font-size: 17px;
    line-height: 27px;
}

.teaser-block .btn.btn-secondary,
.ow-two-gallery .btn.btn-secondary {
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 3px;
    line-height: 30px;
    color: #333333;
}

.ow-two-gallery .btn.btn-primary,
.kundenstimmen .btn.btn-primary {
    background: #333333;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 3px;
    line-height: 30px;
    color: #fff;
}

.teaser-image-wrapper span.teaser-capture {
    text-transform: uppercase;
    color: #e8e8e8;
    background: #333333;
    font-size: 17px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.ow-teaser-block-ueberzeugen {
    background: #333333;
}

.ow-teaser-block-ueberzeugen .container {
    background: url('../img/ow-images/bg-ueberzeugen.jpg') center top no-repeat;
    overflow: visible;
    padding-top: 30px;
    padding-bottom: 50px;
}

.ow-teaser-block-ueberzeugen .heading-block span,
.ow-teaser-block-ueberzeugen .heading-block h5 {
    display: inline-block;
    background: #c2c2c2;
    text-transform: uppercase;
    color: #333333;
    font-size: 12px;
    padding: 5px 40px 3px 40px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    font-weight: bold;
}

.ow-teaser-block-ueberzeugen .heading-block p,
.ow-teaser-block-ueberzeugen .heading-block h2,
.ow-teaser-block-ueberzeugen .heading-block h3 {
    font-size: 60px;
    font-weight: normal;
    position: relative;
    padding: 0px 0px 20px 0px;
    margin-bottom: 10px;
    line-height: 60px;
    color: #f0f0f0;
}

@media (max-width: 768px) {
    .ow-teaser-block-ueberzeugen .heading-block p,
    .ow-teaser-block-ueberzeugen .heading-block h2,
    .ow-teaser-block-ueberzeugen .heading-block h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

.ow-teaser-block-ueberzeugen .heading-block h2:after {
    content: ' ';
    position: absolute;
    height: 2px;
    width: 370px;
    background: #555555;
    bottom: 0;
    left: 50%;
    margin-left: -185px;
}

.ow-teaser-block-ueberzeugen .teaser-block {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
}

.ow-teaser-block-ueberzeugen .teaser-block .teaser {
    flex: 1;
    flex-basis: auto;
    text-align: center;
    cursor: pointer;
}

.ow-teaser-block-ueberzeugen .teaser-block .teaser .img-wrapper {
    margin-bottom: 20px;
}

.ow-teaser-block-ueberzeugen .teaser-block .teaser .img-wrapper img {
    max-width: 128px;
}

.ow-teaser-block-ueberzeugen .teaser-block .teaser .icon-under {
    font-family: DINWeb, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
    color: #a8a8a8;
}

.ow-teaser-block-ueberzeugen .teaser-block .teaser.active {
    border-bottom: 2px solid #545454;
}

.ow-teaser-block-ueberzeugen .teaser-block .teaser.active .icon-under {
    font-size: 22px;
    color: #f7f7f7;
}

.ow-teaser-block-ueberzeugen .text-block {
    margin-top: 20px;
}

.ow-teaser-block-ueberzeugen .text-block .text,
.ow-teaser-block-ueberzeugen .text-block .text a {
    font-family: 'Open Sans', sans-serif;
    color: #e8e8e8;
    font-size: 19px;
    line-height: 30px;
    font-weight: normal;
}

.slider-wrapper {
    position: relative;
}

.slider-wrapper .teaserwrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.teaserwrapper:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.slider-wrapper .slider-block {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.slider-wrapper .slider-block .teaser {

}

.slider-wrapper .slider-block .teaser .teaser-text {
    margin-bottom: 50px;
}

.slider-wrapper .slider-block .teaser .teaser-text + div {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.slider-wrapper .slider-block {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    overflow: hidden;
}

.slider-wrapper .slider-navigator {
    position: absolute;
    width: 10px;
    right: -10px;
    top: 50%;
    height: auto;
}

.slider-wrapper .slider-navigator .item {
    border: 1px solid #333333;
    background: white;
    opacity: 1;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    margin: 5px 0px;
}

.slider-wrapper .slider-navigator .item.active {
    background: #333333;
}

.slider-navigator {
    display: none;
}

.ow-block-3d-planer {
    z-index: 100;
    overflow: visible;
}

.ow-block-3d-planer .ow-block-3d-planer-bg {
    background: #1872ab url('../img/ow-images/bg-planer-blau.jpg') center center no-repeat;
    height: 120px;
}

.ow-block-3d-planer .ow-block-3d-planer-bg .container .image-holder {
    height: 120px;
    position: relative;
}

.ow-block-3d-planer .ow-block-3d-planer-bg .container .image-holder:before {
    content: ' ';
    position: absolute;
    z-index: 1;
    background: url('../img/ow-images/bg-planer-bild.png') center center no-repeat;
    width: 315px;
    height: 164px;
    left: -150px;
    top: -24px;
}

.ow-block-3d-planer.ow-block-3d-planer-bild-rechts .ow-block-3d-planer-bg .container .image-holder:before {
    background: url('../img/ow-images/bg-planer-bild-rechts.png') center center no-repeat;
    right: -185px;
    top: -17px;
    left: auto;
}

.ow-block-3d-planer.ow-block-3d-planer-2 .ow-block-3d-planer-bg .container .image-holder:before {
    background: url('../img/ow-images/bg-planer-bild-2.png') center center no-repeat;
    top: -17px;
}

.ow-block-3d-planer .container {
    height: 120px;
    overflow: visible;
    z-index: 1;
}


.ow-block-3d-planer .container p,
.ow-block-3d-planer .container h2 {
    color: white;
    font-weight: 300;
    font-style: italic;
}

.ow-block-3d-planer .container span {
    color: white;
    font-weight: 300;
    font-style: italic;
}

@media (min-width: 991px) {
    .ow-block-3d-planer .container .row {
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .ow-block-3d-planer .container .col:nth-child(1) {
        padding-left: 110px;
    }

    .ow-block-3d-planer.ow-block-3d-planer-bild-rechts .container .col:nth-child(1) {
        padding-left: 15px;
    }

    .ow-block-3d-planer.ow-block-3d-planer-bild-rechts .container .col:nth-child(3) {
        padding-right: 100px;
    }

    .ow-block-3d-planer .container .col {
        height: 120px;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
        -ms-flex-align: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
}

.ow-block-3d-planer .btn.btn-primary {
    background: white;
    border: 1px solid #333;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 12px;
    line-height: 30px;
    color: #1872ab;
    line-height: 20px;
    width: 100%;
}


.btn.dark {
    background: #333333;
    border: 1px solid #fff;
    color: #fff;
}

.ow-block-3d-planer .btn.btn-primary.dark {
    background: #333333;
    border: 1px solid #fff;
    color: #fff;
}


@media (min-width: 991px) and (max-width: 1200px) {
    .ow-block-3d-planer .btn.btn-primary {
        font-size: 12px;
    }

    .ow-block-3d-planer .btn.btn-primary.dark {
        font-size: 14px;
    }
}

.extra-dark h5 {
    text-transform: uppercase;
    color: #e8e8e8;
    font-size: 19px;
    margin-top: 20px;
    display: block;
    text-align: center;
}

.extra-dark .teaser-text.text-center {
    color: #e8e8e8;
    font-size: 17px;
    line-height: 27px;
}

.extra-dark .btn.btn-secondary,
.kundenstimmen .btn.btn-secondary {
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 3px;
    line-height: 30px;
    color: #333333;
}

.big-image-wrapper,
.button-block {
    position: relative;
    text-align: center;
}

.big-image-wrapper .gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,1+5,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 30%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 30%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.big-image-wrapper .gallery-overlay img {
    position: absolute;
    top: 15%;
    left: 50%;
    margin-left: -104px;
}

.big-image-wrapper .gallery-overlay .gallery-text-pverlay {
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 20px 20px 40px 20px;
    font-size: 17px;
    line-height: 27px;
}

.row.thumbnail-block {
    margin-top: -30px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px;
}

.row.thumbnail-block .col.col-xs-4 {
    padding-left: 3px;
    padding-right: 3px;
}

.thumbnail-wrapper {
    border: 1px solid #b3b3b3;
    padding: 3px;
    border-radius: 2px;
    background: white;
}

.gallery-block .col {
    margin-bottom: 20px;
}

.aktion {
    border-top: 130px solid #d63916;
    padding-top: -100px;
}

.aktion .heading-block {
    margin-top: -120px;
}

.aktion .ow-two-gallery {
    margin-bottom: 0px;
    padding-top: -20px;
}

.aktion.ow-two-gallery .heading-block h2 {
    margin-bottom: 0px;
}

.angebot-der-woche {
    border-top: 66px solid #d63916;
    border-bottom: 10px solid #d63916;
    padding-top: 0px;
}

.angebot-der-woche .heading-block {
    margin-top: -20px;
}

.angebot-der-woche .heading-block span,
.angebot-der-woche .heading-block h5.h1 {
    background: white;
    color: #d63916;
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
}

.angebot-der-woche.ow-two-gallery .heading-block h2 {
    margin-bottom: 20px;
}

.angebot-der-woche.ow-two-gallery .heading-block h2:after {
    background: #d63916;
}

.angebot-der-woche .info-block {
    text-align: center;
}

.angebot-der-woche .info-block .col-sm-4 {
    z-index: 100;
}

.angebot-der-woche.ow-two-gallery .info-block .title,
.angebot-der-woche.ow-two-gallery .info-block .title span {
    color: #d63916;
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin-top: 28px;
    margin-bottom: 15px;
}

.angebot-der-woche.ow-two-gallery .info-block .subtitle {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.angebot-der-woche.ow-two-gallery .info-block p.text-center {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 17px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 42px;
}

.angebot-der-woche.ow-two-gallery .btn.btn-primary {
    font-size: 16px;
    padding: 15px 0px 13px;
    margin-bottom: 10px;
}

.angebot-der-woche.ow-two-gallery .btn.btn-secondary {
    padding-left: 0;
    padding-right: 0;
}

.price-block-col {
    position: relative;
}

.angebot-der-woche .price-block {
    width: 300px;
    height: 110px;
    display: flex;
    display: -ms-flexbox;
    text-transform: uppercase;
    font-weight: bold;
}

.angebot-der-woche .image-block .price-block {
    margin: 0;
    width: 100%;
}

.angebot-der-woche .image-block .price-block {
    margin: 0;
    width: 100%;
}

.angebot-der-woche .price-block-col .price-block {
    width: 300px;
    height: 110px;
    position: absolute;
    right: -180px;
}

.angebot-der-woche .price-block-left {
    width: 120px;
    height: 110px;
    background: #e8e8e8;
    position: relative;
}

.angebot-der-woche .price-block-right {
    width: 180px;
    height: 110px;
    background: #d63916;
    position: relative;
}

.angebot-der-woche .image-block .price-block-left {
    width: 40%;
}

.angebot-der-woche .image-block .price-block-right {
    width: 60%;
}

.angebot-der-woche .price-block-right .price-badget {
    height: 110px;
    position: relative;
}

.angebot-der-woche .info-block .regulaer header,
.angebot-der-woche .info-block .jetzt header {
    font-size: 11px;
    color: #333;
    padding: 5px 0;
}

.angebot-der-woche .info-block .regulaer p {
    font-size: 24px;
    color: #666666;
    margin: 5px 0 0 0;
}

.angebot-der-woche .info-block .sparen {
    background: #d63916;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
}

.angebot-der-woche .info-block .sparen header {
    background: #545454;
    font-size: 11px;
    color: white;
    padding: 3px 0;
    height: 20px;
}

.angebot-der-woche .info-block .sparen p {
    font-size: 15px;
    color: #ffa793;
    margin: 5px 0 0 0;
}

.angebot-der-woche .info-block .jetzt p.preis {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    color: #fefefe;
}

.angebot-der-woche .info-block .jetzt p.preis sup {
    color: #ffa793;
}

.angebot-der-woche .info-block .jetzt p.star-info {
    font-size: 11px;
    margin: 0;
    color: #ffa793;
}

.angebot-der-woche .info-block .lieferung {
    background: #333333;
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;
    color: #a8a8a8;
    font-size: 12px;
}

.angebot-der-woche .info-block .lieferung header {
    margin-top: 8px;
}

.kundenstimmen .gesamt header {
    color: #808080;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 12px;
}

.kundenstimmen .gesamt .bewertung-text {
    color: #000;
    font-size: 40px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.kundenstimmen .gesamt .bewertung {
    margin-bottom: 12px;
}

.kundenstimmen .gesamt .note {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.kundenstimmen .gesamt .note .subline {
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.kundenstimmen .buble {
    border: 1px solid #b3b3b3;
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
    padding: 14px 18px;
}

/*
.kundenstimmen .buble:after {
    content: '';
    background: url('../img/ow-images/ecke-buble.png') center center no-repeat;
    position: absolute;
    bottom: -12px;
    left: 25px;
    width: 16px;
    height: 12px;
}*/

.rezensionen-wrapper {
    display: flex;
}

.rezensionen-wrapper > div {
    flex: 1;
    flex-basis: auto;
}

.rezensionen-wrapper > div:nth-child(1),
.rezensionen-wrapper > div:nth-child(3) {
    display: flex;
    position: relative;
}

.buble-inner {
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 18px;
    right: 18px;
}

.rezensionen-wrapper .stimme {
    position: relative;
}

.kundenstimmen .buble {
    flex: 1;
    flex-basis: auto;
}

.kundenstimmen .buble header {
    line-height: 16px;
    margin-bottom: 10px;
}

.kundenstimmen .buble header img {
    height: 16px;
    margin-top: -5px;
    margin-right: 10px;
}

.kundenstimmen .buble header .note {
    color: #333;
    font-weight: bold;
}

.kundenstimmen .buble header .note span {
    color: #808080;
    font-weight: normal;
}

.kundenstimmen .buble cite,
.kundenstimmen .buble cite p {
    font-family: 'Open Sans', sans-serif;
}

.kundenstimmen .buble cite p {
    min-height: 110px;
}

.kundenstimmen .buble cite,
.kundenstimmen .buble cite strong,
.kundenstimmen .buble cite p {
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    padding: 0px;
    margin: 0px;
}

.kundenstimmen .buble cite strong {
    font-weight: bold;
}

.kundenstimmen .autor {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.kundenstimmen .autor strong {
    font-weight: bold;
}

.kunden-slider.flexslider,
.slider-schrankplaner.flexslider {
    background: none;
    border: none;
}

.flexslider.galerie {
    background: none;
    border: none;
}

.kunden-slider ul.slides li {
    margin: 0 3px;
    padding: 3px;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    width: 194px !important;
    background: #f7f7f7 !important;
}

.slider-schrankplaner ul.slides li {
    margin: 0 3px;
    padding: 3px;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    width: 400px !important;
    background: #f7f7f7 !important;
}

.ow-teaser-block-ueberzeugen .text-block a {
    font-weight: bold;
    text-decoration: underline;
}

#header .header-box,
#header.fixed .header-box {
    padding-bottom: 0;
    padding-top: 0;
}

.top-category {
    position: relative;
    min-height: 772px;
    /**
        TODO: sollte noch entfernt werden, hierzu muss die Themenseite Begehbarer Kleiderschrank angepasst werden.
    **/
    background: url('../img/ow-images/top-begehbarer-kleiderschrank.jpg') top center no-repeat;
    overflow: hidden;
}

.top-category.category-begehbarer-kleiderschrank {
    background: url('../img/ow-images/top-begehbarer-kleiderschrank.jpg') top center no-repeat;
}

@media screen and (max-width: 767px) {
    .top-category.category-begehbarer-kleiderschrank {
        background: url('../img/ow-images/top-begehbarer-kleiderschrank-handy.jpg') top center no-repeat;
    }
}

.top-category-inner,
.top-category-inner .container-fluid {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.top-category h1,
.top-category p,
.topcategory-subline {
    color: white;
}

.top-category h1 {
    font-size: 68px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 190px;
}

.top-category h1.with-subline {
    margin-bottom: 0;
}

.topcategory-subline {
    margin-bottom: 30px;
    font-size: 68px;
    font-weight: 300;
}

.top-category p {
    font-size: 22px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.top-category .headline-text .text-center p:last-child {
    margin-bottom: 0px;
}

.top-category .headline-action {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.top-category .headline-action .button-block {
    margin-bottom: 20px;
    margin-top: 20px;
}

.top-category .headline-action .text-right img {
    position: absolute;
    right: 15px;
}

.top-category .headline-action .small {
    font-size: 17px;
}

.top-category .headline-action .btn.btn-primary.btn-block.btn-dark-blue,
.top-category .headline-action .btn.btn-primary.btn-block.btn-dark-white {
    background: #333;
    border: 1px solid #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0 12px 0;
    line-height: 30px;
}

.top-category .headline-action .btn.btn-primary.btn-block.btn-dark-blue {
    color: #27a5f4;
}

.top-category .top-gradient {
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,333333+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(51, 51, 51, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(51, 51, 51, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.01) 1%, rgba(51, 51, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#333333', GradientType=0); /* IE6-9 */
    height: 75%;
    width: 100%;
    bottom: 0;
}

.tipp-category h2 {
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
}

.tipp-category .vorteile ul {
    list-style-type: none;
}

.tipp-category .vorteile li {
    position: relative;
}

.tipp-category .vorteile li:before {
    content: ' ';
    position: absolute;
    top: -15px;
    left: -55px;
    width: 40px;
    height: 40px;
}

@media (min-width: 1200px) {

    .tipp-category .vorteile li:before {
        top: -8px;
    }
}

.tipp-category .vorteile li:nth-child(1):before {
    background: url('../img/ow-images/list-bullet-1.png') center center no-repeat;
}

.tipp-category .vorteile li:nth-child(2):before {
    background: url('../img/ow-images/list-bullet-2.png') center center no-repeat;
}

.tipp-category .vorteile li:nth-child(3):before {
    background: url('../img/ow-images/list-bullet-3.png') center center no-repeat;
}

.tipp-category .vorteile li:nth-child(4):before {
    background: url('../img/ow-images/list-bullet-4.png') center center no-repeat;
}

.tipp-category,
.tipp-category-inner {
    position: relative;
    min-height: 719px;
    overflow: hidden;
}

.tipp-category-inner .bg-wrapper,
.tipp-category-inner .txt-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.tipp-category .bg-wrapper .vorteile {
    width: 33.33%;
    color: #333;
    flex: 1 1 33.33%;
}

.tipp-category .bg-wrapper .raeume {
    width: 66.67%;
    color: #e8e8e8;
    flex: 1 1 66.67%;
}

.tipp-category .txt-wrapper .vorteile {
    color: #333;
}

.tipp-category .txt-wrapper .raeume {
    color: #e8e8e8;
}

.tipp-category .bg-wrapper .vorteile {
    background: #f2f2f2;
}

.tipp-category .bg-wrapper .raeume {
    background: #333333 url('../img/ow-images/bg-raeume.jpg') top right no-repeat;
}

.tipp-category .txt-wrapper .vorteile-inner {
    padding: 90px 50px 0px 0px;
    position: relative;
}

.tipp-category .txt-wrapper .raeume-inner {
    padding: 90px 0px 0px 50px;
}

.tipp-category .txt-wrapper .vorteile-inner:after {
    position: absolute;
    content: " ";
    background: url(../img/ow-images/bg-vorteile.jpg) #f2f2f2 no-repeat top right;
    width: 2000px;
    height: 2000px;
    right: 0px;
    top: 0px;
    z-index: 1;
    right: -15px;
}

.tipp-category .tipp-content {
    position: relative;
    z-index: 2;
}

.tipp-category .tipp-content li,
.tipp-category .tipp-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 20px;
}

.tipp-category .bilder {
    z-index: 2;
    display: flex;
}

.tipp-category .bilder .img-wrapper {
    flex: 1;
    flex-basis: auto;
    margin: 3px;
}

.tipp-category .bilder .img-wrapper img {
    width: 100%;
    padding: 4px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    background: #f7f7f7;
}

.tipp-category .bilder .img-wrapper:nth-child(3) img,
.tipp-category .bilder .img-wrapper:nth-child(4) img,
.tipp-category .bilder .img-wrapper:nth-child(5) img {
    border: 1px solid #545454;
    background: #292929;
}

#sonst-noch-wichig.ow-three-teaser .heading-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
}

#sonst-noch-wichig .teaser-block .btn.btn-secondary {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0px 0px 5px 5px;
}

#sonst-noch-wichig .teaser-image-wrapper span.teaser-capture {
    margin-bottom: 5px;
}

#vier-schritte.ow-three-teaser .heading-block h2 {
    margin-bottom: 30px;
}

#vier-schritte.ow-three-teaser .teaser {
    cursor: pointer;
}

#vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper {
    position: relative;
}

#vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper .teaser-capture {
    position: absolute;
    width: 100%;
    background: rgba(51, 51, 51, 0.9);
    color: #e8e8e8;
    height: 80px;
    bottom: 80px;
    margin: 0px;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;

    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

#vier-schritte.ow-three-teaser .teaser.active .teaser-image-wrapper .teaser-capture {
    background: rgba(241, 241, 241, 0.9);
    color: #333333;
    bottom: 0px;
}

#vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper .teaser-capture:before {
    position: absolute;
    font-size: 25px;
    line-height: 40px;
    top: -15px;
    left: 10px;
    width: 40px;
    height: 40px;
    background: #e8e8e8;
    color: #333333;
    border-radius: 20px;
    padding-top: 3px;

    -webkit-transition: all 0.8s linear;
    -moz-transition: all 0.8s linear;
    -o-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

#vier-schritte.ow-three-teaser .teaser.active .teaser-image-wrapper .teaser-capture:before {
    background: #333333;
    color: #e8e8e8;
}

#vier-schritte.ow-three-teaser .teaser:nth-child(1) .teaser-image-wrapper .teaser-capture:before {
    content: '1';
}

#vier-schritte.ow-three-teaser .teaser:nth-child(2) .teaser-image-wrapper .teaser-capture:before {
    content: '2';
}

#vier-schritte.ow-three-teaser .teaser:nth-child(3) .teaser-image-wrapper .teaser-capture:before {
    content: '3';
}

#vier-schritte.ow-three-teaser .teaser:nth-child(4) .teaser-image-wrapper .teaser-capture:before {
    content: '4';
}

#vier-schritte.ow-three-teaser .text-block {
    font-size: 17px;
    line-height: 20px;
}

#vier-schritte.ow-three-teaser .btn.btn-secondary {
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 3px;
    line-height: 30px;
    color: #333333;
    margin: 10px;
}

.ow-three-teaser .btn.btn-secondary {
    background: #f7f7f7;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 3px;
    line-height: 30px;
    color: #333333;
    margin: 10px;
}

.ow-two-gallery .btn.btn-secondary-grau,
.ow-three-teaser .btn.btn-secondary-grau {
    color: #1f1f1f;
    background: #f1f1f1;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 20px 3px;
    line-height: 30px;
    margin: 10px;
}

.ow-block-angebot-der-woche-klein {
    background: #d63916;
    overflow: visible;
    color: white;
}

.ow-block-angebot-der-woche-klein,
.ow-block-angebot-der-woche-klein-bg,
.ow-block-angebot-der-woche-klein .container,
.ow-block-angebot-der-woche-klein .container > .row {
    height: 90px;
}

.ow-block-angebot-der-woche-klein .now,
.ow-block-angebot-der-woche-klein .percent,
.ow-block-angebot-der-woche-klein .reduce {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 0px 40%;
    width: 80px;
    text-align: center;
}

.ow-block-angebot-der-woche-klein .now {
    color: #333;
    font-size: 11px;
    line-height: 11px;
}

.ow-block-angebot-der-woche-klein .percent {
    color: #fefefe;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: -7px;
}

.ow-block-angebot-der-woche-klein .reduce {
    color: #ffa793;
    font-size: 14px;
    line-height: 14px;
}

.ow-block-angebot-der-woche-klein p,
.ow-block-angebot-der-woche-klein h2 {
    font-size: 40px;
    margin: 0px;
    font-weight: normal;
    position: relative;
}

.ow-block-angebot-der-woche-klein span,
.ow-block-angebot-der-woche-klein h5 {
    display: inline-block;
    background: white;
    text-transform: uppercase;
    color: #d63916;
    font-size: 12px;
    padding: 5px 40px 3px 40px;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    margin: 0px;
    font-weight: bold
}

.ow-block-angebot-der-woche-klein .btn.btn-primary.btn-action {
    background: white;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 25px 7px;
    color: #d63916;
    line-height: 20px;
}

.ow-block-angebot-der-woche-klein .container > .row {
    display: flex;
    height: 90px;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

.ow-block-angebot-der-woche-klein .container > .row > .col {
    flex: 1 1 auto;
}

.ow-block-angebot-der-woche-klein .container > .row > .col .image-col {
    position: relative;
    height: 60px;
}

.ow-block-angebot-der-woche-klein .container > .row > .col .image-col img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-10deg);
    -ms-transform: translateY(-50%) rotate(-10deg);
    transform: translateY(-50%) rotate(-10deg);
}

@media (min-width: 1401px) and (max-width: 1700px) {
    .headline-action .col-lg-4 {
        width: 40%;
    }

    .headline-action .col-lg-4.text-right,
    .headline-action .col-lg-4.text-left {
        width: 30%;
    }
}

@media (min-width: 1400px) {
    .flex-direction-nav a.flex-next {
        margin-right: -100px;
    }

    .flex-direction-nav a.flex-prev {
        margin-left: -100px;
    }

}

@media (min-width: 1201px) and (max-width: 1400px) {
    .headline-action .col-lg-4 {
        width: 60%;
    }

    .headline-action .col-lg-4.text-right,
    .headline-action .col-lg-4.text-left {
        width: 20%;
    }
}


.vorteile-liste {
    margin-top: 15px;
}

@media (min-width: 1201px) {
    .container {
        width: 1200px;
    }

    .header-box > .container {
        padding-right: 30px;
        padding-left: 30px;
    }

    #head-search {
        margin-top: -16px;
    }

    .flex-control-nav {
        bottom: 95px;
    }

    #promo-carousel .gradient-mask-bottom {
        padding: 0 100px;
    }

    #header #navbar .navbar-nav > li a {
        font-size: 15px;
    }

    .tipp-category, .tipp-category-inner {
        min-height: 600px;
    }

    .vorteile-liste {
        margin-top: 75px;
    }
}

@media (max-width: 1200px) {
    .head-telefon-nummer p.telefon-nummer a {
        font-size: 25px;
    }

    #head-search-icon {
        width: 66px;
    }

    #action-area {
        position: relative;
        top: 12px;
    }

    #head-search .search-label {
        display: none;
    }

    .col-xs-0.col-md-5.justified .h1.categoryPicture.img-responsive {
        max-width: 85%;
    }

    #promo-carousel {
        flex: 0 0 940px !important;
        max-width: 940px;
    }

    #promo-carousel .gradient-mask-bottom {
        font-size: 19px;
        padding: 0 50px;
    }

    .flex-control-nav {
        bottom: 95px;
    }

    .ow-three-teaser .teaser .btn-secondary + .btn-secondary {
        margin-top: 10px;
    }

    #header #navbar .navbar-nav > li a {
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #action-navi {
        padding-left: 0px;
    }

    .top-category h1 {
        font-size: 60px;
    }

    .top-category p {
        font-size: 19px;
        line-height: 30px;
    }

    #vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper .teaser-capture:before {
        top: -30px;
    }

    .ow-block-angebot-der-woche-klein .now,
    .ow-block-angebot-der-woche-klein .percent,
    .ow-block-angebot-der-woche-klein .reduce {
        margin: 0px 0px 0px 15px;
    }

    .ow-block-angebot-der-woche-klein .container > .row > .col .image-col {
        height: 67px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    .fixed #action-navi .action-navi-icon {
        width: 35px;
        height: 58px;
        background-position: center center;
        cursor: pointer;
        background-repeat: no-repeat;
        position: relative;
        background-size: 70%;
    }

    .fixed #action-navi {
        /*padding-left: 5px;*/
    }

    .fixed #action-navi.planner-action-navi {
        /*padding-left: 20px;*/
    }

    .tipp-category, .tipp-category-inner {
        min-height: 900px;
    }

    .tipp-category .bilder .img-wrapper:nth-child(5) img {
        display: none;
    }

    #sonst-noch-wichig .teaser-image-wrapper span.teaser-capture {
        font-size: 15px;
    }
}

@media all and (max-width: 991px) {

    #header.fixed {
        position: static;
    }

    .navbar-header {
        flex: 1;
        flex-basis: auto;
    }

    .navbar-toggle {
        display: block;
        padding-top: 14px;
        height: 26px;
    }

    #header.fixed #navbar {
        height: auto !important;
    }

    #wrapper {
        padding-top: 0px !important;
    }

    .ow-footer #ow-footer-first .col-1 {
        flex: 2;
    }

    .ow-footer #ow-footer-first .col-3 {
        flex: 0;
    }

    #ow-footer-first .container .row .col-lg-12 {
        height: 125px;
    }

    #ow-footer-second-inner {
        margin-bottom: 10px;
    }

    nav.navbar.navbar-default > .container {
        position: relative;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #333;
    }

    #navbar.collapse.in,
    #navbar.collapsing {
        position: absolute;
        top: 58px;
        width: 96%;
    }

    #action-area {
        position: relative;
        top: 22px;
    }

    #promo-carousel {
        flex: 0 0 750px !important;
        max-width: 100%;
    }

    #promo-carousel .gradient-mask-bottom {
        padding: 0 40px;
    }

    .flex-control-nav {
        bottom: 95px;
    }

    .teaser-image-wrapper span.teaser-capture {
        font-size: 13px;
        line-height: 30px;
    }

    .slider-wrapper .teaser-block .btn.btn-secondary {
        font-size: 11px;
        padding: 5px 8px 3px;
    }

    .teaser-block .btn.btn-secondary {
        font-size: 12px;
    }

    .ow-block-3d-planer .container .col:nth-child(1) {
        padding-left: 15px;
    }

    .ow-block-3d-planer .ow-block-3d-planer-bg .container .image-holder:before {
        display: none;
    }

    .extra-dark span.teaser-capture {
        text-transform: uppercase;
        color: #e8e8e8;
        background: #333333;
        font-size: 17px;
        line-height: 40px;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    #promo-carousel .gradient-mask-bottom p {
        top: 40px;
    }

    .gallery-block .thumbnail-block,
    .big-image-wrapper .gallery-overlay .gallery-text-pverlay {
        display: none;
    }

    .gallery-text {
        padding: 10px 0px 10px 0px;
        font-size: 17px;
        line-height: 27px;
    }

    .rezensionen-wrapper {
        min-height: 340px;
    }

    #promo-carousel .gradient-mask-bottom p {
        top: 55px;
    }

    .ow-footer #ow-footer-second .content .services {
        display: none;
    }

    .ow-footer #ow-footer-second .content .arrow-footer {
        display: inline-block;
        cursor: pointer;
    }

    .top-category {
        background-size: cover;
        min-height: auto;
    }

    .top-category h1 {
        margin-top: 120px;
    }

    .top-category-inner, .top-category-inner .container-fluid,
    .top-category .headline-action {
        position: relative;
    }

    .headline-action {
        margin-top: 20px;
    }

    .top-category .headline-action {
        bottom: auto;
    }

    .tipp-category-inner .bg-wrapper {
        display: none;
    }

    .tipp-category-inner .txt-wrapper {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        display: block;
        width: 100%;
    }

    .tipp-category .txt-wrapper .raeume-inner,
    .tipp-category .txt-wrapper .vorteile-inner {
        padding: 0;
    }

    .tipp-category .txt-wrapper .vorteile-inner:after {
        position: absolute;
        content: " ";
        background: url(../img/ow-images/bg-vorteile.jpg) #f2f2f2 no-repeat top right;
        width: 2000px;
        height: 2000px;
        right: 0px;
        top: 0px;
        z-index: 1;
    }

    .tipp-category .txt-wrapper .vorteile-inner:after {
        display: none;
    }

    .txt-wrapper.container .vorteile {
        background: url(../img/ow-images/bg-vorteile.jpg) #f2f2f2 no-repeat center center;
    }

    .txt-wrapper.container .raeume {
        background: url(../img/ow-images/bg-raeume.jpg) #333 no-repeat center center;
    }

    .txt-wrapper.container .vorteile-inner.inner,
    .txt-wrapper.container .raeume-inner.inner {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
        padding: 30px 15px;
    }

    .tipp-category .bilder {
        background: #333;
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;

    }

    .tipp-category .bilder .img-wrapper {
        max-width: 33.3%;
    }

    .tipp-category .bilder .img-wrapper:nth-child(1),
    .tipp-category .bilder .img-wrapper:nth-child(2) {
        max-width: 50%;
        flex-basis: 49%;
    }

    #sonst-noch-wichig .teaser-block .btn.btn-secondary {
        font-size: 14px;
    }

    #vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper {
        height: 95px;
    }

    #vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper img {
        visibility: hidden;
    }

    #vier-schritte.ow-three-teaser .teaser.active .teaser-image-wrapper .teaser-capture {
        border: 1px solid #333;
    }

    #vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper .teaser-capture {
        bottom: 0;
    }

    #vier-schritte.ow-three-teaser .teaser .teaser-image-wrapper .teaser-capture:before {
        top: -15px;
        border: 1px solid #333;
    }
}

@media (min-width: 992px) {
    .gallery-text {
        display: none;
    }

    .heading-block h5 {
        margin-left: 5px;
    }

    .col-md-0 {
        display: none;
    }

    #action-area-fixed .telefon-nummer a {
        position: relative;
    }

    a.navi-logo-icon {
        background: url('../img/navi-logo-icon.png') center center no-repeat;
        width: 58px;
        height: 58px;
    }

    #action-area-fixed .telefon-nummer a:before {
        position: absolute;
        content: " ";
        background: url('../img/head-phone-icon-kl.png') center center no-repeat;
        width: 20px;
        height: 20px;
        left: -25px;
        top: -2px;
    }

    #header.fixed #header-meta-navi,
    #header.fixed #header-main-area {
        display: none;
    }

    .fixed #action-navi #action-navi-phone {
        display: none;
    }

    .fixed #action-navi #action-navi-search {
        display: block;
    }

    #header .dropdown.open .dropdown-menu li > a {
        border-bottom: 1px solid #262626;
        font-size: 13px;
    }

    #header .dropdown.open .dropdown-menu li > a {
        border-bottom: 1px solid #262626;
        font-size: 13px;
    }

    #header .dropdown .dropdown-menu li > a {
        color: #e8e8e8;
    }

    #header .dropdown.open > a,
    #header .dropdown.active > a,
    #header .dropdown.open a:hover,
    #header .dropdown.open .dropdown-menu li.active > a {
        color: #a8a8a8 !important;
    }

    #header .dropdown.active {
        border-top: 3px solid white;
        background: #292929;
    }

    #header .dropdown.active > a {
        padding-top: 17px;
        padding-bottom: 18px;
    }

    .navbar-nav > li > .dropdown-menu {
        padding-top: 10px;
        margin-top: 3px;
        border-radius: 5px;
        background: #333;
        position: absolute;
    }

    .navbar-nav > li > .dropdown-menu:before {
        position: absolute;
        content: " ";
        width: 100%;
        height: 3px;
        background: white;
        top: -4px;
    }

    #header.fixed .header-box {
        padding-top: 7px;
    }

    #header.fixed #header-main-area-fixed {
        margin-top: 2px;
        margin-bottom: 4px;
    }

    #header.fixed + script + #promo-wrapper {
        margin-top: 189px;
    }

    #promo-carousel .gradient-mask-bottom p {
        top: 45px;
    }

}

@media all and (max-width: 767px) {

    .hide-on-phone {
        display: none;
    }

    .block-on-phone {
        display: block;
        margin-top: 5px;
    }

    #navbar.collapse.in,
    #navbar.collapsing {
        width: 100%;
    }

    .ow-footer #ow-footer-first h4 {
        padding-bottom: 0px;
    }

    .ow-footer #ow-footer-first .col-4 {
        margin-top: 5px;
    }

    .ow-footer #ow-footer-second .contact h4 {
        border-bottom: none;
    }

    .ow-footer #ow-footer-second-inner {
        margin-bottom: 20px;
    }

    .ow-footer #ow-footer-third .col-1,
    .ow-footer #ow-footer-third .col-2 {
        margin-bottom: 30px;
    }

    #ow-footer-first .container .row .col-lg-12 {
        height: 170px;
    }

    #ow-footer-first-inner .f-box {
        display: block;
        text-align: center;
    }

    #ow-footer-first-inner .f-box .col:nth-child(1),
    #ow-footer-first-inner .f-box .col:nth-child(3) {
        display: none;
    }

    #logo-frank-footer-block {
        height: 105px;
    }

    #logo-frank-footer-block f-box {
        text-align: center;
    }

    #logo-frank-footer-block f-box a {
        margin: 5px;
    }

    .from-ow {
        position: static;
        display: block;
        text-align: right;
        margin-top: 10px;
    }

    #header-main-area {
        height: 60px;
    }

    #action-navi {
        position: relative;
        flex: 1;
        flex-basis: auto;
        padding-left: 0;
        justify-content: flex-end;
        -ms-flex-pack: end;
    }

    #action-navi-before {
        content: " ";
        position: absolute;
        width: 112px;
        height: 111px;
        left: -46px;
        bottom: -3px;
        background: url('../img/navi-logo-icon-gr.png') center center no-repeat;
    }

    #action-navi li {
        flex: none;
    }

    #head-search-icon {
        text-align: left;
    }

    #action-area {
        position: relative;
        top: 7px;
    }

    #head-search {
        display: block !important;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        padding: 19px;
    }

    #action-navi .action-navi-icon {
        position: static;
    }

    .action-navi-icon .dropdown-menu {
        min-width: inherit;
        width: 100%;
        max-width: 400px;
    }

    #action-navi-phone-sm .dropdown-menu {
        min-width: 270px;
    }

    #action-navi-basket .dropdown-menu {
        min-width: 350px;
    }

    #promo-wrapper {
        display: block;
        padding-bottom: 0px;
    }

    #promo-carousel {
        display: block;
        width: auto;
        margin-left: 15px;
        margin-right: 15px;
    }

    #promo-wrapper-mask-before,
    #promo-wrapper-mask-after {
        display: none;
    }

    #promo-wrapper #promo-carousel .flex-viewport {
        overflow: hidden !important;
    }

    #promo-carousel .gradient-mask-bottom {
        padding: 0 30px;
    }

    .ow-three-teaser .heading-block h2 {
        font-size: 33px;
    }

    .teaser-image-wrapper span.teaser-capture {
        font-size: 17px;
        line-height: 40px;
    }

    .teaser-block .btn.btn-secondary {
        font-size: 14px;
    }

    .slider-wrapper .slider-navigator {
        right: 0;
    }

    .slider-wrapper .teaser-block .btn.btn-secondary {
        font-size: 14px;
        padding: 5px 20px 3px;
    }

    #promo-carousel {
        margin-left: 0px;
        margin-right: 0px;
    }

    #promo-wrapper-mask-before,
    #promo-wrapper-mask-after {
        display: none;
    }

    .slider-wrapper .slider-block .teaser {
        flex-basis: 100%;
    }

    #promo-carousel .gradient-mask-bottom p {
        top: 55px;
    }

    #promo-wrapper {
        padding-top: 50px;
        position: relative;
    }

    #promo-carousel .gradient-mask-top {
        height: 80px;
    }

    #promo-carousel .gradient-mask-bottom {
        height: 220px;
    }

    .flex-control-nav {
        bottom: 155px;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }

    #logo-slider {
        position: absolute;
        top: 10px;
        z-index: 100;
        width: 100%;
    }

    #logo-slider img {
        max-width: 60%;
    }

    .ow-three-teaser .teaser .btn-secondary + .btn-secondary {
        margin-top: 0px;
    }

    .ow-teaser-block-ueberzeugen > .container .row .col-sm-6 {
        margin-bottom: 20px;
    }

    .kundenstimmen .gesamt {
        margin-bottom: 20px;
    }

    .rezensionen-wrapper {
        flex-wrap: wrap;
    }

    .kundenstimmen .buble {
        min-height: 150px;
        margin-bottom: 20px;
    }

    .teaser-image-wrapper span.teaser-capture {
        font-size: 12px;
        line-height: 30px;
    }

    .slider-wrapper .teaser-block .btn.btn-secondary {
        font-size: 10px;
        padding: 5px 2px 3px;
    }

}

@media (max-width: 767px) {
    #promo-carousel .gradient-mask-bottom {
        height: 50px;
    }

    .teaser-image-wrapper span.teaser-capture {
        font-size: 17px;
        line-height: 30px;
    }

    .slider-wrapper .teaser-block .btn.btn-secondary {
        font-size: 15px;
        padding: 5px 20px 3px;
    }

    .ow-block-angebot-der-woche-klein {
        height: auto;
        padding: 0;
    }

    .ow-block-angebot-der-woche-klein-bg,
    .ow-block-angebot-der-woche-klein .container,
    .ow-block-angebot-der-woche-klein .container > .row {
        height: 100%;
    }

    .ow-block-angebot-der-woche-klein .container > .row {
        flex-wrap: wrap;
    }

    .ow-block-angebot-der-woche-klein .button-col {
        text-align: center;
    }

    .ow-block-angebot-der-woche-klein .text-col,
    .ow-block-angebot-der-woche-klein .image-col-wrapper,
    .ow-block-angebot-der-woche-klein .button-col {
        padding: 20px 0;
    }

    .ow-block-angebot-der-woche-klein .text-col,
    .ow-block-angebot-der-woche-klein .image-col-wrapper {
        margin-bottom: 10px;
    }

    .ow-block-angebot-der-woche-klein .now, .ow-block-angebot-der-woche-klein .percent, .ow-block-angebot-der-woche-klein .reduce {
        margin: 0px 0px 0px 30px;
    }
}

@media (max-width: 750px) {
    .ow-teaser-block-ueberzeugen .teaser-block {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .ow-teaser-block-ueberzeugen .teaser-block .teaser {
        flex-basis: 33.33%;
    }

    .ow-teaser-block-ueberzeugen .teaser-block .teaser:nth-child(1),
    .ow-teaser-block-ueberzeugen .teaser-block .teaser:nth-child(2) {
        flex-basis: 50%;
    }

    .ow-teaser-block-ueberzeugen .teaser-block .teaser:nth-child(1) {
        padding-left: 15%;
    }

    .ow-teaser-block-ueberzeugen .teaser-block .teaser:nth-child(2) {
        padding-right: 15%;
    }

    .ow-teaser-block-ueberzeugen .teaser-block .teaser.active {
        border: none;
    }

    .tipp-category .bilder .img-wrapper {
        max-width: 32.4%;
    }

}

@media all and (max-width: 700px) {
    #action-navi {
        position: relative;
        /*padding-left: 10px;*/
    }

    .ow-block-3d-planer .container h2 {
        font-size: 25px;
    }
}

@media all and (max-width: 671px) {
    .tipp-category .bilder .img-wrapper {
        max-width: 32.1%;
    }

    .tipp-category .bilder .img-wrapper:nth-child(1),
    .tipp-category .bilder .img-wrapper:nth-child(2) {
        max-width: 50%;
        flex-basis: 47.5%;
    }
}

@media all and (max-width: 600px) {
    .headline-action .button-block .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .ow-block-angebot-der-woche-klein .image-col {
        display: none;
    }

    .ow-block-angebot-der-woche-klein .col-xs-7 {
        width: 100%;
    }

    .ow-block-angebot-der-woche-klein .text-col {
        width: 20%;
        padding-bottom: 10px;
    }

    .ow-block-angebot-der-woche-klein .image-col-wrapper {
        padding-bottom: 10px;
    }
}

@media all and (max-width: 550px) {

    .ow-three-teaser .heading-block h1,
    .heading-block h2,
    .ow-three-teaser .h1-subline {
        font-size: 50px !important;
        line-height: 55px !important;
    }

    .ow-block-3d-planer .container .row {
        display: block;
        height: auto;
    }

    .ow-block-3d-planer .ow-block-3d-planer-bg .container .image-holder,
    .ow-block-3d-planer .container,
    .ow-block-3d-planer .ow-block-3d-planer-bg {
        height: auto;
    }

    .ow-block-3d-planer .container .col {
        display: block;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }

    .ow-block-3d-planer .container .col:first-child,
    .ow-block-3d-planer .container .col:last-child {
        padding-bottom: 0px;
    }

    .kundenstimmen .buble {
        min-height: 180px;
    }

    #promo-carousel .gradient-mask-bottom {
        height: 36px;
    }

    .top-category h1 {
        font-size: 55px;
    }

    .tipp-category .bilder .img-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .tipp-category .bilder .img-wrapper:nth-child(1),
    .tipp-category .bilder .img-wrapper:nth-child(2) {
        max-width: 100%;
        flex-basis: 100%;
    }

}

@media all and (max-width: 400px) {
    #action-navi {
        position: relative;
        /*padding-left: 10px;*/
    }

    .ow-three-teaser .heading-block h1,
    .heading-block h2,
    .ow-three-teaser .h1-subline {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    .ow-teaser-block-ueberzeugen .teaser-block .teaser:nth-child(1) {
        padding-left: 0px;
    }

    .kundenstimmen .buble {
        min-height: 250px;
    }

    .top-category h1 {
        font-size: 45px;
        margin-top: 50px;
    }
}

@media all and (max-width: 355px) {
    #action-navi-before {
        display: none;
    }
}

.btn.btn-primary:hover {
    color: #a8a8a8;
    background: #292929;
}

.btn.btn-primary.dark:hover {
    color: #a8a8a8;
    background: white;
}

#vier-schritte.ow-three-teaser .btn.btn-secondary:hover {
    color: #1f1f1f;
    background: #d6d6d6;
}

.btn.btn-secondary:hover {
    color: #1f1f1f;
    background: #d6d6d6;
}

.btn.btn-secondary-grau:hover {
    background: #f7f7f7;
    color: #333333;
}


.angebot-der-woche.xmas-special {
    border: none;
    padding-top: 0px;
    border-bottom: 10px solid #e10111;
}

.angebot-der-woche.xmas-special .xmas-header {
    height: 185px;
    overflow: visible;
    z-index: 10;
    position: relative;
}

.angebot-der-woche.xmas-special .xmas-header img {
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

.angebot-der-woche.xmas-special .xmas-header .h1 {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -100px;
    height: 20px;
    line-height: 25px;
    width: 200px;
    color: #e10111;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    text-align: center;
    display: block;
}

.angebot-der-woche.xmas-special {
    background: url(../img/ow-images/xmas-back.png) center 185px no-repeat;
    padding-bottom: 0px;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper {
    display: flex;
    overflow: visible;
    justify-content: center;
    align-items: flex-start;
    height: 120px;
    position: relative;
    margin: 35px 0px 20px 0px;
    z-index: 1;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper:after {
    position: absolute;
    content: ' ';
    background: url(../img/ow-images/xmas-paket.png) center center no-repeat;
    width: 289px;
    height: 285px;
    right: -140px;
    z-index: 10;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer {
    flex: 0 0 145px;
    width: 145px;
    max-width: 145px;
    height: 120px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer:after {
    position: absolute;
    content: ' ';
    background: url(../img/ow-images/binde-verpasst.png) center center no-repeat;
    width: 144px;
    height: 24px;
    left: 0px;
    top: 50%;
    margin-top: -12px;
    z-index: 10;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer.tuer-heute:after {
    display: none;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer.tuer-geschlossen:after {
    background: url(../img/ow-images/binde-gespannt.png) center center no-repeat;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer.no-banner:after {
    display: none;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .gap {
    flex: 0 0 60px;
    width: 60px;
    height: 120px;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer img {
    position: absolute;
    left: 0;
    top: -30px;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer .zahl {
    z-index: 5;
    font-size: 90px;
    color: #dce9ef;
    font-weight: bold;
    padding-top: 20px;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer.tuer-heute .zahl {
    color: #22353f;
}

.angebot-der-woche.xmas-special .tuerchen-wrapper .tuer.tuer-geschlossen .zahl {
    color: #fff;
}

.angebot-der-woche.xmas-special .btn.btn-primary {
    color: #dce9ef;
    background: #22353f url(../img/ow-images/xmas-snow-button.png);
}

.angebot-der-woche.xmas-special .btn.btn-secondary {
    color: #22353f;
    background: #dce9ef;
}

.angebot-der-woche.xmas-special.artikel .info-block .subtitle {
    margin-bottom: 20px;
}

.angebot-der-woche.xmas-special .rabatt-block {
    min-height: 300px;
}

.angebot-der-woche.xmas-special .price-block-left {
    background: #dce9ef;
}

.angebot-der-woche.xmas-special .streich {
    text-decoration: line-through;
}

.angebot-der-woche.xmas-special .info-block .regulaer header {
    color: #22353f
}

.angebot-der-woche.xmas-special .info-block .regulaer p {
    color: #547382;
}

.angebot-der-woche.xmas-special .info-block .sparen {
    background: #e10111;
}

.angebot-der-woche.xmas-special .info-block .sparen header {
    background: #e10111;
    color: #fff;
}

.angebot-der-woche .info-block .sparen p {
    color: #191919;
}

.angebot-der-woche.xmas-special .price-block-right {
    background: #e10111;
}

.angebot-der-woche.xmas-special .info-block .jetzt header {
    color: #191919;
}

.angebot-der-woche.xmas-special .info-block .jetzt p.star-info {
    color: #ffaeb4;
}

.angebot-der-woche.xmas-special .info-block .lieferung {
    color: #7da5b9;
}

.angebot-der-woche.xmas-special .info-block .info-text {
    margin-bottom: 170px;
}

.angebot-der-woche.xmas-special .xmas-footer {
    height: 50px;
    position: relative;
    background: #dce9ef;
}

.angebot-der-woche.xmas-special .xmas-footer:after {
    position: absolute;
    content: ' ';
    background: url(../img/ow-images/xmas-lebkuchen.png) center center no-repeat;
    width: 291px;
    height: 204px;
    left: 50%;
    bottom: 0;
    z-index: 10;
    margin-left: -500px;
}

@media all and (max-width: 1200px) {
    .angebot-der-woche.xmas-special .tuerchen-wrapper .gap {
        flex: 0 0 50px;
        width: 50px;
        height: 120px;
    }

    .angebot-der-woche.xmas-special .tuerchen-wrapper:after {
        display: none;
    }
}

@media all and (max-width: 992px) {
    .angebot-der-woche.xmas-special .tuerchen-wrapper .gap {
        flex: 0 0 60px;
        width: 60px;
        height: 120px;
    }

    .angebot-der-woche.xmas-special .tuerchen-wrapper .tuer:first-child,
    .angebot-der-woche.xmas-special .tuerchen-wrapper .tuer:last-child,
    .angebot-der-woche.xmas-special .tuerchen-wrapper .gap:nth-child(2),
    .angebot-der-woche.xmas-special .tuerchen-wrapper .gap:nth-child(8) {
        display: none;
    }

    .angebot-der-woche.xmas-special .xmas-footer:after {
        display: none;
    }

    .angebot-der-woche.xmas-special .info-block .info-text {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 600px) {

    .angebot-der-woche.xmas-special .tuerchen-wrapper .tuer:nth-child(3),
    .angebot-der-woche.xmas-special .tuerchen-wrapper .gap:nth-child(4) {
        display: none;
    }
}

@media all and (max-width: 375px) {

    .angebot-der-woche.xmas-special .tuerchen-wrapper .tuer:nth-child(7),
    .angebot-der-woche.xmas-special .tuerchen-wrapper .gap:nth-child(6) {
        display: none;
    }
}

.angebot-der-woche-mini.xmas-special .tuerchen-wrapper.noafter {
    background: url(../img/ow-images/xmas-back.png) no-repeat;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    height: 170px;
    /* margin-bottom: -1px; */
    margin-bottom: 2px;
    border-top: 15px solid #e10111;
    border-bottom: 15px solid #e10111;
}

.angebot-der-woche-mini.xmas-special .tuerchen-wrapper.noafter .tuer.tuer-offen.tuer-heute {
    display: flex;
}

.angebot-der-woche-mini.xmas-special .tuerchen-wrapper.noafter .tuer.tuer-offen.tuer-heute .tuer-img {
    pointer-events: none;
}

.angebot-der-woche-mini.xmas-special .btn.btn-primary.btn-block.btn-red {
    border-radius: 2px 2px 5px 5px;
}

.start-service-slider.flexslider.teaser-block {
    background: none;
    border: none;
}

.start-service-slider .inner-slide {
    padding: 0 15px;
}

.start-service-slider .flex-direction-nav .flex-prev,
.start-service-slider .flex-direction-nav .flex-next {
    display: block;
}

@media (max-width: 991px) {
    .ow-block-3d-planer .container,
    .ow-block-3d-planer .ow-block-3d-planer-bg .container .image-holder {
        height: auto;
    }

    .ow-block-3d-planer .ow-block-3d-planer-bg {
        height: auto;
        background: #1872ab;
        text-align: center;
        padding-bottom: 15px;
    }

    .ow-block-3d-planer .container span {
        margin-bottom: 0;
        display: block;
        margin-top: 0;
    }

    /*.ow-block-3d-planer .btn {
        margin-top: 15px;
    }*/
}

.alert--icon {
    background: #525252;
}

@media screen and (min-width: 48em) {
    .alert-corona .alert--icon, .alert-corona .icon--element {
        width: 8%;
    }
}

.alert-corona .icon--element {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8%;
    margin-top: -20px;
    margin-left: -20px;
    color: #fff;
}

.alert-corona.is--warning {
    color: #ae8e0a;
    background: #fbf5db;
}

.is--rounded {
    border-radius: 5px;
    background-clip: padding-box;
}

.alert-corona {
    font-size: 1.475rem;
    line-height: 1.9rem;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    margin: 20px auto;
}

.alert-corona.is--warning .alert--icon {
    background: #f1c40f;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    vertical-align: middle;
}

.alert-corona .alert--icon {
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 8%;
    text-align: center;
    font-weight: 700;
    color: #fff;
    /*padding-bottom: 9999em;*/
    /*margin-bottom: -9999em;*/
}

.alert-corona .alert--icon {
    padding: 10px 10px 10px 10px;
    float: left;
}

.alert-corona .alert--content {
    padding: 10px 10px 10px 10px;
    float: right;
}

/*@media screen and (min-width: 48em) {
    .alert .alert--icon, .alert .icon--element {
        width: 8%;
    }
}*/

.alert-corona .alert--content {
    width: 92%;
}

@media screen and (max-width: 768px) {
    .alert-corona .alert--content {
        width: 85%;
    }

    .alert-corona .alert--icon, .alert .icon--element {
        width: 15%;
    }
}

.alert-corona:after {
    content: "";
    display: table;
    clear: both;
}

.close-corona {
    position: absolute;
    top: -13px;
    right: -15px;
    cursor: pointer;
}

.container.corona {
    display: none;
}

.icomoon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.font-family--din {
    font-family: DINWeb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: DINWeb;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}

.font-size-1 {
    font-size: 30px;
    line-height: 45px;
}

@media (min-width: 30em) {
    .font-size-1 {
        font-size: 35px;
        line-height: 52px;
    }
}

@media (min-width: 48em) {
    .font-size-1 {
        font-size: 40px;
        line-height: 59px;
    }
}

@media (min-width: 64em) {
    .font-size-1 {
        font-size: 45px;
        line-height: 66px;
    }
}

@media (min-width: 78.75em) {
    .font-size-1 {
        font-size: 50px;
        line-height: 75px;
    }
}

.font-size-2 {
    font-size: 38px;
    line-height: 54px;
}

.font-size-3 {
    font-size: 30px;
    line-height: 38px;
}

@media (min-width: 48em) {
    .font-size-3 {
        font-size: 36px;
        line-height: 44px;
    }
}

.font-size-3 + p {
    margin-top: 18px;
}

.font-size-3 + ul.check,
.font-size-3 + ul.arrow {
    margin-top: 37px;
}

p.font-size-3 + p {
    margin-top: 42px;
}

p.font-size-3 + ul.check,
p.font-size-3 + ul.arrow {
    margin-top: 37px;
}

.font-size-4 {
    font-size: 26px;
    line-height: 39px;
}

@media (min-width: 48em) {
    .font-size-4 {
        font-size: 32px;
        line-height: 44px;
    }
}

.font-size-4 + p {
    margin-top: 23px;
}

@media (min-width: 48em) {
    .font-size-4 + p {
        margin-top: 44px;
    }
}

.font-size-4 + ul.check,
.font-size-4 + ul.arrow {
    margin-top: 37px;
}

p.font-size-4 + p {
    margin-top: 47px;
}

@media (min-width: 48em) {
    p.font-size-4 + p {
        margin-top: 68px;
    }
}

p.font-size-4 + ul.check,
p.font-size-4 + ul.arrow {
    margin-top: 37px;
}

.font-size-5 {
    font-size: 26px;
    line-height: 39px;
}

.font-size-5 + p {
    margin-top: 12px;
}

@media (min-width: 48em) {
    .font-size-5 {
        font-size: 28px;
        line-height: 42px;
    }
}

.font-size-6 {
    font-size: 18px;
    line-height: 24px;
}

@media (min-width: 48em) {
    .font-size-6 {
        font-size: 22px;
        line-height: 24px;
    }
}

.font-size-7 {
    font-size: 20px;
    line-height: 30px;
}

.font-size-8 {
    font-size: 18px;
    line-height: 27px;
}

.font-size-base,
.font-size-9 {
    font-size: 16px;
    line-height: 24px;
}

.font-size-10 {
    font-size: 15px;
    line-height: 24px;
}

.font-size-11 {
    font-size: 14px;
    line-height: 22px;
}

.font-size-12 {
    font-size: 12px;
    line-height: 21px;
}

.font-size-button {
    font-size: 16px;
    line-height: 25px;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

p a {
    text-decoration: underline;
}

p + ul {
    margin-top: -24px;
}

p + ul.arrow,
p + ul.check {
    margin-top: 0;
}

.content-main ul li {
    font-size: 16px;
    line-height: 24px;
}

.tab--content li {
    font-size: 16px;
    line-height: 24px;
}

blockquote {
    font-size: 16px;
    line-height: 24px;
}

b,
strong {
    font-weight: 600 !important;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #E8E8E8;
    margin: 15px 0;
}

p + hr {
    margin-top: 0;
}

:focus {
    outline: none;
}

.headline--pagetitle .emotion--html,
.headline--area .emotion--html {
    overflow: hidden;
}

.headline--pagetitle,
.forms--content .forms--headline .forms--title,
.search--content .search--headline,
.is--ctl-address .account--content .account--welcome > h1.panel--title,
.is--ctl-wishlist .account--content .account--welcome > h1.panel--title,
.is--ctl-account .account--content .account--welcome > h1.panel--title,
.is--act-manufacturer .vendor--info .panel--title,
.headline--pagetitle .html--content p,
.custom-page--content .custom-page--tab-headline {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
}

.product--details .product--header .product--title {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
}

@media (min-width: 48em) {
    .headline--pagetitle,
    .forms--content .forms--headline .forms--title,
    .search--content .search--headline,
    .is--ctl-address .account--content .account--welcome > h1.panel--title,
    .is--ctl-wishlist .account--content .account--welcome > h1.panel--title,
    .is--ctl-account .account--content .account--welcome > h1.panel--title,
    .is--act-manufacturer .vendor--info .panel--title,
    .headline--pagetitle .html--content p,
    .custom-page--content .custom-page--tab-headline {
        font-size: 36px;
        line-height: 44px;
    }

    .product--details .product--header .product--title {
        font-size: 28px;
        line-height: 36px;
    }
}

.headline--pagetitle + p,
.forms--content .forms--headline .forms--title + p,
.search--content .search--headline + p,
.is--ctl-address .account--content .account--welcome > h1.panel--title + p,
.is--ctl-wishlist .account--content .account--welcome > h1.panel--title + p,
.is--ctl-account .account--content .account--welcome > h1.panel--title + p,
.is--act-manufacturer .vendor--info .panel--title + p,
.headline--pagetitle .html--content p + p,
.custom-page--content .custom-page--tab-headline + p,
.product--details .product--header .product--title + p {
    margin-top: 18px;
}

.headline--pagetitle + ul.check,
.forms--content .forms--headline .forms--title + ul.check,
.search--content .search--headline + ul.check,
.is--ctl-address .account--content .account--welcome > h1.panel--title + ul.check,
.is--ctl-wishlist .account--content .account--welcome > h1.panel--title + ul.check,
.is--ctl-account .account--content .account--welcome > h1.panel--title + ul.check,
.is--act-manufacturer .vendor--info .panel--title + ul.check,
.headline--pagetitle .html--content p + ul.check,
.custom-page--content .custom-page--tab-headline + ul.check,
.product--details .product--header .product--title + ul.check,
.headline--pagetitle + ul.arrow,
.forms--content .forms--headline .forms--title + ul.arrow,
.search--content .search--headline + ul.arrow,
.is--ctl-address .account--content .account--welcome > h1.panel--title + ul.arrow,
.is--ctl-wishlist .account--content .account--welcome > h1.panel--title + ul.arrow,
.is--ctl-account .account--content .account--welcome > h1.panel--title + ul.arrow,
.is--act-manufacturer .vendor--info .panel--title + ul.arrow,
.headline--pagetitle .html--content p + ul.arrow,
.custom-page--content .custom-page--tab-headline + ul.arrow,
.product--details .product--header .product--title + ul.arrow {
    margin-top: 37px;
}

.search--content .search--headline,
.is--ctl-address .account--content .account--welcome > h1.panel--title,
.is--ctl-wishlist .account--content .account--welcome > h1.panel--title,
.is--ctl-account .account--content .account--welcome > h1.panel--title,
.is--act-manufacturer .vendor--info .panel--title,
.headline--pagetitle .html--content p,
.custom-page--content .custom-page--tab-headline,
.product--details .product--header .product--title {
    font-weight: 600 !important;
}

.headline--area,
.category--teaser .hero--headline,
.is--ctl-listing .hero-unit .teaser--text-long h2,
.is--act-manufacturer .vendor--info .panel--body .vendor--text h3,
.emotion--manufacturer .panel--title,
.emotion--product-slider .panel--title,
.headline--area .html--content p {
    font-size: 26px;
    line-height: 39px;
    text-transform: uppercase;
}

@media (min-width: 48em) {
    .headline--area,
    .category--teaser .hero--headline,
    .is--ctl-listing .hero-unit .teaser--text-long h2,
    .is--act-manufacturer .vendor--info .panel--body .vendor--text h3,
    .emotion--manufacturer .panel--title,
    .emotion--product-slider .panel--title,
    .headline--area .html--content p {
        font-size: 32px;
        line-height: 44px;
    }
}

.headline--area + p,
.category--teaser .hero--headline + p,
.is--ctl-listing .hero-unit .teaser--text-long h2 + p,
.is--act-manufacturer .vendor--info .panel--body .vendor--text h3 + p,
.emotion--manufacturer .panel--title + p,
.emotion--product-slider .panel--title + p,
.headline--area .html--content p + p {
    margin-top: 23px;
}

@media (min-width: 48em) {
    .headline--area + p,
    .category--teaser .hero--headline + p,
    .is--ctl-listing .hero-unit .teaser--text-long h2 + p,
    .is--act-manufacturer .vendor--info .panel--body .vendor--text h3 + p,
    .emotion--manufacturer .panel--title + p,
    .emotion--product-slider .panel--title + p,
    .headline--area .html--content p + p {
        margin-top: 44px;
    }
}

.headline--area + ul.check,
.category--teaser .hero--headline + ul.check,
.is--ctl-listing .hero-unit .teaser--text-long h2 + ul.check,
.is--act-manufacturer .vendor--info .panel--body .vendor--text h3 + ul.check,
.emotion--manufacturer .panel--title + ul.check,
.emotion--product-slider .panel--title + ul.check,
.headline--area .html--content p + ul.check,
.headline--area + ul.arrow,
.category--teaser .hero--headline + ul.arrow,
.is--ctl-listing .hero-unit .teaser--text-long h2 + ul.arrow,
.is--act-manufacturer .vendor--info .panel--body .vendor--text h3 + ul.arrow,
.emotion--manufacturer .panel--title + ul.arrow,
.emotion--product-slider .panel--title + ul.arrow,
.headline--area .html--content p + ul.arrow {
    margin-top: 37px;
}

.category--teaser .hero--headline.panel--title {
    margin: 0;
    font-weight: 400 !important;
}

.headline--paragraph,
.forms--content .forms--container .panel--title,
.emotion--element .emotion--html .html--title,
.is--ctl-listing .hero-unit .teaser--text-long h3,
.headline--paragraph .html--content p,
.product--details .tab--content .content--description .product--description h2,
.product--details .tab--content .content--description .product--description h3,
.product--details .tab--content .content--description .product--description h4,
.product--details .tab--content .content--description .product--description h5,
.product--details .tab--content .content--description .product--description h6 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.content--emotions .emotion--wrapper .balken-schwarz,
.balken-schwarz,
.content--emotions .emotion--wrapper .balken-blau,
.balken-blau,
.content--emotions .emotion--wrapper .balken-gruen,
.balken-gruen {
    margin-bottom: 13px;
}

.content--emotions .emotion--wrapper .balken-schwarz > *,
.balken-schwarz > *,
.content--emotions .emotion--wrapper .balken-blau > *,
.balken-blau > *,
.content--emotions .emotion--wrapper .balken-gruen > *,
.balken-gruen > * {
    display: inline-block;
    margin: 0;
    padding: 8px 20px 8px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

.content--emotions .emotion--wrapper .balken-schwarz > *,
.balken-schwarz > * {
    background: #333333;
}

.content--emotions .emotion--wrapper .balken-gruen > *,
.balken-gruen > * {
    background: #2b6138;
}

.content--emotions .emotion--wrapper .balken-blau > *,
.balken-blau > * {
    background: #325965;
}

.color-white {
    color: #FFFFFF;
}

.color-white a {
    color: #FFFFFF;
}

.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
    color: #FFFFFF !important;
}

.color-gold {
    color: #e9ce94;
}

.color-gold a {
    color: #e9ce94;
}

.color-gold h1,
.color-gold h2,
.color-gold h3,
.color-gold h4,
.color-gold h5,
.color-gold h6 {
    color: #e9ce94 !important;
}

.color-black {
    color: #000000;
}

.color-black a {
    color: #000000;
}

.color-black h1,
.color-black h2,
.color-black h3,
.color-black h4,
.color-black h5,
.color-black h6 {
    color: #000000 !important;
}

.color-red {
    color: #942433;
}

.color-red a {
    color: #942433;
}

.color-red h1,
.color-red h2,
.color-red h3,
.color-red h4,
.color-red h5,
.color-red h6 {
    color: #942433 !important;
}

.color-text {
    color: #333333;
}

.color-primary {
    color: #325965;
}

.color-secondary {
    color: #333333;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.normal {
    text-transform: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.font-weight-light {
    font-weight: 200 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.font-weight-heavy {
    font-weight: 800 !important;
}

.bg-color-lightGray {
    background: #E8E8E8;
}

.bg-color-darkGray {
    background: #333333;
    color: #FFFFFF;
}

.bgcolor--light-blue {
    background: #799BB4;
}

.bg-color-turquoise {
    background: #325965;
    color: #FFFFFF;
}

.bg-color-red {
    background: #942433;
    color: #FFFFFF;
}

ul.arrow {
    list-style-type: none;
}

ul.arrow li {
    position: relative;
    padding: 10px 0 10px 27px;
}

ul.arrow li::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: auto;
    z-index: 2;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #333333;
    content: '\e901';
}

ul.arrow li > a {
    color: #333333;
    text-decoration: underline;
    transition: opacity 0.4s;
}

ul.arrow li > a:hover {
    opacity: 0.6;
}

ul.check {
    list-style-type: none;
}

ul.check li {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    min-height: 72px;
    padding: 11px 0 11px 68px;
}

ul.check li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: auto;
    z-index: 2;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 47px;
    color: #333333;
    content: '\e922';
}

ul.check li > a {
    color: #333333;
    text-decoration: underline;
    transition: opacity 0.4s;
}

ul.check li > a:hover {
    opacity: 0.6;
}

#registerForm input,
#registerForm select {
    margin-bottom: 10px;
}

.promotionContainer {
    padding-right: 80px;
    text-align: initial;
    font-family: DINweb;
}

/* SW6 Overrides */
.col-xs-2 {
    white-space: nowrap !important;
}

.optionSwitch .btn-default.active {
    font-size: 13px !important;
    line-height: 1.6 !important;
}

label.btn.btn-default.active.toggle-off {
    overflow: visible !important;
    text-transform: capitalize;
    padding-left: 20px !important;
}

label.btn.btn-primary.toggle-on {
    white-space: nowrap !important;
    text-transform: none !important;
}

#plannerOverlay button.btn.dropdown-toggle.btn-default {
    white-space: nowrap !important;
    text-transform: none !important;
}

#planningHelp .row:has(> .plannerButton),
#assemblyOfferRequest .row:has(> .plannerButton) {
    all: unset !important;
}

.row:has(> .plannerButton) .plannerButton {
    width: auto!important;
}

.row.plannerContent > div:not(.plannerBottom) {
    padding-left: 0!important;
    padding-right: 0!important;
}