/*

.malerei_beisel{
	color: #fff8ec;


}

*/
.wow {
    visibility: hidden;
}



/*  /////////////  RESET ELEMENTS ///////////////////////////////////////*/


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

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
    margin: 0;
    padding: 0
}

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

caption, th, td {
    text-align: left;
    text-align: start;
    vertical-align: top
}

abbr, acronym {
    font-variant: normal;
    border-bottom: 1px dotted #666;
    cursor: help
}

blockquote, q {
    quotes: none
}

fieldset, img, iframe {
    border: 0
}

ul {
    list-style-type: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

del {
    text-decoration: line-through
}

ins {
    text-decoration: none
}

body {
    font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    color: #000
}

input, button, textarea, select {
    font-family: inherit;
    font-size: 99%;
    font-weight: inherit
}

pre, code {
    font-family: Monaco, monospace
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

h1 {
    font-size: 1.8333em
}

h2 {
    font-size: 1.6667em
}

h3 {
    font-size: 1.5em
}

h4 {
    font-size: 1.3333em
}

table {
    font-size: inherit
}

caption, th {
    font-weight: 700
}

a {
    color: #00f
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 1em
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
    margin-bottom: 12px
}


/*  /////////////  LAYOUT ELEMENTS ///////////////////////////////////////*/

body, form, figure {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

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

body {
    font-size: 100.01%
}

select, input, textarea {
    font-size: 99%
}

#container, .inside {
    position: relative
}

#main, #left, #right {
    float: left;
    position: relative
}

#main {
    width: 100%
}

#left {
    margin-left: -100%
}

#right {
    margin-right: -100%
}

#footer {
    clear: both
}

#main .inside {
    min-height: 1px
}

.ce_gallery > ul, .content-gallery > ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none
}

.ce_gallery > ul li, .content-gallery > ul li {
    float: left
}

.ce_gallery > ul li.col_first, .content-gallery > ul li.col_first {
    clear: left
}

.float_left, .media--left > figure {
    float: left
}

.float_right, .media--right > figure {
    float: right
}

.block {
    overflow: hidden
}

.clear, #clear {
    height: .1px;
    font-size: .1px;
    line-height: .1px;
    clear: both
}

.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.custom {
    display: block
}

#container:after, .custom:after {
    content: "";
    display: table;
    clear: both
}

