@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v12-latin-regular.eot');
    src: url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), url('../fonts/inter-v12-latin-regular.woff') format('woff'), url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v12-latin-500.eot');
    src: url('../fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-500.woff2') format('woff2'), url('../fonts/inter-v12-latin-500.woff') format('woff'), url('../fonts/inter-v12-latin-500.ttf') format('truetype'), url('../fonts/inter-v12-latin-500.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v12-latin-600.eot');
    src: url('../fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v12-latin-600.woff2') format('woff2'), url('../fonts/inter-v12-latin-600.woff') format('woff'), url('../fonts/inter-v12-latin-600.ttf') format('truetype'), url('../fonts/inter-v12-latin-600.svg#Inter') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #27272a;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

.center {
    margin-top: 1rem;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #FFFFFF;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    font-size: 1.125rem;
    margin: 0 0 2rem
}

.img {
    border-radius: 50%;
    border: solid 1px #E5E5E5;
}

p {
    margin: 0 0 1rem;
}

strong {
    font-weight: 500;
}

span {
    white-space: nowrap
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem 0 1rem;
    font-weight: 600
}

h2 {
    font-size: 1.25rem;
    margin: 0 0 1rem;
    font-weight: 500
}

.bullet {
    list-style: none;
    margin: 0 0 1.875rem 1.25rem;
    padding: 0;
}

.bullet li {
    position: relative;
    list-style: none;
    margin: .75rem 0 .75rem .5rem;
    padding: 0;
}

.bullet li:before {
    content: "";
    display: block;
    width: .375rem;
    height: .375rem;
    background: rgb(37, 99, 235);
    border: 3px solid rgb(219, 234, 254);
    border-radius: 50%;
    position: absolute;
    left: -1.75rem;
    top: .375rem;
}

header,
article,
footer {
    padding: .312rem 1.25rem;
}

header p i {
    color: #3f3f46;
}

.logo {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
    padding: 1rem 0 0
}

.logo p {
    margin: .5rem 0 0
}

article {
    position: relative
}

.margin {
    margin-bottom: 1.875rem
}

.grau {
    background: #FAFAFA;
    padding: 1.25rem;
    border-radius: .625rem;
    margin-top: 1.25rem;
}

.grau p {
    font-size: 1rem;
    margin: 0 0 1.25rem;
}

.flex {
    display: flex;
    column-gap: 1rem
}

.details {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem
}

.socials {
    display: flex;
    column-gap: 1rem
}

.socials p:hover {
    background: #E3E3E5
}

.socials p {
    background: #EFEFF0;
    width: fit-content;
    padding: .187rem .625rem;
    border-radius: .625rem;
    transition: background 0.2s ease-out 0s, color;
}

.kununu {
    margin: .312rem 0 0
}

.bilde {
    display: flex;
    justify-content: space-between;
    padding-top: 1.25rem;
    border-top: 1px solid rgb(239, 239, 240);
}

.bilde img {
    border-radius: .375rem;
}


.button {
    display: block;
    background: rgb(37, 99, 235);
    font-size: 1rem;
    padding: .625rem .625rem;
    width: 20.312rem;
    text-align: center;
    margin: 1.25rem auto;
    border-radius: .625rem;
    font-weight: 600;
    transition: all 0.2s ease-in-out 0s;
}

a.button {
    color: #fff;
}

a.button:hover {
    background: rgb(29, 78, 216);
}

.person {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.person p {
    margin: 0 0 0 .625rem
}

@media only screen and (max-width:49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    a.link,
    h1,
    .margin,
    .grau p {
        margin: 0 0 1rem
    }

    h1 {
        font-size: 1.75rem;
    }

    .bullet li {
        margin: 0 0 0 .375rem;
    }

    .bullet li:before {
        left: -1.75rem;
    }

    header,
    article {
        padding: .312rem 1.25rem;
    }

    header p {
        margin: 0 1rem 1rem 0;
    }

    .grau {
        padding: .625rem;
        margin-top: 1rem;
    }

    footer {
        padding: 1rem
    }

    .person p {
        margin: 0 0 0 .625rem
    }
}

@media only screen and (max-width: 47.812rem) {
    .details {
        flex-direction: column
    }
}

@media only screen and (max-width: 35.625rem) {

    .logo,
    .flex,
    .details,
    .socials,
    .person {
        flex-direction: column;
        align-items: center;
        margin: 0 auto
    }

    h1,
    .flex h2,
    footer .grau p,
    .center {
        text-align: center
    }

    a.link {
        margin: 0
    }

    .details p {
        margin: 0 auto 1rem;
        text-align: center
    }
}
