.container-full{
  width: 90%;
  margin: 0 auto;
}
.container-80{
  width: 80%;
  margin: 0 auto;
}
.container-60{
  width: 60%;
  margin: 0 auto;
}
.image-field {
    margin: 0;
}

/*---------------Hero ---------*/   
.slider {
    position: relative;
    background-color: var(--bg-body);
    height: unset;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.oszlop-bal {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
    max-width: 700px;
}

.oszlop-jobb {
    flex: 0 1000px;
}
span.size-1 {
    font-size: 6rem;
    font-weight: bold;
}

span.size-2 {
    font-size: 3rem;
    color: #507350;
    font-weight: bold;
}

span.size-3 {
    color: grey;
}
h1.focim {
    /* text-align: end; */
    text-align: end;
}
h2.alcim {
font-size: 1rem;
    text-align: end;
}

/*---------------Terméklista ---------*/
.kategoria-box {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.kategoria-box .kep {
    max-width: 300px;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid lightblue;
}

.kategoria-box .info {
    flex: 1;
}
.views-row:nth-child(even) .kategoria-box {
  flex-direction: row-reverse;
  padding-left: 5rem;
}
.views-row:nth-child(odd) .kategoria-box {
   padding-right: 5rem;
}
.kategoria-box .cim {
    font-size: 2rem;
    border-bottom: 1px solid lightgrey;
    color: #507350;
    font-weight: bold;
    text-transform: uppercase;
}
.kategoria-lista-wrap .views-row {
    padding: 3rem 0;
}

/*-----------------Kapcsolat ---------*/
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search] {
    background-color: #ffffff;
    width: 100%;
    padding: 0.5rem;
    border: 0;
    box-shadow: 0 0 0 1px var(--border);
    border-radius: 1rem;
    transition: all 0.3s linear;
}
textarea {
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0 0 1px var(--border);
    overflow: auto;
    vertical-align: top;
    transition: all 0.3s linear;
}

.section--kapcsolat .container, .section--terkep .container {
    display: flex;
    flex-wrap: wrap;
}

.section--kapcsolat .kep, .section--terkep .nyitvatartas {
    flex: 0 500px;
}

.section--kapcsolat .form, .section--terkep .terkep {
    flex: 1 auto;
}
iframe.google-map {
    border-radius: 1rem;
    border: 1px solid lightgray;
}
.nyitvatartas ul {
    list-style: none;
}
.nyitvatartas li {
    padding: 0.4rem;
}
.nyitvatartas .icon{
    font-size: 1.5rem;
    color: #507350;
    margin-right: 0.5rem;
}
.block-title {
    padding: 1rem;
border-bottom: 1px solid lightgray;
text-transform: uppercase;

}
img.lekerekitett-kep {
    border-radius: 2rem;
}

/*-------------Lábléc-----------*/
img.lablec-logo {
    width: 200px;
    height: auto;
}
    .region-primary-menu .menu-item-level-1 a:hover, .region-primary-menu .menu-item-level-1 > span:hover {
        background-color: #507350;
        color: #ffffff;
        border-radius: 0.5rem;
    }
        .region-primary-menu .menu-item-level-1:hover {
        background-color: #507350;
        color: #ffffff;
        border-radius: 0.5rem;
    }
/*----------------Mobile view-----------------*/
@media (max-width: 768px) {
    
.container-60 {
    width: 100%;
    margin: 0 auto;
    padding: 1rem;
}
.oszlop-bal, .oszlop-jobb {
    flex: 1 100%;
    max-width: none;
    text-align: center;
    padding: 1rem;
}   
h1.focim {
    font-size: 2rem;
}
h2.alcim {
    font-size: 1.2rem;
}
.kategoria-box {
    flex-direction: column;
    text-align: center;
}
.kategoria-box .kep {
    max-width: 100%;
}
.kategoria-box .info {
    margin-top: 1rem;
}
.section--kapcsolat .container, .section--terkep .container {
    flex-direction: column;
}
.section--kapcsolat .kep, .section--terkep .nyitvatartas,
.section--kapcsolat .form, .section--terkep .terkep {
    flex: 1 100%;
    max-width: none;
    margin-top: 1rem;
}
.views-row:nth-child(odd) .kategoria-box {
    padding-right: 0;
}
.views-row:nth-child(even) .kategoria-box {
    flex-direction: row-reverse;
    padding-left: 0;
}
span.size-1 {
    font-size: 4.5rem;
    font-weight: bold;
}
}