@charset "UTF-8";
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Variables */
/* General */
a {
  color: black;
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h3 {
  font-size: 1.3rem;
  font-weight: 700;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

section {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* Mobile */
html {
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}
html body {
  background-image: linear-gradient(180deg, #f5f7fa 0%, #c3cfe2 100%);
}
html body header {
  background: white;
}
html body header #headerAddress {
  align-items: center;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
}
html body header #headerAddress #logoLink {
  height: auto;
  max-width: 127px;
  width: 100%;
}
html body header #headerAddress #logoLink img {
  max-width: 127px;
}
html body header #headerAddress .headerAddressElement {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
html body header #headerAddress .headerAddressElement img {
  height: 20px;
  width: 20px;
  vertical-align: sub;
}
html body header #mainHeader {
  align-items: center;
  background-image: linear-gradient(to right, #868f96 0%, #596164 100%);
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
}
html body header #mainHeader button {
  background: none;
  border: 0;
  color: white;
  font-size: 1rem;
  padding: 0;
}
html body header #mainHeader button img {
  height: 20px;
  width: 20px;
}
html body header #mainHeader #menuButton {
  justify-self: start;
}
html body header #mainHeader #menuButton::before {
  content: "☰";
  font-size: 1.3rem;
}
html body header #mainHeader #searchForm {
  width: 50%;
}
html body header #mainHeader #searchForm #searchInput {
  border-color: white;
  border-radius: 7px;
  padding-left: 5px;
  width: 100%;
}
html body header #mainHeader .mainHeaderRightButtons {
  align-items: end;
  display: flex;
  gap: 10px;
}
html body main #asideContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
html body main #asideContainer .szakember .szakemberAddress .szakemberIcon {
  text-align: center;
}
html body main #asideContainer #szakember {
  align-items: center;
  background-color: #DCD9D4;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), radial-gradient(at 50% 0%, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
  background-blend-mode: soft-light, screen;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: nowrap;
  font-size: 0.8rem;
  justify-content: space-between;
  padding-bottom: 5px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 5px;
}
html body main #asideContainer #szakember .szakemberAddress {
  align-items: center;
  background: white;
  border-radius: 20px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 2fr 1fr 1fr;
}
html body main #asideContainer #szakember .szakemberAddress .szakemberKep {
  border-radius: 50%;
  max-width: 40px;
}
html body main #asideContainer #szakember .szakemberAddress .szakemberIcon img {
  max-width: 20px;
}
html body main #asideContainer #fontosInfo {
  align-items: center;
  background: white;
  border-bottom: 1px dashed gray;
  color: red;
  display: flex;
  flex-grow: 1;
  font-size: 0.8rem;
  gap: 10px;
  justify-content: center;
  padding-bottom: 5px;
  padding-left: 5%;
  padding-top: 5px;
  padding-right: 5%;
}
html body main #asideContainer #fontosInfo #infoIcon {
  height: 20px;
  width: 20px;
}
html body main #menuAndHeroSection #kategoriaMenu {
  box-shadow: 2px 2px 0px silver;
  display: none;
}
html body main #menuAndHeroSection #heroSection {
  margin-top: 0;
  max-width: 970px;
  position: relative;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox {
  align-items: center;
  background: white;
  border-radius: 10px;
  box-shadow: 2px 2px 0px silver;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 500;
  gap: 10px;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 5%;
  white-space: nowrap;
  width: 80%;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox #mitKeresBox {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox #mitKeresBox #fastSearchIcon {
  height: 20px;
  width: 20px;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox #mitKeresMore {
  width: 15px;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox label {
  border-bottom: 1px dashed lightgray;
  display: none;
  padding-bottom: 10px;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox label:last-of-type {
  border-bottom: none;
}
html body main #menuAndHeroSection #heroSection #fastSearchBox label select {
  background: white;
  border: 1px solid gray;
  border-radius: 5px;
  color: black;
}
html body main #menuAndHeroSection #heroSection .heroBox {
  background: white;
  line-height: 1.3;
  padding: 15px;
}
html body main #menuAndHeroSection #heroSection .heroBox h1 {
  font-size: 1.1rem;
}
html body main #menuAndHeroSection #heroSection .heroBox h1 #hidraulikaSzakuzlet {
  color: #133370;
  font-weight: 900;
}
html body main #menuAndHeroSection #heroSection .heroBox h2 {
  font-size: 0.9rem;
}
html body main #elonyokSection {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 5px 0px silver inset;
  display: flex;
  flex-direction: row;
  gap: 5%;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 30px;
  overflow-x: scroll;
}
html body main #elonyokSection h3 {
  align-self: center;
}
html body main #elonyokSection .elonyokArticle {
  background: white;
  border-radius: 10px;
  box-shadow: 2px 2px 0px silver;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  gap: 10px;
  padding: 30px;
  width: 200px;
}
html body main #elonyokSection .elonyokArticle .elonyIcon {
  max-width: 50px;
}
html body main #elonyokSection .elonyokArticle h4 {
  font-weight: 700;
}
html body main #elonyokSection #safeElonyArticle h4 {
  color: #133370;
}
html body main #elonyokSection #deliveryElonyArticle h4 {
  color: red;
}
html body main #elonyokSection #teamElonyArticle h4 {
  color: green;
}
html body main #elonyokSection #warehouseElonyArticle h4 {
  color: purple;
}
html body main #elonyokSection #serviceElonyArticle h4 {
  color: darkorange;
}
html body main #servicesSection {
  padding-left: 5%;
  padding-right: 5%;
}
html body main #servicesSection h3 {
  padding-bottom: 30px;
}
html body main #servicesSection .serviceArticles {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
html body main #servicesSection .serviceArticles .serviceArticle img {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 2px 0px 0px silver;
}
html body main #servicesSection .serviceArticles .serviceArticle .serviceDescBox {
  background: white;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 2px 2px 0px silver;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
}
html body main #servicesSection .serviceArticles .serviceArticle .serviceDescBox h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
html body main #servicesSection .serviceArticles #primaryService {
  max-width: 920px;
}
html body main #servicesSection .serviceArticles .secondaryServices {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
html body main #servicesSection .serviceArticles .secondaryServices article {
  max-width: 340px;
}
html body main #moreServicesSection {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 5px 0px silver inset;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
}
html body main #moreServicesSection h3 {
  padding-bottom: 30px;
  padding-top: 30px;
}
html body main #moreServicesSection .moreServicesArticles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
html body main #moreServicesSection .moreServicesArticles .moreServiceArticle img {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 2px 0px 0px silver;
  max-width: 650px;
}
html body main #moreServicesSection .moreServicesArticles .moreServiceArticle h4 {
  background: white;
  border-radius: 0px 0px 10px 10px;
  box-shadow: 2px 2px 0px silver;
  padding: 30px;
  font-weight: 700;
}
html body footer #footerTop {
  padding-left: 5%;
  padding-right: 5%;
}
html body footer #footerTop h3 {
  padding-bottom: 30px;
  padding-top: 30px;
}
html body footer #footerTop #footerContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
html body footer #footerTop #footerContainer img {
  border-radius: 10px;
  box-shadow: 2px 2px 0px silver;
  max-width: 920px;
}
html body footer #footerTop #footerContainer address {
  background: white;
  border-radius: 10px;
  border-top: 30px solid #133370;
  box-shadow: 2px 2px 0px silver;
  line-height: 1.3;
  padding: 30px;
}
html body footer #footerTop #footerContainer address .contactHeading {
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
}
html body footer #footerTop #footerContainer address a {
  border-bottom: 1px dashed gray;
}
html body footer #footerTop #footerContainer address #utvonalBtn {
  background: #133370;
  border-bottom: 0;
  border-radius: 5px;
  box-shadow: 2px 2px 0px silver;
  color: white;
  display: block;
  margin: auto;
  margin-top: 30px;
  padding: 10px;
  text-transform: uppercase;
  width: -moz-max-content;
  width: max-content;
}
html body footer #footerBottom {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

