﻿h2 {
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #b88906
}

@media screen and (min-width: 640px) {
    h2 {
        margin: 10px 0 0 0;
        font-size: 200%;
        margin-left: 75px
    }
}

h4 {
    margin: 5px 0 20px 0
}

@media screen and (min-width: 640px) {
    h4 {
        margin: 5px 0 30px 70px
    }
}

.content .text-box a,
.portraits a {
    text-decoration: underline;
    color: #594539;
    font-weight: bold
}

.content .text-box h3 a {
    text-decoration: none
}

.content .text-box h3 a:hover {
    text-decoration: underline
}

ul.arrow-list li {
    position: relative;
    list-style: none !important;
    left: -8px
}

ul.arrow-list li::before {
    content: "〉";
    font-size: 75%;
    font-weight: bold;
    position: absolute;
    left: -13px
}

.cover {
    position: relative;
    margin-bottom: 20px
}

@media screen and (min-width: 640px) {
    .cover {
        margin-bottom: 40px
    }
}

.cover img {
    margin: 0
}

.cover-wrapper {
    position: relative;
    width: 100%
}

@media screen and (min-width: 1085px) {
    .cover-wrapper {
        top: 18vh;
        position: absolute
    }
}

.cover-container {
    text-align: center;
    width: auto;
    margin: 0 auto;
    width: 100%
}

@media screen and (min-width: 1085px) {
    .cover-container {
        position: relative;
        width: 400px;
        left: 45vw;
        margin: 0
    }
}

.cover-title {
    font-size: 250%;
    background-color: rgba(255, 255, 255, .8);
    padding: .1em .3em;
    line-height: 1em
}

@media screen and (min-width: 980px) {
    .cover-title {
        font-size: 350%;
        left: 25vw
    }
}

.cover-subtitle {
    font-size: 100%;
    background-color: #fff;
    padding: .3em
}

.cover-link {
    font-size: 110%;
    width: 100%;
    margin-top: 5px;
    background-color: #e0130f;
    background-color: #3b0200;
    padding: .5em 0
}

