
/*LINK*/

body.link-page-active #header {
    display: none;
}

body.link-page-active #mobil-header {
    display: none;
}

body.link-page-active #footer {
    display: none;
}

#link-page {
    min-height: 100%;
    background-color: #292929;
    position: relative;
}  

#link-logo {
    width: 20%;
    height: auto;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    z-index: 0;
    padding-top: 30px;
    margin-bottom: 10px;
}

#some-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    padding: 0;
    border: none;
    z-index: 0;
    margin-bottom: 3vw;
}

@media screen and (max-width: 550px) {
    #some-link {
        margin-bottom: 50px;
    }
}

#some-link img {
    width: 40px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    z-index: 0;
}

#links-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    padding: 0;
    border: none;
    z-index: 0;
}

.link-knap {
    background-color: #118611;
    color: white;
    height: 18vw;
    width: 45vw;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 2.5vw;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

@media screen and (max-width: 550px) {
    .link-knap {
        height: 15vw;
        width: 90%;
        font-size: 5vw;
    }
}


/*OM OS*/


#om-page {
    min-height: 100%;
    background-color: #e8e8e8;
    position: relative;
}

#om-tekst {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
}

#om-tekst img {
    height: 25vw;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10cqw;
    border: 1px solid #000000;
    object-fit: contain;
    align-self: center;
}
@media screen and (max-width: 650px) {
    #om-tekst img {
        height: 40vw;
    }
}


/*PRAKTISK*/


#praktisk-page {
    min-height: 100%;
    background-color: #e8e8e8;
    position: relative;
}

#træningen {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
}

@media (min-width: 1800px) {
    #træningen {
        width: 70%;
    }
}

#struktur {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
}

@media (min-width: 1800px) {
    #struktur {
        width: 70%;
    }
}

#praktisk-book-boks {
    display: flex;
    width: 80%;
    background-color: #dfdddd;
    border-radius: 2.5vw;
    flex-direction: column;
    margin-top: 5vw !important;
}
@media screen and (max-width: 550px) {
    #praktisk-book-boks {
        display: flex;
        flex-direction: column;
    }
}

#praktisk-book-boks p {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: clamp(1px, 2cqw, 21px);
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
}
@media screen and (max-width: 550px) {
    #praktisk-book-boks p {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 3vw !important;
    }
}

#praktisk-book-boks a {
    color: #000000;
    text-decoration: none;
}
#praktisk-book-boks a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#priser {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
}

@media (min-width: 1800px) {
    #priser {
        width: 70%;
    }
}


/*TILMELDING*/


#tilmeld-page {
    min-height: 100%;
    position: relative;
    background-image: linear-gradient(rgba(255,255,255,0.35), rgba(255,255,255,0.35)), url('../../Pics/stor_baggrund.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

#tekst-boks {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(1px, 50cqw, 600px);
    margin: 5cqh auto;
    background-color: #949494;
    color: black;
    padding-top: 2cqh;
    padding-bottom: 2cqh;
    border-radius: 2.5vw;
}
@media screen and (max-width: 550px) {
    #tekst-boks {
        width: 60%;
        margin-top: 3vw;
        margin-bottom: 1vw;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

#tekst-boks p {
    padding: 1vw;
    margin: 0;
    text-align: center;
    width: 100%;
    font-size: clamp(1px, 2.5cqw, 25px);
    letter-spacing: 1px;
}
@media screen and (max-width: 550px) {
    #tekst-boks p {
        font-size: 3.5vw;
        letter-spacing: 1px;
    }
}

#tekst-boks a {
    cursor: pointer;
}

#tilmeldForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    width: 85%;
    margin: 0 auto;
    margin-top: 1cqh;
    color: rgb(0, 0, 0);
}

#tilmeldForm input {
    padding: 1.5vw;
    font-size: clamp(1px, 2cqw, 22px);
    border: none;
    background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 550px) {
    #tilmeldForm input {
        padding: 2vw;
        padding-top: 3vw;
        padding-bottom: 3vw;
        font-size: 2.5vw;
    }
}

