/*-- -------------------------- -->
<---          Galéria      -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #gallery-1446 {
        padding: var(--sectionPadding);
        margin-bottom: 50px;
    }
    #gallery-1446 .cs-container {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
        position: relative;
    }
    #gallery-1446 .cs-content {
        text-align: left;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 1.5rem;
    }
    #gallery-1446 .cs-title {
        margin: 0;
    }
    #gallery-1446 .cs-gallery {
        width: 100%;
        padding: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
        /* 16px - 20px */
        gap: clamp(1rem, 1.5vw, 1.25rem);
        position: relative;
    }
    #gallery-1446 .cs-image {
        /* 260px - 360px */
        min-height: clamp(16.25rem, 60vw, 20rem);
        border-radius: 1rem;
        /* clips the image corners */
        overflow: hidden;
        display: block;
        position: relative;
        border-radius:10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    cursor: zoom-in;
    transition: transform 1s ease;
    }

    #gallery-1446 .cs-image:hover{
            box-shadow: 0 0 11px rgba(33,33,33,.2)

    
    }
    #gallery-1446 .cs-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        /* makes it act like a background image */
        object-fit: cover;

    }
}
#navbar-egesz .nav-link:active,
#navbar-egesz .nav-link:focus,
#navbar-egesz .nav-link:focus-visible {
  color: white !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
#navbar-egesz .dropdown-item:active,
#navbar-egesz .dropdown-item:focus,
#navbar-egesz .dropdown-item:focus-visible {
  color: black !important;
  background-color: rgba(0,0,0,0.05) !important;
  outline: none !important;
  box-shadow: none !important;
}                                



#tablazat_kep{
        padding-top: 120px;
}










html, body { height: ;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#galleria{
    border: solid;
    border-color: rgb(194, 200, 209);
    border-width: 7px;
    border-radius: 5px;
}
.carousel-item img {
    height: 1000px;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators [data-bs-target] {
    background-color: black;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}
#szervezeteink_menu{
    list-style-type: none;
}
#bg_kep{
    width: 70%;
    margin-top: 150px;
    margin-left: 20px;
    border:solid;
    border-radius: 25px;
    border-color:rgb(168, 97, 56) ;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
#ak_kep{
    width: 70%;
    margin-left: 20px;
    border:solid;
    border-radius: 25px;
    border-color:rgb(168, 97, 56) ;
    margin-top: 120px;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
.dropdown-submenu {
  position: relative;
}
#tehetsegpont_kep{
    float: right;
    width: 20%;
    padding-top: 120px;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
}
#pedagogus_dij{
    text-align: left;
}
#tehetsegpont_lista{
    list-style-type: none;
}
#calendar
{
color:rgb(168, 97, 56) ;
}

#linkek{
    color:rgb(168, 97, 56) ;
    text-decoration: none;
}
#pdf_icon{
    padding-bottom: 7px;
    padding-left: 5px;
}
#dokumentum_lista{
    padding-left: 0;
    list-style-type: none;
}
#tablazat_dijazottak{
    width: 450px;
}
#tablazat_fejlec{
    color:rgb(168, 97, 56) ;
    font-size: 18px;
}
#tablazat_fejlec2{
    color:rgb(168, 97, 56) ;
}
#baross_gabor{
    float: left;
    padding-right   : 30px;
    padding-bottom: 30px;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
#baross_gabor1{
    float:right;
    padding-left: 30px;
    padding-bottom: 30px;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
main {
  flex: 1 0 auto; 
}
footer {
  flex-shrink: 0;
}
#tartalom hr{
    width: 50%;
}
#taj{
    width: 100%;
    text-align: center;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}
#beiratkozas_kep {
    max-width: 100%;
    margin-top: 120px;
    height: auto;
    display: block;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

#zoomed_img_0 {
    max-width: none;
    max-height: none;
    width: min(1500px, 95vw);
    height: auto;
    display: block;
    padding-top: 200px;
    transform-origin: center center;
}
#zoom_overlay_0 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    overflow: auto;
}

