.mm-spn.mm-spn--light {
    background: #9ade94;
    color: #000;
}

.mm-spn.mm-spn--navbar:after {
    opacity: 0.5;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    box-shadow: 1px 1px 175px #000 inset;
    background-color: rgba(153, 255, 102, 0.8);
    color: #7b7b7b;
    line-height: 15px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,
h2 {
    margin: 0;
}

a {
    text-decoration: none;
}

p,
ul,
ol {
    margin: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1001px;
}

.image-style-align-right,
.image-style-align-left {
    margin-top: 0;
    margin-bottom: 1em;
    max-width: 50%;
}

.image {
    margin: 15px 0;
}

.image.image-style-align-right {
    margin-left: 15px;
    float: right;
}

.image.image-style-align-left {
    margin-right: 15px;
    float: left;
}

.image img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.media {
    margin: 15px 0;
}

#offcanvas-menu {
    line-height: 20px;
    font-size: 16px;
}

#header {
    min-height: 145px;
    box-shadow: 1px 1px 5px #000;
    background: url("../img/header-background.jpg") repeat-x center;
}

#header-container {
    position: relative;
    padding-top: 112px;
}

#header-logo {
    position: absolute;
    top: 25px;
    left: 26px;
    width: 148px;
    box-shadow: 1px 1px 5px #000;
}

#header-logo a {
    display: block;
}

#header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

#header-menu {
    background: transparent;
}

#header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-menu > ul {
    padding-left: 174px;
}

#header-menu > ul::after {
    display: block;
    clear: left;
    content: "";
}

#header-menu > ul > li {
    position: relative;
    float: left;
}

#header-menu li ul {
    display: none;
    position: absolute;
    top: 33px;
    left: 0;
    background: rgba(102, 204, 102, 0.9);
    white-space: nowrap;
}

#header-menu li:hover ul {
    display: block;
}

#header-menu a,
#header-menu .submenu-label {
    display: block;
    color: #fff;
    text-transform: lowercase;
    line-height: 15px;
    font-size: 13px;
}

#header-menu a:hover {
    background: rgba(255, 102, 0, 0.5);
}

#header-menu > ul > li > a,
#header-menu .submenu-label {
    padding: 12px 7px 6px;
}

#header-menu li li a {
    padding: 4px 5px 3px;
}

#offcanvas-menu-toggle {
    position: absolute;
    top: 25px;
    right: 26px;
    width: 46px;
    height: 46px;
    border: 0 none;
    border-radius: 4px;
    background: rgba(102, 204, 102, 0.75);
    padding: 11px 13px;
}

#offcanvas-menu-toggle .menu-icon-bar {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
}

#offcanvas-menu-toggle .menu-icon-bar + .menu-icon-bar {
    margin-top: 4px;
}

@media screen and (max-width: 1199px) {
    #header-menu {
        display: none;
    }
}

@media screen and (min-width: 1200px) {
    #offcanvas-menu,
    #offcanvas-menu-toggle {
        display: none;
    }
}

#content {
    margin-top: 2px;
    margin-bottom: 2px;
    min-height: calc(100vh - 145px);
}

#content-container {
    background: #fff;
    box-shadow: 0 -1px 5px #000000;;
}

@media screen and (max-width: 413px) {
    #content-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 414px) and (max-width: 1023px) {
    #content-container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 1024px) {
    #content-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

#main,
#aside {
    padding-top: 35px;
    padding-bottom: 70px;
}

@media screen and (max-width: 799px) {
    #aside {
        border-top: 1px solid #ccc;
    }
}

@media screen and (min-width: 800px) {
    #content-container {
        display: flex;
        align-items: stretch;
    }

    #main {
        flex: 0 0 calc(100% - 201px);
        padding-right: 5px;
    }

    #aside {
        flex: 0 0 201px;
        border-left: 1px solid #ccc;
        padding-left: 5px;
    }
}

#footer-spacer {
    background: #adfc83;
    padding-bottom: 114px;
}

