@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,700&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Bodoni+Moda:400,600,400italic&subset=latin,latin-ext);

body,
p,
a,
span,
label,
input,
li,
ul,
ol,
div {
    font-family: 'Poppins', sans-serif;
    color: #234590;
    font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bodoni Moda', serif;
    color: #234590;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    opacity: 0;
    transition: all 0.5s;
}


::selection {
    background: #234590;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #234590;
    /* Gecko Browsers */
    color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(35, 69, 144, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(35, 69, 144, 0.6) !important;
    outline: none !important;
}

div:focus {
    outline: none !important;
}

h1,
h2 {
    font-size: 50px;
    line-height: 55px;
}

h3 {
    font-size: 25px;
    margin: 60px 0 30px;
    font-style: italic;
}

h4 {
    font-size: 25px;
    color: #B3B3B3;
}

a {
    transition: all 0.25s;
}

a:hover,
a:focus {
    text-decoration: none;
}

.modal {
    height: fit-content;
    margin: 0;
    padding: 0;
}

.bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.graybg {
    background: #f9f9f9;
}

.bluebg {
    background: #234590;
}

.bluebg p,
.bluebg h1,
.bluebg h2,
.bluebg h3,
.bluebg li {
    color: #fff;
}

.clear {
    clear: both;
}

.bl {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

section {
    padding: 130px 0;
}

.separator {
    height: 500px;
    position: relative;
    z-index: 1;
}

/* LOADER */

.loader {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.loader #logo {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    padding: 20px;
    box-sizing: border-box;
}


/* HEADER */

.navbar {
    transition: all .25s;
    margin-top: 50px;
    z-index: 99;
}

.navbar svg {
    width: 270px;
}

.navbar .nav-link {
    color: #fff;
    font-size: 18px;
}

.navbar .nav-link svg {
    width: auto;
}

/* HEAD */

#head {
    padding: 0 0 50px;
    margin-top: -193px;
}

#head .col-12 {
    height: 510px;
}

#head h2 {
    color: #fff;
}

#itiner-1 img.signature {
    margin-top: 50px;
}

#itiner-1 .image img {
    margin-top: -300px;
    position: relative;
    z-index: 1;
}

#itiner-1 .fingerimg {
    position: absolute;
    z-index: 0;
    right: -150px;
    margin-top: -100px;
}

#itiner-1 h3 {
    margin-top: 0;
}

#itiner-2 {
    position: relative;
    z-index: 1;
}

#itiner-2 p.title {
    transform: rotate(-90deg);
    background: #fff;
    display: inline-block;
    bottom: 70px;
    margin-left: -140px;
    position: absolute;
    padding: 0 50px;
}

#itiner-2 .left {
    border-left: 1px solid #234590;
}

#itiner-2 ul {
    padding: 0 60px 0 90px;
}

#itiner-2 ul>li {
    list-style: none;
    margin-bottom: 30px;
}

#itiner-2 ul>li:last-child {
    margin-bottom: 0;
}

#itiner-2 ul>li:before {
    content: url(/../themes/frontend/images/listbefore.svg);
    position: absolute;
    margin: 1px 0 0 -22px;
    width: 9px;
}

#itiner-2 .fingerimg {
    position: absolute;
    z-index: 0;
    left: -80px;
    margin-top: -140px;
    transform: rotate(-45deg);
}

#itiner-2 h4 {
    font-style: italic;
}

#itiner-3 .fingerimg {
    position: absolute;
    z-index: 0;
    right: -250px;
    margin-top: -240px;
    overflow: hidden;
}

#itiner-4 img {
    position: absolute;
}

#itiner-5 {
    padding-top: 200px;
}

#itiner-5 .fingerimg {
    position: absolute;
    z-index: 0;
    left: -200px;
    margin-top: -600px;
}

#itiner-6 img {
    margin-top: -460px;
}

#itiner-6 .line {
    width: calc(100% - 100px);
    right: 30px;
    border-bottom: 1px solid #234590;
    position: absolute;
    z-index: 0;
    margin-top: 12px;
}

#itiner-6 p.title {
    display: inline-block;
    background: #fff;
    padding-right: 40px;
    position: relative;
    z-index: 1;
}

#itiner-7 h2 {
    margin-bottom: 50px;
}


#itiner-8 ul {
    border-left: 1px solid #234590;
    padding-left: 90px;
    margin-left: 38px;
}

#itiner-8 ul>li {
    list-style: none;
    margin-bottom: 80px;
}

#itiner-8 ul>li:last-child {
    margin-bottom: 0;
}

#itiner-8 ul>li:before {
    position: absolute;
    background: #f9f9f9;
    left: 0;
    padding: 10px 0;
}

#itiner-8 ul>li:nth-child(1):before {
    content: url(/../themes/frontend/images/1.png);
    margin: -40px 0 0 13px;
}

#itiner-8 ul>li:nth-child(2):before {
    content: url(/../themes/frontend/images/2.png);
    margin: -25px 0 0 13px;
}

