body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
}

header {
    background-color: #f0f0f0;
    padding: 10px;
    text-align: center;
}


.logo {
    max-height: 80px;
    width: auto;
    max-width: 100%;
}

nav {
    background-color: #000;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    padding: 10px;
    display: block;
}

main {
    padding: 20px;
}

footer {
    background-color: #f0f0f0;
    text-align: center;
    padding: 10px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    max-width: 500px;
    box-sizing: border-box;
    font-size: 1rem;
}

@media (max-width: 600px) {
    header, footer, main {
        padding: 10px;
    }

    .logo {
        max-width: 100%;
        height: auto;
    }

    nav {
        flex-direction: column;
    }
}

.om-mig-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.om-mig-text {
    flex: 1 1 300px;
}

.om-mig-bild {
    flex: 0 0 auto;
}

.profilbild {
    width: 250px !important;
    height: auto;
    border-radius: 12px;
}
.welcome-container {
  text-align: center;
  margin: 20px 0;
}

.welcome-img {
  max-width: 80%;
  height: auto;
  display: inline-block;
}
@media (max-width: 600px) {
  .welcome-img {
    width: 80%;      
    max-width: none;  
  }
}
.contact-header {
  margin-top: 10px;
  text-align: center;
}
.contact-header a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.contact-header a:hover {
  text-decoration: underline;
}
nav a.active {
  background-color: #555;
}
