body {
    margin: 0;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    color: black;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid black;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    font-size: 12pt;
    text-transform: uppercase;
    color: black;
}

nav a {
    text-decoration: none;
    color: black;
}

nav a:hover {
    color: #996515;
}

h1 {
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  text-transform: ;
  font-size: 22px;
  line-height: 1.5em;
  margin-top: ; 
  color: black;
  width: 700px;
  margin: auto;
  text-align: center;
}

#font-album {
  width: 300px;
}

#sticky-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    background-color: white;
}

#sticky-icons .icon {
    font-size: 24px;
    color: black;
    margin-left: 10px;
    text-decoration: none;
}

#sticky-icons .icon:hover {
    color: #996515;
}

#logo-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px 0 20px;
    padding-bottom: ;
}

#logo-container img.left-logo,
#logo-container img.right-logo {
    width: 400px;
}

#main-content {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    padding-bottom: 50px;
}

#album-section {
    display: flex;
    align-items: center;
}

#album-image img {
    width: 500px;
    margin: 10px;
}

#album-description {
    margin-left: 30px;
    max-width: 650px;
}

#album-description h2 {
    font-size: 24pt;
    font-weight: 320;
    text-transform: uppercase;
}

#album-description p {
    font-size: 20pt;
    line-height: 1.2em;

}

#additional-section p {
    font-size: 18pt;
    line-height: 1.2em;
}

#buttons {
    display: flex;
    justify-content: flex-start; /* Links ausgerichtet in der Desktop-Ansicht */
}

.rounded-border {
    border: 1px solid black;
    border-radius: 25px;
    padding: 10px 20px;
    margin-right: 10px;
    background-color: white;
    color: black;
    font-size: 18pt;
    text-transform: uppercase;
}

.rounded-border:hover {
    background-color: #996515;
    color: white;
}

#additional-section {
    display: flex;
    justify-content: space-around;
    margin: 40px 10px;
}

.flex-left,
.flex-right {
    flex: 1;
    max-width: 600px;

}

#album-info h2{
    font-size: 30pt;
    font-weight: 300;
    text-transform: uppercase;
}

#track-list h3 {
    font-size: 20pt;
    font-weight: 300;
}

#track-list p{
    font-size: 18pt;
    line-height: 1.4em;
}

#credits p{
    font-size: 12pt;
    line-height: 1.4em;
}


#footer {
    border-top: 1px solid black;
    width: 100%;
    padding: 10px 10px;
    text-align: left;
    text-transform: uppercase;
    color: black;
}

#footer a {
    text-decoration: none;
    color: black;
}

#footer a:hover {
    color: #996515;
}

@media (max-width: 768px) {
    nav {
        font-size: 10pt;
    }

    #logo-container {
        flex-direction: column;
        align-items: center;
    }

    #logo-container img.left-logo,
    #logo-container img.right-logo {
        width: 220px;
    }

    #buttons {
        font-size: 12pt;
        align-items: center;
        text-align: center;
        margin:auto;   
        justify-content: center; 

    }

    h1 {
        font-size: 14pt;
        width: 320px;
    }

    #album-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 320px;
    }

    #album-image img {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #font-album {
        width: 280px;
        margin-top: 20px;
    }

    #album-description {
    margin-left: 0px;
      margin-top: 20px;
    max-width: 320px;
    }


    #album-description h2 {
        font-size: 18pt;
    }

    #album-description p {
        font-size: 14pt;
        width:320px;
    }

    #additional-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: left;
        width:320px;
    }

    #additional-section h2 {
        font-size: 18pt;
    }

    #additional-section p {
        font-size: 14pt;
    }

    #track-list {
    list-style: none;
    font-size: 12pt;
    }

    #credits p {
    font-size: 9pt;
    }

    #font-jacuzzi {
        width:250px;
    }

    .rounded-border {
        font-size: 12pt;
    }

    #footer {
    font-size: 8pt;
    }

    #main-content {
        margin: auto;
        margin-left: auto;
        margin-right: auto;
        align-items: center;  
    }

    .flex-left {
    }

    .flex-right {
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
        max-width: none;
    }


    #additional-section {
        margin: 20px 10px;
    }

    #sticky-icons {
    position: fixed;
    bottom: 20px;
    right: 50px;
    }

    #sticky-icons .icon {
    font-size: 20px;
    margin-left: 10px;

}

}