/*  /////////////  FORM ELEMENTS ///////////////////////////////////////*/
legend {
    width: 100%;
    display: block;
    font-weight: 700;
    border: 0
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input:not([type]), textarea {
    width: 100%;
    display: inline-block;
    padding: 3px 6px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 1px 1px #eee;
    -webkit-box-shadow: inset 0 1px 1px #eee;
    box-shadow: inset 0 1px 1px #eee;
    -moz-transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input:not([type]):focus, textarea:focus {
    outline: 0;
    background: #fcfcfc;
    border-color: #bbb
}

input[type=file] {
    cursor: pointer
}

select, input[type=file] {
    display: block
}

form button, input[type=file], input[type=image], input[type=submit], input[type=reset], input[type=button], input[type=radio], input[type=checkbox] {
    width: auto
}

textarea, select[multiple], select[size] {
    height: auto
}

input[type=radio], input[type=checkbox] {
    margin: 0 3px 0 0
}

input[type=radio], input[type=checkbox], label {
    vertical-align: middle
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background: #eee
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio][readonly], input[type=checkbox][readonly] {
    background: 0 0
}

form button, input[type=submit], .button {
    display: inline-block;
    padding: 4px 15px 4px 14px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-size: 11px;
    color: #000;
    cursor: pointer;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ececec;
    background-image: -moz-linear-gradient(top, #fff, #ececec);
    background-image: -webkit-linear-gradient(top, #fff, #ececec);
    background-image: -ms-linear-gradient(top, #fff, #ececec);
    background-image: -o-linear-gradient(top, #fff, #ececec);
    background-image: linear-gradient(to bottom, #fff, #ececec);
    background-repeat: repeat-x;
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear
}

form button:hover, input[type=submit]:hover, .button:hover {
    text-decoration: none;
    background-position: 0 -15px !important
}

form button:active, input[type=submit]:active, .button:active {
    background-color: #e6e6e6;
    background-position: 0 -30px !important
}

form button.blue, input[type=submit].blue, .button.blue {
    background-color: #2f96b4;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    border-color: #2f96b4;
    color: #fff
}

form button.blue:active, input[type=submit].blue:active, .button.blue:active {
    background-color: #2e95b3
}

form button.green, input[type=submit].green, .button.green {
    background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    border-color: #51a351;
    color: #fff
}

form button.green:active, input[type=submit].green:active, .button.green:active {
    background-color: #4f9f4f
}

form button.orange, input[type=submit].orange, .button.orange {
    background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -ms-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    border-color: #f89406;
    color: #fff
}

form button.orange:active, input[type=submit].orange:active, .button.orange:active {
    background-color: #f28f04
}

form button.red, input[type=submit].red, .button.red {
    background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    border-color: #bd362f;
    color: #fff
}

form button.red:active, input[type=submit].red:active, .button.red:active {
    background-color: #be322b
}

.widget {
    margin-bottom: 12px
}

.widget > label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700
}

.inline-form .widget {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.horizontal-form .widget:after {
    content: "";
    display: table;
    clear: both
}

.horizontal-form .widget > label {
    width: 20%;
    float: left;
    padding: 3px 2% 0 0;
    text-align: right
}

.horizontal-form .widget > input, .horizontal-form .widget > textarea {
    width: 78%;
    float: left
}

.horizontal-form .widget > fieldset {
    margin-left: 20%
}

/*  /////////////  SUBCOLUMNS ELEMENTS ///////////////////////////////////////*/



.subcolumns {
    width: 100%;
    overflow: hidden
}

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

.c20l, .c20r {
    width: 20%
}

.c40l, .c40r {
    width: 40%
}

.c60l, .c60r {
    width: 60%
}

.c80l, .c80r {
    width: 80%
}

.c25l, .c25r {
    width: 25%
}

.c33l, .c33r {
    width: 33.333%
}

.c50l, .c50r {
    width: 50%
}

.c66l, .c66r {
    width: 66.666%
}

.c75l, .c75r {
    width: 75%
}

.c38l, .c38r {
    width: 38.2%
}

.c62l, .c62r {
    width: 61.8%
}

.c15l, .c15r {
    width: 15%
}

.c16l, .c16r {
    width: 16.666%
}

.c30l, .c30r {
    width: 30%
}

.c45l, .c45r {
    width: 45%
}

.c55l, .c55r {
    width: 55%
}

.c70l, .c70r {
    width: 70%
}

.c85l, .c85r {
    width: 85%
}

.subc {
    padding: 0 .5em
}

.subcl {
    padding: 0 1em 0 0
}

.subcr {
    padding: 0 0 0 1em
}

.equalize, .equalize .subcolumns {
    overflow: visible;
    display: table;
    table-layout: fixed
}

.equalize > div {
    display: table-cell;
    float: none;
    overflow: hidden;
    vertical-align: top;
    margin: 0
}

.c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l {
    float: left
}

.c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {
    float: right;
    margin-left: -5px
}


@media print {
    .subcolumns > div {
        display: table;
        overflow: visible
    }
}

/*  /////////////  STYLE CSS ///////////////////////////////////////*/

/* style.css */
html, body, #container {
    width: 100%;
    height: 100%
}

#wrapper, #main, #footer {
    font-family: 'Puritan', sans-serif
}

#left, h1, h2, h3, h4, #header {
    font-family: "Puritan", sans-serif
}

#wrapper, #container {
    width: 100%;
    min-height: 100%;
    position: relative
}

a, #header {
    text-decoration: none;
    color: #fff8ec
}
#left,
#footer{
    z-index: 2;
}
#left a:hover {
    color: #355236
}

#main a:hover,
#main .active{
    color: #b7cbb9
}

#main {
    font-size: 17px;
    line-height: 24px;
    color: #fff8ec
}

#left, #header, #left a {
    font-size: 16px;
    color: #f1f1f1
}

#header span {
    color: #fff
}

#footer, .mm-opened {
    font-size: 15px;
    line-height: 20px
}

h1 {
    margin-top: 0;
    font-size: 24px
}

h2 {
    font-size: 16px
}

h4 {
    margin-bottom: 5px;
    text-align: center;
    color: #355236
}

.animation h2, .mod_newslist h2 {
    font-size: 21px;
    color: #b7cbb9
}

.mod_newslist h2 a {
    color: #c66a33
}

#footer h3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 17px;
    color: #355236
}

