@charset "UTF-8";
:root {
  --color-primary: #004aad;
  --color-primary--light: #0283e6;
  --color-white: #ffffff;
  --color-lightgray: #d3d3d3;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem; /* Alap betűméret */
  color: #4b5661; /* Alap szövegszín */
  font-weight: 400; /* Alap betűvastagság */
  line-height: 1.6; /* Olvashatóság */
  scroll-behavior: smooth; /* Sima görgetés */
}

body .layout-container {
  margin-left: 0;
  margin-right: 0;
}

.region.region-content {
  max-width: 120rem;
  margin: 0 auto;
}

.region.region-featured {
  background-color: #d3d3d3;
}
.region.region-featured #block-bcs-theme-primary-local-tasks {
  max-width: 120rem;
  margin: 0 auto;
}

h1.page-title {
  text-align: center;
  margin-top: 8rem;
}
@media (max-width: 576px) {
  h1.page-title {
    margin-top: 3rem;
    font-size: 2.6rem;
  }
}

.color-danger {
  color: #c20000;
}

.color-success {
  color: #5daf34;
}

.color-warning {
  color: #f0ad4e;
}

.font-size-small {
  font-size: 1.4rem;
}

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

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

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

.text-small {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  .text-small {
    font-size: 1.2rem;
  }
}

.marker {
  background-color: #FFDE59;
  color: #4b5661;
  padding: 0.2rem 0.5rem;
  border-radius: 0.3rem;
}

/*# sourceMappingURL=global.css.map */
