

body {
    margin: 0; 
    padding: 0;
    background-image: url('./backgroundBLACK.jpg');
    background-size: 100vw auto;
    background-position: top;
    background-repeat: repeat-y;
    font-family: Arial, Helvetica, sans-serif;
    overflow: scroll;
    min-height: 100vh;
}

.content-middle {
    display: flex;
    height: 100%;
}

.navbar {
    display: flex;
    margin-left: 2.5%;
    margin-right: 2.5%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    justify-content: space-between;
    height: 9%;
    background-color: rgb(63, 81, 176);
    align-items: center;
    border-radius: 0 0 15px 15px;
    font-size: 1.2rem;
}

.nav-links {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
    align-content: center;
    gap: 4%;
    width: 100%;
}

.navbar a {
    color: antiquewhite;
    display: block;
    text-decoration: none;
}

.navbar-right {
    display: flex;
    background-color: rgb(63, 81, 176);
    width: 10%;
    height: 50vh;
    margin-top: 5%;
    border-radius: 0 15px 15px 0;
    padding-left: 0;
}

.nav-links-right {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    justify-content: space-around;
    align-content: center;
    gap: 4%;
    padding-left: 15px;
}

.navbar-right a {
    color: antiquewhite;
    display: block;
    text-decoration: none;
    padding-top: auto;
    padding-bottom: auto;
}

/* Head row is equal across all types of "waswirschongemacht haben" so i ecluded it from the specific file markers. Despite the fact that .gewerbe and .industrie etc are the exact same class */

.head-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.bauherr-title {
    margin-left: 1%;
}

.bauvorhaben-title {
    margin-right: 10%;
}

.galerie-title {
    margin-right: 20%;
}

/* gewerbe.html */


.gewerbe {
    display: flex;
    width: 80%;
    flex-direction: column;
    color: black;
    background-color: rgba(240, 248, 255, 0.336);
    align-items: center;
    margin-top: 5%;
    margin-left: 2%;
    border-radius: 15px;
    border-color: antiquewhite;
    border-width: thin;
    border-style: solid;
}

.gewerbe-div {
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-between;
    margin: 2% 0 0 0;
}


.gewerbe-imgs {
    display: block;
    max-width: 300px;
    height: 100%;
    width: 100%;
    align-self: flex-end;
}
.img-name {
    width: 30%;
    margin-right: 2%;
}

.img-name img {
    display: block;
    max-width: 200px;
    width: 30vh;
    height: auto;
}

.gewerbe-content {
    margin: 2% 2% 0 2%;
}

.bauvorhaben {
    width: 50%;
}


/* industrie.html */

.industrie {
    display: flex;
    width: 80%;
    flex-direction: column;
    color: black;
    background-color: rgba(240, 248, 255, 0.336);
    align-items: center;
    margin-top: 5%;
    margin-left: 2%;
    border-radius: 15px;
    border-color: antiquewhite;
    border-width: thin;
    border-style: solid;
}

.industrie-div {
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-between;
    margin: 2% 0 0 0;
}

.industrie-content {
    margin: 2% 2% 0 2%;
}

.industrie-content3 {
    border-bottom: black;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-bottom: 2%;
}

.industrie-content4 {
    border-bottom: black;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-bottom: 2%;
}

.industrie-content7 {
    border-bottom: black;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-bottom: 2%;
}

/* Hotellerie & Gastro */

.hotellerie {
    display: flex;
    width: 80%;
    flex-direction: column;
    color: black;
    background-color: rgba(240, 248, 255, 0.336);
    align-items: center;
    margin-top: 5%;
    margin-left: 2%;
    border-radius: 15px;
    border-color: antiquewhite;
    border-width: thin;
    border-style: solid;
}

.hotellerie-div {
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-between;
    margin: 2% 0 0 0;
}

.hotellerie-content {
    margin: 2% 2% 0 2%;
}

/* Wohnbhauten */

.wohnbauten {
    display: flex;
    width: 80%;
    flex-direction: column;
    color: black;
    background-color: rgba(240, 248, 255, 0.336);
    align-items: center;
    margin-top: 5%;
    margin-left: 2%;
    border-radius: 15px;
    border-color: antiquewhite;
    border-width: thin;
    border-style: solid;
}

.wohnbauten-div {
    display: flex;
    flex-direction: row;
    width: 96%;
    justify-content: space-between;
    margin: 2% 0 0 0;
}

.wohnbauten-content {
    margin: 2% 2% 0 2%;
}