body{
}

a.bb-btn, div.bb-btn a  {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background: #f9b20f;
    padding: 7px 15px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
    position: relative;
}

a.bb-btn:before, div.bb-btn a:before {
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 600;
    height: calc(100% - 4px);
    right: 4px;
    background: #1F1F1F;
    top: 2px;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

a.bb-btn.btn-location{
    padding-left: 47px;
}

a.bb-btn.btn-location:before {
    /*content: '\f805';*/
    content: '\f041';
    font-size: 20px;
    line-height: 22px;
	position:absolute;
	top:50%;
	left:4px;
	transform:translateY(-50%);
}

/* menu */

body > header, 
body > footer {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    z-index: 10;
    position: relative;
}

header {
    background: url(https://beerandburgers.hu/imgs/intro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    overflow-x: hidden;
}

.topbar {
    background: #0101019c;
    padding: 20px 0px;
}

.menu-container {
    text-align: right;
    gap: 20p;
}

.logo-container img {
    width: 160px;
    height: auto;
}

nav.menu {
    display: inline-block;
}

nav.menu ul {
    display: flex;
    list-style-type: none;
    padding: 0px;
    gap: 50px;
    margin-bottom: 0px;    
}

nav.menu ul li a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FCB40F;
    display: flex;
    text-decoration: unset;
}

.social {
    vertical-align: middle;
    display: inline-flex;
    gap: 10px;
    margin: 0px 0px 0px 30px;
}

.location {
    margin-bottom: 15px;
}

/* home - latest */ 

.latest {
    padding: 65px 0px;
}

.latest .aktualis {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
}

.latest .aktualis > div {
    max-width: 48%;
    position: relative;
}
.latest .aktualis_kep img {
    border-radius: 40px 0px 40px 0px;
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.9));
}

