/* mukta-300 - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 300;
    /*    font-display: swap;*/
    src: url('../fonts/mukta-v7-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Mukta Light'), local('Mukta-Light'),
        url('../fonts/mukta-v7-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/mukta-v7-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/mukta-v7-latin-300.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/mukta-v7-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/mukta-v7-latin-300.svg#Mukta') format('svg');
    /* Legacy iOS */
}

/* mukta-500 - latin */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 500;
    /*    font-display: swap;*/
    src: url('../fonts/mukta-v7-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Mukta Medium'), local('Mukta-Medium'),
        url('../fonts/mukta-v7-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/mukta-v7-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/mukta-v7-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/mukta-v7-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/mukta-v7-latin-500.svg#Mukta') format('svg');
    /* Legacy iOS */
}

/* cormorant-garamond-500 - latin */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    /*    font-display: swap;*/
    src: url('../fonts/cormorant-garamond-v7-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'),
        url('../fonts/cormorant-garamond-v7-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/cormorant-garamond-v7-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/cormorant-garamond-v7-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/cormorant-garamond-v7-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/cormorant-garamond-v7-latin-500.svg#CormorantGaramond') format('svg');
    /* Legacy iOS */
}

/* Blockdarstellung für HTML5 Elemente im IE*/
header,
nav,
section,
main,
article,
aside,
footer {
    display: block;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



html {
    font-family: Mukta, sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
    /*für Schriftgröße Safari iOS?*/
}

strong {
    font-weight: inherit;
}

p {
    margin-bottom: 0.5em;
}


a {
    text-decoration: underline;
    color: inherit;
    transition: all 0.5s;
}

a:hover,
.tabs nav label:hover {
    cursor: pointer;
    color: #ef9f45;
}

a::after,
.bild-teaser p span::after,
.tabs nav label span::after {
    content: " \0000BB";
}

.thumbnail a::after,
a.noafter::after,
a.hamburger::after,
li.sprache a::after,
.socialmedia a::after {
    content: none;
}




img {
    display: block;
    width: 100%;
    height: auto;
    /*    border-radius: 12px;*/
    /*    box-shadow: 0.1em 0.1em 1.6em -0.08em currentcolor;*/
}


img + p,
.bild-teaser + p {
    margin-top: 0.4em;
}


/* Bild-Teaser */

.bild-teaser {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    text-align: center;
}

.bild-teaser img {
    position: relative;
    display: block;
    margin: 0;
    transition: all 0.5s;
}

.bild-teaser:hover img {
    transform: scale(1.1);
}


.bild-teaser figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5em 1.5em 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
    transition: all 0.5s;
    opacity: 0;
}

.bild-teaser:hover figcaption {
    opacity: 1;
}

.bild-teaser h2 {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 2.2em;
}

.bild-teaser p::after,
.bild-teaser p::before {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    height: 1px;
    background: currentcolor;
    content: '';
    transition: transform 0.35s;
    transform: translate3d(-200%, 0, 0);
}

.bild-teaser p::before {
    top: 0em;
}

.bild-teaser:hover p::after,
.bild-teaser:hover p::before {
    transform: translate3d(0, 0, 0);
}


.bild-teaser p {
    opacity: 0;
    margin: 1em 0;
    padding: 0.3em 0;
    transition: all 0.35s;
    letter-spacing: 1px;
    font-size: 0.9em;
    transform: translate3d(100%, 0, 0);
}

.bild-teaser:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.bild-teaser a,
.bild-teaser a:hover {
    color: white;
}




