:root {
  --pure-black: #000;
  --blue: #0053b8;
  --blue-bg: #006aeb;
  --black-bg: #171717;
  --light-bg: #f5f5f5;
  --accent: #ffb700;
  --pure-black: #000;
  --pure-white: #fff;
  --black: #0a0a0a;
  --white: #f5f5f5;
  --blue-darker: #0063db;
  --blue-default: #006aeb;
  --blue-lighter: #0073ff;
  --yellow-darker: #f5af00;
  --yellow-default: #ffb700;
  --yellow-lighter: #ffbe1a;
  --background-color: cornsilk;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-heading: "Montserrat", sans-serif;
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role="list"], ol[role="list"] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizespeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture, video {
  height: auto;
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.help {
  outline: 1px solid red;
}

html {
  font-family: Montserrat, sans-serif;
}

body {
  max-width: 100vw;
  grid-template-rows: auto 1fr auto;
  margin: 0 auto;
  display: grid;
}

header {
  width: 100%;
  max-width: 90em;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
}

.logo-container {
  display: inherit;
}

.logo {
  width: clamp(7rem, 20vw, 9rem);
}

.call-me-container {
  color: inherit;
  align-items: baseline;
}

.call-me-container a {
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.phone-svg {
  --width: 1.6rem;
  width: --width;
  width: --width;
  margin-left: .4em;
}

main {
  background-color: #fff;
}

.big-picture {
  background-image: url("novak-klima-MozJPEG-Q75.5084cd7e.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: calc(4rem + 10vw);
}

.services {
  width: max-content;
  color: inherit;
  text-align: center;
  background-color: #fff6;
  border-radius: .2em;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.services > h2 {
  color: inherit;
  font-size: 1.6rem;
  font-weight: 800;
}

.services > ul {
  text-align: left;
  padding: 1em;
}

.services h3 {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 400;
}

.services > h3 {
  color: inherit;
  font-size: 1.2rem;
  font-weight: 800;
}

.hidden {
  display: none;
}

.brands {
  font-family: inherit;
}

.brands-suggested {
  color: inherit;
  text-align: center;
  padding-top: .8em;
}

.brand-list {
  min-height: 3rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1em;
  padding: 2rem;
  font-size: 1rem;
  line-height: 1;
  display: flex;
}

.brand-list-item {
  font-weight: 900;
}

.brand-list-item > span {
  font-size: .75rem;
  font-weight: 400;
}

.gallery {
  height: 10em;
  text-align: center;
  background-color: #eee;
}

footer {
  min-height: 6rem;
  background-color: #ddd;
}

address {
  font-style: normal;
}

.kapcsolat {
  flex-flow: wrap;
  justify-content: space-around;
  margin: 2em auto;
  display: flex;
}

table, td {
  border: 1px solid #666;
  padding: .2rem;
}

thead, tfoot {
  color: #fff;
  background-color: #333;
}

.contact, .opening-hours, .map {
  padding: .6em;
}

.legal {
  text-align: center;
  margin: 0 auto;
  padding: 1rem 0;
  line-height: 1;
}

.map {
  width: 80%;
  height: 320px;
}

/*# sourceMappingURL=index.c92073ef.css.map */
