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;
}

html body {
  background: rgb(30, 80, 163);
  background: radial-gradient(circle, rgb(30, 80, 163) 0%, rgb(36, 58, 120) 100%);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
html body::after {
  content: url(img/abstract.svg);
  position: absolute;
  top: 0;
  left: 25%;
  width: 900px;
  z-index: -100;
}
html body h1 {
  font-size: 2rem;
  font-weight: 900;
}
html body h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
html body h3 {
  font-size: 1.2rem;
}
html body a {
  color: black;
  text-decoration: none;
}
html body header {
  align-items: center;
  color: white;
  padding-top: 20px;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 20px;
  text-align: center;
}
html body header #ogszgroupLogo {
  height: auto;
  max-width: 100px;
  width: 100%;
}
html body main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1%;
  padding-left: 5%;
  padding-right: 5%;
}
html body main .sectionBlock {
  align-items: center;
  border: 10px solid white;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 590px;
  padding: 20px;
  position: relative;
}
html body main .sectionBlock .sectionBg {
  background-position: bottom;
  background-size: cover;
  filter: opacity(0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}
html body main .sectionBlock .sectionContent {
  align-content: center;
  background: rgb(30, 80, 163);
  background: radial-gradient(circle, rgb(30, 80, 163) 0%, rgb(36, 58, 120) 100%);
  border-bottom: 5px solid white;
  color: white;
  min-height: 100px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 0;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill;
  z-index: 1;
}
html body main .sectionBlock .sectionContent h2 {
  text-transform: uppercase;
}
html body main #ontogepszervizSection .sectionBg {
  background-image: url("img/ontogepcover.webp");
}
html body main #ingatlanSection .sectionBg {
  background-image: url("img/ingatlancover.webp");
}
html body main #szakuzletSection .sectionBg {
  background-image: url("img/szakuzletcover.webp");
}
html body footer {
  align-items: center;
  background: white;
  display: flex;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  margin-top: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  html body::after {
    display: none;
  }
  html body footer {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */