colors {
  color: #1603f8;
  color: #fdcd27;
  color: #19b6f9;
  color: #fc3430;
  color: #c8cea9;
  color: #23c559;
  color: #13902e;
}

*, ::before, ::after {
    box-sizing: inherit;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
  font-family: 'Lato', 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: normal;
  color: #20201D;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 19px;
}

a {
  color: #fc3430;
  color: #356fc0;
}

.menu::before, .menu::after {
  clear: both;
  content: '';
  display: table;
}

.menu {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 1200px;
  font-size: 20px;
  line-height: normal;
  padding-bottom: 1em;
  padding-top: 1em;
  font-family: 'Lato';
  font-weight: normal;
  position: relative;
}

.menu__decoration_block_1 {
  background-color: #fdcd27;
  width: 246px;
  height: 210px;
  position: absolute;
  top: -105px;
  transform: rotate(-14deg);
  right: 42px;
}

.menu__logo-wrapper {
  float: left;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-right: 1em;
}

.menu__phrase {
  float: left;
  font-family: 'Open Sans';
}

.menu__phrase a {
  color: inherit;
}

.menu__phrase a:hover {
  color: #ff4350;
}

.menu__items-wrapper {
  float: left;
  display: block;
  margin-top: 32px;
  margin-bottom: 0;
}

.menu__items-list {
  text-align: right;
  list-style: none;
}

.menu__item {
  display: inline-block;
}

.menu__item.active {
  /*color: #1603f8;*/
  /*color: #fdcd27;*/
  color: #19b6f9;
  /*color: #fc3430;*/
  /*color: #c8cea9;*/
  /*color: #23c559;*/
  /*color: #13902e;*/
  /*color: green;*/
}

.menu__item a:hover {
  border-bottom: 3px solid #19b6f9;;
}

.menu__item-link {
  color: inherit;
  padding: 0.2em 0.4em;
  text-decoration: none;
}

h1#homepage-head {
  color: #fc3430;
  color: #356fc0;

  font-size: 2.2em;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Lato','Droid Serif', 'Roboto Slab', 'Open Sans', 'Helvetica Neue', 'Arial';

  margin: 1.5rem auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 10px;
  width: 1200px;
}

#homepage-head a {
  color: inherit;
  background-image: linear-gradient(to top, transparent 0.04em, currentcolor 0.04em, currentcolor 0.08em, transparent 0.08em);
  text-decoration: none;
  text-shadow: -0.01em -0.01em 0 #fff,
                0.01em -0.01em 0 #fff,
                -0.01em 0.02em 0 #fff,
                 0.01em 0.02em 0 #fff,
                -0.02em 0.02em 0 #fff,
                 0.02em 0.02em 0 #fff,
                -0.01em 0.03em 0 #fff,
                 0.01em 0.03em 0 #fff,
                -0.03em 0.03em 0 #fff,
                 0.03em 0.03em 0 #fff,
                -0.04em 0.04em 0 #fff,
                 0.04em 0.04em 0 #fff,
                -0.05em 0.05em 0 #fff,
                 0.05em 0.05em 0 #fff;
}

#homepage-head a:hover {
  color: #20201D;
  background-image: linear-gradient(to top, transparent 0.04em, currentcolor 0.04em, currentcolor 0.08em, transparent 0.08em);
}

#homepage-news {
  margin: 2.5rem auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 1200px;
}

#homepage-project-types {
  margin: 2.5rem auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 1200px;
  margin-bottom: 5rem;
}

#homepage-project-types::after {
  clear: both;
  display: table;
  content: '';
}

.project-types-head {
  color: #141410;
  font-size: 1.2em;
  font-weight: 800;
  /*line-height: 1.3em;*/
  margin: 0.5em 0;
  font-family: 'Lato';
}

.project-types-wrapper {
  /*float: left;*/
}

.project-type-block {
  width: 50%;
  border: 1px solid white;
  padding-left: 1px;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto';
}

.project-type-block img {
  position: absolute;
  top: -2.5%;
  left: -2.5%;
  height: 105%;
  width: 105%;
}

.project-type-block:nth-of-type(1) {
  background-color: #19b6f9;
}

.project-type-block:nth-of-type(2) {
  background-color: #fdcd27;
}

.project-type-block:nth-of-type(3) {
  background-color: #13902e;
}

.project-type-block:nth-of-type(4) {
  background-color: #fc3430;
}


.project-type-block:nth-last-of-type(1),
.project-type-block:nth-last-of-type(3) {
  height: 400px;
}

.project-type-block:nth-last-of-type(2),
.project-type-block:nth-last-of-type(4) {
  height: 600px;
}

.project-type-block:nth-last-of-type(1),
.project-type-block:nth-last-of-type(4) {
  float: left;
}

.project-type-block:nth-last-of-type(2),
.project-type-block:nth-last-of-type(3) {
  float: right;
}

.project-type-overlay {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s ease-in-out;
  color: white;
}

.project-type-overlay:hover {
  background-color: rgba(46,40,68,0.6)
}

.project-type-overlay__title{
  font-size: 1.6em;
}

.project-type-overlay__description{
  margin-top: 0.4em;
  transition: 0.2s ease-in-out;
  font-size: 1.1em;
  transform: translateY(100%);
  opacity: 0;
}

.project-type-overlay:hover .project-type-overlay__description {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 900px) {
  .project-type-block:nth-last-of-type(1),
  .project-type-block:nth-last-of-type(3) {
    height: 200px;
  }

  .project-type-block:nth-last-of-type(2),
  .project-type-block:nth-last-of-type(4) {
    height: 300px;
  }

  .project-type-overlay__title{
    font-size: 1.2em;
  }
}

