a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: Mont-Light;
    src: url(../../../fonts/mont-light.woff) format("woff"), url(../../../fonts/mont-light.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont-Regular;
    src: url(../../../fonts/mont-regular.woff) format("woff"), url(../../../fonts/mont-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Mont-Semibold;
    src: url(../../../fonts/mont-semibold.woff) format("woff"), url(../../../fonts/mont-semibold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

body,
html {
    width: 100%
}

body {
    height: 100%;
    background: #051218;
    color: #fff;
    font-family: Mont-Light;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    body {
        font-size: .9rem
    }
}

.page-padding {
    position: relative;
    box-sizing: border-box;
    padding-right: 35px;
    padding-left: 35px;
    width: 100%
}

@media screen and (max-width:767px) {
    .page-padding {
        padding-right: 24px;
        padding-left: 24px
    }
}

.container-large {
    max-width: 1370px
}

.container-large,
.container-medium {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.container-medium {
    max-width: 1136px
}

.container-small {
    width: 100%;
    max-width: 993px;
    margin-right: auto;
    margin-left: auto
}

.page-section {
    position: relative;
    width: 100%
}

.page-section.bottom380 {
    margin-bottom: 380px
}

.page-section.bottom300 {
    margin-bottom: 300px
}

@media screen and (max-width:767px) {
    .page-section.bottom300 {
        margin-bottom: 200px
    }
}

.page-section.bottom240 {
    margin-bottom: 240px
}

@media screen and (max-width:767px) {
    .page-section.bottom240 {
        margin-bottom: 140px
    }
}

.page-section.top240 {
    margin-top: 240px
}

.page-section.top300 {
    margin-top: 300px
}

.page-section.top100 {
    margin-top: 100px
}

.page-section.bottom160 {
    margin-bottom: 160px
}

.paddingTop50 {
    padding-top: 50px
}

.relative {
    position: relative
}

.text-center {
    text-align: center
}

a {
    display: block;
    color: #96958d;
    text-decoration: none
}

a,
a:hover {
    transition: all .25s ease-out
}

a:hover {
    color: #fff
}

h1 {
    font-family: Mont-Semibold;
    font-size: 5rem;
    line-height: .9
}

h1.center {
    text-align: center
}

h1.marginBottom30 {
    margin-bottom: 30px
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 58px
    }
}

@media screen and (max-width:767px) {
    h1 {
        font-size: 44px
    }
}

h1.homepage {
    font-size: 6rem
}

@media screen and (max-width:991px) {
    h1.homepage {
        font-size: 64px
    }
}

@media screen and (max-width:767px) {
    h1.homepage {
        font-size: 44px
    }
}

h2 {
    font-family: Mont-Semibold;
    font-size: 55px;
    line-height: 1.1
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 32px
    }
}

@media screen and (max-width:767px) {
    h2 {
        font-size: 30px
    }
}

h3 {
    font-family: Mont-Semibold;
    font-size: 28px;
    line-height: 1.1;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(225deg, #FF0000, #FF7272)
}

h3.color-white {
    background-clip: initial;
    -webkit-text-fill-color: initial;
    -webkit-background-clip: initial;
    background-image: none;
    color: #fff
}

@media screen and (max-width:991px) {
    h3 {
        font-size: 24px
    }
}

@media screen and (max-width:767px) {
    h3 {
        font-size: 20px
    }
}

h4 {
    color: rgba(255, 254, 241, .5)
}

h5 {
    font-family: Mont-Semibold;
    color: #fff;
    font-size: 18px
}

ul.marginTop30 {
    margin-top: 30px
}

ul.marginBottom30 {
    margin-bottom: 30px
}

li,
p {
    color: #c1c0b4
}

p.color-white {
    color: #fff;
    font-family: Mont-Semibold
}

p.marginTop30 {
    margin-top: 30px
}

p.paddingRight80 {
    padding-right: 80px
}

p.max-width {
    max-width: 550px
}

p.max-width,
p.text-center {
    text-align: center
}

p.marginBottom1rem {
    margin-bottom: 1.5rem
}

p.marginBottom30 {
    margin-bottom: 30px
}

.logo {
    width: 250px
}

.logo img {
    width: 100%
}

.logo a {
    cursor: pointer
}

input {
    font-size: 1rem
}

@media screen and (max-width:991px) {
    input {
        font-size: .9rem
    }
}

.cta-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px 0 rgba(10, 186, 181, .2);
    border-radius: 75.1363px;
    white-space: nowrap;
    white-space: pre;
    cursor: pointer
}

.cta-button a,
.cta-button div,
.cta-button p {
    font-family: Mont-Regular;
    color: #fff
}

.cta-button .cta-bgr {
    position: absolute;
    width: 80%;
    height: 60%;
    background-color: #FF0000;
    border-radius: 75.1363px;
    transition: all .25s ease-out
}

.cta-button.service-cta1 .cta-bgr {
    background-color: #FF0000;
    animation: pulse 1.2s infinite;
    animation-timing-function: ease-in-out
}

.cta-button.service-cta2 {
    margin-left: 80px;
    box-shadow: 0 0 30px 0 rgba(32, 150, 236, .2)
}

.cta-button.service-cta2 .cta-bgr {
    background-color: #FF8000;
    animation: pulse 1.2s infinite;
    animation-timing-function: ease-in-out
}

.cta-button.service-cta3 {
    margin-left: 40px;
    box-shadow: 0 0 30px 0 rgba(236, 135, 252, .2)
}

.cta-button.service-cta3 .cta-bgr {
    background-color: #2680FF;
    animation: pulse 1.2s infinite;
    animation-timing-function: ease-in-out
}

.cta-button .cta-content {
    position: relative;
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0 4px 27px rgba(5, 18, 24, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 75.1363px;
    border: .5px solid rgba(255, 254, 241, .2);
    padding: 15px 35px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cta-button .cta-content img {
    height: 30px;
    max-width: 40px;
    width: auto;
    margin-right: 1rem
}

@media screen and (max-width:991px) {
    .cta-button .cta-content img {
        height: 20px;
        max-width: 30px
    }
}

.cta-button .cta-content a {
    display: block;
    color: #fff
}

.cta-button:hover .cta-bgr {
    width: 90%;
    height: 70%;
    transition: all .25s ease-out;
    animation-play-state: paused
}

@keyframes pulse {
    0% {
        scale: 1
    }

    50% {
        scale: 1.05
    }

    to {
        scale: 1
    }
}

.flex-wrapper {
    position: relative;
    display: flex
}

@media screen and (max-width:767px) {
    .flex-wrapper {
        flex-direction: column;
        row-gap: 80px
    }

    .flex-wrapper.reverse {
        flex-direction: column-reverse
    }
}

.flex-left {
    position: relative;
    width: 50%
}

@media screen and (max-width:767px) {
    .flex-left {
        width: 100%
    }
}

.flex-right {
    position: relative;
    width: 50%
}

@media screen and (max-width:767px) {
    .flex-right {
        width: 100%
    }
}

.next {
    height: 100vh;
    width: 100%;
    background-color: #113545
}

.colored-number {
    font-size: 120px;
    line-height: 1;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.colored-number.number1 {
    background-image: linear-gradient(225deg, #FF0000, #FF7272)
}

.colored-number.number2 {
    background-image: linear-gradient(225deg, #FF8000, #ffbf7f)
}

.colored-number.number3 {
    background-image: linear-gradient(225deg, #2680FF, #91bfff)
}

@media screen and (max-width:991px) {
    .colored-number {
        font-size: 70px
    }
}

@media screen and (max-width:767px) {
    .colored-number {
        font-size: 54px
    }
}

.header-wrapper-left {
    width: 100%;
    max-width: 450px
}

.header-wrapper-center {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.header-wrapper-center h2 {
    max-width: 600px;
    text-align: center
}

@media screen and (max-width:767px) {
    .header-wrapper-center h2 {
        max-width: 400px
    }
}

.header-wrapper-center h2 span {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(225deg, #FF0000, #FF7272)
}

@media screen and (max-width:767px) {
    .header-wrapper-center.align-left {
        align-items: flex-start
    }

    .header-wrapper-center.align-left h2,
    .header-wrapper-center.align-left p {
        text-align: left
    }
}

.ellipse-bgr-wrapper {
    top: -400px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center
}

@media screen and (max-width:767px) {
    .ellipse-bgr-wrapper {
        overflow: hidden
    }
}

.ellipse-bgr {
    width: 100%;
    z-index: -1
}

.ellipse-top {
    position: absolute;
    top: 200px
}

.ellipse-left-wrapper {
    position: absolute;
    top: -180px;
    left: -40px;
    width: 100%
}

@media screen and (max-width:767px) {
    .ellipse-left-wrapper {
        overflow: hidden;
        right: -24px;
        width: auto
    }
}

.ellipse-left {
    position: relative;
    left: -100px
}

.ellipse-right-wrapper {
    position: absolute;
    top: -180px;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:767px) {
    .ellipse-right-wrapper {
        display: none
    }
}

.ellipse-right {
    position: relative;
    right: -100px
}

@media screen and (max-width:767px) {
    .ellipse-right {
        display: none
    }
}

.ellipse-title {
    position: absolute;
    bottom: 0
}

@media screen and (max-width:991px) {
    .ellipse-title {
        width: 500px
    }
}

@media screen and (max-width:767px) {
    .ellipse-title {
        width: 350px
    }
}

.karriere-link {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: .5rem
}

.karriere-link:hover .color-bgr {
    width: 80%;
    height: 80%;
    transition: all .25s ease-out
}

.contact-karriere-icon,
.nav-karriere-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 30px 0 rgba(10, 186, 181, .2);
    border-radius: 50%;
    height: 1.3rem;
    width: 1.3rem
}

.contact-karriere-icon.karriere,
.nav-karriere-icon.karriere {
    height: 50px;
    width: 50px
}

.contact-karriere-icon .color-bgr,
.nav-karriere-icon .color-bgr {
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #FF0000;
    border-radius: 50%;
    transition: all .25s ease-out
}

.contact-karriere-icon .icon-content,
.nav-karriere-icon .icon-content {
    position: relative;
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0 4px 27px rgba(5, 18, 24, .6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 50%;
    border: .5px solid rgba(255, 254, 241, .2);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .8rem
}

.hero {
    position: relative;
    padding-top: 170px;
    padding-bottom: 240px
}

@media screen and (max-width:991px) {
    .hero {
        overflow: hidden
    }
}

@media screen and (max-width:767px) {
    .hero {
        padding-bottom: 140px
    }
}

.service-button-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px
}

.service-button-wrapper.leistungen-monogram {
    align-items: center
}

.monogram-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%
}

.monogram-wrap.monogram-leistungen {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .monogram-wrap.monogram-leistungen {
        justify-content: center;
        justify-content: flex-start;
        align-items: center
    }
}

.monogram-wrap.monogram-leistungen .monogram {
    position: absolute;
    height: 900px;
    width: 600px;
    left: auto;
    top: auto
}

.monogram-wrap.monogram-leistungen .monogram-img {
    position: relative;
    top: 120px;
    right: 0;
    transform: scaleX(-1);
    height: 600px;
    top: -120px
}

@media screen and (max-width:767px) {
    .monogram-wrap.monogram-leistungen .monogram-img {
        top: 0;
        height: 600px;
        left: 60px
    }
}

.monogram-wrap.monogram-leistungen .ellipse-bgr {
    position: absolute
}

.monogram-wrap .monogram {
    position: absolute;
    left: -340px;
    top: -50px;
    right: 0;
    bottom: 0;
    background-image: url(../media/monogram.c28b7e41.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    position: relative
}

.service-content.padding-left {
    padding-left: 80px;
    padding-right: 0
}

@media screen and (max-width:991px) {
    .service-content.padding-left {
        padding-left: 0
    }
}

.service-content.padding-right {
    padding-left: 0;
    padding-right: 80px
}

@media screen and (max-width:991px) {
    .service-content.padding-right {
        padding-right: 0
    }
}

.header-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.trio {
    margin-top: 50px;
    display: flex;
    column-gap: 50px
}

.trio .trio-item {
    flex: 1 1;
    position: relative;
    z-index: 2
}

.trio .trio-item.center {
    text-align: center
}

@media screen and (max-width:767px) {
    .trio .trio-item.center {
        text-align: left
    }

    .trio .trio-item {
        width: 100%
    }
}

.trio h2 {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(225deg, #FF0000, #FF7272);
    line-height: 1
}

.trio h5 {
    margin: 1rem 0
}

@media screen and (max-width:767px) {
    .trio {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        row-gap: 50px
    }
}

.content-wrapper,
.swiper {
    position: relative
}

.swiper {
    width: 568px;
    padding-right: 20px;
    overflow: hidden;
    display: flex
}

@media screen and (max-width:1199px) {
    .swiper {
        width: 508px
    }
}

@media screen and (max-width:991px) {
    .swiper {
        width: 448px
    }
}

@media screen and (max-width:767px) {
    .swiper {
        width: 100%
    }
}

.swiper .swiper-wrapper {
    display: flex
}

.swiper .swiper-slide {
    width: 100%;
    height: 100%
}

.swiper .circle-image,
.swiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper .circle-image {
    height: 508px;
    width: 508px;
    border: 10px double transparent;
    border-radius: 50%;
    background-image: linear-gradient(#051218, #051218), linear-gradient(145deg, #051218 30%, #fff 150%);
    background-origin: border-box;
    background-clip: content-box, border-box
}

@media screen and (max-width:1199px) {
    .swiper .circle-image {
        height: 448px;
        width: 448px
    }
}

@media screen and (max-width:991px) {
    .swiper .circle-image {
        height: 388px;
        width: 388px
    }
}

@media screen and (max-width:767px) {
    .swiper .circle-image {
        height: 80vw;
        width: 80vw
    }
}

.swiper .circle-image .circle-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.swiper .circle-image .circle-image-wrapper .circle-image-ellipse {
    position: absolute;
    height: 1068px;
    width: 1068px;
    top: 0;
    background: radial-gradient(34.75% 34.75% at 50% 50%, rgba(10, 186, 181, .41) 0, rgba(243, 147, 0, 0) 100%)
}

.swiper .circle-image .circle-image-wrapper img {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: auto
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    top: 50%;
    height: 50px;
    width: 50px;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: none
}

.swiper .swiper-button-next .color-bgr,
.swiper .swiper-button-prev .color-bgr {
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #FF0000;
    border-radius: 50%;
    transition: all .25s ease-out
}

.swiper .swiper-button-next .icon-content,
.swiper .swiper-button-prev .icon-content {
    position: relative;
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0 4px 27px rgba(5, 18, 24, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-radius: 75.1363px;
    border: .5px solid rgba(255, 254, 241, .2);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper .swiper-button-next .icon-content img,
.swiper .swiper-button-prev .icon-content img {
    width: 40%;
    height: 40%
}

.swiper .swiper-button-next:hover .color-bgr,
.swiper .swiper-button-prev:hover .color-bgr {
    width: 90%;
    height: 90%;
    transition: all .25s ease-out
}

.swiper .swiper-button-prev {
    right: 0;
    transform: translate(-20px, -50%)
}

.swiper .speech-bubble {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 410px;
    height: auto
}

@media screen and (max-width:767px) {
    .swiper .speech-bubble {
        width: 80vw;
        bottom: 0
    }
}

.swiper .bubble-inner {
    padding: 40px;
    position: relative;
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0 4px 27px rgba(5, 18, 24, .6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: .5px solid rgba(255, 254, 241, .2);
    border-radius: 20px
}

.swiper .bubble-inner:after {
    content: "";
    width: 30px;
    top: -30px;
    left: 150px;
    transform: translateX(-100%) rotate(0deg);
    position: absolute;
    height: 30px;
    background-image: url(../media/bubble-corner.9b6f2cfe.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.swiper .bubble-inner .bubble-text {
    font-family: Mont-Semibold;
    color: #fff;
    margin-top: 1rem
}

.swiper .bubble-inner .bubble-name {
    font-family: Mont-Semibold;
    color: #FF0000
}

.form-wrapper {
    position: relative;
    z-index: 2;
    width: 100%
}

.form-wrapper .contact-form {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.form-wrapper .input {
    position: relative;
    width: 100%;
    height: 70px;
    margin-bottom: 30px;
    display: block;
    background: rgba(255, 254, 241, .05);
    border-radius: 35px;
    padding: 1px
}

.form-wrapper .input.message {
    height: 140px
}

.form-wrapper .input input,
.form-wrapper .input textarea {
    font-size: 1rem;
    position: relative;
    background: linear-gradient(129.1deg, hsla(0, 0%, 100%, .1) 1.2%, hsla(0, 0%, 100%, 0) 175.17%);
    display: inherit;
    border-radius: inherit;
    margin: 0;
    border: none;
    outline: none;
    text-align: left;
    padding-left: 2rem;
    box-sizing: border-box;
    z-index: 1
}

.form-wrapper .input input:focus+span,
.form-wrapper .input input:hover+span,
.form-wrapper .input textarea:focus+span,
.form-wrapper .input textarea:hover+span {
    opacity: 1;
    transform: scale(1)
}

.form-wrapper .input textarea {
    padding-top: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding-left: 2rem;
    box-sizing: border-box
}

.form-wrapper .input span {
    transform: scale(.993, .94);
    transition: transform .5s, opacity .25s;
    opacity: 0;
    position: absolute;
    z-index: 0;
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: 0 0 30px 0 rgba(10, 186, 181, .2)
}

.form-wrapper input,
.form-wrapper textarea {
    font-family: inherit;
    line-height: inherit;
    color: #fff;
    min-width: 100%;
    height: 100%
}

.form-wrapper ::placeholder {
    color: #96958d
}

.form-wrapper input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    cursor: pointer
}

.form-wrapper .success-message {
    position: absolute;
    margin-top: 30px;
    opacity: 0
}

.form-wrapper .success-message.active {
    opacity: 1;
    transition: opacity .25s
}

.custom-select-container {
    display: block;
    width: 100%;
    background: rgba(255, 254, 241, .05);
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    border-radius: 35px;
    padding: 1px
}

.custom-select-container .selected-text {
    height: 70px;
    background: linear-gradient(129.1deg, hsla(0, 0%, 100%, .1) 1.2%, hsla(0, 0%, 100%, 0) 175.17%);
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    cursor: pointer;
    transition: all .25s
}

.custom-select-container .selected-text .contact-karriere-icon {
    margin-right: 1.5rem;
    height: 30px;
    width: 30px
}

.custom-select-container .selected-text .contact-karriere-icon img {
    height: 40%;
    width: 40%;
    transform: rotate(90deg);
    transition: transform .25s
}

.custom-select-container .selected-text:hover {
    box-shadow: 0 0 30px 0 rgba(10, 186, 181, .2)
}

.custom-select-container .selected-text:hover .color-bgr {
    width: 90%;
    height: 70%;
    transition: all .25s ease-out
}

.custom-select-container .selected-text.active img {
    transform: rotate(270deg);
    transition: transform .25s
}

.custom-select-container ul {
    margin: 0;
    padding: 0;
    border-radius: 35px;
    background: rgba(255, 254, 241, .05);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.custom-select-container .select-options {
    top: 85px;
    position: absolute;
    width: 100%
}

.custom-select-container li {
    list-style-type: none;
    padding: 1rem 2rem;
    border-bottom: .5px solid rgba(255, 254, 241, .2);
    cursor: pointer
}

.custom-select-container li:last-child {
    border-bottom: none
}

.custom-select-container li:hover {
    color: #fff
}

.policy {
    z-index: 99;
    position: fixed;
    bottom: 1.5rem;
    left: 1.5rem
}

.policy .policy-wrapper {
    position: relative;
    box-shadow: 0 0 30px 0 rgba(10, 186, 181, .2)
}

.policy .policy-wrapper,
.policy .policy-wrapper .policy-text {
    border-radius: 75.1363px;
    display: flex;
    justify-content: center;
    align-items: center
}

.policy .policy-wrapper .policy-text {
    background: hsla(0, 0%, 100%, .15);
    box-shadow: 0 4px 27px rgba(5, 18, 24, .6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border: .5px solid rgba(255, 254, 241, .2);
    padding: 15px 35px
}

.policy .policy-wrapper p {
    margin-right: .3rem
}

.policy .policy-wrapper .policy-close {
    margin-left: 1rem;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.policy .policy-wrapper .policy-close:hover .policy-close-horizontal {
    transform: rotate(0deg);
    transition: transform .35s ease-in-out
}

.policy .policy-wrapper .policy-close:hover .policy-close-vertical {
    transform: rotate(90deg);
    transition: transform .35s ease-in-out
}

.policy .policy-wrapper .policy-close-horizontal {
    width: 1.2rem;
    height: .5px
}

.policy .policy-wrapper .policy-close-horizontal,
.policy .policy-wrapper .policy-close-vertical {
    position: absolute;
    background-color: #fff;
    transform: rotate(45deg);
    transition: transform .35s ease-in-out
}

.policy .policy-wrapper .policy-close-vertical {
    height: 1.2rem;
    width: .5px
}