@import url(fontawesome-all.min.css);

@font-face {
  font-family: 'EthnoCentricFont';
  src: url('/fonts/ethnocentric\ rg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


html {
  scroll-behavior: smooth;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

body.is-preload {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Megakadályozza a vízszintes görgetést */
}

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

body {
  -webkit-text-size-adjust: none;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
@-ms-viewport {
  width: device-width;
}

body {
  -ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

  html,
  body {
    min-width: 320px;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: rgb(34, 40, 49) !important;
  background: linear-gradient(90deg, rgba(34, 40, 49, 1) 29%, rgba(4, 13, 18, 1) 50%) !important;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after,
body.is-resizing *,
body.is-resizing *:before,
body.is-resizing *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* Type */
body,
input,
select,
textarea {
  color: #eee;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
}

@media screen and (max-width: 1680px) {

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

@media screen and (max-width: 1280px) {

  body,
  input,
  select,
  textarea {
    font-size: 10pt;
  }
}

@media screen and (max-width: 360px) {

  body,
  input,
  select,
  textarea {
    font-size: 9pt;
  }
}

a {
  -moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
  color: #C62E2E;
  text-decoration: none !important;
}

a:hover {
  border-bottom-color: #C62E2E;
  color: #C62E2E !important;
}

a:hover strong {
  color: inherit;
}

strong,
b {
  color: #3d4449;
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0 0 2em 0;
  font-family: "Montserrat", serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d4449;
  font-family: "EthnoCentricFont", serif;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom: 0;
}

h1 {
  font-size: 4em;
  margin: 0 0 0.5em 0;
  line-height: 1.3;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 1680px) {
  h1 {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 980px) {
  h1 {
    font-size: 3.25em;
  }
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
    line-height: 1.4;
  }

  h2 {
    font-size: 1.5em;
  }
}

/*hr */

hr {
  all: unset;
  display: block;
}

hr.separator--line {
  margin-top: 10vh;
  border: 0 !important;
  border-bottom: 5px solid #C62E2E !important;
  width: 0;
  /* Kezdeti állapot */
  margin: 0 auto;
  /* Középre igazítja az elemet */
  transition: width 1s ease-out;
  /* Szélesség animáció */
}

hr.separator--line.visible {
  width: 95%;
  /* Végső szélesség, amikor a láthatósági osztály aktív */
}

@keyframes separator-width {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* Div animation */

/* Az alapértelmezett pozicionálás */
.slide-in {
  opacity: 0;
  transform: translateX(100px);
  /* Jobb oldalról, -100px a bal oldalról */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* A látható állapot, amikor a tartalom betöltődött */
.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
  /* Vissza a normál helyzetbe */
}

/* Balról történő csúszás */
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  /* Balról */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Jobbról történő csúszás */
.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  /* Jobbról */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Az elemek láthatóvá válása, amikor az oldalon aktiválódnak */
.slide-in-left.visible,
.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
  /* Normál helyzet */
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

blockquote {
  border-left: solid 3px rgba(210, 215, 217, 0.75);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: rgba(230, 235, 237, 0.25);
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  font-family: "Montserrat", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Montserrat", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}


/* Section/Article */
section.special,
article.special {
  text-align: center;
}

header p {
  font-family: "Montserrat", serif;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  margin-top: -0.5em;
  text-transform: uppercase;
}

header.main> :last-child {
  margin: 0 0 1em 0;
}


/* Box */
.box {
  border-radius: 0.375em;
  border: solid 1px rgba(210, 215, 217, 0.75);
  margin-bottom: 2em;
  padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
  margin-bottom: 0;
}

.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}



/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em;
  font-family: "Montserrat", serif !important;
  font-weight: 500;
  font-size: 16px;
}

ul li {
  padding-left: 0.5em;
}

ul.alt {
  list-style: none;
  padding-left: 0;
}

ul.alt li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  padding: 0.5em 0;
}

ul.alt li:first-child {
  border-top: 0;
  padding-top: 0;
}

dl {
  margin: 0 0 2em 0;
}

dl dt {
  display: block;
  font-weight: 600;
  margin: 0 0 1em 0;
}

dl dd {
  margin-left: 2em;
}

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0;
}

ul.actions li {
  padding: 0 0 0 1em;
  vertical-align: middle;
}

ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

ul.actions.special li:first-child {
  padding-left: 0;
}

ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}

ul.actions.stacked li {
  padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
  padding-top: 0;
}

ul.actions.fit {
  width: calc(100% + 1em);
}

ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}

ul.actions.fit li>* {
  width: 100%;
}

ul.actions.fit.stacked {
  width: 100%;
}

/* Pagination */
ul.pagination {
  cursor: default;
  list-style: none;
  padding-left: 0;
}

ul.pagination li {
  display: inline-block;
  padding-left: 0;
  vertical-align: middle;
}

ul.pagination li>.page {
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-bottom: 0;
  border-radius: 0.375em;
  display: inline-block;
  font-size: 0.8em;
  font-weight: 600;
  height: 2em;
  line-height: 2em;
  margin: 0 0.125em;
  min-width: 2em;
  padding: 0 0.5em;
  text-align: center;
}

ul.pagination li>.page.active {
  background-color: #C62E2E;
  color: #ffffff !important;
}

ul.pagination li>.page.active:hover {
  background-color: #f67878;
}

ul.pagination li>.page.active:active {
  background-color: #f45c5c;
}

ul.pagination li:first-child {
  padding-right: 0.75em;
}

ul.pagination li:last-child {
  padding-left: 0.75em;
}

@media screen and (max-width: 480px) {
  ul.pagination li:nth-child(n+2):nth-last-child(n+2) {
    display: none;
  }

  ul.pagination li:first-child {
    padding-right: 0;
  }
}

/* Wrapper */
.wrapper {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-height: 200vh;
}

/* Main */
#main {
  flex-grow: 1;
  width: 100%;
}

#main>.inner {
  padding: 0 6em 0.1em 6em;
  margin: 0 auto;
  max-width: 140em;
}

#main>.inner>section {
  padding: 6em 0 4em 0;
}