.latest .aktualis_bejegyzés {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.latest .post-date {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.latest .post-title a {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FCB40F;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.latest .post-content {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 165%;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-meta ul.post-category-list {
    display: inline-block;
    margin: unset;
    padding:unset;
}

.post-meta ul.post-category-list li{
    display: inline-block;
    list-style-type: none;
    background: #f9b20f;
    padding: 6px 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 1em;
    color: #FFFFFF;
    text-transform: uppercase;
    border-radius: 20px;
    margin: unset;
}
.post-meta ul.post-category-list a {
    color:#1F1F1F;
    text-decoration: none;
}

.readingtime:before {
    content: '•';
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 2px;
}

.latest .readingtime {
    color: #f1f1f1;
}

.latest a.bb-btn.btn-more{
    background: #ffffff
}

a.bb-btn.btn-more, 
div.bb-btn.btn-more a {
    padding-right:47px;
}

a.bb-btn.btn-more:before,
div.bb-btn.btn-more a:before{
    content: '\f105';
    font-size: 20px;
    line-height: 22px;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    letter-spacing: 1px;
}

.latest a.Korabbiak{
    display:none;
}

a.Korabbiak {
    text-align: right;
    float: right;
    margin: 10px 0px;
    color: #f1f1f1;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 12px;
}

/* home - posts */

body > section > article > div.wp-block-group > div {
    max-width: 1200px;
    margin: auto;
    padding: 50px 15px;
}

.wp-block-group.block-posts {
    background: #F6F6F6;
}

.block-posts h2.wp-block-heading {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FCB40F;
    text-decoration: none;
    margin: unset;
}

.block-posts-header {
    margin-bottom: 0px;
}

.block-posts hr.wp-block-separator {
    height: 5px;
    margin-bottom: 25px;
    border-radius: 20px;
}

.block-posts .aktualis-bejegyzesek {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.block-posts .aktualis {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 40px 0px 40px 0px;
    border: 10px transparent solid;    
    background: transparent;
}

 .block-posts .aktualis:hover {
    border: 10px white solid;
    background: white;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

.block-posts .aktualis_kep {
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    border-radius: 30px 0px;
}

 .block-posts  .aktualis_kep img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}


.post-date {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
}

.post-title a {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 27px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FCB40F;
    text-decoration: none;
}

.post-content {
    color: #161616;
    text-shadow: unset;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 700;
}

.readingtime {
    color: #161616;
    font-size: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
}

.aktualis_bejegyzés .post-btn {
    display: none;
}

.latest .aktualis_bejegyzés .post-btn {
    display: block;
}

.post-title {
    min-height: 6em;
    display: flex;
    align-items: center;
}

.post-meta {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 5px;
}

.latest .post-meta {
    margin-top: unset;
}

/* home ettermünk */

h2.wp-block-heading.has-text-align-center {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FCB40F;
    text-decoration: none;
    margin: 0px auto 1em;
}

h3.wp-block-heading {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    color: #FCB40F;
    text-decoration: none;
}

p strong {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: unset;
    color: #161616;
    text-decoration: none;
}

.block-etterem p {
    font-weight: 600;
}

.ertek {
    margin-bottom: 10px;
}

.ertek i {
    font-size: 31px;
    color: #fcb40f;
}

span.rating_value {
    margin: 0px 10px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #FCB40F;
    text-decoration: none;
}

span.rating_nfo {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FCB40F;
    text-decoration: none;
}

span.ertekelesnfo {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 670;
    color: #161616;
    opacity: 0.3;
    margin-top:10px;
    display: block;
}

.map-col iframe {
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
}

/* footer */

footer.footer {
    background: url(https://beerandburgers.hu/imgs/intro_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.bottom-container {
    background: #0101019c;
    padding: 20px 0px;
}

footer .row.info {
    padding: 50px 0px 30px;
}

footer .row.info img {
    max-width: 182px;
    height: auto;
}

footer h4.wp-block-heading {
    margin: 0px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #FCB40F;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}

footer p, 
footer .wp-block-table td,
footer ul li a{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: white;
}

footer ul li a:hover,
.bottom-nav ul a:hover {
    text-decoration: none;
    color: #fcb40f;
}

.icon-col i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #161616;
    color: white;
    border-radius: 50px;
    font-size: 30px;
}

footer h2.wp-block-heading {
    margin: 0px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #FCB40F;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 25px;

}

footer .wp-block-table table {
    width: unset;
}

footer .wp-block-table * {
    border: 0px;
    padding: 0px;
}

footer .wp-block-table td {
    padding: 6px 10px;
    width: 140px;
}

footer ul {
    list-style-type: none;
    padding: 0px;
}

footer ul li {
    margin-bottom: 6px;
}

footer .wp-container-14 {
    margin: 30px 0px 10px;
}

.bottom-container .row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0px;
}

.bbs {
    padding: 30px;
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FCB511;
}

.bbs span {
    color: white;
}

.bottom-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: unset;
}

.bottom-nav ul a {
    font-size: 12px;
    font-weight: normal;
}

.footer-social {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    border-bottom: 1px solid #ffffff0a;
    padding: 0px 20px 20px 20px;
}

.copyrights {
    font-size: 12px;
    font-weight: normal;
    color: #fcb511;
    margin-top: 10px;
}

/* floating */

body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
}

img.floating-element {
    position: absolute;
    pointer-events: none;    
    animation-play-state: paused !important;
    animation-delay: calc(var(--scroll) * -1s) !important;
    -webkit-filter: drop-shadow(5px 5px 5px #000) !important;
    z-index: 10;
}

img.f_ill_01 {
    position: absolute;
    top: 20%;
    right: -2%;
}

img.f_ill_02 {
    position: absolute;
    top: 2%;
    left: 2%;
}

img.f_ill_03 {
    position: absolute;
    bottom: 0%;
    left: 7%;
}

img.f_ill_04 {
    position: absolute;
    bottom: 20%;
    right: -10%;
}

img.f_ill_05 {
    position: absolute;
    top: 60%;
    left: 5%;
}

img.f_ill_03{ animation: left1 1s linear infinite; }
img.f_ill_02{ animation: left2 1s linear infinite; }
img.f_ill_05{ animation: left3 1s linear infinite; }
img.f_ill_01{ animation: right1 1s linear infinite; }
img.f_ill_04{ animation: right2 1s linear infinite; }

@keyframes rotate { to { transform: rotate(40deg); }  }
@keyframes left1 { to { transform: translate(-130px, -90px) rotate(-10deg) scale(1.1);  -webkit-filter: drop-shadow(-5px 25px 21px #000);  } }
@keyframes left2 { to { transform: translate(-150px, -40px) rotate(-5deg) scale(1.5); -webkit-filter: drop-shadow(-5px 25px 21px #000);} }
@keyframes left3 { to { transform: translate(-100px, 50px) rotate(20deg) scale(1.3);  -webkit-filter: drop-shadow(-5px 25px 21px #000); } }
@keyframes right1 { to { transform: translate(80px, -100px) rotate(30deg) scale(0.9);  -webkit-filter: drop-shadow(-5px 25px 21px #000); } }
@keyframes right2 { to { transform: translate(100px, 20px) rotate(10deg) scale(1.1);  -webkit-filter: drop-shadow(-5px 25px 21px #000); } }

/* posts */

body.page:not(.home) .latest,
body.single .latest,
.archive .latest {
    display: none;
}

body.page:not(.home) header.part-top,
body.single header.part-top,
.archive header.part-top {
    background: unset;
    padding: unset;
}

body.single header.part-top h1,
body.page:not(.home) header.part-top h1,
body.archive header.part-top h1 {
    text-align: center;
    width: 100%;
    display: flex;
    padding: 50px 0px 20px;
    min-height: unset;
    justify-content: center;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FCB40F;
    text-decoration: none;
    margin: 0px auto;
}

body.single .block-posts .aktualis-bejegyzesek,
body.page:not(.home) .block-posts .aktualis-bejegyzesek,
body.archive .block-posts .aktualis-bejegyzesek {
    grid-template-columns: 1fr;
}

body.archive .block-posts .aktualis {
    display: flex;
    flex-direction: row;
}

body.archive .block-posts .aktualis > div.aktualis_kep {
    width: 30%;
}

body.archive .block-posts .aktualis > div.aktualis_bejegyzés {
    width: calc(70% - 30px);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    justify-content: center;
}

body.archive .block-posts .aktualis .post-title {
    min-height: 1em;
    display: flex;
    align-items: center;
}

body.archive .aktualis_bejegyzés .post-btn {
    display: block;
}

body.archive > article {
    background: #F6F6F6;
}

.pagination > * {
    font-weight: 600;
    background: #1F1F1F;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 30px;
    width: 30px;
    font-size: 12px;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 5px;
    margin: 20px 0px;
}

.pagination a.next,
.pagination a.prev {
    width: fit-content;
    padding: 0px 20px;
}

.pagination > *:not(span) {
    text-decoration: none;
    color: #1f1f1f;
    background: #f9b20f;
    font-weight: bolder;
}

a.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.block-posts .aktualis_kep img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    object-fit: contain;
    object-position: center;
    max-width: 110%;
}

.more-news a {
    font-weight: 600;
    color: #161616;
    text-decoration: none;
}

.more-news a:after {
    font-family: 'Line Awesome Free';
    font-weight: 600;
    content: '\f105';
    font-size: 15px;
    margin-left: 4px;
}

.more-news a:hover, 
.more-news a:hover:after {
    color: #fcb40f;
}

.block-posts .aktualis_kep:hover img {
    width: 115%;
    max-width: 115%;
}

.post-meta ul.post-category-list li:hover,
.bb-btn a:hover,
a.bb-btn.btn-location:hover,
.pagination > *:not(span):hover,
a.bb-btn.btn-more:hover{
    box-shadow: inset 0px 5px 10px rgba(255,255,255,0.25), inset 0px -5px 10px rgba(0,0,0,0.3), 0px -5px 5px rgba(255,255,255,0.2);
}

/* post single */

body.single > article {
    background: #F6F6F6;
}

a.post-edit-link {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background: #f9b20f;
    padding: 7px 15px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    left: 50%;
    z-index: 100;
    width: 20%;
    transform: translateX(-50%);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}

.single-head {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.single-head .post-meta {
    margin: 0px;
}

.single-head {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    background: white;
    border-radius: 10px;
    margin: 10px -15px 20px;
    padding: 5px 15px;
}

.single-head .post-date {
    font-size: 13px;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;  
    line-height: 120%;
    text-decoration: none;
}

#content h1{
    font-size: 40px;
    color: #FCB40F;  
}

#content h2{
    font-size: 35px;
    color: #FCB40F;  
}

#content h3{
    font-size: 32px;
    color: #FCB40F;  
}

#content h4{
    font-size: 28px;
    color: #161616;  
}

#content h5{
    font-family: 'Open Sans';
    font-size: 25px;
    color: #161616; 
    font-weight:700; 
}

#content h6{
    font-family: 'Open Sans';
    font-size: 20px;
    color: #161616; 
    font-weight:700; 
}

blockquote.wp-block-quote {
    background: white;
    padding: 10px;
    font-weight: 400;
    font-style: italic;
    border-radius: 10px;
    border-bottom: 3px solid #f9b20f;
}

blockquote.wp-block-quote cite {
    text-align: right;
    display: block;
}

#content ul li {
    margin-bottom: 5px;
}

#content p strong {
    font-weight: 800;
}

#content img {
    border-radius: 30px 0px;
}

aside.widget-side .widget_block {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    background: white;
    border-radius: 10px;
    margin: 10px 0px;
    padding: 5px 15px;
}

aside h2.wp-block-heading {
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
    margin: 10px auto 0px;
}

aside .aktualis_kep {
    position: relative;
}

aside .aktualis_kep {
    position: relative;
    margin-bottom: 6px;
}

aside .post-date {
    font-size: 12px;
}

aside .post-title a {
    font-size: 17px;
}

aside .post-title {
    min-height: unset;
    padding: 5px 0px 0px;
}

aside .post-content {
    display: none;
}

aside .post-meta {
    margin: unset;
}

aside .aktualis {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

#content img {
    border-radius: 30px 0px;
    margin: 20px;
    max-width: calc( 100% - 50px );
}

body.page:not(.home) article {
    background: #F6F6F6;
}

aside a.Korabbiak {
    color: #161616;
}

#content img {
    border-radius: 30px 0px;
    margin: 20px;
    max-width: calc( 100% - 50px );
    border: 8px solid white;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}

.wp-block-column.kapcsolat-urlap-form {
    background: white;
    padding: 20px;
    border-radius: 10px;
}

.kapcsolat-urlap-form .wpforms-container .wpforms-field {
    padding: 5px 0px 10px;
}

label a {
    color: #f9b20f;
    text-decoration: underline;
    font-weight: bolder;
}

.wpforms-recaptcha-container.wpforms-is-recaptcha {
    display: none;
}

button#wpforms-submit-95 {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    background: #f9b20f;
    padding: 7px 55px;
    font-family: 'Patua One';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #161616;
    text-decoration: none;
    z-index: 100;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
}
/* mobile */

.onlymobile{display:none;}

/* animations */

a, img, i, div, ul, li, ::after, ::before, :after, :before, button, p, nav {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.noanimation{
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	transition: unset;
}

.blur {
    filter: blur(1px);
    -moz-filter: blur(1px);
    -webkit-filter: blur(1px);
    -o-filter: blur(1px);
}

@media screen and (max-width:500px){    

}

@media screen and (max-width:765px){
	.container {
		max-width: 95%;
	}  
	.onlymobile{display:block;}
    .hidemobile{display:none !important;}   

    body.archive .block-posts .aktualis {
        display: flex;
        flex-direction: column;
    }
    
    body.archive .block-posts .aktualis > div.aktualis_kep {
        width: 100%;
    }
    
    body.archive .block-posts .aktualis > div.aktualis_bejegyzés {
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
        justify-content: center;
    }
    footer .row.info {
        padding: 50px 0px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        align-content: center;
        text-align: center;
    }
    footer .row.info > div.col {
        flex: 0 0 100%;
    }
    footer .wp-block-table table {
        width: unset;
        margin: 0px auto 40px;
    }
    .icon-col i {
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: #f9b20f;
        color: #1f1f1f;
        border-radius: 50px;
        font-size: 30px;
    }
    div#block-8 div {
        gap: 10px;
        margin-bottom: 3px;
    }
    .logo-container {
        text-align: center;
    }
    .menu-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        gap: 15px;
    }
    img.f_ill_02 {
        position: absolute;
        top: 1%;
        left: -13%;
        width: 100px;
    }
    img.f_ill_01 {
        position: absolute;
        top: 20%;
        right: -15%;
        width: 30%;
    }
    .latest .aktualis > div {
        max-width: 100%;
    }
    .block-posts h2.wp-block-heading {
        max-width: 90%;
        text-align: center;
        margin: 0px auto;
    }
    .block-posts .aktualis-bejegyzesek {
        grid-template-columns: 1fr;
    }
    img.f_ill_05 {
        position: absolute;
        top: 55%;
        left: 5%;
    }
    img.f_ill_04 {
        position: absolute;
        bottom: 23%;
        right: 13%;
        width: 100px;
    }
    img.f_ill_03 {
        position: absolute;
        bottom: 2%;
        left: 27%;
        width: 80px;
    }
    .menu-container {
        text-align: center;
        display: flex;
        align-content: center;
        z-index: 11;
    }
    div#menu-icon {
        cursor: pointer;
    }
    #menu-icon .navbar {
        border-radius: 30px;
        text-align: center;
        background: #f9b20f;
        padding: 7px 45px;
        font-family: 'Patua One';
        font-style: normal;
        font-weight: 400;
        font-size: 19px;
        text-transform: uppercase;
        color: #161616;
        text-decoration: none;
        position: relative;
        margin-top: 10px;
    }
    .menu-container nav.menu {
        position: absolute;
        top: 50px;
        right: 0px;
        padding: 20px;
        background: #f9b20ff5;
        border-radius: 20px;
        width: 100%;
    }
    .menu-container nav.menu{
        display: none;
        opacity: 0;
    }
    .menu-container nav.menu.active{
        display: block;       
        opacity: 1;
    }
    .menu-container nav.menu ul {

        list-style-type: none;
        padding: 0px;
        gap: 0px;
        margin-bottom: 0px;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: center;
    }
    .menu-container nav.menu ul li a {
        color: #0b0a0a;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        border-top: 1px solid rgba(255,255,255,0.2);
        padding: 5px;
    }
    .menu-container nav.menu ul li:first-child a {
        border-top: unset;
    }
    .menu-container nav.menu ul li:last-child a {
        border-bottom: unset;
    }
    .menu-container nav.menu ul li {
        width: 100%;
    }
    #menu-icon .navbar:hover {
        box-shadow: inset 0px 5px 10px rgba(255,255,255,0.25), inset 0px -5px 10px rgba(0,0,0,0.3), 0px -5px 5px rgba(255,255,255,0.2);
    }
    #menu-icon.active .navbar{
        box-shadow: inset 0px -5px 10px rgba(255,255,255,0.25), inset 0px 5px 6px rgba(0,0,0,0.3), 0px 4px 5px rgba(255,255,255,0.2);
    }
    .social {
        vertical-align: middle;
        display: inline-flex;
        gap: 20px;
        margin: 0px 0px 0px 0px;
    }
    .location {
        margin-bottom: 0px;
    }
    .map-col iframe {
        border-radius: 20px;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
        max-width: 100%;
    }
    body > header, body > footer {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
        z-index: 10;
        position: relative;
        overflow: initial;
    }
    body.single article h1.post-title {
        font-size: 30px;
        padding: 20px;
    }
    .single-head {
        display: flex;
        align-items: center;
        gap: 0px;
        flex-direction: row;
        flex-wrap: wrap;
        background: white;
        border-radius: 10px;
        margin: 0px 0px 10px;
        padding: 5px 15px;
        justify-content: center;
    }
    #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
        margin-top: 0.3em;
    }    
}


@media (min-width: 766px){
 
}

@media (min-width: 766px) and (max-width:900px){    
	.container {
		max-width: 95%;
	}  
	.onlymobile{display:block;}
    .hidemobile{display:none !important;}   
    div#menu-icon {
        display: none;
    }  
    .widget_block .aktualis-bejegyzesek .aktualis > div {
        flex: unset !important;
    }
    .menu-container {
        text-align: center;
        gap: 20px;
    }
    .latest .aktualis > div {
        max-width: 47%;
        position: relative;
    }
    .logo-container {
        text-align: center;
        margin-bottom: 10px;
    }
    img.f_ill_02 {
        position: absolute;
        top: -2%;
        left: -5%;
    }
    img.f_ill_01 {
        position: absolute;
        top: 21%;
        right: -2%;
    }
    img.f_ill_04 {
        position: absolute;
        bottom: 20%;
        right: 2%;
        width: 240px;
    }
    img.f_ill_03 {
        position: absolute;
        bottom: 2%;
        left: 12%;
        width: 100px;
    }
    img.f_ill_05 {
        position: absolute;
        top: 50%;
        left: 7%;
        width: 92px;
    }
    .map-col iframe {
        border-radius: 20px;
        box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
        max-width: 100%;
    }
    body > header, body > footer {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
        z-index: 10;
        position: relative;
        overflow: initial;
    }
}

@media (min-width: 901px) and (max-width:1200px){
	.container {
		max-width: 95%;
	}
    .latest .aktualis > div {
        max-width: 45%;
        position: relative;
    }
    img.f_ill_02 {
        position: absolute;
        top: 2%;
        left: -5%;
    }
    img.f_ill_01 {
        position: absolute;
        top: 21%;
        right: -2%;
    }
    img.f_ill_04 {
        position: absolute;
        bottom: 20%;
        right: 2%;
        width: 240px;
    }
    img.f_ill_03 {
        position: absolute;
        bottom: 2%;
        left: 12%;
        width: 100px;
    }
    img.f_ill_05 {
        position: absolute;
        top: 50%;
        left: 7%;
        width: 92px;
    }
    .menu-container {
        text-align: center;
        gap: 20px;
    }
    .logo-container {
        text-align: center;
        margin-bottom: 10px;
    }
}

@media (min-width: 1201px) and (max-width:1399px){
    .latest .aktualis > div {
        max-width: 49%;
        position: relative;
    }
}

@media (min-width: 1400px){
	.container {
		max-width: 1200px;
	}
}
