body {
    background-image: url('/assets/img/background_1.jpg');
    background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#untertitel {
    margin-top: 5px;
}
#titel {
    margin-bottom: 0px;
}

#menue-column {
    background-color: rgba(153,102,51, 0.7);
    position: sticky;
    top: 0px;
}
#content-menue {
    width: 100%;
    background-color: inherit;
    display: flex;
    height: 2em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#burger-menue-icon {
    display: none;
}


.content-item {
    height: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-item:hover {
    background-color: rgba(153,102,51, 0.8);
    color: white;
    text-decoration: underline;
}
.content-item a {
    color: whitesmoke;
    text-decoration: none;
}

#content-div {
    margin-left: 10rem;
    margin-right: 10rem;
    padding: 1.5rem;
    padding-top: 0.1em;
    font-size: 1.1em;
    background-color: rgba(255, 255, 255, 0.8);
}

#page-image {
    width: 100%;
}
#me-image {
    height: 15em;
}

.bild-text-container {
    display: flex;
    align-items: center;
    margin-top: 1em;
    height: fit-content;
}
.bild-text-container > img {
    margin: 10px;
}
.colored-container {
    background-color: rgba(153,102,51, 0.5);
}
.text-container {
    margin-left: 2em;
    margin-right: 2em;
    align-self: flex-start;
}

#ueber-mich-container {
    margin-left: 8%;
    margin-right: 8%;
}

.leistung-container > img {
    height: 12em;
}

#zertifizierungen-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    
}
.zertifikat-container {
    width: 30%;
    min-width: 16em;
    padding:10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.zertifikat-container > h3 {
    margin: 0;
    margin-bottom: 0.2em;
}
.zertifikat-lower-container {
    display: flex;
    justify-content: space-between;
}

.icon-link {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
    margin: 5px;
}

#kontakt-buttons {
 display:flex;
 height: 2em;
 align-items: flex-start;
 justify-content: flex-start;
 gap: 5px;
}
#kontakt-buttons div {
    align-self: flex-start;
}

button {
    background-color: rgba(153,102,51, 0.7);
    font-weight: bold;
    font-size: medium;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: whitesmoke;
    height: 3em;
    width: 10em;
}
button:hover {
    background-color: rgba(153,102,51, 0.9);
    color: white;
}

#impressum {
    margin-top: 15px;
    font-size: medium;
    text-align: end;
}