@media screen and (max-width: 1680px) {
  #main>.inner {
    padding: 0 5em 0.1em 5em;
  }

  #main>.inner>section {
    padding: 5em 0 3em 0;
  }
}

@media screen and (max-width: 1280px) {
  #main>.inner {
    padding: 0 4em 0.1em 4em;
  }

  #main>.inner>section {
    padding: 4em 0 2em 0;
  }
}

@media screen and (max-width: 736px) {
  #main>.inner {
    padding: 0 1em 0.1em 1em;
  }

  #main>.inner>section {
    padding: 3em 0 1em 0;
  }
}

/* Sidebar */
#sidebar {
  flex-grow: 0;
  flex-shrink: 0;
  transition: margin-left 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  background-color: #222831;
  font-size: 1em;
  position: relative;
  width: 26em;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  display: block !important;
}

#sidebar h2 {
  font-size: 1.6em;
  color: #C62E2E;
  -webkit-text-stroke: 0.1px white;
  padding-top: 60px;
}

#sidebar li {
  color: #FBFBFB;
  font-weight: 600;
}

#sidebar>.inner {
  padding: 2.22222em;
  position: relative;
  width: 26em;
}

#sidebar>.inner>.alt {
  background-color: #eff1f2;
  margin: -2.22222em 0 4.44444em -2.22222em;
  padding: 2.22222em;
  width: calc(100% + 4.44444em);
}

#sidebar .toggle {
  display: flex !important;
  flex-direction: column;
  /* Három vonal egymás alá */
  justify-content: space-evenly;
  /* Egyenlő távolság a vonalak között */
  align-items: center;
  height: 4.5em;
  /* A gomb magassága */
  width: 4.5em;
  /* A gomb szélessége */
  position: fixed;
  top: 22px;
  left: 22px;
  /* Kezdetben balra pozicionálva */
  border: 2px solid #C62E2E;
  border-radius: 5px;
  background-color: #000;
  z-index: 10001;
  /* Magas z-index */
  cursor: pointer;
  transition: left 0.3s ease, top 0.3s ease;
  /* Simább mozgás */
  visibility: visible !important;
  /* Ha valami elrejtené */
  margin: 0;
  padding: 0;
  outline: none;
  /* Szükség esetén az outline eltüntetése */
}

.sidebar .toggle div {
  width: 60%;
  height: 5px;
  background-color: #C62E2E;
  border-radius: 2px;
  margin: -0.5em 0 !important;
  /* Függőleges margó: távolság a vonalak között */
  transition: all 0.3s ease-in-out;
}


/* Aktív állapot - X alak */
.sidebar .toggle.active div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  /* Az első vonal elforog és kissé feljebb megy */
}

.sidebar .toggle.active div:nth-child(2) {
  opacity: 0;
  /* Középső vonal eltűnik */
}

.sidebar .toggle.active div:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  /* A harmadik vonal elforog és kissé lejjebb megy */
}

#sidebar.inactive .toggle {
  left: 0;
  margin: 5px 0px 0px 25px;
}

#sidebar.inactive {
  margin-left: -26em;
  transition: margin-left 0.3s ease;
}

/* Mobil és kisebb képernyőkhöz */
@media screen and (max-width: 1680px) {
  #sidebar {
    width: 24em;
  }

  #sidebar>.inner {
    padding: 1.66667em;
    width: 24em;
  }

  #sidebar.inactive {
    margin-left: -24em;
  }
}

