#main-nav {
  background-color: #f5f5f5;
  height: 80px; }
  #main-nav .row {
    padding-top: 9px;
    height: 62px; }
    #main-nav .row .p-1 {
      padding-left: 10px;
      padding-right: 5px;
      height: 100%; }
      #main-nav .row .p-1 #navbar {
        display: table;
        width: 100%;
        height: 100%; }
        #main-nav .row .p-1 #navbar li {
          width: 33%;
          height: 100%;
          margin: 0;
          padding: 0;
          display: table-cell;
          text-align: center;
          vertical-align: middle; }
          #main-nav .row .p-1 #navbar li:nth-of-type(1) {
            text-align: left; }
          #main-nav .row .p-1 #navbar li:nth-of-type(3) {
            text-align: right; }
          #main-nav .row .p-1 #navbar li img {
            height: 100%; }
          #main-nav .row .p-1 #navbar li #search {
            width: 30%;
            margin: auto;
            text-decoration: none;
            background-color: white;
            padding: 0.2em 1em;
            border-radius: 5px; }
            #main-nav .row .p-1 #navbar li #search input {
              border: 0 !important;
              outline: none !important;
              width: 80%;
              font-size: 95%; }
            #main-nav .row .p-1 #navbar li #search i {
              color: grey;
              font-size: 75%; }
          #main-nav .row .p-1 #navbar li span {
            font-size: 130%;
            text-transform: uppercase;
            position: relative;
            top: -12px; }
          #main-nav .row .p-1 #navbar li ion-icon {
            font-size: 250%; }

#second-nav {
  background-color: #fcfcfc;
  padding: 18px 0;
  text-align: center; }
  #second-nav .p-2 {
    display: inline-block; }
    #second-nav .p-2 a {
      text-transform: uppercase;
      letter-spacing: 1.7px;
      border-left: 1px solid black;
      padding: 0 11px;
      text-decoration: none; }
      #second-nav .p-2 a:first-of-type {
        border: none;
        padding-left: 0; }
      #second-nav .p-2 a:last-of-type {
        padding-right: 0; }
      #second-nav .p-2 a:link, #second-nav .p-2 a:visited {
        color: black; }
      #second-nav .p-2 a:hover, #second-nav .p-2 a:active {
        color: #57bece; }
    #second-nav .p-2 .active {
      color: #57bece !important; }

#slider-section {
  background-color: #fcfcfc;
  height: 520px;
  padding-top: 126px; }
  #slider-section .row .p-3 .slider {
    width: 70%; }
    #slider-section .row .p-3 .slider .slide {
      display: none;
      padding: 5px; }
      #slider-section .row .p-3 .slider .slide .h4 {
        margin-top: 50px; }
      #slider-section .row .p-3 .slider .slide .h3 {
        margin-top: 30px; }
    #slider-section .row .p-3 .slider .active {
      display: block !important; }
  #slider-section .row .circles {
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-left: 40%;
    margin-top: 90px; }
    #slider-section .row .circles * {
      margin-right: 5px; }
    #slider-section .row .circles ion-icon {
      font-size: 1.6em;
      color: #263238; }
    #slider-section .row .circles .active {
      background-color: #263238 !important; }
    #slider-section .row .circles .circle {
      height: 20px;
      width: 20px;
      background-color: #bdc0c2;
      border-radius: 50%;
      display: inline-block; }
  #slider-section .row img {
    position: absolute;
    float: right;
    min-height: 600px;
    height: 73%;
    top: 90px;
    left: 56.7%;
    z-index: 10; }

#video-section {
  background-color: #f3f3f3;
  padding: 75px 0; }
  #video-section .row .description {
    display: inline-block;
    vertical-align: top;
    width: 36%; }
    #video-section .row .description .h4 {
      margin: 25px 0;
      font-family: Gentonta-Bold, sans-serif; }
      #video-section .row .description .h4 a {
        color: #57bece;
        text-decoration: none; }
        #video-section .row .description .h4 a:link, #video-section .row .description .h4 a:visited, #video-section .row .description .h4 a:active, #video-section .row .description .h4 a:hover {
          color: #57bece; }
    #video-section .row .description .time .date {
      color: #57bece; }
    #video-section .row .description .share {
      margin-top: 22px; }
      #video-section .row .description .share a {
        margin-right: 12px;
        color: black;
        text-decoration: none; }
        #video-section .row .description .share a:active, #video-section .row .description .share a:hover {
          color: #57bece; }
  #video-section .row .video {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
    width: 60%; }
    #video-section .row .video iframe {
      max-width: 705px; }

#practice-domain {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  #practice-domain .row .p-1 .h2 {
    text-align: center; }
  #practice-domain .row .p-1 .pds-row {
    display: table;
    width: 100%; }
    #practice-domain .row .p-1 .pds-row .p-card {
      position: relative;
      display: table-cell;
      margin: 0 16px 20px 0;
      width: 33%;
      padding: 1%;
      height: 280px; }
      #practice-domain .row .p-1 .pds-row .p-card .bg-img {
        width: 100%;
        height: 100%;
        background: url("../img/prac_dom_bg.png") no-repeat center;
        background-size: cover; }
        #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter {
          overflow: hidden;
          background-color: rgba(55, 71, 79, 0.8);
          height: 100%;
          width: 100%;
          background-size: cover;
          text-align: center;
          position: relative; }
          #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter img {
            color: white;
            padding-top: 60px; }
          #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter hr {
            width: 60%;
            margin: 25px auto; }
          #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter .h4 {
            color: white;
            text-transform: uppercase; }
          #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter .start {
            font-size: 120%;
            margin-top: 0;
            color: white;
            position: absolute;
            top: 100%;
            transition: top 0.8s ease;
            height: 10%;
            width: 100%;
            padding: 5px 0; }
            #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter .start ion-icon, #practice-domain .row .p-1 .pds-row .p-card .bg-img .filter .start i {
              display: inline-block;
              vertical-align: middle; }
        #practice-domain .row .p-1 .pds-row .p-card .bg-img:hover .start {
          top: 87%; }
  #practice-domain .row .p-1 .pds-row:nth-of-type(2) {
    margin-top: 45px; }
    #practice-domain .row .p-1 .pds-row:nth-of-type(2) .p-card:nth-of-type(1) .bg-img .filter .start {
      background-color: #57bece; }
    #practice-domain .row .p-1 .pds-row:nth-of-type(2) .p-card:nth-of-type(2) .bg-img .filter .start {
      background-color: #368d18; }
    #practice-domain .row .p-1 .pds-row:nth-of-type(2) .p-card:nth-of-type(3) .bg-img .filter .start {
      background-color: #e23073; }
  #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(1) .bg-img .filter .start {
    background-color: #8e2de8; }
  #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(2) .bg-img .filter .start {
    background-color: #cc0728; }
  #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(3) {
    vertical-align: top; }
    #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(3) .bg-img {
      height: 280px;
      background: #eceff1 none; }
      #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(3) .bg-img .filter {
        display: table;
        background: none; }
        #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(3) .bg-img .filter a {
          display: table-cell;
          vertical-align: middle;
          text-decoration: none;
          font-size: 200%; }
        #practice-domain .row .p-1 .pds-row:nth-of-type(3) .p-card:nth-of-type(3) .bg-img .filter img {
          visibility: hidden; }
  #practice-domain .rectangle {
    margin-top: 40px; }

