/* Aloldal fejléce */

.aloldal-fejlec {
  background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../../assets/img/Aloldal-fejleckep.jpg?h=c2b874da8da7aa6ca01f2ac8a8818c55');
  background-position: center;
  background-size: cover;
  position: relative;
}

.aloldal-fejlec-video {
  /*background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url('../../assets/img/Aloldal-fejleckep.jpg?h=c2b874da8da7aa6ca01f2ac8a8818c55');*/
  background-position: center;
  background-size: cover;
  position: relative;
}

.aloldal-fejlec:after, .aloldal-fejlec-video:after {
  content: "";
  position: absolute;
  background-image: url('../../assets/img/Design-csik.png?h=64e9ecfa2bc61018f91ef39a45289a79');
  width: 100%;
  height: 45px;
  background-repeat: repeat-x;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.parallax-content-aloldal {
  height: 45vh !important;
  padding: 0 !important;
}

.parallax-background-aloldal {
  margin-top: -10px !important;
}

.aloldal-szoveg h3 {
  color: var(--bs-primary) !important;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.aloldal-szoveg h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  border-bottom: 1px solid var(--bs-primary);
}

.szaggatott-vonal {
  width: 60%;
  height: 1px;
  border-bottom: 1px dashed rgba(0,0,0,0.2);
  margin: 45px auto;
}

/* Back to Main Page */

.back-to-main-page {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: var(--bs-primary);
  border-radius: 50%;
  font-size: 20pt;
  transition: all .3s;
  opacity: 0.8;
  z-index: 2;
}

.back-to-main-page:hover {
  opacity: 1;
  cursor: pointer;
}

.design-hatterkep {
  background: url('../../assets/img/Hatter-Design.png?h=fb05bf5369feceadf5bbfbf52e0e958e') no-repeat scroll right center / contain;
  position: absolute;
  height: 640px;
  width: 100%;
  z-index: -201;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Szerkeszthetőség */

.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
  padding: 20px !important;
}

/* Rólunk */

.feltalalok-kepek {
  width: 200px;
  margin: 15px 0 25px 0;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

.szabadalom-kepek {
  border: 5px solid var(--bs-primary);
  border-radius: 5px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

/* Termékek */

.termek-kepek {
  width: 215px;
}

.termek-leiras {
  width: 75%;
}

@media (min-width: 300px) {
  .termek-leiras {
    text-align: center;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .termek-leiras {
    text-align: left;
    margin-top: 0;
  }
}

.kapcsolat_profilfoto {
  width: 150px;
  border-color: var(--bs-primary);
  border-width: 3px;
  border-style: solid;
}

.ceflute-yt-video {
  display: flex;
  justify-content: center;
}

.ceflute-yt-video iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

