@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #191919;
}

/* NAVIGATION STYLES */
.nav-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85px;
}

.aufloesung-content {
    max-width: 800px;
    margin: 80px auto;
    padding: 0 30px;
}

.aufloesung-title {
    font-size: 42px;
    color: #EBEBEB;
    margin-bottom: 20px;
    font-weight: bold;
}

.aufloesung-divider {
    width: auto;
    height: 2px;
    background-color: #0065BD;
    margin: 0 auto 40px;
}

.aufloesung-text {
    font-size: 18px;
    font-weight: 300;
    color: #EBEBEB;
    line-height: 2;
}

.contact-container {
    margin: 10px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.nav-container {
    margin-top: 50px;
    justify-content: center;
}

.bold {
    font-weight: bold;
}

.divider {
    width: auto;
    height: 1px;
    background-color: #818181;
    margin: 0 auto 10px;
}

.side-dent{
    padding: 15px 30px 15px;
}

.logo img {
    width: 150px !important;
    height: 150px!important;
    object-fit: none !important;
}

header {
    position: relative !important;
    height: 69px !important;
}