@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

:root {
  --primary-szabofogaskerek-color: #0061A2;
  --gray-szabofogaskerek-color: #c0c6cd;
  --secondary-szabofogaskerek-color: #0E4C8C;
  --third-szabofogaskerek-color: #425564;
  --darkblue-szabofogaskerek-color: #17232d;
  --szabofogaskerek-textcolor: #0061A2;
  --szabofogaskerek-textcolor-2: #425564;
  --szabofogaskerek-textcolor-3: #17232D;
  --szabofogaskerek-textcolor-4: #0E4C8C;
  --szabofogaskerek-btn-bg-color: #0061A2;
  --szabofogaskerek-btn-bg-color-2: #17232D;
  --szabofogaskerek-slider-height: 550px;
  --szabofogaskerek-mobile-breakpont: 991px;
}


.maintenance-page .logo {
  padding: 30px 0;
}

.maintenance-page img {
  max-width: 180px;
  height: auto;
}

.maintenance-page .jumbotron {
  padding: 25px;
}

.maintenance-page h1 {
  font-size: 25px;
}

.hidden {
  display: none !important;
}

.toolbar-oriented .toolbar-bar {
  z-index: 999;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  background-color: #f3f3f3;
}

body {
  padding: 0;
  margin: 0;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px !important;
  word-wrap: break-word;
}

a {
  word-wrap: break-word;
}

