body {
    background: #E6E6E6;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    position: fixed;
    width: 100%;
    height: 135px;
    margin: 0px;
    align-content: center;

    background: #D9D9D9;

    /* simple shadow */

    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);

    z-index: 1000;
}

.header {
    height: 135px;

    display: flex;
    flex-direction: row;

    flex-shrink: 0;
    flex-grow: 0;
    justify-content: space-around;

    max-width: 1800px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;

    z-index: 1001;
}

@media screen and (max-width: 450px) {
    .header {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.logo {
    height: 100px;
    align-self: center;
}

.headerImg {
    height: 100px;
    margin-left: 20px;
    margin-right: 20px;
    align-self: center;

    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.5), 3px 3px 5px rgba(77, 77, 77, 0.25), -10px -10px 10px rgba(255, 255, 255, 0.5), 10px 10px 10px rgba(77, 77, 77, 0.25);
    border-radius: 20px;
    border: 5px solid #D9D9D9;
}

.navLink {
    align-self: center;
}

.navText {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;

    display: inline-block;
    margin: 10px;
    align-self: center;

    color: #000000;

    /* simple shadow */

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.navSep {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;

    display: inline-block;
    margin: 10px;
    align-self: center;

    color: #B3B3B3;

    /* simple shadow */

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.spacer {
    height: 135px;
}

.buttonNav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

    flex-shrink: 0;
    flex-grow: 0;

    max-width: 1800px;
    margin: auto;
    padding-top: 34px;
    padding-bottom: 30px;
}

button {
    box-sizing: border-box;

    width: 180px;
    height: 260px;
    margin: 20px;

    /* neomorphic shadow */

    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.5), 3px 3px 5px rgba(77, 77, 77, 0.25), -10px -10px 10px rgba(255, 255, 255, 0.5), 10px 10px 10px rgba(77, 77, 77, 0.25);
    border-radius: 20px;
    border: 5px solid #D9D9D9;

    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    color: rgb(255, 255, 255);
    padding-top: 170px;

    transition: ease-in-out;
    transition-property: all;
    transition-duration: 0.3s;

    flex-shrink: 0;
    flex-grow: 0;
}

button:hover {
    box-sizing: border-box;

    width: 180px;
    height: 260px;

    /* neomorphic shadow */

    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45);
    border-radius: 20px;
    border: 5px solid #D9D9D9;
}

.werWirSindButton {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(Bilder/dauerhafte_Bilder/indexbilder/hauptBilder/buttons/werWirSind.jpg);
}

.werWirSindButton:hover {
    cursor: pointer;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45), inset 300px 0 0 0 rgba(0, 0, 0, 0.1);
}

.wasWirMachenButton {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(Bilder/dauerhafte_Bilder/indexbilder/hauptBilder/buttons/wasWirMachen.jpg);
}

.wasWirMachenButton:hover {
    cursor: pointer;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45), inset 300px 0 0 0 rgba(0, 0, 0, 0.1);
}

.aktuellesButton {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(Bilder/dauerhafte_Bilder/indexbilder/hauptBilder/buttons/aktuelleProjekte.jpg);
}

.aktuellesButton:hover {
    cursor: pointer;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45), inset 300px 0 0 0 rgba(0, 0, 0, 0.1);
}

.verkaufVermietungButton {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(Bilder/dauerhafte_Bilder/indexbilder/hauptBilder/buttons/verkaufVermietung.jpg);
}

.verkaufVermietungButton:hover {
    cursor: pointer;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45), inset 300px 0 0 0 rgba(0, 0, 0, 0.1);
}

.cncFertigungButton {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(Bilder/dauerhafte_Bilder/indexbilder/hauptBilder/buttons/cncFertigung.jpeg);
}

.cncFertigungButton:hover {
    cursor: pointer;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45), inset 300px 0 0 0 rgba(0, 0, 0, 0.1);
}

.bisherigeProjekteButton {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)), url(Bilder/dauerhafte_Bilder/indexbilder/hauptBilder/buttons/bisherigeProjekte.jpeg);
}

.bisherigeProjekteButton:hover {
    cursor: pointer;
    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45), inset 300px 0 0 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1300px) {
    .navLink {
        display: none;
    }

    .navText {
        display: none;
    }

    .navSep {
        display: none;
    }

    .buttonNav {
        flex-direction: unset;
        max-height: 300px;
        display: flex;
        overflow-x: auto;
        justify-content: unset;
        margin-top: 15px;
    }

    .buttonNav::-webkit-scrollbar {
        width: 0;
    }

    button {
        min-width: 180px;
        height: 260px;
        text-align: center;
        margin: 0;
        margin-right: 20px;
        margin-left: 20px;
        align-self: flex-start;
    }
}

h2 {
    text-align: center;
    color: #a50021;
    font-family:'Times New Roman', Times, serif;
    
    /* simple shadow */

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.BildmitText {
    width: 300px;
    margin: 15px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 15px;
    background: #D9D9D9;

    /* neomorphic shadow */

    box-shadow: -3px -3px 5px rgba(255, 255, 255, 0.75), 3px 3px 5px rgba(77, 77, 77, 0.45), -10px -10px 20px rgba(255, 255, 255, 0.75), 10px 10px 20px rgba(77, 77, 77, 0.45);
    border-radius: 20px;
    border: 5px solid #D9D9D9;
}
  
.Berichtbild {
    height: 225px;
    border-radius: 5px;
    
    /* simple shadow */

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
  
.BerichtText {
    height: 150px;
    text-align: left;
    position: relative;
    margin: 0px;
    margin-top: 15px;
    text-align: center;
    font-size: 17px;
}

.content {
    text-align: center;
}
  
.homeLink {
    height: 135px;

    display: flex;
    flex-direction: row;

    flex-shrink: 0;
    flex-grow: 0;
    justify-content: space-around;
}

a {
    text-decoration: none;
}
  
.wasBildmitText {
    margin: 15px;
}
  
.wasBild {
    height: 200px;
    display: inline-block;
}
  
.wasText {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
  
.wasnurText {
    margin: 15px;
}

footer {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 17px;
}

@media screen and (max-width: 900px) {
    .headerImg {
        display: none;
    }
}