/*******************************************************************************
********************************************************************************
*************************  Styles by Dockschiff Digital  ***********************
********************************************************************************
*******************************************************************************/

/*******************************************************************************
***** General Styles
*******************************************************************************/

body { font-family: "Source Sans 3", Arial, Helvetica, sans-serif; color:#000000; font-size:16px; font-weight: 400; background: #DEE4E0; height:auto; line-height: 1.6; }
html { scroll-behavior: smooth; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: "Cormorant Garamond", Georgia, Lucida Bright, serif; font-weight:500; margin-bottom: 20px; margin-top: 30px; }
.h1, h1 { font-size: 45px; margin-top: 0px; margin-bottom: 40px; }
h2.page-title { margin-top: 0px; }

.bg-white { background-color: #ffffff; }
.bg-graublau { background-color: #DEE4E0; }
.bg-hellbraun { background-color: #C09B82; }
.bg-dunkelbraun { background-color: #6B5840; }
.bg-dunkelgruen { background-color: #42442D; }
.bg-hellgruen { background-color: #999B89; }
.bg-hellbeige { background-color: #E5DAC8; }

.missing { padding: 80px 0; font-size: 30px; text-align: center; text-transform: uppercase; color: red; border: 1px dotted red;margin: 50px 0; }
.ei { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px, 1px, 1px, 1px); }
#four-icon { font-size: 10em; }

/* Links and Buttons and Defaults */
a { color:#000000; text-decoration: underline; text-underline-offset: 0.4em; }
a:hover { cursor: pointer; opacity:0.7; color:#000000; -moz-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
a:focus, a:hover { color:#000000; cursor: pointer; }
span.hervorheben { color: #D35F00; }

.btn { font-family: "Source Sans 3", Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 16px; font-weight: 400; line-height: 2.3; display: inline-block; text-decoration: none; z-index: 1 }
a.btn:hover { opacity: 1; }
.btn:hover .btn-slide-show-text1 {  margin-left: 65px; opacity: 1; }
.btn-down {  border: none;  outline: none;  background: none;  text-align: center;  display: inline-block;  width: 220px;  height: 40px;  margin: 30px 0;  position: relative;  overflow: hidden;  transition: color 0.5s;}
.btn-down::before {  content: "";  position: absolute;  z-index: -1;  height: 200px;  width: 290px;  border-radius: 50%;  bottom: 100%;  left: -30px;  transition: 0.7s;}
.btn-down:hover {  color: rgb(255, 255, 255);}
.btn-down:hover::before {  bottom: -50px;}
.btn-down--black {  color: rgb(51, 51, 51);  border: 2px solid rgb(51, 51, 51);}
.btn-down--black::before {  background: rgb(51, 51, 51);}
.btn-down--hellgruen {  color: rgb(153, 155, 137);  border: 2px solid rgb(153, 155, 137);}
.btn-down--hellgruen::before {  background: rgb(153, 155, 137);}
.btn-down--orange {  color: rgb(211,95,0);  border: 2px solid rgb(211,95,0);}
.btn-down--orange::before {  background: rgb(211,95,0);}
.btn-down--orangeent {  color: rgb(188,109,37);  border: 2px solid rgb(188,109,37);}
.btn-down--orangeent::before {  background: rgb(188,109,37);}
.wpcf7-submit:hover { background-color: orange; }
.btn-delete { background: #999B89; border-color: #999B89; color: #000000; font-size: 1rem; padding: .6rem 1rem; text-transform: none; line-height: 1.2; height: fit-content; }
.btn-delete:hover { opacity: .7; cursor: pointer; }


body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) :focus{ outline:none; }
.fit-content { height:fit-content; }
.wow { visibility:hidden; }
.no-margin { margin-top: 0px !important; margin-bottom: 0px !important; }
.m-left { margin-left: 20px; }
.m-top { margin-top: 20px; }
hr { border-bottom: 1px solid #EEEEE8; }
#main-nav.menu .no-active.active>a { color:#1D2333; }

::-webkit-input-placeholder { color:#4D4E4D; }
::-moz-placeholder { color:#4D4E4D; }
:-ms-input-placeholder { color:#4D4E4D; }
:-moz-placeholder { color:#1D2333; }

/* spinner */
.loader { border:6px solid #f3f3f3; border-top:6px solid #4A67F0; border-radius:50%; width:40px; height:40px; margin:0 auto; animation:spin 1s linear infinite; }
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.load-more-btn { cursor:pointer; }

@keyframes logo-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

/* Neu: Fade-Animation für den gesamten Overlay */
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fade-out {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

#ajax-loader {
    position: fixed;        /* wichtig: fixiert im sichtbaren Bereich */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ajax-loader-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-icon {
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 12px;
    padding: 20px;
    animation: logo-pulse 1.5s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


.loader-svg {
    width: 100%;
    height: 100%;
}

.letter {
    /* Einzelbuchstaben haben keine Animation mehr */
}

/*******************************************************************************
***** Header, 404 and Footer
*******************************************************************************/

/* Header */
#header-top { padding-top: 40px; padding-bottom: 40px; }
a.logo img { height: 60px; -moz-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
a.logo:hover img { animation: tada; animation-duration: 4s; color: #F8D42A; animation-iteration-count: infinite; -moz-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
a.logo:hover { opacity: 1; }
ul#main-nav { float: right; }
ul#main-nav a { font-family: "Source Sans 3", Arial, Helvetica, sans-serif; padding: 0 0 0 2.5em; color: #000000; font-size: 16px; font-weight: 400; letter-spacing:0.1em; cursor: pointer; -moz-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
ul#main-nav a:hover { opacity: 0.6; -moz-transition:all 0.3s ease-out; -webkit-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out; }
#main-nav.menu .active>a, .current_page_parent  { color: #000000;  text-decoration: underline; text-underline-offset: 0.5em; }


/* Footer */
.footer { margin-top: 0px; font-size: 16px; }
#footer-top { margin-top: 0px; padding: 40px 0 40px 0; position: relative; }
.footer-logo img { height: 100px; }
.footer-icon { position: absolute; left: 0px; height: 60px; }
.footer .grid-container { position: relative; }
.footer-contact i { margin-right: 7px; }
ul.footer-links, .copyr, footer .menu { float: left; width: fit-content; }
.footer a { color:#ffffff; }
.footer-b { font-size: 12px; padding-top: 30px; padding-bottom: 30px; }
#social-footer i { margin-left: 5px; }
#social-footer a { color: #000000; text-decoration: none; }
.copyr { line-height: 1; }
.footer-text { color: #fff; font-size: 14px; line-height: 1.7; }
.ds-digital { line-height: 1; }
.ds-digital a { color: #393D51; }
#footer-links a { color: #000000; font-size: 12px; line-height: 18px; padding: 0 0 0 10px;  }
#footer-links a:hover { color: #000000;  text-decoration: underline; text-underline-offset: 0.5em; }

/* 404 */
#not-found { padding: 200px 0; }
.computer { font-size: 220px; }
.mouse { position: relative; font-size: 50px; margin-left: 40px; }

/*******************************************************************************
***** Main Area
*******************************************************************************/

/* Page default */
#page-default { padding: 80px 0; }
.page-img { width: 100%; height: 700px; background-repeat: no-repeat; background-size: cover; }


/* Intro Start */
.page-template-template-start .header { position: absolute; z-index: 3; width: 100%; }
#intro-start { min-height: 700px; width: 100%; background-size: cover; background-repeat: no-repeat; }
#intro-start h1 { text-align: center; padding-top: 140px; line-height: 1.2; }
#intro-start .btn { display: inline-block; text-align: center; margin-top: 0px; }

.intro-bg-image-container {
    position: relative;
}

.intro-bg-image {

    top: 100%; /* Startet direkt unterhalb des ersten grid-container */


}

.grid-container {
    position: relative;
    z-index: 1;
}


.intro-text { padding: 300px 0;}

/* Testimonials */
#testimonials { padding: 80px 0; text-align: center; }
.testimonial-quote {     max-width: 80%; margin: 0 auto; text-align: center; font-size: 30px; font-family: "Cormorant Garamond", Georgia, Lucida Bright, serif; font-weight:500; margin-bottom: 40px; }

/* Teaser Journal */
#journal-teaser { padding: 80px 0; text-align: center; }
#journal-teaser a { text-decoration: none; }
#journal-teaser h3 { font-family: "Source Sans 3", Arial, Helvetica, sans-serif; font-size: 16px; text-align: left; }
#journal-teaser h2 { padding: 0 0 80px 0; }
p.teaser-date { text-align: left; font-size: 12px; }
.journal-teaser-text { padding: 0 0 80px 0; }

/* Teaser Journal */
.image-sitewide { background-repeat: no-repeat; background-size: cover; height: 450px; margin-bottom: 80px; background-position: center; }
.teaser-thumbnail { background-repeat: no-repeat; background-size: cover; height: 450px;  }

/* Arbeit Übersicht */
#artwork-container { padding-top: 40px; }
#arbeiten { padding-top: 40px; padding-bottom: 80px; }
.arbeit-vorschau-bild { width: 100%; height: 600px; background-repeat: no-repeat; background-size: cover; }
.arbeit-vorschau-info { text-align: center; margin-top: 20px; font-size: 14px; }
.cat-links { margin-bottom: 40px; margin-top: 40px; }
.cat-links a { color: #000000; text-decoration: none; }
.single-cat-link { margin: 0 10px 0 0; }
.single-cat-link.active { text-decoration: underline; text-underline-offset: 0.5em; }
#availability-toggle { margin-right: 7px; }
#filter { margin-top: 40px; }
.artwork-item .arbeit-vorschau-link { display: block; position: relative; text-decoration: none; }
.artwork-item .arbeit-vorschau-bild { background-size: cover; background-position: center; transition: opacity 0.4s ease-in-out; position: relative; }
a#availability-toggle { text-decoration: none; }
.artwork-item .arbeit-vorschau-bild::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 0.4s ease-in-out; }
.artwork-item .arbeit-vorschau-link:hover .arbeit-vorschau-bild::after { opacity: 1; background-image: url(attr(data-hover)); }
a.arbeit-vorschau-link:hover { opacity: 1; cursor: pointer; }
span.verfuegbar { color: green; }
span.verkauft { color: grey; }
.artwork-items { text-align: center; font-size: 20px; padding: 40px 0; }

.vh { position: absolute; clip: rect(1px, 1px, 1px, 1px); width: 1px; height: 1px; overflow: hidden; }
.works-filter { --fs: 0.95rem; --pad: 0.6rem; --rad: 8px; }
.filter-select-wrap { position: relative; }
.filter-select { width: 100%; font-size: var(--fs); padding: var(--pad) 2.25rem var(--pad) 0.9rem; border: 1px solid #cfd4d1; background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23767676' d='M7 10l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 0.7rem center; appearance: none; -webkit-appearance: none; -moz-appearance: none; }
.filter-select:focus { outline: none; border-color: #9ea7a3; box-shadow: 0 0 0 2px rgba(158, 167, 163, .25); }
.filter-reset { width: 100%; font-size: var(--fs); padding: var(--pad) 2.25rem var(--pad) 0.9rem; }

/* tighter on small screens */
@media (max-width: 639.98px) {
    .works-filter { --fs: .9rem; --pad: .5rem; }
}

/* ensure equal height on >= medium */
@media (min-width: 640px) {
    #filter-form .cell { display: flex; }
    #filter-form .cell > * { width: 100%; }
}


/* Arbeiten Single */
#arbeiten-single { margin-top: 80px; margin-bottom: 80px; }
#arbeiten-single h1 { font-size: 40px; margin-bottom: 30px; }
.info_art { line-height: 1.9; }
.contact-for-art a { text-decoration: none; font-style: italic; }
.type { margin-bottom: 20px; }
.price { margin: 20px 0; font-size: 18px; font-style: italic; color: #6B5840;}
span.mwst { font-size: 14px; color: #000000; margin-left: 5px; font-style: italic; }
.contact-for-art { margin-bottom: 0px; }
a.zur-story { text-decoration: none; display: block; margin-top: 10px; }
a.zur-story i { margin-left: 5px; }
a.zur-story:hover i { animation: wobble 1s 1; -moz-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
#inspiration { padding-bottom: 80px; padding-top: 80px; margin-top: 120px; }
#inspiration h2, #related-artworks h2 { margin-top: 0px; margin-bottom: 60px; }
#related-artworks { padding-bottom: 0px; padding-top: 80px; }
#related-artworks .teaser-img-related { height: 300px; background-size: cover; background-repeat: no-repeat; }
.related-artwork-item a { opacity: 1; }
.related-artwork-item { position: relative; overflow: hidden; }
.teaser-img-related { position: relative; width: 100%; height: 0; padding-bottom: 100%; background-size: 100%; background-position: center; transition: background-size 1s ease-in-out, transform 1s ease-in-out; }
.teaser-img-related:hover { background-size: 112%; transform: scale(1.05); }
.hover-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.5rem; color: rgba(255, 255, 255, 0.8); background: rgba(0, 0, 0, 0.5); padding: 10px; border-radius: 50%; opacity: 0; transition: opacity 0.2s ease-out, transform 0.4s ease-out; }
.teaser-img-related:hover .hover-arrow { opacity: 1; transform: translate(-50%, -50%) scale(1.3); }

/* Splide */
.splide a { position: relative; display: block; opacity: 1; transition: opacity 0.3s ease; }
.splide-zoom { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0, 0, 0, 0.6); color: #fff; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 22px; opacity: 0; transition: opacity 0.3s ease; }
.splide a:hover .splide-zoom { opacity: 1; }
.splide__arrow { opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; }
.splide:hover .splide__arrow { opacity: 1; visibility: visible; }
.splide__slide img { height: 785px; width: auto; min-width: 100%; object-fit: cover; display: block; margin: 0 auto; }
.splide__pagination { display: flex !important; justify-content: center; margin-top: 10px; position: relative; z-index: 10; bottom: -0.8em !important; }
.splide__pagination__page { width: 10px; height: 10px; background-color: #cccccc; border-radius: 50%; margin: 5px; transition: background-color 0.3s ease; }
.splide__pagination__page.is-active { background-color: #999B89 !important; }
.splide { display: flex; flex-direction: column; }
#slideshow-slider {margin-bottom: 40px; }

/* Blog */
#blog-single .main, .blog .content { padding-top: 80px; padding-bottom: 80px; }
.article-date { margin-bottom: 30px; font-family: "Cormorant Garamond", Georgia, Lucida Bright, serif; font-weight:500; font-size: 20px; }
#blog-single img { margin: 20px 0; }
.teaser-img-news { height: 700px; width: 100%; background-repeat: no-repeat; background-size: cover; }
.post-teaser { text-align: center; }
.post-teaser a { text-decoration: none; }
.post-teaser .article-date { margin-top: 20px; margin-bottom: 20px; }
.post-teaser h2 { margin-top: 0px; margin-bottom: 20px; }
.post-teaser:hover i { animation: wobble 4s infinite; -moz-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.post-nav { margin-top: 60px; }
.post-nav .fa-arrow-right { margin-left: 10px; }
.post-nav .fa-arrow-left { margin-right: 10px; }
.post-nav a { text-decoration: none; }
.post-nav a:hover i { animation: headShake 4s infinite; -moz-transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; -ms-transition: all 0.5s ease-out; transition: all 0.5s ease-out; }
.pagination .current { background: #42442D;}
.pagination a { text-decoration: none; }
.page-navigation { text-align: center; margin-top: 80px; }
.wp-caption { background-color: transparent; }
#blog-single .wp-caption  img { margin: 20px 0 0 0; }
.wp-caption p.wp-caption-text { margin: 0px; background-color: rgba(153, 155, 137, 0.4); padding: 5px; margin-bottom: 20px; }

/* Contact */
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea
{ background: #ffffff; border: 1px solid #E8E8E8; box-shadow: none; -webkit-box-shadow: none; margin-bottom: 20px; padding: 20px 20px; }
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus
{ background: rgba(255,255,255,0.9); border: 1px solid #36473B; box-shadow: none; -webkit-box-shadow: none; }
select { padding-left: 20px; line-height: 1.2; }
.wpcf7 { margin: 40px 0; }
span.wpcf7-acceptance span.wpcf7-list-item-label { font-size: 12px; line-height: 1.3; padding-left: 10px; display: inline-block; }
.wpcf7-list-item-label::before, .wpcf7-list-item-label::after { content: " "; display: block; position: absolute; top: -15px; }
span.wpcf7-acceptance label>[type=checkbox] { position: absolute; top: -10px; left: 0px; }
span.wpcf7-acceptance a { text-decoration: none; }


/*******************************************************************************
***** Responsive
*******************************************************************************/

/* Kleiner Zusatz gegen horizontales Zucken beim Push */
.off-canvas.position-top { min-height: 465px; }
.off-canvas-wrapper { overflow-x: hidden; }
.off-canvas-content { backface-visibility: hidden; will-change: transform; }
.off-canvas { background-color: #42442D; text-align: center; }
.offcanvas-logo { background-color: #ffffff; text-align: center; padding: 30px 0px 30px 0px; }
.offcanvas-logo img { height: 55px; }
#offcanvas-nav { padding: 40px; }
.off-canvas .menu a { color: #ffffff; font-size: 25px; margin-bottom: 20px; text-transform: uppercase; }
.off-canvas li.active { text-decoration: none; }
.menu .active>a { background: transparent; color: #ffffff; font-weight: bold; text-decoration: none; }
.oc-btn { color: #000000; }



@media only screen and (min-width: 0px) and (max-width: 1400px) { }

@media only screen and (min-width: 0px) and (max-width: 1025px) {

}

@media only screen and (max-width: 940px) {

}

@media only screen and (max-width: 600px) {

    .h1, h1, h2.page-title, #journal-teaser h2, h1.page-title, #arbeiten-single h1  {
        font-size: 1.7rem;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 1.3;

    }
    h2.page-title, #journal-teaser h2, h1.page-title { text-align: center; }
    #arbeiten-single h1 { margin-top: 40px; }
    #header-top { padding-top: 20px; padding-bottom: 20px; }
    .page-template-template-start .header { position: relative; }
    #intro-start { min-height: unset; }
    #intro-start h1 { padding-top: 40px; font-size: 1.7rem; margin-bottom: 40px; }
    .testimonial-quote { max-width: 100%; }
    .res-start-img { height: 250px; background-repeat: no-repeat; background-position: center; background-size: cover; margin-bottom: 20px;  }
    .header .menu { flex-direction: row-reverse; }
    a.logo img { height: 40px; }
    .close-button, .close-button.medium {
        right: 1rem;
        top: 1rem;
        font-size: 1em;
        line-height: 1;
    }
    #testimonials { padding: 30px 0; }
    #page-default, #arbeiten, #blog-single .main, .blog .content  { padding-top: 30px; padding-bottom: 0px; }
    .testimonial-quote { font-size: 23px; margin-bottom: 20px; line-height: 1.2; }
    #journal-teaser { padding: 30px 0; }
    #journal-teaser h2 { padding: 0 0 30px 0; }
    .teaser-thumbnail { height: 250px; }
    #arbeiten-single { margin-bottom: 30px; margin-top: 20px; }
    #inspiration {
        padding-bottom: 30px;
        padding-top: 30px;
        margin-top: 30px;
    }
    #inspiration h2, #related-artworks h2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #related-artworks { padding-top: 30px; }
    #related-artworks .teaser-img-related { margin-bottom: 40px; }
    .teaser-img-news, .teaser-thumbnail { height: 450px; }
    .blog .post-teaser { margin-bottom: 40px; }
    .article-date { margin-bottom: 10px; }
    .post-nav { margin-top: 30px; }
    .flinks { margin-top: 20px; }
    #footer-links a { padding: 0 10px 0 0px; }
    .footer-b { padding-bottom: 20px; }
    #filter { margin-top: 20px; }
    .artwork-items { padding: 20px 0; }
    .artwork-item { padding-bottom: 20px; }
    .page-template-template-about #page-default { padding-top: 0px;  }
    #journal-teaser a { margin-bottom: 20px; }
    #journal-teaser h3 { margin-bottom: 10px; }

}

@media screen and (max-width: 39.99875em) { }


html:not(.js) #off-canvas[data-off-canvas].position-top { transform: translateY(-100%) !important; visibility: hidden; }