.cover {
    max-width: 942px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media screen and (min-width: 640px) {
    .cover {
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.cover .box {
    max-width: 254px;
    height: 508px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 980px) {
    .cover .box {
        margin-bottom: 50px;
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.cover .box.blue {
    background-color: rgba(167, 191, 218, .9)
}

.cover .box.green {
    background-color: rgba(155, 166, 91, .9)
}

.cover .box.yellow {
    background-color: rgba(210, 173, 21, .9)
}

.cover .box .grid-box {
    height: 254px
}

.cover .box .grid-box .text-box {
    padding: 26px;
    vertical-align: top
}

.container.class-menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

@media screen and (min-width: 1440px) {
    .container.class-menu {
        justify-content: space-between
    }
}

.container.class-menu .thumbnail {
    flex: 0 1 420px;
    margin: 5px 0;
    position: relative
}

@media screen and (min-width: 1280px) {
    .container.class-menu .thumbnail {
        flex: 0 0 auto
    }
}

.container.class-menu .thumbnail .title {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    letter-spacing: .05em
}

.container.class-menu .thumbnail .title h3 {
    display: inline-block;
    font-size: 110%;
    background-color: #222221;
    background-color: rgba(63, 4, 3, .7);
    letter-spacing: .1em;
    margin: 0 auto;
    width: auto
}

.container.class-menu .thumbnail .title h3 a {
    display: block;
    padding: .5em;
    color: #fff
}

.container.class-menu .thumbnail .title .title-link {
    margin: 1em 0;
    font-size: 80%
}

.container.class-menu img {
    max-width: 100%;
    height: auto;
    margin: 5px 0
}

@media screen and (min-width: 1280px) {
    .container.class-menu img {
        max-width: none
    }
}

.container.personen-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.container.personen-menu .thumbnail {
    position: relative;
    flex: 0 0 300px
}

.container.personen-menu .thumbnail a:hover .title-link {
    background-color: #fff !important;
    color: #222221 !important
}

.container.personen-menu .thumbnail img {
    margin: 0
}

@media screen and (min-width: 640px) {
    .container.personen-menu .thumbnail {
        margin: 20px 0
    }

    .container.personen-menu .thumbnail:last-child {
        margin-right: 0
    }
}

.container.personen-menu .thumbnail .title {
    position: absolute;
    bottom: 10px;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.container.personen-menu .thumbnail .title .title-link {
    font-size: 90%;
    background-color: rgba(63, 4, 3, .7);
    margin: 0 auto
}

#team .thumbnail {
    flex: 0 0 200px
}

#team .thumbnail .title {
    width: 100%;
    font-size: 80%
}

.column {
    flex: 0 0 100%;
    margin: 0;
    position: relative;
    top: 0
}

.column p {
    margin: .25em 0;
    padding: .25em 0
}

@media screen and (min-width: 640px) {
    .column {
        flex: 1
    }
}

@media screen and (min-width: 640px) {
    .column.column-left {
        padding-right: 1.5em
    }
}

.column.column-right {
    border: none;
    padding-left: 0
}

@media screen and (min-width: 640px) {
    .column.column-right {
        border-left: 1px solid #222221;
        padding-left: 1.5em
    }
}

.news-single,
.foto-teaser,
.news-teaser {
    margin: 0 0 1em 0;
    padding: 0 0 .5em 0
}

@media screen and (min-width: 980px) {

    .news-single,
    .foto-teaser,
    .news-teaser {
        margin: 0 0 2em 0;
        padding: 0 0 1em 0
    }
}

.news-single h2,
.foto-teaser h2,
.news-teaser h2 {
    margin: 0
}

.news-single:last-child,
.foto-teaser:last-child,
.news-teaser:last-child {
    border: none
}

.galerie img {
    margin: 15px 30px 15px 0
}

.pagelist ul {
    overflow: hidden;
    font-size: 120%;
    margin: 20px 0
}

.pagelist ul li {
    float: left;
    margin-right: 2em
}

.pagelist ul li a {
    text-decoration: underline !important;
    padding: .5em
}

.pagelist ul li.current a {
    text-decoration: none !important;
    cursor: default;
    border: 1px solid #999
}

.foto-teaser .column-left {
    flex: 1 1 960px;
    padding-right: 0
}

.foto-teaser .column-right {
    margin: 0;
    position: relative;
    flex: 1;
    border-left: none
}

@media screen and (min-width: 1085px) {
    .foto-teaser .column-right {
        flex: 0 0 300px;
        border-left: 1px solid #222221;
        padding-left: 10px
    }
}

.foto-teaser .button-large {
    position: relative;
    bottom: 0
}

@media screen and (min-width: 1280px) {
    .foto-teaser .button-large {
        position: absolute
    }
}

.artists .flex-wrapper {
    position: relative;
    bottom: 0;
    width: 100%
}

@media screen and (min-width: 1280px) {
    .artists .flex-wrapper {
        position: absolute
    }
}

.artists .button-large {
    flex: 1
}

#absolventen .single-back-button {
    margin-bottom: 1em
}

.iframe {
    position: relative;
    width: 1350px;
    height: 700px
}

.iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none
}

.blog {
    max-width: 1214px;
    background-color: rgba(255, 255, 255, .8);
    margin: 0 auto;
    justify-content: space-around;
    align-content: space-between;
    box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
}

.blog .wrapper {
    border: none
}

.blog .box {
    padding: 0 10px;
    max-width: 60em
}

@media screen and (min-width: 1280px) {
    .blog .box {
        padding: 2em 5em
    }
}

.blog .box .text-box {
    padding: 0 !important
}

.blog .box .text-box hr {
    display: none
}

@media screen and (min-width: 1280px) {
    .blog .box .text-box hr {
        display: block;
        border: none;
        background-color: rgba(0, 0, 0, 0);
        border-top: 1px dotted #000;
        z-index: 100
    }
}

.blog .box h3 {
    font-size: 160%;
    color: #b88906;
    line-height: 1.1em;
    margin: .5em 0 .25em 0
}

@media screen and (min-width: 1280px) {
    .blog .box h3 {
        font-size: 200%;
        line-height: 1.2em
    }
}

.blog .box h3 a {
    color: #b88906
}

.blog .box p {
    padding: 0 0 1em 0;
    border-bottom: 1px dotted #222221;
    width: 100%
}

.blog .box .weiter-link {
    text-decoration: underline !important
}

.blog.single p {
    margin: .3em 0 1em 0;
    border: none !important;
    padding: .25em 0
}

.blog.single h1 {
    font-size: 200%;
    line-height: 1.1em;
    letter-spacing: 0 !important;
    text-align: left
}

.blog.single img {
    margin: .5em 0 .75em 0;
    max-width: 100%;
    height: auto
}

.blog.single ul {
    list-style-type: disc;
    margin: 1em 0 1em 20px
}

.blog .image-wrapper {
    width: fit-content;
    max-width: 480px
}

.blog .image-wrapper img {
    border: 1px solid #222221;
    margin: none
}

.blog .image-wrapper img.noborder img {
    border: none
}

.blog .portraits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column
}

@media screen and (min-width: 480px) {
    .blog .portraits {
        flex-direction: row
    }
}

.blog .portraits img {
    display: block;
    margin: 0 auto 15px auto !important;
    text-align: center
}

.blog .portraits ul {
    margin: 1em 0 1em 0 !important;
    list-style: none !important
}

@media screen and (min-width: 980px) {
    .blog .portraits ul {
        margin-top: 1.5em
    }
}

.blog .portraits ul img {
    max-width: none
}

.blog .portraits ul li {
    display: none;
    text-align: center
}

@media screen and (min-width: 980px) {
    .blog .portraits ul li {
        display: inherit
    }
}

.blog .portraits ul li:nth-child(2) {
    display: inherit
}

.blog.liebes-auftragsbuch img {
    margin-right: 20px
}

.projekte {
    max-width: 1000px;
    font-size: 17px;
    align-content: start
}

@media screen and (min-width: 980px) {
    .projekte {
        justify-content: space-between
    }
}

.projekte .box {
    flex: 0 1 auto;
    flex-wrap: wrap;
    display: flex;
    background-color: #a7bfda;
    margin-bottom: 10px;
    padding: 0;
    align-content: flex-start
}

@media screen and (min-width: 640px) {
    .projekte .box {
        flex: 0 1 460px;
        height: 230px;
        margin-bottom: 50px;
        background-color: rgba(167, 191, 218, .8);
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.projekte .box img {
    max-width: 100%;
    height: auto
}

.projekte .box img:hover {
    opacity: .9
}

.projekte .box .grid-box {
    flex: 1;
    height: 100%;
    height: auto;
    position: relative
}

.projekte .box .grid-box .projekt-button {
    display: none
}

@media screen and (min-width: 980px) {
    .projekte .box .grid-box .projekt-button {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 60px;
        margin: 0 auto;
        padding: .2em .5em;
        background-color: #5f8bbc;
        z-index: 9999;
        font-size: 90%;
        font-style: italic
    }

    .projekte .box .grid-box .projekt-button a {
        color: #ebebeb
    }

    .projekte .box .grid-box .projekt-button a:hover {
        text-decoration: none
    }

    .projekte .box .grid-box .projekt-button:hover {
        background-color: #6891c0
    }
}

.projekte .box .grid-box p {
    padding: 25px 15px 25px 25px;
    margin: 0
}

.projekt-details {
    max-width: 1214px;
    position: relative;
    justify-content: space-around;
    align-content: space-between;
    margin-bottom: 10px
}

@media screen and (min-width: 1280px) {
    .projekt-details {
        justify-content: space-between;
        height: 607px;
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.projekt-details .projekt-button {
    display: none
}

@media screen and (min-width: 980px) {
    .projekt-details .projekt-button {
        display: block;
        position: absolute;
        bottom: 20px;
        margin: 0 auto;
        padding: .2em .5em;
        background-color: #7198c3;
        z-index: 9999;
        width: 160px;
        font-style: italic
    }

    .projekt-details .projekt-button a {
        color: #f2f2f2
    }

    .projekt-details .projekt-button a:hover {
        text-decoration: none
    }
}

.projekt-details .box {
    margin-bottom: 0;
    height: auto;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    box-shadow: none
}

@media screen and (min-width: 640px) {
    .projekt-details .box {
        justify-content: flex-end
    }

    .projekt-details .box.full-width {
        flex-basis: 100%
    }
}

@media screen and (min-width: 1280px) {
    .projekt-details .box {
        flex: 0 1 607px;
        min-height: 607px;
        align-content: space-between
    }
}

.projekt-details .box.image {
    padding: 10px 5px 10px 10px;
    order: 2;
    justify-content: center
}

@media screen and (min-width: 640px) {
    .projekt-details .box.image {
        justify-content: flex-end
    }
}

@media screen and (min-width: 1280px) {
    .projekt-details .box.image {
        justify-content: space-between;
        padding: 0
    }
}

.projekt-details .box.image .image-box {
    flex: 0 1 197px;
    height: 197px;
    margin: 0 8px 8px 0
}

.projekt-details .box.image .image-box img:hover {
    opacity: .9
}

@media screen and (min-width: 1280px) {
    .projekt-details .box.image .image-box img {
        height: 197px
    }
}

@media screen and (min-width: 1280px) {
    .projekt-details .box.image .image-box {
        margin: 0
    }
}

.projekt-details .box.text {
    padding: 0 10px;
    order: 1
}

@media screen and (min-width: 1280px) {
    .projekt-details .box.text {
        justify-content: space-between;
        padding: 0;
        order: 2
    }
}

.projekt-details .box.text .text-box {
    padding: 10px 5px 5px 5px;
    hyphens: auto
}

@media screen and (min-width: 480px) {
    .projekt-details .box.text .text-box {
        padding-top: 20px
    }
}

@media screen and (min-width: 1280px) {
    .projekt-details .box.text .text-box {
        padding: 30px 80px 30px 50px
    }
}

.holz-leben {
    max-width: 1214px;
    background-color: #b3d471;
    background: none
}

@media screen and (min-width: 480px) {
    .holz-leben {
        justify-content: space-between;
        background-color: rgba(179, 212, 113, .75);
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.holz-leben .wrapper {
    display: flex;
    flex-direction: column-reverse
}

@media screen and (min-width: 1280px) {
    .holz-leben .wrapper {
        flex-direction: row;
        padding: 30px 0;
        flex-wrap: wrap;
        border-bottom: 2px dotted #000
    }
}

@media screen and (min-width: 980px) {
    .holz-leben .wrapper:first-child {
        padding-top: 50px
    }

    .holz-leben .wrapper:last-child {
        padding-bottom: 50px;
        border: none
    }
}

.holz-leben .box {
    justify-content: center
}

@media screen and (min-width: 640px) {
    .holz-leben .box {
        width: 607px;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 607px
    }
}

.holz-leben .box img {
    max-width: 100%;
    height: auto;
    display: none
}

.holz-leben .box img:nth-child(1) {
    display: block
}

@media screen and (min-width: 640px) {
    .holz-leben .box img {
        width: auto;
        display: block
    }
}

@media screen and (min-width: 480px) {
    .holz-leben .box.grid-1 {
        display: table;
        width: auto
    }
}

.holz-leben .box.flex-1 {
    display: block
}

.holz-leben .box.flex-1 img {
    float: left
}

.holz-leben .box.flex-1 :first-child {
    margin: 4px 8px 4px 0
}

.holz-leben .box.flex-1 :nth-child(2) {
    margin: 4px 0 8px 0
}

.holz-leben .box.flex-1 :nth-child(3) {
    margin: 4px 0 0 8px
}

@media screen and (min-width: 480px) {
    .holz-leben .box.flex-1 :nth-child(3) {
        margin: 0;
        padding: 0
    }
}

.holz-leben .box.flex-2 img {
    float: left
}

.holz-leben .box.flex-2 :first-child {
    margin: 4px 4px 4px 0
}

.holz-leben .box.flex-2 :nth-child(2) {
    margin: 4px 0 4px 4px
}

.holz-leben .box.flex-2 :nth-child(3) {
    margin: 4px 8px 0 0
}

.holz-leben .box.flex-2 :last-child {
    margin-top: 4px
}

.holz-leben .box.flex-3 img {
    float: left
}

.holz-leben .box.flex-3 :first-child {
    margin: 4px 4px 4px 0
}

.holz-leben .box.flex-3 :nth-child(2) {
    margin: 4px 0 4px 4px
}

.holz-leben .box.flex-3 :last-child {
    margin-top: 4px
}

.holz-leben .box.flex-4 img {
    float: left
}

.holz-leben .box.flex-4 :first-child {
    margin: 4px 4px 4px 0
}

.holz-leben .box.flex-4 :nth-child(2) {
    margin: 4px 0 4px 4px
}

.holz-leben .box.flex-4 :nth-child(3) {
    margin: 4px 8px 0 0
}

.holz-leben .box.flex-4 :last-child {
    margin-top: 4px
}

.holz-leben .box.flex-5 img {
    float: left
}

.holz-leben .box.flex-5 :first-child {
    margin: 4px 4px 4px 0
}

.holz-leben .box.flex-5 :nth-child(2) {
    margin: 4px 0 4px 4px
}

.holz-leben .box.flex-5 :nth-child(3) {
    margin: 4px 0 0 4px
}

.holz-leben .box.flex-5 :last-child {
    margin-top: 4px
}

.text-box {
    padding: 20px 20px 15px 10px
}

@media screen and (min-width: 1280px) {
    .text-box {
        padding: 0 80px 0 50px
    }
}

.kundenstimmen {
    max-width: 1214px;
    justify-content: space-around;
    align-content: space-between;
    background-color: #fff
}

@media screen and (min-width: 640px) {
    .kundenstimmen {
        background-color: #f8f1eb
    }
}

@media screen and (min-width: 640px) {
    .kundenstimmen {
        justify-content: space-between
    }
}

@media screen and (min-width: 1280px) {
    .kundenstimmen {
        background-color: rgba(248, 241, 235, .85);
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.kundenstimmen h2 {
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #b88906;
    margin-top: 10px
}

@media screen and (min-width: 1280px) {
    .kundenstimmen h2 {
        margin: 10px 0 0 0;
        font-size: 200%;
        margin-left: 75px
    }
}

.kundenstimmen h4 {
    margin: 5px 0 0 0
}

@media screen and (min-width: 640px) {
    .kundenstimmen h4 {
        margin: 5px 0 20px 75px
    }
}

.kundenstimmen .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 2px dotted #000;
    flex-wrap: wrap
}

@media screen and (min-width: 480px) {
    .kundenstimmen .wrapper {
        border-bottom: 2px dotted #000
    }
}

.kundenstimmen .wrapper:nth-child(even) {
    flex-direction: column-reverse
}

@media screen and (min-width: 1280px) {
    .kundenstimmen .wrapper {
        flex-direction: row;
        margin-bottom: 35px
    }

    .kundenstimmen .wrapper:nth-child(even) {
        flex-direction: row
    }
}

.kundenstimmen .wrapper.last-child {
    border-bottom: none;
    padding-bottom: 0
}

@media screen and (min-width: 640px) {
    .kundenstimmen .wrapper.last-child {
        padding-bottom: 20px
    }
}

.kundenstimmen .box {
    position: relative;
    flex: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 50em;
    padding: 0 0 15px 0
}

.kundenstimmen .box.full-width {
    flex: 1 1 1214px;
    max-width: none !important
}

@media screen and (min-width: 640px) {
    .kundenstimmen .box {
        flex-direction: row
    }
}

@media screen and (min-width: 1280px) {
    .kundenstimmen .box {
        flex: 1 1 607px;
        padding-top: 15px
    }

    .kundenstimmen .box.first-box {
        margin-top: 60px
    }
}

.kundenstimmen .box.image {
    justify-content: space-around;
    margin-bottom: 5px
}

@media screen and (min-width: 1280px) {
    .kundenstimmen .box.image {
        padding: 20px 0 30px 0;
        justify-content: space-between
    }
}

.kundenstimmen .box.image img {
    margin: 0;
    max-width: 100%;
    height: auto
}

@media screen and (min-width: 640px) {
    .kundenstimmen .box.image img {
        height: none
    }
}

.kundenstimmen .box.image :nth-child(2) {
    display: none
}

@media screen and (min-width: 640px) {
    .kundenstimmen .box.image :nth-child(2) {
        display: block
    }
}

.kundenstimmen .box .text-box {
    padding: 20px 0 0 0
}

@media screen and (min-width: 640px) {
    .kundenstimmen .box .text-box {
        padding: 0 80px 30px 50px;
        z-index: 100
    }
}

@media screen and (min-width: 640px)and (min-width: 1280px) {
    .kundenstimmen .box .text-box {
        padding-top: 60px
    }
}

@media screen and (min-width: 640px) {
    .kundenstimmen .box .text-box.first-box p {
        padding-top: 0
    }
}

.notenschluessel {
    background-image: none
}

@media screen and (min-width: 1280px) {
    .notenschluessel {
        background-image: url("../images/kundenstimmen/notenschluessel_kundenstimmen_medium.png");
        position: absolute;
        left: 50px;
        top: 20px;
        width: 200px;
        height: 356px;
        z-index: 10
    }
}

.kontakt {
    max-width: 1214px;
    margin: 0 auto;
    background-color: #d2ad15;
    position: relative;
    height: auto;
    letter-spacing: 0;
    line-height: 130%
}

@media screen and (min-width: 1280px) {
    .kontakt {
        background-color: rgba(210, 173, 21, .8);
        height: 1600px;
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.kontakt p {
    margin: .6em 0
}

@media screen and (min-width: 980px) {
    .kontakt p {
        margin-right: 607px
    }
}

.kontakt .text {
    padding: 10px;
    top: 0;
    position: relative
}

@media screen and (min-width: 980px) {
    .kontakt .text {
        padding: 50px
    }
}

.kontakt #map {
    display: none
}

.kontakt #map a {
    display: block;
    cursor: pointer
}

.kontakt #map img {
    max-width: 100%;
    height: auto
}

@media screen and (min-width: 980px) {
    .kontakt #map {
        display: inline-block;
        margin-right: 30px;
        position: relative;
        max-width: 607px;
        line-height: 0;
        z-index: 1000;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0
    }
}

.kontakt .full-length {
    margin-right: 0
}

.kontakt:last-child {
    border: none
}

@media screen and (min-width: 640px) {
    .kontakt {
        justify-content: space-between
    }
}

#background-wrapper {
    left: 0;
    top: 0;
    max-width: 1214px;
    height: auto;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    position: relative
}

@media screen and (min-width: 1280px) {
    #background-wrapper {
        position: absolute;
        height: 1300px
    }
}

#kontakt-wrapper {
    position: relative;
    height: auto;
    width: 1214px;
    z-index: 5
}

@media screen and (min-width: 1280px) {
    #kontakt-wrapper {
        position: absolute;
        background-image: url("../images/kontakt/grosses_e_kontakte.png");
        background-color: rgba(0, 0, 0, 0);
        background-repeat: no-repeat;
        height: 1000px;
        opacity: .2
    }
}

.holz-100 {
    max-width: 1214px;
    background-color: #f8f1eb;
    background: none
}

@media screen and (min-width: 480px) {
    .holz-100 {
        justify-content: space-between;
        background-color: rgba(248, 241, 235, .75);
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.holz-100 .box {
    justify-content: center;
    max-width: 607px
}

.holz-100 .box.image {
    justify-content: space-between
}

.holz-100 .box img {
    max-width: 100%;
    height: auto
}

.holz-100 .box p.textabsatz {
    margin-top: 15px
}

.holz-100 .box p.textabsatz:last-child {
    margin-bottom: 20px
}

@media screen and (min-width: 480px) {
    .holz-100 .box p.textabsatz {
        margin-top: 40px
    }

    .holz-100 .box p.textabsatz:last-child {
        margin-bottom: 60px
    }
}

.holz-100 .box i {
    font-style: normal;
    font-size: 85%
}

.holz-100 .box ul {
    position: relative;
    list-style: none;
    left: 13px
}

.holz-100 .box li::before {
    content: "〉";
    font-size: 75%;
    font-weight: bold;
    position: absolute;
    left: -13px
}

@media screen and (min-width: 640px)and (min-width: 980px) {
    .holz-100 .box img.single {
        position: relative;
        right: 5px
    }

    .holz-100 .box:first-child {
        padding-top: 50px
    }

    .holz-100 .box:nth-child(even) {
        margin-right: -5px
    }

    .holz-100 .box:nth-child(5) {
        margin-top: -40px
    }

    .holz-100 .box:last-child {
        margin: -5px 0 60px 0;
        border: none
    }
}

.holz-100 .box.composit {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media screen and (min-width: 640px) {
    .holz-100 .box.composit {
        flex-direction: row
    }
}

.holz-100 .box.composit img {
    margin-bottom: 8px
}

.holz-100 .box.composit img:nth-child(2),
.holz-100 .box.composit img:nth-child(3),
.holz-100 .box.composit img:nth-child(6),
.holz-100 .box.composit img:nth-child(7) {
    display: none
}

@media screen and (min-width: 640px) {

    .holz-100 .box.composit img:nth-child(2),
    .holz-100 .box.composit img:nth-child(3),
    .holz-100 .box.composit img:nth-child(6),
    .holz-100 .box.composit img:nth-child(7) {
        display: inherit
    }
}

.text-box {
    padding: 20px 20px 15px 10px
}

@media screen and (min-width: 1280px) {
    .text-box {
        padding: 0 80px 0 50px
    }
}

.holz-stroh-lehm {
    max-width: 1214px;
    background-color: #f8f1eb;
    background: none
}

@media screen and (min-width: 480px) {
    .holz-stroh-lehm {
        justify-content: space-between;
        background-color: rgba(248, 241, 235, .75);
        box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
    }
}

.holz-stroh-lehm .box {
    justify-content: space-between;
    max-width: 607px
}

.holz-stroh-lehm .box.image {
    align-content: space-end
}

.holz-stroh-lehm .box img {
    max-width: 100%;
    height: auto
}

.holz-stroh-lehm .box img:nth-child(1) {
    margin-top: 5px
}

.holz-stroh-lehm .box img:nth-child(even) {
    margin-right: 4px;
    margin-bottom: 3px
}

.holz-stroh-lehm .box img:nth-child(odd) {
    margin-bottom: 2px
}

.holz-stroh-lehm .box p.textabsatz {
    margin-top: 15px
}

.holz-stroh-lehm .box p.textabsatz:last-child {
    margin-bottom: 20px
}

@media screen and (min-width: 480px) {
    .holz-stroh-lehm .box p.textabsatz {
        margin-top: 40px
    }

    .holz-stroh-lehm .box p.textabsatz:last-child {
        margin-bottom: 60px
    }
}

.holz-stroh-lehm .box i {
    font-style: normal;
    font-size: 85%
}

.holz-stroh-lehm .box ul.arrow-list li {
    position: relative;
    list-style: none !important;
    left: 13px
}

@media screen and (min-width: 640px)and (min-width: 980px) {
    .holz-stroh-lehm .box img.single {
        position: relative;
        right: 5px
    }

    .holz-stroh-lehm .box:first-child {
        padding-top: 50px
    }

    .holz-stroh-lehm .box:nth-child(even) {
        margin-right: -5px
    }

    .holz-stroh-lehm .box:nth-child(5) {
        margin-top: -40px
    }

    .holz-stroh-lehm .box:last-child {
        margin: -5px 0 60px 0;
        border: none
    }
}

.holz-stroh-lehm .box.composit {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

@media screen and (min-width: 640px) {
    .holz-stroh-lehm .box.composit {
        flex-direction: row
    }
}

.holz-stroh-lehm .box.composit img {
    margin-bottom: 8px
}

.holz-stroh-lehm .box.composit img:nth-child(2),
.holz-stroh-lehm .box.composit img:nth-child(3),
.holz-stroh-lehm .box.composit img:nth-child(6),
.holz-stroh-lehm .box.composit img:nth-child(7) {
    display: none
}

@media screen and (min-width: 640px) {

    .holz-stroh-lehm .box.composit img:nth-child(2),
    .holz-stroh-lehm .box.composit img:nth-child(3),
    .holz-stroh-lehm .box.composit img:nth-child(6),
    .holz-stroh-lehm .box.composit img:nth-child(7) {
        display: inherit
    }
}

.text-box {
    padding: 20px 20px 15px 10px
}

@media screen and (min-width: 1280px) {
    .text-box {
        padding: 0 80px 0 50px
    }
}

p.headline-arrow-list {
    margin-bottom: 0 !important;
    font-weight: bold
}

p+ul.arrow-list {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 2em
}

.footer {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #222221;
    padding: 1em 0
}

.footer img {
    margin: 0
}

.footer ul {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 480px) {
    .footer ul {
        flex-wrap: nowrap
    }
}

.footer ul li {
    letter-spacing: .1em;
    text-align: center
}

.footer ul li a {
    display: block;
    padding: 5px;
    margin-right: 10px;
    text-decoration: none
}

.footer-nav {
    justify-content: flex-start
}

.footer-nav li {
    flex: 0 0 160px
}

.footer-nav li:first-child {
    text-align: left
}

.social-nav {
    justify-content: flex-end
}

.social-nav li {
    flex: 0 0 30px
}

.social-nav li:last-child {
    text-align: right
}

#link-datenschutz {
    text-align: center;
    font-size: 16px
}

.wp-caption {
    width: initial !important;
    max-width: 100% !important
}

.wp-caption.alignleft {
    float: left
}

.wp-caption img.size-large,
.wp-caption img.size-article_big {
    float: none;
    margin-bottom: 0
}

img.size-large,
img.size-article_big {
    float: none;
    display: block;
    margin: 20px 0
}

@media screen and (min-width: 980px) {

    img.size-large,
    img.size-article_big {
        margin: 30px 0
    }
}

.wp-caption-text {
    font-size: 75%;
    text-align: center
}

hr {
    display: block;
    clear: both;
    height: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0)
}

* {
    margin: 0;
    padding: 0
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #3a2d25;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon1 span:nth-child(1) {
    top: 0px
}

#nav-icon1 span:nth-child(2) {
    top: 16px
}

#nav-icon1 span:nth-child(3) {
    top: 32px
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

#nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #d3531a;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0
}

#nav-icon2 span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px
}

#nav-icon2 span:nth-child(1),
#nav-icon2 span:nth-child(2) {
    top: 0px
}

