@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@300&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4 {
  color: #f7911d;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

h5 {
  font-style: italic;
  font-weight: 600;
  font-family: 'Noto Sans JP', sans-serif;
}

.logo {
  display: block;
  height: auto;
  width: 52px;
  padding-top: 5px;
  margin-right: 15px;
}

#kapcsolat h3,
#tamogatok h3 {
  color: white;
}

#kapcsolat h4,
#tamogatok h4 {
  color: #25aae1;
}

.lead {
  color: #25aae1;
}

blockquote {
  font-weight: 600;
  font-style: italic;
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

ul,
nav {
  list-style: none;
}

ul.celkituzes {
  list-style-type: none;
  text-align: left;
}

ul.celkituzes li {
  font-size: 0.85em;
  margin: 1em 0;
}

ul.celkituzes li::before {
  content: "\25c9";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #f7911d;
  /* Change the color */
  font-weight: bold;
  font-size: 0.85em;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 2em;
  /* Also needed for space (tweak if needed) */
  margin-left: -2em;
  /* Also needed for space (tweak if needed) */
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

div#indexmenu i.fas {
  font-size: 7em;
  color: rgba(39, 130, 182, 0.2);
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fomenu {
  border-bottom: 1px dotted rgba(39, 130, 182, 0.2);
  border-radius: 0.5em;
}

.fomenu li {
  text-transform: uppercase;
  text-align: center;
  font-size: 0.75em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  border-bottom: 1px dotted rgba(39, 130, 182, 0.2);
}

div#ado, #ado_en {
  border-radius: 0.5em;
}

div#ado h3, #ado_en h3 {
  color: #39b54a;
}

div#ado p, #ado_en p {
  color: #25aae1;
}

div#ado a,
div#ado a:hover, #ado_en a,
#ado_en a:hover {
  color: #f7911d;
}

.navbutton {
  background-color: rgba(57, 181, 74, 0.75);
  color: #39b54a;
}

p {
  font-size: 0.8em;
}

.btn-primary {
  background-color: #39b54a;
  border: 0;
}

.btn-primary:hover {
  background-color: #f7911d;
}

.card {
  border: 0;
  min-height: 15em;
}

.card-footer {
  background-color: transparent;
  border: 0;
}

div#banner h1 {
  text-transform: uppercase;
  font-weight: 600;
  color: #25aae1;
  font-size: 1.6rem;
}

div#banner h1.yellow {
  color: rgba(255, 255, 255, 0.5);
  /*-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: $yellow;*/
  text-shadow: 2px 2px rgba(247, 145, 29, 0.1);
}

div#banner h1.blue {
  color: rgba(255, 255, 255, 0.5);
  /*-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: $blue;*/
  text-shadow: 2px 2px rgba(39, 130, 182, 0.2);
}

.parallax {
  /* The image used */
  background-image: url("../images/bannersm.jpg");
}

.parallax2 {
  background-image: url("../images/segitsegbannersm.jpg");
}

.parallax3 {
  background-image: url("../images/alapitvanysm.jpg");
}

.parallax4 {
  background-image: url("../images/csaladsm.jpg");
}

.parallax,
.parallax2,
.parallax3,
.parallax4 {
  height: 20rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div#news {
  background-color: rgba(247, 145, 29, 0.1);
}

div#tamogatok {
  background-color: #25aae1;
  color: white;
}

div#kapcsolat {
  background-color: #f7911d;
  color: white;
}
div#embed-video {
  background-color: #f7911d;
  color: #fff;

}

div#kapcsolat h4 {
  color: white;
  text-transform: uppercase;
}

div#impressum {
  position: relative;
  z-index: 20;
  bottom: 20%;
  display: none;
}

ul#help li {
  margin-bottom: 2.5em;
}

ul#help li h4 {
  color: #f7911d;
}

ul#help li h5 {
  color: #25aae1;
  font-weight: 600;
  font-size: 2em;
}

ul#help li a {
  font-weight: 600;
  text-decoration: none;
}

footer {
  background-color: #39b54a;
  color: white;
  height: 4em;
}

footer p {
  margin: 0;
  padding: 0;
}