.node-aboutus h2, .news-block h2, .forinventors-block h2 {
  color: var(--primary-szabofogaskerek-color);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.main-container {
  min-height: 650px;
  padding: 0 0 0 0;
}

.btn-szabofogaskerek {
  background-color: var(--secondary-szabofogaskerek-color);
  color: white !important;
  padding: 6px 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-szabofogaskerek:hover, .btn-szabofogaskerek:focus, .btn-szabofogaskerek:active {
  background-color: var(--darkblue-szabofogaskerek-color) !important;
  color: white !important;
}

.btn-szabofogaskerek-lang {
  background-color: unset !important;
  color: white;
  padding: 2px 10px;
  display: flex;
  align-items: center;
}

.btn-szabofogaskerek-lang:hover, .btn-szabofogaskerek-lang:focus, .btn-szabofogaskerek-lang:active {
  background-color: unset !important;
  color: var(--szabofogaskerek-textcolor-4) !important;
}

.btn-szabofogaskerek3 {
  background-color: var(--primary-szabofogaskerek-color) !important;
  color: black;
  padding: 10px 50px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-szabofogaskerek3:hover, .btn-szabofogaskerek3:focus, .btn-szabofogaskerek3:active {
  background-color: var(--secondary-szabofogaskerek-color) !important;
  color: var(--primary-szabofogaskerek-color) !important;
  box-shadow: 0px 4px 15px -8px var(--primary-szabofogaskerek-color);
}

.btn-szabofogaskerek2 {
  background-color: var(--primary-szabofogaskerek-color);
  color: var(--darkblue-szabofogaskerek-color) !important;
  padding: 6px 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-szabofogaskerek2:hover, .btn-szabofogaskerek2:focus, .btn-szabofogaskerek2:active {
  background-color: #d9d9d9;
  color: var(--darkblue-szabofogaskerek-color) !important;
}

.btn-szabofogaskerek4 {
  background-color: var(--secondary-szabofogaskerek-color);
  color:  white !important;
  padding: 6px 35px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-szabofogaskerek4:hover, .btn-szabofogaskerek4:focus, .btn-szabofogaskerek4:active {
  background-color:  var(--darkblue-szabofogaskerek-color);
  color:  white !important;
}

/*
--------
FORM
--------
 */
form label {
  font-weight: bold;
  padding: 10px 0 5px 0;
}

form .form-actions {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.form-user .btn {
  margin: 10px 5px;
}

/*
--------
PAGE PRELOADER
--------
 */
.respimg {
  width: 100%;
  height: auto;
}

.szabofogaskerek-content {
  opacity: 0;
}

.loader-full {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  transition: 100ms;
}

.loader {
  position: fixed;
  top: 50% !important;
  left: 50%;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
  z-index: 100;
  font-size: 12px;
  line-height: 80px;
  color: #fff;
}

.loader img {
  width: 100%;
  height: auto;
  animation: pulse 1000ms infinite
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.alert .placeholder {
  background-color: unset;
  cursor: unset;
  font-weight: bold;
}

.is-front .header-subpage-title {
  display: none;
}

.header-subpage-title {
  padding: 30px 15px 35px 15px;
}

.header-subpage-title h1, .header-subpage-title h2 {
  color: var(--primary-szabofogaskerek-color);
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

/*
EGYEB
 */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}


/*
-------
GDPR
-------
 */
.eu-block {
  height: 150px;
  z-index: 999;
  position: fixed;
  bottom: 0;
  right: 0;
}

.eu-block img {
  height: 100%;
  width: auto;
}


.sliding-popup-bottom {
  background-color: unset !important;
  background: unset !important;
}

#sliding-popup div {
  color: black !important;
}

.eu-cookie-compliance-banner {
  box-shadow: 4px 4px 7px rgb(0 0 0 / 34%);
  background-color: #262526ff;
  font-size: 14px;
}

.eu-cookie-compliance-banner p, .eu-cookie-compliance-banner h2, .eu-cookie-compliance-banner .find-more-button {
  color: #fff !important;
}

.eu-cookie-compliance-banner #popup-text {
  padding: 20px 30px;
}

.eu-cookie-compliance-banner h2 {
  font-size: 16px;
}

@media (max-width: 768px) {
  .eu-cookie-compliance-banner h2 {
    text-align: center;
  }

  .eu-cookie-compliance-banner p {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

.gdpr-btn-col {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  height: 80px;
  flex-wrap: wrap;
}

.gdpr-btn-col button {
  margin: 0 !important;
}

@media (max-width: 992px) {
  .gdpr-btn-col {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .gdpr-btn-col {
    line-height: 80px;
  }
}

.gdpr-btn-col .btn-danger {
  color: #fff;
  background-color: #dc3545;
}

.gdpr-btn-col .btn-light {
  color: #fff;
  background-image: linear-gradient(190deg, #0061A2, #212121);
  border: none !important;
  transition: background-image 400ms; /* Áttérés a háttérkép színátmenetére */
}

.gdpr-btn-col .btn-light:hover {
  color: #fff;
  background-image: linear-gradient(190deg, #333333, #575757);
  border: none !important;
}


.gdpr-btn-col .btn {
  font-family: 'Montserrat', sans-serif;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 18px !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid transparent;
  cursor: pointer;
}

#map {
  height: 500px;
  margin-bottom: -50px;
}

.alert ul {
  list-style: none;
}

.alert ul li {
  padding-bottom: 15px;
}

.region-content {
  min-height: 400px;
}

.webform-confirmation {
  padding: 20px 0;
}

.webform-confirmation {
  padding: 30px 0 0 0;
  text-align: center;
}

.captcha {
  margin-top: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  width: 100%;
}

.g-recaptcha {
  align-self: end;
}

.user-view-row .field--name-user-picture {
  text-align: center;
}

/*
DOCS
 */

.paragraph--type--kep-szoveg {
}

.paragraph-szoveg {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.paragraph-kis-kep img {
  max-width: 100%;
  height: auto;
}

.doc-teaser-inner {
  padding: 8px 16px;
  background-color: #fff;
  margin-bottom: 8px;
}


.doc-teaser-inner a {
  text-decoration: none;
  font-size: 20px;
}


/* Style the list */
.system-breadcrumb ol {
  padding: 10px 16px;
  list-style: none;
}

/* Display list items side by side */
.system-breadcrumb ol {
  justify-content: center;
  margin: 0px 0 -35px 0;
  display: flex;
  height: 35px;
  align-items: center;
  background-color: rgba(241, 241, 242, 0.8);
  text-align: center;
}

.system-breadcrumb ol li, .system-breadcrumb ol li a {
  color: var(--szabofogaskerek-textcolor);
}

.system-breadcrumb ol li {
  text-transform: none !important;
  display: flex;
  align-items: center;
  font-size: 14px;
}


/* Add a slash symbol (/) before/behind each list item */
.system-breadcrumb ol li + li:before {
  padding: 8px;
  color: var(--szabofogaskerek-textcolor);
  content: "/\00a0";
}

/* Add a color to all links inside the list */
.system-breadcrumb ol li a {
  text-decoration: none;
}

/* Add a color on mouse-over */
.system-breadcrumb ol li a:hover {
  color: black;
  text-decoration: underline;
}

.system-breadcrumb ol {
  padding: 0 !important;
}

/*

LIGHTBOX

 */
.paragraph-kep {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox img {
  max-width: 100%;
  max-height: 100%;
}

.lightbox .close-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px 25px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
  background-color: black;
  border-radius: 0 0 0 40px;
}

.lightbox .close-link:hover {
  color: var(--szabofogaskerek-textcolor);
}

.paragraph img {
  margin-bottom: 1rem;
  width: 100%;
  height: auto;
}

.paragraph .field--name-field-cimsor {
  padding: 10px 0 0 0;
  font-size: 22px;
  text-align: left;
  text-transform: none;
}

.max-height-400 {
  max-height: 400px !important;
}

@media (max-width: 576px) {
  .paragraph .field--name-field-kep, .paragraph .field--name-field-p-single-kep {
    margin: 0 0px;
  }
}

@media (max-width: 991px) {
  .system-breadcrumb ol li:not(:first-child) {
    display: none;
  }
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.pb-90 {
  padding-bottom: 90px;
}

.system-breadcrumb {
  padding: 0 40px;
  margin: 10px 0;
  z-index: 10;
  position: relative
}

.contextual + #views-exposed-form-search-page-1 {
  bottom: -50px;
}

#views-exposed-form-search-page-1 {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 350px;
  z-index: 20;
  box-shadow: 0px 5px 10px -5px black;
}

#views-exposed-form-search-page-1 input {
  margin: 0;
  border-radius: 0;
}

#views-exposed-form-search-page-1 .btn {
  background-color: var(--darkblue-szabofogaskerek-color) !important;
  color: var(--szabofogaskerek-textcolor-4) !important;
}

#views-exposed-form-search-page-1 .btn:hover, #views-exposed-form-search-page-1 .btn:focus {
  color: white !important;
  background-color: var(--szabofogaskerek-textcolor) !important;
}

.page-teaser h2 {
  width: 100%;
  text-align: left !important;
  font-size: 22px;
  font-weight: 700;
  color: var(--primary-szabofogaskerek-color);
}

.page-teaser h2 a {
  text-decoration: none;
  color: var(--primary-szabofogaskerek-color);
}

.page-teaser {
  padding: 20px 25px;
  background-color: white;
  box-shadow: 5px 5px 15px -10px #999999;
}

.syncfony {
  display: flex;
  justify-content: center;
  color: #9dbccb;
  font-size: 13px;
  font-weight: 300;
  z-index: 0;
}

.syncfony a {
  padding-left: 5px;
  color: #82d5ff;
  text-decoration: none;
  font-size: 14px;
}

.view-margin{
  margin: 15px 0 150px 0;
}