#perform-audit {
  padding-top: 30px;
  padding-bottom: 60px; }
  #perform-audit .row .h2 {
    text-align: center;
    margin-bottom: 0; }
    #perform-audit .row .h2:nth-of-type(2) {
      margin: auto;
      width: 73%;
      text-transform: none;
      font-family: Gentona-ExtraLight, sans-serif;
      padding-top: 45px; }
  #perform-audit .row .perf-cards {
    margin-top: 40px;
    text-align: center; }
    #perform-audit .row .perf-cards .card {
      overflow: hidden;
      position: relative;
      margin-top: 10px;
      display: inline-block;
      vertical-align: top;
      background-color: #f5f5f5;
      width: 220px;
      height: 300px; }
      #perform-audit .row .perf-cards .card:nth-of-type(4) .in-card img {
        margin-top: 18px;
        height: 73px; }
      #perform-audit .row .perf-cards .card:nth-of-type(3) .in-card .bold, #perform-audit .row .perf-cards .card:nth-of-type(1) .in-card .bold, #perform-audit .row .perf-cards .card:nth-of-type(4) .in-card .bold {
        margin-bottom: 0; }
      #perform-audit .row .perf-cards .card:nth-of-type(3) .in-card .desc, #perform-audit .row .perf-cards .card:nth-of-type(1) .in-card .desc, #perform-audit .row .perf-cards .card:nth-of-type(4) .in-card .desc {
        line-height: 1; }
      #perform-audit .row .perf-cards .card .in-card, #perform-audit .row .perf-cards .card .hovered {
        margin: 52px 12px; }
        #perform-audit .row .perf-cards .card .in-card img, #perform-audit .row .perf-cards .card .hovered img {
          margin-top: 34px;
          margin-bottom: 20px;
          height: 60px; }
        #perform-audit .row .perf-cards .card .in-card .font, #perform-audit .row .perf-cards .card .hovered .font {
          color: #6f6f6f;
          font-size: 175%;
          margin: 0; }
        #perform-audit .row .perf-cards .card .in-card .bold, #perform-audit .row .perf-cards .card .hovered .bold {
          color: black;
          font-family: Gentona-Medium, sans-serif;
          text-transform: uppercase;
          margin: 20px 0; }
      #perform-audit .row .perf-cards .card .hovered {
        background-color: #f5f5f5;
        margin-top: 0;
        position: absolute;
        top: 100%;
        transition: top 0.8s ease;
        height: 100%; }
      #perform-audit .row .perf-cards .card:hover {
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.6); }
        #perform-audit .row .perf-cards .card:hover .hovered {
          top: 0; }
  #perform-audit .row a {
    display: block;
    margin-top: 45px;
    text-align: center; }

#mat_diag {
  background-color: #f5f5f5;
  padding-top: 65px;
  height: 1082px; }
  #mat_diag .row .p-4 .h2 {
    text-align: center;
    margin-bottom: 0; }
    #mat_diag .row .p-4 .h2:nth-of-type(2) {
      text-transform: none;
      font-family: Gentona-ExtraLight, sans-serif;
      margin-top: 70px; }
  #mat_diag .row .p-4 .description {
    display: inline-block;
    vertical-align: top;
    width: 255px;
    margin-top: 215px; }
    #mat_diag .row .p-4 .description .h4 {
      margin: 25px 0; }
    #mat_diag .row .p-4 .description a {
      color: #57bece;
      text-decoration: none; }
      #mat_diag .row .p-4 .description a:link, #mat_diag .row .p-4 .description a:visited, #mat_diag .row .p-4 .description a:active, #mat_diag .row .p-4 .description a:hover {
        color: #57bece; }
  #mat_diag .row .p-4 .desc-img {
    display: inline-block;
    margin-left: -180px; }
    #mat_diag .row .p-4 .desc-img * {
      position: absolute;
      z-index: -1; }
    #mat_diag .row .p-4 .desc-img #also {
      height: 650px;
      z-index: 1;
      margin-top: 30px; }
    #mat_diag .row .p-4 .desc-img #kozepso, #mat_diag .row .p-4 .desc-img #felso {
      height: 480px; }
    #mat_diag .row .p-4 .desc-img #kozepso {
      z-index: 2;
      margin-left: -70px;
      margin-top: 230px; }
    #mat_diag .row .p-4 .desc-img #felso {
      z-index: 3;
      margin-left: 80px;
      margin-top: 250px; }
  #mat_diag .rectangle {
    margin-top: 270px; }

#train_cert {
  background-color: #f5f5f5;
  padding-bottom: 170px; }
  #train_cert .row .p-3 .h2 {
    padding-top: 10px;
    text-align: center; }
  #train_cert .row .p-3 .description {
    display: inline-block;
    width: 410px;
    margin-top: 135px;
    margin-left: 70px; }
    #train_cert .row .p-3 .description .h3 {
      font-size: 185%;
      color: black;
      text-transform: uppercase; }
    #train_cert .row .p-3 .description .h4 {
      margin-top: 22px;
      line-height: 1.15; }
    #train_cert .row .p-3 .description a {
      font-size: 140%;
      display: block;
      color: #57bece;
      text-decoration: none; }
      #train_cert .row .p-3 .description a:link, #train_cert .row .p-3 .description a:visited, #train_cert .row .p-3 .description a:active, #train_cert .row .p-3 .description a:hover {
        color: #57bece; }
  #train_cert .row .p-3 #klambi {
    display: inline-block;
    position: absolute;
    height: 647px;
    margin-top: 80px;
    margin-left: 30px;
    box-shadow: 0 0 50px 5px rgba(166, 166, 166, 0.5); }