#itiner-8 ul>li:nth-child(3):before {
    content: url(/../themes/frontend/images/3.png);
    margin: -17px 0 0 19px;
}

#itiner-8 ul>li:nth-child(4):before {
    content: url(/../themes/frontend/images/4.png);
    margin: 0px 0 0 27px;
}

#itiner-8 ul>li:nth-child(5):before {
    content: url(/../themes/frontend/images/5.png);
    margin: -6px 0 0 33px;
}

#itiner-8 ul>li:nth-child(6):before {
    content: url(/../themes/frontend/images/6.png);
    margin: -2px 0 0 41px;
    padding-bottom: 20px;
}

#itiner-8 .fingerimg {
    position: absolute;
    z-index: 0;
    right: -300px;
    margin-top: -100px;
}

#itiner-9 {
    position: relative;
    z-index: 1;
    background: #fff;
}

#itiner-9 .buttonLink {
    font-weight: bold;
    margin-top: 50px !important;
    color: #234590;
    padding-left: 90px;
}

#itiner-9 .buttonLink:before {
    content: url(/../themes/frontend/images/gomb_kek.png);
    position: absolute;
    width: 70px;
    left: 0;
    margin-top: -35px;

}

#itiner-9 .buttonLink:after {
    content: url(/../themes/frontend/images/gomb_feher.png);
    position: absolute;
    width: 70px;
    left: 0;
    margin-top: -35px;
    opacity: 0;
    transition: all 0.25s;
}

#itiner-9 .buttonLink:hover:after {
    opacity: 1;
}

#itiner-10 .fingerimg {
    position: absolute;
    z-index: 0;
    right: -200px;
    margin-top: -100px;
}

#itiner-10 h2 {
    margin-bottom: 50px;
}

#itiner-10 ul {
    padding-left: 23px;
}

#itiner-10 ul>li {
    list-style: none;
    margin-bottom: 30px;
}

#itiner-10 ul>li:last-child {
    margin-bottom: 0;
}

#itiner-10 ul>li:before {
    content: url(/../themes/frontend/images/listbeforewhite.svg);
    position: absolute;
    margin: 1px 0 0 -22px;
    width: 9px;
    fill: #fff;
}

#itiner-11 {
    position: relative;
    z-index: 1;
}

#itiner-11 .item {
    border-bottom: 1px solid #234590;
    padding: 50px 0;
}

#itiner-11 .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#itiner-11 h3 {
    margin: 0;
}

#itiner-12 img {
    position: absolute;
    margin-top: 65px;
    z-index: 2;
}


#itiner-12 .extraline {
    position: absolute;
    left: 20%;
    margin-top: -50px;
}

#itiner-12 p.subtitle {
    display: inline-block;
    position: absolute;
    margin-top: 5px;
}

#itiner-12 .line {
    width: 300px;
    border-bottom: 1px solid #234590;
    display: inline-block;
    margin: -20px 50px 0 0;
}

#itiner-13 {
    padding-top: 200px;
}

#itiner-13 .extraline {
    position: absolute;
    left: 50%;
    margin-top: -150px;
}

#itiner-13 .extraline .line {
    width: 300px;
    border-bottom: 1px solid #f9f9f9;
    position: absolute;
    margin: 10px 0 0 -330px;
}

#itiner-14 {
    height: 600px;
}

#itiner-14 .buttons {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 160px;
    padding: 20px 0;
}

#itiner-14 span i {
    font-size: 45px;
    color: #B3B3B3;
    font-weight: 300;
    cursor: pointer;
}

#itiner-14 .layer {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 104%;
    height: 104%;
    background: #00000015;
    z-index: 99;
    display: none;
    transition: all 0.5s;
}

#itiner-14 .layer .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 100px;
    height: 50px;
    padding: 10px;
    border-radius: 99px;
}

#itiner-14 .layer img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    height: 30px;
    object-fit: contain;
    animation-name: move;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes move {
    0% {
        transform: translateX(0) translateY(-50%);
    }

    50% {
        transform: translateX(40px) translateY(-50%);
    }

    100% {
        transform: translateX(0) translateY(-50%);
    }
}

#itiner-15 h2 {
    margin-bottom: 50px;
    margin-top: 23px;
}

#itiner-15 h3 {
    margin: 0;
}

#itiner-15 .formdiv {
    z-index: 1050;
}

#itiner-15 .formdiv h3 {
    margin-bottom: 30px;
}

#itiner-15 .form-control {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #234590;
    color: #234590;
    font-weight: bold;
}

#itiner-15 .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #234590;
    opacity: 1;
    /* Firefox */
    font-weight: normal;
}

#itiner-15 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #234590;
    font-weight: normal;
}

#itiner-15 .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #234590;
    font-weight: normal;
}

#itiner-15 .btn-primary {
    background: #234590;
    color: #fff;
    border-color: #234590;
    border-radius: 0;
    transition: background 0.25s, color 0.25s;
}

#itiner-15 .btn-primary:hover,
#itiner-15 .btn-primary:focus {
    background: transparent;
    color: #234590;
}

