header {
    top: 0;
    z-index: 1000;
}


section img,
section article {
    position: relative;
}


section.child a:hover {
    font-weight: 700;
    border: 3px solid;
    max-width: 160px;
    margin-top: calc(21vh - 1px);
}

article.right {
    float: right;
    right: 8px
}

article .left {
    float: left;
    left: 8xp;
}

.row {
    /*    position: relative;*/
    width: calc(100% - 48px);
    flex: 100%;
    margin: 0;
    padding: 0;
}

.row img, .row video {
    width: calc(50% - 8px);
}

.row article {
    position: relative;
    bottom: 4px;
    display: inline-block;
    width: calc(50% - 16px);
}

.left,
.right {
    margin: 8px 0;
}

.left {
    margin-right: 8px;
}

.right {
    margin-left: 8px;
}


img.right, iframe.right, video.right {
    float: right;
}


main > .workpic:last-of-type {
    position: relative;
    left: 16px;
    width: calc(100% - 48px);
    margin: -3px auto;
}

.about p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

a.mail {
    max-width: 900px;
    font-size: 42px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
}

div.icon {
    max-width: 900px;
    margin: auto;
}

/*NAVIGATION*/

div.header-k {
    display: none;
}

div.header-g {
    display: block;
    margin-top: 8px;
}

a.h1-voll > h1.ausgeklappt {
    /* lovis götz */
    display: inline-block;
    position: relative;
    top: 0px;
    left: -60px;
}

a.h1 h1.eingeklappt {
    /*   lg */
    display: none;
}

a.h1 {
    top: calc(56px/2 - 2px);
    left: 14px;
}

h1 {
    transform: none;
    font-weight: 600;
}

header nav ul li a {
    color: #000;
}

nav,
ul {
    float: right;
    display: flex;
    margin: 8px;
}

ul > li > a {
    font-size: 21px;
    margin: 0 8px;
}

div.menue {
    display: block;
    position: static;
    float: right;
    padding: 11px 15px;
}

/*NAVIGATION END*/



/*BRAUCHT MAN DAS NOCH?*/
figure,
figure:first-of-type {
    width: calc(100vw - 48px);
    max-width: none;
    overflow: hidden;

}

figure.hoch {
    width: calc(100vw - 48px);
    max-width: none;
    overflow: hidden;
}

figure a div img.hoch {
    position: relative;
    top: -25%;
    margin: 0;
    padding: 0;
}

figure a img.quer {
    height: calc(100vw - 32px);
    width: auto;
    max-height: 900px;
    margin: 0;
    padding: 0;
}

figure a img.hoch {
    max-width: none;
    overflow: hidden;
    margin: 0 0;
    padding: 0;
}


/*BRAUCHT MAN DAS NOCH? END*/


/*WORKFIG*/
.workfig figcaption:hover {
    text-align: left;

}

.workfig figcaption {
    position: relative;
    /*  width: calc(50% - 16px);*/
    width: 100%;
    margin: 0;
    transition: none;
    background-color: rgba(255, 255, 255, 0);

}

.workfig.right figcaption {
    top: -4px;
}

.workfig.left {
    position: relative;
    float: left;
    width: calc(50% - 8px);
    margin: 0;
    left: 0;
}

.workfig.right {
    position: relative;
    float: right;
    width: calc(50% - 8px);
    margin: 0;
    right: 0;
}

.workfig img.workpic.left,
.workfig img.workpic.right, .workfig video.workpic.left,
.workfig video.workpic.right {
    width: 100%;
    height: auto;
}
.workfig iframe.workpic.left,
.workfig iframe.workpic.right {
    width: calc(50% - 8px);
}

/*WORKFIG END*/

iframe.workpic {
    width: calc(100% - 0px);
    height: 80vh;
    grid: span 1;
}

iframe.workpic.right,
iframe.workpic.left{
    width: calc(50% - 8px);
    height: 300px;
    /* ^ muss wenn benötigt nochmal überarbeitet werden ^ */
    grid: span 1;
}


div.work h2 {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 60vh;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(0, 0, 0, 0)
}

div.work,
div.work:first-of-type img {
    max-height: 1500px;
    height: auto;
    width: auto;
    max-width: 1500px;
    margin: 0 auto;
}


div.work img, div.work video {
    max-width: calc(100vw - 48px);
}

div.work:first-of-type img {
    position: relative;
    left: 50%;
    margin-left: -750px;
}

#felix {
    position: relative;
    left: 50%;
    margin-left: -411.5px;
}

#bed {
    position: relative;
    left: 50%;
    margin-left: -398.5px;
}

div.work:first-of-type img.high {
    position: relative;
    left: 50%;
    margin-left: -500px;
}

div.work {
    width: calc(100vw - 48px);
    overflow: hidden;
}

main.main-w {
    margin-left: 0;
}

.next:hover {
    height: 44px;
    top: -1px;
}

.back:hover {
    height: 43px;
}
