/* Basic reset */
:after,
:before {
    margin: 0;
    padding: 0;
    border: 0;
}


/* Farver */
:root {
    --orange: #F48101;
    --blue: #01439E;
    --creme: #FFFEF5;
    --darkcreme: #E5E3D7;
}

/* fonte */

h1 {
    font-size: 2rem;
    margin: 0%;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    color: var(--blue);
}

h2 {
    font-size: 1.5rem;
    margin: 0%;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    color: var(--blue);
}


h3 {
    font-family: 'Sen', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0%;
}

h4 {
    font-family: 'Sen', sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    font-size: 1rem;
    margin: 0%;
}

p {
    font-family: 'Sen', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin: 0%;
    color: var(--pine);
}

body {
    background-color: var(--creme);
    margin: 0%;
   
}

header {
    position: sticky;
    top: 0;
    z-index: 2;
    font-family: 'Sen', sans-serif;
}


/*------------------------------ NAVIGATIONSMENU -MOBIL --------------------------*/

.navigation_container {
    background-color: var(--orange);
    z-index: 2;
}

.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo {
    padding: 5px 10px;
    width: 50px;
}

.kurv-mobil {
    padding: 0px 10px;
    margin-top: 1px;
    width: 30px;
}

.mobileiconlabel {
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
    font-size: 2rem;
    padding: 0px 10px;
}

.mobile-title {
    margin: 0% auto 0% auto;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 400;
}

.menuitem {
    display: block;
    padding: 10px 30px 10px 30px;
    text-decoration: none;
    list-style: none;
    text-align: left;
    color: #ffffff;
    font-size: 26px;
    z-index: 2;
}

#kontakt {
    padding-bottom: 30px;
}

.ekstra {
    display: block;
    padding: 10px 20px 10px 20px;
    color: var(--creme);
    text-decoration: none;
    text-align: left;
    list-style: none;
    font-size: 20px;
}

/* ----------------------------LIST DEKORATION - MOBIL -------------------------*/

nav ul li {
    list-style: none;
}

/* ----------------------------CHECKBOX VINGET AF - MOBIL -------------------------*/
.menuitems_container,
.mobileicon,
.kurv-pc {
    display: none;
}

/* ----------------------------VIS MENUITEMS NÅR DER ER TRYKKET - MOBIL -------------------------*/
.navigation_container input:checked~.menuitems_container {
    display: block;
}


/* ---------------------------- Button styling ---------------------------- */
.button-74 {
    background-color: var(--orange);
    border: 2px solid var(--blue);
    border-radius: 30px;
    box-shadow: var(--blue) -4px 4px 0 0;
    color: var(--creme);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Bungee', cursive;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-74:hover {
    background-color: #f98a0b;
}

.button-74:active {
    box-shadow: var(--blue) -2px 2px 0 0;
    transform: translate(-2px, 2px);
}

.button-reverse {
    background-color: var(--blue);
    border: 2px solid var(--orange);
    border-radius: 30px;
    box-shadow: var(--orange) -4px 4px 0 0;
    color: var(--creme);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Bungee', cursive;
    width: 200px;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-reverse:hover {
    background-color: #115ac0;
}

.button-reverse:active {
    box-shadow: var(--orange) -2px 2px 0 0;
    transform: translate(-2px, 2px);
}



/* ---------------------------- Styling af forside - mobile -------------------------*/


/* ---------------------------- Introsektion mobile */

/* ---------------------------- Introsektion mobile */
.intro-video {
    object-fit: cover;
    width: 100%;
}

.intro-text {
    margin: 10% 5% 10% 5%;
    text-align: center;
}

.intro-text h1 {
    margin: 0px 0px 20px 0px;
}

.intro-text p {
    margin: 0px 0px 30px 0px;
}



/* ---------------------------- Åbningstider section - mobile -------------------------*/
.locations {
    display: flex;
    flex-wrap: wrap;
 	margin-bottom:5%;
}

.open_section {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: 30px;
    margin: 0% 32px 10% 32px;
    padding: 30px;
    border: solid 2px;
    border-radius: 16px;
    border-color: var(--blue);
    width: 100%;
}

.open_section h1 {
    text-align: center;
}

.open_section h2 {
    color: black;
    text-align: center;
    margin-bottom: -15px;
}

.open_section p {
    text-align: center;
    font-size: 1.25rem;
    text-decoration: underline;
    color: #000000;
}


.open_section table {
    width: 100%;
    font-family: 'Sen', sans-serif;
    font-size: 1.25rem;
}

.open_section table td {
    padding: 10px 0px;
}

.tider {
    text-align: right;
}



/* ------------------------- intro event section ------------- */

.forside-event h1 {
    text-align: center;
    margin-bottom: 32px;
}

.forside-event-text {
    margin: 0px 32px 32px 32px;
}

.event-title {
    color: black;
}

.event-button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15%;
}