#tilmeldForm button {
    padding: 1.5vw;
    font-size: clamp(5px, 3.5vw, 40px);
    font-weight: bold;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 50vw;
    background-color: #118611;
    color: white;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 4vw;
    margin-bottom: 6vw;
    width: 30%;
    display: block;
}
@media screen and (max-width: 550px) {
    #tilmeldForm button {
        padding: 2vw;
        font-size: 5vw;
        width: 50%;
        margin-top: 50px;
        margin-bottom: 60px;
    }
}

#tilmeldForm button:hover {
    background-color: #1186119d;
    cursor: pointer;
}

.tilmeld-felter {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 100%;
}

.række, .række2 {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    width: 100%;
    justify-content: space-between;
}

.række2 input {
    width: calc(50% - 1vw);
    box-sizing: border-box;
}

.række input {
    width: calc(100% - 2vw);
    box-sizing: border-box;
}

.overlay-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    color: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.5rem;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 2vw;
    align-items: flex-start;
    width: 100%;
}
@media screen and (max-width: 550px) {
    .checkbox-container {
        margin-bottom: 2vw;
    }
}

.checkbox-container label {
    display: flex;
    align-items: center; /* Aligns the checkbox and text vertically */
    font-size: clamp(1px, 2cqw, 22px);
    cursor: pointer; /* Makes the label clickable */
}

.checkbox-container input[type="radio"],
.checkbox-container input[type="checkbox"] {
    width: 2em;  /* Brug en større og responsiv størrelse */
    height: 2em;
    border: 2px solid #000;
    border-radius: 50%;
    margin-right: 0.5rem;
    outline: none;
    background-color: #fff;
    cursor: pointer;
    aspect-ratio: 1 / 1; /* Sikrer en rund form */
}

#helbred-text-container {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: flex-start;
    width: 100%;
}

#helbred-beskrivelse {
    border: none;
}


/*BOOKING*/


#booking-page {
    min-height: 100%;
    background-color: #e8e8e8;
    position: relative;
}

#booking-page h3 {
    font-size: clamp(1px, 3vw, 55px);
    padding: 0;
    padding: 5px;
    margin: 0;
    text-align: center;
    margin-top: 5vw;
    margin-bottom: 1vw;
}
@media screen and (max-width: 550px) {
    #booking-page h3 {
        font-size: 3vw;
        padding-top: 30px;
        margin-bottom: 3vw;
    }
}

#booking-page p {
    font-size: clamp(17px, 1.5vw, 30px);
    padding: 0;
    margin-left: 25vw;
    margin-right: 25vw;
    text-align: center;
    letter-spacing: 1px;
    color:rgba(0, 0, 0, 0.601);
}
@media screen and (max-width: 550px) {
    #booking-page p {
        margin-left: 5vw;
        margin-right: 5vw;
    }
}

#bookingForm {
    display: flex;
    flex-direction: column;
    gap: 5vw;
    width: 60%;
    margin: 0 auto;
    margin-top: 0;
    color: white;
}
@media screen and (max-width: 550px) {
    #bookingForm {
        margin-top: 5vw;
        width: 70%;
    }
}

#booking-felter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

#booking-felter input {
    padding: 1.5vw;
    font-size: clamp(5px, 2.5vw, 20px);
    border: none;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 550px) {
    #booking-felter input {
        font-size: clamp(5px, 3vw, 20px);
        padding: 3vw;
    }
}

#bookingForm button {
    padding: 1.5vw;
    font-size: clamp(5px, 2.5vw, 20px);
    border: none;
    border-radius: 50vw;
    background-color: #118611;
    color: white;
    cursor: pointer;
    margin-bottom: 5vw;
}
@media screen and (max-width: 550px) {
    #bookingForm button {
        font-size: clamp(5px, 3.5vw, 20px);
        font-weight: bold;
        padding: 2.5vw;
        margin-top: 5vw;
    }
}


/*BETINGELSER*/


#betingelser-page {
    min-height: 100%;
    background-color: #e8e8e8;
    position: relative;
}

#betingelser-vilkår {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
}
@media (min-width: 1800px) {
    #betingelser-vilkår {
        width: 70%;
    }
}

#privatlivspolitik {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
}
@media (min-width: 1800px) {
    #privatlivspolitik {
        width: 70%;
    }
}