#zoom_overlay {
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 999999;
    overflow: auto;
    overflow-y: auto;
}
#zoom_overlay #zoomed_img{
  width: min(900px, 95vw);
  height: auto;
  max-height: 160vh;
}
/*#zoom_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    overflow: auto; /* >>> görgethető 
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#zoomed_img {
    max-width: none; /* >>> engedjük teljes méretben
    max-height: none;
    width: auto;
    height: auto;
    margin: auto;
    display: block;
}*/
#cim{
    font-size: 17px !important;
}

#jobb_oldal{
    padding-top: 22px;
    width: 100%; /* ne legyen fix */
  max-width: 100%;
}
#dolgozók{
    padding-top: 120px;
}
#fooldal_menu{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#fejleckep{
    overflow: hidden;
    width:150%;
    padding-top: 30px;
}
#terkep{
    padding-top:130px;
}
#tartalom{
    padding-top: 120px;
    text-align: justify;
}
#tartalom b{
    color:rgb(168, 97, 56) ;
}
#fejlec_container{
    padding: 0;
}
#kartya_kep{
    overflow: hidden;
    width: 100%;
    padding-left: 5px;
}
#kartya_kep img{
    object-fit: cover;
    padding-top: 10px;
}
#fooldal_menu img{
    padding-left: 50px;
    display: inline-block;
    margin: 5px;
}
#szoveg{
    text-align: justify;
}
.ikon{
    width: 100px;
}
#fejlec{
    background-color:rgb(219, 185, 151);
    padding-top: 10px;
}
#kreta_logo{
    height: auto; 
    max-height: 265px;
    width: auto;
}
#om{
    color: white;
}
#tan{
    color: white;
}
#navbar-egesz{
    background-color:rgb(128, 28, 17);
}
#logo{
    height: auto; /* Automatikusan alkalmazkodik a szélességhez */
    max-height: 35px; /* A navbar fix magasságához igazított méret */
    width: auto;
}
#fejlec p{
    color:white;
    display:inline-block;
    text-indent: 20px;
}
#dbtk{
    float:right;
}
.fomenu{
    padding-top: 35 px;
}

