@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=latin-ext');
.oswald {font-family: 'Oswald', sans-serif}

:root {
	--kek: #245e8e;
	--feher: #ffffff;
	--vszurke: #f0f0f0;
	--fekete: #000000;
	--sotet: #000000;
	--topmenulink: rgba(14, 121, 126, 1);
	--szurke: #404040;
}

html { font-size: 1rem; }



.bi::before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/></svg>");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}

.display-4 {font-size: 2.5rem;}

body {background-color: var(--feher); padding-top:60px}

a {text-decoration: none!important}


.page-link {
  color: var(--kek);
  background-color: var(--feher);
  border: 1px solid var(--vszurke);
}
.page-item.disabled .page-link {
  color: var(--sotet);
  background-color: var(--vszurke);
}
.page-item.active .page-link {
  z-index: 1;
  color: var(--feher);
  background-color: var(--kek);
  border-color: var(--kek);
}
.page-link:focus, .page-link:hover {
  text-decoration: none;
  color: var(--feher);
  background-color: var(--kek);
  border-color: var(--kek);
}


.bg-dark2 {background-color: rgba(14, 121, 126, 1)!important}
.bg-dark3 {background-color: rgba(14, 121, 126, 1)!important}
.bg-skek {background-color: rgba(14, 121, 126, 1)!important; color: #ffffff}


.google-auto-placed {max-width: 100%!important}

.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
background: none;
  border: none;
  width: 100%;
}


.megalinktitle, a.megalinktitle:link, a.megalinktitle:hover, a.megalinktitle:active, a.megalinktitle:visited  {color: #9a9da0; font-weight: bold; font-size: 1.2rem; text-decoration: none}

#cikk img {max-width: 100%!important; height: auto!important}
#cikk {font-size: 1.2rem}

.breadcrumb-item a, a.topmenu:link, a.topmenu:hover, a.topmenu:active, a.topmenu:visited { color: var(--topmenulink)!important} 

.egom_footer {margin-top: .5rem;
color: rgba(255,255,255,.8);
padding: .5rem}

.egom_footer_link:link, a.egom_footer_link:visited  {
color: rgba(255,255,255,.8);
text-decoration: none;
}
a.egom_footer_link:link:hover, a.egom_footer_link:active  {
color: rgba(255,255,255,1);
text-decoration: none;
}

.carousel-caption {right: 0; left: 0;}
.card {border: none}

#rovat a, .cimlap_main {color: var(--szurke); }
#rovat a:hover, .cimlap_main:hover {color: var(--kek); }

.halfbg {background-color: rgba(255,255,255,.75);}

.cimlapcc {background-color: #000000; display: inline;}

#post-container > iframe {
max-width: 100%!important;
background-color: #ffffff;
}



/* responsively enforce wrapping <span></span> minden card utan! */
.card-deck span {
      display: none;
}

@media (min-width:1200px){
    .card-deck span:nth-of-type(5n) {
      display: block;
      width: 100%;
    }
.sticky-top2 {
     position: sticky;
    top: 0;
    z-index: 1020;
}    
}
@media (min-width:992px) and (max-width: 1199px) {
   .card-deck span:nth-of-type(4n) {
      display: block;
      width: 100%;
    }
.sticky-top2 {
     position: sticky;
    top: 0;
    z-index: 1020;
}    
    
}
@media (min-width:768px) and (max-width: 991px) {
    .card-deck span:nth-of-type(2n) {
      display: block;
      width: 100%;
    }
.sticky-top2 {
    position: relative;
    top: 0;
    z-index: 1020;
}    

}
@media (min-width: 576px) and (max-width: 767px) {
    .card-deck span:nth-of-type(2n) {
      display: block;
      width: 100%;
    }
.sticky-top2 {
     position: relative;
    top: 0;
    z-index: 1020;
}    

}

/* responsively enforce wrapping end */


@media (min-width: 1200px) {
  .mastfoot {
    position: fixed;
    bottom: 0;
	z-index: 1000;
  }
body { padding-bottom: 60px}
}

.clearfix::after,
.calendar ol::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ================
Calendar Styling */
.calendar {
  border-radius: 10px;
margin-bottom: 200px;
}

.month {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .month {
    font-size: 3.5rem;
  }
}

.calendar ol li {
  float: left;
  width: 14.28571%;
}

.calendar .day-names {
  border-bottom: 1px solid #eee;
}

.calendar .day-names li {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.calendar .days li {
  border-bottom: 1px solid #eee;
  min-height: 8rem;
}

.calendar .days li .date {
  margin: 0.5rem 0;
}

.ddi, .calendar .days li .event {
  font-size: 0.75rem;
  padding: 0.4rem;
  color: white;
  border-radius: 2rem;
  margin-bottom: 1px;
}



.calendar .days li.outside .date {
  color: #ddd;
}

.ddm {border: 0; background-color: transparent}
.ddi {margin-bottom: 3px}
/* ================
Calendar Styling  END*/

@media (max-width: 992px) {
.calendar ol li {
  float: left;
  width: 100%;
}

.calendar .days li {
  border-bottom: none;
  min-height: 0;
}

}

.matterport-showcase iframe{
  min-height: 240px;
  margin: 16px 0;
  width: 100%; }

@media screen and (min-width: 768px) {
.matterport-showcase iframe {
  min-height: 360px; }}

@media screen and (min-width: 992px) {
.matterport-showcase iframe {
  height: 600px;
  max-width: 1068px;
  margin: 0; }}

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

a.btn:focus {outline: 2px solid green!important; box-shadow: none}