#nav-icon2 span:nth-child(3),
#nav-icon2 span:nth-child(4) {
    top: 18px
}

#nav-icon2 span:nth-child(5),
#nav-icon2 span:nth-child(6) {
    top: 36px
}

#nav-icon2.open span:nth-child(1),
#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon2.open span:nth-child(2),
#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px
}

#nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px
}

#nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0
}

#nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0
}

#nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px
}

#nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px
}

#nav-icon3 span:nth-child(1) {
    top: 0px
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 18px
}

#nav-icon3 span:nth-child(4) {
    top: 36px
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px
}

html {
    margin-left: calc(100vw - 100%);
    overflow-y: scroll
}

html>* {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Mukta Regular, sans-serif;
    font-size: 17px;
    color: #222221;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -webkit-text-size-adjust: none
}

h1,
h2,
h3,
h4,
h5,
h6,
.sub-headline,
button,
.button,
table,
header,
.aside,
.pagelist,
footer,
.breadcrumb,
.wp-pagenavi,
.single-back-button,
.yrc-content {
    font-weight: normal
}

h1 {
    font-size: 250%;
    letter-spacing: .5em;
    margin: .5em 0;
    text-align: center
}

@media screen and (min-width: 980px) {
    h1 {
        margin: 1em 0;
        font-size: 400%
    }
}

