@charset "utf-8";
/* CSS Document */

body.mceContentBody {
    overflow: auto;
    background-color: #ffffff;
    padding-top: 0;
}

.content {
    font: 300 1em/180% "Open Sans", Arial, Helvetica, "sans-serif";
    color: #574c46;
    padding: 85px 0 0 0;
    width: 100%;
    position: relative;
    float: left;
}

.content ul {
    margin: 0;
    padding: 0;
    display: table;
    list-style: none;
    position: relative;
}

.content li {
    padding-left: 16px;
    padding-bottom: 3px;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.content ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f111 ";
    font-family: "FontAwesome";
    color: #968057;
    font-size: 0.3em;
}
.content a {
    color: #574c46;
}

.content a:hover {
    text-decoration: none;
}
.center {
    text-align: center;
}
.intro .art_element_c {
    text-align: center;
    max-width: 1000px;
}
h1 {
    font: 300 1.25em/150% "Open Sans", Arial, Helvetica, "sans-serif";
    text-transform: uppercase;
    margin: 0;
    padding: 63px 0 0 0;
    letter-spacing: 1px;
    position: relative;
}
.art_headline h1:before {
    width: 52px;
    height: 40px;
    position: absolute;
    left: calc(50% - 26px);
    content: "";
    background: url(../img/icons/blatt.svg) no-repeat center center / 100% auto;
    top: 0;
}
h2 {
    font: 600 2.313em/130% "Open Sans", Arial, Helvetica, "sans-serif";
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h3 {
    font: 400 1.125em/150% "Open Sans", Arial, Helvetica, "sans-serif";
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}
h4 {
    font: 600 1.688em/130% "Open Sans", Arial, Helvetica, "sans-serif";
    margin: 0;
    padding: 0;
}
h5 {
    font: 600 1.25em/140% "Open Sans", Arial, Helvetica, "sans-serif";
    letter-spacing: 1px;
    margin: 0 0 -10px 0;
    padding: 0;
    text-transform: uppercase;
}
h6 {
    font: 600 1em/150% "Open Sans", Arial, Helvetica, "sans-serif";
    color: #967f57;
    margin: 0;
    padding: 0;
}
a.iv,
a.iv_sub {
    position: relative;
    float: left;
}
.art_element.art_gallery a.iv {
    width: 25%;
}
.art_element.art_gallery img.galimg {
    width: 100%;
    height: auto;
}
.art_element.art_gallery.full_width img.galimg,
.full_width .art_element.art_gallery img.galimg {
    padding: 0;
}
a.iv:after,
a.iv_sub:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: radial-gradient(transparent, rgb(60, 60, 60));
    transition: opacity 0.4s ease 0s;
}
a.iv:hover:after,
a.iv_subg:hover:after {
    opacity: 0.2;
}
.highlight {
    background: url(../img/bgs/kachel_braun.jpg) repeat;
    color: #fff;
}
.highlight a {
    color: #fff;
}
.highlight.lightgrey {
    background: #f4f4f4;
    color: #574c46;
}
.highlight.lightgrey a {
    color: #574c46;
}
.art_element.art_button a,
.art_texti_btn a,
.highlight.lightgrey .art_texti_btn a {
    background: #a08b68;
    color: #fff;
    font: 400 1.063em/130% "Open Sans", Arial, Helvetica, "sans-serif";
    padding: 10px 32px;
    border: 2px solid #a08b68;
    transition: all 0.5s;
    text-decoration: none;
}
.art_element.art_button a:hover,
.art_texti_btn a:hover,
.highlight.lightgrey .art_texti_btn a:hover {
    background: none;
    color: #a08b68;
}
.art_element.art_button.outline a,
.outline .art_element.art_button a,
.outline .art_texti_btn a,
.highlight.lightgrey.outline .art_texti_btn a,
.highlight.lightgrey .outline .art_texti_btn a {
    background: none;
    border: 2px solid #574c46;
    color: #574c46;
}
.art_element.art_button.outline a:hover,
.outline .art_element.art_button a:hover,
.outline .art_texti_btn a:hover,
.highlight.lightgrey.outline .art_texti_btn a:hover,
.highlight.lightgrey .outline .art_texti_btn a:hover {
    background: #574c46;
    color: #fff;
}
.highlight.outline .art_texti_btn a,
.highlight .outline .art_texti_btn a,
.highlight.outline .art_element.art_button a,
.highlight .art_element.art_button.outline a {
    border: 2px solid #a08b68;
    color: #a08b68;
    background: none;
}
.highlight.outline .art_texti_btn a:hover,
.highlight .outline .art_texti_btn a:hover,
.highlight.outline .art_element.art_button a:hover,
.highlight .art_element.art_button.outline a:hover {
    color: #fff;
    background: #a08b68;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}
.art_element.prices .art_element_c {
    padding-top: 30px;
}
.art_element.prices .art_element_c:before {
    height: 4px;
    width: calc(100% - 100px);
    left: 50px;
    background: #706654;
    content: "";
    position: absolute;
    top: 0;
}
.art_element.prices .art_headline h3 {
    margin-bottom: 15px;
}
.art_element.prices .art_headline h3:after {
    height: 2px;
    width: 51px;
    background: #968057;
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
}
.art_element.art_group.accitem > .art_element_c {
    max-width: 1100px;
}
.art_element.art_group.accitem > .art_element_c > .art_headline,
.art_element.art_group.accitem > .art_element_c > .art_inner {
    background: #ebebe9;
}
.art_element.art_group.accitem > .art_element_c > .art_headline {
    padding-top: 20px;
}
.preis-table-a {
    font-size: 0.938em;
    text-align: center;
    width: 100%;
    border-spacing: 0;
}
.preis-table-a tr.preislistetop th,
.preis-table-a tr td.trtitle {
    background: #dadad6;
    font-size: 1.067em;
    padding: 12px 20px;
    font-weight: 400;
}
.preis-table-a tr.preislistetop th:first-child {
    text-align: left;
    background: #a2a299;
    color: #fff;
    font-style: normal;
}
.preis-table-a tr td,
.preis-table-a tr th {
    padding: 12px 20px;
    background: #fff;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    font-weight: 400;
}
.preis-table-a tr td:first-child,
.preis-table-a tr th:first-child {
    text-align: left;
    border-left: 1px solid #d6d6d6;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 1024px) {
    .content {
        padding: 30px 0 0 0;
    }
    h1:before {
        width: 45px;
    }
    h1 {
        font-size: 1em;
    }
    h2 {
        font-size: 1.813em;
    }
    .art_element .art_headline > * > span,
    .headline > span {
        margin-bottom: 7px;
    }
}
@media (max-width: 900px) {
    .art_element.art_texti .art_element_c .dv_image_right,
    .art_element.art_texti .art_element_c .dv_image_left {
        order: 1;
    }
    .art_element.art_texti.image_right .art_texti_cont,
    .art_element.art_texti.image_left .art_texti_cont {
        order: 2;
    }
    .art_element.art_texti a.iv,
    a.iv_sub {
        position: static;
        float: none;
    }
    .art_element.highlight {
        padding-top: 12px;
        margin-bottom: 50px;
    }
    .art_element.prices .art_element_c:before {
        display: none;
    }
    .art_element.prices .art_element_c {
        padding-top: 0;
    }
}
@media (max-width: 650px) {
    a.iv,
    a.iv_sub {
        position: static;
        float: none;
    }
    h2 {
        font-size: 1.563em;
    }
    .art_element.prices .art_headline h3:after {
        left: 12px;
        bottom: 15px;
    }
    .art_element.art_group.accitem > .art_element_c > .art_headline {
        padding-top: 15px;
        padding-bottom: 7px;
    }
}
