
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
  transition: background-color .2s ease-in-out, color .2s ease-in-out;
  background-color: transparent;
  border-radius: .375em;
  border: 0;
  box-shadow: inset 0 0 0 2px #000000;
  color: #000000 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: .8em;
  font-weight: 700;
  height: 3.5em;
  letter-spacing: .075em;
  line-height: 3.5em;
  padding: 0 2.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}

button.button-black-gray:hover,
.button.button-black-gray:hover {
  background-color: rgba(0, 0, 0, .05)
}

.button.button-black-gray:active {
  background-color: rgba(128, 128, 128, .15)
}

.button-link {
  background-color: #28a745;
  color: white;
  padding: 10px 15px;
  border: none;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}

.button-link:hover {
  background-color: #4facfe;
}

/* a style*/
.custom-link {
  border-bottom: none;
  color: #7f888f;
}

p.dewa {
  text-align: justify;
}


.custom-link:hover {
  border-bottom-color: #4facfe;
  color: #4facfe !important;
}

.custom-link:hover strong {
  color: inherit;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 10;
  /* Biztosítja, hogy ez legyen a legfelül */
  background: rgba(0, 0, 0, 0);
  /* Átlátszó háttér, hogy a mögöttes tartalom látható maradjon */
}

.icon.dewa {
  /*background-size: 80px 55px;*/
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: center
}

.icon.dewa.spryboot {
  background-image: url('../../image/logo/festofulkek_black.webp');
}

.icon.dewa.anyagmozgatas {
  background-image: url('../../image/logo/feluletkezeles_black.webp');
}
.icon.dewa.setting {
  background-image: url('../../image/logo/setting.png');
}
.icon.dewa.customers {
  background-image: url('../../image/logo/customers.png');
}
.icon.dewa.find {
  background-image: url('../../image/logo/find_icon.png');
}
.icon.dewa.home {
  background-image: url('../../image/logo/home_icon.png');
}
.icon.dewa.tuzelestechnika {
  background-image: url('../../image/logo/tuzelestechnika_black.webp');
  background-size: 45% 36%;
}

.icon.dewa.sprayboothi {
  background-image: url('../../image/logo/spraybooth_i.webp');
}

.icon.dewa.spraytechnic {
  background-image: url('../../image/logo/szorastechnika_black.webp');
  background-size: 40% 36%;
}

.icon.dewa.kellek {
  background-image: url('../../image/logo/kellek.webp');
}

.icon.dewa.mail {
  background-image: url('../../image/logo/mail.webp');
}

/* Send e-mail*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .4);
  padding-top: 60px
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer
}

.modal01 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .4);
  padding-top: 60px
}

.modal01-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%
}

/* Új stílus a csíkhoz */
.line-stripe {
  height: 5px;
  /* Csík magassága */
  background-color: #4facfe;
  /* Piros szín */
  margin-top: 10px;
  /* Távolság a bezáró gombtól */
}

.img-modaldewa {
  width: auto;
  height: 100%;
}

.image.modaldewa {
  width: 100%;
  height: auto;
}

.image.modaldewa img {
  width: 100%;
  height: auto;
}

.image.mini {
  width: 30%;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.mini-posts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}


.hidden {
  display: none;
}

.showCategory1 {}

.showCategory2 {}

.showCategory3 {}

.showCategory4 {}

.showCategory5 {}

.showCategory6 {}

.showCategory7 {}

.showCategory8 {}

.showCategory9 {}

/* A térkép konténerének stílusa */
.map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 arány megtartása */
  height: 0;
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.emailClose {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  float: right;
  width: 30px; /* Vagy bármilyen méret, amit szeretnél */
  height: 30px;
  background-color: #4facfe; /* Piros háttér */
  color: white; /* Fehér szöveg */
  text-align: center; /* Középre igazítja a szöveget */
  line-height: 30px; /* Vertikálisan középre igazítja a szöveget */
  font-size: 24px; /* Az "X" méretének beállítása */
  border: 2px solid #4facfe; /* Piros keret */
  cursor: pointer; /* Mutató ikon, amikor ráviszik az egeret */
  border-radius: 5px; /* Kis lekerekítés a sarkokon */
}