@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v19-latin-regular.eot');
    src: url('../fonts/inter-v19-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v19-latin-regular.woff2') format('woff2'), url('../fonts/inter-v19-latin-regular.woff') format('woff'), url('../fonts/inter-v19-latin-regular.ttf') format('truetype'), url('../fonts/inter-v19-latin-regular.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/inter-v19-latin-500.eot');
    src: url('../fonts/inter-v19-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v19-latin-500.woff2') format('woff2'), url('../fonts/inter-v19-latin-500.woff') format('woff'), url('../fonts/inter-v19-latin-500.ttf') format('truetype'), url('../fonts/inter-v19-latin-500.svg#Inter') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v19-latin-600.eot');
    src: url('../fonts/inter-v19-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/inter-v19-latin-600.woff2') format('woff2'), url('../fonts/inter-v19-latin-600.woff') format('woff'), url('../fonts/inter-v19-latin-600.ttf') format('truetype'), url('../fonts/inter-v19-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;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #FFFFFF;
    border: solid 0.0625rem #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.web {
    font-size: 1.125rem;
    margin: 0 0 .625rem;
}

p {
    margin: 0 0 1rem;
}

p strong {
    font-weight: 600;
}

span {
    white-space: nowrap
}

.big_margin {
    margin: 0 0 2.2rem;
    font-size: 1.25rem;
}

.margin {
    margin: 0 0 2rem
}

h1 {
    font-size: 1.875rem;
    line-height: 1.2;
    margin: 0 0 1.125rem;
    font-weight: 600
}

h2 {
    font-size: 1.25rem;
    margin: 1.25rem 0 20px;
    font-weight: 600
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 0.3125rem;
}

ul {
    list-style: none;
    margin: 0 0 .625rem;
    padding: 0;
    position: relative
}

ul li {
    padding: 0 0 .625rem 1.5625rem
}

ul li:before {
    content: "";
    float: left;
    width: 0.4375rem;
    height: 0.4375rem;
    background: rgb(37, 99, 235);
    border: .187rem solid rgb(219, 234, 254);
    border-radius: 50%;
    margin-left: -1.5625rem;
    position: relative;
    top: .375rem
}

header,
article,
footer {
    padding: .312rem 1.25rem;
}

.logo {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
    padding: 1rem 0 0;
}

.logo img {
    border-radius: 100%;
}

section p {
    display: inline-block;
    margin: 0 1.25rem .937rem 0;
    color: #52525B;
    font-size: .875rem
}

section p span {
    padding: 0 .375rem;
    color: rgb(29, 78, 216);
    background-color: rgb(219, 234, 254);
    display: inline-block;
    border-radius: 6.187rem;
    font-size: 0.75rem;
    line-height: 1.33333;
    letter-spacing: normal;
    font-weight: 500;
    text-align: center;
}

section p i {
    color: #3f3f46;
}

a.website {
    margin: 5px 0 0;
    font-weight: 500;
    font-size: 18px;
}


.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  bottom: 110%; 
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

article {
    position: relative
}

.grau {
    background: #FAFAFA;
    padding: 1.25rem;
    border-radius: .625rem;
    margin-top: 3rem;
}

.grau p {
    font-size: 1rem;
    margin: 0 0 1.25rem;
}

.img {
    display: flex;
    column-gap: 1.25rem;
    flex-flow: wrap;
    gap: 1.25rem;
}

.img img {
    border-radius: 8px;
}

.flex {
    display: flex;
    column-gap: 1.25rem
}

hr {
    border: 0;
    border-bottom: 0.062rem solid rgb(239, 239, 240);
    margin: 0.3125rem 0 1.5rem;
}

header .image {
    width: 36px;
    height: 36px;
}

.image {
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 10%);
}

.details {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem
}

.details p,
.socials p {
    font-size: .875rem
}

.socials {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}

.socials p a {
    background: #EFEFF0;
    color: #3F3F46;
    padding: .187rem .625rem;
    border-radius: .625rem;
    transition: 0.2s ease-out 0s;
    display: flex;
    align-items: center;
    gap: 3px;
}

.socials p a:hover {
    background: #E3E3E5
}

.socials p i {
    font-size: 1rem;
}

a.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;
    align-items: center;
    gap: .625rem;
    margin: 1.25rem 0 0;
}

.kreis p {
    border-radius: 100%;
    background-color: #a7f3d0;
    color: #15803d;
    font-size: 20px;
    line-height: 1.3;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .grau p {
    margin: 0;
}

.flex_imgs {
    display: flex;
    align-items: flex-start;
    column-gap: 1rem;
}

.flex_imgs img {
    border-radius: 6px
}

@media only screen and (max-width: 799px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem
    }

    a.web,
    h1,
    .grau p,
    .big_margin {
        margin: 0 0 1rem
    }

    span {
        white-space: nowrap;
    }

    ul li {
        padding: 0 0 .187rem 1.25rem
    }

    ul li:before {
        margin-left: -1.25rem;
    }

    header,
    article {
        padding: .312rem 1.25rem;
    }

    section p {
        margin: 0 1rem 1rem 0;
    }

    .grau {
        padding: .625rem;
        margin-top: 1rem;
    }

    .images {
        flex-wrap: wrap;
        gap: 1rem
    }

    .images img {
        width: auto
    }

    footer {
        padding: 1rem
    }

    .section {
        margin: 0 0 1rem
    }

    .person p {
        margin: 0 0 0 .625rem
    }

    a.button {
        margin: 0 auto 1rem
    }

    .flex_imgs {
        flex-wrap: wrap;
        gap: 10px
    }
}

@media only screen and (max-width: 630px) {

    h1,
    .resp_center {
        text-align: center
    }

    h1 {
        font-size: 23px;
        line-height: 1.4;
    }

    section p {
        display: block;
        text-align: center;
        margin: 0 0 10px;
    }

    .resp_center {
        margin: 0 0 10px;
    }

    h2:first-of-type {
        margin: 30px 0 20px;
    }

    a.website {
        white-space: normal;
    }

    .logo {
        display: flex;
        justify-content: center;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .flex p,
    .grau p,
    h3 {
        text-align: center
    }

    .socials {
        justify-content: center;
    }

    .details {
        flex-direction: column;
    }

    .details p {
        text-align: center;
        margin: 10px auto 0
    }

    .grau img {
        margin: 0 auto;
        display: block;
    }

    .person {
        flex-direction: column;
    }

}

@media only screen and (max-width: 480px) {
    .logo {
        flex-direction: column;
        align-items: center
    }

    .logo a.web {
        margin: 0
    }

    a.button {
        width: auto;
    }
}