body {
  background-color: #f0f0f0;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  font-size: 25px;
  font-weight: 300;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a {
  color: #20a3d4;
  text-decoration: underline;
}

.section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section.header {
  display: block;
  height: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #20a3d4;
}

.section.hero {
  position: relative;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  background-image: url('../images/digi-doc-hero-wide.jpg');
  background-position: 75% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.separated {
  padding-top: 72px;
  padding-bottom: 72px;
  border-top: 1px solid #95989a;
  border-bottom: 1px none #95989a;
  background-color: #fff;
}

.section.separated.icons {
  padding-top: 36px;
  padding-bottom: 36px;
}

.section.white {
  background-color: #fff;
}

.section.lines {
  border-top: 1px solid #95989a;
  border-bottom: 1px solid #95989a;
}

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero {
  position: relative;
}

.container.footer {
  font-size: 12px;
  line-height: 18px;
}

.container.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-grey {
  margin-bottom: 36px;
  color: #95989a;
}

.btn {
  padding: 12px 24px;
  border-radius: 100px;
  background-color: #a6e64a;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btn.lifted {
  background-color: #20a3d4;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.36);
}

.btn.lifted:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.48);
}

.fa-400 {
  font-family: 'Fa 400', sans-serif;
  text-transform: none;
}

.column-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 36px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

.column-icon.icon-item {
  font-size: 20px;
  line-height: 28px;
}

.img-logo {
  position: static;
  display: block;
  margin-top: -20px;
  clear: none;
  text-align: left;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  border-bottom: 1px solid #95989a;
  cursor: pointer;
}

.accordion-item-trigger:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.accordion-item-trigger.filter {
  margin-bottom: 12px;
  color: #95989a;
}

.zertifikat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 210px;
  margin-bottom: 12px;
  padding: 6px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #20a3d4;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.zertifikat-text {
  margin-left: 12px;
}

.filter-accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  padding-right: 12px;
  padding-left: 12px;
  -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;
  border-bottom: 1px solid #95989a;
  color: #95989a;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.filter-accordion-item-trigger:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.avatar {
  position: relative;
  width: 48px;
  height: 48px;
  margin-right: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: #f0f0f0;
  background-image: url('../images/avatar-default.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.avatar.small {
  margin-right: -12px;
}

.avatar.small:hover {
  z-index: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.84);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.trigger-list {
  position: absolute;
  left: auto;
  top: 72px;
  right: 12px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  border-radius: 3px;
  background-color: #f0f0f0;
  color: #20a3d4;
  cursor: pointer;
}

.fa-300 {
  font-family: 'Fa 300', sans-serif;
  text-transform: none;
}

.info-block {
  position: relative;
  margin-left: 3px;
  cursor: default;
}

.info-block:hover {
  color: #000;
}

.div-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #a6e64a;
  border-radius: 100%;
  background-color: #fff;
  color: #a6e64a;
  font-size: 52px;
}

.item-description {
  margin-left: 24px;
}

.list-item {
  margin-top: 12px;
  margin-bottom: 12px;
}

.div-image {
  width: 180px;
  height: 180px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f0f0f0;
}

.div-image.right {
  margin-left: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-center {
  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;
}

.div-block-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 24px;
}

.text-primary {
  color: #20a3d4;
}

.footer {
  padding: 12px 24px;
  color: #95989a;
  font-size: 12px;
  text-align: center;
}

.div-icon2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #fff;
}

.paragraph-hero {
  margin-bottom: 24px;
  color: #95989a;
  font-size: 22px;
  line-height: 31px;
}

.body {
  font-size: 16px;
  line-height: 26px;
}

.item-description-copy {
  margin-left: 24px;
}

.link {
  display: inline;
}

.div-block {
  margin-left: 24px;
}

.badge {
  position: absolute;
  left: auto;
  top: -120px;
  right: 15%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 210px;
  padding: 24px;
  -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;
  border-radius: 100%;
  background-color: rgba(204, 237, 246, 0.9);
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #20a3d4;
  text-align: center;
}

.badge:hover {
  background-color: #ccedf6;
  box-shadow: 3px 3px 12px 10px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(1.05) rotate(-12deg);
  -ms-transform: scale(1.05) rotate(-12deg);
  transform: scale(1.05) rotate(-12deg);
}

.badge-header {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 36px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .section.hero {
    padding-top: 36px;
  }

  .column-icon {
    min-height: 360px;
  }

  .div-image {
    width: 160px;
    height: 160px;
  }
}

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

  .section {
    padding-top: 12px;
  }

  .section.header {
    padding-top: 24px;
    padding-left: 0px;
  }

  .section.hero {
    padding-top: 12px;
    padding-bottom: 36px;
  }

  .section.separated.icons {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container.header {
    min-height: 72px;
  }

  .container.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-icon {
    min-height: auto;
  }

  .img-logo {
    height: 45px;
  }

  .avatar.small:hover {
    z-index: 0;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .trigger-list {
    padding: 6px 12px;
  }

  .div-icon {
    margin-top: 24px;
  }

  .item-description {
    margin-left: 0px;
  }

  .div-icon2 {
    margin-top: 24px;
  }

  .item-description-copy {
    margin-left: 0px;
  }

  .badge {
    top: -90px;
    right: 0%;
    width: 160px;
    height: 160px;
    font-size: 12px;
    line-height: 22px;
  }

  .badge-header {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 24px;
    padding-bottom: 36px;
    padding-left: 24px;
  }

  .section.header {
    height: 74px;
    padding-top: 0px;
    padding-left: 36px;
  }

  .section.hero {
    padding-top: 200px;
    padding-bottom: 72px;
    background-image: url('../images/digi-doc-hero_m.jpg');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .container.item {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-icon {
    padding-right: 0px;
    padding-left: 0px;
  }

  .img-logo {
    height: 50px;
    margin-top: 0px;
    margin-left: -32px;
  }

  .avatar.small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    margin-right: -12px;
    background-size: 12px;
  }

  .trigger-list {
    top: 88px;
  }

  .item-description {
    margin-left: 0px;
  }

  .div-image.right {
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .item-description-copy {
    margin-left: 0px;
  }

  .badge {
    top: -220px;
    right: 10px;
    background-color: rgba(204, 237, 246, 0.8);
  }
}

@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}