* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: linear-gradient(to right, #6ebbc4 , #bfd6df); ;
    color: black;
    position: relative;
}

.dark-mode {
    background-image: linear-gradient(to right, #31838c , #4e565a);
    color: white
}

.textruta {
    border-radius: 12%;
    border-color: rgba(211, 211, 211, 0.7);
}

.bg-light {
    background-color: rgba(211, 211, 211, 0.7) !important;

}

#slideshow  {
    display: flex;
    justify-content: center;
}

li {
    font-family: "DM Sans", sans-serif;
}

p {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    margin-left: 7px;
}

h1, h2, h3 {
    font-family: "Rubik", sans-serif;
}

h2, h3 {
    margin-left: 5px;
}


#scrollspygdpr {
    position: sticky;
    top: 8.7%;
    z-index: 3;
}

#navgdpr {
    z-index: 50;
    position: sticky;
    top: 0;
}


.textruta {
    border: rgba(0, 0, 0, 0.3) solid 1px;
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin-top: 1vh;
}

.scrollspy {
    position: sticky;
    top: 8.7%;
    z-index: 3;
}

.navbar {
    z-index: 50;
    position: sticky;
    top: 0;
}

#losenordbild {
    max-width: 85%;
    height: auto;
    margin-top: 0.7%;
    margin-bottom: 3em;
}

#webbhotellbild {
    max-width: 85%;
    height: auto;
    margin-top: 0.7%;
    margin-bottom: 3em;
}

#visaMer {
    display: none;
}

#polisText {
    margin-top: 1.7em;
}

#footer {
    font-size: larger;
}

#textKnapp:hover {
    transform: translate(0px, -2px);
}

.scrollspy {
    z-index: 4;
}
   
