body {
    font-family: Arial, sans-serif;
    background-color: #f6695a;
    text-align: center;
    margin: 0;
    padding: 0;
}

h1 {
    color: rgb(255, 209, 6);
    margin-top: 20px;
}

main {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: visible;
}

.klovn-bilde,
.klovn-bilde1,
.klovn-bilde2,
.Publikum {
    display: block;
    width: 100%;      
    max-width: 100%;    
    height: auto;
    margin: 20px auto;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}




.klovn-bilde2 {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.info-wrapper {
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 10;
}


.info-wrapper1 {
    position: absolute;
    top: 24%;
    left: 25%;
    z-index: 10;
}

.info-wrapper2 {
    position: absolute;
    top: 36%;
    left: 14%;
    z-index: 10;
}




.info-wrapper4 {
    position: absolute;
    top: 25%;
    left: 14%;
    z-index: 10;
}




.info-section {
    max-width: 280px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    text-align: left;
    font-size: 14px;
}

.info-section1 {
    max-width: 280px;
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    text-align: left;
    font-size: 14px;
}


.info-section2 {
    max-width: 200px;
    background: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}



.info-section3 {
    max-width: 200px;
    background: white;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}








.info-section::after {
    content: '';
    position: absolute;
    top: 30px;
    right: -15px;
    border-width: 15px 0 15px 20px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}




.info-section2::after {
    content: "";
    position: absolute;
    bottom: -15px; 
    right: 30px;   
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: white transparent;
}

.info-section p {
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.knapp-container {
    margin: 20px 0;
}

.videre-knapp, .Hjem {
    display: inline-block;
    padding: 15px 25px;
    background-color: rgb(255, 230, 0);
    color: black;
    text-decoration: none;
    border-radius: 12px;
    margin: 10px;
    font-weight: bold;
    transition: 0.2s;
}



#song-button:active {
    transform: scale(0.9);

}

#song-button.is-playing {
    background-image: url('./Bilder/svg/audio-svgrepo-com.svg');
}



#song-button {
    width: clamp(40px, 5vw, 64px);
    height: clamp(40px, 5vw, 64px);
    background-size: 50%;
    background-image: url(./Bilder/svg/audio-off-svgrepo-com.svg);
    background-position: center;
    background-repeat: no-repeat;

    position: fixed;

    top: 20px;
    left: 20px;
    border-radius: 12px;

    border: none;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 999;
    transition: transform 0.2s ease;

}


.videre-knapp:hover, .Hjem:hover {
    background-color: rgb(214, 193, 0);
}



@media (max-width: 600px) {

    main {
        width: 95%; 
        margin: 10px auto;
    }

   
    .info-wrapper, .info-wrapper1, .info-wrapper2 .info-wrapper4 {
        position: relative; 
        left: 0;
        top: 0;
        margin: 10px auto;
        width: 100%;
    }

    .info-section, .info-section1, .info-section2 {
        max-width: 90%;
        margin: 0 auto;
        padding: 15px;
        font-size: 16px; 
    }

  
    .info-section::after, .info-section2::after {
        display: none;
    }

   
    .knapp-container {
        display: flex;
        flex-direction: column; 
        align-items: center;
        gap: 10px;
    }

    .videre-knapp, .Hjem, .Alternativ-knapp, .Hjem1 {
        width: 90%; 
        padding: 20px; 
        margin: 0;
        font-size: 18px;
    }
}