/*
Theme Name: dev-2022
Theme URI: https://designm.hu/
Author: the WordPress team
Author URI: https://designm.hu/
Description: Basic Theme by Mariann Hennel
Tags: one-column, custom-colors, custom-menu
Version: 1.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dev-2022

*/


/* === RESET === */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

code,
pre,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

header li,
#main-menu li {
    list-style-type: none;
}

.wp-caption {
    font-size: smaller;
}

.wp-caption-text {
    font-size: smaller;
}

.sticky {}

.screen-reader-text {}

.gallery-caption {
    font-size: smaller;
}

.bypostauthor {}

.alignright,
.align-right {
    text-align: right;
}

.alignleft,
.align-left {
    text-align: left;
}

.aligncenter,
.align-center {
    text-align: center;
}

/* === RESPONSIVE TYPO === */

@media screen and (max-width: 479px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1199px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1919px) {
    html {
        font-size: 1.2vw;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 22px;
    }
}


/* === STYLE === */


:root {
    --white: #ffffff;
    --blue: #DCEEF6;
    --yellow: #F5D189;
    --black: #293546;
    --green: #579293;
}

.ease {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    color: var(--black);
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

#logo img {
    height: 32px;
    width: 150px;
}

ul,
ol {
    padding: 0;
}

ul ul,
ul ul ul,
ol ol,
ol ol ol {
    margin: 0.5rem 0;
}

ol ol,
ol ol ol {
    padding-left: 1rem;
}

ul li {
    list-style-type: circle;
    margin-bottom: 0.25rem;
    margin-left: 1rem;
    line-height: 1.5;
}

ul li::marker {
    color: var(--black);

}

ol {
    list-style: none;
    counter-reset: my-counter;
}

ol li {
    counter-increment: my-counter;
    margin-bottom: 0.25rem;
}

ol li::before {
    content: counter(my-counter) '.';
    background: var(--white);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: inline-block;
    line-height: 1.5rem;
    color: var(--black);
    text-align: center;
    margin-right: 0.5rem;
}

p {
    line-height: 1.5;

}

a {
    color: var(--black);
    text-decoration: none;
    line-height: 1.5;
}

a:hover {
    color: #000;
    text-decoration: none;
}


h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}

h2 {
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    padding-bottom: 2rem;
}

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

    h1,
    h2 {
        font-size: 1.5rem;
    }
}

h3,
.consult-link {
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

h4 {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

#hero-title h4 {
    line-height: 1.5;
}

h1 a,
h2 a,
h3 a,
h4 a,
.consult-link a {
    color: inherit;
}

blockquote {
    background: #eee;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    border-left: solid 5px var(--white);
}

.accordion {
    margin: 0 0 2rem 0;
    clear: both;
}

.accordion .accordion-content {
    display: none;
}

.accordion .accordion-title h2,
.accordion .accordion-title h3,
.accordion .accordion-title h4 {
    margin: 0;
}

.accordion .accordion-title {
    cursor: pointer;
    margin: 0;
    line-height: 1.3;
    border-bottom: solid 1px #ddd;
    color: inherit;
    padding: 0.65rem 0.5rem 0.65rem 2rem;
    position: relative;
}

.accordion .accordion-title:after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: "";
    display: inline-block;
    height: 0.6rem;
    width: 0.6rem;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.3rem;
    transform: rotate(45deg);
    vertical-align: top;
}

.accordion .accordion-title.active,
.accordion .accordion-title:hover {
    color: var(--white);
}

.accordion .active h4 {
    border-bottom: none;
}

.accordion .accordion-title.active:after,
.accordion .accordion-title:hover:after {
    transform: rotate(135deg);
    left: 0.25rem;
    margin-top: -0.35rem;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.accordion .accordion-content {
    margin: 0;
    padding: 1rem 2rem;
    overflow: hidden;
    border-bottom: solid 1px #ddd;
}

.accordion .accordion-content p {
    line-height: 1.4 !important;
}

.accordion .accordion-content p:last-of-type {
    margin: 0 !important;
}



article h2 {
    text-align: left !important;
}


body:not(.home) main {
    padding: 0;
    margin: 0;
}

#contact-info {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: left;
}

