body {
  font-family: 'Saira', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

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

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Saira', sans-serif; 
  font-weight: 700;
  color: #1d2025;
  margin: 0px;
}

h1 {
  font-weight: 500;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  /* padding: 0px; */
  /* list-style-type: none; */
}

section ul
{
  padding-left: 3rem;
  list-style-type:disc;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #505050;
  margin: 0px;
}

header, .gde_blue_bg {
  background: rgb(0,153,186);
  background: linear-gradient(90deg, rgba(0,153,186,1) 30%, rgba(0,206,124,1) 90%); 
}

/* .gde_blue_bg {
  background-color: #0099ba;
} */

#sz2020 {
   width: 300px;
   position:fixed;
   bottom: 0;
   right: 0;
   z-index: 9999;
  }

.main_esemenyek {
  background-color: #505050 !important;
}

.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-caption h2{
  color: #fff;
}

.carousel-caption p{
  color: #fff;
}
.carousel-item img {  
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:40vh;
}

.carousel-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0) 10vh, rgba(0, 0, 0, 1) 100%);    
}

.card-img-top {
  width: 100%;
  height: 10vw;
  object-fit: cover;
}

.card-img-top-karrier {
  width: 100%;
  height: 22vw;
  object-fit:cover;
}


.card-title {
  height: 3rem !important;
}

/* gde color button*/

.btn-gde {
  background-color: #ffc600;
  color: #0099ba;
  border-color: #ffc600;
  padding-bottom: 5px !important;
}

.btn-gde:hover,
.btn-gde:focus,
.btn-gde:active,
.btn-gde.active,
.open .dropdown-toggle.btn-gde {
  background-color: #0099ba;
  color: #ffc600;
  border-color: #0099ba;
}

.btn-gde-kek {
  background-color: #0099ba;
  color: #fff;
}

.btn-gde-kek:hover,
.btn-gde-kek:focus,
.btn-gde-kek:active,
.btn-gde-kek.active,
.open .dropdown-toggle.btn-gde-kek {
  background-color: #0099ba;
  color: #ffc600;
}

.info_blokk *{
  color: #505050 ;
}

/* .footer-top {
  background-color: #0099ba;
} */

.footer-about {
  padding-right: 50px;
}

.footer-about p {
  color: #fff;
  padding-top: 15px;
}

.footer-about ul li {
  display: inline-block;
  margin-right: 15px;
  
}

.footer-about ul li:last-child {
  margin-right: 0;
}

.footer-about ul li a {
  width: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  background-color: #127c92;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-about ul li a:hover {
  background-color: #ffc600;
  color: #127c92;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-title h6 {
  font-size: 18px;
  color: #fff;
}

.footer-link {
  overflow: hidden;
}

.footer-link ul {
  float: left;
  overflow: hidden;
  list-style-type: none;
}

.footer-link ul li {
  line-height: 35px;
}

.footer-link ul li a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  
}

.footer-link ul li a i {
  margin-right: 8px;
  color: #ffc600;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.footer-link ul li a:hover {
  color: #ffc600;
}

.footer-link ul li a:hover i {
  margin-right: 15px;
}

.support ul {
  float: none;
  width: 100%;
}

.footer-address ul li {
  position: relative;
  margin-bottom: 10px;
  list-style-type: none;
}

.footer-address ul li:last-child {
  margin-bottom: 0;
}

.footer-address ul li .icon i {
  font-size: 18px;
  color: #ffc600;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer-address ul li .cont {
  padding-left: 35px;
}

.footer-address ul li .cont p {
  color: #fff;
}

.footer-copyright {
  background-color: #127c92;
  font-size: 1rem;
}

.footer-copyright .copyright p {
  color: #fff;
}

.footer-copyright .copyright p span {
  font-weight: 600;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #ffc600;
  color: #fff;
  font-size: 28px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #127c92;
}

.news_header_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden
}
.news_header_img img {
  flex-shrink: 0;
  min-width: 100%;
  height: 40vh;
  object-fit: cover;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 40em) {
  /* mobil*/
  .card-img-top {
      height: 40vw;
  }

  .card-img-top-karrier {
    height: 70vw;
}
  .carousel-item {
      height: 20rem;
  }
  .carousel-item>img {
      height: 20rem;
  }

  .card-title {
      font-size: 0.9rem;
  }    
  

  .footer *{
      font-size: 0.9rem;
  }
  .footer .nav-link{
      font-size: 0.8rem;        
  }
  .footer p a{
      font-size: 0.8rem ;
  } 
  
  .cimage {
      min-height: 0vh !important;
  }
  .page_banner_image:before{
      height: 30vh;
  }
  .page_banner_image img {
      height: 30vh;
  }    
  .text-bottom-center{
      font-size: 2rem;
      top: 25vh;
      
  }

}

/* @media (min-width: 40em) { */
  @media only screen and (min-width: 600px) and (max-width:900px) {
  /* ipad*/
  .card-title {
      font-size: 0.9rem;
      min-height: 4rem;
  }
  .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
  }
  .carousel-item {
      height: 25rem;
  }
  .carousel-item>img {
      height: 25rem;
  }
  .cimage {
      min-height: 25vh !important;
  }

  .featurette-heading {
      font-size: 50px;
  }
  .card-img-top {
      height: 20vw;
  }
  .footer *{
      font-size: 0.9rem;
  }
  .footer .nav-link{
      font-size: 0.8rem;        
  }
  .footer p a{
      font-size: 0.8rem ;
  }    
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
      font-size: 3.5rem;
  }
}


@media all and (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}