* {
    margin: 0;
    padding: 0;
    list-style: none;
}

:root {

    --s-bold: 20px;
    --s-l-bold: 24px;

    --xl-bold: 34px;
    --xl-l-bold: 40.8px;

    --m-bold: 25px;
    --m-l-bold: 30px;

    --l-bold: 30px;
    --l-l-bold: 36.8px;

    --s-reg: 16px;
    --s-l-reg: 25px;
    --m-reg: 18px;
    --m-l-reg: 26px;
    /*23px;*/
    --m-l-reg-: 20px;
    --l-reg: 21px;
    --l-l-reg: 30px;
    --m-l-reg-bez: 22px;
    --l-l-reg-bez: 26px;
    --s-b-navi: 27.39px;
    --l-b-navi: 36px;

    --black: #2c2c2b;
    --yellow: #E9AA42;
    --grey1: #e2e2e2;
    --grey2: #b8b7c0;
    --grey3: #efefef;
    --grey4: #cccccc;
    --white: white;

}

.logo {
    opacity: 0;
    -webkit-transition: opacity 1s, transform 1s, left 1s, top 1s;
    -moz-transition: opacity 1s, transform 1s, left 1s, top 1s;
    -ms-transition: opacity 1s, transform 1s, left 1s, top 1s;
    -o-transition: opacity 1s, transform 1s, left 1s, top 1s;
    transition: opacity 1s, transform 1s, left 1s, top 1s;
    position: absolute;
    top: 19px;
    width: 160px;
    -webkit-transform: translate(-80px, 0px);
    -moz-transform: translate(-80px, 0px);
    -ms-transform: translate(-80px, 0px);
    -o-transform: translate(-80px, 0px);
    transform: translate(-80px, 0px);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    left: 50vw;
    height: 43.11px;
}

.logonoanime .logo {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.footerlogo {
    width: 160px;
    height: 43.11px;
    margin-bottom: 30px;
}

.textmove .logo {
    opacity: 1;
    top: 19px;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    left: 21px;
}

.logovis .logo {
    opacity: 1;
}

#hexagon {
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate(50%, 0px);
    -moz-transform: translate(50%, 0px);
    -ms-transform: translate(50%, 0px);
    -o-transform: translate(50%, 0px);
    transform: translate(50%, 0px);
}

.logomove #hexagon {
    -webkit-transform: translate(0%, 0px);
    -moz-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    -o-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
}

#relaconcont,
#solutionscont {
    overflow: hidden;
}

#relacon {
    -webkit-transition: transform 0.4s, opacity 1s;
    -moz-transition: transform 0.4s, opacity 1s;
    -ms-transition: transform 0.4s, opacity 1s;
    -o-transition: transform 0.4s, opacity 1s;
    transition: transform 0.4s, opacity 1s;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    opacity: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

#solutions {

    -webkit-transition: transform 0.4s, opacity 1s;
    -moz-transition: transform 0.4s, opacity 1s;
    -ms-transition: transform 0.4s, opacity 1s;
    -o-transition: transform 0.4s, opacity 1s;
    transition: transform 0.4s, opacity 1s;
    -webkit-transform: translate(0px, 50%);
    -moz-transform: translate(0px, 50%);
    -ms-transform: translate(0px, 50%);
    -o-transform: translate(0px, 50%);
    transform: translate(0px, 50%);
    opacity: 0;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.textmove #relacon,
.textmove #solutions {

    -webkit-transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
    opacity: 1;
}

.black .st0 {
    stroke: #000000;
}

.content,
.nextcontent,
.teamcontent,
.relcontent,
.contentleist {
    padding: 0px 21px;
    margin-top: 0px;
}

.nextcontent,
.teamcontent,
.relcontent {
    padding-top: 40px;
}

.nextcontent .boxtext,
.relcontent .boxtext {
    color: white;
}

.nextcontent,
.relcontent {
    background-color: var(--black);
}

.resume {
    text-align: center;
    padding: 0 2%;
    max-width: 503px;
    margin: 0 auto;
    margin-bottom: 73px;
    opacity: 0;
    -webkit-transition: transform 1s, opacity 1s;
    -moz-transition: transform 1s, opacity 1s;
    -ms-transition: transform 1s, opacity 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    transform: translate(0px, 70px);
    height: calc(100vh - 192px);
}