/* Footer */

#copyright {
    padding: 0.75rem 0;
    text-align: center;
    font-size: 14px;
    color: var(--white);
}


footer {
    background: url(img/footer_bg.webp) center center no-repeat;
    background-size: cover;
    position: relative;
    color: var(--white);
    font-size: smaller;
}

footer:before {
    content: '';
    position: absolute;
    ;
    width: 100%;
    height: 100%;
    background-color: rgba(87, 146, 146, 0.8);
}

footer ul li {
    list-style-type: none;
}

footer .content-box {
    padding-top: 1.5rem;
}

.footer-group {
    Min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

footer h4,
footer p,
footer a {
    position: relative;
    color: var(--white);
}

.footer-group a {
    color: var(--white);
    position: relative;
}

.footer-group a:hover {
    color: var(--yellow);
}

footer a {
    cursor: pointer;
}


/* Go to top button */

#gotop {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: var(--yellow);
    position: fixed;
    bottom: 6rem;
    right: 1rem;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10000;
}

#gotop:hover {
    background: var(--green);
}

#gotop svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

#gotop svg path {
    fill: var(--white);
}

hr {
    display: none;
}

#logo a {
    display: inline-block;
}

#logo svg {
    max-width: 120px;
    height: auto;
}

.nav-links .current {
    color: var(--green);
    font-weight: bold;
    background: var(--yellow)
}

.nav-links {
    display: inline-block;
    border-right: solid 1px var(--green);
    border-top: solid 1px var(--green);
    border-bottom: solid 1px var(--green);
    margin-bottom: 30px;
}

.nav-links a,
.nav-links span {
    display: block;
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: var(--green);
    border-left: solid 1px #ddd;
}

.nav-links a:hover {
    background: var(--yellow);
}

.pagination {
    clear: both;
    text-align: center;
    margin-top: 2rem;
}

.post-meta ul {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    font-size: smaller;
}

.post-meta ul li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

.post-tags {
    margin-top: 10px;
}

.post-tags a,
.tagcloud a,
.wp-block-tag-cloud a {
    display: block;
    float: left;
    padding: 0.15rem 0.25rem;
    border: solid 2px transparent;
    font-size: small !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
    background: var(--yellow);
    color: var(--white);
}

.post-tags a:hover,
.tagcloud a:hover,
.wp-block-tag-cloud a:hover {
    background: var(--green);
    color: var(--white);
}

#author {
    display: flex;
}

#author div:first-of-type {
    flex-basis: 8rem;
    flex-grow: 0;
    flex-shrink: 0;
}

.avatar {
    width: 6.5rem;
    height: auto;
    border-radius: 50%;
    border: solid 3px var(--light);
}

aside > div {
    padding: 1rem;
    margin-bottom: 1rem;
}

aside ul li {
    list-style-type: none;
}

aside ul li a {
    color: var(--green);
}

aside ul li a:hover {
    color: var(--yellow);
    background: var(--green);
    padding: 5px 10px;

}

#related-posts img {
    margin-bottom: 1rem;
}

#searchform {
    position: relative;
    width: 100%;
}

.read-more {
    font-weight: 500;
    color: var(--green);
}

.read-more:hover {
    color: var(--yellow);
}

.read-more svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.read-more path {
    fill: var(--green);
}

.read-more path:hover {
    fill: var(--yellow);
}

section {
    margin: 20px 0;
}

#searchform input[type="text"] {
    width: 100%;
    margin: 0;
}

#searchform button {
    border: none;
    height: 100%;
    width: 30px;
    position: absolute;
    right: 10px;
    background: none;
    padding: 0;
    border-radius: 0;
}

#searchform svg {
    border: none;
    height: 60%;
    width: 30px;
}

.wp-block-search__label {
    display: none !important;
}

