h1 {
    font-family: 'Neutronic';
    font-weight: bold;
    font-size: 24pt;
    color: #f5b5be;
    line-height: 2.3;
}

h2 {
    font-family: 'Neutronic';
    font-weight: bold;
    font-size: 18pt;
    color: #f5b5be;
    line-height: 1;
}

h3 {
    font-family: 'Neutronic';
    font-weight: normal;
    font-size: 15pt;
    color: #f1f4f3;
    line-height: 1;
}

p {
    font-family: 'Calibri';
    font-weight: lighter;
    font-size: 15pt;
    color: #f1f4f3;
}

body {
    margin: 0;
    background-color: #2c353c;
    text-decoration: none;
}

.index{
    margin-left: 5cm;
    margin-right: 5cm;
    text-align: left;
}

#dienstleistungen-container {
    width: 60%;
    margin: 1cm auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#dienstleistungen-image {
    width: 45%;
    height: auto;
}

#dienstleistungen-text {
    width: 50%;
    text-align: left;
}

.image-container-Mitarbeiter {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
}

.image-container-Mitarbeiter div {
    width: 48%;
    text-align: center;
    margin-top: 1cm;
    margin-top: 0.5cm;
}

.image-container-Mitarbeiter img {
    width: 100%;
    height: auto;
}

.image-container-Mitarbeiter h1 {
    font-family: Neutronic;
    font-weight: bold;
    font-size: 20px;
    color: #f5b5be;
}

.image-container-Mitarbeiter a {
    color: #f5b5be;
    text-decoration: none;
}

.image-container {
    text-align: center;
    margin-top: 1cm;
    margin-left: 3cm;
    margin-right: 3cm;
}

.image-container img {
    width: 95%;
}

.logo img {
    height: 65px;
}

header {
    background-color: #1b2227;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    margin-bottom: 1cm;
}

.header-items {
    display: flex;
}

.header-item {
    margin-left: 20px;
}

footer {
    background-color: #1b2227;
    padding: 20px;
    text-align: center;
    margin: 0;
    margin-top: 1cm;
}

.footer-container {
    display: flex;
    justify-content: center;
}

.column {
    width: 23%;
    margin: 0 10px;
    text-align: left;
}

.insta-img {
    width: 30px;
    height: auto;
    margin-top: 15px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #dba2aa;
}

.header-items {
    display: flex;
    justify-content: space-around;
    background-color: #1b2227;
    padding: 10px;
}

.header-item {
    position: relative;
}

.header-item:hover .dropdown {
    display: block;
}

h2 {
    margin: 0;
    padding: 10px;
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #2c353c;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.dropdown a {
    color: #fff;
    padding: 12px 16px;
    display: block;
    text-decoration: none;
    font-family: 'Neutronic';
    font-weight: lighter;
}

.dropdown a:hover {
    background-color: #2c353c;
}