#become_section {
  background-color: white; }
  #become_section .row .p-3 #become {
    margin-top: 138px; }
    #become_section .row .p-3 #become .h3, #become_section .row .p-3 #become .h4 {
      max-width: 640px;
      margin: 0 auto;
      text-align: center; }
    #become_section .row .p-3 #become .h3 {
      font-size: 185%;
      color: black;
      text-transform: uppercase;
      line-height: 1; }
    #become_section .row .p-3 #become .h4 {
      margin-top: 18px;
      line-height: 1.15;
      margin-bottom: 45px; }
    #become_section .row .p-3 #become .cards {
      display: table; }
      #become_section .row .p-3 #become .cards .card {
        position: relative;
        display: table-cell;
        width: 33%;
        height: 310px;
        padding: 1%;
        text-align: left; }
        #become_section .row .p-3 #become .cards .card .in-card {
          height: 100%;
          background-color: #f5f5f5;
          padding: 18px; }
          #become_section .row .p-3 #become .cards .card .in-card img {
            margin: 54px auto 20px;
            display: block;
            height: 90px; }
          #become_section .row .p-3 #become .cards .card .in-card .font {
            color: #6f6f6f;
            font-size: 175%;
            margin: 0;
            line-height: 1; }
          #become_section .row .p-3 #become .cards .card .in-card .bold {
            color: black;
            font-family: Gentona-Medium, sans-serif;
            text-transform: uppercase;
            margin-bottom: 12px; }
    #become_section .row .p-3 #become .cards:nth-of-type(4) .card:nth-of-type(3) {
      vertical-align: top; }
      #become_section .row .p-3 #become .cards:nth-of-type(4) .card:nth-of-type(3) .in-card {
        display: table;
        width: 100%;
        box-sizing: border-box; }
        #become_section .row .p-3 #become .cards:nth-of-type(4) .card:nth-of-type(3) .in-card a {
          display: table-cell;
          vertical-align: middle;
          text-decoration: none;
          font-size: 200%;
          text-align: center; }
  #become_section .rectangle {
    margin-top: 10px; }

#licens {
  background-image: url("../img/licensing.png");
  background-size: cover;
  padding-top: 82px;
  text-align: center;
  height: 664px; }
  #licens #double {
    margin-top: 80px; }
    #licens #double .elem {
      display: inline-block;
      vertical-align: top;
      padding: 0 83px;
      width: 400px;
      text-align: center; }
      #licens #double .elem:nth-of-type(1) {
        border-right: 1px solid #6f6f6f; }
      #licens #double .elem .h3 {
        font-size: 185%;
        color: black;
        text-transform: uppercase;
        line-height: 1; }
      #licens #double .elem .h4 {
        font-size: 128%;
        margin-top: 34px;
        line-height: 1.1; }
      #licens #double .elem a {
        margin-top: 28px;
        font-size: 200%;
        display: block;
        color: #57bece;
        text-decoration: none; }
        #licens #double .elem a:link, #licens #double .elem a:visited, #licens #double .elem a:active, #licens #double .elem a:hover {
          color: #57bece; }
        #licens #double .elem a ion-icon {
          transform: rotate(-45deg); }

