*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --morklilla: #3E0450;
    --morklilla2: #5A2D6A;
    --morklilla3: #764586;
    --lyslilla: #9460A3;
    --lyslilla2: #B17BC0;
    --lyslilla3: #CEA7DC;
    --lyslilla4: #ECD2F5;
    --orange: #FF8419;
    --beige: #FFFCF2;
    --overskrift:"Roboto Condensed", sans-serif;
}

body{
    background-color: #764586;
    margin: 0;
    padding: 20px;
    font-family: var(--overskrift);
}

/*Tilbage knap ikon*/
#back img {
    position: fixed;      
    top: 20px;             
    left: 10px;           
    width: 40px;          
    height: auto;               
    }

/*Hjem knap ikon*/
#home img {
    position: fixed;      
    top: 20px;             
    right: 10px;           
    width: 40px;          
    height: auto;               
    }

 /*Breadcrumb i siden*/
.breadcrumb {
    color: var(--lyslilla2);
    rotate: -90deg;
    margin: 28px -10px;
    width: fit-content;
    text-decoration: none;
    font-size: 20px;
    margin: 170px -130px;
}

.breadcrumb a {
    color: var(--lyslilla2);
    text-decoration: none;
}

#breadkategori{
    color: var(--lyslilla3);
  }

/*Kroppen med krøller i midten*/
.krolle-valg {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1; 
}

.krolle-valg img {
    width: 150%;
    height: auto;
    object-fit: cover;
    margin: 100px -40px;
    
}



h1 {
    color: var(--morklilla);
    text-align: center;
    margin-top: -350px;
    font-size: 50px;
}

/*Pop-up styling*/
.sertralin-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--morklilla);
    color: var(--beige);
    width: 90vw;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.mindfullness-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--morklilla);
    color: var(--beige);
    width: 90vw;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.4s ease-in-out;
}
/*Lukkeknap styling*/
.close{
    display: flex;
    justify-content: end;
}

.dolexetin-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--morklilla);
    color: var(--beige);
    width: 90vw;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.4s ease-in-out;
}
.sertralin-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--morklilla);
    color: var(--beige);
    width: 90vw;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.4s ease-in-out;
}

.fidget-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--morklilla);
    color: var(--beige);
    width: 90vw;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.4s ease-in-out;
}
.tilpasning-popup {
    display: none;
    position: fixed;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--morklilla);
    color: var(--beige);
    width: 90vw;
    max-width: 800px;
    padding: 20px;
    border-radius: 20px;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.4s ease-in-out;
}
/*Hele sektionens fælles styling*/
.hjalpemidler-section {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--lyslilla3);
    width: 100vw;
    padding-bottom: 15px;
    padding-top: 10px;
}


/*Styling af class inde i footer*/
.item-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    gap: 8px;
}

/*Styling af footer*/
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}

/*Typofrafi footer*/
.item-list h2 {
    color: var(--morklilla);
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
}

.item-list h3 {
    color: var(--lyslilla3);
    background-color: var(--morklilla3);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.item-list h3.active {
    background-color: var(--morklilla);
    color: var(--beige);
}

#Mindfullness{
    margin-right: 0;
}

/*Touch ikon redigering*/
.touch {
    position: absolute;
    top: 85px;
    right: 5px;
    width: 40px;
    height: auto;
    z-index: 2000;
    animation: pulsate 3s infinite ease-in-out;
}

@keyframes pulsate {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

/*Styling af de orange knapper*/
#orang1{
    display: flex;
    position: absolute;
    background-color: #FF8419;
    font-size: x-large;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #FFFCF2;
    margin-top: 200px;
    margin-left: 40px;
}


#orang2{
    display: flex;
    position: absolute;
    background-color: #FF8419;
    font-size: x-large;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #FFFCF2;
    margin-top: 50px;
    margin-left: 150px;
}
#orang3{
    display: flex;
    position: absolute;
    background-color: #FF8419;
    font-size: x-large;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #FFFCF2;
    margin-top: 200px;
    margin-left: 170px;
}
#orang4{
    display: flex;
    position: absolute;
    background-color: #FF8419;
    font-size: x-large;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #FFFCF2;
    margin-top: 160px;
    margin-left: 340px;
}
#orang5{
    display: flex;
    position: absolute;
    background-color: #FF8419;
    font-size: x-large;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #FFFCF2;
    margin-top: 300px;
    margin-left: 330px;
}