.wp-block-search__button {
    background: transparent;
    border: 1px solid var(--green) !important;
    color: var(--green) !important;
}

.wp-block-search__button:hover {
    background: var(--green) !important;
    border: 1px solid var(--yellow) !important;
    color: var(--yellow) !important;
}

.sticky-btn {
    position: fixed;
    display: flex;
    z-index: 10000;
}

table {
    border-spacing: 0;
    border: solid 1px #ddd;
}

td,
th {
    padding: 0.5rem 1rem;
    border: solid 1px #ddd;
}

th {
    background: #eee;
    text-align: left;
}

/* Főoldal */

.featured-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0 10% 0;
    margin-top: -20px;
}


.main-hero {
    max-width: 600px;
    line-height: 1.5;
    padding-left: 5%;

}

@media screen and (max-width: 768px) {
    .featured-image {
        background-position: center right;
    }

    .main-hero h1 {
        background-color: rgba(220, 238, 246, 0.3);
    }

}

#services,
#referencia-box,
#whyme {
    padding: 1rem 0 2rem 0;
}

#hirlevel-feliratkozas {
    background: url(img/sub_bg.webp) bottom center no-repeat;
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 20px;
}


#hirlevel-feliratkozas:before {
    content: '';
    position: absolute;
    background: rgba(220, 238, 246, 0.3);
    width: 100%;
    height: 100%;
    margin-top: -20px;
}

#hirlevel-feliratkozas h3 {
    line-height: 1.5;
}

#other {
    background: var(--green);
    padding: 30px;
}


#other h3 {
    color: var(--white);
    line-height: 1.5;
    font-weight: 500;
    max-width: 400px;
    padding-left: 5%;
}

#other span {
    color: var(--yellow);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-left: 5%;
}

#other span:hover {
    color: var(--white);
}

#other svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

#other path {
    fill: var(--white);
}

/* Referenciák */

#referencia {
    margin-bottom: 30px;
    padding-bottom: 2rem;
}

.ref-box {
    padding: 10px 15px;
    margin-top: 15px;
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}


#referencia-box .custom-btn-1,
#testimonials .custom-btn-1,
#whyme .custom-btn-1 {
    width: 250px;
    height: 50px;
}

#referencia-box a {
    color: var(--green);
}

#referencia-box a:hover {
    color: var(--yellow);
}

.referencia-text {
    padding-bottom: 1.5rem;
}

.referencia-text svg,
.backto-consult svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.referencia-text path,
.backto-consult path {
    fill: var(--green);
}

.ref-box h4 {
    text-align: center;
    font-size: 1.2rem;
}

.lightbox-popup .close,
.lightbox-popup .prev,
.lightbox-popup .next {
    background: var(--green) !important;
}

.lightbox-popup .close path,
.lightbox-popup .prev path,
.lightbox-popup .next path {
    fill: var(--yellow) !important;
}

.lightbox-gallery figure:after {
    padding: 3px 10px !important;
}

div.my_carousel .prev,
div.my_carousel .next {
    background: var(--green) !important;
}

div.my_carousel .prev svg path,
div.my_carousel .next svg path {
    fill: var(--yellow) !important;
}


/* Vélemények */

#testimonials {
    overflow: hidden;
    padding: 20px 40px;
    background: var(--blue);
    text-align: left;
    margin: 0 auto;
    line-height: 1.5;
}

#testimonials .custom-btn-1 {
    margin-top: 1.5rem;
}

#testimonials p {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 2rem !important;
}



#testimonials div.my_carousel .item-list .item > div {
    box-shadow: 0 0px 0px rgb(0 0 0 / 0%) !important;
}


#testimonials div.my_carousel .prev,
#testimonials div.my_carousel .next {
    background: var(--green);
}

#testimonials div.my_carousel .prev svg path,
#testimonials div.my_carousel .next svg path {
    fill: var(--yellow);
}

#testimonials div.my_carousel .nav div {
    background: var(--yellow);
    width: 15px;
    height: 10px;

}

#testimonials div.my_carousel .nav div:hover {
    background: var(--green);
}

