/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  animation-duration: 0.001s;
}
body:before {
  display: none;
  white-space: pre;
}
@media (max-width: 576px) {
  body {
    animation-name: mobile-portrait;
  }
  body:before {
    content: "mobile-portrait";
  }
}
@media only screen and (min-width: 421px) and (max-width: 576px) {
  body {
    animation-name: mobile-landscape;
  }
  body:before {
    content: "mobile-landscape";
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  body {
    animation-name: tablet-portrait;
  }
  body:before {
    content: "tablet-portrait";
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  body {
    animation-name: tablet-landscape;
  }
  body:before {
    content: "tablet-landscape";
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  body {
    animation-name: desktop-small;
  }
  body:before {
    content: "desktop-small";
  }
}
@media only screen and (min-width: 1201px) {
  body {
    animation-name: desktop-small;
  }
  body:before {
    content: "desktop-large";
  }
}
@keyframes mobile-portrait {
  from {
    clip: rect(1px, auto, auto, auto);
  }
  to {
    clip: rect(0px, auto, auto, auto);
  }
}
@keyframes mobile-landscape {
  from {
    clip: rect(1px, auto, auto, auto);
  }
  to {
    clip: rect(0px, auto, auto, auto);
  }
}
@keyframes tablet-portrait {
  from {
    clip: rect(1px, auto, auto, auto);
  }
  to {
    clip: rect(0px, auto, auto, auto);
  }
}
@keyframes tablet-landscape {
  from {
    clip: rect(1px, auto, auto, auto);
  }
  to {
    clip: rect(0px, auto, auto, auto);
  }
}
@keyframes desktop-small {
  from {
    clip: rect(1px, auto, auto, auto);
  }
  to {
    clip: rect(0px, auto, auto, auto);
  }
}
@keyframes desktop-large {
  from {
    clip: rect(1px, auto, auto, auto);
  }
  to {
    clip: rect(0px, auto, auto, auto);
  }
}

html {
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 100%;
}
@media (min-width: 420px) {
  .container {
    width: 405px;
  }
}
@media only screen and (min-width: 421px) {
  .container {
    width: 561px;
  }
}
@media only screen and (min-width: 577px) {
  .container {
    width: 738px;
  }
}
@media only screen and (min-width: 769px) {
  .container {
    width: 962px;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 1170px;
  }
}

body {
  background-color: #F0F0F0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.header {
  background-color: #000;
  width: 100%;
  height: 2em;
}

.text-center {
  display: flex;
  text-align: center;
  align-content: center;
  padding: 15px;
}

.footer {
  background-color: #221E1E;
  padding-top: 3em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.3em;
}
.footer .social-logo {
  position: relative;
  padding: 1em;
  background-color: #fff;
  border-radius: 0.2em;
  margin: 0.3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4em;
}
.footer .social-logo img {
  z-index: 0;
}
.footer .social-logo:after {
  position: absolute;
  display: block;
  opacity: 1;
  transition: opacity 0.2s;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.footer .social-logo--fb:after {
  background-image: url(/images/logo_fb_gray.svg?93c6201a2b8d406084ed6361f0a6d9a9);
}
.footer .social-logo--linkedin:after {
  background-image: url(/images/logo_linkedin_gray.svg?36597ada9a48beeb1c131265d6ec9331);
}
.footer .social-logo:hover:after {
  opacity: 0;
}
.footer__info-line {
  font-size: 1.3em;
  color: #fff;
  display: inline-block;
  margin-bottom: 2em;
}
.footer__info-line.accent {
  color: #375074;
  margin-top: 2em;
}
.footer__info-line:last-child::after {
  margin-top: 2em;
}
.footer__bottom {
  margin-top: 3em;
  width: 100%;
  padding: 1em 0;
  background-color: #000;
  color: #424242;
}

.red-stripe::after {
  content: "";
  display: block;
  background-color: #D03A00;
  height: 0.35em;
  width: 1.6em;
  margin: 0.5em auto 0.5em auto;
}

.hero {
  background-image: url(/images/header_bg.jpg?486deab49b845d95f722c48c1dff4885);
  width: 100%;
  text-align: center;
}
.hero__logo {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 6em 0 4em 0;
}
@media only screen and (min-width: 769px) {
  .hero__logo {
    padding: 8em 0 6em 0;
  }
}
.hero__logo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2.4em;
}
.hero__logo__contact {
  padding: 0.5em 2.2em;
  background-color: #375074;
  color: #fff;
  font-weight: 900;
  transition: background-color 0.2s;
  transition: color 0.2s;
  border: transparent 2px solid;
  cursor: pointer;
}
.hero__logo__contact:hover {
  background-color: #fff;
  color: #375074;
  border: #375074 2px solid;
}
.hero__message {
  color: #fff;
  background-color: rgba(38, 56, 80, 0.9);
  padding: 1em 0;
}
@media only screen and (min-width: 769px) {
  .hero__message {
    padding: 3em 0;
  }
}
.hero__message h1 {
  font-size: 1.5em;
}
@media only screen and (min-width: 769px) {
  .hero__message h1 {
    font-size: 2em;
  }
}

.what-we-do {
  line-height: 1.9em;
}

section h1 {
  display: block;
  padding: 1em 0 0.5em 0;
  font-weight: 900;
  margin-bottom: 0;
  text-align: center;
}
section h1::after {
  margin-top: 1em;
}
section h1.red-stripe {
  color: #375074;
}

.technology-block .technologies {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.technology-block .technologies__item {
  display: flex;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  margin: 2em 3em;
  position: relative;
  align-items: center;
  justify-content: center;
}
.technology-block .technologies__item img {
  width: 100px;
}

.references {
  text-align: center;
  padding-bottom: 3em;
}
.references__ref-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.references__ref-links__logo {
  display: flex;
  width: 13em;
  height: 13em;
  border-radius: 50%;
  background-color: #fff;
  margin: 2em;
  position: relative;
  align-items: center;
  justify-content: center;
}
.references__ref-links__logo img {
  z-index: 0;
}
.references__ref-links__logo:after {
  position: absolute;
  display: block;
  opacity: 1;
  transition: opacity 0.2s;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}
.references__ref-links__logo--kob:after {
  background-image: url(/images/logo_kobuta_gray.svg?5afec754b38f6622d86a98e9257416fe);
}
.references__ref-links__logo--af:after {
  background-image: url(/images/logo_adriennefeller_gray.svg?2ac2d4f0dbfed4152947ac3792fd46e3);
}
.references__ref-links__logo--jobinfo:after {
  background-image: url(/images/logo_jobinfo_gray.svg?4b191e770f2c43b94babdbcd815a3926);
}
.references__ref-links__logo--olcsobbat:after {
  background-image: url(/images/logo_olcsobbat_gray.svg?943c51d58d1608221af686590e8cb5ea);
}
.references__ref-links__logo--it:after {
  background-image: url(/images/logo_ingatlantajolo_gray.svg?76d62306273174a0394e31daa133c644);
}
.references__ref-links__logo--panarom:after {
  background-image: url(/images/logo_panarom_gray.svg?76a43f5b516d62d6dc8e674b182025be);
}
.references__ref-links__logo--ot:after {
  background-image: url(/images/logo_otthonterkep_gray.svg?fd7197dd6d3dabf55cd67384c6113468);
}
.references__ref-links__logo--docsearch:after {
  background-image: url(/images/logo_docsearch_gray.svg?427e1bd037dd9f44c10f4dfe1f6694d1);
}
.references__ref-links__logo--endobaby:after {
  background-image: url(/images/logo_endobaby_gray.svg?9a3824e203bec3722fdafd424b2e414e);
}
.references__ref-links__logo--helyszinelo:after {
  background-image: url(/images/logo_helyszinelo_portal_gray.svg?fabef18e44de7b35ddbe8094c5ca8c37);
}
.references__ref-links__logo--management:after {
  background-image: url(/images/logo_management_portal_gray.svg?63d5678f1fa2783821574d21cba04a1d);
}
.references__ref-links__logo--nebuta:after {
  background-image: url(/images/logo_nebuta_gray.svg?beefbd35b1cf4c2dcf4d128e0a443c9c);
}
.references__ref-links__logo--plus:after {
  display: none;
}
.references__ref-links__logo--plus span {
  font-size: 1.4em;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.3);
}
.references__ref-links__logo:hover:after {
  opacity: 0;
}

blockquote {
  font-size: 1.5rem;
}