#logo2{
    height: auto; /* Automatikusan alkalmazkodik a szélességhez */
    max-height: 150px; /* A navbar fix magasságához igazított méret */
    width: auto;
}
#kartyak hr{
    width: 175px;
    margin:auto;
}
#bal, #kozep, #jobb{
    transition: box-shadow .3s;
    border-radius:10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
}
.ikon{

}
#bal:hover,#kozep:hover,#jobb:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
#facebook_icon:hover,#kreta_icon:hover,#hatartalanul_icon:hover,#tehetsegpont_icon:hover,#kapcsolat_icon:hover,#beiratkozas_icon:hover{
    weight:75px;
}
#footer{
    border:1px solid;
}
#fooldal{
    padding-top: 20px;
}
#kepek{
    padding-left: 120px;
}
#fooldal ul{
    font-size:12px;
}
#fooldal h1{
    font-size:25px;
    color: rgb(117, 122, 128);
}
#fooldal p{
    font-size:12px;
}
#fooldal h2{
    font-size:15px;
    color: rgb(117, 122, 128);
}
#szervezeteink_menu{
    padding-left: 10px;
}
#footer{
    background-color: rgb(230, 192, 170);
    padding-top: 30px;
    color: rgb(117, 122, 128);
}
#footer ul{
    list-style-type: none;
    font-size:12px;
}
#footer p{
    font-size:12px;
}
#footer img{
    height: auto; /* Automatikusan alkalmazkodik a szélességhez */
    max-height: 70px; /* A navbar fix magasságához igazított méret */
    width: auto;
}
#eredmenyek_kep{
    height: auto;
    display: block;
    cursor: zoom-in;
    max-width: 70%;
    padding-bottom: 30px;
    padding-top: 30px;
}
.container-fluid{
overflow: hidden;
}
@media screen and (max-width: 576px) {
     #cim{
    font-size: 10px !important;
  }
  #navbar-link {
    background-color: rgb(161, 126, 106);
  }
  #logo {
    height: 30px; /* Kisebb méret */
  }
  .navbar-nav {  
    max-height:400px;
    overflow-y: scroll;
}
    #footer img{
        height: auto; /* Automatikusan alkalmazkodik a szélességhez */
        max-height: 50px; /* A navbar fix magasságához igazított méret */
        width: auto;
        margin-top:50px;
    }
    #cim{
        font-size:11px;
    }
    #terkep{
        width: 500px;
    }
    #kepek img{
        display: inline-block;
        margin: 5px;
    }
    #kepek{
         padding-left: 0;
         text-align: center;
    }
}
@media screen and (max-width: 992px) {
      #navbar-egesz .nav-link{
    font-size: 20px !important;
  }
  #navbar-egesz .dropdown-item{
    font-size: 20px;
  }
  #navbar-link {
    background-color: rgb(161, 126, 106);
  }
  #logo {
    height: 30px; /* Kisebb méret */
  }
  #logo2{
    height: auto; /* Automatikusan alkalmazkodik a szélességhez */
    max-height: 100px; /* A navbar fix magasságához igazított méret */
    width: auto;
  }
   .navbar-nav {  
    max-height:400px;
    overflow-y: scroll;
}
    #footer img{
        height: auto; /* Automatikusan alkalmazkodik a szélességhez */
        max-height: 40px; /* A navbar fix magasságához igazított méret */
         width: auto;
         margin-top:20px;
    }
    #cim, #fejlec_egesz,#navbar-egesz,#kartyak{
        font-size:11px;
    }
    #kartyak h2{
        font-size:21px;

    }
    #kartya_kep img{
    }
    #fejlec_egesz{
        display: none;
    }
    .ikon {
        width: 90px;
    }
    #kepek{
    }
    #fooldal_menu{
        height: auto;
        width: auto;
        margin-right: 30px;
    }
    #sorok{
        margin-right: 10px;
        margin-left: 10px;
    }
    #jobb_oldal{
    margin-left: 10px;
  }
}
@media (min-width: 1366px) {
  #jobb_oldal{
    margin-left: 110px;
  }
}
@media screen and (min-width: 1200px) {
  #navbar-link {
    background-color: rgb(161, 126, 106);
  }
  #logo {
    height: 30px; /* Kisebb méret */
  }
  
  #logo2{
    height: auto; /* Automatikusan alkalmazkodik a szélességhez */
    max-height: 100px; /* A navbar fix magasságához igazított méret */
    width: auto;
  }
  article{
    margin-bottom:100px;
  }

}
@media screen and (min-width: 1500px) {
  #navbar-link {
    background-color: rgb(161, 126, 106);
  }
  #logo {
    height: 30px; /* Kisebb méret */
  }
  #logo2{
    height: auto; /* Automatikusan alkalmazkodik a szélességhez */
    max-height: 100px; /* A navbar fix magasságához igazított méret */
    width: auto;
  }
    #footer img{
        height: auto; /* Automatikusan alkalmazkodik a szélességhez */
        max-height: 50px; /* A navbar fix magasságához igazított méret */
         width: auto;
         margin-top:20px;
    }
    #navbar-egesz .nav-link {
    font-size: 15px !important;
  }

  #navbar-egesz .dropdown-item {
    font-size: 15px !important;
  }
  #fejlec p{
    font-size:15px;
  }
  
}
@media (min-width: 1024px) and (max-width: 1400px) {
  #navbar-egesz .nav-link {
    font-size: 12px !important;
  }

  #navbar-egesz .dropdown-item {
    font-size: 12px !important;
  }
  #fejlec p{
    font-size:12px;
  }
   #navbar-egesz #cim,
   #navbar-egesz .brand-text{
  font-size: 15px !important;
}
#fejlec_egesz{
        display: none;
    }
    #navbar-egesz #cim,
   #navbar-egesz .brand-text{
    display:none;
}
}