@media screen and (max-width: 1680px) {
  #sidebar {
    box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
  }

  #sidebar .toggle {
    height: 4em;
    margin-left: 10px !important;
    line-height: 3.6em;
    margin-top: 5px !important;
    width: 4.5em;
  }

  #sidebar .active.toggle {
    margin-left: -15px !important;
    margin-top: 5px;
  }


  .sidebar .toggle div {
    width: 60%;
    height: 3px;
    background-color: #C62E2E;
    border-radius: 2px;
    /* Lekerekített vonalvégek */
    transition: all 0.3s ease-in-out;
  }

  /* Aktív állapot - X alak */
  .sidebar .toggle.active div:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    /* Az első vonal elforog és kissé feljebb megy */
  }

  .sidebar .toggle.active div:nth-child(2) {
    opacity: 0;
    /* Középső vonal eltűnik */
  }

  .sidebar .toggle.active div:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
    /* A harmadik vonal elforog és kissé lejjebb megy */
  }

  #sidebar.inactive {
    box-shadow: none;
  }

  #sidebar>.inner {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
  }

  #sidebar>.inner:after {
    content: '';
    display: block;
    height: 4em;
    width: 100%;
  }

  #sidebar h2 {
    font-size: 1.7em;
    margin: -30px 0px 20px 75px;
    text-align: right;
  }

}

@media screen and (min-width: 981px) {

  #sidebar .toggle {
    display: block;
    height: 4em;
    left: 2em;
    line-height: 3.6em;
    outline: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 20px;
    width: 4.5em;
    z-index: 10000;
    border: 2px solid #C62E2E;
    border-radius: 10px;
  }

  #sidebar {
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    height: 100%;
    box-shadow: 0 0 25px 1px #000;
    transition: margin-left 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }

  #sidebar.inactive {
    margin-left: -26em;
  }

  #sidebar>.inner {
    position: absolute;
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.sidebar-open {
    overflow: hidden;
  }
}


@media screen and (max-width: 980px) {

  .sidebar {
    height: 100%;
  }

  #sidebar h2 {
    font-size: 1.7em;
    margin: -50px 0px 20px 60px;
  }

  #sidebar .toggle {
    display: block;
    width: 3.5em;
    height: 3em;
    left: -0.8em !important;
    top: 0.8em !important;
    outline: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    z-index: 10000;
    border: 2px solid #C62E2E;
    border-radius: 5px;
    visibility: visible !important;
  }

  .sidebar .toggle div {
    width: 60%;
    height: 3px;
    background-color: #C62E2E;
    border-radius: 2px;
    /* Lekerekített vonalvégek */
    transition: all 0.3s ease-in-out;
  }

  /* Aktív állapot - X alak */
  .sidebar .toggle.active div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    /* Az első vonal elforog és kissé feljebb megy */
  }

  .sidebar .toggle.active div:nth-child(2) {
    opacity: 0;
    /* Középső vonal eltűnik */
  }

  .sidebar .toggle.active div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    /* A harmadik vonal elforog és kissé lejjebb megy */
  }

  #sidebar .active.toggle {
    margin-left: 24px !important;
    margin-top: 5px;
  }  

  #sidebar.inactive .toggle {
    left: 0;
    margin: 5px 0px 0px 25px !important;
  }
}

@media screen and (max-width: 480px) {

  .sidebar {
    height: 100%;
  }

  #sidebar h2 {
    font-size: 1.7em;
    margin: -60px 0px 0px 60px;
  }

  #sidebar .toggle {
    display: block;
    width: 3.5em;
    height: 3em;
    left: -0.1em !important;
    top: 0.8em !important;
    outline: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    z-index: 10000;
    border: 2px solid #C62E2E;
    border-radius: 5px;
    visibility: visible !important;
  }

  .sidebar .toggle div {
    width: 60%;
    height: 3px;
    background-color: #C62E2E;
    border-radius: 2px;
    /* Lekerekített vonalvégek */
    transition: all 0.3s ease-in-out;
  }

  /* Aktív állapot - X alak */
  .sidebar .toggle.active div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    /* Az első vonal elforog és kissé feljebb megy */
  }

  .sidebar .toggle.active div:nth-child(2) {
    opacity: 0;
    /* Középső vonal eltűnik */
  }

  .sidebar .toggle.active div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    /* A harmadik vonal elforog és kissé lejjebb megy */
  }

  #sidebar .active.toggle {
    margin-left: 10px !important;
    margin-top: 5px;
  }

  #sidebar.inactive .toggle {
    left: 0;
    margin: 5px 0px 0px 10px !important;
  }
}