h2 {
    font-size: 200%;
    line-height: 1.1em
}

h2.single-post {
    margin-top: 1em
}

@media screen and (min-width: 980px) {
    h2 {
        font-size: 230%
    }
}

h3 {
    font-size: 135%;
    margin: 0 0 .5em 0;
    line-height: 1.3em;
    font-weight: bold
}

h4 {
    font-size: 95%
}

p {
    margin: .25em 0;
    padding: .25em 0
}

p.error {
    color: red;
    font-size: 120%
}

a {
    text-decoration: none
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

a {
    color: #222221
}

a:hover {
    text-decoration: underline
}

hr {
    margin: 15px 0;
    border: 1px dotted #222221;
    height: 0
}

clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px
}

.button {
    border: none;
    font-size: 100%;
    background-color: #222221;
    color: #fff !important;
    padding: .5em;
    letter-spacing: .1em;
    margin: 1em .5em .5em 0;
    display: inline-block
}

.button a {
    display: block;
    padding: .5em;
    color: #fff
}

.button-large {
    background-color: #8a0c09;
    width: 100%
}

.tel {
    border: none;
    font-size: 100%;
    background-color: #3a2d25;
    padding: .5em;
    margin: 1em .5em .5em 0;
    display: inline-block;
    color: #fff;
    border: 1px solid #f4df8c
}

