@charset "utf-8";

:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v30-latin-regular.eot');
    src: url('../fonts/rubik-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/rubik-v30-latin-regular.woff2') format('woff2'), url('../fonts/rubik-v30-latin-regular.woff') format('woff'), url('../fonts/rubik-v30-latin-regular.ttf') format('truetype'), url('../fonts/rubik-v30-latin-regular.svg#Rubik') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik-v30-latin-500.eot');
    src: url('../fonts/rubik-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/rubik-v30-latin-500.woff2') format('woff2'), url('../fonts/rubik-v30-latin-500.woff') format('woff'), url('../fonts/rubik-v30-latin-500.ttf') format('truetype'), url('../fonts/rubik-v30-latin-500.svg#Rubik') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/rubik-v30-latin-600.eot');
    src: url('../fonts/rubik-v30-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/rubik-v30-latin-600.woff2') format('woff2'), url('../fonts/rubik-v30-latin-600.woff') format('woff'), url('../fonts/rubik-v30-latin-600.ttf') format('truetype'), url('../fonts/rubik-v30-latin-600.svg#Rubik') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rubik-v30-latin-700.eot');
    src: url('../fonts/rubik-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/rubik-v30-latin-700.woff2') format('woff2'), url('../fonts/rubik-v30-latin-700.woff') format('woff'), url('../fonts/rubik-v30-latin-700.ttf') format('truetype'), url('../fonts/rubik-v30-latin-700.svg#Rubik') format('svg');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #2c2c2c;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: normal;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

h1 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 45%;
    text-align: center;
    margin: 0 0 0.125rem;
    font-size: 2.25rem;
    line-height: 1.2;
    font-weight: 500;
}

h1 span {
    background-color: #e20074;
    box-shadow: 0.5625rem 0 #e20074, -0.5625rem 0 #e20074;
    color: #fff;
    text-transform: uppercase;
    padding: 0.1875rem 0.1875rem 0.125rem;
    display: inline-block;
}

h2 {
    background-color: #e20074;
    box-shadow: 0.5625rem 0 #e20074, -0.5625rem 0 #e20074;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.1875rem 0.1875rem 0.125rem;
    font-size: 2.25rem;
    margin: 0 0 0.125rem;
    line-height: 1.2;
    position: absolute;
    right: 20%;
    bottom: 36.5%;
}

h3 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1.25rem;
}

h4 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin: 1.25rem 0;
}

h5 {
    color: #7f7f7f;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0.625rem;
}

h6 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.625rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 0.625rem;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 1.375rem;
    margin-bottom: 1.25rem;
}

ul li:before {
    content: "\2714";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.1em;
    line-height: 1.3;
    color: #e20074;
}

header {
    border-bottom: 0.0625rem solid #ededed;
    box-shadow: 0 0.125rem 0.5625rem 0 rgba(0, 0, 0, .15);
}

header div {
    max-width: 72.5rem;
    margin: auto;
    padding: .5rem 0;
    line-height: 0;
}

article {
    margin: 1rem auto;
}

.title {
    background: url(../images/create.png) center top / cover no-repeat transparent;
    height: 43.75rem;
    position: relative;
}