#left span.orange {
    color: #355236
}

#lava ul {
    left: 0
}

#header .rechts nav a, #header .rechts span {
    display: block;
    margin-top: 20px;
    margin-left: 20px
}

.nohover #header .background {
    display: none
}

#header .icon {
    width: 24px;
    height: 24px;
    display: block;
    margin-top: 16px;
    margin-left: 7px;
    background-image: url("/files/template/icons_social.png");
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
    color: transparent
}

#header .icon:hover {
    background-image: url("/files/template/icons_social_hover.png");
    font-size: -99999px;
    color: transparent
}

#header .icon.rss {
    background-position: right top
}

#header .icon.facebook {
    background-position: center top
}

#left nav li {
    text-align: center;
    line-height: 24px
}

#left nav a {
    color: #f1f1f1
}

.transp {
    margin: 12px !important
}

.text {
    margin-bottom: 4px
}

.captcha {
    width: 60px !important;
    margin-bottom: 5px
}

.formbody p {
    margin-bottom: 0
}

.checkbox_container span {
    display: block
}

.error {
    color: #ed2d2d
}

.ce_comments {
    margin-top: 25px;
    border-top: 1px solid #c66a33
}

.caroufredsel_prev, .caroufredsel_next {
    display: none !important
}

#maincontent, #start, #main {
    min-height: 100%
}

#maincontent {
    margin-top: 62px
}

.tag-chain li {
    display: inline
}

.mod_newslist .image_container {
    float: right
}

.layout_latest {
    border-bottom: 1px solid #698570
}

.layout_latest .tag-chain li a, .layout_full .tag-chain li a {
    padding: 2px;
    background-color: #698570;
    font-size: .7em;
    font-style: italic
}

.layout_latest h3, .blog-kat h3 {
    margin-top: 5px
}

.layout_latest h3 a {
    color: #fff
}

.cloud li a, .blog-kat a {
    padding: 2px;
    background-color: #698570
}

.wischerBox p {
    font: 1.1em 'Puritan', sans-serif;
    color: #000;
    text-transform: uppercase
}

.pagination li {
    display: inline
}

.ce_gallery li.col_last {
    float: left;
    clear: none
}

.ce_table table {
    width: 95%
}

.ce_table thead {
    background-color: #000
}

.ce_table .head_0 {
    text-align: left
}

.ce_table .col_0, .ce_table .col_2 {
    width: 50px
}

/*  /////////////  DESKTOP ///////////////////////////////////////*/

/* desktop.css */
#header {
    height: 65px;
    position: relative;
    background-image: url("/files/template/header_s.jpg");
    background-repeat: repeat-x
}

.mod_quicknav {
    display: none;
    margin-top: 14px;
    margin-left: 15px
}

.mod_quicknav #ctrl_target {
    float: left;
    margin-right: 8px
}

#header .links, #header p {
    float: left
}

#header .rechts {
    float: right;
    margin-right: 25px
}

#header .links {
    margin-left: 275px
}

#left {
    left: 0;
    left: 0 !important
}

#maincontent .inside {
    min-height: 100%;
    margin-left: 0;
    padding-left: 274px;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#logo {
    margin-top: 20px;
    margin-bottom: 50px;
    margin-left: 28px
}

#footer {
    bottom: 10px;
    left: 35px;
    position: fixed;
	max-width:260px;
    color: #fff8ec;
}

#footer .inside {
    margin-right: 30px;
    margin-bottom: 20px;
    text-align: right
}

#maincontent .inside {
    margin: 40px
}

.box {
    width: 300px;
    min-height: 165px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px
}

.box.small {
    width: 160px
}

#start .bx-wrapper, .backgray {
    min-height: 140px;
    background-color: rgba(71, 71, 71, .5)
}

.backgray {
    padding: 20px;
    margin-bottom: 30px;
}
.image_container img{
    max-width: 100%;
    height:auto;
}
.caption{
    font-style: italic;
    font-size: 0.85em;
}
#caroufredsel_skin_12 {
    bottom: 30px;
    right: 30px;
    position: absolute
}

.caroufredsel_pagi span {
    display: none;
    letter-spacing: -999em
}

.caroufredsel_pagi a {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 3px;
    background-image: url("/files/template/icon_tel.png")
}

