:root {
    --Farbe: rgba(0,0,0,0.7);
    --Hintergrund: rgba(0,0,0,0.7);
    --Schrift: sans-serif;
}

html, body {
    margin: 0;
    margin-top: 0;
    padding: 0;
    top: 0;
    font-family: sans-serif;
    font-size: 14px;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    background-color:  black;
}



.Schriftzug {
    width: 100%;
    height: 120px;
    z-index: 2;
    position: absolute;
    top: 2%;
    background-image: url(Index-Bilder/Orgelbau.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.Imagefilm {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}

nav span {
    position: fixed;
    z-index: 90;
    color: white;
    text-shadow: black 1px 2px 3px;
    margin: 0;
    padding: 0;
    font-size: 5em;
    line-height: 0.7;
    cursor: pointer;
    top: 5%;
    right: 5%;
}

.Burger:hover {
    color: lightgray;
}

.overlay {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: rgba(0,10,0,0.96);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: absolute;
    top: 5%;
    display: block;
    text-align: center;
}

.overlay a {
    padding: 8px;
    font-variant: small-caps;
    text-decoration: none;
    font-size: 1.6em;
    letter-spacing: 2px;
    color: white;
    display: block;
    transition: 0.3s;
    line-height: 4.3vh;
    font-family: var(--Schrift);
}

.overlay a:hover, .overlay a:focus {
    color: gray;
}

.overlay .closebtn {
    position: absolute;;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 4em;
    right: 5%;
    top: 5%;
}

.English, .Deutsch {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 29px;
    z-index: 30;
    left: 5%;
    top: 5%;
}

.English {
    background-image: url(Orgelbau-Schreier/English-language.png);
}

.Deutsch {
    background-image: url(Orgelbau-Schreier/Deutsch.png);
}

.English:hover, .Deutsch:hover {
    filter: opacity(0.7);
}

#myVideo {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;


}

.Banner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: white;
    text-shadow: black 1px 2px 3px;
    line-height: 1.5;
    font-size: 1.2em;
    margin-top: 0;
    padding-top: 0;
}

.Bannertext {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}

.Banner h1{
    font-weight: 100;
    letter-spacing: 4px;
}


.Schrift {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 1000;
    font-size: 2.0em;
    color: forestgreen;
    font-family: var(--Schrift);
}

.Slider {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

.Slider .Sliderinfo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40%;
}

.Slider p {
    font-weight: 100;
    font-size: 1.4em;
    letter-spacing: 3px;
    text-shadow: black 1px 2px 3px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
}

.Slider h1 {
    font-weight: 100;
    letter-spacing: 4px;
    text-shadow: black 1px 2px 3px;
    line-height: 1.5;
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    width: 100%;
}

.Sliderinfo h2 {
    font-weight: 100;
    letter-spacing: 4px;
    text-shadow: black 1px 2px 3px;
    line-height: 1.5;
    position: relative;
    z-index: 5;
    color: white;
    text-align: center;
    width: 100%;
}