#testimonials div.my_carousel .nav .active {
    width: 36px;
    background: var(--green);
}

#velemeny-szabalyzat a {
    color: var(--green);
    font-size: 16px;
}

#velemeny-szabalyzat a:hover {
    color: var(--yellow);
}

div.my_carousel .item-parent {
    height: auto !important;
}


/* Miért én - blokk */

.elony-lista {
    text-align: left;
    margin: 20px 25px;
    display: flex;
    flex-wrap: wrap;
}

.elony-lista li {
    list-style-type: none;
    width: calc((100% - 2rem) /2);
    background: var(--blue);
    color: var(--black);
    padding: 15px;
    margin: 5px;
    font-weight: 400;
    background-position: top 1rem center;
    background-repeat: no-repeat;
    background-size: 4rem auto;
}

@media screen and (max-width: 421px) {
    .elony-lista li {
        width: 100%;
    }
}

.whyme-column {
    margin-bottom: 30px;
}

.whyme-img {
    background-size: cover;
    background-position: center right;

}

@media (min-width: 600px) and (max-width: 781px) {
    #whyme .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: 100% !important;
        flex-grow: 0;
    }
}

/* Kattintható zöld sáv - rólam és blogra */

.green-box {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Gyüjtőoldalak - Szolgáltatások, Tanácsadás */

.page-title .row {
    position: relative;

}

.page-title {
    background: url(img/sub_bg.webp) top center no-repeat;
    background-size: cover;
    margin-top: -20px;
    margin-right: -40px;
    position: relative;
}

.page-title:before {
    content: '';
    position: absolute;
    background: rgba(220, 238, 246, 0.3);
    width: 100%;
    height: 100%;
}

.page-title .col-1-3 {
    margin-left: 15px;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.hero-title {
    text-align: left;
    line-height: 1.5;

}

#archive-hero {
    position: relative;
    text-align: left;
    line-height: 1.5;
}

#archive-hero h1 {
    padding: 20px 0;

}

@media screen and (max-width: 768px) {
    .hero-title {
        margin-right: 30px;
        padding: 20px 20px 0 20px;
        overflow: hidden;
    }
}

.consult-box,
.service-box,
#services .boxes {
    position: relative;
    background: linear-gradient(to right, transparent 0%, transparent 15%, #579293 15%, #579293 100%);
    padding: 10px;
    display: block;
    min-height: 520px;
}

.text {
    padding: 15px 15px 15px 20%;
    text-align: left;
}

.text a {
    color: var(--white);
    font-weight: 300;
}

.service-box h3,
.consult-box h3 {
    text-align: center;
    font-size: 1.1rem;
}

.service-box h3 a,
.consult-box h3 a {
    color: var(--yellow);
    font-weight: 500;
    padding-left: 25px;
}

.service-box h3 a:hover,
.consult-box h3 a:hover {
    color: var(--white);
}

.pagecollect-content {
    background: linear-gradient(#DCEEF6, #DCEEF6) left bottom / 80% 50% no-repeat;
    position: relative;
    padding: 3rem 10px 50px 10px;
    margin-bottom: 3rem;
}

#pagecollect-boxcontent svg {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    margin-left: 0.5rem;

}

#pagecollect-boxcontent path {
    fill: var(--green);
}

/* Referenca */

.referenciak {
    margin: 3vw 1vw;
    padding: 3vw;
}

.referenciak article {
    box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}

.referenciak h4 {
    text-align: center;
}

.referenciak a {
    color: var(--green);
}

.referenciak a:hover {
    color: var(--yellow);
}

.referenciak article {
    padding: 15px 10px;
}

/* Szolgáltatások aloldalak */

#subpage-content {
    padding-top: 3rem;
}

.first-block {
    background: linear-gradient(rgba(220, 238, 246, 0.8), rgba(220, 238, 246, 0.8)) right bottom / 80% 60% no-repeat;
    position: relative;
    margin-right: -20px;
    padding-bottom: 2%;
    padding-top: 2rem;
    margin-bottom: 2rem;

}