.caroufredsel_pagi a.selected {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 3px;
    background-image: url("/files/template/icon_fax.png")
}
.swiper-scrollbar{
    background: rgba(255,255,255,.2);
}
.swiper-scrollbar-drag{
    background: rgba(255,255,255,.5);
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
}

.tag-chain, p.info {
    width: 50%;
    display: inline
}

#partner .image_container {
    width: 300px
}

.wischerBox {
    margin-top: -95px;
    margin-right: -48px;
    margin-left: 25px
}

.wischerBox .image_container {
    width: 180px;
    margin-left: 100px
}

.ce_gallery .image_container {
    width: 120px;
    height: 80px;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 3px
}

#dlh_googlemap_1 {
    width: 100%;
    height: 350px;
    min-width: 800px;
    max-width: 1280px
}

.slider-control {
    display: none
}

.mod_subscribe, .mod_unsubscribe {
    width: 80%;
    margin-right: auto;
    margin-left: auto
}

input.stueckzahl {
    width: 60px
}

#header p.houzz {
    margin-top: 15px;
    margin-left: 7px
}

/*  /////////////  CUSTOM ELEMENTS ///////////////////////////////////////*/

@media (max-width: 1280px) {
    /* max1280.css */
    #header .left a, #header .left span {
        padding-right: 10px;
        padding-left: 10px
    }
}


@media screen and (max-width: 940px) {
    /* max_940.css */
    .mod_quicknav {
        display: inline-block
    }

    .links .mod_navigation {
        display: none
    }
    .mod_quicknav .widget{
        float:left;
    }
}

@media screen and (max-height: 767px) {
    /* leftleiste_max-height_520.css */
    #left {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #left .inside {
        float: left
    }

    #footer {
        width: 175px;
        position: static;
        float: left;
        margin-left: 90px
    }
}

@media screen and (max-height: 900px) {
    /* Style sheet leftleiste_max-height_900 */
    .nav_showroom #left {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden
    }

    .nav_showroom #left .inside {
        float: left
    }

    .nav_showroom #footer {
        width: 175px;
        position: static;
        float: left;
        margin-left: 90px
    }
}

/*  /////////////  SLIDER MENUE ///////////////////////////////////////*/

/* slidemenu.css */
#header .mod_navigation {
    width: 720px
}

#lava {
    height: 65px;
    position: relative;
    text-align: center
}

#lava ul {
    position: absolute;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 100
}

#lava ul li {
    float: left;
    margin: 0 17px;
    padding: 15px 30px
}

#lava li a {
    display: block
}

#lava #box {
    height: 20px;
    left: 0;
    top: 0;
    position: absolute;
    margin-top: 1px;
    margin-left: -5px;
    z-index: 50
}

#lava #box .head {
    height: 57px;
    padding: 0 35px 35px;
    background-image: url("/files/template/nav_hover2.png");
    background-position: center center
}

#lava li.active, #lava li.trail {
    background-image: url("/files/template/nav_active2.png");
    background-position: center center
}

/*  /////////////  GRaUE VARIANTE ///////////////////////////////////////*/

/* graue_variante.css */
body {
    background-color: #36373d
}

#left {
    width: 275px;
    min-height: 100%;
    top: 0;
    position: fixed;
    margin-left: 0;
    background-image: url("/files/template/left_s.jpg");
    background-position: left top;
    background-repeat: repeat-y
}

/*  /////////////  SWIPER SLIDER ///////////////////////////////////////*/
@media screen and (min-width: 481px) {
    #maincontent .swiper-coontainer,
    #maincontent .tiny-slider{
        position: absolute;
        top: 50px;
        left: 275px;
        z-index: -1;
    }
    #maincontent .swiper-conotainer,
    #maincontent .swiper-conotainer .image_container{
        width: calc(100% - 275px);
        height: calc(100% - 50px);
    }
    #maincontent .swiper-container,
    #maincontent .swiper-container .swiper-slide,
    #maincontent .swiper-container .swiper-slide .image_container{
        min-height: calc(100vh - 50px);
    }
    .nav_startseite #maincontent,
    .nav_showroom #maincontent{
        margin-top:-11px;
    }
    .nav_startseite #maincontent .inside,
    .nav_showroom #maincontent .inside{
        margin:0;
    }
}

#maincontent .swiper-container .text_pos {
    padding: 25px;
    background-color: rgba(58, 58, 58, 0.75);
    position: absolute;
    top: 25%;
    right: 10%;
    max-width: 35%;
}

#maincontent .swiper-container .image_container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#maincontent .swiper-container .text_pos p,
#maincontent .swiper-container .text_pos h1,
#maincontent .swiper-container .text_pos h2,
#maincontent .swiper-container .text_pos h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.swiper-pagination-bullet-active{
    background: #fff8ec;
}

@media screen and (min-width: 768px) {
    .mobile_header,
    .mobile_logo,
    .mobile_wischer,
    .offcanvasM {
        display: none;
    }


}
@media screen and (max-width: 767px) {
    /* mobil.css */
    .offcanvasM {
        width: 100%;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #292929;
        border-top: 1px solid #616161;
        border-bottom: 1px solid #616161;
        z-index: 99
    }

    .offcanvasM.scrolled {
        top: 0;
        position: fixed
    }

    #container.scrolled {
        padding-top: 45px
    }

    .menuelinki {
        margin-left: 15px;
        padding-left: 30px;
        background-image: url("/files/template/menue-burger.png");
        background-repeat: no-repeat;
        font-family: 'Puritan', sans-serif;
        text-transform: uppercase;
        background-size: 15px
    }

    .slider-control .slider-prev, .slider-control .slider-next {
        display: none
    }
    #maincontent .swiper-container .text_pos{
        max-width: 60%;
    }
    #container .ce_text, #container .ce_headline, #container .ce_form, #container .mod_newslist, #container .tagcloud {
        padding-right: 10px;
        padding-left: 10px
    }

    .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l, .c15l, .c16l, .c30l, .c45l, .c55l, .c70l, .c85l, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c62r, .c66r, .c75r, .c80r, .c15r, .c16r, .c30r, .c45r, .c55r, .c70r, .c85r {
        width: 100%;
        display: inline-block
    }

    .subcr {
        padding: 0;
        padding-left: 0 !important
    }

    .equalize > div {
        display: inline-block
    }

    #dlh_googlemap_1 {
        width: 320px;
        height: 300px
    }

    #logo {
        margin-top: 20px;
        margin-left: 40px;
        margin-right: 40px;
        z-index: 1
    }

    .wischerBox .image_container {
        width: 30vw;
        position: relative;
        margin-left: auto;
        z-index: 2
    }

    .wischerBox {
        margin-left: inherit;
        margin-right: inherit;
        margin-top: -85px;
        margin-bottom: -70px;
    }

    #container {
        float: none;
        clear: both
    }

    .mod_newslist .image_container {
        width: 250px;
        float: left
    }

    #header {
        height: auto;
        position: relative;
        background-color: #363636;
        background-image: none;
    }

    #header .links,
    #header .rechts {
        display: none;
    }

    #left {
        display: none;
        position: relative;
        background-image: none;
        float: none;
        margin-left: auto;
        width: auto;
        z-index: 1;
    }

    #maincontent {
        margin-top: 0;
    }

    #maincontent .inside {
        padding-left: 0;
        margin: 0;
    }
    .image_container img{
        width:100%;
        height: auto;
    }
    .mobile_logo .image_container img{
        width: inherit;
    }
    .image_container.float_left,
    .image_container.float_right{
        float: none;
    }

    #maincontent .swiper-container {
        width: 100vw;
        height: 50vh;
    }

    .mobile_logo {
        padding: 20px;
        background: #363636;
        text-align: center;
    }

    .mobile_wischer {
        text-align: right;
        margin: auto;
        margin-top: -60px;
        width: 310px;

    }

    .mobile_wischer img {
        width: 120px;
        height: auto;
    }
    #container .swiper-wrapper .ce_text{
        padding-left: 0;
        padding-right: 0;
    }
    #footer {
        position: relative;
        bottom: auto;
        left: auto;
        max-width: none;
    }
    #footer .ce_text p{
        text-align: left !important;
    }

    #footer .inside {
        text-align: left;
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 20px;
        color: #fff8ec;
    }
    .nav_showroom #footer{
        width: auto;
        float: none;
        margin-left: 0;
    }
    .cto_wandmanufaktur .mod_article{
        padding: 20px;
        margin-bottom: 30px;
    }
    .cto_wandmanufaktur.nav_startseite .mod_article{
        padding: 0;
    }
    .ce_youtube iframe,
    .ce_video video,
    .ce_youtube video{
        width: 100%;
    }

}