.service-list-block {
  margin: 3rem auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 400px;
  padding-right: 10px;
  max-width: 100%;
  width: 1200px;
  font-size: 1.35em;
  position: relative;
}

.service-list-block__decoration_block_1 {
  background-color: #fdcd27;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 129px;
  transform: rotate(-18deg);
  left: 49px;
}

@media (max-width: 1200px) {
    .service-list-block__decoration_block_1 {display: none;}
    .service-list-block {
      padding-left: 20px;
      padding-right: 20px;
    }
}

.service-list-block__headline {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0.35em;
    color: #fc3430;
    color: #356fc0;
}

.service-list-block__intro {
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.service-list-block__list {
    margin-left: 0.4em;
    list-style: none;
}

.service-list-block__item {
    color: #fc3430;
    color: #356fc0;
    padding-bottom: 1.25em;
    padding-left: 1.5em;
    position: relative;
}

.service-list-block__item-title {
    display: block;
    font-weight: bold;
    /*letter-spacing: 1px;*/
    margin-bottom: 0.25em;
    position: relative;
    text-transform: uppercase;
}

.service-list-block__item-title::before {
    background-color: currentcolor;
    border-radius: 50%;
    box-shadow: 0 0 0 0.2em #fff;
    content: '';
    height: 0.6em;
    left: -1.5em;
    position: absolute;
    top: 0.31em;
    transform: translateX(-50%);
    width: 0.6em;
    z-index: 2;
}

.service-list-block__item-description {
    color: #6f7476;
    display: block;
    line-height: 1.4em;
}

.service-list-block__item:not(:last-child)::after {
    background-color: #dedede;
    bottom: -0.75em;
    content: '';
    left: 0;
    margin-left: -0.05em;
    position: absolute;
    top: 0.75em;
    width: 0.1em;
}

#homepage-contact {

  margin: 1.0rem auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 400px;
  max-width: 100%;
  width: 1200px;
  color: #4e4e4e;
}
.contact-box {
  font-size: 1.35em;
  position: relative;
}

@media (max-width: 1200px) {
    .contact-box__decoration_block_1 {display: none;}
    #homepage-contact {
      padding-left: 20px;
      padding-right: 20px;
    }
}

.contact-box__head {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.35em;
  color: #fc3430;
  color: #356fc0;
}

.contact-box__intro {
  font-size: 1.4em;
  /*margin-bottom: 1.2em;*/
}

.contact-box__body {
}

.contact-box__body > p {
    margin: 1em auto;
    line-height: 1.4em;
}

@media (min-width: 600px) {
  .contact-box__body {
    display: flex;
  }

  .contact-box__body > p {
      flex: 0 0 50%;
  }
}

.contact-box__decoration_block_1 {
  background-color: #fdcd27;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 73px;
  transform: rotate(7deg);
  right: 82px;
}

#homepage-approach p {
  color: #141410;
  /*font-size: 1.3em;*/
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;

  margin: 1.0rem auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 1200px;
}

#homepage-approach a {
  color: #141410;
}

#homepage-approach a:hover {
  color: #fc3430;
  color: #356fc0;
}

article {
  display: block;
}

.next-read-horizontal__link {
  color: inherit;
  text-decoration: none;
  display: flex;
}

.next-read-horizontal__image-wrapper {
    display: block;
    flex: 0 0 50%;
    margin-right: 2em;
}

.next-read-horizontal__image-ratio {
    display: block;
    position: relative;
    overflow: hidden;
}

.next-read-horizontal__image-ratio::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%;
    width: 100%;
}

.next-read-horizontal:hover .next-read-horizontal__image-wrapper img {
  transform:
    scale3d(1.03, 1.03, 1)
    translate3d(-49%, -49%, 0);
}


.next-read-horizontal__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: initial;
  min-width: 100%;
  height: 105%;
  transform:
    scale3d(1, 1, 1)
    translate3d(-50%, -50%, 0);
  transition: transform 250ms;
}

.next-read-horizontal__text {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.next-read-horizontal__category {
    color: #fc3430;
    color: #356fc0;
    display: block;
    font-size: 1.2em;
    line-height: normal;
    margin-bottom: 0.6em;
}


.next-read-horizontal:hover  .next-read-horizontal__title {
  color: #fc3430;
  color: #356fc0;
}

.next-read-horizontal__title {
  font-family: 'Roboto';
  line-height: normal;
  font-size: 2.3em;
  color: #404040;
}

.next-read-horizontal__teaser {
    color: #999;
    display: block;
    font-size: 1.2em;
    margin-top: 1em;
}

.single-content {

  margin: 1.0rem auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  width: 700px;
  color: #4e4e4e;
}

.single-content h1 {
  font-size: 2.5em;
  margin: 1.5rem auto;
  color: #3e3e3e;
}

.single-content h2 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 1.0rem auto;
}

.single-content p {
  margin: 1.0rem auto;
  line-height: 1.5em;
  text-align: justify;
  font-size: 1.1em;
}

.single-content ul, .single-content ol {
  margin-left: 25px;
}

footer {
  display: flex;
  flex-wrap: nowrap;
  color: #999;
  /*font-size: 0.8em;*/
  padding: 2em 10px;
  border-top: 1px solid #e7f0f0;

  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  max-width: 100%;
}

footer > div {
  flex-grow: 1;
}

.footer__social {
  text-align: center;
}

.footer__links {
  text-align: right;
}

.footer__links a {
  color: #6f7476;
  margin-left: 1em;
}

a.button-cta {
  padding: 0 15px;
  min-width: 120px;
  height: 40px;
  line-height: 39px;
  color: #fff;
  border-color: #00a9e5;
  font-weight: bold;
  border-radius: 3px;
  font-size: 16px;
  display: inline-block;
  background-color: #19b6f9;
  text-decoration: none;
}
