body {
    margin: 0;
    font-family: 'Helvetica Light', sans-serif;
}


.wrapper {
    width: 100%;
    max-width: 2880px;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 150px;
    position: relative;
}

header,
.container,
.subheading {
    width: 100%;
    max-width: 90%;
    margin-inline: auto;
}

@media screen and (min-width: 1920px) {

    .container,
    header,
    .subheading {
        max-width: 1713px;
    }
}

.logo {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.logo img {
    width: 90px;
    height: 90px;
}

.language a {
    text-decoration: none;
    color: black;
}

.language a:hover {
    color: green;
}

h1 {
    font-style: italic;
    font-size: clamp(1.25rem, -1.1848rem + 5.0725vw, 3rem);
    font-weight: 300;
}

/******* Subheading *********/

.subheading {
    display: flex;
    justify-content: flex-end;
    margin-block-end: 100px;
}

.subheading h3 {
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    text-align: left;
}

.subheading span {
    color: #2c7d26;
    /* Green color in Pharmazeutik i Medizin */
}

/******* Content *********/
.content {
    display: flex;
    background: #e5f0e4;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #e5f0e4; */
    /* gap: 50px; */
    width: 100%;
}

.image,
.text-content {
    flex: 1 1 48%;
    display: flex;
    flex-direction: row;
    justify-content: start;
}

.image img {
    width: 100%;
    max-width: 670px;
    height: 900px;
    object-fit: cover;
    border-radius: 110px;
    margin-block: -100px;
}

/***** Text content *****/
h3.section-title {
    width: 100%;
    font-style: italic;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    padding-inline-end: 17%;
    margin-block: 2.5rem 4.5rem;
}

.text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 20px;
}

.company {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: start;
    margin-bottom: 50px;
    width: 100%;
    max-width: 525px;
}

.company_image {
    width: 155px;
    display: flex;
    align-items: start;
}

.company_image img {
    width: 101px;
    height: auto;
    margin-right: 30px;
}

.company_text h4 {
    font-size: 21px;
    font-weight: 400;
    margin-block: 0;
}

.company_text p {
    margin-block: 0.2rem;
    font-weight: 300;
    font-size: 14px;
}

.company a {
    font-size: 14px;
    color: rgb(0, 0, 0, .3);
}

footer {
    margin-top: 150px;
    padding-block: 50px 20px;
    color: black;
    width: 100%;
    text-align: center;
    font-size: 19px;
    align-items: center;
}

footer ul li {
    list-style: none;
    align-items: center;
}

footer ul:first-of-type li {
    font-weight: 600;
    padding-block-end: .1em;
}

footer ul:first-of-type li span {
    font-weight: 300;
    align-items: center;
}

footer a {
    color: black;
    text-decoration: underline;
}

footer .register {
    margin-block-start: 60px;
}

footer ul:last-of-type li {
    font-weight: 300;
}

footer ul:last-of-type span {
    font-weight: 600;
}

footer .small {
    margin-block-start: 110px;
    font-size: 18px;
}



/***** Responsive adjustments ******/
@media screen and (max-width: 768px) {

    header {
        margin-bottom: 80px;
    }

    header .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: 0px;
        padding-top: 50px;
        width: 100%;
    }

    h1 {
        font-style: italic;
        font-size: 26px;
        font-weight: 300;
    }

    .language {
        position: absolute;
        top: 10%;
        right: 25px;

    }

    .container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    .subheading {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 50px;
    }

    .subheading h3 {
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        text-align: center;
        margin-top: 0;
    }

    .subheading span {
        color: #2c7d26;
        /* Green color in Pharmazeutik i Medizin */
    }

    .image {
        /* width: 350px; */
        height: auto;
        margin-right: 0;
    }

    .image img {
        height: auto;
    }


    h3.section-title {
        width: 100%;
        font-style: italic;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        padding: 0;
        padding-top: 25px;
        margin-block: 2.5rem 4.5rem;
    }

    .text-content {
        max-width: 100%;
    }

    footer {

        margin-top: 0px;
        padding-block: 10px 20px;
        color: black;
        width: 100%;
        text-align: center;
        font-size: 14px;
        align-items: center;
    }

    footer ul {
        padding-left: 0;
    }

    footer ul li {
        list-style: none;
        align-items: center;
    }

    footer ul:first-of-type li {
        font-weight: 600;
        padding-block-end: .1em;
    }

    footer ul:first-of-type li span {
        font-weight: 300;
        align-items: center;
    }

    footer a {
        color: black;
        text-decoration: underline;
    }

    footer .register {

        align-items: center;
        margin-block-start: 60px;
    }

    footer ul:last-of-type li {
        font-weight: 300;
    }

    footer ul:last-of-type span {
        font-weight: 600;
    }

    footer .small {
        margin-block-start: 70px;
        font-size: 14px;
    }

}