/* Desktop */
@media only screen and (min-width: 768px) and (hover: hover) {
  html body header #mainHeader #searchForm #searchInput {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  html body main #menuAndHeroSection #heroSection .heroImg {
    box-shadow: 2px 2px 0px silver;
  }
  html body main #menuAndHeroSection #heroSection .heroBox {
    box-shadow: 2px 2px 0px silver;
  }
  html body main #servicesSection {
    display: flex;
    flex-direction: column;
  }
  html body main #servicesSection h3 {
    padding-bottom: 0;
  }
  html body main #servicesSection .serviceArticles {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html body footer #footerTop {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* Landscape */
@media (orientation: landscape) {
  html body header #headerAddress {
    padding-left: 10%;
    padding-right: 10%;
  }
  html body header #mainHeader {
    padding-left: 10%;
    padding-right: 10%;
  }
  html body main #asideContainer #szakember {
    padding-left: 10%;
    padding-right: 10%;
  }
  html body main #menuAndHeroSection {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5%;
    justify-content: space-between;
    margin-top: 3%;
    padding-left: 10%;
    padding-right: 10%;
  }
  html body main #menuAndHeroSection #kategoriaMenu {
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-weight: 600;
    max-height: 650px;
    max-width: 300px;
    width: 100%;
  }
  html body main #menuAndHeroSection #kategoriaMenu #kategoriaMenuHeader {
    background: #133370;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    margin-bottom: 15px;
    padding: 20px;
  }
  html body main #menuAndHeroSection #kategoriaMenu .kategoriaMenuElement {
    border-bottom: 1px dashed lightgray;
    padding: 15px;
  }
  html body main #menuAndHeroSection #heroSection {
    margin-top: 0;
  }
  html body main #menuAndHeroSection #heroSection img {
    border-radius: 10px;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox {
    flex-direction: row;
    width: 90%;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox #mitKeresMore {
    display: none;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox label {
    border-bottom: none;
    display: inline-block;
    padding-bottom: 0;
    border-left: 1px solid lightgray;
    padding-left: 2%;
    padding-right: 2%;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox label:first-of-type {
    border-left: none;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox label select {
    display: inline-block;
    margin-left: 10px;
  }
  html body main #menuAndHeroSection #heroSection .heroBox {
    border-radius: 10px;
    bottom: -5%;
    max-width: 340px;
    padding: 30px;
    position: absolute;
    right: 5%;
  }
  html body main #menuAndHeroSection #heroSection .heroBox h1 {
    font-size: 1.8rem;
  }
  html body main #menuAndHeroSection #heroSection .heroBox h1 #hidraulikaSzakuzlet {
    display: inline-block;
  }
  html body main #elonyokSection {
    padding-left: 10%;
    padding-right: 10%;
  }
  html body main #elonyokSection .elonyokArticle .elonyIcon {
    max-width: 50px;
  }
  html body main #servicesSection {
    padding-left: 10%;
    padding-right: 10%;
  }
  html body main #moreServicesSection {
    padding-left: 10%;
    padding-right: 10%;
  }
}
/* Mobile Landscape */
@media (max-width: 900px) and (orientation: landscape) {
  html body main #menuAndHeroSection #kategoriaMenu {
    display: none;
  }
  html body main #menuAndHeroSection #heroSection {
    margin-bottom: 30px;
  }
  html body main #menuAndHeroSection #heroSection .heroBox {
    bottom: -10%;
    max-width: 40%;
  }
  html body main #servicesSection .serviceArticles .secondaryServices {
    flex-direction: row;
  }
  html body footer #footerTop {
    padding-left: 10%;
    padding-right: 10%;
  }
  html body footer #footerTop #footerContainer address {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
}
/* Tablet Landscape */
@media (min-width: 1000px) and (orientation: landscape) and (hover: none) {
  html body main #asideContainer #szakember {
    gap: 50px;
    justify-content: center;
  }
  html body main #menuAndHeroSection #heroSection .heroBox {
    bottom: -10%;
    max-width: 40%;
  }
  html body main #servicesSection .serviceArticles .secondaryServices {
    flex-direction: row;
    justify-content: center;
  }
  html body main #moreServicesSection .moreServicesArticles .moreServiceArticle img {
    max-width: 400px;
  }
  html body footer #footerTop #footerContainer {
    justify-content: center;
  }
  html body footer #footerTop #footerContainer address {
    text-align: center;
    width: 100%;
  }
}
/* Tablet portrait */
@media (min-width: 768px) and (orientation: portrait) and (hover: none) {
  html body main #menuAndHeroSection #heroSection #fastSearchBox {
    flex-direction: row;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox #mitKeresMore {
    display: none;
  }
  html body main #menuAndHeroSection #heroSection #fastSearchBox label {
    border-bottom: none;
    border-left: 1px solid lightgray;
    display: inline;
    padding-bottom: 0;
    padding-left: 10px;
  }
  html body main #menuAndHeroSection #heroSection .heroBox {
    border-radius: 10px;
    bottom: -5%;
    max-width: 40%;
    padding: 30px;
    position: absolute;
    right: 5%;
  }
  html body main #servicesSection .serviceArticles .secondaryServices {
    flex-direction: row;
    justify-content: center;
  }
  html body main #moreServicesSection .moreServicesArticles {
    justify-content: center;
  }
  html body footer #footerTop #footerContainer {
    justify-content: center;
  }
  html body footer #footerTop #footerContainer address {
    text-align: center;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */