html {
    font-size: 14px;
    background-color: #f5f5f5;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f5f5f5;
}

.left {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #BAC1B8;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 20px;
    border-color: aliceblue;
    border-width: 1px;
    width: 30vw;
}

.profilepicture {
    margin-right: -100px;
}

.left:hover {
    transform: scale(1.2);
}

.Bild {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.left:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

.Firstname {
    display: inline-block;
}

.Firstname, .Surname, .Password, .City, .Email, .Country {
    display: flex;
    gap: 5px;
    margin: 3px 0;
}

p {
    margin: 0;
    font-weight: bold;
}
h3 {
    margin: 0 0 10px 0;
    font-size: 22px;
}

.Bil-Bild-Container {
    width: 17vw;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
    margin-left: 11vw;
    margin-top: -11vh;
}

.Bil-Bild {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.right {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px;
    padding: 20px;
    border-radius: 10px;
    width: 20vw;
    border: 2px solid #BAC1B8;
    background-color: #FBFFFA;
    position: sticky;
    top: 20px;
}
.Profile-Bild {
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 0px;
    margin-left: 10px;
    height: 11vh;
    width: 5.4vw;
} 

.card-title{
    margin-left:50px;
}
.information-text {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-left: 7vw;
    margin-top: -12vh;
    margin-bottom: 0vh;
}


.information-text div {
    margin-bottom: 10px;
}


.information-text p {
    margin: 0;
    font-weight: 600;
    color: #2F3A34; 
    display: inline-block;
    margin-right: 4px;
}


.information-text div span {
    font-weight: 400;
}
.grid {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.cars {
    display: flex;
    flex-direction: column;
}


.icon-bil {
    width: 30px; 
    height:30px; 
    margin-right: 0px; 
}
.navbar-brand {
    border-bottom: 2px solid #BAC1B8;
}