#footer {
    box-shadow: -1px 0 13px #000000;
    background: url("../img/footer-background.jpg");
    padding-bottom: 9px;
    color: #fff;
}

#footer a {
    color: inherit;
}

#footer-top {
    display: flex;
}

#footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer-menu > ul::after {
    display: block;
    clear: left;
    content: "";
}

#footer-menu > ul > li {
    position: relative;
    float: left;
}

#footer-menu li ul {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    background: rgba(102, 204, 102, 0.9);
    white-space: nowrap;
}

#footer-menu li:hover ul {
    display: block;
}

#footer-menu a,
#footer-menu .submenu-label {
    display: block;
    color: #fff;
    text-transform: lowercase;
    line-height: 15px;
    font-size: 13px;
}

#footer-menu a:hover,
#footer-menu .submenu-label:hover {
    background: rgba(255, 102, 0, 0.5);
}

#footer-menu > ul > li > a,
#footer-menu .submenu-label {
    padding: 5px 10px 5px;
}

#footer-menu li li a {
    padding: 4px 5px 3px;
}

#footer-bottom {
    margin-top: 28px;
}

#footer-extra-menu a {
    text-decoration: underline;
    font-size: 13px;
}

@media screen and (max-width: 413px) {
    #footer-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (min-width: 414px) and (max-width: 1023px) {
    #footer-container {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 639px) {
    #footer-extra-menu {
        margin-top: 10px;
    }
}

@media screen and (min-width: 640px) {
    #footer-copyright {
        float: left;
    }

    #footer-extra-menu {
        float: left;
        margin-left: 20px;
    }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
    #footer-contact {
        clear: left;
        padding-top: 10px;
    }
}

@media screen and (max-width: 1023px) {
    #footer-top {
        flex-direction: column;
    }

    #footer-createdby {
        order: 2;
        text-align: right;
    }

    #footer-contact {
        margin-top: 10px;
    }
}

@media screen and (min-width: 1024px) {
    #footer-createdby {
        flex: 0 0 174px;
        padding-top: 5px;
        padding-left: 28px;
    }

    #footer-bottom::after {
        display: block;
        clear: both;
        content: "";
    }

    #footer-contact {
        float: right;
        margin-left: 20px;
    }
}

#aside h1 {
    color: #ff6600;
    text-transform: uppercase;
    line-height: 30px;
    font-size: 22px;
}

#aside-quote-request {
    text-align: center;
}

#aside-external-links {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    text-align: center;
}

#aside-external-links-body {
    margin-top: 20px;
}

#aside-external-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#aside-external-links .external-link-title {
    font-size: 13px;
}

#aside-external-links a {
    color: #33cc33;
}

#aside-external-links .external-link-image {
    margin-top: 5px;
}

#aside-external-links .external-link-image a {
    display: block;
}

#aside-external-links .external-link-image img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 799px) {
    #aside-external-links-body ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    #aside-external-links-body li {
        flex: 0 0 200px;
        margin-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

    #aside-external-links .external-link-text {
        min-height: 45px;
    }
}

@media screen and (min-width: 800px) {
    #aside-external-links li + li {
        margin-top: 10px;
    }
}

.error-message {
    margin-bottom: 35px;
    background: darkred;
    padding: 1em 2em;
    color: white;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
}

.pager {
    margin-top: 30px;
}

.pager-links::after {
    display: block;
    clear: both;
    content: "";
}

.pager-link {
    background: #ff6600;
    padding: 4px 10px;
    color: #fff;
    text-transform: lowercase;
}

.pager-link:hover {
    filter: brightness(90%);
}

.pager-previous-page-link {
    float: left;
}

.pager-next-page-link {
    float: right;
}

#service h1 {
    color: #ff6600;
    line-height: 30px;
    font-size: 22px;
}

#service-description {
    margin-top: 15px;
}

.first-level-service-page #service-description {
    background: #e6e6e6;
    padding: 10px;
}


#service-description h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 22px;
}

#service-description h2 {
    color: #33cc33;
}

.first-level-service-page #service-description h2 {
    color: #ff6600;
}

#service-description h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
    line-height: 20px;
    font-size: 14px;
}

#service-description ol > li {
    margin-bottom: 10px;
}

#service-description p {
    margin-top: 10px;
}

#service-description a {
    color: #33cc33;
}

#references-heading,
#reference-category-heading {
    color: #ff6600;
    line-height: 30px;
    font-size: 22px;
}

#references-body,
#reference-category-body {
    margin-top: 40px;
}

.reference {
    position: relative;
}

.reference a {
    display: block;
    color: #000;
}

.reference img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.reference-overlay {
    display: none;
    position: absolute;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    padding: 2em 1em;
    text-align: center;
    text-transform: uppercase;
}

.reference a:hover .reference-overlay {
    display: block;
}

@media screen and (max-width: 1023px) {
    .references-container {
        margin-right: auto;
        margin-left: auto;
        max-width: 380px;
    }

    .reference + .reference {
        margin-top: 10px;
    }

    .reference-overlay {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .references-container {
        margin-right: -3px;
        margin-left: -3px;
    }

    #service-references .references-container {
        margin-right: -10px;
        margin-left: -10px;
    }

    .references-container::after {
        display: block;
        clear: left;
        content: "";
    }

    .reference {
        float: left;
        padding: 3px;
    }

    .reference-overlay {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
}

.articles .article {
    border-bottom: 1px solid #33cc33;
    padding-right: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.articles .article + .article {
    margin-top: 25px;
}

.articles .article h1 {
    color: #33cc33;
    font-size: 13px;
}

.articles .article-subtitle {
    color: #000;
    font-weight: 700;
}

.articles .article h1 a,
.articles .article-subtitle a {
    color: inherit;
}

.articles .article-main-image {
    width: 150px;
}

.articles .article-main-image img {
    display: block;
    width: 100%;
    height: auto;
}

.articles .article-main-image a {
    display: block;
}

.articles .article footer {
    margin-top: 20px;
}

.articles .article footer::after {
    display: block;
    clear: both;
    content: "";
}

.articles .article-read-more-link {
    float: left;
    background: #ff6600;
    padding: 4px 10px;
    color: #fff;
    text-transform: lowercase;
}

.articles .article-read-more-link:hover {
    filter: brightness(90%);
}

.articles .article footer time {
    float: right;
    margin-top: 4px;
}

@media screen and (max-width: 639px) {
    .articles .article-main-image {
        margin-top: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .articles .article-excerpt {
        margin-top: 10px;
    }
}

@media screen and (min-width: 640px) {
    .articles .article::after {
        display: block;
        clear: both;
        content: "";
    }

    .articles .article header {
        float: right;
        margin-bottom: 10px;
        width: calc(100% - 160px);
    }

    .articles .article-main-image {
        float: left;
        margin-right: 10px;
    }
}

.single-article-title {
    margin-bottom: 10px;
    color: #33cc33;
    font-size: 17px;
}

.single-article-subtitle {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

.single-article-author-name {
    font-style: italic;
}

.single-article-body {
    margin-top: 15px;
}

.single-article-body p,
.single-article-body ul,
.single-article-body ol {
    margin-top: 15px;
}

@media screen and (min-width: 1024px) {
    .single-article-body p {
        text-align: justify;
    }
}

#experts .expert {
    position: relative;
    background: rgba(61, 61, 61, 0.1);
    padding: 5px;
}

#experts-heading {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
}

#experts .expert-heading {
    line-height: 15px;
    font-size: 13px;
    font-weight: 700;
}

#experts .expert-heading a {
    color: inherit;
}

#experts .expert-heading a:hover {
    color: #ff6600;
}

#experts .expert-image {
    position: absolute;
    top: 0;
    left: 0;
}

#experts .expert-image a {
    display: block;
}

#experts .expert-image img {
    display: block;
    width: 100%;
    height: auto;
}

#experts .expert-specialization {
    margin-top: 8px;
}

#experts .expert-company {
    margin-top: 6px;
}

#experts .expert-company a {
    color: #33cc33;
}