/* Térkép beágyazása a Sidebar-ból */
.sidebar iframe {
  width: 100%;
  height: 250px;
  border: 1px solid #C62E2E;
  box-shadow: 0 0 10px 5px #C62E2E;
  border-radius: 8px;
  margin-top: 1em;
}

/* Sidebar - Eng */
#sidebar_en {
  flex-grow: 0;
  flex-shrink: 0;
  transition: margin-left 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  background-color: #222831;
  font-size: 1em;
  position: relative;
  width: 26em;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 10000;
  overflow-y: auto;
  display: block !important;
}

#sidebar_en h2 {
  font-size: 1.6em;
  color: #C62E2E;
  -webkit-text-stroke: 0.1px white;
  padding-top: 60px;
}

#sidebar_en li {
  color: #FBFBFB;
  font-weight: 600;
}

#sidebar_en>.inner {
  padding: 2.22222em;
  position: relative;
  width: 26em;
}

#sidebar_en>.inner>.alt {
  background-color: #eff1f2;
  margin: -2.22222em 0 4.44444em -2.22222em;
  padding: 2.22222em;
  width: calc(100% + 4.44444em);
}

#sidebar_en .toggle {
  display: flex !important;
  flex-direction: column;
  /* Három vonal egymás alá */
  justify-content: space-evenly;
  /* Egyenlő távolság a vonalak között */
  align-items: center;
  height: 4.5em;
  /* A gomb magassága */
  width: 4.5em;
  /* A gomb szélessége */
  position: fixed;
  top: 22px;
  left: 22px;
  /* Kezdetben balra pozicionálva */
  border: 2px solid #C62E2E;
  border-radius: 5px;
  background-color: #000;
  z-index: 10001;
  /* Magas z-index */
  cursor: pointer;
  transition: left 0.3s ease, top 0.3s ease;
  /* Simább mozgás */
  visibility: visible !important;
  /* Ha valami elrejtené */
  margin: 0;
  padding: 0;
  outline: none;
  /* Szükség esetén az outline eltüntetése */
}

.sidebar .toggle div {
  width: 60%;
  height: 5px;
  background-color: #C62E2E;
  border-radius: 2px;
  margin: -0.5em 0 !important;
  /* Függőleges margó: távolság a vonalak között */
  transition: all 0.3s ease-in-out;
}


/* Aktív állapot - X alak */
.sidebar .toggle.active div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  /* Az első vonal elforog és kissé feljebb megy */
}

.sidebar .toggle.active div:nth-child(2) {
  opacity: 0;
  /* Középső vonal eltűnik */
}

.sidebar .toggle.active div:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  /* A harmadik vonal elforog és kissé lejjebb megy */
}

#sidebar_en.inactive .toggle {
  left: 0;
  margin: 5px 0px 0px 25px;
}

#sidebar_en.inactive {
  margin-left: -26em;
  transition: margin-left 0.3s ease;
}

/* Mobil és kisebb képernyőkhöz */
@media screen and (max-width: 1680px) {
  #sidebar_en {
    width: 24em;
  }

  #sidebar_en>.inner {
    padding: 1.66667em;
    width: 24em;
  }

  #sidebar_en.inactive {
    margin-left: -24em;
  }
}

@media screen and (max-width: 1680px) {
  #sidebar_en {
    box-shadow: 0 0 5em 0 rgba(0, 0, 0, 0.175);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
  }

  #sidebar_en .toggle {
    height: 4em;
    margin-left: 10px !important;
    line-height: 3.6em;
    margin-top: 5px !important;
    width: 4.5em;
  }

  #sidebar_en .active.toggle {
    margin-left: -15px !important;
    margin-top: 5px;
  }


  .sidebar .toggle div {
    width: 60%;
    height: 3px;
    background-color: #C62E2E;
    border-radius: 2px;
    /* Lekerekített vonalvégek */
    transition: all 0.3s ease-in-out;
  }

  /* Aktív állapot - X alak */
  .sidebar .toggle.active div:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
    /* Az első vonal elforog és kissé feljebb megy */
  }

  .sidebar .toggle.active div:nth-child(2) {
    opacity: 0;
    /* Középső vonal eltűnik */
  }

  .sidebar .toggle.active div:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
    /* A harmadik vonal elforog és kissé lejjebb megy */
  }

  #sidebar_en.inactive {
    box-shadow: none;
  }

  #sidebar_en>.inner {
    -webkit-overflow-scrolling: touch;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
  }

  #sidebar_en>.inner:after {
    content: '';
    display: block;
    height: 4em;
    width: 100%;
  }

  #sidebar_en h2 {
    font-size: 1.7em;
    margin: -30px 0px 20px 75px;
    text-align: right;
  }

}