/* Teaser für Touch*/
@media (hover: none) {

    .bild-teaser p::after,
    .bild-teaser p::before,
    .bild-teaser p,
    .bild-teaser img,
    .bild-teaser figcaption {
        transition: 0.65s 0.9s;
    }


    .bild-teaser-sichtbar figcaption {
        opacity: 1;
        transition-duration: 0.8s;
    }

    .bild-teaser-sichtbar img {
        transform: scale(1.1);
        transition-duration: 2.5s;
    }

    .bild-teaser-sichtbar p {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

    .bild-teaser-sichtbar p::after,
    .bild-teaser-sichtbar p::before {
        transform: translate3d(0, 0, 0);
    }
}


/* Hamburger - Menü*/

.hamburger {
    z-index: 12;
    position: fixed;
    top: 0.5em;
    right: 0.5em;
    display: block;
    background: hsla(42, 67%, 12%, 0.7);
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
}

.hamclose {
    display: none;
    background: none;
}

#menue:target ~ .hamclose {
    display: block;
}

.hamburger span {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 30px;
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: 1s;
    transform-origin: center;
}

.hamburger span:nth-child(1) {
    top: 12px;
}

.hamburger span:nth-child(2) {
    top: 24px;
}

.hamburger span:nth-child(3) {
    top: 36px;
}

#menue:target ~ .hamburger span:nth-child(1),
#menue.js_open ~ .hamburger span:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

#menue:target ~ .hamburger span:nth-child(2),
#menue.js_open ~ .hamburger span:nth-child(2) {
    opacity: 0;
}

#menue:target ~ .hamburger span:nth-child(3),
#menue.js_open ~ .hamburger span:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}

#menue:target,
#menue.js_open {
    transform: translate3d(0, 0, 0);
}

#menue:target ~ #hg,
#menue.js_open ~ #hg {
    filter: grayscale(100%);
}

main,
footer {
    transition: all 1.5s ease;
}

#menue:target ~ main,
#menue:target ~ footer,
#menue.js_open ~ main,
#menue.js_open ~ footer {
    opacity: 0;
}


nav li {
    display: block;
    list-style: none;
}



#menue {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    transform: translate3d(100vw, 0, 0);
    transition: all 0.5s ease;
    background: hsla(39, 40%, 17%, 0.8);
    overflow-y: scroll;
}

nav > ul {
    padding-bottom: 5em;
}


nav > ul > li {
    margin: 1.2em 0 0 5vw;
}

li.logo {
    margin: 0;
    padding: 1em 0 0.3em 5vw;
    background-color: #fdf7f0;
}

.logo img {
    height: 2.5em;
    width: auto;
}

li.sprache a {
    font-size: 0.8em;
    padding: 0.2em 0.5em;
    color: #32260a;
    border-right: solid currentcolor 1px;
}

li.sprache a:last-of-type {
    border-right: none;
}

li.sprache {
    display: none;
}

li.sprache_hamburger {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    background-color: #fdf7f0;
}

li.sprache_hamburger a {
    font-size: 1em;
}

nav li li {
    margin: 0.5em 0 0 2em;
}

nav a {
    font-size: 1.5em;
    color: #fdf7f0;
    text-decoration: none;
}

nav > ul > li > ul a {
    font-size: 1.2em;
}


/* Menü oben*/
@media only screen and (min-width: 1024px) {

    li.sprache {
        display: flex;
    }

    .hamburger,
    li.sprache_hamburger {
        display: none;
    }

    #menue {
        position: fixed;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        width: 100%;
        height: 3em;
        padding: 0;
        background-color: #fdf7f0;
        box-shadow: 0 0 2px #32260a;
        overflow-y: visible;
        transition: transform .25s 0.1s ease-in-out;
    }

    .down.hg-sw #menue {
        transform: translate3d(0, -3em, 0);
        /*     um X nach oben verschieben */
    }

    nav > ul {
        display: flex;
        justify-content: center;
        height: 100%;
        padding: 0;
    }

    #home nav > ul {
        transition: all 0.7s 0.5s ease-in;
        margin-left: -14em;
    }

    #home.blend nav > ul {
        margin-left: 0;
    }

    nav > ul > li,
    li.logo {
        display: flex;
        align-items: center;
        position: relative;
        height: 100%;
        margin: 0 0.8em;
        padding: 0;
        background: none;
    }

    .logo img {
        height: 2.3em;
        transition: all 0.7s 0.5s ease-in;
    }

    #home .logo img {
        /*        width: 0;*/
        opacity: 0;
    }

    #home.blend .logo img {
        /*        width: auto;*/
        opacity: 100;
    }

    nav li ul {
        display: none;
        position: absolute;
        top: 100%;
        left: calc(50% - 6em);
        width: 12em;
        box-shadow: 0 0 2px #32260a;
    }

    nav li:hover ul {
        display: block;
    }

    nav li li {
        text-align: center;
        padding-bottom: 0.3em;
        margin: -4px 0 0 0;
        background-color: #fdf7f0;
    }


    nav a {
        font-size: 1em;
        color: #3d311a;
    }

    nav > ul > li > ul a {
        font-size: 0.9em;
    }

    li.sprache a {
        font-size: 0.8em;
        padding: 0.2em 0.5em;
        border-right: solid currentcolor 1px;
    }

    li.sprache a:last-of-type {
        border-right: none;
    }

}