footer p .small {
  font-size: 0.65em;
}

footer a,
footer a:hover {
  text-decoration: none;
}

.popover {
  width: 500px;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (orientation: portrait) {
  .card {
    border: 0;
    min-height: 17em;
  }
  div#logo {
    margin-left: 0rem;
    width: 20%;
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vw);
    background-attachment: scroll;
    background-position: center;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (orientation: landscape) {
  .card {
    border: 0;
    min-height: 17em;
  }
  div#logo {
    margin-left: 0rem;
    width: 20%;
  }
  .parallax {
    background-image: url("../images/banner.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbanner.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvany.jpg");
  }
  .parallax4 {
    background-image: url("../images/csalad.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    height: 20rem;
    background-size: auto;
    background-size: cover;
    background-attachment: scroll;
  }
}

@media (min-width: 768px) and (orientation: portrait) {
  body {
    font-size: 12px;
  }
  .card {
    border: 0;
    min-height: 25em;
  }
  .parallax {
    background-image: url("../images/bannersm.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbannersm.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvanysm.jpg");
  }
  .parallax4 {
    background-image: url("../images/csaladsm.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    height: calc(100vw);
  }
  div#banner h1 {
    font-size: 2rem;
  }
  div#logo {
    margin-left: 4rem;
    width: 16%;
  }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) and (orientation: landscape) {
  body {
    font-size: 12px;
  }
  .card {
    border: 0;
    min-height: 25em;
  }
  .parallax {
    background-image: url("../images/banner.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbanner.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvany.jpg");
  }
  .parallax4 {
    background-image: url("../images/csalad.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    height: 30rem;
    background-attachment: fixed;
  }
  div#banner h1 {
    font-size: 2rem;
  }
  div#logo {
    margin-left: 4rem;
    width: 16%;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (orientation: portrait) {
  .parallax {
    background-image: url("../images/bannersm.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbannersm.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvanysm.jpg");
  }
  .parallax4 {
    background-image: url("../images/csaladsm.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    height: calc(100vw);
  }
  div#banner h1 {
    font-size: 2.5rem;
  }
  div#logo {
    margin-left: 10rem;
  }
  .card {
    border: 0;
    min-height: 25em;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (orientation: landscape) {
  .parallax {
    background-image: url("../images/banner.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbanner.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvany.jpg");
  }
  .parallax4 {
    background-image: url("../images/csalad.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    height: 30rem;
    background-attachment: fixed;
  }
  div#banner h1 {
    font-size: 2.5rem;
  }
  div#logo {
    margin-left: 10rem;
  }
  .card {
    border: 0;
    min-height: 25em;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (orientation: portrait) {
  body {
    font-size: 20px;
  }
  .parallax {
    background-image: url("../images/bannersm.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbannersm.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvanysm.jpg");
  }
  .parallax4 {
    background-image: url("../images/csaladsm.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    background-size: cover;
    width: 100%;
    height: calc(100vw);
  }
  div#banner h1 {
    font-size: 3rem;
  }
  div#logo {
    margin-left: 14rem;
    width: 10%;
  }
  .card {
    border: 0;
    min-height: 20em;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (orientation: landscape) {
  body {
    font-size: 20px;
  }
  .parallax {
    background-image: url("../images/banner.jpg");
  }
  .parallax2 {
    background-image: url("../images/segitsegbanner.jpg");
  }
  .parallax3 {
    background-image: url("../images/alapitvany.jpg");
  }
  .parallax4 {
    background-image: url("../images/csalad.jpg");
  }
  .parallax,
  .parallax2,
  .parallax3,
  .parallax4 {
    height: 40rem;
    background-attachment: fixed;
  }
  div#banner h1 {
    font-size: 3rem;
  }
  div#banner h1.blue,
  div#banner h1.yellow {
    font-size: 5rem;
  }
  div#logo {
    margin-left: 14rem;
    width: 10%;
  }
  .card {
    border: 0;
    min-height: 20em;
  }
}
.video-text {
  font-size: 18px;
  text-align: justify;
  margin: 20px 0 0 0;
}
#embed-video h3{
  color: #ffffff;
}


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