*{box-sizing:border-box}body{font-family:Poppins,sans-serif;color:var(--primary);background:var(--white-color);font-size:1rem}body,h1,h2,h3,h4,p{margin:0}.main__grid{display:grid;grid-template-columns:minmax(1em,1fr) minmax(0,500px) minmax(1em,1fr);grid-gap:1em}@media (min-width:768px){.main__grid{grid-template-columns:minmax(1em,1fr) repeat(3,minmax(20px,370px)) minmax(1em,1fr)}}:root{--primary:#222;--secondary:#d18027;--text-color:#687b81;--grey-bg:#f6f7f8;--white:#fff}.hidden{display:none!important}.icon:after,.icon:before{display:inline-block;font-weight:900;font-family:Font Awesome\ 5 Free,sans-serif;font-style:normal;font-variant:normal;text-rendering:auto;color:var(--secondary);-webkit-font-smoothing:antialiased}.header{display:grid;justify-content:space-between;align-items:center;padding:.5em 0}.header__logo,.header__logo-image{grid-column:2/-2;grid-row:1/2}.header__logo-image{height:95px;width:175px;object-fit:cover}.header__title{font-size:1.125rem;margin-bottom:0}.header__subtitle{font-size:.625rem;color:var(--text-color);margin-top:0;font-weight:400;max-width:250px}@media (max-width:300px){.header__logo-image{width:150px;height:65px;margin-bottom:0}.header__title{font-size:.8rem}.header__subtitle{font-size:.6rem}}@media (min-width:340px){.header__logo-image{width:200px}}@media (min-width:768px){.header__logo{grid-column:2/3;width:275px}.header__title{font-size:1.5rem}.header__subtitle{font-size:.9rem;font-weight:300;color:var(--secondary);width:325px}}@media (min-width:900px){.header__logo{grid-column:2/3;width:325px}.header__logo-image{width:350px;margin-bottom:1em}}.nav{position:fixed;background:var(--white);width:100%;top:0;right:0;bottom:0;left:150%;transform:translateX(0);transition:transform .25s;z-index:3}.nav__item{width:100vh;height:25vh;justify-content:center;border-bottom:1px solid rgba(209,128,39,.2)}.nav__item,.nav__list{display:flex;flex-direction:column;align-items:center}.nav__list{justify-content:space-around;list-style:none;margin:0;padding:0;height:100%;font-size:1.25rem}.nav__link{text-decoration:none}.nav__link,.nav__open{color:var(--secondary)}.nav__open{grid-column:2/-2;grid-row:1/2;border:0;background:0;z-index:3;padding:0;margin-left:auto;font-size:3em;transform:translateY(-5%)}.nav__open:focus,.nav__open:hover{cursor:pointer}.navigation__open{transform:translateX(-150%);z-index:3}.navigation__open li{animation:fadeIn 625ms cubic-bezier(.3,-.01,.49,1) forwards;opacity:0}.navigation__open li:first-child{animation-delay:125ms}.navigation__open li:nth-child(2){animation-delay:.25s}.navigation__open li:nth-child(3){animation-delay:375ms}.navigation__open li:nth-child(4){animation-delay:.5s}.navigation__open li:nth-child(5){animation-delay:625ms}@keyframes fadeIn{0%{opacity:0;transform:translateX(150%)}75%{opacity:.2}to{opacity:1;transform:translateX(0)}}.nav__close{border:0;background:0;z-index:99;color:var(--secondary);font-weight:400;font-size:3rem;padding:.5em;position:absolute}.nav__close:focus,.nav__close:hover{cursor:pointer}.nav__close:focus,.nav__close:hover,.nav__link:focus,.nav__link:hover,.nav__open:focus,.nav__open:hover{color:var(--secondary);cursor:pointer}.nav__close:focus:active,.nav__close:hover:active,.nav__link:focus:active,.nav__link:hover:active,.nav__open:focus:active,.nav__open:hover:active{color:var(--primary)}.current{border-bottom:1px solid var(--secondary)}@media (max-width:377px){.nav{left:275%}.nav__list{font-size:1rem}.nav__close,.nav__open{font-size:1.75rem}.navigation__open{transform:translateX(-275%)}}@media (min-width:768px){.nav__close,.nav__open{display:none}.nav{position:static;grid-column:3/5;max-width:450px;justify-self:end}.nav__item{width:auto;height:auto;border-bottom:none}.nav__list{flex-direction:row;justify-content:flex-end}.nav__link{font-size:1rem;font-weight:400;line-height:1.46;letter-spacing:.87px;margin-right:1.5em;color:var(--text-color)}.contact__link{margin-right:0}.current{color:var(--secondary);border-bottom:1px solid var(--secondary)}.nav__link--logo{margin:0}}.hero{grid-column:1/4;background:url(/hamburg.62a2f85b.jpg);background-repeat:no-repeat;background-size:cover;background-position:0;background-blend-mode:multiply;height:323px;position:relative}.hero:before{content:"";position:absolute;top:0;width:100%;height:100%;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0) 255% 0);z-index:1}.hero__contentwrapper{grid-column:2/-2;display:flex;flex-direction:column;justify-content:space-evenly;align-self:center;height:75%;z-index:2}.hero__title{font-size:1.5rem;line-height:1.21;max-width:191px;position:relative;padding-left:.5em}.hero__title:before{content:"";height:82%;width:4px;background-color:var(--secondary);position:absolute;transform:translateY(10%);left:0;top:0}.hero__title span{font-weight:400}.hero__subtitle{font-size:1rem;line-height:1.21;font-weight:700;margin-left:0}.hero__subtitle span{font-weight:400}.hero__text{max-width:273px;font-size:.75rem;line-height:1.64;margin-left:0;color:var(--primary)}.hero__btnwrapper{display:flex;margin-top:.5em}.hero__btn--services{background:var(--secondary);color:var(--white);margin-right:1em;text-align:center}.hero__btn--contact{background:var(--white);color:var(--secondary)}.hero__btn--contact,.hero__btn--services{width:128px;height:37px;border-radius:23.6px;font-size:.88rem;font-weight:400;letter-spacing:.27px;border:1px solid var(--secondary);display:flex;justify-content:center;align-items:center;text-decoration:none}.hero__btn--contact:focus,.hero__btn--contact:hover,.hero__btn--services:focus,.hero__btn--services:hover{cursor:pointer;transform:scale(1.1)}@media (max-width:300px){.hero__title{font-size:1.25rem;line-height:1}.hero__subtitle{font-size:.9rem}.hero__text{max-width:273px;font-size:.75rem;line-height:1.45;color:var(--primary)}.hero__contentwrapper{height:70%}.hero__btn--contact,.hero__btn--services{width:75px;height:25px;font-size:.35rem;letter-spacing:.15px}}@media (min-width:768px){.hero{height:575px}.hero__contentwrapper{grid-column:2/4;height:55%}.hero__title{max-width:500px;font-size:2.75rem;line-height:1.29}.hero__title:before{height:58%;transform:translateY(40%)}.hero__subtitle{font-size:1.25rem}.hero__text{max-width:750px;font-size:1rem;line-height:1.63}.hero__btn--contact,.hero__btn--services{width:160px;height:46px}}@media (min-width:1024px){.hero__contentwrapper{grid-column:2/4;height:55%}.hero__title{max-width:500px;font-size:2.75rem;line-height:1.29}.hero__title:before{height:60%;transform:translateY(35%)}}.services>*{grid-column:2/-2}.services__title{margin-top:2em;font-size:1.25rem;font-weight:400;line-height:3;letter-spacing:1.08px;text-align:center;color:var(--secondary)}.services__subtitle{font-size:1.6rem;line-height:1.54;text-align:center;margin:0 0 2em;color:var(--primary);transform:translateY(-10%)}.services__subtitle>span{font-weight:700}.services__description{display:flex;flex-direction:column;justify-content:space-between;border-radius:17px;box-shadow:0 3px 3px 0 rgba(0,0,0,.11),0 1px 4px 0 rgba(0,0,0,.13);background-color:var(--white);padding:2em;margin-bottom:.5em}.services__description:focus,.services__description:hover{cursor:pointer;background:var(--secondary);box-shadow:0 16px 36px 0 rgba(0,0,0,.11)}.services__description--icon{width:54px;height:54px;background-color:rgba(209,128,39,.2);border-radius:50%;display:flex;justify-content:center;align-items:center}.services__description:hover .services__description--icon{background:rgba(236,207,175,.2)}.fas{font-size:1.5rem;color:var(--secondary)}.services__description:hover .fas{color:var(--white)}.services__description--name{font-size:1.3rem;line-height:1.75;text-align:start;color:var(--primary);margin:.5em 0;word-break:break-word}.services__description:hover .services__description--name{color:var(--white)}.services__description--name>span{font-weight:400}.services__description--text{font-size:1rem;line-height:1.63;color:var(--text-color);margin-left:0}.services__description:hover .services__description--text{color:var(--white)}.services__cta--link{font-weight:400;line-height:2.63;letter-spacing:1.23px;text-decoration:none;text-align:end;color:var(--white);visibility:hidden;margin-top:1em}.services__cta--link:after{content:"\f061";width:24px;height:24px;font-size:.7rem;margin-left:.75em;border-radius:50%;color:var(--white);background:rgba(231,224,212,.2);text-align:center;line-height:24px}.services__cta--link:focus,.services__cta--link:hover{transform:scale(1.1)}.services__description:hover .services__cta--link{visibility:visible}@media (max-width:300px){.services__description--name,.services__subtitle{font-size:1rem}.services__description--name{overflow-wrap:break-word}.services__description--cta{justify-content:start}.services__description--text{font-size:.8rem;margin-left:0}.services__description--linktext{font-size:.65rem}}@media (min-width:768px){.services{grid-template-columns:minmax(1em,1fr) repeat(3,minmax(5px,auto)) minmax(1em,1fr)}.services__title{margin-top:3.875em}.services__subtitle{grid-column:2/5;font-size:2rem;line-height:1.31;max-width:900px;margin:0 auto;transform:translateY(-20%)}.writing{grid-column:2/3}.communication{grid-column:4/5}.communication,.writing{max-width:550px}.services__description{box-shadow:0 1px 4px 0 rgba(0,0,0,.13)}.services__description--name{font-size:1.5rem}.services__cta--link:focus,.services__cta--link:hover{transform:scale(1.05)}}.profile{margin-top:5em;padding-bottom:1em}.profile>*{grid-column:2/-2}.profile__subtitle,.profile__text,.profile__title{text-align:center}.profile__title{font-size:1.25rem;font-weight:400;line-height:3;letter-spacing:1.08px;color:var(--secondary)}.profile__subtitle{font-size:2rem;font-weight:700;line-height:1.31;transform:translateY(-40%);color:var(--primary)}.profile__subtitle span{font-weight:400}.profile__text{font-size:1rem;line-height:1.63;color:var(--text-color);margin-bottom:1em;transform:translateY(-40%)}.profile__imgage-wrapper{grid-column:1/4}.profile__image{width:100%;height:auto;object-fit:cover}.profile__description{border-radius:17px;box-shadow:0 24px 32px 0 rgba(0,0,0,.16);background-color:var(--white);transform:translateY(-7%);padding:1.25em 1em 1em;display:flex;flex-direction:column}.profile__description--list{list-style:none;padding-left:0;margin:0}.profile__description--bullet-points{font-size:1rem;font-weight:700;color:var(--primary);max-width:225px;height:51px;border-radius:5px;background-color:#f6f7f8;margin:.5em;display:flex;flex-direction:row;justify-content:start;align-items:center}.profile__description--bullet-points:before{font-size:1.5rem;margin:0 .5em}.atom:before{content:"\f5d2"}.pills:before{content:"\f484"}.manager:before{content:"\f508"}.hand:before{content:"\f2b5"}p{margin-left:.5em}.profile__description-text{line-height:1.63;color:var(--text-color);margin-top:1em}.profile__description--button{display:flex;text-decoration:none;width:128px;height:37px;border-radius:23.6px;font-size:.88rem;font-weight:400;letter-spacing:.27px;border:none;justify-content:center;align-items:center;background:var(--secondary);margin-top:2em;margin-bottom:1em;align-self:center;color:var(--white)}.profile__description--button:focus,.profile__description--button:hover{cursor:pointer;transform:scale(1.1)}@media (max-width:300px){.profile__subtitle,.profile__text,.profile__title{font-size:.8rem}.profile__description--bullet-points{height:41px;font-size:.7rem}.profile__description--bullet-points:before{font-size:.7rem;margin:0 .5em}.profile__description-text{font-size:.65rem}.profile__description--button{width:75px;height:25px;font-size:.5rem;letter-spacing:.15px;margin:2em 0}}@media (min-width:768px){.profile{margin-top:10.8em;margin-bottom:10.25em}.profile>h3{grid-column:2/3;grid-row:2/3;text-align:start;font-size:1rem}.profile__subtitle{grid-row:3/4}.profile__subtitle,.profile__text{grid-column:2/3;text-align:start;margin-left:0}.profile__text{grid-row:4/5}.profile__imgage-wrapper{grid-column:3/6;grid-row:2/6;height:488px}.profile__image{border-top-left-radius:17px}.profile__description{max-height:625px;max-width:400px;grid-column:2/4;grid-row:5/6;margin:2em 0 0;padding:1em;display:grid;grid-template-columns:minmax(1em,1fr) repeat(3,minmax(20px,auto)) minmax(1em,1fr);grid-template-rows:minmax(1em,1fr) repeat(3,minmax(20px,auto)) minmax(1em,1fr)}.profile__description--list{grid-column:2/5;justify-content:start;display:grid;height:125px;margin:1em 0}.profile__description--bullet-points{line-height:1.5;padding-right:1em;margin:0 .5em}.atom{grid-column:2/3}.atom,.pills{grid-row:1/2;margin-bottom:.5em}.pills{grid-column:3/4}.manager{grid-column:2/3;grid-row:2/3}.hand{grid-column:3/4;grid-row:2/3}.profile__description-text{grid-column:2/5;grid-row:4/5;margin-top:2em}.profile__description--button{grid-column:2/3;grid-row:5/6;display:flex;justify-content:center;margin-left:.5em;margin-top:1em}}@media (min-width:895px){.profile>h3{font-size:1.25rem}.profile__description{max-width:450px;max-height:575px}}@media (min-width:1024px){.profile__description{margin-top:2em}}@media (min-width:1150px){.profile__description{max-width:500px}}@media (min-width:1500px){.profile__image{height:650px}.profile__description{max-width:550px;max-height:550px}}.testimonials{background:var(--grey-bg)}.testimonials>*{grid-column:2/-2}.testimonials__subtitle,.testimonials__title{text-align:center}.testimonials__title{font-size:1rem;font-weight:400;letter-spacing:1.08px;color:var(--secondary);margin-top:3rem}.testimonials__subtitle{font-size:1.9rem;line-height:1.31;color:var(--primary);margin-left:0;font-weight:700;margin-bottom:1em;transform:translateY(-10%)}.testimonials__subtitle span{font-weight:400}.testimonials__wrapper{display:grid;grid-template-columns:minmax(1em auto);grid-template-rows:repeat(5,minmax(1em auto))}.testimonials__logo{height:258px;border-radius:11.9px;background-color:var(--white);box-shadow:0 24px 32px 0 rgba(0,0,0,.16);display:flex;flex-direction:column;justify-content:center;align-items:center;grid-column:1/-1;grid-row:3/4}.testimonials__logo--image{width:70%;object-fit:cover}.active-logo{text-align:center}.next-logo,.prev-logo{display:none}.prev{border-top-right-radius:25px;border-bottom-right-radius:25px}.next,.prev{align-self:center}.next{justify-self:end;border-top-left-radius:25px;border-bottom-left-radius:25px}.next,.prev{display:flex;justify-content:center;align-items:center;width:34px;height:45px;font-size:1rem;color:var(--secondary);background-color:var(--grey-bg);border:none;padding:0;grid-column:1/-1;grid-row:3/4}.next:focus,.next:hover,.prev:focus,.prev:hover{cursor:pointer;background:var(--secondary);color:var(--white)}.testimonials__progessbar{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:2.25em 0;grid-column:1/-1;grid-row:4/5}.testimonials__progessbar-dots{width:10px;height:10px;border-radius:50%;border:1px solid var(--secondary);margin:.5em}.active-dot{width:16px;height:10px;border-radius:5px;background:var(--secondary)}@media (max-width:300px){.testimonials__subtitle,.testimonials__title{font-size:1rem}.next,.prev{width:25px;height:30px;font-size:.5rem}}@media (min-width:768px){.testimonials__title{font-size:1.25rem}.testimonials__wrapper{grid-column:2/5;grid-row:3/4;display:grid;grid-template-columns:repeat(6,minmax(20px 320px))}.next-logo,.prev-logo{display:inherit;height:233px;border-radius:17px;box-shadow:0 1px 4px 0 rgba(0,0,0,.07)}.next-logo{grid-column:3/6;justify-content:end;padding-right:4em}.next-logo,.prev-logo{z-index:1;grid-row:3/4}.prev-logo{grid-column:1/4;justify-content:start;padding-left:4em}.active-logo{z-index:2;height:275px;border-radius:17px;box-shadow:0 24px 32px 0 rgba(0,0,0,.16);grid-column:2/5;grid-row:3/4}.active-logo h3{font-size:3rem}.active-logo p{font-size:1.5rem}.active-logo,.next-logo,.prev-logo{align-self:center}.testimonials__logo--wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.testimonials__progessbar{grid-column:3/4;grid-row:4/5}.next,.prev{grid-column:1/6;grid-row:3/4;z-index:1}}@media (min-width:1024px){.next,.prev{width:44px;height:59px;font-size:1.15rem}}.contact{margin:6em 0}.contact__content--overlay{display:none}.contact__description{background:#ed7600;grid-column:1/4;background-image:url(/contact-bg.18eafb1a.svg);background-repeat:no-repeat;background-position:-380% 137%}.contact__content{grid-column:2/-2;display:flex;flex-direction:column;justify-content:space-evenly;align-self:center;padding:2em 0}.contact__content--title{font-size:1.5rem;font-weight:700;line-height:1.5;margin-top:1em;color:var(--white)}.contact__content--text{font-size:1rem;font-weight:300;line-height:1.5;margin:2em 0;color:var(--white)}.contact__details{list-style:none;padding-left:0;color:var(--white);margin-top:0}.contact__details li{margin:.5em 0}.contact__links{text-decoration:none;color:var(--white)}.contact__links:focus,.contact__links:hover{opacity:.6;text-decoration:underline}.contact__adress,.contact__email,.contact__phone{margin-right:1em;font-size:.9rem;font-weight:300;line-height:1.71;color:var(--white)}.contact__adress:before,.contact__email:before,.contact__phone:before{color:var(--white);margin-right:1em}.contact__email:before{content:"\f0e0"}.contact__phone:before{content:"\f879"}.contact__adress:before{content:"\f276";margin-right:1.6em}.form{grid-column:2/-2;display:flex;flex-direction:column;margin-top:1.5em}.form input,.form textarea{border-radius:4px;border:1px solid #bfcccd;opacity:.7;outline:none}.form input{height:52px;padding:1em;margin:1em 0;font-size:1rem}.form textarea{padding:1em .5em;margin-top:1.5em;margin-bottom:0;resize:none;font-family:Poppins,sans-serif}.form .checkboxwrapper{display:flex;flex-direction:row;justify-content:start;align-items:center}@media (min-width:768px){.form .checkboxwrapper{grid-column:2/4;grid-row:5/6}}.form .checkboxwrapper .checkbox{width:16px;margin:0 .5em 0 0;padding:0}.form .checkboxwrapper .checkbox:checked{background:var(--secondary)}.form .checkboxwrapper .checkbox:focus,.form .checkboxwrapper .checkbox:hover{cursor:pointer}.form .checkboxwrapper .checkboxlabel{font-size:.55rem}@media (min-width:1024px){.form .checkboxwrapper .checkboxlabel{font-size:.65rem}}.data-link{color:var(--primary)}.data-link:focus,.data-link:hover{cursor:pointer;opacity:.4}.contact__button{width:115px;height:37px;border-radius:23.6px;font-size:.88rem;font-weight:400;letter-spacing:.27px;background:var(--secondary);color:var(--white);border:none;align-self:center;margin-top:3em}.contact__button:focus,.contact__button:hover{cursor:pointer;transform:scale(1.1)}.contact__button:after{content:"\f1d8";font-size:.85rem;margin-left:.5em;color:var(--white)}@media (max-width:300px){.contact{margin-bottom:2em}.contact__content--title{font-size:1rem}.contact__content--text{font-size:.8rem}.contact__adress,.contact__adress:before,.contact__email,.contact__email:before,.contact__phone,.contact__phone:before{font-size:.6rem}.form{margin-top:1.5em}.form input{height:32px}.form input,.form textarea{font-size:.8rem}.contact__button{width:75px;height:25px;font-size:.5rem;letter-spacing:.15px;margin:2em 0}.contact__button:after{font-size:.65rem}}@media (min-width:414px){.contact__description{background-position:-2500% 155%}}@media (min-width:736px){.contact__description{background-position:170% 250%}}@media (min-width:768px){.contact{margin-top:10em;margin-bottom:12em}.contact__description{grid-column:1/4;grid-row:1/4;height:650px;border-top-right-radius:17px;border-bottom-right-radius:17px;background-position:115% 145%}.contact__content{grid-column:2/4;grid-row:1/4;height:80%;max-width:225px}.contact__content--title{font-size:1.5rem;margin-top:.25em}.contact__content--text{font-size:.9rem}.form{grid-column:3/6;grid-row:2/3;display:grid;grid-template-columns:minmax(1em,1fr) repeat(2,minmax(20px,325px)) minmax(1em,1fr);grid-template-rows:minmax(1em,1fr) repeat(3,minmax(20px,auto)) minmax(1em,1fr);gap:1em;z-index:1;background:var(--white);padding:0 1em 2em;height:475px;margin-top:0;border-top-left-radius:17px;border-bottom-left-radius:17px;box-shadow:0 24px 32px 0 rgba(0,0,0,.16)}.form input{margin:.25em 0}.form textarea{margin-top:1em}.first__name{grid-column:2/3;grid-row:2/3}.last__name{grid-column:3/4;grid-row:2/3}.email{grid-column:2/3}.email,.tel{grid-row:3/4}.tel{grid-column:3/4}.txtarea{grid-column:2/4;grid-row:4/5;margin-bottom:0}.contact__button{grid-column:3/4;grid-row:6/7;justify-self:end;margin:1em 0}}@media (min-width:800px){.contact__description{background-position:95% 145%}}@media (min-width:825px){.contact__description{background-position:90% 145%}}@media (min-width:850px){.contact__description{background-position:85% 145%}}@media (min-width:900px){.contact__description{background-position:75% 145%}.contact__content{max-width:275px}}@media (min-width:950px){.contact__description{background-position:65% 145%}}@media (min-width:1000px){.contact__description{background-position:64% 145%}.contact__content{max-width:300px}}@media (min-width:1112px){.contact__description{background-position:62% 155%;height:629px}.contact__content{max-width:325px}}@media (min-width:1195px){.contact__description{background-position:61% 155%}.contact__content{display:none}.contact__content--overlay{display:inline-block;z-index:0;grid-column:2/3;grid-row:2/3;color:var(--white)}.contact__content--text{font-size:1rem}.form{grid-column:3/6;padding:1em 2em 2.5em}}@media (min-width:1250px){.contact__description{background-position:65% 155%}}@media (min-width:1366px){.contact__description{background-position:68% 155%}}@media (min-width:1500px){.contact__description{background-position:72% 155%}}@media (min-width:1650px){.contact__description{background-position:75% 155%}}@media (min-width:1920px){.contact__description{background-position:80% 155%}}.about-me{padding:2.5em 0 3.5em}.about-me,.about-me>*{grid-column:2/-2}.about-me__image-wrapper{border-radius:50%;width:200px;height:200px;justify-self:center;align-self:start}.about-me__avatar{object-fit:cover;width:100%;height:100%;border-radius:50%}.about-me__content-wrapper{margin-top:2em}.about-me__title{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;text-align:center;color:var(--secondary)}.about-me__subtitle{font-size:1.5rem;font-weight:700;line-height:1.62;text-align:center;margin-bottom:1em;color:var(--primary);transform:translateY(-10%)}.about-me__subtitle span{font-weight:300}.about-me__text{line-height:1.5;color:var(--text-color);margin:0 0 1em}@media (max-width:300px){.about-me__title{font-size:.8rem}.about-me__subtitle{font-size:1rem;transform:translateY(-10%)}.about-me__image-wrapper{width:150px;height:150px}.about-me__text{font-size:.8rem}}@media (min-width:768px){.about-me{padding:4em 0 5.5625em}.about-me__image-wrapper{grid-column:2/3;grid-row:2/5;margin-top:2em;border-radius:50%;width:250px;height:250px;align-self:center}.about-me__avatar{object-fit:cover;width:100%;height:100%;border-radius:50%}.about-me__content-wrapper{grid-column:3/5;grid-row:2/5;display:flex;flex-direction:column;margin-left:2em;margin-top:0}.about-me__title{font-size:1.25rem}.about-me__subtitle,.about-me__title{text-align:start}.about-me__subtitle{margin-left:0;margin-bottom:.5em;font-size:2rem;transform:translateY(-15%)}}@media (min-width:950px){.about-me__image-wrapper{width:300px;height:300px}}@media (min-width:1024px){.about-me__subtitle{transform:translateY(-25%)}}@media (min-width:1100px){.about-me__image-wrapper{width:350px;height:350px}}.education{background-color:#f6f7f8;padding:2.25em 0 3.5em}.education,.education>*{grid-column:2/-2}.education__title{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;color:var(--secondary)}.education__subtitle{margin:0 0 1em}.education__name{line-height:2.63;color:var(--primary);margin:0;font-weight:300;font-size:.7rem}.education__name:before{content:"\f111";margin-right:.5em}.education__subtitle--pharma{margin:2em 0 1em}.education__subtitle,.education__subtitle--pharma{font-size:1.5rem;font-weight:700;line-height:1.62;color:var(--primary)}.education__subtitle--pharma span,.education__subtitle span{font-weight:300}@media (max-width:300px){.education__title{font-size:.8rem}.education__subtitle,.education__subtitle--pharma{font-size:1rem;transform:translateY(-30%)}.education__name{font-size:.5rem;line-height:1.63}}@media (min-width:768px){.education{background-image:url(/graduate.f6ded0a9.svg);background-repeat:no-repeat;background-position:100% 100%;background-color:#f6f7f8;padding:3.3em 0 5.5em,0}.education__title{font-size:1.25rem;margin:0}.education__subtitle{transform:translateY(0);align-self:center;grid-column:2/3;grid-row:2/3}.education__subtitle,.education__subtitle--pharma{margin:0 0 1em}.education-flex__wrapper{grid-column:2/5;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.education__wrapper{margin-right:3em}.pharma__wrapper{margin-right:auto}.education__name{font-size:.75rem}}@media (min-width:1024px){.education__wrapper{margin-right:6em}.education__name{font-size:1rem}.education__subtitle,.education__subtitle--pharma{font-size:2rem}}.memberships{padding:2.25em 0}.memberships,.memberships>*{grid-column:2/-2}.memberships__title{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;color:var(--secondary)}.memberships__subtitle{font-size:1.5rem;font-weight:700;line-height:1.62;margin-left:0;color:var(--primary);transform:translateY(-10%)}.memberships__subtitle span{font-weight:300}.memberships__text{line-height:1.5;margin:1.75em 0 3em;color:var(--text-color)}.memberships__wrapper{padding:1.5rem;border-radius:17px;box-shadow:0 1px 4px 0 rgba(0,0,0,.13);background-color:#f6f7f8}.memberships__wrapper:last-child{margin-top:1.25em}.memberships__logo{width:60px;height:60px;object-fit:cover}.nawik{width:126px;height:85px}.memberships__name{font-size:1rem;line-height:1.75;overflow-wrap:break-word;margin:1em 0 .25em;color:var(--primary)}.memberships__linktext{text-decoration:none;font-size:.9rem;line-height:2.5;color:var(--secondary)}.memberships__linktext:focus,.memberships__linktext:hover{cursor:pointer;color:var(--primary)}@media (max-width:300px){.memberships__title{font-size:.8rem}.memberships__subtitle{font-size:1rem;transform:translateY(-10%)}.memberships__text{font-size:.8rem;margin-top:1em}.memberships__name{font-size:.75rem}.memberships__linktext{font-size:.7rem;overflow-wrap:break-word}}@media (min-width:768px){.memberships{padding:8.25em 0 3.25em}.membership__content-wrapper{grid-column:2/3;grid-row:2/3;margin-right:2em}.memberships__wrapper{grid-column:3/4;grid-row:2/3;display:flex;flex-direction:column;justify-content:space-evenly}.memberships__title{font-size:1.25rem}.memberships__subtitle{font-size:1.5rem;line-height:1.31;margin-bottom:.75em;transform:translateY(-10%)}.memberships__name{font-size:1.25rem;line-height:1.75;margin-top:2em}.memberships__wrapper:last-child{grid-column:4/5;grid-row:2/3;margin-top:0}.memberships__wrapper:last-child .memberships__name{margin:1em 0 .25em}}@media (min-width:1024px){.memberships__subtitle{font-size:2rem}}.publications{padding:2.25em 0 5.5em}.publications,.publications>*{grid-column:2/-2}.publications__title{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;text-align:center;color:var(--secondary)}.publications:nth-child(5){padding-bottom:10em}.publications__subtitle{font-size:1.75rem;font-weight:700;line-height:1.31;text-align:center;margin-bottom:1em;color:var(--primary);transform:translate(-2%,-50%)}.publications__wrapper{display:flex;flex-direction:column;justify-content:space-between;border-radius:17px;padding:.75em 1.4em;border:3px solid #edeeef}.pubications__date{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;text-align:start;color:var(--secondary)}.pubications__headline{font-size:1.375rem;font-weight:700;line-height:1.36;margin-bottom:.5em;color:var(--primary)}.pubications__text{font-size:1rem;line-height:1.54;margin-left:0;color:var(--text-color)}.publications__cta--linktext{font-weight:400;line-height:2.63;letter-spacing:1.23px;text-decoration:none;margin:1em auto;color:var(--secondary)}.publications__cta--linktext:after{content:"\f061";width:24px;height:24px;font-size:.7rem;margin-left:.75em;border-radius:50%;align-items:center;color:var(--secondary);background:rgba(224,163,98,.2);vertical-align:middle;text-align:center;line-height:22px}.publications__cta--linktext:focus,.publications__cta--linktext:hover{cursor:pointer;transform:scale(1.1)}@media (max-width:300px){.publications__title{font-size:.8rem}.publications__subtitle{font-size:1rem}.pubications__headline{font-size:.8rem}.pubications__date,.pubications__text{font-size:.7rem}.publications__cta--linktext{font-size:.6rem}.publications__cta--linktext:after{width:14px;height:14px;font-size:.4rem;line-height:14px}}@media (min-width:768px){.publications{padding:8em 0 7.75em}.publications__wrapper{grid-column:2/3;grid-row:3/4}.publications__wrapper:nth-last-of-type(2){grid-column:3/4;grid-row:3/4}.publications__wrapper:last-child{grid-column:4/5;grid-row:3/4;margin-bottom:0}.pubications__headline{font-size:1rem}.publications__title{font-size:1.25rem}}@media (min-width:1024px){.pubications__headline{font-size:1.375rem}}.servicehero{grid-column:1/4;background:url(/servicehero.b4fd9133.jpg);background-repeat:no-repeat;background-size:cover;background-position:0;height:179px;position:relative}.servicehero:before{content:"";position:absolute;top:0;width:100%;height:100%;opacity:.49;background:#000;z-index:1}.servicehero__title{grid-column:2/-2;font-size:2rem;font-weight:700;line-height:1.31;text-align:center;align-self:center;color:var(--white);z-index:1}@media (min-width:768px){.servicehero{height:358px}.servicehero__title{font-size:4.5rem}}.service{padding:2.65em 0 3.875em}.service>*{grid-column:2/-2}.service__title{font-size:1.625rem;line-height:1.62;text-align:center;margin-bottom:.25em;color:var(--primary)}.service__title span{font-weight:300}.service__text{font-size:.8em;line-height:1.5;margin-bottom:1.2em;color:var(--text-color)}.my-service{pointer-events:none;box-shadow:0 1px 4px 0 rgba(0,0,0,.13)}.my-service__list--wrapper{display:flex}.fa-ul,.service__list{color:var(--text-color);font-size:.6rem;font-weight:300;transform:translateX(-3%)}.service__bullets{margin:.5em 0}.fa-check-circle{font-size:.6rem;margin-right:.5em;color:var(--secondary)}@media (min-width:502px){.service__text{font-size:1em}.fa-check-circle,.service__list{font-size:1rem}}@media (min-width:768px){.service{padding:4em 0 6em}.my-service{grid-column:2/5;display:flex;flex-direction:row;justify-content:space-between;align-items:center;max-width:1140px}.my-service:first-of-type{margin-top:2.875em}.service__title{grid-column:2/3;grid-row:1/2;align-self:center;text-align:start}.headline{grid-column:3/5;grid-row:1/2;padding-left:1em;justify-self:center;margin:0;line-height:1.5;border-left:4px solid var(--secondary)}.my-service__content-wrapper{width:50%}.my-service__list--wrapper{padding:.5em 1.75em .5em .5em;width:45%;height:100%;border-radius:17px;margin-left:1em;background-color:#f6f7f8}.service__list{align-self:center;justify-self:center}.fa-ul,.service__list{transform:translateX(0)}.service__bullets{margin:1.25em 0}}.service-conclusion{background:#f6f7f8;padding:4.5em 0}.service-conclusion>*{grid-column:2/-2}.service-conclusion__image-wrapper{justify-self:center;border-radius:50%;height:225px;width:225px}.service-conclusion__img{object-fit:cover;width:100%;height:100%;border-radius:50%;filter:grayscale(100%);opacity:.6}.service-conclusion__title{font-size:1.625rem;line-height:1.62;text-align:center;margin-top:1.875rem;color:var(--primary)}.service-conclusion__title span{font-weight:300}.service-conclusion__list{list-style:none;padding-left:0;color:var(--text-color);justify-self:center}.fas__conclusion,.service-conclusion__listitem{font-size:1rem;align-self:start;margin:1em 1em 1em 0;justify-self:center}.fas__conclusion{font-size:.8rem;margin:0}@media (max-width:300px){.service-conclusion__title{font-size:1rem}.service-conclusion__listitem{font-size:.65rem}.fas__conclusion{font-size:.6rem}}@media (min-width:768px){.service-conclusion{padding:4em 0 5em}.service-conclusion__image-wrapper{grid-column:2/3;grid-row:2/4;margin-left:3.5em;align-self:center;width:300px;height:300px}.service-conclusion__title{grid-column:3/5;grid-row:2/3;font-size:2rem;line-height:1.31;text-align:start;margin-top:0;margin-left:3em}.service-conclusion__list{grid-column:3/5;grid-row:3/4;justify-self:start;margin:0;transform:translateX(33%)}.service-conclusion__listitem{font-size:1rem;align-self:start;margin:1em 1em 1em 0;max-width:350px}.fas__conclusion{font-size:1rem}}@media (min-width:880px){.service-conclusion__listitem{max-width:500px}}@media (min-width:1024px){.service-conclusion__image-wrapper{width:375px;height:375px}}.blog-header{grid-column:1/4;background:url(/blog-header.a233ddee.jpg);background-repeat:no-repeat;background-size:cover;background-position:0;height:179px;position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:2em}.blog-header:before{content:"";position:absolute;top:0;width:100%;height:100%;opacity:.3;background:#000;z-index:1}.blog-header__title{grid-column:2/-2;font-size:1.25rem;font-weight:700;line-height:1.31;color:var(--white);z-index:1}@media (min-width:768px){.blog-header{grid-column:1/7;grid-row:1/2;margin-bottom:3rem;height:358px}.blog-header__title{font-size:2.5rem}}.blog__wrapper{margin-bottom:3em}@media (min-width:768px){.blog__wrapper{display:grid;grid-template-columns:minmax(1em,1fr) repeat(3,minmax(20px,295px)) 200px minmax(1em,1fr);grid-template-rows:repeat(8,minmax(1em,auto))}}.blog{grid-column:2/-2}.article__container{border-radius:17px;box-shadow:0 2px 7px 0 rgba(0,0,0,.12);background-color:#f4f5f6;margin-bottom:.5em}.article__container time{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;color:var(--secondary)}.article__contentwrapper{display:flex;flex-direction:column;justify-content:start;padding:.5em 1.5em 0}.article__headline{font-size:1.4rem;font-weight:700;line-height:1.36;margin-left:0;color:var(--primary)}.articles__author--icon{font-size:.9rem;font-weight:400;line-height:3;letter-spacing:1.08px;text-align:center;color:var(--text-color);margin-left:0;padding-bottom:.15em;border-bottom:1px solid rgba(92,125,131,.16);display:flex;flex-direction:row;justify-content:start;align-items:center}.articles__author--icon:before{content:"\f007";font-weight:300;margin-right:.5em;color:var(--text-color)}.articles__cta--link{font-weight:400;line-height:2.63;letter-spacing:1.23px;text-decoration:none;text-align:center;margin:.75em 0;color:var(--secondary)}.articles__cta--link:after{content:"\f061";width:24px;height:24px;font-size:.7rem;margin-left:.75em;border-radius:50%;align-items:center;color:var(--secondary);background:rgba(194,144,57,.2);vertical-align:middle;text-align:center;line-height:24px}.articles__cta--link:focus,.articles__cta--link:hover{transform:scale(1.1)}.featured{margin-bottom:1.5em}.featured__article--image{height:168px;width:100%;object-fit:cover;border-top-right-radius:17px;border-top-left-radius:17px}.article__featured-text{margin:.75em 0}@media (max-width:300px){.article__headline{font-size:1rem}.article__contentwrapper>time{font-size:.75rem}.articles__author--icon{font-size:.6rem}.articles__cta--link{font-size:.7rem}.articles__cta--link:after{content:"\f061";width:15px;height:15px;font-size:.6rem;line-height:1.5em}.article__featured-text{font-size:.75rem}}@media (min-width:768px){.blog{display:grid;grid-template-columns:repeat(3,minmax(1em,295px));grid-template-rows:repeat(2,minmax(1em,50%));gap:1em;grid-column:2/5;grid-row:2/6}.featured{grid-column:1/4;grid-row:1/4;padding-bottom:1em;margin:0 0 2em}.featured__article--image{height:300px;width:100%;object-fit:cover;border-top-right-radius:17px;border-top-left-radius:17px}.article__featured-text{font-size:16px;line-height:1.5;margin:.75em 0 0;color:var(--text-color)}.featured-articles__cta--link{margin-top:1.25em}.featured2{grid-column:1/4;grid-row:4/8;padding-bottom:1em}}@media (min-width:889px){.articles__cta--link{margin-top:1.75em}}.sidebar{grid-column:2/-2}.sidebar__contentwrapper{border-radius:6px;background:#f4f5f6;padding:1em;height:100%}.sidebar__categories,.sidebar__title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-weight:700;line-height:1.38;color:var(--primary)}.sidebar__categories:after,.sidebar__title:after{content:"";height:.1em;vertical-align:middle;width:100%;margin-left:.5em;border-bottom:1px solid var(--secondary)}.sidebar__articlewrapper{margin-top:.75em;border-bottom:1px solid rgba(92,125,131,.16)}.sidebar__articlewrapper:first-of-type{margin-top:1.25em}.sidebar__articlewrapper:nth-of-type(3){border:none}.sidebar__article--date{font-size:.9rem;font-weight:400;letter-spacing:.92px;color:var(--secondary)}.sidebar__article--headline{font-size:.9rem;margin-left:0;font-weight:400,bold;line-height:1.36}.sidebar__linkwrapper{display:flex;justify-content:space-between;align-items:center}.blog-author{font-size:.6rem;border:none}.sidebar__cta--link{font-weight:400;line-height:2.63;letter-spacing:1.23px;text-decoration:none;text-align:center;color:var(--secondary)}.sidebar__cta--link:after{content:"\f061";width:18px;height:18px;font-size:.5rem;border-radius:50%;align-items:center;color:var(--secondary);background:rgba(194,144,57,.2);vertical-align:middle;text-align:center;line-height:18px}.sidebar__cta--link:focus,.sidebar__cta--link:hover{transform:scale(1.3)}.sidebar__categories{margin-top:1em}.sidebar__categories--hero{margin-top:1.5em;font-weight:700;color:var(--white);display:flex;justify-content:center;align-items:center;border-radius:6px;height:64px;position:relative;cursor:pointer}.sidebar__categories--hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.43;border-radius:6px;background:#de7c00;z-index:1}.sidebar__categories--hero:focus,.sidebar__categories--hero:hover{opacity:.2}.medicine{background:url(/pills.549bcca7.jpg);background-repeat:no-repeat;background-size:cover;background-position:0}.health{background:url(/coral.2e067133.jpg);background-repeat:no-repeat;background-size:cover;background-position:0}.economics{background:url(/globe.ca5dec7d.jpg);background-repeat:no-repeat;background-size:cover;background-position:0}.random{background:url(/pill.154fefee.jpg);background-repeat:no-repeat;background-size:cover;background-position:0}.all{background:url(/medicine.4e7c44bf.jpg);background-repeat:no-repeat;background-size:cover;background-position:0}.sidebar__category--title{z-index:2;font-size:1rem}@media (max-width:300px){.sidebar__article--date{font-size:.75rem}.sidebar__article--headline{font-size:.8rem}.sidebar__cta--link{font-size:.7rem}.sidebar__cta--link:after{content:"\f061";width:15px;height:15px;font-size:.6rem;line-height:1.5em}.sidebar__categories--hero{height:47px}.sidebar__category--title{font-size:.8rem}}@media (min-width:768px){.sidebar{grid-column:5/6;grid-row:2/6;display:grid;grid-template-columns:minmax(1em auto);grid-template-rows:minmax(1em auto)}.sidebar__contentwrapper{grid-column:1/-1;grid-row:1/-1}}.data-protection>*{grid-column:2/-2}.data-protection{padding:2em 0 3em}.data-protection h1{margin:.5em 0}.data-protection h2{margin:2em 0 .5em}.data-protection h3{margin-top:2em}.data-protection h4{margin:1em 0 .5em}.data-protection p,.data-protection ul{margin:.5em 0}.data-protection li{margin-bottom:1em}@media (max-width:300px){.data-protectionx h2,.data-protectionx p{font-size:.8rem}}.imprint>*{grid-column:2/-2}.imprint{padding:2em 0 3em}.imprint h2{font-size:1.25rem}.imprint h2,.imprint h3{margin-top:1em}.imprint p{margin:.5em 0}.imprint h2,.imprint h3,.imprint p{min-height:0}@media (max-width:300px){.imprint h2,.imprint p{font-size:.8rem}}.credits__wrapper{padding:2em 0 6em}.credits__wrapper>*{grid-column:2/-2}.credits__title{margin-bottom:.75em}.credits__title--website{margin-top:1.25em}.credits__paragraph{margin:0;font-size:.75rem}.credits__link{color:var(--primary)}.credits__link:focus,.credits__link:hover{color:var(--text-color);opacity:.7}@media (min-width:768px){.credits__wrapper{padding:12em 0 16em}.credits__title,.credits__title--website{font-size:2.5rem;margin-bottom:.75em}.credits__paragraph{font-size:1.125rem}}.footer{background:var(--primary);color:var(--white);padding:3em 0 0}.footer>*{grid-column:2/-2}.footer__logo-wrapper{max-width:300px;max-height:100px}.footer__logo-dark{object-fit:cover;width:100%}.footer__contact{list-style:none;padding-left:0;color:var(--white);margin-top:0}.footer__contact li{margin:.5em 0}.footer__adress,.footer__email,.footer__phone{margin-right:1em;font-size:.9rem;font-weight:300;line-height:1.71;color:var(--white)}.footer__adress:before,.footer__email:before,.footer__phone:before{color:var(--white);margin-right:1em}.footer__email:before{content:"\f0e0"}.footer__phone:before{content:"\f879"}.footer__adress:before{content:"\f276";margin-right:1.6em}.footer__navlinks{display:flex;flex-direction:column}.footer__navlinks--title,.footer__social--title{font-size:.9rem;color:var(--secondary);font-weight:400;margin-bottom:1em}.footer__link,.footer__social--link{text-decoration:none;color:var(--text-color);margin:.25em 0;font-weight:400}.footer__link:focus,.footer__link:hover,.footer__social--link:focus,.footer__social--link:hover{color:var(--white)}.footer__social{margin-bottom:2em}.fa-linkedin,.fa-xing-square{margin-right:.25em}.fa-instagram-square,.fa-linkedin,.fa-xing-square{font-size:1.5rem;color:var(--text-color)}.fa-instagram-square:focus,.fa-instagram-square:hover,.fa-linkedin:focus,.fa-linkedin:hover,.fa-xing-square:focus,.fa-xing-square:hover{color:var(--white);transform:scale(1.2)}.footer__link-wrapper{margin-bottom:.5em}.dataprotection{grid-column:1/4;padding:2.5em 0;background:#1c1b1b}.dataprotection>*{grid-column:2/-2}.dataprotection__link-wrapper{margin-left:0}.dataprotection__link{opacity:.94;font-size:.9rem;color:var(--white);text-align:start}.dataprotection__link:focus,.dataprotection__link:hover{cursor:pointer;font-weight:700}.dataprotection__copyright{opacity:.48;font-size:.9rem;color:var(--white);margin:.5em 0 0}@media (max-width:300px){.footer__adress,.footer__adress:before,.footer__email,.footer__email:before,.footer__phone,.footer__phone:before{font-size:.6rem}.footer__navlinks--title,.footer__social--title{font-size:.65rem}.footer__link,.footer__social--link{font-size:.6rem}.fa-instagram-square,.fa-linkedin,.fa-xing-square{font-size:1rem}.and,.dataprotection__copyright,.dataprotection__link{font-size:.65rem}}@media (min-width:768px){.footer{padding-top:3em}.footer__logo-wrapper{grid-column:2/3;grid-row:2/4;max-width:300px;max-height:100px;margin-bottom:.25em}.footer__logo-dark{object-fit:cover;width:100%}.footer__contact{grid-column:2/3;grid-row:4/5}.footer__navlinks{grid-column:3/4;grid-row:3/5;justify-self:center}.footer__social{grid-column:4/5;grid-row:3/5;justify-self:center;margin-bottom:0}.footer__link:first-of-type{margin-top:0}.footer__link-wrapper{margin-bottom:4.25em}.dataprotection{grid-column:1/6;grid-row:5/6;margin-top:2em;width:100%}.dataprotection>*{grid-column:2/5;margin-left:2em}.dataprotection__copyright,.dataprotection__link-wrapper{margin-left:0}.dataprotection__link{text-decoration:none}}
/*# sourceMappingURL=/styles.c3ebb232.css.map */