body {
  background-color: #c1deec;
  font-family: 'Source Sans Pro', sans-serif;
  color: #5b6268;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

p {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  text-decoration: none;
}

li {
  font-size: 14px;
  line-height: 21px;
}

.wrapper {
  display: block;
  max-width: 1000px;
  margin: 50px auto 20px;
  padding-top: 32px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.wrapper.optimize {
  margin-top: 0px;
  background-color: transparent;
  box-shadow: none;
}

.wrapper.impressum-wrap {
  padding: 40px;
}

.logo-block {
  display: block;
  max-width: 250px;
}

.logo-block.w--current {
  max-width: 300px;
  margin-left: 50px;
  padding-top: 10px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-section {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c1deec;
}

.contact-image {
  position: absolute;
  left: 665px;
  top: -165px;
  width: 290px;
  height: 309px;
  /*background-image: url('../images/asset-4.png');*/
  background-image: url('../images/cyberrisiko.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-image:hover {
  background-image: url('../images/cyberrisiko-hover.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.services-section {
  padding-right: 10px;
  padding-bottom: 25px;
  padding-left: 10px;
}

.services-h1 {
  max-width: 704px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-left: 20px;
  color: #417790;
  font-size: 35.2px;
  line-height: 38px;
  font-weight: 400;
}

.services-p {
  max-width: 704px;
  padding-right: 20px;
  padding-left: 20px;
}

.services-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-h2 {
  position: absolute;
  left: 50%;
  right: 0px;
  z-index: 1000;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: Kidergarden, sans-serif;
  color: #192989;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.services-cta {
  min-height: 28px;
  min-width: 192px;
  padding: 3px;
  background-color: #ffe578;
  color: #3c3c3c;
  font-size: 14.2416px;
  font-weight: 600;
  text-align: center;
}

.services-cta:hover {
  background-color: #ffc659;
}

.footer-h2 {
  color: #515151;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
}

.contact-link {
  margin-left: 7px;
  color: #192989;
  font-size: 28.8px;
  font-weight: 700;
}

.contact-link:hover {
  color: #0b6dba;
}

.contact-p {
  margin-left: -200px;
  color: #192989;
  font-weight: 400;
}

.hero-section {
  max-height: 60vh;
}

.hero-img {
  display: block;
  max-width: 100%;
  margin-top: -350px;
  margin-right: 170px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph {
  min-height: 105px;
  min-width: 192px;
  font-size: 15.2px;
}

.optimize-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.optimize-cta {
  height: 28px;
  min-width: 190px;
  padding: 3px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #ffe578;
  color: #3c3c3c;
  font-weight: 600;
  text-align: center;
}

.optimize-cta:hover {
  background-color: #ffc659;
}

.footer-link {
  display: block;
  color: #515151;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer-link:hover {
  font-weight: 700;
}

.footnote-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footnote-child {
  margin-right: 30px;
  color: #5b6268;
  font-weight: 400;
  text-decoration: none;
}

.footnote-child:hover {
  font-weight: 600;
}

.footer.footer-wrap {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 20px;
}

.portrait-img {
  padding-top: 19px;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.footer-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.optimize-flex-child {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.footer-flex-child {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-content {
  position: relative;
}

.widget-container {
  display: block;
  padding-bottom: 60px;
  text-align: center;
}

.services-img {
  position: relative;
}

.slogan-img {
  width: 220px;
  margin-top: 56px;
  margin-left: 24px;
  padding-right: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.body {
  padding-right: 10px;
  padding-left: 10px;
}

.imprint a {
  color: #5b6268;
}

.imprint a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .wrapper {
    max-width: 750px;
  }
  .flex {
    max-width: 40%;
    margin-top: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .contact-section {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .contact-image {
    left: 55%;
    top: -90px;
    right: 0px;
    display: block;
    width: 236px;
    height: 245px;
    margin-top: -20px;
    margin-right: auto;
    margin-left: auto;
  }
  .services-h1 {
    margin-left: 30px;
  }
  .services-p {
    margin-left: 30px;
  }
  .services-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .services-h2 {
    text-align: center;
  }
  .services-cta {
    display: block;
    min-width: 210px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .contact-p {
    margin-left: 30px;
  }
  .hero-section {
    min-height: 32vh;
  }
  .hero-img {
    margin-top: -230px;
  }
  .paragraph {
    min-height: 80px;
    min-width: 100px;
  }
  .optimize-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .footer {
    margin-top: 10px;
    padding-top: 12px;
    padding-right: 14px;
    padding-left: 14px;
  }
  .portrait-img {
    display: none;
    padding-left: 80px;
  }
  .services-wrapper {
    margin-right: 3%;
    margin-left: 3%;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
  }
  .footer-flex {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .optimize-flex-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .optimize-img {
    display: none;
  }
  .footer-flex-child {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .contact-wrapper {
    position: relative;
    z-index: 20;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .service-content {
    text-align: center;
  }
  .slogan-img {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .wrapper {
    max-width: 500px;
    margin-top: 0px;
  }
  .logo-block.w--current {
    max-width: 220px;
    margin-left: 10px;
    padding-top: 5px;
  }
  .flex {
    position: relative;
    bottom: 120px;
    display: block;
    max-width: 35%;
    margin-right: 10px;
    float: right;
  }
  .contact-section {
    top: 60px;
    padding-left: 10px;
  }
  .contact-image {
    left: 60%;
    top: -40px;
    width: 180px;
    height: 189px;
  }
  .services-section {
    margin-top: 70px;
  }
  .services-h1 {
    margin-top: 106px;
    margin-left: 10px;
    padding-left: 20px;
  }
  .services-p {
    margin-left: 10px;
    padding-left: 20px;
  }
  .services-flex {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .services-cta {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .contact-link {
    font-size: 22.8px;
  }
  .contact-p {
    font-size: 14.5px;
  }
  .hero-section {
    position: relative;
    min-height: 350px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .hero-img {
    position: absolute;
    top: 380px;
    bottom: -60px;
    display: block;
    margin-top: -280px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .paragraph {
    max-width: 250px;
  }
  .optimize-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .optimize-p {
    min-width: 0px;
  }
  .footer {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .portrait-img {
    display: none;
  }
  .services-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 40%;
    -webkit-flex: 40%;
    -ms-flex: 40%;
    flex: 40%;
  }
  .footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 767px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .optimize-flex-child {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .optimize-flex-child.optimize-p {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .optimize-img {
    display: none;
  }
  .footer-flex-child {
    display: block;
    margin-right: 50px;
    margin-left: 70px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .contact-wrapper {
    max-width: 70%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .slogan-img {
    width: 180px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
  p {
    width: 100%;
  }
  .wrapper {
    max-width: 400px;
  }
  .wrapper.impressum-wrap {
    max-width: 500px;
  }
  .logo-block.w--current {
    max-width: 140px;
    padding-top: 0px;
  }
  .flex {
    display: block;
  }
  .contact-section {
    top: 20px;
    display: block;
    margin-top: 78px;
  }
  .contact-image {
    left: 50%;
    top: 100px;
    right: auto;
    width: 190px;
    height: 159px;
    background-size: contain;
    -webkit-transform: translate(-55%, 0px);
    -ms-transform: translate(-55%, 0px);
    transform: translate(-55%, 0px);
  }
  .contact-image:hover {
    background-image: url('../images/cyberrisiko-hover.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .services-section {
    margin-top: 225px;
  }
  .services-h1 {
    padding-left: 10px;
    font-size: 25px;
    line-height: 31px;
  }
  .services-p {
    padding-left: 10px;
  }
  .services-cta {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .contact-p {
    margin-left: 0px;
    font-size: 14px;
  }
  .hero-section {
    min-height: 28vh;
  }
  .hero-img {
    margin-top: -300px;
    margin-right: 20px;
    margin-left: 3px;
  }
  .paragraph {
    min-height: 60px;
  }
  .optimize-p {
    padding-top: 8px;
    text-align: center;
  }
  .footnote-flex {
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footnote-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
  }
  .services-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
  .optimize-flex-child {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .optimize-flex-child.optimize-p {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .footer-flex-child {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .contact-wrapper {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slogan-img {
    margin-top: 20px;
  }
  .image {
    max-width: 60%;
  }
}

@font-face {
  font-family: 'Kidergarden';
  src: url('../fonts/Kidergarden.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

.cc-theme-classic .cc-btn:last-child {
  margin-left: 20px;
}