#cust-sol {
  height: 960px;
  width: 100%;
  background: url("../img/cust_sol_bg.jpg") no-repeat;
  background-size: cover; }
  #cust-sol .overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right bottom, #1a558e, rgba(31, 141, 174, 0.8)); }
    #cust-sol .overlay .row .p-egyedi {
      padding-left: 28px;
      padding-right: 28px; }
      #cust-sol .overlay .row .p-egyedi .h2 {
        padding-top: 83px;
        text-align: center;
        color: white; }
      #cust-sol .overlay .row .p-egyedi .cards {
        text-align: center;
        margin-top: 85px; }
        #cust-sol .overlay .row .p-egyedi .cards .card {
          display: inline-block;
          margin-right: 28px;
          width: 30%;
          height: 500px; }
          #cust-sol .overlay .row .p-egyedi .cards .card:nth-of-type(3) {
            margin-right: 0; }
          #cust-sol .overlay .row .p-egyedi .cards .card .card-title {
            font-size: 180%;
            color: white;
            line-height: 1.1; }
          #cust-sol .overlay .row .p-egyedi .cards .card .in-card {
            margin-top: 26px; }
            #cust-sol .overlay .row .p-egyedi .cards .card .in-card img {
              margin-bottom: -4px;
              width: 100%;
              height: 260px; }
            #cust-sol .overlay .row .p-egyedi .cards .card .in-card .card-text {
              height: 134px;
              padding: 25px 20px 34px 20px;
              line-height: 1.15;
              background-color: #f5f5f5; }
            #cust-sol .overlay .row .p-egyedi .cards .card .in-card .card-footer {
              text-align: center;
              padding: 11px 20px;
              background-color: black; }
              #cust-sol .overlay .row .p-egyedi .cards .card .in-card .card-footer a {
                font-size: 130%;
                color: white; }
                #cust-sol .overlay .row .p-egyedi .cards .card .in-card .card-footer a ion-icon {
                  display: inline-block;
                  vertical-align: middle; }
  #cust-sol .rectangle {
    margin-top: -132px; }

#award {
  margin-top: 105px; }
  #award .row .h2 {
    text-align: center;
    margin-bottom: 90px; }
  #award .row .szakasz {
    display: table;
    height: 60vh !important; }
    #award .row .szakasz .description {
      width: 50%;
      display: table-cell;
      vertical-align: middle; }
    #award .row .szakasz .grey-image {
      width: 50%;
      display: table-cell;
      background-image: url("../img/big_grey_img.png");
      background-size: cover; }
    #award .row .szakasz:last-of-type {
      text-align: right; }
  #award .row hr {
    margin: 3vh 0;
    height: 2px;
    background-color: #e0e0e0;
    border: none; }
  #award .rectangle {
    margin-top: -30px; }

#meet {
  background: url("../img/person-1.png") 0 80%;
  background-size: cover;
  transition: background-image 1s ease-in-out;
  height: 760px;
  margin-bottom: 45px; }
  #meet .row .slider .slide {
    display: none; }
    #meet .row .slider .slide .description {
      width: 62%; }
      #meet .row .slider .slide .description .h2 {
        padding-top: 150px; }
      #meet .row .slider .slide .description .h4 {
        margin-top: 110px; }
      #meet .row .slider .slide .description .bold {
        color: black;
        margin-top: 20px;
        margin-bottom: 20px; }
      #meet .row .slider .slide .description a {
        font-size: 140%;
        color: #57bece;
        text-decoration: none; }
        #meet .row .slider .slide .description a:link, #meet .row .slider .slide .description a:visited, #meet .row .slider .slide .description a:active, #meet .row .slider .slide .description a:hover {
          color: #57bece; }
  #meet .row .slider .active {
    display: block !important; }
  #meet .row .circles {
    display: inline-block;
    margin-left: 40%;
    margin-top: 90px; }
    #meet .row .circles * {
      margin-right: 5px; }
    #meet .row .circles ion-icon {
      font-size: 1.6em;
      color: #263238; }
    #meet .row .circles .active {
      background-color: #263238 !important; }
    #meet .row .circles .circle {
      height: 20px;
      width: 20px;
      background-color: #bdc0c2;
      border-radius: 50%;
      display: inline-block; }

#connect .row .h2, #connect .row .h3 {
  color: black;
  text-align: center; }
#connect .row .h3 {
  margin-top: 50px; }
#connect .row .cards {
  margin: 23px 10px 0 10px;
  display: table;
  width: 100%;
  text-align: center; }
  #connect .row .cards .card {
    display: none;
    width: 30%;
    padding-right: 1%;
    padding-left: 1%; }
    #connect .row .cards .card img {
      height: 260px;
      width: 100%;
      margin-bottom: -4px; }
    #connect .row .cards .card .card-text {
      background-color: #f5f5f5;
      height: auto; }
      #connect .row .cards .card .card-text .h4 {
        font-family: Gentona-ExtraLight, sans-serif !important; }
      #connect .row .cards .card .card-text .card-text-title {
        padding: 15px 20px 0 20px;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.1; }
      #connect .row .cards .card .card-text .card-text-body {
        line-height: 1.1;
        padding: 20px 20px 30px; }
        #connect .row .cards .card .card-text .card-text-body a {
          color: #57bece; }
      #connect .row .cards .card .card-text hr {
        width: 95%;
        border: 1px solid #eeeeee;
        margin: 0; }
      #connect .row .cards .card .card-text .card-text-footer {
        padding: 10px 20px; }
  #connect .row .cards .active {
    display: table-cell; }