/* Hintergrund */
#hg {
    z-index: -2;
    top: 0px;
    height: 100vh;
    width: 100%;
    position: fixed;
    transition: all 2s ease;
    background-color: #fdf7f0;
    background-repeat: no-repeat;
    background-size: cover;
}

.hg-sw #hg {
    filter: grayscale(100%);
}


/* Home-Logo */

#logo-blend {
    background-color: rgba(223, 183, 114, 0.65);
    transition: opacity 0.6s ease;
    opacity: 100;
}

.blend #logo-blend {
    opacity: 0;
}

.blend #logo-blend img {
    transition: transform 0.7s ease-in;
    transform: translate(0, -50vh) scale(0.2);
    /*    transform: translate(-50vh, 50vh) scale(0.2);*/
}

/* Header */
header {
    /*    padding-top: 100px;*/
    height: 100vh;
    height: calc(100vh - 3em);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

header h1 {
    font-size: 2.5em;
    margin: 0;
    letter-spacing: .15em;
    color: #fdf7f0;
    text-shadow:
        /*0 1px 0 hsl(42, 67%, 20%),
        0 -1px 0 hsl(42, 67%, 20%),
        1px 0 0 hsl(42, 67%, 20%),
        -1px 0 0 hsl(42, 67%, 20%),*/
        1px 1px 0 hsl(42, 67%, 20%),
        1px 2px 0 hsl(42, 67%, 18%),
        2px 3px 0 hsl(42, 67%, 16%),
        2px 4px 0 hsl(42, 67%, 14%),
        3px 5px 0 hsl(42, 67%, 12%),
        3px 6px 1px hsl(42, 67%, 10%),
        0 0 5px hsl(23, 20%, 60%),
        -1px -1px 5px hsl(23, 11%, 58%),
        1px 1px 3px hsl(23, 11%, 58%),
        2px 3px 5px hsl(23, 11%, 56%),
        3px 5px 10px hsl(23, 11%, 54%),
        5px 10px 10px hsl(23, 11%, 52%),
        10px 15px 15px hsl(23, 11%, 50%);
}


/* Fußzeile */

footer {
    background-image: linear-gradient(to bottom, #5e534c 0%, #32260a 70%);
    border-top: solid 1px #32260a;
    box-shadow: 0 -3px 6px #32260a;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 4em;
    padding: 0.5em;
    font-size: 0.75em;
    color: #fdf7f0;
}

footer a {
    color: #fdf7f0;
}

footer > * {
    margin: 0 2em 0 2em;
}

.socialmedia {
    display: flex;
}

.socialmedia img {
    height: 1.5em;
    width: 1.5em;
    margin: 0.75em;
}



/* Inhalt */


#antwort > * {
    height: 100vh;
    width: 100vw;
    max-width: 40em;
    font-size: 2em;
    padding-top: 20vh;
    text-align: center;
}



/* Referenzen */

.referenz h2,
.referenz h3 {
    /*    text-align: left;*/
}

.links {
    margin-bottom: 1em;
}

a.website {
    display: block;
    margin: 1em 0;
}

.links ul {
    padding-left: 1em;
}

.cd {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cd h3 {
    margin: 1em 0 0.3em;
    text-align: center;
}

.cd p {
    margin: 0.5em 0 0;
    font-size: 0.8em;
}

.cd img {
    max-width: 200px;
    margin-bottom: 0;

}




/* Biografie */
#bio li {
    list-style: none;
    margin-bottom: 0.8em;
}

#bio span {
    font-weight: 500;
}




