@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/brandongrotesquebold-webfont.eot');
    src: url('../webfonts/brandongrotesquebold-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/brandongrotesquebold-webfont.woff2') format('woff2'), url('../webfonts/brandongrotesquebold-webfont.woff') format('woff'), url('../webfonts/brandongrotesquebold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/brandongrotesqueregular-webfont.eot');
    src: url('../webfonts/brandongrotesqueregular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/brandongrotesqueregular-webfont.woff2') format('woff2'), url('../webfonts/brandongrotesqueregular-webfont.woff') format('woff'), url('../webfonts/brandongrotesqueregular-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../webfonts/brandongrotesquelight-webfont.eot');
    src: url('../webfonts/brandongrotesquelight-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/brandongrotesquelight-webfont.woff2') format('woff2'), url('../webfonts/brandongrotesquelight-webfont.woff') format('woff'), url('../webfonts/brandongrotesquelight-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Retro Signaturere';
    src: url('../webfonts/retrosignature-webfont.eot');
    src: url('../webfonts/retrosignature-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/retrosignature-webfont.woff2') format('woff2'), url('../webfonts/retrosignature-webfont.woff') format('woff'), url('../webfonts/retrosignature-webfont.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* BASE
================================================== */

body {
    font-size: 1rem;
    color: #555;
    background: #fff;
}

body,
input,
button,
textarea {
    font-family: Catamaran, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-family: "Brandon Grotesque", Arial, sans-serif;
    font-weight: 200;
}

p,
ul,
ol,
table,
figure {
    margin-bottom: 1.5rem;
}

a,
input,
textarea,
button {
    transition: color .3s, background-color .3s, border-color .3s, opacity .3s;
}

a,
a:focus {
    color: #0078c0;
}

a:hover {
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

*,
*:focus {
    outline: none !important;
}

b,
strong {
    font-weight: 700;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto;
}


/* LAYOUT
================================================== */


/*
	Header
*/

.header {
    position: fixed;
    z-index: 1010;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f3faff;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.header__logo {
    height: 40px;
}

.header__logo img {
    width: auto;
    height: 100%;
}


/*
    Headline
*/

.headline {
    padding: 20px 0;
}

.headline>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headline__title {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
}


/*
	Footer
*/

.footer {
    font-size: 1rem;
    padding-top: 80px;
    padding-bottom: 30px;
    color: #fff;
    background: #0078c0;
}

.footer__title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
    color: #000;
}

.footer .list-icons a {
    color: #fff;
}

.footer .list-icons a:hover {
    opacity: .6;
}

.footer .card {
    color: #555;
}

.footer li {
    margin-bottom: .5rem;
}


/* SECTIONS
================================================== */

.section {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section--split {
    position: relative;
}

.section--split .section__bg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 50%;
    background-position: center center;
    background-size: cover;
}

.section--split-right .section__bg {
    left: 0;
}

.section--feature {
    background-size: cover;
    background-position: left bottom;
}


/*
    Layer
*/

.layer {
    position: relative;
    background-position: center center;
    background-size: cover;
}

.layer:before {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.layer--dark:before {
    background: #000;
    opacity: .5;
}

.layer>* {
    position: relative;
    z-index: 2;
}


/*
    Hero
*/

.hero {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 20px;
    background-position: right top;
    background-size: cover;
}

.hero--light {
    color: #000;
}

.hero--light:after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .6;
}

.hero>* {
    position: relative;
    z-index: 2;
}

.hero__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.875rem;
}

.hero--dark {
    color: #fff;
}


/* MODULES
================================================== */


/*
    Post box
*/

.post-box {
    display: block;
    margin-bottom: 30px;
}

.post-box,
.post-box:hover,
.post-box:focus {
    color: #555;
}

.post-box__figure {
    overflow: hidden;
    margin: 0;
    height: 300px;
}

.post-box__figure img {
    width: 100%;
    height: 100%;
    max-height: inherit;
    max-width: inherit;
    object-fit: cover;
}

.post-box figure {
    position: relative;
    margin: 0;
    background-position: center center;
    background-size: cover;
    transition: transform .3s;
}

.post-box figure:after {
    display: block;
    content: "";
    padding-top: 80%;
}

.post-box figure img {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.post-box__content {
    padding: 20px 0;
}

.post-box__title {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #000;
}

.post-box .btn-arrow {
    transition: all .3s;
}

.post-box:hover figure {
    transform: scale(1.1);
}

.post-box:hover .btn-arrow {
    color: #000;
}


/*
    Post
*/

.post__figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    min-height: 300px;
    background-position: center center;
    background-size: cover;
}

.post__figure:before {
    display: block;
    content: "";
    padding-top: 30%;
}

.post__figure img {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
}

.post__content {
    position: relative;
    z-index: 1;
    margin-top: -60px;
    font-weight: 400;
    line-height: 2;
    padding: 30px 15px;
    background: #fff;
}

.post__title {
    margin-bottom: .5rem;
    font-size: 1.875rem;
}

.post__content time {
    display: block;
    margin-bottom: 2rem;
    color: #777;
}


/*
    Gallery box
*/

.gallery-box {
    position: relative;
    display: block;
    background-position: center center;
    background-size: cover;
}

.gallery-box:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.gallery-box:after {
    position: absolute;
    content: "";
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #020a2d;
    opacity: 0;
    transform: scale(.9);
    transition: all .3s;
}

.gallery-box img {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.gallery-box__zoom {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    font-size: 24px;
    margin-top: 10px;
    color: #fff;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.gallery-box:hover:after {
    transform: scale(1);
    opacity: .7;
}

.gallery-box:hover .gallery-box__zoom {
    margin-top: 0;
    opacity: 1;
}


/*
    Map
*/

.map {
    position: relative;
}

.map iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
}

.map .container {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


/*
    Member box
*/

.member-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.member-box__figure {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
}

.member-box__figure:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.member-box__figure:after {
    position: absolute;
    content: "";
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000);
    opacity: .3;
}

.member-box__figure img {
    position: absolute;
    width: 1px;
    height: 1px;
    left: -9999px;
    opacity: 0;
}

.member-box__figure__bg {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    transition: all .5s;
}

.member-box__figure__content {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
}

.member-box__title {
    margin: 0;
    font-size: 3.125rem;
    line-height: 1;
    font-family: "Retro Signature", Arial, sans-serif;
}

.member-box__subtitle {
    margin: 0;
    font-family: Catamaran, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 700;
}

.member-box__figure:hover {
    color: #fff;
}

.member-box__figure:hover .member-box__figure__bg {
    transform: scale(1.1);
}

.member-box__content {
    padding-bottom: .5rem;
    font-size: 1rem;
    text-align: center;
}

.member-box__footer {
    position: relative;
    padding-top: 40px;
    text-align: center;
}

.mainpage .member-box__footer:before {
    display: none;
}

.member-box__footer__title {
    margin-bottom: .75rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .8125rem;
}

.member-box__footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    list-style-type: none;
}

.member-box__footer li {
    margin: 0 .5rem .25rem;
}

.member-box__footer a {
    color: #555;
}

.member-box__footer a:hover {
    color: #0078c5;
}

.member-box__footer a i {
    font-size: .75rem;
}


/*
    Card
*/

.card {
    border: 0;
    border-radius: .5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.card-title {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 600;
    color: #0078c0;
}


/*
    Tiles
*/

.tile-grid>* img {
    position: relative;
}

.tile-grid>*:nth-child(1) img {
    transform: translate(0, -7%)
}

.tile-grid>*:nth-child(2) img {
    transform: translate(0, 7%)
}

.tiles {
    position: relative;
}

.tiles:after {
    display: block;
    content: "";
    padding-top: 100%;
}

.tiles img {
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.tiles img:first-child {
    z-index: 2;
    top: 0;
    right: 0;
    width: 60%;
}

.tiles img:last-child {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 80%;
}


/* COMPONENTS
================================================== */


/*
	Buttons
*/

.btn {
    height: auto;
    padding: .875rem 1.5rem;
    border-width: 2px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 2rem;
    box-shadow: none !important;
}

.btn-block {
    padding-left: .25rem;
    padding-right: .25rem;
}

.btn--primary,
.btn--primary:focus {
    border-color: #0078c0;
    color: #fff;
    background: #0078c0;
}

.btn--primary:hover,
.btn--primary:active {
    border-color: #0078c0;
    color: #0078c0;
    background: transparent;
}

.btn--outline-primary,
.btn--outline-primary:focus {
    border-color: #0078c0;
    color: #0078c0;
    background: transparent;
}

.btn--outline-primary:hover,
.btn--outline-primary:active {
    border-color: #0078c0;
    color: #fff;
    background: #0078c0;
}

.btn-arrow {
    font-weight: 700;
    color: #0078c0;
}

.btn-arrow i {
    font-size: .6875em;
}


/*
	Form components
*/

.form-group {
    margin-bottom: 30px;
}

select.form-control {
    padding-right: 40px;
    background-image: url("../img/select-arrow.svg");
    background-position: right 15px center;
    background-repeat: no-repeat;
    text-overflow: "";
    text-indent: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-control {
    height: auto;
    padding: .75rem 1rem;
    border-color: #7fbbdf !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.custom-control-label::before,
.custom-control-label::after {
    top: .125rem;
}

.custom-control-label::before {
    border-color: #7fbbdf;
    background-color: #f2f8fc;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #0078c0;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-control a {
    color: inherit;
    text-decoration: underline;
}

.custom-control a:hover {
    text-decoration: none;
}


/*
    Lists
*/

.list-icons {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.125rem;
}

.list-icons li:not(:last-child) {
    margin-right: 1rem;
}


/*
    Titles
*/

.page-title {
    margin-bottom: 3rem;
    font-size: 2rem;
    color: #000;
}

.section-title {
    font-weight: 300;
    font-size: 2rem;
}

.section-subtitle {
    font-size: 1.375rem;
}

.section-title+.section-subtitle {
    margin-top: -1rem;
}

.section-description {
    max-width: 500px;
    margin-bottom: 3rem;
}

.title-handwritten {
    font-size: 3.5rem;
    line-height: 1;
    font-family: "Retro Signature", Arial, sans-serif;
    color: #000;
}


/*
    Pagination
*/

.pagination {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
}

.pagination li {
    margin: 0 2px 5px;
}

.pagination li span,
.pagination li a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid transparent;
    color: #000;
    border-radius: 100%;
}

.pagination li a:hover {
    border-color: #eee;
}

.pagination li span {
    border-color: #a26a10;
}


/*
    Gallery
*/

[data-fancybox]:hover {
    opacity: .7;
}


/*
    File
*/

.file {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

.file img {
    display: block;
    height: 70px;
    margin: 0 auto 1rem;
    transition: all .3s;
}

.file:hover {
    color: #0078c0;
}

.file:hover img {
    transform: translate(0, -5px);
}


/* GLOBALS
================================================== */

.mt--10 {
    margin-top: 10px;
}

.mt--20 {
    margin-top: 20px;
}

.mt--30 {
    margin-top: 30px;
}

.mt--40 {
    margin-top: 40px;
}

.mt--50 {
    margin-top: 50px;
}

.mt--60 {
    margin-top: 60px;
}

.mt--70 {
    margin-top: 70px;
}

.mt--80 {
    margin-top: 80px;
}

.mt--90 {
    margin-top: 90px;
}

.mt--100 {
    margin-top: 100px;
}

.mt--110 {
    margin-top: 110px;
}

.mt--120 {
    margin-top: 120px;
}

.mt--130 {
    margin-top: 130px;
}

.mt--140 {
    margin-top: 140px;
}

.mt--150 {
    margin-top: 150px;
}

.mb--10 {
    margin-bottom: 10px;
}

.mb--20 {
    margin-bottom: 20px;
}

.mb--30 {
    margin-bottom: 30px;
}

.mb--40 {
    margin-bottom: 40px;
}

.mb--50 {
    margin-bottom: 50px;
}

.mb--60 {
    margin-bottom: 60px;
}

.mb--70 {
    margin-bottom: 70px;
}

.mb--80 {
    margin-bottom: 80px;
}

.mb--90 {
    margin-bottom: 90px;
}

.mb--100 {
    margin-bottom: 100px;
}

.mb--110 {
    margin-bottom: 110px;
}

.mb--120 {
    margin-bottom: 120px;
}

.mb--130 {
    margin-bottom: 130px;
}

.mb--140 {
    margin-bottom: 140px;
}

.mb--150 {
    margin-bottom: 150px;
}

.pt--10 {
    padding-top: 10px;
}

.pt--20 {
    padding-top: 20px;
}

.pt--30 {
    padding-top: 30px;
}

.pt--40 {
    padding-top: 40px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--110 {
    padding-top: 110px;
}

.pt--120 {
    padding-top: 120px;
}

.pt--130 {
    padding-top: 130px;
}

.pt--140 {
    padding-top: 140px;
}

.pt--150 {
    padding-top: 150px;
}

.pb--10 {
    padding-bottom: 10px;
}

.pb--20 {
    padding-bottom: 20px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--110 {
    padding-bottom: 110px;
}

.pb--120 {
    padding-bottom: 120px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--140 {
    padding-bottom: 140px;
}

.pb--150 {
    padding-bottom: 150px;
}

.mb--default {
    margin-bottom: 2rem;
}

.bg--fixed {
    background-attachment: fixed;
}

.c--white {
    color: #fff;
}

.miw--240 {
    min-width: 240px;
}

.text--lg {
    font-size: 1.25rem;
}

.line-height--lg {
    line-height: 2;
}

.bg-pos--center {
    background-position: center center;
}


/* ANIMATIONS
================================================== */

.scroll-anim {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/***************saját************/

.menu ul ul {
    display: block;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05) !important;
}

.menu ul ul:before {
    content: " ";
    width: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    margin: -10px auto 10px auto;
    display: block;
}

.menu ul li.activemarker::before {
    content: " ";
    height: 3px;
    width: 100%;
    display: block;
    background: #0078c5;
    position: absolute;
}

.socials-header a {
    margin: 0 .5em;
}

footer .list-unstyled li span a {
    color: #fff;
}

.img-responsive {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mobilephone {
    display: none;
    position: absolute;
    right: 50px;
}

.custom-control {
    padding-left: .5rem
}

.wpcf7-response-output {
    border-radius: 5px;
    padding: 20px !important;
    border: none !important;
}

.sent .wpcf7-response-output {
    background: #46b450;
}

.invalid .wpcf7-response-output {
    background: #f00;
    color: #fff;
}

.wpcf7-not-valid-tip {
    background: #f00;
    color: #fff;
    padding: 10px;
}

.sent .wpcf7-response-output {
    color: #fff;
}

.sub-menu .sub-menu {
    left: 100%;
}

.sub-menu .sub-menu:before {
    margin: -10px auto 10px 30px;
}

.kepmellettszovegblokk img {
    max-width: 100%;
}


/* RESPONSIVE
================================================== */


/*
	XS
*/

@media screen and (max-width: 575px) {}


/*
	SM and down
*/

@media screen and (max-width: 767px) {
    .section--split {
        padding-top: 330px;
    }
    .section--split .section__bg {
        left: 0;
        width: 100%;
        height: 300px;
    }
}


/*
    MD and up
*/

@media screen and (min-width: 768px) {
    .hero--light:after {
        display: none;
    }
}


/*
	MD and down
*/

@media screen and (max-width: 991px) {
    .hero--desktop {
        background: transparent !important;
    }
}


/*
	LG and up
*/

@media screen and (min-width: 992px) {
    .mt-lg--10 {
        margin-top: 10px;
    }
    .mt-lg--20 {
        margin-top: 20px;
    }
    .mt-lg--30 {
        margin-top: 30px;
    }
    .mt-lg--40 {
        margin-top: 40px;
    }
    .mt-lg--50 {
        margin-top: 50px;
    }
    .mt-lg--60 {
        margin-top: 60px;
    }
    .mt-lg--70 {
        margin-top: 70px;
    }
    .mt-lg--80 {
        margin-top: 80px;
    }
    .mt-lg--90 {
        margin-top: 90px;
    }
    .mt-lg--100 {
        margin-top: 100px;
    }
    .mt-lg--110 {
        margin-top: 110px;
    }
    .mt-lg--120 {
        margin-top: 120px;
    }
    .mt-lg--130 {
        margin-top: 130px;
    }
    .mt-lg--140 {
        margin-top: 140px;
    }
    .mt-lg--150 {
        margin-top: 150px;
    }
    .mb-lg--10 {
        margin-bottom: 10px;
    }
    .mb-lg--20 {
        margin-bottom: 20px;
    }
    .mb-lg--30 {
        margin-bottom: 30px;
    }
    .mb-lg--40 {
        margin-bottom: 40px;
    }
    .mb-lg--50 {
        margin-bottom: 50px;
    }
    .mb-lg--60 {
        margin-bottom: 60px;
    }
    .mb-lg--70 {
        margin-bottom: 70px;
    }
    .mb-lg--80 {
        margin-bottom: 80px;
    }
    .mb-lg--90 {
        margin-bottom: 90px;
    }
    .mb-lg--100 {
        margin-bottom: 100px;
    }
    .mb-lg--110 {
        margin-bottom: 110px;
    }
    .mb-lg--120 {
        margin-bottom: 120px;
    }
    .mb-lg--130 {
        margin-bottom: 130px;
    }
    .mb-lg--140 {
        margin-bottom: 140px;
    }
    .mb-lg--150 {
        margin-bottom: 150px;
    }
    .pt-lg--10 {
        padding-top: 10px;
    }
    .pt-lg--20 {
        padding-top: 20px;
    }
    .pt-lg--30 {
        padding-top: 30px;
    }
    .pt-lg--40 {
        padding-top: 40px;
    }
    .pt-lg--50 {
        padding-top: 50px;
    }
    .pt-lg--60 {
        padding-top: 60px;
    }
    .pt-lg--70 {
        padding-top: 70px;
    }
    .pt-lg--80 {
        padding-top: 80px;
    }
    .pt-lg--90 {
        padding-top: 90px;
    }
    .pt-lg--100 {
        padding-top: 100px;
    }
    .pt-lg--110 {
        padding-top: 110px;
    }
    .pt-lg--120 {
        padding-top: 120px;
    }
    .pt-lg--130 {
        padding-top: 130px;
    }
    .pt-lg--140 {
        padding-top: 140px;
    }
    .pt-lg--150 {
        padding-top: 150px;
    }
    .pb-lg--10 {
        padding-bottom: 10px;
    }
    .pb-lg--20 {
        padding-bottom: 20px;
    }
    .pb-lg--30 {
        padding-bottom: 30px;
    }
    .pb-lg--40 {
        padding-bottom: 40px;
    }
    .pb-lg--50 {
        padding-bottom: 50px;
    }
    .pb-lg--60 {
        padding-bottom: 60px;
    }
    .pb-lg--70 {
        padding-bottom: 70px;
    }
    .pb-lg--80 {
        padding-bottom: 80px;
    }
    .pb-lg--90 {
        padding-bottom: 90px;
    }
    .pb-lg--100 {
        padding-bottom: 100px;
    }
    .pb-lg--110 {
        padding-bottom: 110px;
    }
    .pb-lg--120 {
        padding-bottom: 120px;
    }
    .pb-lg--130 {
        padding-bottom: 130px;
    }
    .pb-lg--140 {
        padding-bottom: 140px;
    }
    .pb-lg--150 {
        padding-bottom: 150px;
    }
    .text--xl {
        font-size: 2.25rem;
        line-height: 1.25;
    }
    .hero {
        min-height: 600px;
    }
    .map iframe {
        height: 520px;
    }
}


/*
    LG and down
*/

@media screen and (max-width: 1199px) {
    .menu ul li.activemarker::before {
        display: none;
    }
    .menu ul li.active::before {
        content: " ";
        height: 3px;
        width: 100%;
        display: block;
        background: #0078c5;
        position: absolute;
        top: 10px;
    }
    .menu ul.sub-menu li.active::before {
        top: 0px;
    }
    body {
        padding-top: 60px;
    }
    /*
		Navigation
	*/
    .menu--active {
        overflow: hidden;
    }
    .mobile-menu-btn,
    .mobile-menu-btn:hover,
    .mobile-menu-btn:focus,
    .mobile-menu-btn:active {
        color: #000;
    }
    .mobile-menu-btn {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .mobile-menu-btn i {
        line-height: inherit;
    }
    .mobile-menu-btn--close {
        position: fixed;
        z-index: 10000;
        top: 10px;
        right: 18px;
    }
    .menu {
        position: fixed;
        display: flex;
        flex-direction: column;
        overflow: auto;
        visibility: hidden;
        z-index: 2;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 40px;
        font-weight: 600;
        font-size: 1rem;
        background: #fff;
        opacity: 0;
        border-radius: 0;
        transition: all .3s;
    }
    .menu ul {
        margin: 0;
        padding: 0 20px;
        list-style-type: none;
    }
    .menu li {
        position: relative;
        max-width: 400px;
        margin: 0 auto;
    }
    .menu a {
        display: block;
        padding: 1rem 0;
        color: #555;
        text-align: center;
    }
    .menu .active>a {
        font-weight: 700;
    }
    .menu__social {
        display: flex;
    }
    .menu__social a {
        margin-right: 1rem;
        font-size: 1.25rem;
        color: #0078c0;
    }
    .menu .submenu-btn {
        position: absolute;
        top: .5rem;
        right: -.875rem;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        margin: 0;
    }
    .menu .submenu-btn:after {
        position: absolute;
        display: block;
        content: "";
        top: 1rem;
        right: .75rem;
        width: 0;
        height: 0;
        padding: 0;
        border-top: 10px solid #000;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
    .menu ul ul {
        display: block;
        margin: 0 auto 1rem;
    }
    .menu ul ul li {
        font-size: .875rem;
        margin-bottom: .5rem;
    }
    .menu ul ul li a {
        margin-bottom: 0;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .menu .submenu-show ul {
        display: block;
    }
    .submenu-show .submenu-btn {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .menu--active .menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .socials-header {
        display: flex;
        justify-content: center;
    }
}


/*
    XL and up
*/

@media screen and (min-width: 1200px) {
    body {
        font-size: 1.125rem;
        padding-top: 98px;
    }
    /*
        Header
    */
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header__logo {
        height: 65px;
    }
    .header__logo img {
        display: block;
        height: 100%;
    }
    /*
        Navigation
    */
    .menu {
        display: flex;
        align-items: center;
    }
    .menu ul {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0;
        font-size: 1rem;
        list-style-type: none;
    }
    .menu li {
        position: relative;
    }
    .menu li a {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        font-weight: 600;
        color: #555;
        width: 100%;
    }
    .menu>ul>li:hover>a,
    .menu>ul>li.active>a {
        color: #0078c5;
        border-top-color: #0078c5;
    }
    .menu li.active>a {
        font-weight: 700;
    }
    .menu__social {
        display: flex;
        font-size: 1.125rem;
    }
    .menu .menu__social>a {
        border: 0;
        color: #fff;
        width: 100%;
        background: #0078c5;
    }
    .menu ul ul {
        position: absolute;
        z-index: 1;
        visibility: hidden;
        top: 100%;
        left: 50%;
        min-width: 260px;
        text-align: left;
        background: #fff;
        opacity: 0;
        transform: translate(-50%, 0);
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, .1);
        transition: all .3s;
    }
    .menu ul ul li {
        display: block;
        text-align: center;
    }
    .menu ul ul li a {
        display: inline-block;
        max-width: 320px;
        margin-bottom: 0;
    }
    .menu ul ul li:hover>a,
    .menu ul ul li.active>a {
        color: #fff;
        background: #0078c5;
    }
    .menu li:hover>ul {
        visibility: visible;
        opacity: 1;
    }
    /*
        Hero
    */
    .hero .text--lg {
        font-size: 1.625rem;
    }
    .hero__title {
        font-size: 3.375rem;
        line-height: 1;
    }
    .page-title {
        padding-top: 1rem;
        margin-bottom: 6rem;
        font-size: 3.75rem;
    }
    .section-title {
        font-size: 2.5rem;
    }
    .section-title.font-weight-bold {
        font-size: 3.125rem;
    }
    .section-subtitle {
        font-size: 1.875rem;
    }
    .section-description {
        margin-bottom: 5rem;
    }
    .title-handwritten {
        font-size: 5rem;
    }
    .section--split {
        display: flex;
        align-items: center;
        min-height: 680px;
    }
    .post-box__content {
        padding: 30px 0;
    }
    .post-box__title {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 1300px) {
    .header__inner {
        padding-left: 80px;
        padding-right: 70px;
    }
    .menu li a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .hero {
        min-height: 700px;
    }
}


/* KEYFRAMES
================================================== */


/* Fade In */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* Fade In Up */

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate(0, 30px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


/* Fade In Down */

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate(0, -30px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}


/*
but please write me insted of speaking, ok? Because I better understand written English
*/


/*saját*/

.mainTextSvg {
    width: 100%;
    height: auto;
}

.mainTextSvg text {
    font-family: "Brandon Grotesque", Arial, sans-serif;
    transform: translate(0%, 0);
    font-weight: 700;
    font-size: 4em;
    text-transform: uppercase;
}

.mainTextSvg text:nth-of-type(2) {
    transform: translate(0%, 1em);
}

.mainTextSvg text:nth-of-type(3) {
    transform: translate(0%, 2em);
}

.mainTextSvg text:nth-of-type(4) {
    transform: translate(0%, 3em);
}

.mainTextSvg text:nth-of-type(5) {
    transform: translate(0%, 4em);
}

.mainTextVideo {
    -webkit-clip-path: url(#clip);
    clip-path: url(#clip);
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0
}

.mainimage {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.csakszovegblokk>div {
    margin: 0 auto;
}

.kepmellettszovegblokk:nth-child(even) {
    flex-direction: row-reverse;
}

.check {
    list-style: none;
}

.check li {
    display: block;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.check li::before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/wp-content/themes/dialog-dental/img/check-01.svg);
    position: absolute;
    left: -20px;
    top: 3px;
}

.parallaxobj {
    position: absolute;
}

.fees td,
.fees th {
    padding: 10px;
}

.fees em {
    background: #0078c0;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.fees img {
    cursor: pointer;
}

.fees tr {
    background: #f3f6f8;
    border-bottom: 1px solid #fff;
}

.fees table {
    margin-bottom: 0;
}