.grey {
    background: linear-gradient(180deg, rgba(64, 64, 64, 0) 30%, #545454);
    height: 43.75rem;
}

.containers {
    max-width: 72.5rem;
    margin: 1rem auto;
    position: relative;
    padding-top: 28.125rem;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.boxes p {
    color: #383838;
    background-color: #ededed;
    border-color: #bdbdbd;
    text-align: center;
    transition: all .15s cubic-bezier(.445, .05, .55, .95);
    vertical-align: middle;
    border: 0.0625rem solid transparent;
    border-radius: 0.25rem;
    font-size: 1.125rem;
    line-height: 1.2;
    padding: 0.875rem 1.4375rem 0.6875rem;
    white-space: nowrap;
    margin: 0.375rem 0.5rem;
    font-weight: 300;
}

.bewerben {
    background: #e20074;
    padding: 2.5rem;
    text-align: center;
}

.bewerben a {
    padding: 1.25rem 2.5rem;
    color: #fff;
    transition: background-color .2s ease-out;
    border: 0.0625rem solid #fff;
    border-radius: 0.25rem;
    font-size: 1.875rem;
}

.bewerben a:hover {
    background: #fff;
    color: #e20074;
    border: 0.0625rem solid transparent;
}

.flex {
    display: flex;
    justify-content: space-between;
    column-gap: 5rem;
}

.flex>div {
    width: 50%;
}

.pink_section {
    background: url(../images/pink.jpg) 50% top / cover no-repeat transparent;
    padding: 3.125rem;
    margin-bottom: 6.25rem;
}

.container_max {
    max-width: 72.5rem;
    margin: 1rem auto;
}

section {
    background-color: #fff;
    padding: 1.625rem 1.25rem;
}

section p {
    margin-bottom: 1.25rem;
}

section p:last-child {
    margin-bottom: 0;
}

.pink {
    color: #e20074;
}

.jobad_benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    font-family: "Rubik", "Arial", sans-serif;
}

.benefit {
    width: 33%;
    padding: 0.75rem 0.75rem 1.875rem;
}

.content_benefit {
    display: flex;
    height: 100%;
    perspective: 25rem;
    text-align: center;
    position: relative;
}

.content_benefit:before {
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    content: "\f021";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    width: 3.25rem;
    height: 3.25rem;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    transition: opacity .5s ease-in-out;
    vertical-align: baseline;
    background: #e20074;
    border: 0.1875rem solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 2rem;
    z-index: 3;
    position: absolute;
}

.benefit_front {
    backface-visibility: hidden;
    border-radius: 0.75rem;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .5s;
    width: 100%;
    background: #e20074;
    cursor: default;
    padding: 1.875rem 1.5rem;
    z-index: 2;
}

.benefit_back {
    background: #7f7f7f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: -100%;
    padding: 0.75rem 1.5rem;
    transform: rotateX(-180deg) translateX(-100%);
    z-index: 1;
    backface-visibility: hidden;
    border-radius: 0.75rem;
    color: #fff;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .5s;
    width: 100%;
}

.content_benefit:hover:before {
    opacity: 0;
}

.content_benefit:hover .benefit_front {
    transform: rotateX(180deg);
}

.content_benefit:hover .benefit_back {
    transform: rotateX(0) translateX(-100%);
}

.benefit_front p {
    font-size: 1.5rem;
    line-height: 1.2;
    padding-bottom: 0.3125rem;
    padding-top: 0.375rem;
}

.benefit_back p {
    font-size: 1rem;
    line-height: 1.2;
    padding-bottom: 0.375rem;
    padding-top: 0.5625rem;
}

.image1 {
    padding: 3.75rem 0;
}

.flex2 {
    display: flex;
    justify-content: space-between;
    column-gap: 0.625rem;
}

.flex2 div:first-of-type {
    line-height: 0;
}

aside {
    box-shadow: 0 0.1875rem 0.375rem #00000029;
    position: relative;
    margin: 0;
}

.pinks {
    background: #e20074;
    border-radius: 0.1875rem;
    color: #fff;
    display: block;
    font-size: 1.125rem;
    height: 1.75rem;
    position: relative;
    width: 1.75rem;
}

.pinks i {
    bottom: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.linkedin {
    position: absolute;
    bottom: 1rem;
    left: 5rem;
}

.xing {
    position: absolute;
    bottom: 1rem;
    left: 7.5rem;
}

.blue {
    color: #007faf;
}

aside p i {
    color: #b4b4b4;
    font-weight: 700;
    padding-right: 0.75rem;
}

@media only screen and (max-width: 72.4375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1 span {
        box-shadow: none;
        padding: .5rem;
    }

    h3 {
        margin: 1rem 0;
    }

    h4 {
        margin: 1rem 0;
    }

    article {
        max-width: 72.5rem;
        margin: 0 auto;
    }

    .flex {
        display: block;
    }

    .flex>div {
        width: 100%;
    }

    .image1 {
        text-align: center;
        padding: 1.625rem 0 1rem;
    }

    .pink_section {
        padding: 0.625rem;
        margin-bottom: 0;
    }

    section {
        padding: 0.625rem;
    }

    section p {
        margin-bottom: 1.25rem;
    }

}

@media only screen and (max-width: 56.1875rem) {
    h1 {
        margin: 0 0 1rem;
        position: static;
    }

    h2 {
        margin: 0 0 1rem;
        position: static;
        text-align: center;
    }

    .title {
        background: url(../images/create.png) left 20% top / cover no-repeat transparent;
    }

    .containers {
        padding-top: 18.75rem;
    }

    .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .boxes p {
        font-size: 1rem;
        line-height: 1.2;
        padding: 0.625rem 0.8125rem;
    }

    .bewerben {
        padding: 1.875rem;
    }

    .bewerben a {
        padding: 0.625rem 1.25rem;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 48rem) {

    h1,
    h2 {
        font-size: 1.875rem;
    }

    h3,
    h4 {
        font-size: 1.625rem;
    }

    h5 {
        margin-top: 0;
    }

    .jobad_benefits {
        display: block;
    }

    .benefit {
        width: 80%;
        padding: 0.75rem 0.75rem 1.875rem;
        margin: 0 auto;
    }

    .benefit_front p {
        font-size: 1.25rem;
    }

    .benefit_back p {
        font-size: 0.875rem;
    }

    .flex2 {
        display: block;
        text-align: center;
    }

    .flex2 div:first-of-type {
        text-align: center;
        max-width: 12.5rem;
        margin: 1rem auto 0;
    }

    .linkedin {
        display: block;
        bottom: -0.5rem;
        left: 3.75rem;
    }

    .xing {
        display: block;
        bottom: 1.25rem;
        left: 6.875rem;
    }

    .pinks {
        background: #e20074;
        border-radius: 0.1875rem;
        color: #fff;
        display: block;
        font-size: 1.125rem;
        height: 1.75rem;
        position: relative;
        width: 1.75rem;
    }

    .pinks i {
        bottom: auto;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 37.4375rem) {
    header div {
        display: flex;
        justify-content: center;
    }

    h1 {
        font-size: 1.7rem;
    }

    .boxes p {
        font-size: 0.875rem;
        padding: 0.375rem;
        margin: 0.25rem 0.3125rem;
    }
}