#connect .row #back, #connect .row #forward {
  color: #e5e5e5; }
#connect .row #forward {
  transform: rotate(180deg); }
#connect .row #subscribe {
  display: table;
  margin: 50px auto; }
  #connect .row #subscribe a {
    display: table-cell;
    font-size: 180%;
    vertical-align: top; }
    #connect .row #subscribe a i {
      vertical-align: middle;
      font-size: 200%;
      margin: 0 16px; }
    #connect .row #subscribe a:first-of-type i {
      margin-left: 0; }

footer {
  background-color: #2f2f2f;
  text-align: center;
  color: white;
  margin-top: 100px;
  padding: 80px 0; }
  footer .h4 {
    font-size: 140%; }
    footer .h4 span {
      font-weight: bold; }
  footer #icons {
    margin: 30px 0; }
    footer #icons div {
      display: inline-block;
      width: 30px;
      height: 30px;
      padding: 5px 5px 5px 5px;
      border-radius: 50%;
      margin: 0 10px; }
      footer #icons div i {
        padding-top: 2px;
        font-size: 25px;
        color: white; }
  footer #f {
    background-color: #3b5998; }
  footer #in {
    background-color: #008fb8; }
  footer #tw {
    background-color: #2eaae1; }
  footer #g {
    background-color: #cf402d; }
  footer #footer-nav a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.7px;
    border-left: 2px solid white;
    padding: 0 5px;
    text-decoration: none; }
    footer #footer-nav a:first-of-type {
      border: none;
      padding-left: 0; }
    footer #footer-nav a:last-of-type {
      padding-right: 0; }
    footer #footer-nav a:link, footer #footer-nav a:visited {
      color: white; }
    footer #footer-nav a:hover, footer #footer-nav a:active {
      color: #57bece; }

body {
  padding: 0;
  margin: 0 auto;
  font-family: Gentona-Light, sans-serif;
  font-size: 16px;
  overflow-x: hidden !important; }

.row {
  margin: auto;
  width: 60%; }

.h2 {
  font-size: 310%;
  text-transform: uppercase;
  line-height: 1.1; }

.h4 {
  font-size: 120%;
  font-family: Gentonta-Bold, sans-serif; }

.h3 {
  font-size: 200%;
  color: #57bece;
  margin-top: 35px; }

.bold {
  font-family: Gentona-SemiBold, sans-serif;
  color: #57bece;
  margin-bottom: 40px; }

.p-1 {
  padding: 0 10px; }

.p-2 {
  padding-left: 32px;
  padding-right: 32px; }

.p-3 {
  padding-left: 53px;
  padding-right: 53px; }

.p-4 {
  padding-left: 145px;
  padding-right: 145px; }

.rectangle {
  width: 100%;
  z-index: 0;
  bottom: 0;
  margin-bottom: -5px; }

.wrapper {
  display: flex;
  align-items: center; }

.kek-link, .fekete-link {
  text-decoration: none !important; }
  .kek-link ion-icon, .kek-link i, .fekete-link ion-icon, .fekete-link i {
    display: inline-block;
    vertical-align: middle; }

.kek-link:link, .kek-link:visited {
  color: #57bece !important; }
.kek-link:hover, .kek-link:active {
  color: #57bece !important;
  text-shadow: 1px 0 #5ccada; }

.fekete-link:link, .fekete-link:visited {
  color: black; }
.fekete-link:hover, .fekete-link:active {
  color: #57bece !important;
  text-shadow: 1px 0 #5ccada; }

@media only screen and (max-width: 1900px) {
  #licens .row {
    width: 80%;
    float: right; }
    #licens .row #double {
      margin-top: 5vh;
      /*  .elem {
          border: none !important;
        }*/ } }
@media only screen and (max-width: 1700px) {
  .row {
    width: 80%; }

  #award .row .szakasz img {
    width: 40%; } }
