.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 100px;
  -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-block {
  color: #fff;
}

.image {
  margin-left: 30px;
}

.column {
  width: 90%;
  max-width: 1200px;
  padding-right: 0px;
  padding-left: 0px;
}

.column._1100 {
  width: 90%;
  max-width: 1200px;
  margin-top: 40px;
}

.column._1100.first {
  max-width: 1200px;
  margin-top: 60px;
}

.icon-about {
  margin-top: 0px;
  margin-bottom: 40px;
}

.text {
  width: 380px;
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #bfddf6;
  line-height: 25px;
  font-weight: 400;
}

.text.number {
  width: 100%;
  margin-top: 0px;
  color: #1d4885;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1.4px;
}

.text.classic {
  width: auto;
  max-width: 500px;
  margin-top: 0px;
  color: #60676d;
}

.text.classic {
  width: auto;
  max-width: 500px;
  margin-top: 0px;
  color: #60676d;
  line-height: 20px;
}

.content-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-bottom-right-radius: 40px;
  background-color: #fff;
  box-shadow: 12px 12px 60px -16px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.content-blok.info {
  height: auto;
  min-height: 400px;
  padding: 40px;
}

.content-wrapper-2 {
  width: 80%;
  max-width: 1200px;
  margin-top: 0px;
}

.h1 {
  max-width: 800px;
  font-family: 'Open Sans', sans-serif;
  color: #003c85;
  font-size: 75px;
  line-height: 80px;
  letter-spacing: -1.5px;
}

.text-paragraph {
  max-width: 300px;
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #60676d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.text-paragraph.center {
  width: 80%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.content-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1100px;
  margin-top: 50px;
  -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;
}

.center-content {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.apg-link {
  width: 144px;
  height: 30px;
  margin-left: 30px;
  background-image: url('../images/logo_HRDLICKA_Holding_02.svg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.apg-link:hover {
  background-position: 100% 50%;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px 30px;
  -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: 7px;
  background-color: #00b2f0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.6px;
  text-decoration: none;
}

.button-4:hover {
  background-color: #1d4885;
}

.image-2 {
  margin-bottom: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dropdown-wrapper {
  position: relative;
  margin-left: 0px;
}

.dropdown-wrapper._2 {
  margin-left: 10px;
}

.dropdown-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0px 10px 10px;
  -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;
  cursor: pointer;
}

.image-3 {
  padding-top: 3px;
}

.arrow-menu {
  margin-left: 5px;
}

.dropdown-content {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
}

.dropdown-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -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;
}

.dropdown-link:hover {
  background-color: #bfddf6;
}

.space.small {
  width: 100%;
  height: 20px;
}

.space.big {
  width: 100%;
  height: 60px;
}

.space.medium {
  width: 100%;
  height: 40px;
}

.group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue {
  max-width: 480px;
  margin-bottom: 0px;
  color: #00377b;
  text-align: left;
}

.blue.center {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  letter-spacing: -0.5px;
}

.contact-person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-left: 60px;
  -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;
  border: 1px solid #e7e7e7;
  border-bottom-right-radius: 40px;
  background-color: #fff;
  box-shadow: 12px 12px 60px 0.16px rgba(0, 0, 0, 0.15);
}

.column-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-person {
  margin-left: 40px;
  color: #1d4885;
}

.image-4 {
  margin-top: 18px;
}

.link-contact {
  margin-left: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #1d4885;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-contact:hover {
  color: #1d4885;
  text-decoration: none;
}

.center-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.center-content-wrapper.center {
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey {
  max-width: 400px;
  font-family: 'Open Sans', sans-serif;
  color: #6e6e6e;
  text-align: center;
}

.left-text {
  max-width: 450px;
  margin-bottom: 0px;
  text-align: left;
}

.left-text.contact {
  max-width: 250px;
  margin-top: -7px;
  margin-bottom: 0px;
  color: #60676d;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #1d4885;
}

@media screen and (max-width: 991px) {
  .icon-about {
    margin-bottom: 0px;
  }

  .column-10 {
    margin-top: 40px;
  }

  .text.number {
    margin-top: 50px;
  }

  .text.classic {
    text-align: center;
  }

  .text.classic {
    text-align: center;
  }

  .content-blok {
    padding: 0px 0px 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-blok.info {
    margin-top: 40px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .content-blok.info {
    margin-top: 40px;
  }

  .contact-person-wrapper {
    padding-left: 0px;
  }

  .contact-person {
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .column-10._2 {
    margin-top: 0px;
  }

  .text.classic {
    text-align: left;
  }

  .text.classic {
    text-align: left;
  }

  .content-blok {
    margin-top: 40px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-wrapper-2 {
    width: 90%;
  }

  .h1 {
    font-size: 40px;
    line-height: 55px;
  }

  .center-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .apg-link {
    margin-top: 40px;
  }

  .group-wrapper {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .blue {
    font-size: 25px;
    line-height: 30px;
  }

  .contact-person-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-right-radius: 30px;
  }

  .contact-person {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .link-contact {
    margin-left: 30px;
  }

  .left-text {
    text-align: center;
  }
}