.logo {
  margin-top: 30px;
  margin-bottom: 50px;
}

.megoldasok_ma {
  max-width: 100px;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

a {
  text-decoration: none;
  color: #000000;
}

.none {
  display: none;
}

@media (max-width: 575px) {
  .cr_media_q {
    display: none;
  }
}

.cr_media_q2 {
  display: none;
}
@media (max-width: 575px) {
  .cr_media_q2 {
    display: block;
  }
}

.card {
  max-width: 300px;
}

.container-card {
  display: flex;
  justify-content: center;
  padding: 20px;
  padding-bottom: 40px;
}
.container-card img {
  padding: 5px;
  width: 130px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.container-card .card, .container-card a {
  align-items: center;
  text-align: center;
  margin: 10px;
  width: 10rem;
  height: 10rem;
  opacity: 90%;
}

* {
  box-sizing: border-box;
}

.gallery {
  background: #ffffff;
}

.gallery-cell {
  width: 28%;
  height: auto;
  margin-right: 10px;
  background-color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  counter-increment: gallery-cell;
}
@media (max-width: 1500px) {
  .gallery-cell {
    height: 100%;
  }
}
@media (max-width: 750px) {
  .gallery-cell {
    height: 100%;
  }
}
@media (max-width: 530px) {
  .gallery-cell {
    height: 100%;
  }
}

.gallery-cell-velemeny {
  display: flex;
  flex-direction: row;
  width: 60%;
  height: 300px;
  margin-right: 60px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #dcdbdc;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.gallery-cell-velemeny img {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: 35px;
}
@media (max-width: 1500px) {
  .gallery-cell-velemeny {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .gallery-cell-velemeny {
    width: 80%;
  }
}
@media (max-width: 530px) {
  .gallery-cell-velemeny {
    width: 90%;
  }
}

.filter { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.card-text-1 {
  font-size: 13px;
  padding-top: 5px;
}
.card-text-1 span {
  color: #4b3a32;
}

.card-text-2 {
  font-size: 13px;
  padding-top: 5px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-text-2 span {
  color: #0e00cc;
}

.partner-gallery {
  background: #ffffff;
}

.partner-cell1 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/BKK_logo_notext.svg.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell2 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/cropped-logo.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell3 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/JOGPONTOK.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell4 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/jorsoelogo_kekfekete.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell5 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/kef.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell6 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/logo.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell7 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/Rollet.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell8 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/star_P.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell9 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/wefwef.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.partner-cell10 {
  width: 28%;
  height: 100px;
  margin-right: 30px;
  background-image: url(../img/partners/nagyrozvagy.png) !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.max-width-header {
  max-width: 1000px;
}

.footer {
  text-align: center;
}
.footer img {
  max-width: 150px;
  padding-bottom: 20px;
}
.footer p {
  font-size: 10px;
}

ol {
  display: none;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #4b3a32;
}

.small {
  color: #000000;
}

.idezet-p {
  color: #000000;
  text-align: justify;
  font-weight: 400;
}

.footer-img {
  max-width: 110px;
  padding-bottom: 20px;
  padding-top: 30px;
}

.e-img2 {
  max-width: 75px;
}

.footer-p {
  font-size: 10px;
}

.ai_hero {
  background-image: url(../img/ai-mi/bg_1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.ai_hero h2 {
  background: #000000;
  padding: 15px;
  border-radius: 10px;
}
.ai_hero i {
  background: #000000;
  padding: 30px;
  border-radius: 10px;
}

.flex-c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ai_main {
  background-color: #2e2c2e;
  color: #fff;
  text-align: justify;
  padding: 15px;
  padding: 40px;
}
.ai_main .row img {
  width: 100%;
  border-radius: 15px;
}
.ai_main h3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.csapat_hero {
  background-image: url(../img/csapat/gallery/007.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.csapat_hero h2 {
  background: #000000;
  padding: 15px;
  border-radius: 10px;
}
.csapat_hero i {
  background: #000000;
  padding: 30px;
  border-radius: 10px;
}

.csapat_main {
  background-color: #ffffff;
  color: #000000;
  text-align: justify;
  padding: 15px;
  padding: 40px;
}
.csapat_main div.gallery img {
  width: 100%;
  height: auto;
}
.csapat_main div.desc {
  padding: 15px;
  text-align: center;
}
.csapat_main * {
  box-sizing: border-box;
}
.csapat_main .responsive {
  padding: 6px 6px;
  float: left;
  width: 24.99999%;
}
@media only screen and (max-width: 700px) {
  .csapat_main .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .csapat_main .responsive {
    width: 100%;
  }
}
.csapat_main .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.csapat_main img {
  width: 100%;
  border-radius: 15px;
}
.csapat_main h3 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.csapat_main p {
  padding-top: 20px;
}

.krit_hero {
  background-image: url(../img/krit_int/16483.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.krit_hero h2 {
  background: #000000;
  padding: 15px;
  border-radius: 10px;
}
.krit_hero i {
  background: #000000;
  padding: 30px;
  border-radius: 10px;
}

.mediacio_hero {
  background-image: url(../img/mediacio/001.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mediacio_hero h2 {
  background: #4b3a32;
  padding: 15px;
  border-radius: 10px;
}
.mediacio_hero i {
  background: #4b3a32;
  padding: 25px;
  border-radius: 10px;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner a {
  color: #06023f;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

.fixedbutton {
  position: fixed;
  bottom: 0px;
  right: 0px;
  background: #06023f;
  padding: 20px !important;
  border-radius: 10px;
  color: #fff;
  margin: 10px !important;
}

video {
  margin: 20px;
}

.card {
  max-width: 1200px;
  border: none;
}

.popup {
  z-index: 5;
  background: rgb(255, 255, 255);
  transform: translate(-50%, -50%);
  position: fixed;
  padding: 10px;
  left: 50%;
  top: 50%;
  max-width: 600px;
  margin-top: 80px;
  align-items: center;
  border: solid 1px;
  display: none;
}

#tovabb {
  margin-top: 4px;
  border-radius: 3px;
}

@media (max-width: 900px) {
  .popup {
    width: 100%;
  }
  #tovabb {
    margin-top: 4px;
    border-radius: 3px;
    font-size: 10px;
    max-width: 100px;
  }
}
#close {
  position: absolute;
  display: block;
  margin: 0 0 20px auto;
  padding-bottom: 20px;
  background: transparent;
  font-size: 25px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  border: none;
  cursor: pointer;
  background: #030835;
  color: white;
}

span {
  font-weight: 600;
}

.life {
  margin-top: 30px;
}/*# sourceMappingURL=style.css.map */