@media screen and (min-width: 980px) {
    .tel {
        color: #222221;
        background-color: rgba(58, 45, 37, .1);
        margin: 0
    }
}

.tel a {
    line-height: 2em;
    padding: .5em;
    color: #fff
}

@media screen and (min-width: 980px) {
    .tel a {
        color: #222221;
        text-decoration: underline
    }
}

sup,
sub {
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: -0.4em
}

sub {
    top: .4em
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff
}

#preloader .icon-preloader {
    position: relative;
    top: 40%;
    left: 40%;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 0px;
    border-radius: 100%;
    border: 2px solid;
    border-top-color: rgba(0, 0, 0, .65);
    border-bottom-color: rgba(0, 0, 0, .65);
    border-left-color: rgba(0, 0, 0, .15);
    border-right-color: rgba(0, 0, 0, .15);
    -webkit-animation: icon-preloader .8s ease-in-out infinite alternate;
    animation: icon-preloader .8s ease-in-out infinite alternate
}

@keyframes icon-preloader {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes icon-preloader {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.mobile-invisible {
    display: none
}

@media screen and (min-width: 1280px) {
    .mobile-invisible {
        display: default
    }
}

.header {
    background-color: #d2ad15;
    width: 100%;
    max-height: 152px
}

.header .header-container {
    max-width: 1214px;
    margin: 0 auto;
    overflow: hidden
}

.header .header-container div {
    float: left
}

#logo {
    background-color: #fff
}

@media screen and (min-width: 640px) {
    #logo {
        padding: 0
    }
}