/* Ausstellungen */

#ausstellungen > * {
    max-width: 33rem;
}

#ausstellungen ul {
    padding-left: 1em;
}

#ausstellungen li {
    margin-bottom: 1em;
}




/* Tabs mit Radio-Buttons */
.tabs > input,
.tabs figure > div {
    display: none;
    padding: 15px 0;
    /*    width: 100%;*/
    border-top: 1px solid currentColor;
}

#tab1:checked ~ figure .tab1,
#tab2:checked ~ figure .tab2,
#tab3:checked ~ figure .tab3,
#tab4:checked ~ figure .tab4,
#tab5:checked ~ figure .tab5,
#tab6:checked ~ figure .tab6,
#tab7:checked ~ figure .tab7,
#tab8:checked ~ figure .tab8,
#tab9:checked ~ figure .tab9 {
    display: block;
}

.tabs nav {
    display: flex;
    justify-content: space-between;
}

.tabs nav label {
    margin: 0 0 4px 0;
    padding: 0 1.2em;
}

.tabs nav label span {
    font: inherit;
    font-size: 1.3em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

section.transparent .tabs nav {
    /*    background: none !important;*/
}

#tab1:checked ~ nav label[for="tab1"]:hover,
#tab2:checked ~ nav label[for="tab2"]:hover,
#tab3:checked ~ nav label[for="tab3"]:hover,
#tab4:checked ~ nav label[for="tab4"]:hover,
#tab5:checked ~ nav label[for="tab5"]:hover,
#tab6:checked ~ nav label[for="tab6"]:hover,
#tab7:checked ~ nav label[for="tab7"]:hover,
#tab8:checked ~ nav label[for="tab8"]:hover,
#tab9:checked ~ nav label[for="tab9"]:hover {
    cursor: default;
    color: inherit;
}

#tab1:checked ~ nav label[for="tab1"],
#tab2:checked ~ nav label[for="tab2"],
#tab3:checked ~ nav label[for="tab3"],
#tab4:checked ~ nav label[for="tab4"],
#tab5:checked ~ nav label[for="tab5"],
#tab6:checked ~ nav label[for="tab6"],
#tab7:checked ~ nav label[for="tab7"],
#tab8:checked ~ nav label[for="tab8"],
#tab9:checked ~ nav label[for="tab9"] {
    /*
    border:1px solid currentColor;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
*/
    border-bottom: 4px solid currentColor;
    margin-bottom: 0;
}

/* Instrumente */

.i-daten h2 {
    text-align: left;
}

.i-daten table {
    width: 100%;
    font-size: 0.8em;
    border-collapse: collapse;
}

.i-daten table td {
    border-bottom: solid 1px currentColor;
    padding: 0.5em 0 0.5em 0;
}

.i-daten table tr:last-child td {
    border-bottom: none;
}

.i-daten table td:last-child {
    padding-left: 2em;
}

/* Galerie */

ul.galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: center;
    align-content: space-around;
    align-content: center;
}

.thumbnail li {
    list-style: none;
    overflow: hidden;
    margin: 0.3em;
    width: 5.4em;
    height: 5.4em;
}


.thumbnail img {
    margin: 0;
    /*    object-fit: cover;*/
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#lightbox {
    display: none;
}

/* Impressum */

#impressum h4 {
    font-family: inherit;
    font-variant: normal;
    text-align: left;
    margin-bottom: 0;
}