@media only screen and (max-width: 1440px) {
  #practice-domain .row .p-1 #pds .p-card {
    margin: 0 16px 20px 0 !important; }

  #train_cert .row .p-3 #klambi {
    width: 30%;
    height: auto; }

  #become_section .row .p-3 #become .cards {
    margin: 45px 28px; }
    #become_section .row .p-3 #become .cards .card {
      margin-top: 5px;
      margin-left: 0;
      margin-right: 1px !important; }

  #cust-sol .overlay .row .p-egyedi .cards .card {
    width: 28%; }

  #award .row {
    width: 90%; }

  #perform-audit .row .perf-cards .card {
    width: 18%; }

  #video-section .row {
    text-align: center; }
    #video-section .row .description {
      text-align: center;
      width: 80%;
      margin: auto; }
    #video-section .row .video {
      width: 100%; }
      #video-section .row .video iframe {
        max-width: 80%; }

  #licens {
    background: #f5f5f5 none; }
    #licens .row {
      width: 100%;
      float: none; }

  /* #licens #double{
     margin-top: 5vh;
     .elem {
       border: none !important;
     }
   }*/ }
@media only screen and (min-width: 1200px) {
  #second-nav {
    display: none; } }
@media only screen and (max-width: 1200px) {
  body .h2 {
    font-size: 200%; }
  body .h4 {
    font-size: 100% !important; }
  body .h3 {
    font-size: 120% !important; }
  body .description, body .desc {
    font-size: 100% !important; }

  .row {
    width: 100%; }

  #main-nav .row .p-1 #navbar li {
    font-size: 120%; }
    #main-nav .row .p-1 #navbar li #search {
      width: 50%; }

  #second-nav {
    display: none; }
    #second-nav .p-2 a {
      display: block;
      border: none; }

  #slider-section .row .p-3 {
    padding-left: 10px; }

  #practice-domain {
    padding-bottom: 0; }
    #practice-domain .rectangle {
      margin-top: 0; }
    #practice-domain .row {
      text-align: center; }
      #practice-domain .row .p-1 #pds .goTo {
        position: relative !important;
        top: -265px; }
        #practice-domain .row .p-1 #pds .goTo a {
          top: 50% !important;
          left: -25% !important;
          position: relative !important; }
      #practice-domain .row .p-1 #pds .p-card {
        position: static; }
        #practice-domain .row .p-1 #pds .p-card button {
          position: static; }

  #mat_diag {
    height: auto;
    padding-bottom: 100px; }
    #mat_diag .rectangle {
      margin-top: 0; }
    #mat_diag .row .p-4 .description {
      margin: 30px auto;
      text-align: center;
      width: 80%;
      display: block; }
      #mat_diag .row .p-4 .description .h4 {
        font-size: 180%; }
    #mat_diag .row .p-4 .desc-img {
      display: none; }

  #award .row .szakasz {
    height: 55em; }

  #meet .row {
    padding-left: 20px; }
    #meet .row .slider .slide .description .h4 {
      font-size: 155%; }

  #connect .row .cards .card {
    width: 40% !important; }

  #licens .row #double .elem {
    border: none !important; } }
@media only screen and (max-width: 900px) {
  #train_cert .row .p-3 #klambi {
    display: none; }
  #train_cert .row .p-3 .description {
    margin: 30px auto;
    text-align: center;
    width: 80%;
    display: block; }
    #train_cert .row .p-3 .description .h4 {
      font-size: 180%; }

  #cust-sol .overlay .row .p-egyedi .cards .card {
    width: 40%; }
    #cust-sol .overlay .row .p-egyedi .cards .card:nth-of-type(1) {
      display: none; } }
@media only screen and (max-width: 700px) {
  #perform-audit .row .perf-cards .card {
    width: 45%; }

  #mat_diag .row {
    margin: 0;
    padding: 0; }
    #mat_diag .row .p-4 * {
      text-align: left !important; } }
@media only screen and (max-width: 600px) {
  #main-nav .row .p-1 #navbar {
    font-size: 80%; }
    #main-nav .row .p-1 #navbar li:nth-of-type(1) {
      display: none; }

  #connect .row .cards .card {
    width: 98%; }

  #cust-sol .overlay .row .p-egyedi .cards .card {
    width: 80%; }
    #cust-sol .overlay .row .p-egyedi .cards .card:nth-of-type(2) {
      display: none; }

  #slider-section .row .p-3 .slider {
    width: 100%; }
  #slider-section .row .p-3 #scale {
    display: none; } }

/*# sourceMappingURL=style.css.map */