/* -------------------------Mad section ---------------------- */

.mad{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.udvalg_lille{
    display: block;
}

.udvalg_stor{
    display: none;
}

.mad img {
    width: 90%;
}


/* -------------------------Instagram section ---------------------- */

.instagram_section {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 5%;
}

.instagram_section h1 {
    margin: 0px 5%;
}

.instagram_section p {
    margin: 0px 5%;
    padding-top: 30px;
    padding-bottom: 30px;
}


.insta-video {
    object-fit: cover;
    width: 90%;
}

.instagram_section img {
    width: 90%;
}



/* ---------------------------- Menukort styling - mobile -------------------------*/


.menukort {
    margin-top: 0px;
    margin-bottom: 60px;
}

.menukort h1 {
    display: none;
    text-align: center;
    margin-bottom: 45px;
}

.menukort h2 {
    text-align: center;
    margin-top: 60px;
}

.menukort h2:first-of-type {
    text-align: center;
    margin-top: 0px;
}


.menukort h3 {
    font-size: 1rem;
    font-weight: 800;
    padding-top: 45px;
    margin-left: 32px;
}

.menukort h4 {
    margin: 10px 32px 0px 32px;
}

.menukort .piz {
    font-weight: 400;
}

.menukort p {
    display: flex;
    align-self: flex-end;
}

.menu_item {
    display: flex;
    gap: 2%;
    margin: 32px 32px 0px 32px;
}

.dots {
    width: 100%;
    height: auto;
    border-bottom: 2px dotted;
}

.berta {
    position: relative;
    z-index: -1;
    width: 100px;
    margin-bottom: -120px;
    transform: rotate(15deg);
}

.kaffe-bolle-container {
    text-align: right;
    margin-bottom: -40px;
}

.kaffe-bolle {
    width: 100px;
    margin-left: auto;
}

.ferment-container {
    text-align: right;
    margin-bottom: -80px;
    margin-top: 60px;
    margin-right: 40px;
}

.ferment {
    width: 250px;
    margin-left: auto;
    transform: rotate(5deg);
}

.is-container {
    text-align: right;
    margin-bottom: -110px;
    margin-top: 70px;
    margin-right: 40px;
}

.is {
    width: 30px;
    margin-left: auto;
    transform: rotate(15deg);
}

.ol-container {
    text-align: right;
    margin-top: 50px;
    margin-bottom: -120px;
    margin-right: 20px;
}

.ol {
    position: relative;
    z-index: -1;
    width: 60px;
    transform: rotate(15deg);
}

.vin-container {
    text-align: right;
    margin-top: 40px;
    margin-bottom: -70px;
    margin-right: 20px;
}

.vin {
    width: 80px;
    margin-left: auto;
}

.kaffe-container {
    text-align: right;
    margin-bottom: -90px;
    margin-top: 20px;
}

.kaffe {
    width: 80px;
    margin-left: auto;
}


.drinks-container {
    text-align: right;
    margin-bottom: -80px;
    margin-top: 20px;
}

.drinks {
    width: 90px;
    margin-left: auto;
}

/* ---------------------------- Event - mobile -------------------------*/

.intro-event-img {
    width: 100%;
    object-fit: cover;
    height: 400px;
    margin-bottom: 40px;
}

.event-month {
    text-align: center;
    margin-bottom: 10px;
}

.intro-event h1 {
    text-align: center;
}

.readmore {
    text-decoration: none;
    color: #000000;
}

.intro-event p {
    text-align: left;
    margin: 24px 32px 32px 32px;
}


.dropbtn {
    background-color: var(--blue);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #014bb3;
}

.dropdown {
    display: inline-block;
}

.select-month {

    display: flex;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin: 0px 32px 32px 32px;
}

.dropdown-content {
    display: none;
    position: absolute;
    border: 2px solid var(--blue);
    border-radius: 4px;
    background-color: var(--creme);
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Sen', sans-serif;
}

.dropdown a:hover {
    background-color: #f7f3dd;
}

.show {
    display: block;
}

.event-card {
    margin: 0px 32px 60px 32px;
}

.event-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 2px solid var(--blue);
    border-radius: 16px;
    margin-bottom: 16px;
}