#impressum .spalten {
    margin-bottom: 0;
}


/* Kontakt */

#kontakt h3 {
    font-family: inherit;
    font-variant: normal;
}

.bo {
    font-size: 0px;
    height: 0px;
}

.bo input,
.bo textarea {
    margin: 0px;
    padding: 0px;
    border: none;
    resize: none;
}

input,
textarea,
button {
    font-size: 1em;
    font-family: inherit;
    font-weight: inherit;
    margin: .3em 0;
    padding: .05em 0.3em;
    width: 92%;
    border: 2px solid #40300c;
    border-radius: 5px;
    background-color: transparent;
    transition: all 0.5s;
}

button {
    background: #40300c;
    color: #fdf7f0;
}

button:hover {
    border-color: #7d1906;
    background-color: #7d1906;
}

input:focus,
textarea:focus {
    border: 2px solid #af1c00;
}

.formhinweis {
    width: 95%;
    font-size: .6em;
}

input:required + label::after,
.formhinweis span::after {
    margin-left: 0.2em;
    content: "★";
    color: #af1c00;
}

input:required:valid + label::after {
    content: "✔";
    color: green;
}



/* Grundgerüst */

section {
    /*    kein padding sonst Problem bei Fotos in iOS*/
    padding: 3.5em 0;
    background: #fdf7f0;
    color: #32260a;
}

section.transparent {
    background: hsla(39, 40%, 17%, 0.6);
    color: #fdf7f0;
}

.spalten {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3em;
}

.spalten:last-child {
    margin-bottom: 0;
}

.reverse {
    flex-wrap: wrap-reverse;
}

section > * {
    width: 96%;
    max-width: 25rem;
    margin: 0 auto;
}

.spalten > * {
    flex-basis: 100%;
    margin-bottom: 1em;
}

.v-center {
    align-items: center;
}

.bild-hf {
    max-width: 372px;
    margin-left: auto;
    margin-right: auto;
}


/* Media Queries */

@media only screen and (min-width: 360px) {

    html {
        font-size: 1.2em;
    }
}

/* 2-spaltig */
@media only screen and (min-width: 640px) {

    header h1 {
        font-size: 3em;
    }

    section.s2 > *,
    section.s4 > * {
        max-width: 52rem;
    }

    section.s2 > .spalten > *,
    section.s4 > .spalten > * {
        flex-basis: 48%;
    }


    #impressum h4 {
        text-align: right;
    }
}

/* 4-spaltig*/
@media only screen and (min-width: 1024px) {

    header h1 {
        font-size: 4em;
    }

    section {
        padding: 4em 0;
    }

    section.s3 > * {
        max-width: 79rem;
    }

    section.s3 > .spalten > * {
        flex-basis: 31%;
    }

    section.s4 > * {
        max-width: 106rem;
    }

    section.s4 > .spalten > * {
        flex-basis: 23%;
    }


    /* Thumbs größer */
    .thumbnail li {
        margin: 0.5em;
        width: 6em;
        height: 6em;
    }
}

/* > HD */
@media only screen and (min-width: 1280px) {

    html {
        font-size: 1.3em;
    }

    header h1 {
        font-size: 5em;
    }

    nav a {
        font-size: 1.2em;
    }

    nav > ul > li,
    li.logo {
        margin: 0 1em;
    }

    nav > ul > li > ul a {
        font-size: 1em;
    }
}

/* > FHD */
@media only screen and (min-width: 1920px) {

    html {
        font-size: 1.5em;
    }

    section {
        padding: 4.5em 0;
    }
}

/* > WQHD und größer */
@media only screen and (min-width: 2500px) {

    html {
        font-size: 1.8em;
    }

    section {
        padding: 5em 0;
    }


}




h1,
h2,
h3,
h4,
h5 {
    font-family: Cormorant Garamond, serif;
    font-weight: 500;
    font-variant: small-caps;
    margin-bottom: 0.5em;
    text-align: center;
}