@media screen and (min-width: 981px) {

  #sidebar_en .toggle {
    display: block;
    height: 4em;
    left: 2em;
    line-height: 3.6em;
    outline: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    text-align: center;
    text-indent: -15em;
    white-space: nowrap;
    top: 20px;
    width: 4.5em;
    z-index: 10000;
    border: 2px solid #C62E2E;
    border-radius: 10px;
  }

  #sidebar_en {
    position: fixed;
    left: 0;
    top: 0;
    margin-left: 0;
    height: 100%;
    box-shadow: 0 0 25px 1px #000;
    transition: margin-left 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }

  #sidebar_en.inactive {
    margin-left: -26em;
  }

  #sidebar_en>.inner {
    position: absolute;
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  body.sidebar-open {
    overflow: hidden;
  }
}


@media screen and (max-width: 980px) {

  .sidebar {
    height: 100%;
  }

  #sidebar_en h2 {
    font-size: 1.7em;
    margin: -50px 0px 20px 60px;
  }

  #sidebar_en .toggle {
    display: block;
    width: 3.5em;
    height: 3em;
    left: -0.8em !important;
    top: 0.8em !important;
    outline: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    z-index: 10000;
    border: 2px solid #C62E2E;
    border-radius: 5px;
    visibility: visible !important;
  }

  .sidebar .toggle div {
    width: 60%;
    height: 3px;
    background-color: #C62E2E;
    border-radius: 2px;
    /* Lekerekített vonalvégek */
    transition: all 0.3s ease-in-out;
  }

  /* Aktív állapot - X alak */
  .sidebar .toggle.active div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    /* Az első vonal elforog és kissé feljebb megy */
  }

  .sidebar .toggle.active div:nth-child(2) {
    opacity: 0;
    /* Középső vonal eltűnik */
  }

  .sidebar .toggle.active div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    /* A harmadik vonal elforog és kissé lejjebb megy */
  }

  #sidebar_en .active.toggle {
    margin-left: 24px !important;
    margin-top: 5px;
  }  

  #sidebar_en.inactive .toggle {
    left: 0;
    margin: 5px 0px 0px 25px !important;
  }
}

@media screen and (max-width: 480px) {

  .sidebar {
    height: 100%;
  }

  #sidebar_en h2 {
    font-size: 1.7em;
    margin: -60px 0px 0px 60px;
  }

  #sidebar_en .toggle {
    display: block;
    width: 3.5em;
    height: 3em;
    left: -0.1em !important;
    top: 0.8em !important;
    outline: 0;
    overflow: hidden;
    position: fixed;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    z-index: 10000;
    border: 2px solid #C62E2E;
    border-radius: 5px;
    visibility: visible !important;
  }

  .sidebar .toggle div {
    width: 60%;
    height: 3px;
    background-color: #C62E2E;
    border-radius: 2px;
    /* Lekerekített vonalvégek */
    transition: all 0.3s ease-in-out;
  }

  /* Aktív állapot - X alak */
  .sidebar .toggle.active div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    /* Az első vonal elforog és kissé feljebb megy */
  }

  .sidebar .toggle.active div:nth-child(2) {
    opacity: 0;
    /* Középső vonal eltűnik */
  }

  .sidebar .toggle.active div:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
    /* A harmadik vonal elforog és kissé lejjebb megy */
  }

  #sidebar_en .active.toggle {
    margin-left: 10px !important;
    margin-top: 5px;
  }

  #sidebar_en.inactive .toggle {
    left: 0;
    margin: 5px 0px 0px 10px !important;
  }
}

/* Térkép beágyazása a Sidebar-ból */
.sidebar iframe {
  width: 100%;
  height: 250px;
  border: 1px solid #C62E2E;
  box-shadow: 0 0 10px 5px #C62E2E;
  border-radius: 8px;
  margin-top: 1em;
}


/* Header alapstílusok */

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 1em;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /* Középre igazítja */
  z-index: 9999;
  border: 2px solid #C62E2E;
  border-radius: 10px;
  transition: padding 0.3s ease, background-color 0.3s ease;
  width: 70%;
  /* Vagy, ha nem 100%-ot, akkor max-width */
  max-width: 1200px;
  /* Korlátozhatod a szélességet */
}

.fixed-header {
  background-color: #222831;
  /* Háttérszín görgetés után */
}

.header h3 {
  color: #C62E2E;
  -webkit-text-stroke: 0.4px #ECDFCC;
  font-size: 34px;
  margin: 0;
  padding: 0;
}

.header .logo {
  border: none;
  padding: 0px;
}

.header .logo img {
  max-width: 70px;
  transition: transform 0.9s ease;
  border: none;
}

