body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
.container {
    text-align: center;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../IMAGES/COMPRESSED/TOP_IMAGES/CONTACT.jpg);
    background-size: cover;
    background-position: center;

    /*  this is where the magic happens:  */
    background-attachment: fixed;
}

/*FORM*/


.container-box {
    display: flex;
    flex-direction: row;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    margin-top: 6.25rem;
}

/* // LEFT             */

.ct-left {
    display: flex;
    flex-direction: column;
    color: #edf0f1;
    width: 31.25rem;
    margin-top: -2rem;
    /*margin: 0;*/
    /* margin-left: 0px; */
    /* padding-right:200px ; */
}

.location, .phonenr, .email {
    display: flex;
    align-items: center;
}

.location img, .phonenr img, .email img {
    width: 2.5rem;
    padding: 0 1em 0 0;
}

.ct-left ul li {
    list-style: none;
}

.media-follow {
    margin-left: -0.41rem;
    padding: 0;
    text-align: left;
}

.media-follow a{
    text-decoration: none;

}
.media li:hover {
    opacity: 0.6;
}

.media li:active {
    opacity: 0.4;
}

.contactUs, .inquiry-text {
    text-align: left;
    margin: 0 1.07rem 0;
}

.inquiry-text {
    width: 80%;
}

.contactUs {
    margin-top: 2rem;
    padding-bottom: 1em;
    /*margin-top: -30px;*/
}

.followUs {
    text-align: left;
    padding-bottom: 1.07rem;

}

.contactdetails {
    margin: 27rem 0 2.5rem 0;
}

/*.ct-left li a{*/
/*    color: #edf0f1;*/
/*    cursor: pointer;*/
/*    font-family: 'Crimson Pro', serif;*/
/*}*/
/*.contactdetails li a:hover{*/
/*    color: #a8a8a8;*/
/*;*/
/*}*/
/*.contactdetails li a:active{*/
/*    color: #a8a8a8;*/
/*    opacity: 0.6;*/
/*}*/

/* // RIGHT             */

.ct-right {
    /*text-align: left;*/
    width: 31.25rem;
    /*margin: 0px 0px 0 50px ;*/
    display: flex;
    flex-direction: column;
}



input, textarea {
    font-size: 1rem;
    height: 2.5rem;
    width: 100%;
    background-color: #edf0f1;
    border: none;
    margin-bottom: 1.25rem;
    margin-top: 5px;

}

.contact-form label {
    font-size: 1.25rem;
}

textarea {
    height: 25rem;
}

textarea, input {
    font-family: 'Crimson Pro', serif;
    font-size: 1.15rem;
}

.radiobuttons {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 1.8rem;
}

.rb {
    width: auto;
    accent-color: rgba(182, 3, 2, 1);
    /*!*padding-bottom: 50px;*!*/
    /*margin-bottom: -12px;*/
}

/*#send-button {*/
/*    padding: 0.56rem 1.6rem;*/
/*    font-family: 'lauma_Extra_Light', sans-serif;*/
/*    background-color: rgba(182, 3, 2, 1);*/
/*    border: none;*/
/*    border-radius: 4px;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease 0s;*/
/*    color: #ffffff;*/
/*}*/

/*#send-button:hover {*/
/*    background-color: rgba(182, 3, 2, 0.8);*/
/*}*/

/*#send-button:active {*/
/*    background-color: rgba(182, 3, 2, 0.6);*/
/*}*/

/*TODO: SCREENSIZE 950-1200*/
@media screen and (min-width: 950px) and (max-width: 1200px) {

    .container-box {
        margin-top: 5rem;
        margin-bottom: -1.25rem;
        gap: 5rem;
    }

    .ct-left{
        margin-top: -3rem;
    }


    .ct-left, .ct-right {
        width: 26.87rem;
    }

    /*LEFT*/
    .location img, .phonenr img, .email img {
        width: 2.2rem;
        padding: 0 1em 0 0;
    }
}

/*TODO: SCREENSIZE 768-950*/
@media screen and (min-width: 768px) and (max-width: 950px) {


    .container-box {
        margin-top: 4.37rem;
        margin-bottom: -1.87rem;
        gap: 3.125rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    /*LEFT*/
    .ct-left {
        width: 20rem;
        margin-top: -3.2rem;

    }

    .location img, .phonenr img, .email img {
        width: 1.875rem;
    }

    /*RIGHT*/
    .ct-right {
        width: 23.75rem;
    }

    .contact-form label {
        font-size: 1.25rem;
    }
}

@media (max-width: 768px) {


    .contactUs , .inquiry-text{
        width: 18rem;
        text-align: center;
        margin: auto;
    }

    .container-box {
        display: flex;
        flex-direction: column;
        margin-top: 4.5rem;
    }

    .contactdetails, .followUs-details {
        display: none;
    }

    .ct-left {
        padding-bottom: 3rem;
        width: 26rem;
    }

    .ct-right {
        width: 26rem;
    }

    /*.contactUs, .inquiry-text {*/
    /*    text-align: left;*/
    /*    !*margin: 0 1.07rem 0;*!*/
    /*    margin: 0; !* use one above if some margin at the left is preferred *!*/
    /*}*/

    /*.ct-left p {*/
    /*    font-size: 1.25rem;*/
    /*}*/

    .contact-form label {
        font-size: 1.1rem;
    }


}

@media (max-width: 480px) {

    .contactUs , .inquiry-text{
        text-align: center;
        margin: auto;
        width: 14rem;

    }
    .container-box {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }

    .ct-left, .ct-right {
        width: 15.7rem;
    }

    /*.ct-left p {*/
    /*    font-size: 1.15rem;*/
    /*}*/

    input, textarea {
        height: 2rem;
    }

    textarea {
        height: 15rem;
    }

    .contact-form label {
        font-size: 1rem;
    }
}