@media screen and (max-width: 413px) {
    #experts .expert {
        height: 120px;
    }

    #experts .expert-image {
        width: 120px;
    }

    #experts .expert-heading,
    #experts .expert-text-body {
        margin-left: 128px;
    }
}

@media screen and (min-width: 414px) and (max-width: 639px) {
    #experts .expert {
        height: 150px;
    }

    #experts .expert-image {
        width: 150px;
    }

    #experts .expert-heading,
    #experts .expert-text-body {
        margin-left: 160px;
    }
}

@media screen and (max-width: 639px) {
    .expert + .expert {
        margin-top: 13px;
    }
}

@media screen and (min-width: 640px) {
    #experts-body::after {
        display: block;
        clear: left;
        content: "";
    }

    #experts .expert {
        float: left;
    }
}

@media screen and (min-width: 640px) {
    #experts .expert {
        width: calc(50% - 2px);
        height: 120px;
    }

    #experts .expert:nth-child(2n) {
        margin-left: 4px;
    }

    #experts .expert:nth-child(n + 3) {
        margin-top: 13px;
    }

    #experts .expert-image {
        width: 120px;
    }

    #experts .expert-heading,
    #experts .expert-text-body {
        margin-left: 128px;
    }
}

#expert-image {
    float: left;
    margin-right: 20px;
}

#expert-qualification {
    margin-top: 25px;
    font-style: italic;
}

#expert-specialization {
    margin-top: 12px;
    color: #ff6600;
    font-weight: 700;
}

#expert-specialization:first-child {
    margin-top: 25px;
}

#expert-introduction {
    margin-top: 12px;
}

#expert-introduction a {
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}

#calculators {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.calculator-link {
    display: block;
    margin: 20px;
    width: 190px;
    color: inherit;
}

.calculator-link-image {
    display: block;
}

.calculator-link-text {
    display: block;
    padding: 15px;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
}

.calculator-link:hover .calculator-link-text {
    text-decoration: underline;
}

iframe {
    width: 100%;
    border: 0 none;
}

.kalk_label {
    font-size: 13px;
    font-weight: bold;
    color: #7b7b7b;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}

td {
    padding: 5px;
}

.reference-images {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
}

.reference-images a {
    display: block;
}

.reference-images img {
    display: block;
}

.reference-description {
    margin-top: 24px;
}

@media screen and (max-width: 479px) {
    .reference-images {
        width: 200px;
    }

    .reference-images a + a {
        margin-top: 24px;
    }
}

@media screen and (min-width: 480px) {
    .reference-images::after {
        display: block;
        clear: left;
        content: "";
    }

    .reference-images a {
        float: left;
    }
}

@media screen and (min-width: 480px) and (max-width: 799px) {
    .reference-images {
        width: 424px;
    }

    .reference-images a:nth-child(2n) {
        margin-left: 24px;
    }

    .reference-images a:nth-child(n + 3) {
        margin-top: 24px;
    }
}

@media screen and (min-width: 800px) {
    .reference-images {
        width: 648px;
    }

    .reference-images a {
        margin-left: 24px;
    }

    .reference-images a:nth-child(3n + 1) {
        margin-left: 0;
    }

    .reference-images a:nth-child(n + 4) {
        margin-top: 24px;
    }
}

.page-body {
    margin-top: 15px;
}

.page-body h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 22px;
}

.page-body p {
    margin-top: 10px;
}

.page a {
    color: #33cc33;
}

.error-body {
    margin-top: 15px;
}

#hoszig_eredmenyMsg1 strong,
#hoszig_eredmenyMsg2 strong,
#hoszig_eredmenyMsg3 strong,
#hoszig_eredmenyMsg4 strong {
    color: #000;
}

#index-more {
    margin-top: 30px;
    text-align: center;
    line-height: 0;
}

#index-more-link {
    display: inline-block;
    background: #ff6600;
    padding: 4px 10px;
    color: #fff;
    text-transform: lowercase;
    line-height: 15px;
    font-size: 11px;
}