/* Ikonok tartalmazó */
.header .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Ikon képek */
.header .icon img {
  vertical-align: middle;
  max-height: 24px;
}

@media screen and (max-width: 1600px) {
  .header {
    padding: 0.5em 0.5em;
    flex-direction: row;
    /* Soros elrendezés megtartása */
    align-items: center;
    /* Középre igazítás */
    margin: 15px 0px 0px 0px;
    border-radius: 8px;
    width: 75%;
  }

  .header .logo img {
    max-width: 50px;
  }

  .header h3 {
    font-size: 24px;
    text-align: center;
    flex: 1;
    /* Helyet foglal el */
    margin: 0;
    /* Margó eltávolítása */
  }

  .header .icons {
    display: flex;
    /* Flexbox aktiválása a szülőelem számára */
    flex-direction: column;
    /* Ikonok egymás alá helyezése */
    justify-content: center;
    /* Középre igazítás */
    align-items: center;
    /* Középre igazítás */
    gap: 0.5em;
    /* További távolság az ikonok között */
    margin: 0;
    /* Margó eltávolítása */
    padding: 0;
    /* Padding eltávolítása */
  }

  .header .icons li {
    list-style: none;
    /* Alapértelmezett listajel eltávolítása */
    width: 100%;
    /* Az ikonok listájának szélessége */
    display: flex;
    /* Flexbox a li elemekhez */
    justify-content: center;
    /* Középre igazítás */
  }

  .header .icon img {
    width: 40px;
    /* Egységes méret a mobil nézethez */
    height: auto;
    /* Arányok megőrzése */
  }
}

/* Kisebb méretre igazítás (mobil nézethez) */
@media screen and (max-width: 736px) {
  .header {
    padding: 0.5em 0.5em;
    flex-direction: row;
    /* Soros elrendezés megtartása */
    align-items: center;
    /* Középre igazítás */
    margin: 0;
    border-radius: 8px;
  }

  .header .logo img {
    max-width: 50px;
  }

  .header h3 {
    font-size: 18px;
    -webkit-text-stroke: 0.2px #ECDFCC;
    text-align: center;
    flex: 1;
    /* Helyet foglal el */
    margin: 0;
    /* Margó eltávolítása */
  }

  .header .icons {
    display: flex;
    /* Flexbox aktiválása a szülőelem számára */
    flex-direction: column;
    /* Ikonok egymás alá helyezése */
    justify-content: center;
    /* Középre igazítás */
    align-items: center;
    /* Középre igazítás */
    gap: 0.5em;
    /* További távolság az ikonok között */
    margin: 0;
    /* Margó eltávolítása */
    padding: 0;
    /* Padding eltávolítása */
  }

  .header .icons li {
    list-style: none;
    /* Alapértelmezett listajel eltávolítása */
    width: 100%;
    /* Az ikonok listájának szélessége */
    display: flex;
    /* Flexbox a li elemekhez */
    justify-content: center;
    /* Középre igazítás */
  }

  .header .icon img {
    width: 40px;
    /* Egységes méret a mobil nézethez */
    height: auto;
    /* Arányok megőrzése */
  }
}

/* Nagyon kisméretű kijelzők (max-width: 480px) */
@media screen and (max-width: 480px) {
  .header {
    width: 100%;
    padding: 0 0 0 70px;
    /* Padding módosítása a jobb elrendezéshez */
    flex-direction: row;
    /* Ismételten biztosítjuk, hogy soros legyen */
    align-items: center;
    /* Középre igazítás */
  }

  .header h3 {
    font-size: 14px;
    -webkit-text-stroke: 0.5px #ECDFCC;
    text-align: center;
    white-space: normal;
    max-width: 60%;
    /* Helyigény korlátozása */
  }

  .header .logo img {
    max-width: 40px;
    /* Logó méretének csökkentése mobil nézetben */
    padding-top: 5px;
  }

  .header .icons {
    display: flex;
    /* Flexbox aktiválása a szülőelem számára */
    flex-direction: column;
    /* Ikonok egymás alá helyezése */
    align-items: center;
    /* Középre igazítás */
    gap: 0.5em;
    /* További távolság az ikonok között */
    margin: 0;
    /* Margó eltávolítása */
    padding: 5px;
    /* Padding eltávolítása */
  }

  .header .icons li {
    list-style: none;
    /* Alapértelmezett listajel eltávolítása */
    width: 100%;
    /* Az ikonok listájának szélessége */
    display: flex;
    /* Flexbox a li elemekhez */
    justify-content: center;
    /* Középre igazítás */
  }

  .header .icon img {
    max-width: 40px;
    height: auto;
    /* Arányok megőrzése */
  }
}

/* Banner alapszintű beállításai */

.hbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-shadow: 0 0 30px 10px rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 2em;
  opacity: 1;
  /* Statikus áttetszőség beállítása */
  transition: none;
  /* Az átmenet eltávolítása */
  margin-top: 13em;
}

/* Banner láthatóság betöltés után */
.hbanner.loaded {
  opacity: 1;
}

.hbanner .button {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 1em 2em;
  margin-top: 5em !important;
  border: 2px solid #C62E2E;
  border-radius: 10px !important;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #C62E2E;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.hbanner .button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #C62E2E;
  z-index: -1;
}

.hbanner .button:hover,
button:focus {
  color: white !important;
}

.hbanner .button:hover:before,
button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.hbanner .button:active {
  transform: scale(0.9);
}

/* Videó háttér */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  padding-top: 3em;
  transform: scale(1.05);
  transform-origin: center;
  pointer-events: none;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.3) !important;*/
  z-index: 0;
  /* Videó fölé helyezzük */
}

/* Volume ikon alap stílusa */
#volume-icon {
  position: absolute;
  top: -1.2em;
  left: 0.5em;
  color: #C62E2E;
  /* Alapértelmezett piros szín, amikor némítva van */
  font-size: 2.5em;
  cursor: pointer;
  z-index: 2;
}

/* Tartalom stílus */
.hbanner .content {
  position: relative;
  z-index: 1;
  color: #f9f9f9;
  width: 100%;
  padding: 0.1em 3em 0.1em 3em !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: -20px;
}

/* Betöltés utáni láthatóság */
.hbanner.loaded .content {
  opacity: 1;
}

/* Szöveg - Bal felső sarok */
.hbanner h1 {
  color: #C62E2E;
  font-size: 4.5vmin;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1;
  -webkit-text-stroke: 0.5px #C62E2E;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-size: 80% 100%;
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 10s linear infinite;
  margin-top: -1.2em;
  margin-left: 1em;
}

/* Akciógomb - Alapstílus */
.actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -7.3em;
  /* Eredeti pozíció megőrzése asztali nézetben */
}

/* TAB nézet */
@media screen and (max-width: 1280px) {
  .hbanner {
    align-items: flex-start;
    margin-top: 12vh;
  }

  .hbanner .content {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em !important;
    margin-left: -1em;
  }

  #volume-icon {
    top: 0em;
    left: 1em;
    font-size: 2.5em;
    /* Kisebb méret kisebb képernyőn */
  }

  .hbanner h1 {
    text-align: center !important;
    font-size: 2.4em !important;
    margin-bottom: 0.5em;
    margin-top: -1em;
  }

  .actions {
    position: absolute;
    /* Az alsó sávhoz rögzítés csak mobilnézetben */
    margin-bottom: 1em !important;
    justify-content: center;
    width: 100%;
    /* Szélesség középre igazításhoz */
    margin: 0;
  }
  .actions .button {
    font-size: 10px;
    color: #eee;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    margin-top: 3em !important;
  }
}


/* Mobil nézet */
@media screen and (max-width: 768px) {
  .hbanner {
    align-items: flex-start;
    margin-top: 12vh;
  }

  .hbanner .content {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em !important;
    margin-left: -1em;
  }

  #volume-icon {
    top: 1em;
    right: 1em;
    font-size: 1.5em;
    /* Kisebb méret kisebb képernyőn */
  }

  .hbanner h1 {
    text-align: center !important;
    font-size: 2em !important;
    margin-bottom: 0.5em;
    margin-top: -1.5em;
  }

  .actions {
    position: absolute;
    /* Az alsó sávhoz rögzítés csak mobilnézetben */
    margin-bottom: 1em !important;
    justify-content: center;
    width: 100%;
    /* Szélesség középre igazításhoz */
    margin: 0;
  }
  .actions .button {
    font-size: 10px;
    color: #eee;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    margin-top: 3em !important;
  }
}

@media screen and (max-width: 480px) {
  .hbanner {
    height: 45em;
  }

  .hbanner .content {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em !important;
    margin-left: -1em;
  }

  #volume-icon {
    top: -1em;
    left: 0.5em;
    font-size: 1.8em;
    /* További méretcsökkentés kisebb képernyőre */
  }

  .hbanner h1 {
    text-align: center;
    font-size: 1.4em !important;
    padding-top: -1.5em !important;
  }

  .actions .button {
    font-size: 10px;
    color: #eee;
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    margin-top: 1.2em !important;
  }

  .background-video {
    padding-top: 0.5em;
  }
}

/* Shine animáció a cím szövegére */
@keyframes shine {
  0% {
    background-position-x: -500%;
  }

  100% {
    background-position-x: 500%;
  }
}

/* Menu */

.menu ul {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  list-style: none;
  margin-bottom: 80px;
  padding: 0;
  text-transform: uppercase;
}