.second-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    padding: 2rem 0 0 10%;
    margin-bottom: 2rem;
}

.third-block {
    background: linear-gradient(rgba(220, 238, 246, 0.8), rgba(220, 238, 246, 0.8)) left bottom / 80% 60% no-repeat;
    position: relative;
    margin-left: -20px;
    padding-bottom: 2%;
}

.third-block h3,
.third-block p {
    margin-left: 10px;
    padding-top: 2rem;
}

.img-style {
    width: 80%;
    height: auto;
    padding: 10px;
    margin-left: 15px !important;
}


.service-list {
    line-height: 1.5em;
    margin: 5px 0 15px;
    padding: 10px;
    background: var(--white);
    max-width: 600px;
}

.service-list li,
.service-centerbox li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
}

.service-list li::before,
.service-centerbox li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    width: 10px;
    height: 10px;
    border: solid var(--blue);
    border-width: 0 3px 3px 0;
    transform: rotate(35deg)
}

.servicelist-btn .custom-btn-1 {
    width: 250px;
}

.price-post {
    margin: 5px;
}

.artabla {
    padding-top: 2rem;

}

.weboldal-extra {
    margin-bottom: 2rem;
}

.price-container {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    display: inline;
    position: relative;
    z-index: 2;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    transition: color 1s ease;
    margin: 5px;
    border: 10px solid var(--blue);
}

.price-container:after,
.price-container:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.price-container:focus,
.price-container:hover {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -ms-transition: color 1s ease;
    -o-transition: color 1s ease;
    outline: 0;
    color: var(--black);
    transition: color 1s ease;
    cursor: pointer;
}

.price-container:focus:after,
.price-container:focus:before,
.price-container:hover:after,
.price-container:hover:before {
    outline: 0;
    background-color: var(--blue);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.price-container:before {
    height: 3px;
    top: 0;
    right: 0;
}

.price-container:focus:before,
.price-container:hover:before {
    width: 100%;
    height: 50%;
}

.price-container:after {
    height: 3px;
    bottom: 0;
    left: 0;
}

.price-container:focus:after,
.price-container:hover:after {
    width: 100%;
    height: 50%;
}

.price-container:hover {
    color: var(--black) !important;
}

.price-post ul li {
    list-style-type: disc;
}

.logo-arak,
.weboldal-extra {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.consult-link {
    margin: 10px;
    color: var(--yellow);
    text-align: right;
}

.consult-link:hover {
    color: var(--white);
}


.backto-consult {
    float: right;
    margin: 20px;
    color: var(--green);
    font-size: 1rem;
}

.backto-consult span {
    color: var(--green);
    font-size: 1rem;
}

#photo-content {
    padding-top: 2rem;
}

/* Rólam */

.introduction {
    background: linear-gradient(rgba(220, 238, 246, 0.8), rgba(220, 238, 246, 0.8)) left bottom / 80% 60% no-repeat;
    position: relative;
    margin-left: -20px;
    padding-bottom: 2%;
}

.introduction-img {
    width: 100%;
    height: auto;
    padding: 30px;
}

.introduction-text {
    background: var(--white);
    padding: 20px;
}


/* Blog */

article img {
    width: 100%;
    height: auto;
}

.archive-description {
    padding: 2rem;
}

.archive-description p {
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

#single-postcontent {
    padding: 1rem;
    margin-bottom: 3rem;
}

#single-posttitle {
    padding: 1rem;
}

#single-postcontent img {
    margin-bottom: 2rem;
}

#single-postcontent h2 {
    padding-top: 2rem !important;
}

#single-postcontent ul li a {
    color: var(--green);
}


#single-postcontent ul li a:hover {
    color: var(--yellow);
    background: var(--green);
    padding: 5px 10px;

}

/* 404-es oldal */

#pagenotfound {
    margin-left: -40px;
}

#pagenotfound-title {
    margin: 20px;
    padding: 10px;
    text-align: center;
}