#logo img {
    max-width: 100%;
    height: auto
}

@media screen and (min-width: 640px) {
    #logo img {
        background-color: #fff
    }
}

#claim {
    display: none
}

@media screen and (min-width: 1085px) {
    #claim {
        display: block
    }
}

#notenschluessel {
    display: none
}

@media screen and (min-width: 1440px) {
    #notenschluessel {
        display: block;
        position: absolute;
        right: 12vw;
        top: 15px
    }
}

@media screen and (min-width: 980px) {
    .top-nav {
        color: #3a2d25;
        background-color: #fff;
        box-shadow: 0px 12px 10px -1px rgba(0, 0, 0, .2)
    }
}

.top-nav .top-nav-container {
    max-width: 1214px;
    margin: 10px auto 0 auto;
    padding-right: 0
}

@media screen and (min-width: 980px) {
    .top-nav .top-nav-container {
        margin: 0 auto
    }
}

@media screen and (min-width: 980px) {
    .top-nav ul {
        width: 100%;
        display: flex;
        justify-content: start
    }
}

.top-nav ul li {
    flex: 0 0 auto;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .08em;
    font-size: 15.5px;
    padding-bottom: 1px
}

@media screen and (min-width: 980px) {
    .top-nav ul li {
        text-align: left;
        margin: 0 21px 0 2px
    }

    .top-nav ul li:first-child {
        position: relative;
        left: -5px
    }
}

