@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@300;400;700&display=swap');


/*             Definiált dolgok              */
:root {
    --foszin: #ebda1a;
    --hatter:#8d4822;
    --betuszin: #fff;
}




/*############ Alap HTML ##############x   */

html {
    scroll-behavior: smooth;


}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left:0px;
    margin-right: 0px;
    font-family: 'Montserrat', sans-serif;
    color:#424242;
}

h1, h2, h3, h4 {
    font-family: 'Yanone Kaffeesatz', sans-serif;

}
h4 {
    text-align: center;
    font-weight: 500;
    font-size: 1.2em;
}

img {
    border: 0px;
}

.clear {
    clear:both;
    height: 0px;
    border:0;
}

.vertical-center {
    display: flex;
    align-items: center;

}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.tooltip-inner {
    white-space:pre-wrap;
}


.bg-foszin {
    background: var(--foszin);
    color:var(--hatter);
}



/****************** Oldal elemeihez **************************/
.szurketakaro {
    background: rgba(0,0,0,0.42);
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 16;
    display: none;
}


/*###############   FEJ   #####################*/
.fej {
    width: 100%;
    height: 260px;
    width: 100%;
    -webkit-border-top-right-radius: 18px;
    -moz-border-radius-topright: 18px;
    border-top-right-radius: 18px;
    background: url(img/fej-bg.jpg);
    overflow:hidden;
}


/********************  HEADER  ****************************/
.header__shoplogo__tarto{

    align-items: center;
    justify-content: center;
}
.header__shoplogo {
    max-height: 3em;
    max-width: 100%;

}


.header__shoplogo__tarto{
}

.header__keresomezo {
    border-color: var(--foszin);
    border-width: 2px;
    line-height: 1.5em;
    font-size: 1.42rem;

}


.header__talalatilista__db {
    font-size: 0.8em;
    padding:0px;
}

.header__talalatilista__termek {
    width:100%;

}

.header__talalatilista__termek:hover {
    background: #ddd;

}






/*###############   TÖRZS   #####################*/

.nav-item {
    background: #fff;
    list-style: none;
}

.vilagoshatter {
    background: #fff;
}

.sotethatter {
    background: var(--hatter);
}

section {
    padding-top: 100px;
    display: block;
}

.max-height{
    overflow: hidden;
    min-height: 100vh;
}



/*###############   ALJ   #####################*/


/*###############   MENÜ   #####################*/

.header {
    border-bottom:2px solid var(--hatter);
}

.nav-link {
    color: var(--hatter);
    font-weight: 700;
    text-align: center;
}
/*###############   MENÜ VÉGE   #####################*/




.kezdokep {
    background-image: url('/img/fokep.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
    line-height: 18em;
}



#timeline-content {
    margin-top: 50px;
    text-align: center;
}
/* Timeline */
.timeline {
    border-left: 4px solid var(--hatter);
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;

    color: var(--hatter);
    font-family: 'Chivo', sans-serif;
    margin: 0px auto;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    font-weight: 100;
    max-width: 72%;
    margin-right: 5px;
}

.timeline h3 {
    float: left;
}

.timeline .fas {
    float:left; 
    margin-right: 24px;
}

.timeline h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1.5px;
    font-weight: 100;
    font-size: 1.4em;
}

.timeline .event {
    border-bottom: 1px dashed var(--foszin);
    padding-bottom: 25px;
    margin-bottom: 24px;
    position: relative;
}
.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}
.timeline .event:before {
    left: -217.5px;
    color: var(--hatter);
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
    font-family: 'Saira', sans-serif;
}
.timeline .event:after {
    box-shadow: 0 0 0 4px var(--hatter);;
    left: -57.85px;
    background: var(--foszin);
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.navbar-toggler {
        position: fixed;
    right: 0px;
    top: 16px;
    color: var(--hatter);

}

.kepekcss {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; 
    margin-bottom: 3em;
}
.kepek {
    cursor: zoom-in;
    
}

.kepek__tarto {
    
}

.koszonet__szoveg {
    line-height: 1.5em;
    text-align: center;
    margin-top: 1em;
    font-size: 1.42em;
font-weight: 300;
}

.szurketakaro {
    text-align: center;
    z-index: 9999;
    
}
.szurketakaro img {
    max-width:90%;
    max-height: 100%;
    margin-left:auto;
    margin-right: auto;
}

@media screen and (max-width: 992px) {
     .col {
        width:  100% !important;
        flex-basis: auto;
    }
    .kezdokep {
        background-size: auto 100%;
        background-position-x: center;
    }

   
}