.resume_text {
    margin: auto;
    -webkit-transform: translate(-50%, calc(-50% + 25px));
    -moz-transform: translate(-50%, calc(-50% + 25px));
    -ms-transform: translate(-50%, calc(-50% + 25px));
    -o-transform: translate(-50%, calc(-50% + 25px));
    transform: translate(-50%, calc(-50% + 25px));
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
}

.textmove .resume {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.resume p,
.textvisual p,
.spacer p,
.cat_titlebig,
.teamtext p,
.interlude p,
.maintext p,
.l-text blockquote p,
.blocktext blockquote p,
.rel_name {
    font-family: "basis-grotesque-bold";
    font-size: var(--m-bold);
    line-height: var(--m-l-bold);
}
.blocktext a{
    color: black;
}
.textvisual p {
    font-size: var(--xl-bold);
    line-height: var(--xl-l-bold);
}

.link,
.boxtext,
.cat_title,
.bez span,
.cred .inside,
.per p,
.inner p,
.contact li,
.relatedtit,
.l-text p,
.listview p,
.blocktext p,
.caption,
.beside p,
.rel_weiter a,
.kontakt_inner p {
    font-family: "basis-grotesque-regular";
    font-size: var(--m-reg);
    line-height: var(--m-l-reg);
}

.blocktext p {
    padding-bottom: var(--m-l-reg-);
}

.description p {
    padding-bottom: var(--m-l-reg);
}

.per p {
    line-height: var(--l-l-reg-bez);
}

.case .blocktext strong,
.artic .blocktext strong, .team .description strong {
    font-family: "basis-grotesque-bold";
}

.name {
    font-size: var(--l-bold);
    font-family: "basis-grotesque-bold";
    margin-bottom: 20px;
}

.case h2,
.artic h2 {
    font-weight: normal;
    margin-bottom: var(--m-l-reg);
    margin-top: 40px;
}

.bez span:nth-child(2),
.member,
.name,
.l-title,
.lt-satz,
.case h2,
.artic h2,
.title_imp,
.shortlink {
    font-family: "basis-grotesque-bold";
    font-size: var(--m-bold);
    line-height: unset;
}
.shortlink {
    color: var(--black);
    text-decoration: none;
    background: linear-gradient(10.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
    padding: 6px 19px;
    border-radius: 28px;
    border:1px solid transparent;
}
.shortlink:hover{
    background: transparent;
    /* color: var(--white); */
    border:1px solid black;
}

.shortlinks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
    gap: 12px 18px;
    margin-bottom: 46px;
}

.title_imp {
    text-transform: uppercase;
}

.bez span {
    display: block;
}

.nextcontent .cat_title,
.relcontent .cat_title {
    color: white;
}

.spacer {
    border-top: 1px solid transparent;
}

.spacer .link {
    margin-top: 32px;
}

.spacer p strong {
    color: var(--yellow);
    font-weight: normal;
}

.link a:hover {
    /*  background-color: var(--yellow);*/
}

.link {
    margin-top: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: opacity 0.5s, transform 1s;
    -moz-transition: opacity 0.5s, transform 1s;
    -ms-transition: opacity 0.5s, transform 1s;
    -o-transition: opacity 0.5s, transform 1s;
    transition: opacity 0.5s, transform 1s;
    opacity: 0;

}

.article {
    /*background-color: var(--grey2);
    height: 1300px;
    border-radius: 20px;*/
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    opacity: 0;
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    transform: translate(0px, 70px);
    /*    margin-bottom: 400px;*/
    /*    border-bottom: 1px solid black;*/
    padding-bottom: 28px;
}

.last .article {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.nav {
    height: 120px;
    opacity: 0;
    margin-left: calc(100vw - 155px);
    -webkit-transition: opacity 1s, transform 1s;
    -moz-transition: opacity 1s, transform 1s;
    -ms-transition: opacity 1s, transform 1s;
    -o-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-transform: translate(0px, -170px);
    -moz-transform: translate(0px, -170px);
    -ms-transform: translate(0px, -170px);
    -o-transform: translate(0px, -170px);
    transform: translate(0px, -170px);
}

.textmove .nav {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.link a {
    color: var(--black);
    text-decoration: none;
    /*  border: 1px solid var(--black);
    border-radius: 19px;*/
    padding: 8px 20px;
    letter-spacing: 0.3px;
    /*  background-color: white;*/
    position: relative;
}

.link svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.menu a {
    text-decoration: none;
    color: var(--black);
    font-family: "basis-grotesque-bold";
    font-size: var(--s-b-navi);
    margin-left: 10px;
}

.menu a.active {
    color: var(--yellow);
    font-family: "basis-grotesque-bold";
}

.outline .firstlink rect {
    animation: button-border 1s linear both;
}

.varible.visible .link rect {
    animation: button-border 1.5s linear both;
}

.outline .link {
    opacity: 1;

}

@keyframes button-border {
    to {
        stroke-dashoffset: 0;
    }
}

.blackborder {
    stroke: black;
}

.link a:hover {
    color: var(--white);
}

.link a span {
    display: inline-block;
    position: relative;
}

.link a:hover .blackborder {
    fill: var(--black);
}

.shell {
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit- transition-property: margin, opacity;
    -moz- transition-property: margin, opacity;
    -ms- transition-property: margin, opacity;
    -o- transition-property: margin, opacity;
    transition-property: margin, opacity;
}

.shell_case {
    background: linear-gradient(90.32deg, var(--grey1) 0.28%, rgba(143, 0, 255, 0) 99.72%), var(--grey3);
    height: 100vh;
    -webkit-transition: margin 1s, height 1s, width 1s;
    -moz-transition: margin 1s, height 1s, width 1s;
    -ms-transition: margin 1s, height 1s, width 1s;
    -o-transition: margin 1s, height 1s, width 1s;
    transition: margin 1s, height 1s, width 1s;
    top: 0;
    left: 0;
    margin: 0;
    width: 100vw;
    position: relative;
}

.shellsmall .shell_case {
    margin: 110px 20px 41px;
    height: calc(100vh - 200px);
    width: calc(100% - 40px);
    border-radius: 10px;
}

.shellsmall.shellclose .shell_case {
    margin: 210px 20px 141px;
    height: calc(100vh - 451px);
}

.openmenu.shellclose .shell {
    opacity: 0;
}

.shell_inner {}

.openmenu .shell {
    overflow: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    height: 100%;
    overflow: auto;
    z-index: 1000;
    background-color: var(--white);
}

.openmenu .nav {
    z-index: 10002;
    position: relative;
}

.openmenu .logo {
    z-index: 10002;
}

.nav ul {
    display: none
}

.xy {
    display: block;
    height: 18.5px;
    position: absolute;
    top: 32px;
    width: 28px;
    cursor: pointer;
    right: 21px;
}

.stripe {
    background-color: black;
    display: block;
    position: absolute;
    width: 28px;
    height: 1px;
}

.xy .top-stripe {
    left: 0;
    top: 8px;
}

.xy .middle-stripe {
    left: 0;
}

.xy .bottom-stripe {
    left: 0;
    top: 16px;
}

.xy .stripe {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform, opacity, top;
    -moz-transition-property: transform, opacity, top;
    -ms-transition-property: transform, opacity, top;
    -o-transition-property: transform, opacity, top;
    transition-property: transform, opacity, top;
    -webkit-transition-timing-function: cubic-bezier(.6, -.3, 1, .8);
    -moz-transition-timing-function: cubic-bezier(.6, -.3, 1, .8);
    -ms-transition-timing-function: cubic-bezier(.6, -.3, 1, .8);
    -o-transition-timing-function: cubic-bezier(.6, -.3, 1, .8);
    transition-timing-function: cubic-bezier(.6, -.3, 1, .8);
}

.openmenu .top-stripe {
    opacity: 0;
}

.openmenu .middle-stripe {

    -moz-transform: translate3d(0, 7px, 0) rotate(-135deg);
    -ms-transform: translate3d(0, 7px, 0) rotate(-135deg);
    -o-transform: translate3d(0, 7px, 0) rotate(-135deg);
    -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
    transform: translate3d(0, 7px, 0) rotate(-135deg);
}

.openmenu .bottom-stripe {
    -moz- transform: translate3d(0, -9px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -9px, 0) rotate(135deg);
    -o-transform: translate3d(0, -9px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -9px, 0) rotate(135deg);
    transform: translate3d(0, -9px, 0) rotate(135deg);
}

.shellclose .top-stripe {
    opacity: 1;
}

.shellclose .middle-stripe {
    -moz-transform: translate3d(0, 0px, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0px, 0) rotate(0deg);
    -o-transform: translate3d(0, 0px, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
    transform: translate3d(0, 0px, 0) rotate(0deg);
}

.shellclose .bottom-stripe {
    -moz- transform: translate3d(0, 0px, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0px, 0) rotate(0deg);
    -o-transform: translate3d(0, 0px, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
    transform: translate3d(0, 0px, 0) rotate(0deg);
}

.mobilemenu {
    border: none;
    background-color: transparent;
    width: 155px;
    height: 53px;
    cursor: pointer;
    margin-top: 9px;
}

.menutext {
    font-size: var(--s-reg);
    color: var(--black);
    position: absolute;
    right: 65px;
    top: 30px;
}

.menutext span:nth-child(2),
.openmenu .menutext span:nth-child(1) {
    display: none;
}

.openmenu .menutext span:nth-child(2) {
    display: block;
}

.shellclose .menutext span:nth-child(1) {
    display: block;
}

.shellclose .menutext span:nth-child(2) {
    display: none;
}

.menu ul {}

.menu {
    position: absolute;
    bottom: 63px;
    left: 14px;
    margin-right: 14px;
    width: calc(100% - 28px);
}

li.menu_item {
    border-bottom: 1px solid var(--black);
    padding-bottom: 7px;
    margin-top: 8px;
    position: relative;
}

body.openmenu {
    overflow: hidden;
}

span.linkname {
    display: inline-block;
    width: 100%;
}

.active span.arrow {
    display: none;
}

span.arrow {
    position: absolute;
    width: 43px;
    height: 15px;
    top: 3px;
    right: 20px;
    border-bottom: 1px solid black;
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    -o-transition: right 0.4s;
    transition: right 0.4s;
}

li:hover span.arrow {
    right: 10px;
}

.arrow::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    border-bottom: 1px solid black;
    -webkit-transform: rotate(31deg);
    -moz-transform: rotate(31deg);
    -ms-transform: rotate(31deg);
    -o-transform: rotate(31deg);
    transform: rotate(31deg);
    right: -3px;
    top: 7px;
}

.arrow::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    border-bottom: 1px solid black;
    -webkit-transform: rotate(-31deg);
    -moz-transform: rotate(-31deg);
    -ms-transform: rotate(-31deg);
    -o-transform: rotate(-31deg);
    transform: rotate(-31deg);
    right: -2px;
    top: 19px;
}

span.linkinner {
    margin-right: 85px;
}

li:hover a .linkname {
    opacity: 0.7;
}

/*.flex-grid {
    display: block;
  }*/


.js-masonry-elm .box {
    border-radius: 13px;
    margin-bottom: 8px;
    background-color: var(--grey2);
}

.col .boxtext {
    margin-bottom: 27px;
}


.col_xs .box {
    height: calc((100vw - 42px) / 100 * 53.48);
}

.col_s .box {
    height: calc((100vw - 42px) / 100 * 76.74);
}

.col_m .box {
    height: calc(100vw - 42px);
}

.col_l .box {
    height: calc((100vw - 42px) / 100 * 111.62);
}

.col_xl .box {
    height: calc((100vw - 42px) / 100 * 123.25);
}

.relatedcont .col_xs .box {
    height: calc((100vw - 82px) / 100 * 53.48);
}

.relatedcont .col_s .box {
    height: calc((100vw - 82px) / 100 * 76.74);
}

.relatedcont .col_m .box {
    height: calc(100vw - 82px);
}

.relatedcont .col_l .box {
    height: calc((100vw - 82px) / 100 * 111.62);
}

.relatedcont .col_xl .box {
    height: calc((100vw - 82px) / 100 * 123.25);
}

.js-masonry-elm {
    width: 100%;
    /*    margin-bottom: 40px;*/
    padding-bottom: 40px;
}

.js-masonry-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.js-masonry-elm a,
.rel_weiter a {
    text-decoration: none;
    color: var(--black);
}

.js-masonry-elm .nohexicon {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
    left: 50%;
}

.js-masonry-elm .box {
    position: relative;
}

.js-masonry-elm .hexicon {
    position: absolute;
    top: 50%;
    width: 84%;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    padding-left: 8%;
    padding-right: 8%;
    /* height: 100%; */
}

.js-masonry-elm .box p {
    position: relative;
    padding: 23px 24px;
}

.js-masonry-elm .box .top2 p {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.js-masonry-elm .box .top3 p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-wrap: nowrap;
}

.js-masonry-elm .backimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nohexicon img {
    width: 100%;
}

.js-masonry-elm .hex {
    vertical-align: middle;
}

.masked-image {
    width: 100%;
    height: 100%;
    filter: grayscale(0.4);
}

.image-container {
    width: 100%;
    height: 100%;
}


.varible {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
}

.varible.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.box.border {
    border: 6px solid black;
    padding: 9px;
}

a:hover .box {
    /*    opacity: 0.7;*/
}

.cat_title {
    /*    border-top: 1px solid white;*/
    padding-top: 21px;
    margin-bottom: 26px;
    margin-left: 3px;
}
.titlefirst{
    padding-top: 0px;
}
.teamcontent .cat_title {
    margin-bottom: 0;
}

.cat_titlebig {
    margin-bottom: 30px;
}

.boxtext {}

.sub {
    display: inline;
}

.js-masonry-elm a:hover .sub,
.inside a:hover span {
    border-bottom: 1px solid;
}

.inside .linkfooter a:hover span {
    border-bottom: none;
}


.colum a,
.cred a {
    text-decoration: none;
    color: black;
}

.footerline {
    position: absolute;
    top: 0;
    width: 100vw;
    left: 0px;
    border-top: 1px solid black;
    height: 2px;
}

footer {
    position: relative;
    padding: 30px 21px 19px;
}

.footerlogo {
    margin-bottom: 30px;
}

.cred {
    display: block;
    font-size: 0;
}

.cred .inside {
    font-size: 18px;
    line-height: 27px;
}

.cred a {
    display: block;
}

.cred:nth-child(2) {
    margin-top: 30px;
}

.bottom {
    position: fixed;
    width: calc(100vw - 32px);
    left: 0;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 0px;
}

.bottom .footerline {
    left: 0;
}

.noimg img {
    opacity: 0;
}

.ohneanimation {
    display: none;
}

.logonoanime .ohneanimation {
    display: block;
}

.logonoanime .logoanimation {
    display: none;
}

/*  WEITERE SEITEN  */

.team .resume {
    text-align: left;
    padding: 0;
    height: unset;
    max-width: unset;
}

.leistungen .resume,
.kontakt .resume {
    padding: 0;
    margin-bottom: 34px;
    height: calc(100vw / 2);
    max-width: unset;
    border-radius: 13px;
    background: linear-gradient(90.32deg, var(--grey1) 0.28%, rgba(143, 0, 255, 0) 99.72%), var(--grey3);
}

.leistungen .resume img,
.kontakt .resume img {
    height: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    display: block;
    position: relative;
    left: 50%;
}

.leistungen .bez,
.artic .bez,
.case .bez {
    margin-bottom: 25px;
}

.team .bez {
    margin-bottom: 33px;
}

.teammember li img {
    width: 100%;
    border-radius: 13px;
}

.teammember li {
    width: 100%;
    margin-bottom: 30px;
}

.per {
    margin-top: 12px;
}

.member {
    margin-bottom: 10px;
}

.per {
    position: relative;
    cursor: pointer;
    width: calc(100% - 40px);
}

.per:hover p {
    /*border-bottom: 1px solid black;
    display: inline;*/
}

.per a,
.linkwrapper a {
    color: black;
    text-decoration: none;
}

.per a:hover {
    border-bottom: 1px solid black;
}

.per:hover p span {
    display: block;
}

.per .moreinfo::before,
.per .moreinfo::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 10px;
}

.per .moreinfo::before {
    border-bottom: 1px solid black;
    height: 14.5px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}

.per .moreinfo::after {
    border-left: 1px solid black;
    width: 14.5px;

    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
}

.per .moreinfo:hover::after,
.per .moreinfo:hover::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.moreinfo {
    position: absolute;
    top: 0;
    right: -40px;
    width: 60px;
    height: 50px;
}

.interlude {
    padding-bottom: 128px;
}


.peoplesingle,
.single .sidebar {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single {
    position: fixed;
    top: 0;
    width: 100vw;
    opacity: 1;
    z-index: 90;
    height: 100vh;
    display: flex;
    align-items: center;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    left: 0;
    display: none;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.sidebar {
    position: fixed;
    min-height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    width: calc(100% - 42px);
    padding-top: 0px;
    z-index: 333;
    border-left: 1px solid var(--black);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.84, .07, .07, 1.01);
    transition: -webkit-transform .8s cubic-bezier(.84, .07, .07, 1.01);
    transition: transform .8s cubic-bezier(.84, .07, .07, 1.01);
    transition: transform .8s cubic-bezier(.84, .07, .07, 1.01), -webkit-transform .8s cubic-bezier(.84, .07, .07, 1.01);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.sidebar .inner {
    padding-right: 62px;
    padding-left: 20px;
    padding-top: 114px;
}

.opensidebar .sidebar {
    -webkit-transform: translateX(0%) translateZ(0px);
    -moz-transform: translateX(0%) translateZ(0px);
    -ms-transform: translateX(0%) translateZ(0px);
    -o-transform: translateX(0%) translateZ(0px);
    transform: translateX(0%) translateZ(0px);
}

.opensidebar .single {
    /*    opacity: 1; */
}

.openteam .single {
    display: flex;
}

.notransform .article {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.person {
    display: none;
}

.person.live {
    display: block;
}

.loadwrapper,
.scroll-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-x: hidden;
}

.scroll-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;

}

.openteam .scroll-wrapper {
    overflow: hidden;
}

.contact {
    display: flex;
    flex-wrap: wrap;
}

.contact li {
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
}

span.linkwrapper {
    padding: 7px 20px 5px;
    border: 1px solid black;
    border-radius: 24px;
}

.data {
    margin-bottom: 41px;
}

.description {
    margin-bottom: 120px;
    margin-top: 22px;
}

.closebtn {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 10000;
    cursor: pointer;
}

.closebtn:hover span.arrow {
    width: 49px;
}

.closebtn span.arrow {
    width: 42px;
    right: 0px;
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    -ms-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s;
}

.linkwrapper:hover {
    background-color: var(--black);
}

.linkwrapper:hover a {
    color: var(--white);
}

.morecontent {
    background-color: var(--black);
    padding: 20px 20px 30px;
}

.morecontent {
    color: white;
}

.relatedcont .js-masonry-elm a .sub {
    color: white;
}

.relatedcont .js-masonry-elm:last-child {
    margin-bottom: 0;
}

.relatedtit {
    margin-bottom: 18px;
}

.relatedcont .varible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
/*
.team .varible .link rect {
    animation: button-border 1.5s linear both;
}

.team .varible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
*/
/*LEISTUNGEN */
.maintext {
    margin-bottom: 46px;
}

.l-bild {
    border-radius: 13px;
    background: linear-gradient(90.32deg, var(--grey1) 0.28%, rgba(143, 0, 255, 0) 99.72%), var(--grey3);
    background: linear-gradient(90.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffc258;
    background: linear-gradient(90.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
    padding: 22px 0;
    margin-bottom: 23px;
}

.l-bild:nth-child(1) {
    background: linear-gradient(60.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
}

.l-bild:nth-child(2) {
    background: linear-gradient(10.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
}

.l-bild:nth-child(3) {
    background: linear-gradient(180.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
}

.l-bild:nth-child(4) {
    background: linear-gradient(90.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
}

.l-text blockquote p {
    margin-bottom: var(--m-l-bold);
}

.l-text p {
    margin-bottom: var(--m-l-reg);
}

.l-bild img {
    width: 40%;
    margin: 0 auto;
    display: block;
}

.l-title {
    margin-bottom: 17px;
}

.l-rows p,
.lt-text p {
    font-family: "basis-grotesque-bold";
}

.lt-text .listview p {
    font-family: "basis-grotesque-regular";
}

strong {
    font-weight: normal;
}

.l-rows {
    padding-right: 20%;
}

.l-items {
    padding-bottom: 80px;
}

.fragen .fragenli {
    margin-bottom: 25px;
}

.listview {
    display: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 350ms ease-in-out;
    -moz-transition: height 350ms ease-in-out;
    -ms-transition: height 350ms ease-in-out;
    -o-transition: height 350ms ease-in-out;
    transition: height 350ms ease-in-out;
}

.opens .listview,
.listview .opensxs .listview {
    display: block;
    height: auto;
}

.kreuz {
    top: 5px;
    width: 18px;
    height: 18px;
}

.stroke {
    width: 100%;
    height: 2px;
    background-color: var(--black);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    top: 50%;
    position: absolute;
    left: 0px;
    transform: translate(0 -50%);
    opacity: 1;
}

.stroke.stroke2 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.lt-item:hover .kreuz {
    transform: translate(0px, -50%) rotate(90deg);
}

.opens .lt-itemsmall:hover .kreuz {
    transform: translate(0px, -50%) rotate(90deg) scale(0.7);
}

.kreuz,
.opens .lt-itemsmall .kreuz {
    position: absolute;
    top: 50%;
    right: 16px;
    background-color: transparent;
    width: 36px;
    height: 38px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transform: translate(0px, -50%);
}

.opens .lt-itemsmall .kreuz {
    transform: translate(0px, -50%) scale(0.7);
}

.opens .kreuz,
.opensxs .kreuz {
    -webkit-transform: translate(0px, -50%) rotate(90deg);
    -moz-transform: translate(0px, -50%) rotate(90deg);
    -ms-transform: translate(0px, -50%) rotate(90deg);
    -o-transform: translate(0px, -50%) rotate(90deg);
    transform: translate(0px, -50%) rotate(90deg);
}

.opens .opensxs .lt-itemsmall .kreuz {
    -webkit-transform: translate(0px, -50%) rotate(90deg) scale(0.7);
    -moz-transform: translate(0px, -50%) rotate(90deg) scale(0.7);
    -ms-transform: translate(0px, -50%) rotate(90deg) scale(0.7);
    -o-transform: translate(0px, -50%) rotate(90deg) scale(0.7);
    transform: translate(0px, -50%) rotate(90deg) scale(0.7);
}

.opens .stroke {
    opacity: 0;
}

.lt-itemsmall .stroke,
.opens .lt-itemsmall .stroke {
    opacity: 1;
}

.opens .opensxs .lt-itemsmall .stroke {
    opacity: 0;
}

.opens .opensxs .lt-itemsmall .stroke2 {
    opacity: 1;
}

.opens .stroke.stroke2 {
    opacity: 1;
}

.fragen button.lt-item {
    position: relative;
    border: none;
    background-color: var(--grey1);
    cursor: pointer;
    border-radius: 13px;
    padding: 20px 68px 20px 21px;
    width: 100%;
    text-align: left;
    color: black;
}

.fragen {
    border-bottom: 1px solid;
}

.lt-img {
    width: 30%;
    margin-top: 30px;
    margin-left: 12px;
}

.lt-text {
    margin-top: 30px;
}

.lt-text p {
    margin-bottom: var(--m-l-reg);
}

.listview .listview {
    display: none;
    height: 0;
}

.fragen button.lt-itemsmall {
    background-color: transparent;
    border-radius: unset;
    padding: 20px 59px 24px 0px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    position: relative;
    border: none;
    border-top: 1px solid;
    color: black;
}

.lt-satz p {
    margin-bottom: 0;
}

.clan_last {
    margin-bottom: -1px;
}

.spacer_sp {
    margin-bottom: 20px;
}

.caseimage,
.caseiconimg {
    margin-bottom: 34px;
    font-size: 0;
}

.caseicon {
    border-radius: 13px;
    height: calc(100vw / 2);
    width: 100%;
    margin-bottom: 34px;
}

.caseicon img {
    height: 40%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    display: block;
    position: relative;
    left: 50%;
}

.caption {
    margin-top: 7px;
}

.iconinsimg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.iconinsimg img {
    height: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    display: block;
    position: relative;
    left: 50%;
}

.imgdesk {
    display: none;

}

.imgdesk.nosmall {
    display: block;
}

.imgmob img,
.imgdesk img {
    width: 100%;
    border-radius: 9px;
}

.blocktext li {
    list-style: disc;
    margin-left: 21px;
    padding-left: 7px;
}

.blocktext li strong {
    font-family: "basis-grotesque-bold";
}

.blocktext {
    margin-bottom: 50px;
}

.spacerlink a {
    border: 1px solid black;
    border-radius: 25px;
}

.spacerlink a:hover {
    background-color: var(--black);
}

.relimgperson {
    /*    transform:scale(0.7) translate(82px, 0px);*/
}

.relimgperson {
    position: relative;
    height: calc((70vw - 42px) / 100* 111.62);
    width: 70%;
}

.rel_name {
    margin-bottom: 10px;
}

.relimgperson .hexicon {
    position: absolute;
    top: 50%;
    width: 84%;
    transform: translate(0px, -50%);
    padding-left: 8%;
    padding-right: 8%;
    /* height: 100%; */
}

.related_p {
    margin-left: -21px;
    margin-bottom: 100px;
}

.beside {
    margin-left: 21px;
    margin-top: 15px;
}

.rel_weiter a:hover {
    border-bottom: 1px solid black;
}

.kontakt_inner .item {
    margin-bottom: 35px;
}

.kontakt_inner p {
    margin-bottom: var(--s-reg);
}

.colum {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
}
/*
.relcontent .box.border p {
    color: white;
}
*/
.impressum a,
.error a {
    color: black;
    text-decoration: none
}

.impressum a:hover,
.error a:hover {
    color: var(--yellow);
}

.title_imp {
    margin-bottom: 20px;
}

.up {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 16px;
    right: 20px;
    border: none;
    border-radius: 9px;
    background: linear-gradient(90.32deg, var(--grey1) 0.28%, rgba(143, 0, 255, 0) 99.72%), var(--grey3);
    mix-blend-mode: multiply;
    cursor:pointer;
    transition: transform 0.4s, bottom 0.4s;
    -webkit-transform: translate(0, 80px);
    -moz-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    -o-transform: translate(0, 80px);
    transform: translate(0, 80px);
    
}
.team .up{
    mix-blend-mode: unset;
}
.backup .up{
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.bot .up {
    position: absolute;  
    bottom: 162px;
}

.bot.team .up {
    position: fixed;  
}
body.bot{
    position:relative;
}
body.team.bot{
    position:unset;
}


.up span{
    transform: rotate(45deg);
    border-left: 1px solid black;
    border-top: 1px solid black;
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;

}
.contentcase {
    margin-bottom: 100px;
}
.ref strong{
    font-family:"basis-grotesque-bold";
}
.ref{
    margin-top: 40px;
}
.ref p{
    margin-bottom: 22px;
}
.contact li {
    margin-right: 10px;
    margin-bottom: 20px;
}
span.linkwrapper {
    padding: 0;
    border: none;
}
.linkwrapper a{
    padding: 7px 16px 5px;
    border: 1px solid black;
    border-radius: 24px;
   
}
.linkwrapper a:hover{
    border: 1px solid black;
    color: white;
    background-color: black;
}
.ref .linkwrapper a:hover{
    border: 1px solid transparent;
    color: black;
    background: linear-gradient(10.32deg, var(--yellow) 1.28%, rgba(143, 0, 255, 0) 99.72%), #ffd79c;
}
.linkwrapper:hover {
    background-color: unset;
}
@media screen and (min-width: 464px) {
    .cred {
        display: inline-block;
        width: calc(100% - 103px);
        vertical-align: bottom;
    }

    .cred:nth-child(2) {
        width: 103px;
        margin-top: 0;
    }

    .cred a {
        display: inline-block;
    }

    .colum a {
        word-break: unset;
    }

    .linkfooter a {
        padding: 3px 22px;
        border: 1px solid black;
        border-radius: 25px;
        letter-spacing: 0.6px;
    }

    .linkfooter a:hover {
        background-color: var(--black);
        color: white;
    }

    .linkfooter {
        margin-bottom: 5px;
    }

    .bottomfo {
        position: fixed;
        width: calc(100vw - 42px);
        left: 0;
        padding-left: 21px;
        padding-right: 21px;
        bottom: 0px;
    }
    .bot .up {
    bottom: 107px;
  }

}