@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Oxygen Light'), local('Oxygen-Light'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCJW8zaGW8.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Oxygen Regular'), local('Oxygen-Regular'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDfZG1Wl4LcnbuKjk0j.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Oxygen Bold'), local('Oxygen-Bold'), url(https://fonts.gstatic.com/s/oxygen/v9/2sDcZG1Wl4LcnbuCNWgzaGW8.ttf) format('truetype');
}
body {
  margin: 0;
  cursor: default;
  font-family: Oxygen, sans-serif;
  overflow-x: hidden;
}
a {
  font-weight: 700;
  color: #282828;
}
a:hover {
  background: linear-gradient(to right, #1d44d5 0%, #bc00d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
::selection {
  background: #1d44d5;
  color: white;
}
::-moz-selection {
  background: #1d44d5;
  color: white;
}
div.header div.container {
  display: flex;
  padding: 1em;
  align-items: center;
}
div.header div.container div.p {
  flex: 1 0 50%;
}
div.header div.container div.p.logo img {
  height: 3em;
}
div.header div.container div.p.slogan {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
}
div.webdesign-ad {
  width: 100%;
  background-image: url('img/blue-bg-2.jpg');
  background-size: cover;
}
div.webdesign-ad div.container {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  padding: 4em 0;
  align-items: flex-start;
}
div.webdesign-ad div.container div.img-container {
  flex: 0 0 300px;
}
div.webdesign-ad div.container div.img-container img {
  width: 100%;
}
div.webdesign-ad div.container div.text-container {
  flex: 1 0;
  color: white;
  margin-left: 1.5em;
}
div.webdesign-ad div.container div.text-container div.header1 {
  font-size: 2em;
}
div.webdesign-ad div.container div.text-container div.fliesstext {
  margin-top: 1em;
}
div.webdesign-ad div.container div.text-container div.claim {
  margin-top: 1em;
  background-color: white;
  padding: 0.25em 0.75em;
  border-radius: 5px;
  font-size: 1.5em;
  font-weight: 700;
  color: #1d44d5;
  text-align: center;
}
div.webdesign-ad div.container div.text-container div.claim div.price {
  margin: 0.15em 0;
  font-size: 4em;
  background: linear-gradient(to right, #1d44d5 0%, #bc00d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div.webdesign-ad div.container div.text-container div.claim div.price .asterisk {
  font-size: 0.5em;
}
div.webdesign-ad div.container div.text-container div.claim div.kleingedruckt {
  font-size: 0.5em;
  color: rgba(0, 0, 0, 0.5);
}
div.webdesign-ad div.container div.text-container div.tags {
  margin-top: 1.5em;
}
div.webdesign-ad div.container div.text-container div.tags div.tag {
  display: inline-block;
  padding: 0.3em 0.7em;
  border-radius: 0.5em;
  font-size: 0.75em;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 1em;
  margin-bottom: 0.25em;
}
div.webdesign-ad div.container div.text-container div.button-container {
  margin-top: 2em;
}
div.webdesign-ad div.container div.text-container div.button-container a {
  display: block;
  background: linear-gradient(to right, #274edf 0%, #bc00d7 100%);
  color: white;
  border-radius: 10px;
  padding: 0.5em 1em;
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  transition: letter-spacing 0.5s;
}
div.webdesign-ad div.container div.text-container div.button-container a:hover {
  text-decoration: none;
  color: white;
  -webkit-text-fill-color: white;
  letter-spacing: 3px;
}
@media only screen and (max-width: 700px) {
  div.webdesign-ad div.container {
    display: block;
  }
  div.webdesign-ad div.container div.img-container img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
  div.webdesign-ad div.container div.text-container {
    margin: 1em 0;
    padding: 0 1em;
  }
}
div.hero-image {
  position: relative;
  width: 100vw;
  height: 67vw;
  background-image: url('img/hero.jpg');
  background-size: cover;
}
div.hero-image div.hero-text-container {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
}
div.hero-image div.hero-text-container div.hero-line {
  display: inline-block;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  background-color: white;
  margin-bottom: 20px;
}
div.hero-image.webdesign {
  height: 80vh;
  background-image: url('img/hero-wd.jpg');
}
@media only screen and (max-width: 700px) {
  div.hero-image div.hero-text-container div.hero-line {
    font-size: 1em;
  }
}
@media only screen and (max-width: 550px) {
  div.hero-image {
    height: 70vh;
    background-position: center top;
  }
  div.hero-image div.hero-text-container {
    top: auto;
    bottom: 10px;
  }
  div.hero-image div.hero-text-container div.hero-line {
    margin-bottom: 5px;
  }
}
div.box div.container {
  padding: 2em;
  max-width: 900px;
  margin: 0 auto;
}
div.box div.container h2 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  color: #1d44d5;
  background: linear-gradient(to right, #1d44d5 0%, #bc00d7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
div.box.b-1 div.container img {
  display: block;
  margin: 1em auto;
  height: 8em;
}
div.box.b-1 div.container div.columns {
  display: flex;
  align-items: flex-start;
}
div.box.b-1 div.container div.columns div.col {
  flex: 1 0;
  padding: 0 1em;
  text-align: center;
  line-height: 150%;
}
div.box.b-1 div.container div.columns div.col h3 {
  font-size: 1.75em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
div.box.b-1 div.container div.columns div.col div.separator {
  display: block;
  width: 60px;
  height: 10px;
  margin: 1.5em auto;
  background: linear-gradient(to right, #1d44d5 0%, #bc00d7 100%);
  border-radius: 10px;
}
div.box.b-1 div.container div.kleingedruckt {
  margin-top: 2em;
  font-size: 0.75em;
  color: rgba(0, 0, 0, 0.5);
}
div.box.b-1.webdesign-bg {
  background-image: url('img/hero-wd.jpg');
  padding-top: 5em;
}
div.box.b-1.webdesign-bg div.container {
  background-color: white;
}
div.box.b-2 {
  background-image: url('img/blue-bg.jpg');
  background-size: cover;
}
div.box.b-2 div.container {
  text-align: center;
}
div.box.b-2 div.container h2 {
  font-size: 2em;
  font-weight: 700;
  color: white;
  background: none;
  -webkit-background-clip: none;
  -webkit-text-fill-color: white;
}
div.box.b-2 div.container div.tags div.tag {
  display: inline-block;
  padding: 0.3em 0.7em;
  border-radius: 0.5em;
  font-size: 1.3em;
  font-weight: 700;
  background-color: white;
  margin-right: 1em;
  margin-bottom: 0.25em;
}
div.box.b-2 div.container div.testimonials div.testimonial {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 1em 2em;
  border-radius: 2em;
  margin-bottom: 1.5em;
}
div.box.b-2 div.container div.testimonials div.testimonial div.q {
  flex: 0 0 1em;
  font-family: "Times New Roman";
  font-size: 12em;
  color: rgba(0, 0, 0, 0.2);
}
div.box.b-2 div.container div.testimonials div.testimonial div.t {
  flex: 1 0;
  text-align: left;
}
div.box.b-2 div.container div.testimonials div.testimonial div.t img {
  height: 1.2em;
  margin-bottom: 1em;
}
div.box.b-2 div.container div.testimonials div.testimonial div.t div.what {
  font-size: 1.5em;
}
div.box.b-2 div.container div.testimonials div.testimonial div.t div.who {
  margin-top: 1.5em;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  div.box.b-2 div.container div.testimonials div.testimonial {
    display: block;
  }
  div.box.b-2 div.container div.testimonials div.testimonial div.q {
    margin-bottom: -0.5em;
  }
  div.box.b-2 div.container div.testimonials div.testimonial div.t {
    text-align: center;
    margin-bottom: 3em;
  }
}
div.box.b-3 {
  background-color: rgba(0, 0, 0, 0.05);
  padding-bottom: 3em;
}
div.box.b-3 div.container h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.1em;
}
div.box.b-3 div.container h6 {
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: 1em;
  color: black;
  opacity: 0.5;
  font-weight: 300;
  text-align: center;
}
div.box.b-3 div.container div.references-container div.reference {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 2em;
}
div.box.b-3 div.container div.references-container div.reference div.logo {
  flex: 0 0 200px;
  margin-right: 4em;
}
div.box.b-3 div.container div.references-container div.reference div.logo img {
  width: 100%;
}
div.box.b-3 div.container div.references-container div.reference div.info {
  flex: 1 0;
  padding-top: 2em;
}
div.box.b-3 div.container div.references-container div.reference div.info div.name {
  font-size: 1.5em;
  font-weight: 700;
}
div.box.b-3 div.container div.references-container div.reference div.info div.tags {
  margin-top: 1em;
  margin-bottom: 2em;
}
div.box.b-3 div.container div.references-container div.reference div.info div.tags div.tag {
  display: inline-block;
  padding: 0.3em 0.7em;
  border-radius: 0.5em;
  font-size: 0.75em;
  font-weight: 400;
  background-color: white;
  margin-right: 0.5em;
  margin-bottom: 0.25em;
}
div.box.b-3 div.container div.references-container div.reference div.info div.description {
  margin: 1em 0;
  font-weight: 300;
  opacity: 0.5;
}
div.box.b-3 div.container div.references-container div.reference div.info div.presentation img {
  width: 100%;
  margin-top: 2em;
}
div.box.b-3 div.container div.references-container div.reference.with-presentation {
  margin-bottom: 0;
  padding-bottom: 0;
}
div.box.b-4 div.container h2 {
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}
div.box.b-4 div.container div.portrait-container {
  margin-bottom: 2em;
}
div.box.b-4 div.container div.portrait-container div.portrait {
  display: block;
  margin: 1em auto;
  width: 400px;
  height: 400px;
  border-radius: 200px;
  background-image: url('img/portrait.jpg');
  background-size: cover;
}
@media screen and (max-width: 450px) {
  div.box.b-4 div.container div.portrait-container div.portrait {
    width: 90vw;
    height: 90vw;
  }
}
div.box.b-4 div.container div.columns {
  position: relative;
  margin-top: 2em;
}
div.box.b-4 div.container div.columns div.lifeline {
  position: absolute;
  top: -20px;
  left: 50px;
  height: calc(100% + 40px);
  width: 10px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #1d44d5 0%, #bc00d7 100%);
}
div.box.b-4 div.container div.columns div.life-event {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
div.box.b-4 div.container div.columns div.life-event div.symbol {
  flex: 0 0 200px;
  margin-right: 4em;
}
div.box.b-4 div.container div.columns div.life-event div.symbol div.smb {
  display: flex;
  width: 112px;
  height: 112px;
  border-radius: 100px;
  border: 1px dashed #1d44d5;
  background-color: white;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
div.box.b-4 div.container div.columns div.life-event div.symbol div.smb img {
  flex: 0 0 50px;
  height: 50px;
  opacity: 0.75;
}
div.box.b-4 div.container div.columns div.life-event div.event {
  flex: 1 0;
}
div.box.b-4 div.container div.columns div.life-event div.event div.what-happened {
  font-weight: 700;
  font-size: 1.5em;
}
div.box.b-4 div.container div.columns div.life-event div.event div.date {
  font-weight: 300;
  opacity: 0.5;
}
div.box.works-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.box.works-gallery div.work {
  flex: 0 0 250px;
  border: 1px solid white;
  opacity: 0.2;
  transition: all 0.5s;
}
div.box.works-gallery div.work img {
  width: 100%;
  height: 250px;
}
div.box.works-gallery div.work:hover {
  opacity: 1;
}
@media screen and (max-width: 700px) {
  div.box.works-gallery div.work {
    flex: 0 0 calc(50% - 2px);
  }
  div.box.works-gallery div.work img {
    height: 50vw;
  }
}
div.box.contact {
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 3em;
}
div.box.contact a.email {
  display: inline-block;
  margin: 1em 0;
  font-size: 3em;
  color: black;
}
div.box.contact a.email:hover {
  color: gray;
}
div.box.footer div.container {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
}
div.box.imprint {
  font-size: 0.75em;
  text-align: justify;
}
@media screen and (max-width: 700px) {
  div.header div.container div.p.logo img {
    width: 35vw;
    height: auto;
  }
  div.box div.container h2 {
    font-size: 1.75em;
  }
  div.box.b-1 div.container div.columns {
    display: block;
  }
  div.box.b-2 div.container div.tags div.tag {
    font-size: 1em;
  }
  div.box.b-3 div.container div.references-container div.reference {
    display: block;
  }
  div.box.b-3 div.container div.references-container div.reference div.logo {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
    text-align: center;
  }
  div.box.b-3 div.container div.references-container div.reference div.logo img {
    width: 100%;
    max-width: 250px;
  }
  div.box.b-3 div.container div.references-container div.reference div.info div.name {
    text-align: center;
  }
  div.box.b-3 div.container div.references-container div.reference div.info div.tags {
    text-align: center;
  }
  div.box.b-3 div.container div.references-container div.reference div.info div.description {
    text-align: center;
  }
  div.box.b-4 div.container {
    padding: 2em 0.5em;
  }
  div.box.b-4 div.container div.columns div.lifeline {
    left: 23px;
    width: 6px;
  }
  div.box.b-4 div.container div.columns div.life-event div.symbol {
    flex: 0 0 50px;
    margin-right: 1em;
  }
  div.box.b-4 div.container div.columns div.life-event div.symbol div.smb {
    width: 50px;
    height: 50px;
  }
  div.box.b-4 div.container div.columns div.life-event div.event div.what-happened {
    font-size: 1em;
  }
  div.box.contact a.email {
    font-size: 1em;
  }
}
/*# sourceMappingURL=styles.css.map */