
.winky-sans-voresskrifttype {
                 font-family: "Winky Sans", sans-serif;
                 font-optical-sizing: auto;
                 font-weight: 400;
                 font-style: normal;
             }
.skrifttype{
    font-family: "Winky Sans", sans-serif;
}

.overskrift{
    font-family: "Winky Sans", sans-serif;
text-align: center;
    padding-top: 20px;
}


.loginmedlem{
    background-color: #D9D9D9;
    padding-bottom: 20px;
}


.baggrund{
    background-color:#D9D9D9;
    margin: 47px;
}

.tekst{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.nanbillede{
    display: flex;
    justify-content: center;
}




* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