h1 {
    font-size: 2.8em;
    margin-bottom: 1em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.3em;
}




/* ======== */
/* LightBox */
/* ======== */

#lightbox {
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    /*            max-width: 100vw;*/
    margin: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #cfcfcf;
    text-align: center;
    font-family: Cormorant Garamond;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 300ms ease;
}

#lightbox.sichtbar {
    display: flex;

}

#lightbox.opacity {
    opacity: 1;
}


#lb_bildbox {
    /*            position: relative;*/

    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 900px;
}


#lb_bild {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    max-height: 900px;
}

#lb_titel {
    display: none;
    width: 100%;
    /*            height: 1.5em;*/
    font-size: 1.8em;
    font-variant: small-caps;
    font-weight: 500;
}

#lb_beschreibung {
    width: 100%;
    font-size: 1em;
    padding: 0 1em;
}

#lb_navigation {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 750ms linear 750ms, color 1s linear;
    color: black;
}

#lb_navigation div {
    visibility: hidden;
    position: relative;
    width: 45%;
    height: 100%;
    cursor: pointer;
}

#lb_navigation div[data-nr] {
    visibility: visible;
}

#vor span,
#zurueck span {
    position: absolute;
    width: 0;
    top: 48%;
    right: 15%;
    border-style: solid;
    border-radius: 3px;
    border-color: currentColor;
    border-width: 0.35em 0.35em 0 0;
    padding: 1em;
    transform: rotate(45deg);
}

#zurueck span {
    left: 15%;
    border-width: 0 0 0.35em 0.35em;
}


#close {
    position: absolute;
    top: 2%;
    right: 2%;
    height: 2em;
    width: 2em;
    transform: rotate(45deg);
    border: 0.16em solid currentColor;
    border-radius: 50%;
    cursor: pointer;
}

#close span {
    position: absolute;
    top: calc(50% - 0.08em);
    left: calc(50% - 0.6em);
    background: currentColor;
    height: 0.16em;
    width: 1.2em;
}

#close:hover {
    background-color: #a13807;
}

.kreuz {
    transform: rotate(90deg);
}



#lb_bild,
#lb_beschreibung,
#lb_titel {
    transition: opacity 500ms ease;
}

.ausblenden #lb_bild,
.ausblenden #lb_beschreibung,
.ausblenden #lb_titel {
    opacity: 0;
}

.ausblenden #lb_navigation,
#lb_navigation.mouse:hover {
    opacity: 1;
    color: #cfcfcf;
    transition-duration: 100ms;
    transition-delay: 0s;
}


#lb_thumbnails {
    display: none;
}



/* größer als Smartphone mit Thumbnails */
@media only screen and (min-width: 768px) and (min-height: 450px) {

    #lb_bildbox {
        width: calc(100vw - 14em);
    }


    #lb_titel {
        display: block;
    }

    #lb_thumbnails {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        max-width: 18em;
        padding: 0;
        margin: 0 0 0 1em;
    }

    #lb_thumbnails li {
        margin: 0.4em;
        width: 5em;
        height: 5em;
    }



    @media only screen and (orientation: portrait) {

        #lightbox {
            flex-direction: column;
        }

        #lb_bildbox {
            width: 100%;
        }

        #lb_thumbnails {
            max-width: 100%;
            margin: 0;
            padding: 1em 0;
        }

        #lb_thumbnails li {
            max-width: 19vw;
            max-height: 19vw;
        }
    }
}





/* WARTUNG */
@media (pointer: coarse) {

    h1,
    h2,
    h3 {
        /*		color: green;*/
    }
}

@media (hover: none) {

    h1,
    h2,
    h3 {
        /*		color: red;*/
    }
}

/* Temp: farbige Rahmen */
section {
    /*    border: 1px solid red;*/
}

section > * {
    /*    border: 1px solid #00c200*/
}

section > div > * {
    /*    border: 1px solid blue;*/
}