.Slider img {
    position:fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.Hintergrund {
    -webkit-animation: wechseln 30s infinite;
    -moz-animation: wechseln 30s infinite;
    animation: wechseln 30s infinite;
}

.Bannerbild {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    animation: fadein 2s;
}

.HintergrundBanner img {
    margin: 0;
    padding: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    animation: fadein 2s;
}

.HintergrundVideo {
    display: none;
    margin: 0;
    padding: 0;
    top: 0;

    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    animation: fadein 2s;
}

.Schwarz {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    z-index: 1;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    margin: 0;
    top: 0;
}

@keyframes wechseln {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.Slider .Hintergrund:nth-of-type(2) {
    animation-delay: 10s;
    opacity: 0;
}

.Slider .Hintergrund:nth-of-type(3) {
    animation-delay: 20s;
    opacity: 0;
}


.container {
    z-index: 2;
    padding-bottom: 50px;
    padding-top: 50px;
    color: white;
    width: 100%;
    display: block;
    position: relative;
    justify-content: center;
    font-variant: small-caps;
    font-weight: 100;
    background-color: var(--Hintergrund);
}

.container h2 {
    font-weight: 600;
    letter-spacing: 5px;
    font-size: 2em;
    text-align: center;
}

.container h3 {
    font-variant: normal;
    font-weight: 100;
    text-align: center;
    letter-spacing: 3px;
    font-size: 1.5em;
}

.item a {
    display: block;
    font-size: 1.3em;
    letter-spacing: 3px;
    color: white;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.item a:hover{
    text-decoration: none;
}

.Background {
    z-index: 2;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Beschreibung h2 {
    text-align: center;
    font-variant: small-caps;
    font-weight: 600;
    letter-spacing: 2px;
}

.Beschreibung p {
    font-size: 1em;
    line-height: 1.5;
}


ul {
    font-size: 0.9em;
}

.Leistung {
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    margin: 30px auto;
    width: 90%;
    max-width: 1200px;
}



.Leistung a {
    transition: 0.5s ease;    
}

.Leistung img {
    width: 400px;
    height: 300px;
    z-index: 5;
    position: relative;
    object-fit: cover;
}

.Leistung a:hover{
    filter: grayscale(1);
}


.Leistung .Beschreibung {
    width: 70%;
    position: relative;
    padding: 40px;
    z-index: 5;
    color: black;
}


.Leistung .section {
    min-width: 500px;
    display: block;
    width: 100%;
}


.Trennstrich {
    background-color: black;
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
    height: 1px;
}

.InfoBackground {   
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 5;
} 

.Info {
    display: flex;
    padding: 20px;
    max-width: 600px;
}

.Info img{
    margin: 0 auto;
    object-fit: cover;
    width: 200px;
    height: 200px;
}

.Info .Beschreibung {
    width: 400px;
    padding: 20px;
    text-align: center;
}



.Blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.BlogBilder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.BlogBilder img{
    object-fit: cover;
    margin: 0 auto;
    padding: 10px;
    width: 550px;
    height: 300px;
}

.Blog img {
    margin: 0 auto;
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.Blog .Beschreibung {
    width: 90%;
}

.Picture {
    z-index: 0;
    position: absolute;
    opacity: 0.5;
    filter: grayscale(1);
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}


.Rechner {
    background-color: black;
    color: white;
    position: relative;
    top: 180px;
    text-align: center;
    font-size: 1.0em;
    margin-bottom: 40vh;
}

.Rechner h1 {
    font-variant: small-caps;
    color: darkgray;
    letter-spacing: 2px;
    line-height: 2;
}

form {
    font-size: 1.2em;
}

.Rechner h2 {
    font-size: 1.3em;
}



form input {
    height: 25px;
    font-size: 1em;
}

#Aufgabe {
    font-size: 2em;
    letter-spacing: 2px;
    color: green;
    font-variant: small-caps;
}


li{
    font-size: 1.1em;
    line-height: 1.5;
}

.Werke, .Projekt {
    z-index: 1;
    min-width: 300px;
    overflow: hidden;
    width: 20%;
    display: block;
    position: relative;
    margin: 10px;
    height: 250px;
    object-fit: cover;
}

.Werke img ,.Projekt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}




.Werkstext {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    z-index: 5;
    font-size: 1.2em;
    height: 100%;
    opacity: 0%;
    top: 0;
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,0.4);
    text-shadow: black 1px 2px 3px;
    text-align: center;
    justify-content: center;
    align-content: center;
    transition: 0.5s ease;
}

.Werkstext h3, .Werkstext p, .ProjektText h3, .ProjektText p {
    width: 100%;
}

.Werkstext:hover {
    opacity: 1;
}

.ProjektBilder {
    min-width: 300px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 10px;
    height: 400px;
    object-fit: cover;
}

.ProjektBilder img {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ProjektText {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    font-size: 1.1em;
    height: auto;
    opacity: 100%;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,0.4);
    text-shadow: black 1px 2px 3px;
    text-align: center;
    justify-content: flex-end;
    align-content: flex-end;
    z-index: 4;
}

.Infolink {
    font-size: 1.0em;
    color: black;
    text-decoration: underline;
}


.Infolink:hover {
    text-decoration: none;
}

.Bannerlink {
    color: white;
    text-shadow: black 1px 2px 3px;
}

.Bannerlink:visited {
    color: white;
}

.Bannerlink:active {
    color: white;
}

.Bannerlink:hover {
    text-decoration: none;
}

.Disposition td {
    margin: 5px;
    padding: 5px;
}

.Disposition {
    font-size: 1.1em;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    flex-wrap: wrap;
}


.Disposition caption {
    font-weight: 600;
    margin: 10px;
    text-align: left;
}

.Disposition table {
    width: 50%;
    min-width: 200px;
    margin-bottom: 20px;
}

.Disposition .Register {
    width: 60%;
}


.Galerie {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.BilderSpalte{
    z-index: 1;
    position: relative;
    width: 47%;
    margin: 5px;
    height: auto;
}

.Bilder {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: block;
}

.BilderSpalte img {
    z-index: 1;
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: block;
}

.Bildinfo p, .Bildinfo a {
    color: white;
    margin: 0;
    padding: 5px;
    text-align: center;
    line-height: 1.4;
    font-size: 1.0em;
}

.Bildinfo p {
    background-color: rgba(0,0,0,0.7);
}

.Bildinfo a:hover {
    text-decoration: none;
}


.ProjektGalerie {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 95%;
    padding: 0;
    top: 0;
}

.Projekt {
    overflow: hidden;
    width: 47%;
    display: block;
    position: relative;
    margin: 10px;
    height: 400px;
    object-fit: cover;
}

.Projekt img {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.Projekt a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    color: white;
    text-decoration: none;
    font-size: 1.3em;
    transition: opacity 0.2s ease;
}

.Projekt a p, .Projekt a h3 {
    width: 100%;
    text-align: center;
    text-shadow: black 1px 2px 3px;
}

.Projekt a:hover {
    opacity: 1;
}

.Link {
    text-decoration: none;
    background-color: gray;
    color: white;
    line-height: 4;
    padding: 10px;
}

.Link:hover {
    background-color: darkslategray;
}

.Design {
    bottom: 0;
    position: absolute;
    width: 100%;
}


footer .Pfeil {
    position: fixed;
    z-index: 9;
    color: white;
    font-size: 3em;
    right: 5%;
    bottom: 5%;
    text-shadow: black 1px 2px 3px;
    text-decoration: none;
}

.Pfeil:hover {
    color: lightgray;
}

footer {
    min-height: 100vh;
    z-index: 5;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: white;
    background-color: var(--Hintergrund);
}

footer a{
    color: lightgray;
}

footer a:hover {
    text-decoration: none;
}

.Facebook {
    background-image: url(Pictures/Facebook.png);
}

.Youtube {
    background-image: url(Pictures/youtube.png);
}

.Instagram{
    background-image: url(Pictures/Instagram.png);
}

.Youtube, .Instagram, .Facebook {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 20px;
    border-radius: 7px;
}

.Kontakt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    max-width: 500px;
}

.Kontakt .Youtube:hover, .Kontakt .Instagram:hover, .Kontakt .Facebook:hover {
    opacity: 0.8;
}

.Kontakt .BDO, .Kontakt .Manufakturenstrasse, .Kontakt .Orgelstrasse,  .Kontakt .GDO {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    border-radius: 7px;
    height: 90px;
    width: 180px;
    margin: 5px;
}

.Social {
    width: 100%;
    padding-top: 30px;
}

.Kontakt .BDO {
    background-image: url(Pictures/Bund-deutscher-Orgelbaumeister.png);
}

.Kontakt .GDO {
    background-image: url(Pictures/GDO.svg);
}

.Kontakt .Orgelstrasse {
    background-image: url(Pictures/DeutscheOrgelstrasse.png);
}

.Kontakt .Manufakturenstrasse {
    background-image: url(Pictures/deutsche-manufakturenstrasse.jpg);
}

#Telefon {
    font-size: 1.8em,
}

.BDO:hover, .GDO:hover, .Manufakturenstrasse:hover, .Orgelstrasse:hover, .ISO:hover {
    opacity: 0.8;
}

.Content {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    line-height: 1.5;
    margin: 0 auto;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

footer .Schriftzug {
    display: block;
    position: relative;
    height: 100px;
    width: 300px;
    align-self: flex-start;
    margin: 0 auto;
    margin-top: 70px;
}



footer p {
    position: relative;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0;
    z-index: 5;
    color: white;
    text-align: center;
}

.Kontakt, .Infos, .Audio {
    width: 30%;
    z-index: 5;
    text-align: center;
    font-size: 1.2em;
    margin: 10px;
    line-height: 2;
}



@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeout {
    from {opacity: 1;}
    to {opacity: 0;}
}




.Weihnachten, .Urlaub {
    z-index: 9;
    height: 500px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.Weihnachten-Hintergrund {
    background-color: rgba(0,0,0,0.1);
    display: block;
    position: absolute;
    width: 100%;
    height: 500px;
}

.Weihnachten img{
    position: absolute;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.Weihnachten p {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0%;
    width: 100%;
    font-size: 2em;
    margin: 0;
    line-height: 1.4;
    text-shadow: black 1px 1px 3px;
    color: white;
    text-align: center;
}





@media only screen and (max-width: 1200px) {
    




@media only screen and (max-width: 800px) {
    
    #myVideo{
        display: none;
    }
    
    #referenztabelle {
        margin-top: 300px;
    }
    
    .HintergrundVideo {
        display: block;

}
    
    nav span {
        position: fixed;
        z-index: 90;
        color: white;
        text-shadow: black 1px 2px 3px;
        margin: 0;
        padding: 0;
        font-size: 4em;
        line-height: 0.7;
        cursor: pointer;
        top: 5%;
        right: 5%;
    }
    
    .Imagefilm {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
        z-index: 1;
        padding: 0;
        position: relative;
    }
    
    .Bannertext {
        font-size: 1.0em;
    }
    
    .Navigation {
        right: 0%;
    }
    
    
    .Navigation a {
        font-size: 1.3em;
        padding-bottom: 20px;
        padding-top: 3px;
        padding-right: 2px;
        padding-left: 2px;
        margin: 5px;
    }   

    .Deutsch {
        height: 22px;
        left: 3%;
        top: 4%;
    }
    
    
    .Rechner {
        top: 80px;
        font-size: 0.9em;
    }

    
    footer .Pfeil {
        font-size: 2em;
        bottom: 1%;
    }
    
    .English {
        height: 22px;
        left: 3%;
        top: 4%;
    }
    
    .Schrift {
        font-size: 1.3em;
    }
    
    nav .Schriftzug {
        position: fixed;
        background-color: rgba(0,0,0,0.6);
        height: 55px;
        text-align: left;
        width: 100%;
        top: 0;
        z-index: 6;
    }
    
    .container h2 {
        letter-spacing: 3px;
        font-size: 1.4em;
    }
    
    .container h3 {
        font-size: 1.3em;
    }


    .Weihnachten p {
        font-size: 1.0em;
    }
    
    .Weihnachten {
        height: 300px;
        width: 90%;
    }
    
    .Weihnachten img {
        height: 300px;
        padding: 0;
    }
    
    .Bannertext{
        top: 30%;
    }
    
    
    .Background {
        margin: 0;
        padding: 0;
    }
    
    .Leistung {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    .Leistung img {
        width: 100%;
        height: 250px;
        z-index: 5;
        margin: 0 auto;
        position: relative;
        object-fit: cover;
        text-align: center;
        transition: filter 0.5s ease;
    }
    
    .Leistung .Beschreibung {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    
    
    .Trennstrich {
        width: 100%;
    }
    
    
    .InfoBackground {   
        width: 100%;
        height: auto;
        display: flex;
        position: relative;
        justify-content: center;
        background-color: rgba(255,255,255,0.8);
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    } 

    .Info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
        max-width: 100%;
        width: 400px;
    }

    .Info img{
        width: 250px;
        height: 250px;
    }

    .Info .Beschreibung {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    
    .Galerie {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 10px;

    }

    .BilderSpalte{
        position: relative;
        width: 95%;
        min-width: 300px;
        margin: 0;
    }
    
    .Bildinfo img{
        margin-top: 10px;
        padding: 0;
    }

    .Link {
        width: auto;
        display: block;
        text-align: center;
        line-height: 1;
        margin-top: 10px;
    }
    
    .Bilder{
        box-shadow: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        filter: grayscale(0);
        display: block;
    }
    
    
    .ProjektBilder {
    height: 300px;
    min-width: 300px;
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin-top: 10px;
    object-fit: cover;
}

.ProjektBilder img {
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ProjektText {
    display: block;
    position: absolute;
    z-index: 5;
    font-size: 1.1em;
    height: auto;
    opacity: 100%;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: rgba(0,0,0,0.4);
    text-shadow: black 1px 2px 3px;
    text-align: center;
    justify-content: center;
    align-content: center;
}
    
    .ProjektGalerie {
        width: 100%;
        margin: 0;
    }
    
    .Projekt {
        width: 100%;
    }
    
    .Projekt a{
        font-size: 1.1em;
        opacity: 1;
        background-color: rgba(0,0,0,0.4);
    }
    
    nav span {
        top:2%;
        right: 2%;
    }
    
    .overlay .content {
        top: 0%;
    }
    
    .overlay a {
        font-size: 1.2em;
        line-height: 3.5vh;
    }
    
    .overlay .closebtn {
        top: 2%;
        right: 2%;
    }
    
    .Werke {
        z-index: 1;
        max-width: 300px;
        overflow: hidden;
        width: 90%;
        display: block;
        position: relative;
        margin: 10px;
        height: 250px;
        object-fit: cover;
    }

    .Werke img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .Werkstext {
        display: flex;
        flex-wrap: wrap;
        position: absolute;
        z-index: 5;
        font-size: 1.2em;
        height: 100%;
        opacity: 100%;
        top: 0;
        width: 100%;
        color: white;
        background-color: rgba(0,0,0,0.4);
        text-shadow: black 1px 2px 3px;
        text-align: center;
        justify-content: center;
        align-content: center;
        transition: 0.5s ease;
    }

    .Werkstext h3, .Werkstext p {
        width: 100%;
    }
    
    .Projekt {
        z-index: 1;
        width: 100%;
        display: block;
        position: relative;     
        height: 300px;
        object-fit: cover;
}
    

    .BlogBilder img{
        width: 90%;
        height: 300px;
        object-fit: cover;
        margin: 0 auto;
        padding: 5px;
    }

    .Blog img {
        margin: 0 auto;
        width: 90%;
        height: 300px;
        object-fit: cover;
    }
    
    .Blog .Beschreibung {
        padding-bottom: 20px;
    }

    .Disposition table {
        width: 80%;
    }
    
    footer{
        font-size: 0.9em;
    }
    
    footer .Schriftzug {
        height: 80px;
    }
    
    .Content {
        width: 100%;
        margin: 0;
        display: flex;
    }
    
    .Infos {
        order: 1;
    }
    
    .Kontakt {
        order: 2;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .Kontakt .BDO, .Kontakt .Manufakturenstrasse, .Kontakt .Orgelstrasse,  .Kontakt .GDO {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: white;
        border-radius: 7px;
        height: 90px;
        width: 200px;
        margin: 5px auto;
    }
    
    .Audio {
        order: 3;
        padding-bottom: 30px;
    }
    
    .Infos, .Audio {
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
}












}



