.menu ul a,
.menu ul span {
  border-bottom: 0;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 0.9em;
  padding: 0.625em 0;
}

.menu ul a:hover,
.menu ul span:hover {
  color: #F95454;
}

.menu ul a.opener,
.menu ul span.opener {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative;
}

.menu ul a.opener:before,
.menu ul span.opener:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.menu ul a.opener:before,
.menu ul span.opener:before {
  -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
  color: #9fa3a6;
  content: '\f078';
  position: absolute;
  right: 0;
}

.menu ul a.opener:hover:before,
.menu ul span.opener:hover:before {
  color: #C62E2E;
}

.menu ul a.opener.active+ul,
.menu ul span.opener.active+ul {
  display: block;
}

.menu ul a.opener.active:before,
.menu ul span.opener.active:before {
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.menu ul a.opener.active+ul {
  display: block;
}


.menu>ul>li {
  border-top: solid 1px rgba(210, 215, 217, 0.75);
  margin: 0.5em 0 0 0;
  padding: 0.5em 0 0 0;
}

.menu>ul>li>ul {
  color: #9fa3a6;
  font-weight: 500;
  display: none;
  margin: 0.5em 0 1.5em 0;
  padding-left: 1em;
}

.menu>ul>li>ul a,
.menu>ul>li>ul span {
  font-size: 0.8em;
}

.menu>ul>li>ul>li {
  margin: 0.125em 0 0 0;
  padding: 0.125em 0 0 0;
}

.menu>ul>li:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (max-width: 480px) {
  .menu ul {
    font-weight: 400;
    letter-spacing: 0.075em;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 0;
    text-transform: uppercase;
  }

  .menu h2 {
    padding-top: 15px;
  }
}

/* CONTACT MENU */

/* Cím stílusa */
.contact h5 {
  font-size: 1.6em;
  /* Kisebb betűméret a címhez */
  color: #C62E2E;
  -webkit-text-stroke: 0.1px white;
  line-height: 1.5;
  /* A sorok közötti távolság */
  margin-top: -6vh;
  /* A cím és a szöveg közötti távolság */
  font-weight: bold;
  /* A cím ne legyen túl laza */
  margin-bottom: 2px;
}

/* Ikon és szöveg egy sorban */
.contact-info {
  display: flex;
  align-items: center;
  /* Igazítja az ikont és a szöveget középre */
  margin-bottom: 10px;
  /* Távolság az egyes sorok között */
}

.contact-info i {
  margin-right: 10px;
  /* Kis távolság az ikon és a szöveg között */
  font-size: 1.5em;
  /* Növeli az ikont */
  color: #C62E2E;
  /* Ikon színe is legyen vörös */
}

/* Szöveg stílus */
.contact-info p {
  color: #FBFBFB;
  /* Fehér szín a szöveghez */
  font-size: 12px !important;
  /* Kisebb betűméret a szöveghez */
  font-weight: 600;
  /* A szöveg vastag betűvel */
  margin: 0;
  /* Ne legyen alapértelmezett margó */
  line-height: 1.4;
  /* A sorok közötti távolság */
}

/* Kontakt térkép iframe reszponzív */
iframe {
  width: 100%;
  height: 400px;
  /* A térkép magassága */
  border: 0;
  border-radius: 8px;
  margin-top: 20px;
  /* Térkép és szöveg közötti távolság */
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  background-image: url("/images/bg/footer-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

/* Footer elemek középre igazítása */
.site-footer .container {
  display: flex;
  justify-content: center;
  height: auto;
  padding-bottom: 15px;
}

.site-footer .row {
  justify-content: center;
  /* Középre igazítja a tartalmat a row-ban */
}

.site-footer .copyright-text-wrap {
  text-align: center;
  /* Középre igazítja a szöveget */
  display: inline-block;
  /* Középre kerül a szülő elem belsejében */
  width: 100%;
  /* Biztosítja a teljes szélességet */
  color: #B8001F;
  padding-top: 20px;
}

.site-footer .copyright-text-wrap .copyright-text {
  color: #EEEEEE;
}

.site-footer .copyright-text-wrap .copyright-text a {
  color: #D4BDAC;
}

.site-footer .copyright-text-wrap .copyright-text a:hover {
  color: #C96868;
}

.site-footer p {
  margin: 0 auto;
  display: inline-block;
  /* Középre kerül */
  text-align: center;
  width: 100%;
  /* A p elem teljes szélessége */
}

@media screen and (max-width: 480px) {
  .site-footer {
    line-height: 20px;
  }

  .site-footer .copyright-text-wrap .copyright-text {
    font-size: 12px;
    padding-bottom: 30px
  }
}