/**
 * @file
 * Subtheme specific CSS.
 */
 
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@400;500;600;700;800&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
 
 
body {
  font-family: 'Titillium Web', sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:24px;
}
 
 
h1,h2,h3,h4,h5 {
  font-family: 'Changa', sans-serif;
}

h1 {
  font-size: 5.375rem;
  padding: 34px;
  font-weight: bold;
  line-height: 91px;
  color: #0F4273;
  position: relative;
  margin-top: 25px;
}

h1:before,
h2:before{
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #6BC2C2;
  position: absolute;
  top: 45px;
  left: 8px;
}

h1,h2 {
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 35px;
  font-size: 59px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 0px;
  padding: 29px 50px 25px 34px;
  margin-left: 0px;
  background-size: 32%;
  position: relative;
  background: url(../image/h2-bg.svg)no-repeat;
}

.page-node-572 h1.node__title,
.page-node-9 h1.node__title {
  color: white;
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 35px;
  font-size: 59px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 0px;
  padding: 29px 50px 25px 34px;
  margin-left: 0px;
  background-size: 32%;
  position: relative;
  background: url(../image/longh2bg.svg)no-repeat;
}



h3 {
    font-size: 1.25rem;
    font-weight: 900;
}
h4 {
  font-size: 1.25rem;
  font-weight: 800;
}

p {
 font-size: 1rem;
}

.container {
  max-width: 1440px;
  z-index: 2;
  position: relative;
}

.hidden-title h1.title { display: none;}


@media (max-width: 575.98px) { 

h3 {
    font-size: 1.375rem;
    font-weight: 900;
}

}


@media (min-width: 576px) and (max-width: 767.98px) { }


@media (min-width: 768px) and (max-width: 991.98px) {  }

@media (min-width: 992px) and (max-width: 1199.98px) {}


@media (min-width: 1200px) {  }

/* Cookie felugró linkjének formázása */
.sliding-popup-bottom .popup-content a {
  color: #0F4273;
  text-decoration: underline;
}

/* akadálymentesítés miatt került be, forrás: https://www.drupal.org/project/ultimenu/issues/2848993#comment-13904864 */
.ultimenu--hover li:focus-within > .ultimenu__flyout {
  max-height: none;
  min-height: 64px;
  opacity: 1;
  overflow: visible;
  transition-delay: 0.1s;
  visibility: visible;
}
