:root {
  --bordo-szin: #D00019;
}

@media (min-width: 300px) {
  :root {
    --sajtomegjelenes-magassag: 400px;
  }
}

@media (min-width: 1200px) {
  :root {
    --sajtomegjelenes-magassag: 350px;
  }
}

html, body {
  font-family: 'Dosis' !important;
  font-size: 14pt;
}

::selection {
  background: var(--bs-primary);
  color: var(--bs-light);
}

.h4-fejlec, .hirek-h4-fejlec {
  display: inline-block;
  position: relative;
  line-height: 2.4em;
  letter-spacing: 0.23em;
  z-index: 0;
}

.h4-fejlec {
  font-size: 20pt;
}

.h4-fejlec span {
  top: 1px;
  right: -70px;
  color: #F3F3F3;
  z-index: -1;
  font-size: 50pt;
}

.hirek-h4-fejlec span {
  top: 1px;
  right: -40px;
  color: var(--bs-primary);
  z-index: -1;
  font-size: 36pt;
  opacity: 0.6;
}

.h4-fejlec:before, .hirek-h4-fejlec:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 125px;
  border-bottom: 1px solid var(--bs-primary);
}

.h4-fejlec.animacio:before {
  animation: moreLoop 2.5s cubic-bezier(.77,0,.175,1) infinite;
}

.h1-fejlec {
  letter-spacing: 10px;
  font-weight: bold;
}

@media (min-width: 300px) {
  .h1-fejlec {
    margin-left: 0;
    font-size: 42px;
    letter-spacing: 0px;
  }
}

@media (min-width: 576px) {
  .h1-fejlec {
    margin-left: 50px;
    font-size: 50px;
  }
}

/* Vízszintes vonal design */

.vizszintes-vonal-design {
  width: 100%;
  height: 1px;
  background: -webkit-linear-gradient(left, transparent 0%, var(--bs-primary) 50%, transparent 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* Animált vonal linkekhez */

.animate-link {
  display: inline-block;
}

.animate-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  transition: width .45s;
  background: var(--bs-primary);
}

.animate-link:hover::after {
  width: 100%;
}

/* Lejátszó gomb */

button#lejatszas {
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  box-shadow: 0px 3px 7px rgba(0,0,0,0.5);
  z-index: 2;
}

button#lejatszas:focus {
  outline: 0!important;
}

/* Custom Back To Top */

.scroll-top {
  background: var(--bs-primary) url('../../assets/img/cd-top-arrow.svg?h=dd0938bc6ef39f53de722a1ba52999b1') no-repeat center 50%;
  color: #FFF;
  transition: all .5s;
  position: fixed;
  right: -70px;
  bottom: 20px;
  z-index: 1;
  display: none;
  cursor: pointer;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.5);
  height: 60px;
  width: 60px;
  opacity: 0.8;
  border-radius: 50%;
}

.scroll-top:hover {
  opacity: 1;
  transition: all .5s;
}

/* Cookie felugró ablak */

.cookie-box {
  position: fixed;
  padding: 24px 10%;
  top: 0;
  background: #F3F3F3;
  text-align: center;
  z-index: 9999;
  box-shadow: 0px 10px 15px -10px rgba(0,0,0,0.75);
}

.cookie-box p {
  font-size: 16px;
  margin-bottom: 24px;
}

.cookie-input-group {
  margin-top: 24px;
}

.cookie-input-box {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid lightgray;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 400;
  cursor: pointer;
}

.cookie-input-box input {
  cursor: pointer;
}

.cookie-input-box input[type="checkbox"] {
  filter: hue-rotate(195deg);
}

#btnAcceptCookie:focus {
  box-shadow: none !important;
}

/* Szabadalomhoz ikon */

.szabadalom-ikon {
  width: 50px;
  margin: 0 !important;
}

/* Információs sáv */

.informacios-sav .container .row > * {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0;
  color: white;
}

.informacios-sav .container .row > * i {
  margin: 0 15px;
  font-size: 23pt;
  color: white;
}

.informacios-sav .container .row > * img {
  width: 35px;
  height: 35px;
  margin: 0 5px;
}

/* Toggler gomb */

.offcanvas-start {
  border: none !important;
  background: var(--bs-secondary) !important;
  color: var(--bs-light) !important;
  width: 300px !important;
}

.offcanvas-start .btn-close {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(341deg) brightness(106%) contrast(101%) !important;
  opacity: 1 !important;
}

.offcanvas-body .nav {
  display: block !important;
  border: 0 !important;
  text-align: center !important;
}

.offcanvas-body > .nav.nav-tabs .nav-link {
  border: none !important;
  padding: 15px 0 !important;
}

.offcanvas-body > .nav.nav-tabs .nav-link:hover {
  background: var(--bs-primary) !important;
  border: none !important;
  color: var(--bs-secondary) !important;
  opacity: 1 !important;
  border-radius: 0 !important;
}

.offcanvas-body {
  padding: 20px 0 !important;
}

