body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #37d11f;
  font-size: 16px;
  line-height: 19px;
  font-weight: 900;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  list-style-type: disc;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 65px;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.header {
  padding-top: 120px;
  padding-bottom: 200px;
  background-image: url('../images/23503874_l_Cleaned_Blanc_reduced.jpg');
  background-position: 46% 81%;
  background-size: contain;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}

.header-title {
  display: block;
  margin: 0px auto;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 55px;
  line-height: 45px;
  font-weight: 400;
  text-transform: none;
  text-shadow: none;
}

.header-title.galerie {
  display: inline;
  margin-bottom: 0px;
}

.page-content {
  display: block;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.page-content.tint {
  background-color: #f2f2f2;
}

.page-content.parkingsection {
  display: none;
}

.process-title {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.process-title.number {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff7f7;
  font-size: 25px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0px;
}

.process-arrow-image {
  width: 15px;
  margin-top: 13px;
  margin-right: 64px;
  margin-left: -10px;
  float: left;
}

.circle-icon-block {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  margin-bottom: 48px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 2px solid #d9d9d9;
  border-radius: 3px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
}

.circle-icon-block:hover {
  border-color: #51ad76;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  line-height: 20px;
  font-weight: 300;
}

.feature-title.small {
  font-size: 19px;
}

.feature-row {
  margin-top: 40px;
  margin-bottom: 0px;
}

.feature-row.last {
  margin-top: 15px;
}

.feature-column {
  padding-right: 20px;
}

.large-image-block {
  width: 100%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 2px;
  background-image: url('../images/Person-18.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.image-block-overlay {
  width: 100%;
  height: 100%;
  padding-top: 45px;
  padding-right: 200px;
  padding-left: 200px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  text-align: center;
}

.image-block-overlay:hover {
  background-color: rgba(81, 173, 118, .85);
}

.work-block {
  width: 300px;
  height: 70px;
  margin-top: -12px;
  padding-top: 5px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: #e8e8e8;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: margin 500ms ease, -webkit-transform 500ms ease;
  transition: margin 500ms ease, -webkit-transform 500ms ease;
  transition: margin 500ms ease, transform 500ms ease;
  transition: margin 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.work-block:hover {
  border-bottom-color: #51ad76;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.work-block.skolatitulek {
  width: 200px;
  height: 40px;
}

.work-row {
  margin-top: 16px;
  margin-bottom: 20px;
}

.nav-link {
  margin-right: 2px;
  padding: 10px 13px;
  border: 2px solid transparent;
  border-radius: 3px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  font-family: Lato, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  border-color: #dbdbdb;
}

.nav-link.w--current {
  border-color: transparent;
  color: #37d11f;
  font-weight: 700;
}

.nav-link.eshop {
  border-style: none;
  background-color: #37d11f;
  font-weight: 700;
}

.logo {
  width: 245px;
  height: 53px;
  margin-top: 3px;
  margin-bottom: 0px;
  padding-top: 0px;
  background-image: url('../images/Logo_TC.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-align: left;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.logo:hover {
  color: #51ad76;
}

.section-title-block {
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.section-title-block.bottom {
  margin-top: 45px;
  margin-bottom: 0px;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 7px;
  padding: 24px 15px 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.section-title.sectionend {
  padding-bottom: 35px;
}

.section-title.sectionend.reference {
  padding-top: 23px;
  padding-bottom: 13px;
}

.footer {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  padding-top: 50px;
  background-color: #51ad76;
}

.small-feature-row {
  margin-bottom: 40px;
}

.small-feature-block {
  width: 100%;
  min-height: 210px;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.small-feature-block:hover {
  border-bottom-color: #51ad76;
}

.small-feature-icon-block {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid #d6d6d6;
  border-radius: 3px;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
  text-align: center;
}

.small-feature-icon-block:hover {
  border-color: #51ad76;
}

.small-feature-icon {
  height: 45px;
}

.process-column {
  display: block;
  padding-right: 0px;
  padding-bottom: 23px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: left;
}

.process-row {
  margin-bottom: 20px;
}

.process-row.skolniprojekty {
  padding-top: 14px;
}

.work-image {
  display: block;
  width: 100%;
  height: 210px;
  margin-bottom: 20px;
  background-image: url('../images/example-bg.png'), url('../images/FotoB-7.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, 267px;
}

.work-image.work-image-longer {
  height: 280px;
}

.work-image.mainpage {
  height: auto;
}

.work-image.work-image-superlonger {
  height: 350px;
}

.work-image.skola {
  width: 200px;
  height: 180px;
}

.work-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: rgba(53, 59, 66, .89);
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.work-title.top-title {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.team-column {
  text-align: center;
}

.team-row {
  padding-left: 0px;
}

.team-member-image {
  width: 100%;
  margin-bottom: 20px;
}

.fun-fact-column {
  text-align: center;
}

.fun-fact-title {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.fun-fact-title._2 {
  font-size: 13px;
}

.dividder-line {
  display: block;
  width: 80%;
  height: 2px;
  margin: 20px auto 5px;
  background-color: rgba(0, 0, 0, .09);
}

.fun-fact-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.color-stripe {
  display: none;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ad517e;
  background-image: none;
  text-align: center;
  letter-spacing: 0px;
}

.color-stripe.process {
  display: block;
  padding-top: 52px;
  padding-bottom: 5px;
  background-color: #f7f7f7;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 97%, .96), hsla(0, 0%, 97%, .96)), url('../images/Icon-Idea.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 97%, .96), hsla(0, 0%, 97%, .96)), url('../images/Icon-Idea.png');
  background-position: 0px 0px, 0% 0%;
  background-repeat: repeat, repeat;
}

.white-section-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  font-weight: 200;
  text-shadow: 0 0 4px rgba(0, 0, 0, .7);
}

.white-section-title._2 {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 1px;
}

.white-section-title._3 {
  font-size: 22px;
  line-height: 30px;
}

.bottom-footer {
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #353b42;
  text-align: center;
}

.footer-column {
  text-align: center;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.all-paragraphs-white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
}

.bottom-footer-text {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #d8e1eb;
}

.bottom-footer-text.fb {
  padding-top: 9px;
  padding-bottom: 5px;
}

.contact-button {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  overflow: visible;
  width: 100px;
  height: 50px;
  margin-right: auto;
  margin-bottom: -7px;
  margin-left: auto;
  padding-top: 12px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #37d11f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-button:hover {
  margin-bottom: 0px;
}

.close-footer-button {
  display: block;
  width: 40px;
  height: 30px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 7px;
  padding-left: 7px;
  border: 4px solid #51ad76;
  border-radius: 2px;
  background-color: #51ad76;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.close-footer-button:hover {
  background-color: #353b42;
}

.footer-row {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-top: 2px none rgba(0, 0, 0, .09);
  border-bottom: 2px none rgba(0, 0, 0, .09);
}

.footer-form {
  margin-bottom: 0px;
  text-align: center;
}

.field {
  height: 50px;
  border: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
}

.field.one-third {
  width: 33.33%;
  height: 60px;
  padding-left: 15px;
  float: left;
  border-right-color: #51ad76;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
}

.field.one-third:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.field.one-third:focus {
  border-color: #51ad76;
  background-color: #fff;
  color: #000;
}

.field.one-third.last {
  border-right-color: #fff;
}

.field.area {
  height: 170px;
  padding-top: 17px;
  padding-left: 15px;
}

.field.area:hover {
  background-color: hsla(0, 0%, 100%, .9);
}

.field.area:focus {
  background-color: #fff;
  color: #000;
}

.submit-button {
  width: 100%;
  border: 2px solid #222529;
  background-color: #353b42;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #438f61;
  background-color: #71c794;
}

.navbar-container {
  position: relative;
  z-index: 1000;
}

.small-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #44474d;
}

.link {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(81, 173, 118, .4);
  font-family: 'Open Sans', sans-serif;
  color: #37d11f;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.link:hover {
  border-bottom-color: #51ad76;
}

.link.contact-link {
  color: hsla(0, 0%, 100%, .7);
}

.work-detail-button {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px solid hsla(0, 0%, 100%, .2);
  border-radius: 2px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.work-detail-button:hover {
  border-color: #51ad76;
  background-color: #51ad76;
}

.work-detail-image {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 7px;
}

.process-number {
  display: block;
  width: 215px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 5px 0px;
  float: none;
  border: 2px none #479165;
  border-radius: 7px;
  background-color: #dc01b3;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: center;
}

.process-number.orange {
  padding-top: 40px;
  padding-right: 5px;
  padding-left: 5px;
  border-style: none;
  border-color: #964f26;
  background-color: #fc8200;
}

.process-number.yellow {
  width: 215px;
  padding-top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #8fb521;
}

.process-number.blue {
  padding-right: 0px;
  padding-left: 0px;
  border-style: none;
  border-radius: 7px;
  background-color: #00b8db;
}

.process-number.skolniprojektybar {
  width: 365px;
  height: 56px;
  margin-right: 70px;
  padding-top: 16px;
  float: none;
  background-color: #76c928;
  color: #fff;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0px;
}

.process-number.skolniprojektybar.w--current {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  margin-left: 70px;
  padding-top: 25px;
  padding-bottom: 1px;
  padding-left: 6px;
  clear: none;
  background-color: #14b957;
}

.process-number.skolniprojektybar.left {
  margin-right: 40px;
  padding-right: 5px;
  float: right;
}

.process-number.skolniprojektybar.right {
  margin-left: 40px;
  float: none;
}

.header-tab-button {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: border 500ms ease, background-color 500ms ease;
  transition: border 500ms ease, background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.header-tab-button:hover {
  border-bottom-color: #51ad76;
  background-color: #51ad76;
  opacity: 1;
}

.header-tab-button.w--current {
  border-bottom-color: #51ad76;
  background-color: transparent;
  opacity: 1;
}

.header-tab-pane {
  height: 170px;
  margin-bottom: 24px;
  padding-right: 50px;
  padding-left: 50px;
}

.text-button {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .29);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.text-button:hover {
  background-color: rgba(0, 0, 0, .8);
}

.overall-column {
  display: none;
}

.intro-icon {
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-right: 10px;
  float: left;
}

.intro-row {
  margin-top: 70px;
}

.slider-hightlight-text {
  color: #6ec491;
}

.team-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 4px;
  padding-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 17px;
  text-align: center;
  text-transform: none;
}

.team-title._2 {
  display: block;
  margin-top: 5px;
  color: #ccc;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}

.work-detail-title {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 34px;
  font-weight: 300;
}

.work-detail-title._2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.footer-contact-block {
  height: 120px;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid rgba(0, 0, 0, .09);
  border-radius: 3px;
  -webkit-transition: border-color 500ms ease, background-color 500ms ease;
  transition: border-color 500ms ease, background-color 500ms ease;
}

.footer-contact-block:hover {
  border-color: rgba(0, 0, 0, .2);
  background-color: #353b42;
}

.work-detail-block {
  margin-bottom: -6px;
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}

.error-bg {
  padding-top: 14px;
  border-radius: 30px;
  background-color: #ffcec7;
}

.error-text {
  color: #f20c0c;
}

.success-bg {
  padding-top: 14px;
  border-radius: 30px;
  background-color: #64cc8e;
}

.success-text {
  color: #fff;
  line-height: 21px;
}

.boardpicture {
  padding-right: 120px;
  padding-left: 120px;
  border-radius: 6px;
}

.tablesblock {
  background-color: #fff;
}

.boardblanc {
  padding-top: 11px;
}

.boardsoil {
  margin-top: -22px;
  margin-bottom: 30px;
}

.textmuhlfeit {
  margin-bottom: 0px;
  padding-bottom: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: -1px;
}

.muhlfeitreference {
  margin-top: 3px;
  padding-top: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.containerheadline {
  padding-bottom: 0px;
}

.twoofus {
  padding-bottom: 30px;
}

.h2 {
  margin-top: 154px;
  padding-top: 32px;
  font-family: 'Open Sans', sans-serif;
  list-style-type: disc;
}

.h2.longtexttitle {
  font-weight: 600;
}

.tb_title {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  border-radius: 11px;
  background-color: #f69b23;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.headlineboards {
  margin-top: 0px;
  padding-top: 10px;
  font-size: 26px;
}

.importanttext {
  font-size: 29px;
  font-weight: 700;
}

.additionalimportanttext {
  font-size: 24px;
  font-weight: 400;
}

.pointstext {
  margin-bottom: 3px;
  direction: ltr;
  font-weight: 400;
  text-transform: lowercase;
  list-style-type: disc;
}

.h4pokusy {
  margin-bottom: 4px;
  padding-top: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-indent: 5px;
  text-transform: none;
}

.textpokusy {
  margin-top: 12px;
  font-weight: 400;
}

.numberingpoints {
  padding-top: 3px;
  padding-bottom: 3px;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
  text-indent: 1px;
  text-transform: none;
  list-style-type: decimal;
}

.topbulletpoints {
  margin-top: 0px;
  padding-top: 9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  list-style-type: square;
}

.fulltext {
  margin-bottom: 40px;
  padding-left: 19px;
  font-size: 14px;
  line-height: 21px;
  text-indent: 0px;
}

.fulltext.steps {
  padding-top: 8px;
}

.numberingsteps {
  padding-top: 6px;
  font-size: 18px;
  font-weight: 700;
  list-style-type: decimal;
}

.contentpokusy {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.headlinesubgalerie {
  margin-top: 11px;
  margin-bottom: 34px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.subheader {
  position: static;
  display: block;
  margin-top: -25px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.projekty-usa {
  display: block;
  margin-top: 50px;
  text-align: center;
}

.testovanologo {
  position: relative;
  top: 0px;
  right: -66px;
  bottom: 0px;
}

.fblink {
  font-family: 'Open Sans', sans-serif;
  color: #37d11f;
  font-weight: 700;
  text-decoration: none;
}

.fbrow {
  margin-top: 6px;
}

.referencelistbox {
  padding-left: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.referencelistcolumn {
  margin-top: 36px;
}

.kontakt {
  width: 1110px;
  height: 10px;
}

.subsubhead {
  margin-top: 1px;
  padding-top: 6px;
  color: #18a62d;
  font-size: 26px;
  font-weight: 300;
}

.video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: -2px;
  margin-left: 0px;
  padding-bottom: 0px;
  border: 2px solid #000;
}

.div-block {
  margin-bottom: -1px;
  padding-top: 0px;
  padding-right: 170px;
  padding-left: 170px;
}

.container {
  margin-bottom: 22px;
}

.heading {
  margin-top: 9px;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

html.w-mod-js *[data-ix="display-none-footer"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 300px);
  -ms-transform: translate(0px, 300px);
  transform: translate(0px, 300px);
}

html.w-mod-js *[data-ix="process-1"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="process-2"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="process-3"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="process-4"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="process-5"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="process-6"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="fade-title-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

html.w-mod-js *[data-ix="fade-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="fade-from-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="fade-from-left-3"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="fade-from-left-4"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="show-navbar-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, -68px);
  -ms-transform: translate(0px, -68px);
  transform: translate(0px, -68px);
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 19px;
  }
  .header {
    padding: 110px 30px 60px;
  }
  .header-title {
    font-size: 41px;
  }
  .page-content {
    padding: 50px;
  }
  .process-title {
    margin-top: 7px;
    padding-right: 1px;
    font-size: 15px;
    line-height: 18px;
  }
  .process-arrow-image {
    margin-right: 20px;
    margin-left: 0px;
  }
  .feature-title {
    font-size: 22px;
  }
  .image-block-overlay {
    padding-top: 29px;
    padding-right: 50px;
    padding-left: 50px;
  }
  .work-block {
    height: 185px;
  }
  .nav-link {
    display: inline-block;
    margin-right: 4px;
    border-color: #dbdbdb;
  }
  .nav-link:hover {
    border-color: #bdbdbd;
  }
  .section-title-block {
    margin-bottom: 30px;
    padding-right: 130px;
    padding-left: 130px;
  }
  .section-title-block.bottom {
    margin-top: 30px;
  }
  .section-title {
    font-size: 30px;
  }
  .footer {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    margin-top: -25px;
  }
  .process-column {
    padding-right: 22px;
    padding-left: 0px;
  }
  .work-image {
    height: auto;
  }
  .color-stripe {
    padding: 60px;
  }
  .color-stripe.process {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .white-section-title {
    line-height: 36px;
  }
  .bottom-footer {
    margin-top: 50px;
  }
  .contact-button {
    position: relative;
    margin-top: -50px;
    margin-bottom: 0px;
  }
  .field.one-third {
    height: 50px;
  }
  .field.area {
    height: 140px;
  }
  .small-footer {
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: center;
  }
  .link {
    font-size: 14px;
    line-height: 19px;
  }
  .work-detail-button {
    margin-top: 8px;
  }
  .process-number {
    margin-right: 20px;
  }
  .header-tab-pane {
    padding-right: 120px;
    padding-left: 120px;
  }
  .intro-row {
    margin-top: 40px;
  }
  .team-title {
    font-size: 14px;
  }
  .team-title._2 {
    font-size: 16px;
  }
  .footer-contact-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    padding-left: 6px;
    border: 2px solid #d5d7e0;
    border-radius: 3px;
    background-color: #ebecf0;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
  }
  .menu-button:hover {
    border-color: #3e855a;
    background-color: #51ad76;
    color: #fff;
  }
  .menu-button.w--open {
    border-color: #1e2124;
    background-color: #353b42;
  }
  .nav-link-container {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
  }
  .work-detail-block {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .header {
    padding-top: 110px;
    padding-bottom: 50px;
  }
  .header-title {
    font-size: 30px;
    line-height: 31px;
  }
  .page-content {
    padding-right: 30px;
    padding-left: 30px;
  }
  .process-title {
    margin-top: 14px;
    font-size: 15px;
    line-height: 20px;
  }
  .process-arrow-image {
    width: 12px;
    margin-right: -2px;
    margin-left: 0px;
  }
  .circle-icon-block {
    margin-bottom: 30px;
  }
  .feature-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-column {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .large-image-block {
    height: 230px;
  }
  .work-block {
    height: 145px;
  }
  .work-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .nav-link {
    display: block;
    margin-bottom: 4px;
  }
  .section-title-block {
    padding-right: 70px;
    padding-left: 70px;
  }
  .small-feature-column {
    margin-bottom: 15px;
  }
  .process-column {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .work-image {
    margin-bottom: 10px;
  }
  .work-title {
    font-size: 15px;
  }
  .work-title.top-title {
    font-size: 11px;
  }
  .team-column {
    padding-bottom: 15px;
  }
  .fun-fact-column {
    padding-bottom: 15px;
  }
  .color-stripe {
    padding: 40px 30px;
  }
  .color-stripe.process {
    padding-right: 30px;
    padding-left: 30px;
  }
  .white-section-title {
    font-size: 30px;
  }
  .white-section-title._3 {
    font-size: 20px;
    line-height: 28px;
  }
  .bottom-footer {
    margin-top: 20px;
  }
  .all-paragraphs-white {
    line-height: 20px;
  }
  .footer-row {
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-form {
    padding-right: 25px;
    padding-left: 25px;
  }
  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .small-footer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .work-detail-image {
    margin-bottom: 20px;
  }
  .process-number {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .header-tab-pane {
    height: 140px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .overall-column {
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
  }
  .logo-container.w--current {
    padding-left: 0px;
  }
  .footer-contact-block {
    height: auto;
    min-height: 130px;
    margin-bottom: 10px;
  }
  .nav-link-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .work-detail-block {
    margin-bottom: 40px;
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (max-width: 479px) {
  .header {
    padding-top: 90px;
    padding-bottom: 30px;
    background-size: cover;
  }
  .header-title {
    font-size: 26px;
    line-height: 28px;
  }
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .process-arrow-image {
    margin-left: -6px;
  }
  .circle-icon-block {
    width: 70px;
    height: 70px;
    margin-bottom: 13px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
  }
  .feature-title {
    margin-top: 10px;
    margin-bottom: 30px;
    padding-right: 25px;
    font-size: 25px;
    line-height: 24px;
  }
  .feature-column {
    padding-bottom: 20px;
  }
  .large-image-block {
    height: 210px;
  }
  .image-block-overlay {
    padding-right: 25px;
    padding-left: 25px;
  }
  .work-block {
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .work-row {
    margin-bottom: 0px;
  }
  .section-title-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-title {
    font-size: 23px;
    line-height: 26px;
  }
  .small-feature-column {
    margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .work-title {
    font-size: 17px;
  }
  .work-title.top-title {
    font-size: 13px;
  }
  .team-column {
    padding-right: 5px;
    padding-left: 5px;
  }
  .color-stripe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .color-stripe.process {
    padding-right: 20px;
    padding-left: 20px;
  }
  .white-section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .white-section-title._2 {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 20px;
  }
  .white-section-title._3 {
    font-size: 13px;
    line-height: 21px;
  }
  .bottom-footer-text {
    display: block;
    margin-right: 0px;
  }
  .field.one-third {
    width: 100%;
    margin-bottom: 2px;
  }
  .small-footer {
    text-align: center;
  }
  .header-tab-button {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header-tab-pane {
    height: auto;
    min-height: 130px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-contact-block {
    min-height: 0px;
    padding-bottom: 20px;
  }
  .work-detail-block {
    padding-right: 0px;
    padding-left: 0px;
  }
}