/*
Didact Gothic
Mirza
Farsan
Didact Gothic
 */
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
#cim {
  min-height: 100vh;
  background-image: url("../img/solar1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }
  #cim h1, #cim h2, #cim * {
    color: rgba(255, 255, 255, 0.75); }

#idovonal {
  width: 70vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5vw; }
  @media (orientation: portrait) {
    #idovonal {
      min-height: 150vh;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  #idovonal .stepwrapper {
    width: 10vw;
    min-height: 10vw;
    padding: 2vw;
    -webkit-box-shadow: 0 0 1vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1vw rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (orientation: portrait) {
      #idovonal .stepwrapper {
        border-radius: 2vw;
        width: 60vw;
        padding: 1vw;
        padding-bottom: 5vw;
        -webkit-box-shadow: 0 0 4vw rgba(0, 0, 0, 0.15);
                box-shadow: 0 0 4vw rgba(0, 0, 0, 0.15); } }
    #idovonal .stepwrapper .stepnum {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #888;
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 3vw;
      border-bottom: #eee 1px dashed; }
      @media (orientation: portrait) {
        #idovonal .stepwrapper .stepnum {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-bottom: 3vw;
          font-size: 10vw; } }
    #idovonal .stepwrapper .steptext {
      text-transform: uppercase;
      width: 10vw;
      min-height: 6vw;
      font-weight: bold;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: .9vw;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0072bb; }
      @media (orientation: portrait) {
        #idovonal .stepwrapper .steptext {
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-size: 3.2vw; } }

*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Didact Gothic', sans-serif;
  color: #888;
  font-size: 1.15vw; }
  @media (max-width: 1280px) {
    *, *:before, *:after {
      font-size: 1.6vw; } }
  @media (orientation: portrait) {
    *, *:before, *:after {
      font-size: 4vw; } }

html, body {
  min-height: 100vh;
  scroll-behavior: smooth; }

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60vh;
  padding: 6vh 0; }

h1, h2, h3, h4, h5, h6 {
  color: #0072bb;
  margin-bottom: .3em; }

h1 {
  font-size: 5vw; }
  @media (orientation: portrait) {
    h1 {
      font-size: 7vw; } }

h2 {
  font-size: 3vw; }
  @media (orientation: portrait) {
    h2 {
      font-size: 5vw; } }

h3 {
  font-size: 1.5vw;
  color: #888; }
  @media (orientation: portrait) {
    h3 {
      font-size: 4vw; } }

h4 {
  font-size: 2vw;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
  @media (orientation: portrait) {
    h4 {
      font-size: 5vw; } }

h5 {
  font-size: 1.5vw; }
  @media (orientation: portrait) {
    h5 {
      font-size: 4vw; } }

p {
  margin-top: 3em;
  margin-bottom: 3em;
  line-height: 1.8em;
  width: 30vw; }
  @media (max-width: 1280px) {
    p {
      width: 50vw; } }
  @media (orientation: portrait) {
    p {
      width: 90vw;
      text-align: justify; } }

ul {
  display: block;
  width: 30vw;
  padding-left: 3em;
  line-height: 1.8em; }
  @media (max-width: 1280px) {
    ul {
      width: 50vw; } }
  @media (orientation: portrait) {
    ul {
      width: 100vw;
      margin-left: 0; }
      ul li {
        margin-left: 0; } }

b {
  font-weight: normal;
  color: #444; }

.kepes {
  min-height: 25vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed; }

#kotelezettseg {
  background-image: url("../img/board.jpg"); }

#szakertelem {
  background-image: url("../img/chart1.jpg"); }

#nagyvallalat {
  background-image: url("../img/nagyvallalat.jpg"); }

#hatarido {
  background-image: url("../img/business-3850911_1920.jpg"); }

#referenciak {
  background-image: url("../img/oszlop.jpg"); }

#folyamat {
  background-image: url("../img/survey-1594962_1920.jpg"); }

#eredmenyek {
  background-image: url("../img/money-2724241_1920.jpg"); }

#kapcsolat {
  background-image: url("../img/telephone-586266_1920.jpg"); }

#ajanlat {
  min-height: 100vh; }
  #ajanlat p {
    margin: 1em; }

.center {
  text-align: center; }

.min100h {
  min-height: 100vh; }

.min50h {
  min-height: 50vh; }

.reflogo {
  padding: 20px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .reflogo img {
    opacity: .5;
    margin: 1em 2em;
    height: 40px; }

.button {
  text-decoration: none;
  display: block;
  color: #444;
  border: #888 1px solid;
  padding: 0 2em;
  line-height: 3em;
  text-transform: uppercase;
  background-color: #00afb2; }
  .button:hover {
    background-color: #004b4c; }

.sketch {
  width: 10vw; }

.achievements {
  margin: 5vh 0 3vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (orientation: portrait) {
    .achievements {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 0; } }

.save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3vw;
  color: #444;
  margin-left: 2vw;
  margin-right: 2vw; }
  .save span {
    display: block; }
  @media (orientation: portrait) {
    .save {
      font-size: 10vw;
      margin: 3vw; } }

.offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .offer input, .offer textarea {
    width: 25vw;
    padding: .5em;
    border: #e9e9e9 1px solid;
    margin: .3em 0; }
    @media (orientation: portrait) {
      .offer input, .offer textarea {
        width: 80vw; } }
  .offer input[type='submit'] {
    background-color: #00afb2;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in; }
    .offer input[type='submit']:hover {
      background-color: #00e1e5; }

#ajkap {
  position: fixed;
  right: 0;
  top: 0%;
  padding: 10px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6); }
  @media (orientation: portrait) {
    #ajkap {
      position: -webkit-sticky;
      position: sticky;
      display: none;
      width: 100%;
      background-color: #fff;
      text-align: center;
      text-transform: uppercase;
      font-size: 4vw; } }

footer {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25vh; }
  @media (orientation: portrait) {
    footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  footer div, footer nav {
    width: 250px;
    margin: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (orientation: portrait) {
      footer div, footer nav {
        width: 100vw;
        margin: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        footer div img, footer nav img {
          width: 50%;
          margin: 10vw; } }
  footer #qr {
    margin-left: 5em; }
    @media (orientation: portrait) {
      footer #qr {
        display: none; } }
  footer .contact ul {
    line-height: 1.25em;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media (orientation: portrait) {
      footer .contact ul {
        line-height: 1.8em;
        width: 100%;
        margin-bottom: 10vw;
        margin-top: 0vw; } }
    footer .contact ul li {
      font-size: .8vw;
      margin-bottom: .5em; }
      footer .contact ul li a {
        font-size: 1em;
        text-decoration: none; }
      @media (orientation: portrait) {
        footer .contact ul li {
          margin-bottom: .5em;
          font-size: 4vw;
          text-align: center; }
          footer .contact ul li a {
            font-size: 4vw; } }
  footer .contact b {
    font-size: 1em;
    padding: 0;
    background-color: transparent;
    display: block; }