.offcanvas-gomb {
  border-radius: 0 !important;
  padding: 10px 15px !important;
  color: white !important;
  text-shadow: 1px 1px 2px var(--bs-dark) !important;
}

.offcanvas-gomb:hover, .offcanvas-gomb:focus {
  color: white !important;
}

@media (min-width: 300px) {
  .main-logo {
    width: 130px;
  }
}

@media (min-width: 992px) {
  .main-logo {
    width: 130px;
  }
}

/* Bemutatkozás */

.bemutatkozas {
  margin: 80px 0;
}

.bemutatkozo-szoveg {
  line-height: 150%;
  font-size: 15pt;
  color: var(--bs-gray);
}

@media (min-width: 300px) {
  .bemutatkozo-szoveg {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .bemutatkozo-szoveg {
    text-align: justify;
  }
}

.profilkep-elforgatott-keret {
  width: 95%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.profilkep-elforgatott-keret > div {
  width: 95%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: -1;
  transform: rotate(20deg);
  border: 10px solid var(--bs-primary);
}

.kep-keret {
  border: 15px solid var(--bs-gray);
  width: 100%;
  overflow: hidden;
  position: relative;
}

.kep-keret .bemutatkozo-kep {
  transition: transform .3s;
  transform: scale(1.02);
}

.kep-keret .bemutatkozo-kep:hover {
  transform: scale(1.2);
}

.bemutatkozo-szoveg-gomb:hover {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  background: none !important;
}

/* Sajtómegjelenés */

@media (min-width: 300px) {
  .sajtomegjelenes {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .sajtomegjelenes {
    margin: 103px 0;
  }
}

.sajtomegjelenes > .sajtomegjelenes-hatterkep:not(.container) {
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.5)), url('../../assets/img/Sajtomegjelenes-kep.jpg?h=9ab98bb31ab54c85fbea6881c89487c1');
  background-attachment: fixed;
  background-position: 50% 50%;
  width: 100%;
  position: relative;
}

.design-elem {
  background: var(--bs-primary);
  clip-path: polygon(0% 0%, 100% 0, 80% 100%, 0% 100%);
  left: 0;
}

.design-elem {
  position: absolute;
  top: -25px;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 300px) {
  .design-elem {
    width: 75%;
    font-size: 10.5pt;
  }
}

@media (min-width: 576px) {
  .design-elem {
    width: 75%;
    font-size: 12pt;
  }
}

@media (min-width: 768px) {
  .design-elem {
    width: 60%;
    font-size: 13pt;
  }
}

@media (min-width: 992px) {
  .design-elem {
    width: 55%;
    font-size: 16pt;
  }
}

.sajtomegjelenes > .sajtomegjelenes-hatterkep:not(.container) {
  height: var(--sajtomegjelenes-magassag);
}

.design-elem {
  height: calc(var(--sajtomegjelenes-magassag) + 50px);
}

/* Szakértői jelentés */

.szakertoi-jelentes-kep {
  width: 300px;
  height: 300px;
  position: relative;
  z-index: 2;
}

.szakertoi-jelentes-kep img {
  border-radius: 45px;
}

.szakertoi-jelentes-pottyos-kep {
  width: 200px;
  height: 200px;
  background-image: radial-gradient(rgba(0,0,0,0.5) 12%, transparent 12%), radial-gradient(rgba(0,0,0,0.5) 12%, transparent 12%);
  background-position: 0 0, 50px 50px;
  background-size: 10px 10px;
  margin-top: 25px;
  position: absolute;
  bottom: -20px;
  right: -70px;
  border-radius: 45px;
  z-index: -1;
  transform: rotate(45deg);
}

.szakertoi-jelentes-kep .kis-kep img {
  width: 125px;
  border-radius: 20px;
  position: absolute;
  top: -30px;
  right: -50px;
  z-index: 1;
}

.szakertoi-jelentes-gomb:hover {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  background: none !important;
}

/* Termékek */

.features-boxed:before {
  content: "";
  position: absolute;
  background-image: url('../../assets/img/Design-csik.png?h=64e9ecfa2bc61018f91ef39a45289a79');
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  -webkit-transform: rotate( 180deg );
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.features-boxed: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;
}

.features-boxed .features {
  padding: 20px 0;
  margin: 0 auto;
}

@media (min-width: 300px) {
  .features-boxed .features {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .features-boxed .features {
    width: 90%;
  }
}

.features-boxed .item {
  text-align: center;
  margin: 0 0 30px 0;
}

.features-boxed .item .box-top {
  text-align: center;
  overflow: hidden;
  border: 15px solid var(--bs-secondary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.features-boxed .item .box-top .termek-kepe {
  transform: scale(1.0);
  transition: transform .3s;
}

.features-boxed .item .box-top:hover .termek-kepe {
  transform: scale(1.2);
}

.features-boxed .item .box-bottom {
  background: var(--bs-dark);
  color: var(--bs-light);
  padding: 10px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.features-boxed .item .box-bottom .btn:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-light) !important;
}

.features-boxed .item .icon {
  font-size: 60px;
  color: #1485ee;
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-boxed .item .name {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  color: inherit;
  font-family: 'Allura';
  color: var(--bs-primary);
}

@media (min-width: 300px) {
  .features-boxed .item .name {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .features-boxed .item .name {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .features-boxed .item .name {
    font-size: 30px;
  }
}

.features-boxed .item .description {
}

/* Kiemelt ajánlat */

.kiemelt-ajanlat {
  width: 100%;
  background: var(--bs-dark);
  background-attachment: fixed;
  background-position: 50% 50%;
  display: flex;
  align-items: center;
  margin: 110px 0;
}

.kiemelt-ajanlat-kep {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  background: url('../../assets/img/Kiemelt-ajanlat-nagykep.jpg?h=552ff3ba04998757d3e4acd35e41a12e');
  background-position: center;
  background-size: cover;
}

.kiemelt-ajanlat-kep-keret {
  filter: drop-shadow(0px -5px 0px var(--bs-primary)) drop-shadow(0px 5px 0px var(--bs-primary)) drop-shadow(0px 5px 5px var(--bs-gray)) drop-shadow(0px -5px 5px var(--bs-gray));
}

@media (min-width: 992px) {
  .kiemelt-ajanlat-kep {
    width: 390px;
    height: 390px;
  }
}

@media (min-width: 1200px) {
  .kiemelt-ajanlat-kep {
    width: 430px;
    height: 430px;
  }
}

.kiemelt-ajanlat-kis-kep {
  bottom: -70px;
  right: 25px;
  width: 170px;
}

.kiemelt-ajanlat-pottyos-kep {
  width: 200px;
  height: 200px;
  background-image: radial-gradient(rgba(0,0,0,0.5) 12%, transparent 12%), radial-gradient(rgba(0,0,0,0.5) 12%, transparent 12%);
  background-position: 0 0, 50px 50px;
  background-size: 10px 10px;
  margin-top: 25px;
  position: absolute;
  border-radius: 45px;
  z-index: -1;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .kiemelt-ajanlat-pottyos-kep {
    left: -45px;
    right: initial;
    top: 119px;
  }
}

@media (min-width: 1200px) {
  .kiemelt-ajanlat-pottyos-kep {
    right: -70px;
    left: initial;
    top: 90px;
  }
}

@media (min-width: 992px) {
  .kiemelt-ajanlat-kep-pozicio {
    top: -20px;
    left: 0;
  }
}

@media (min-width: 1200px) {
  .kiemelt-ajanlat-kep-pozicio {
    top: -35px;
    left: 0;
  }
}

/* Rólunk mondták */

.bg-line-1 {
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -1390px;
  z-index: -1;
}

.bg-line-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/* Galéria */

.galeria {
  background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url('../../assets/img/Galeria-kep.jpg?h=3e8ebbee261530d38233fe3c6b45a896');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  filter: drop-shadow(0px -5px 0px var(--bs-primary)) drop-shadow(0px 5px 0px var(--bs-primary)) drop-shadow(0px 5px 10px var(--bs-gray)) drop-shadow(0px -5px 10px var(--bs-gray));
}

/* Partnereink */

.partnereink .row > * {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Kapcsolat */

.form-control:focus, .form-select:focus {
  outline: none!important;
  box-shadow: none !important;
  border-color: var(--bs-primary)!important;
  color: var(--bs-primary)!important;
}

.kapcsolat {
  background: linear-gradient(rgba(0,0,0,0.05) 0%,white 100%);
  position: relative;
}

.kapcsolat:before {
  content: "";
  position: absolute;
  background-image: url('../../assets/img/Design-csik.png?h=64e9ecfa2bc61018f91ef39a45289a79');
  width: 100%;
  height: 54px;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  -webkit-transform: rotate( 180deg );
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 1;
}

.kapcsolat span {
  color: var(--bordo-szin);
  font-weight: bold;
}

.kapcsolat .form-label i {
  color: var(--bs-primary);
  font-size: 25px;
}

.kapcsolat .form-label.tema-cimke {
  opacity: 1;
}

#gdpr-checkbox {
  filter: hue-rotate(195deg);
}

.terkep {
  border: 5px solid white;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  width: 100%;
}

@media (min-width: 300px) {
  .terkep {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .terkep {
    height: 72%;
  }
}

@media (min-width: 1200px) {
  .terkep {
    height: 82%;
  }
}

/* Animáció */

@keyframes moreLoop {
  0% {
    transform: scale(0,1);
    transform-origin: left;
  }
  47% {
    transform: scale(1,1);
    transform-origin: left;
  }
  48% {
    transform: scale(1,1);
    transform-origin: right;
  }
  95% {
    transform: scale(0,1);
    transform-origin: right;
  }
  96% {
    transform: scale(0,1);
    transform-origin: left;
  }
  100% {
    transform: scale(0,1);
  }
}