footer {
    padding: 30px 0;
}

footer a,
footer p,
footer ul {
    color: #fff;
    margin: 0;
}

footer li {
    display: inline-block;
}

footer li:after {
    content: '|';
    padding: 0 10px;
    color: #fff;
}

footer li:last-child:after {
    content: none;
}

footer .right {
    text-align: right !important;
}


@media (max-width: 767px) {
    .fingerimg {
        display: none;
    }



    section,
    #itiner-5,
    #itiner-13 {
        padding: 80px 0 72px;
    }

    .separator {
        height: 280px;
    }

    h1,
    h2 {
        font-size: 35px;
        line-height: 41px;
    }

    h3 {
        font-size: 20px;
        margin: 40px 0 20px;
        font-style: italic;
    }

    h4 {
        font-size: 20px;
        color: #B3B3B3;
    }

    #head {
        padding-bottom: 80px;
    }

    #itiner-1 {
        padding-bottom: 80px;
    }

    #itiner-1 .signature {
        width: 205px;
        margin-top: 25px !important;
    }

    #itiner-1 .image img {
        margin-top: 30px;
    }

    #itiner-2 {
        padding-bottom: 72px;
    }

    #itiner-2 p.title {
        display: none;
    }

    #itiner-2 ul {
        padding: 0 30px;
        border: none;
        margin-bottom: 50px;
    }

    #itiner-2 ul>li {
        margin-bottom: 20px;
    }

    #itiner-4 img {
        position: relative;
        margin-bottom: 80px;
    }

    #itiner-6 .row.mb-5,
    #itiner-6 .row.mt-5 {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    #itiner-6 img {
        margin-top: 0;
    }

    #itiner-6 .line {
        display: none;
    }

    #itiner-6 .item {
        margin-bottom: -15px;
    }

    #itiner-6 .item1 {
        margin-top: 67px !important;
    }

    #itiner-7 .pl-5,
    #itiner-7 .pr-5 {
        padding: 0 15px !important;
    }

    #itiner-7 .pl-5 h2 {
        margin-top: 60px;
    }

    #itiner-8 {
        padding-left: 35px;
    }

    #itiner-8 ul {
        border-left: 1px solid #234590;
        padding-left: 65px;
        margin-left: 0;
    }


    #itiner-8 ul>li {
        margin-bottom: 60px;
    }

    #itiner-8 ul>li:nth-child(1):before {
        content: url(/../themes/frontend/images/1.png);
        margin: -5px 0 0 -21px;
    }

    #itiner-8 ul>li:nth-child(2):before {
        content: url(/../themes/frontend/images/2.png);
        margin: -7px 0 0 -20px;
    }

    #itiner-8 ul>li:nth-child(3):before {
        content: url(/../themes/frontend/images/3.png);
        margin: -6px 0 0 -16px;
    }

    #itiner-8 ul>li:nth-child(4):before {
        content: url(/../themes/frontend/images/4.png);
        margin: -6px 0 0 -7px;
    }

    #itiner-8 ul>li:nth-child(5):before {
        content: url(/../themes/frontend/images/5.png);
        margin: -5px 0 0 -1px;
    }

    #itiner-8 ul>li:nth-child(6):before {
        content: url(/../themes/frontend/images/6.png);
        margin: -5px 0 0 6px;
        padding-bottom: 5px;
    }

    #itiner-9 .col-md-6 {
        padding-top: 30px;
    }

    #itiner-9 h2 {
        font-size: 28px;
    }

    #itiner-9 .buttonLink {
        padding-left: 100px;
        margin-top: 70px !important;
    }

    #itiner-9 {
        padding-bottom: 110px;
    }

    #itiner-9 .buttonLink:before,
    #itiner-9 .buttonLink:after {
        left: 15px;
    }

    #itiner-10 {
        padding-bottom: 50px;
    }

    #itiner-10 ul {
        margin-bottom: 44px;
    }

    #itiner-10 ul>li {
        margin-bottom: 21px;
    }

    #itiner-11 h3 {
        margin-bottom: 25px;
    }

    #itiner-12 .extraline {
        position: relative;
        left: 0;
        margin-top: 0;
    }

    #itiner-12 img {
        position: relative;
        margin-bottom: 40px;
    }

    #itiner-13 .extraline {
        left: 0;
        margin-top: 0;
        position: relative;
    }

    #itiner-13 .subtitle {
        margin-bottom: 26px;
    }

    #itiner-12 .extraline .line,
    #itiner-13 .extraline .line {
        display: none;
    }

    #itiner-13 h2 {
        margin-top: 37px;
    }

    #itiner-14 {
        height: auto;
    }

    #itiner-14 .layer {
        display: block;
    }

    #itiner-14 .buttons {
        display: none;
    }

    #itiner-14 h2 {
        margin-bottom: 30px;
    }

    #itiner-15 .formdiv {
        margin-top: 30px;
    }

    footer {
        text-align: center !important;
    }

    footer ul {
        padding: 0;
    }

    footer .right {
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 1201px) and (max-width: 1366px) {}

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