.top-nav ul li a {
    display: block;
    height: 26px;
    padding: 4px;
    color: #e6e6e6;
    background-color: #3a2d25
}

@media screen and (min-width: 980px) {
    .top-nav ul li a {
        text-transform: uppercase;
        color: #3a2d25;
        background-color: rgba(0, 0, 0, 0)
    }
}

#nav-icon3 {
    display: block;
    flex: 0 0 60px;
    margin: 10px auto;
    display: none
}

@media screen and (min-width: 980px) {
    #nav-icon3 {
        display: none
    }
}

#nav-icon3.open+.top-nav {
    display: flex
}

.cover .top-nav a#cover {
    font-weight: bold
}

.projekte .top-nav a#projekte {
    font-weight: bold
}

.holz-leben .top-nav a#holz-leben {
    font-weight: bold
}

.kundenstimmen .top-nav a#kundenstimmen {
    font-weight: bold
}

.blog .top-nav a#blog {
    font-weight: bold
}

.holz-100 .top-nav a#holz-100 {
    font-weight: bold
}

.contact .top-nav a#kontakt {
    font-weight: bold
}

.blog-container .top-nav a#news {
    font-weight: bold
}

body {
    margin: 0 10px;
    background-color: #fff
}

@media screen and (min-width: 1280px) {
    body {
        background-color: #d2d2d2;
        margin: 0
    }
}