.date-time {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.date {
    font-weight: 700;
}

.time {
    display: flex;
    gap: 6px;
}

.time img {
    width: 18px;
}

.event-card h2 {
    margin-bottom: 12px;
}

.event-description {
    margin-bottom: 20px;
}

.event-price {
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 12px;
}

.event-card .kurv-sektion {
    margin-bottom: 12px;
}

.spaces-left {
    color: var(--blue);
}



/* ---------------------------- Online kiosk styling - mobile -------------------------*/

.kiosk {
    width: 100%;
    margin-bottom: 40px;
}

.intro_kiosk {
    margin: 0px 32px 40px 32px;
}

.intro_kiosk h1 {
    text-align: center;
    margin-bottom: 24px;
}

.button_kiosk {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.button_kiosk:nth-of-type(3) {
    margin-bottom: 80px;
}

.category {
    margin-bottom: 20px;
}

.button-74-kiosk {
    background-color: var(--orange);
    border: 2px solid var(--blue);
    border-radius: 30px;
    box-shadow: var(--blue) -4px 4px 0 0;
    color: var(--creme);
    cursor: pointer;
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Bungee', cursive;
    padding: 0 18px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-74-kiosk:hover {
    background-color: #f98a0b;
}

.button-74-kiosk:active {
    box-shadow: var(--blue) -2px 2px 0 0;
    transform: translate(-2px, 2px);
}


.intro-stempelkort h1 {
    text-align: center;
    margin-bottom: 24px;
}

.intro-stempelkort p {
    margin: 0px 32px 60px 32px;
}

.stempelkort {
    margin: 0px 32px 100px 32px;
}

.stempelkort h2 {
    margin-bottom: 10px;
}

.stempelkort p {
    margin-bottom: 10px;
}

.stempelkort img {
    width: 100%;
    margin-bottom: 18px;
}


.soon h1 {
    text-align: center;
    margin-bottom: 24px;
}

.soon p {
    text-align: center;
    margin: 0px 32px 60px 32px;
}


.kurv-sektion {
    display: flex;
    justify-content: space-between;
}

.kurv-sektion p {
    font-family: 'Bungee', cursive;
    margin-bottom: 0px;
}


.button-74-kurv {
    background-color: var(--orange);
    border: 2px solid var(--blue);
    border-radius: 30px;
    box-shadow: var(--blue) -4px 4px 0 0;
    color: var(--creme);
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Bungee', cursive;
    padding: 0 5px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 200px; 
}


.button-74-kurv:hover {
    background-color: #f98a0b;
}

.button-74-kurv:active {
    box-shadow: var(--blue) -2px 2px 0 0;
    transform: translate(-2px, 2px);
}


.button-74-kiosk:hover {
    background-color: #f98a0b;
}



.selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--orange);
    border: 2px solid var(--blue);
    border-radius: 30px;
    box-shadow: var(--blue) -4px 4px 0 0;
    color: var(--creme);
    padding: 0 10px;
    width: 18%;
}

.selection p {
    font-size: 14px;
}

.amount {
    border: none;
    background: none;
    font-family: 'Bungee', cursive;
    font-size: 14px;
    color: var(--creme);
}

/* ---------------------------- Tanken bag styling- mobile -------------------------*/

.article_tankenbag h1 {
    text-align: center;
}

.boys {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
}

.boys_face {
    width: 250px;
    padding-bottom: 1%;
}

.tankenbag {
    margin-bottom: 40px;
}

.tankenbag p {
    text-align: left;
    margin: 24px 32px 32px 32px;
}

.dreng:first-of-type {
    margin-top: 0px;
}

.dreng {
    margin-top: 40px;
    padding: 0 10% 0% 10%;
    text-align: center;
}

.om {
    text-align: left;
    margin: 24px 32px 32px 32px;
}

.wave1 {
    display: none;
}

.wave2 {
    display: none;
}

.wave3 {
    display: none;
}

.wave4 {
    display: none;
}

.stalk {
    width: 150px;
    transform: rotate(-12deg);
    padding: 0px 0px;
    margin-left: 8%;
    margin-top: 50px;
    margin-bottom: 23px;
}

main .socials {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 15%;
    margin-bottom: 60px;
}

main a {
    text-decoration: none;
}

.instagram{
    fill: #393939;
 }


.link {
    display:flex;
    align-items: center;
    gap: 8px;

}

.link p {
    color: #393939;
    font-size: 1.25rem;
    font-weight: 600;
}



/* ---------------------------- Fejlside styling - mobile -------------------------*/
.fejlside {
    margin: 32px 0px;
}

.fejl-tekst-knap {
    text-align: center;
}

.fejlside h1 {
    font-size: 6rem;
}

.fejlside h2 {
    font-size: 2rem;
    margin-bottom: 14px;
}


.fejlside h3 {
    margin-bottom: 32px;
}

.fejl-overskrift {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.fejlside img {
    width: 60%;
    margin: 0% 20%;
}

/*----------------------------------- Footer styling mobil ------------------------------- */

footer {
    background-color: var(--blue);
    padding: 15% 0% 0% 0%;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    padding: 0% 10% 15% 10%;
}

.footer-nav h1 {
    color: var(--creme);
    text-align: left;
    text-decoration: none;
    margin-bottom: 15px;
}

footer a {
    text-decoration: none;
}

footer h1 {
    color: var(--creme);
}


.footer-kontakt p {
    font-size: 1rem;
}

.footer-kort {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 0%;
}

footer .open_section {
    align-items: baseline;
    margin: 0% 0% 15% 10%;
    color: var(--creme);
    max-width: 200px;

}

footer .open_section table {
    font-size: 1rem;
}

footer hr {
    margin: 0% 0% 15% 0%;
}

footer p {
    color: var(--creme);
    margin-bottom: 10px;
    line-height: normal
}

.last-p {
    margin-bottom: 20px;
}

footer .socials {
    display: flex;
    gap: 5%;
    color: var(--creme);
}


.hvor a {
    font-family: 'Sen', sans-serif;
    font-weight: 100;
    font-size: 1rem;
    color: var(--creme);
    margin-bottom: 10px;
}

.hvor a:nth-child(3) {

    margin-bottom: 15%;
}


.newsletter p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.newsletter .input_felt_style {
    margin-bottom: 30px;
    width: 80%;
}


/* ------------------------------------------------------ Styling af desktop starter her -------------------------- */
/* ------------------------------------------------------ Styling af desktop starter her -------------------------- */
/* ------------------------------------------------------ Styling af desktop starter her -------------------------- */
/* ------------------------------------------------------ Styling af desktop starter her -------------------------- */

@media screen and (min-width: 800px) {

    /*    main {
        max-width: 1440px;
       margin: auto;
    } */

    h1 {
        font-size: 2.25rem;
        margin: 0%;
        font-family: 'Sen', sans-serif;
        font-weight: 700;
        color: var(--blue);
    }

    h3 {
        font-family: 'Sen', sans-serif;
        font-weight: 400;
        font-size: 1.25rem;
        margin: 0%;
    }

    p {
        font-family: 'Sen', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        margin: 0%;
        color: var(--pine);
    }

    .button-74 {
        min-width: 120px;
        padding: 0 25px;
    }


    /*------------------------------ NAVIGATIONSBAR - Desktop--------------------------*/

    /*------------------------------ FJERN MOBILICON / burgermenu- Desktop--------------------------*/

    .mobileiconlabel,
    .mobileicon,
    .back-button,
    .mobile-title {
        display: none;
    }

    /*------------------------------ LOGO - Desktop --------------------------*/

    .logo {
        width: 55px;
        margin-left: 40px;
    }

    .kurv-mobil {
        display: none;
    }


    .nav_filler {
        width: 115px;
    }


    /*------------------------------ ROW FUNKTION I MENUBAR - Desktop --------------------------*/

    .menuitems_container {
        display: flex;
    }

    #kontakt {
        padding-bottom: 10px;
    }

    .navigation_container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /*------------------------------ DROPDOWN MENUBAR MED LIST OG UNORDERED LIST - Desktop --------------------------*/


    .menuitem {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 100;
    }

    nav {
        width: 100%;
        background-color: #16160c;
    }

    nav ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 20px 0px 20px;
    }

    nav ul li {
        float: left;
        list-style: none;
        position: relative;
        text-decoration: none;
    }

    nav ul li a {
        display: block;
        color: var(--textcolor);
        font-size: 16px;
        padding: 14px 14px;
        text-decoration: none;
    }

    nav ul li ul {
        display: none;
        position: absolute;
        background-color: white;
        padding: 5px;
        border-radius: 4px 4px 4px 4px;
    }

    nav ul li:hover ul {
        display: block;
    }

    nav ul li ul li {
        width: 180px;
        border-radius: 4px;
    }

    nav ul li ul li a {
        padding: 8px 14px;
    }

    nav ul li ul li a:hover {
        background: rgb(244, 244, 241);
    }

    .ekstra {
        color: #000000;
        font-size: 16px;
    }

    /*------------------------------ Forside - Desktop --------------------------*/


    .intro-video {
        height: 500px;
        position: relative;
        z-index: 0;
    }

      .intro-text {
        margin: 10% 5% 10% 5%;
        text-align: center;
    }

    .intro-text p {
        margin: 0px 300px 30px 300px;
    }

    .locations {
        margin: 0% 15% 10% 15%;
        gap: 5%;
        flex-wrap: nowrap;
    }

    .open_section {
        margin: 0%;
        width: 100%;
    }

    .ugedag {
        font-size: 1.25rem;
    }

    .tider {
        font-size: 1.25rem;
    }
  
      .udvalg_lille{
        display: none;
    }
    
    .udvalg_stor{
        display: block;
    }
  
  .insta-video {
        height: 500px;
        width: 80%;
        margin-bottom: 6px;
        position: relative;
        z-index: 0;
    }
  
  .instagram_section img {
    width: 80%;
}

    /* -------------------------- events sektion Desktop ------------- */

    .forside-event-text {
        margin: 0px 15% 32px 20%;
    }

    .event-button-container {
        margin-bottom: 10%;
    }



    /* -------------------------- merch sektion Desktop ------------- */


    .forside-merch p {
        text-align: center;
        margin: 0px 20% 32px 20%;
    }

    /* -------------------------- andmeldelse sektion Desktop ------------- */
    .anmeldelse {
        text-align: center;
        margin: 0;
        margin-top: 10%;
        padding: 0px 0px 0px 0px;
    }

    .anmeldelse p {
        margin: 3% 0 5% 0;
    }

    .mobil {
        padding-left: 20%;
        height: fit-content;
    }

    .maskotmobil {
        display: block;
        width: 20%;
    }

    .mobil-maskot-flexbox {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .mobil-og-maskot {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }


    .art-img1 {
        display: block;
        width: 10%;
        height: fit-content;
    }

    .art-img2 {
        display: block;
        width: 10%;
        height: fit-content;
    }

    /*------------------------------ Menukort - Desktop --------------------------*/

    .menukort {
        margin-bottom: 100px;
    }

    .menukort h1 {
        display: block;
        margin-top: 60px;
    }

    .menukort h2 {
        font-size: 2rem;
    }

    .menukort h3 {
        font-size: 22px;
        margin-left: 320px;
    }

    .menukort h4 {
        font-size: 18px;
        margin-left: 320px;
    }

    .piz {
        
        margin-left: 320px;
        font-weight: 400;
       
    }

    .piz_sub {
       
        margin-left: 320px;
        font-style: normal
    }

    .menu_item {
        margin: 50px 320px 50px 320px;
    }



    .berta {
        width: 150px;
        margin-bottom: -160px;
        margin-left: 250px;
        transform: rotate(1deg);
    }

    .kaffe-bolle-container {
        text-align: right;
        margin-bottom: -60px;
        margin-right: 250px;
    }

    .kaffe-bolle {
        width: 150px;
    }

    .ferment-container {
        text-align: right;
        margin-bottom: -80px;
        margin-top: 80px;
        margin-right: 250px;
    }
    
    .ferment {
        width: 350px;
        margin-left: auto;
        transform: rotate(5deg);
    }

    .is-container {
        text-align: right;
        margin-top: 80px;
        margin-bottom: -130px;
        margin-right: 290px;
    }
    
    .is {
        width: 60px;
        margin-left: auto;
        transform: rotate(15deg);
    }

    .ol-container {
        text-align: right;
        margin-top: 80px;
        margin-bottom: -150px;
        margin-right: 250px;
    }

    .ol {
        position: relative;
        z-index: -1;
        width: 110px;
        transform: rotate(15deg);
    }

    .vin-container {
        text-align: right;
        margin-top: 80px;
        margin-bottom: -90px;
        margin-right: 290px;
    }
    
    .vin {
        width: 100px;
        margin-left: auto;
    }

    .kaffe-container {
        text-align: right;
        margin-bottom: -110px;
        margin-right: 270px;
    }

    .kaffe {
        width: 120px;
        margin-left: auto;
    }


    .drinks-container {
        text-align: right;
        margin-bottom: -80px;
        margin-top: 40px;
        margin-right: 250px;
    }

    .drinks {
        width: 140px;
        margin-left: auto;
    }

    /*------------------------------ Event - Desktop --------------------------*/

    .intro-event h1 {
        margin-bottom: 32px;
    }

    .intro-event p {
        margin: 24px 20% 60px 20%;
    }

    .select-month {
        justify-content: flex-start;
        margin: 0% 15% -32px 4%;
    }

    .event-month {
        margin-bottom: 60px;
    }

    .event-card {
        display: flex;
        align-items:flex-start;
        gap: 5%;
        margin: 0% 15% 60px 15%;
    }

    .event-img {
        
        height: 250px;
        width: 45%;
        margin-bottom: 0px;
        object-fit: cover;

    }

    .information-container {
        margin: 4px 0px 4px 0px;
        width: 50%;
    }

    .date-time {
        justify-content: flex-start;
        gap: 16px;
        margin-bottom: 4px;
    }

    .event-card p {
        font-size: 1rem;
    }




    .event-card .kurv-sektion {
        justify-content: flex-start;
        gap: 16px;
    }

    .event-card .button-74-kurv {
        width: 170px;
    }

    .event-card .selection {
        width: 14%;
    }

    .selection p {
        font-size: 14px;
    }






    /*------------------------------ Online Kiosk - Desktop --------------------------*/

    .kiosk {
        width: 70%;
        object-fit: cover;
        margin: 0% 15%;
        margin-bottom: 60px;
    }

    .intro_kiosk {
        margin: 0px 20% 60px 20%;
    }

    .button_kiosk {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 30px;
    }



    /*     .button-74-kiosk {
        background-color: var(--blue);
        border: 2px solid var(--orange);
        border-radius: 30px;
        box-shadow: var(--orange) -4px 4px 0 0;
        color: var(--creme);
        cursor: pointer;
        display: inline-block;
        margin: 2%;
        font-weight: 400;
        font-size: 20px;
        font-family: 'Bungee', cursive;
        padding: 0 18px;
        line-height: 50px;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
    } */

    .intro-stempelkort p {
        margin: 0px 20% 60px 20%;
    }

    .stempelkort {
        margin: 0%;
    }

    .flexbox-kort {
        display: flex;
        flex-direction: row;
        gap: 10%;
        justify-content: space-between;
        margin: 0px 20% 100px 20%;
    }



    /*------------------------------ Tanken bag - Desktop--------------------------*/


    .tankenbag {
        margin: 20px 20%;
    }

    .dreng {
        display: flex;
        gap: 5%;
        justify-content: center;
        align-items: start;
        margin-top: 100px;
    }

    .dreng:nth-of-type(3) {
      flex-direction: row-reverse;
    }

    .dreng:nth-of-type(4) {
        margin-bottom: 0px;
    }

    .dreng h2 {
        text-align: left;
    }

    .tankpasserne {
        margin-top: 100px;
    }

    .om {
        margin-left: 0px;
    }

    .titel-tekst {
        width: 40%;
    }

    .boys_face {
        width: 20%;
    }

    .boys {
        margin-top: -50px;
    }

    .wave1 {
        display: block;
        width: 150px;
        margin-top: -100px;
        margin-bottom: -200px;
    }

    .wave2-container {
        text-align: right;
        margin-bottom: -200px;
        margin-top: -100px;
    }

    .wave2 {
        display: block;
        position: relative;
        z-index: -1;
        transform: scaleX(-1);
        width: 150px;
        margin-left: auto;
    }

    .wave3 {
        display: block;
        width: 150px;
        margin-top: -100px;
        margin-bottom: 0px;
    }

    .wave4-container {
        text-align: right;
        margin-top: 0px;
    }

    .wave4 {
        display: block;
        position: relative;
        z-index: -1;
        transform: scaleX(-1);
        width: 150px;
        margin-left: auto;
    }

    .stalk {
  
        width: 200px;
        margin-left: 15%;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    main .socials {
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 25%;
        margin-bottom: 100px;
    }

    


    /*------------------------------ FEJLSIDE - Desktop --------------------------*/
    .fejlside {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
    }

    .fejlside h1 {
        font-size: 10rem;
    }

    .fejlside h2 {
        font-size: 4rem;
        margin-bottom: 25px;
    }

    .fejlside img {
        width: 15%;
        margin: 0%;
    }

    .fejl-tekst-knap {
        text-align: left;
    }


    /*  ---------------------------------Footer section Desktop ----------------------------------------- */

    footer {
        display: flex;
        justify-content: space-between;
        padding: 5% 10% 5% 10%;
    }

    footer h1 {
        font-size: 1.5rem;
    }

    .footer-nav {
        padding: 0%;
    }

    .footer-nav .h1-kontakt {
        display: block;
    }

    footer .open_section {
        margin-left: 0%;
    }

    footer .open_section h1 {
        padding: 0%;
    }

    footer .tider {
        font-size: 1rem;
    }

    footer p {
        text-align: left;
    }

    footer hr {
        display: none;
    }

    footer .socials {
        justify-content: left;
    }

    .newsletter {
        width: 30%;
    }



}