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

@font-face {
    font-family: playfairdisplay;
    src: url(/fonts/PlayfairDisplay-VariableFont_wght.ttf);
}


@media screen and (max-width: 391px ) {
    * {
        font-family: playfairdisplay;
    }

    body {
        background: linear-gradient(180deg, #d0fcff, #ffffff) ;
    }
        
    .forsidelogo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 60px;
        margin: auto; /* Centrerer containeren horisontalt */
        padding-bottom: 10px;
    }
        /* Reset for margin/padding */

/* Skjul checkboxen */
.burger-checkbox {
    display: none;
}

/* Styling af burgerikonet */
.burger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    margin: 10px;
}

.line {
    height: 3px;
    background-color: #da7897; /* Farve på linjerne */
    margin: 5px 0;
    border-radius: 2px; /* Runding af hjørner */
}

/* Styling af menuen */
.menu {
    display: none; /* Skjul menuen som standard */
    background-color: #da7897;
    position: absolute;
    top: 90px; /* Placer menuen nedenfor burgerikonet */
    right: 0;
    width: 100%;
    text-align: left;
    font-family: playfairdisplay;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    padding: 15px;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

/* Vis menuen, når checkboxen er markeret */
.burger-checkbox:checked + .burger + .menu {
    display: block;
}

h2 {
    font-family: playfairdisplay;
}

header {
    padding: 30px;
}

hr {
    border-color: #da7897;
}

.infotext {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.runinfohr {
    display: none;
}

h2 {
    text-align: center;
    font-size: 1.2rem;
    font-family: playfairdisplay;
    padding-bottom: 1rem;
}

.runimages {
    position: relative;
    width: 275px;
    height: 275px;
}

.run {
    border-radius: 34px;
    position: absolute;
    top: 35.33%;
    left: 71%;
    width: 64%;
    height: 68%;
    z-index: 2;
    object-fit: cover;
}

.run2 {
    border-radius: 34px;
    position: absolute;
    top: 19%;
    left: 8%;
    width: 69%;
    height: 71%;
    z-index: 1;
    object-fit: cover;
}

.runhr {
   display: none;
}

.kreainfohr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-right: 30px;
    margin-left: 30px;
}

.kreah2 {
    padding-top: 2rem;
}

.kreatext {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.kreaimages {
    position: relative;
    width: 275px;
    height: 275px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.smykker {
    border-radius: 34px;
    position: absolute;
    top: -3.67%;
    left: 42%;
    width: 43%;
    height: 81%;
    z-index: 2;
    object-fit: cover;
}

.keramik {
    border-radius: 34px;
    position: absolute;
    top: 30%;
    left: 9%;
    width: 41%;
    height: 67%;
    z-index: 1;
    object-fit: cover;
}

.strik {
    border-radius: 34px;
    position: absolute;
    top: 43%;
    left: 69%;
    width: 66%;
    height: 66%;
    z-index: 3;
    object-fit: cover;
} 

.majmarkedhr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-right: 30px;
    margin-left: 30px;
}

.majhr {
   display: none;
}

.majh2 {
    padding-top: 2rem;
}

.majtext {
    font-size: 1rem;
    text-align: justify;
    line-height: 1.8rem;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
}

.majmedia {
    position: relative;
    width: 275px;
    height: 275px;
    margin-bottom: 7rem;
}

.oel {
    border-radius: 34px;
    position: absolute;
    top: 37.33%;
    left: 81%;
    width: 50%;
    height: 81%;
    z-index: 2;
    object-fit: cover;
}

.majmarked {
    border-radius: 34px;
    position: absolute;
    top: -1%;
    left: 24%;
    width: 103%;
    height: 54%;
    z-index: 3;
    object-fit: cover;
}

.torvvideo {
    border-radius: 34px;
    position: absolute;
    top: 43%;
    left: 4%;
    width: 80%;
    height: 80%;
    z-index: 1;
    object-fit: cover;
}

.footerbox {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 3rem;
}

.aabningstider {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 2rem;
    text-align: center;
}

.kontaktmig {
    line-height: 2rem;
    text-align: center;
}

.roundlogo {
    margin-bottom: 2rem;
    display: none;
}

.instagramlogo {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.facebooklogo {
    width: 2rem;
    height: 2rem;
}

.logoer {
    display: flex;
    justify-content: center;
}
}

@media screen and (min-width: 392px) {
    * {
        font-family: playfairdisplay;
    }

    body {
        background: linear-gradient(135deg, #d0fcff, #ffffff) ;
    }
    
    .forsidelogo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 130px;
        margin: auto; /* Centrerer containeren horisontalt */
        padding-bottom: 10px;
    }


/* Skjul checkboxen */
.burger-checkbox {
display: none;
}


.menu ul {
list-style: none;
display: flex;
justify-content: space-between;
}

.menu ul li {
padding: 15px;
}

.menu ul li a {
color: black;
text-decoration: none;
font-size: 1.5rem;
}

/* Vis menuen, når checkboxen er markeret */
.burger-checkbox:checked + .burger + .menu {
display: block;
}

h2 {
font-family: playfairdisplay;
}

header {
padding: 30px;
}

hr {
border-color: #da7897;
}

.textevent1 {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap; 
    width: 50%;
    height: 50%;
    padding-top: 3rem;
}

.runinfohr {
   border-color: #da7897;
   margin-left: 2rem;
   width: 91%;
}

.infotext {
font-size: 1.3rem;
text-align: justify;
line-height: 1.8rem;
padding-left: 3rem;
padding-right: 3rem;
padding-top: 1.5rem;
}

h2 {
text-align: center;
font-size: 1.5rem;
font-family: playfairdisplay;
padding-bottom: 1rem;
}

.runimages {
position: relative;
width: 275px;
height: 275px;
}

.run {
border-radius: 34px;
position: absolute;
top: -74.67%;
left: 374%;
width: 110%;
height: 140%;
z-index: 1;
object-fit: cover;
}

.run2 {
border-radius: 34px;
position: absolute;
top: -15%;
left: 287%;
width: 110%;
height: 140%;
z-index: 2;
object-fit: cover;
}

.runhr {
display: none;
}

.kreah2 {
padding-top: 10rem;
padding-left: 37rem;
}

.kreainfohr {
border-color: #da7897;
margin-left: 43rem;
width: 43%;
}

.kreatext {
font-size: 1.3rem;
text-align: justify;
line-height: 1.8rem;
padding-left: 43rem;
padding-right: 8rem;
padding-top: 1.5rem;
}

.kreaimages {
position: relative;
width: 275px;
height: 275px;
}

.smykker {
border-radius: 34px;
position: absolute;
top: -174.67%;
left: 74%;
width: 100%;
height: 130%;
z-index: 1;
object-fit: cover;
}

.keramik {
border-radius: 34px;
position: absolute;
top: -87%;
left: 21%;
width: 90%;
height: 130%;
z-index: 2;
object-fit: cover;
}

.strik {
border-radius: 34px;
position: absolute;
top: -61%;
left: 109%;
width: 100%;
height: 130%;
z-index: 3;
object-fit: cover;
} 

.majhr {
display: none;
}

.majmarkedhr{
border-color: #da7897;
margin-left: 3rem;
width: 43%;  
}

.majh2 {
padding-top: 2rem;
text-align: justify;
padding-left: 11rem; 
}

.majtext {
font-size: 1.3rem;
text-align: justify;
line-height: 1.8rem;
padding-left: 3rem;
padding-right: 3rem;
padding-bottom: 2rem;
width: 50%;
}

.majmedia {
position: relative;
width: 275px;
height: 275px;
}

.oel {
border-radius: 34px;
position: absolute;
top: -36.67%;
left: 383%;
width: 80%;
height: 110%;
z-index: 3;
object-fit: cover;
}

.majmarked {
border-radius: 34px;
position: absolute;
top: -116%;
left: 332%;
width: 150%;
height: 95%;
z-index: 2;
object-fit: cover;
}

.torvvideo {
border-radius: 34px;
position: absolute;
top: -35%;
left: 276%;
width: 110%;
height: 120%;
z-index: 1;
object-fit: cover;
}

p {
    font-size: 1.2rem;
}

.footerhr {
    margin-bottom: 2rem;
}

.footerbox {
    display: flex;
    justify-content: space-between;
    margin: 2rem;
    flex-direction: row;
}

.socialmediabox {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
}

.instagramlogo {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
    margin-top: 2rem;
}

.facebooklogo {
    width: 5rem;
    height: 5rem;
    margin-top: 2rem;
}

.logoer {
    display: flex;
    justify-content: center;
}

.aabningstider {
    display: flex;
    flex-direction: column;
    line-height: 2rem;
}

.kontaktmig {
    display: flex;
    flex-direction: column;
    line-height: 2rem;
}
}