.canvas {
    max-width: 1600px;
    margin: 0 auto;
    min-height: 1400px;
    background-image: none;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    background-image: none
}

@media screen and (min-width: 1280px) {
    .canvas {
        padding-bottom: 200px
    }

    .canvas.cover {
        background-image: url("../images/cover/bg_cover.jpg");
        background-repeat: no-repeat
    }

    .canvas.projekte {
        background-image: url("../images/projekte/bg_projekte.jpg")
    }

    .canvas.holz-leben {
        background-image: url("../images/holz_leben/bg_holz_leben.jpg")
    }

    .canvas.kundenstimmen {
        background-image: url("../images/kundenstimmen/bg_kundenstimmen.jpg")
    }

    .canvas.contact {
        background-image: url("../images/kontakt/bg_kontakt.jpg")
    }

    .canvas.holz-100 {
        background-image: url("../images/holz100/bg_holz_100.jpg")
    }

    .canvas.blog {
        background-image: url("../images/blog/bg_blog.jpg")
    }

    .canvas.holz-stroh-lehmbau {
        background-image: url("../images/holz_stroh_lehmbau/bg_holz_stroh_lehmbau.jpg")
    }
}

.main {
    position: relative;
    top: 10px
}

@media screen and (min-width: 980px) {
    .main {
        top: 100px
    }
}

@media screen and (min-width: 1280px) {
    .main {
        top: 163px
    }
}

.content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    line-height: 130%;
    animation-duration: 1s;
    animation-name: fadeIn
}

@media screen and (min-width: 640px) {
    .content {
        flex-direction: row;
        flex-wrap: wrap
    }
}

.content .empty {
    display: none
}

@media screen and (min-width: 1280px) {
    .content .empty {
        display: inherit
    }
}

@keyframes fadeIn {
    from {
        opacity: .1
    }

    to {
        opacity: 1
    }
}

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #a7bfda
}

#lbCenter {
    box-shadow: 0 0 50px 25px rgba(51, 51, 51, .25)
}

.lbLoading {
    background: #fff url(loading.gif) no-repeat center
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 8px solid #a7bfda;
    background-repeat: no-repeat
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none
}

#lbPrevLink {
    left: 0
}

#lbPrevLink:hover {
    background: rgba(0, 0, 0, 0) url(prevlabel.gif) no-repeat 0 15%
}

#lbNextLink {
    right: 0
}

#lbNextLink:hover {
    background: rgba(0, 0, 0, 0) url(nextlabel.gif) no-repeat 100% 15%
}

#lbBottom {
    font-size: 17px;
    color: #111;
    line-height: 1.4em;
    text-align: left;
    border: 8px solid #a7bfda;
    border-top-style: none
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: rgba(0, 0, 0, 0) url(closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none
}

#lbCaption,
#lbNumber {
    margin-right: 71px
}

#lbCaption {
    font-weight: bold
}

.html5-elem-wrap {
    background-color: #a7bfda !important;
    font-family: Mukta Regular, sans-serif !important
}

#html5-watermark {
    display: none !important
}

.html5-elem-data-box {
    background-color: #a7bfda !important
}

.html5-title {
    font-family: Mukta Regular, sans-serif !important
}

#html5-lightbox-overlay {
    opacity: 0 !important
}

/*# sourceMappingURL=main.css.map */