@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

@font-face {
    font-family: 'Minion Pro';
    src: url('../fonts/MinionPro-Regular.eot');
    src: url('../fonts/MinionPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MinionPro-Regular.woff2') format('woff2'),
        url('../fonts/MinionPro-Regular.woff') format('woff'),
        url('../fonts/MinionPro-Regular.svg#MinionPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


a,
a:focus,
a:hover,
button:focus {
    outline: 0
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: inherit
}

.navbar-brand {
    width: 240px;
}

.dropdown-submenu {
    position: relative;
  }
  
.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}
  
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

#navbarContent {
    justify-content: flex-end;
}

.bg-light {
    background: rgba(0, 0, 0, 0);
}

.flag {
    opacity: 0.5;
    padding-right: 0!important;
}

.flag:hover {
    opacity: 1;
}

.flag-mobile {
    display: none;
}

.navbar {
    font-family: 'Minion Pro';
    z-index: 1;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 1.35rem;
    color: #263658;
    text-align: center;
}

.navbar-collapse {
    justify-content: flex-end;
}

.dropdown-toggle::after {
    display: block;
    width: 10px;
    margin-left: auto;
    vertical-align: 0.255em;
    margin-right: auto;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

.navbar-nav > .nav-item {
    padding-right: 33px;
}

.dropdown-submenu>a:after {
    padding-left: 15px;
    margin-right: 0;
}

.dropdown-item.dropdown-toggle {
    display: flex;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa;
    color: #263658;
}

.lenyilo {
    display: flex;
}

.lenyilo::before {
    content: url(../images/divider.svg);
    display: block;
    margin-top: 10px;
    margin-right: 30px;
}

.lenyilo::after {
    content: url(../images/divider.svg);
    display: block;
    margin-top: 10px;
    margin-left: 30px;
}

header {
    background-image: url(../images/header_main.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: top center;
    margin-top: -80px;
    z-index: -1;
    color: #263658;
}

.main-text-container {
    padding-top: 120px;
}

h1 {
    font-weight: 300;
    font-size: 3rem;
}

h1:after {
    content: '';
    background: #d5ae37;
    height: 3px;
    width: 200px;
    display: block;
    margin: 30px 0;
}

.bevezeto-text {
    
    font-size: 1.35rem;
    line-height: 1.75;
}

h3 {
    display: flex;
    font-size: 0.85rem;
    text-transform: uppercase;
    line-height: 1.5;
    margin: 15px 0;
}

.h3-line {
    width: 5px;
    padding: 6px 0;
    background: #3cade7;
}

.h3-leiras {
    
    background: #3cade74d;
    padding: 7px 20px 5px 20px;
    font-weight: 600;
    font-size: 1rem;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2rem;
    padding: 50px 0;
}

.it-card01, .it-card02, .it-card03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.it-card01, .it-card-header01 {
    background: #3cade7;
    width: 100%;
}

.it-card-header02, .it-card-header03 {
    background: white;
    width: 100%;
}

.it-card02 {
    background: #257daa;
}

.it-card03 {
    background: #16638b;
    min-height: 252px;
}

.it-card-header01 .card-image {    
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-bottom-left-radius: 120px;
}

.it-card-header02 .card-image {    
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-top-right-radius: 120px;
}

.it-card-header03 .card-image {    
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-top-left-radius: 120px;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.it-card-container {
    margin-bottom: 30px;
    color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
}

.card-hl {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 20px 15px;
}

.card-text {
    padding: 0 15px;
}

.card-tovabb {
    display: block;
    padding: 20px 15px;
}

.footer-img {
    width: 50%;
}

.footer-img img {
    width: 100%;
}

footer {
    position: relative;
}

.footer-gray {
    background: #f5f5f5;
    float: right;
    height: 570px;
    border-bottom-left-radius: 150px;
    border-top-right-radius: 150px;
}

.footer-container {
    margin-bottom: 30px;
    position: absolute;
    top: 50px;
    z-index: -1;
    left: 0;
    right: 0;
}

.footer-text-container {
    float: right;
}

.footer-logo {
    width: 210px;
    padding-top: 50px;
}

.footer-text {
    
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

h4 {
    text-transform: uppercase;
    padding: 30px 0;
    font-size: 2rem;
    font-weight: 300;
}

h4:after {
    content: '';
    display: block;
    height: 3px;
    width: 100px;
    background: #263658;
    margin-top: 30px;
}

footer p {
    line-height: 1.85;
}

.header-mobile {
    display: none;
}

.rolunk-text {
    text-align: justify;
    line-height: 1.75;
    padding-top: 50px;
}

.blokk {
    margin-bottom: 50px;
}

.blokk-hl {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.blokk-text {
    line-height: 1.75;
    text-align: justify;
}

.ssl-desktop {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 30px;
}

.ssl-mobil {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    display: none;
    margin-bottom: 30px;
}

.domain_box {
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: center;
}

.domain_hl {
    background: #263658;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: white;
    text-align: center;
    padding: 10px;
}

#domain h1, #kapcsolat h1 {
    font-size: 2.5rem;
}

.domain_hl h4 {
    font-size: 1.75rem;
}

.domain_hl h4::after {
    display: none;
}

.domain_hl h5 {
    font-weight: 200;
    font-size: 1.2rem;
}

.domain_ar {
    background: #3d4f76;
    color: white;
    font-weight: 300;
    padding: 10px;
}

.domain_ar span {
    font-size: 1.75rem;
    font-weight: 500;
}

.domain_dark, .domain_light {
    padding: 15px;
}

.domain_dark {
    background: #f3f2f1;
}

.domain_box_container {
    margin-bottom: 60px;
}

.megrendelem_container {
    width: 300px;
    text-align: center;
    margin-top: 45px;
}

.megrendelem {
    padding: 15px 45px;
    border: 1px solid #cdb16d;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25rem;
}

.btn-primary {
    background: #263658;
    border-radius: 4px;
    border: none;
    float: right;
    padding: 8px 40px 5px 40px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .footer-img {
        width: 80%;
    }
    .footer-container {
        display: none;
    }
    .footer-text {
        position: relative;
    }
    .footer-text-container { 
        background: #f5f5f5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    float: none;
    }
    .professimple-support {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .navbar {
        z-index: 1;
    }
    .header-mobile {
        display: block;
    }
    .header-mobile img {
        width: 100%;
    }
    h1 {
        font-size: 2.5rem;
    }
    header {
        margin-top: 0;
        background-image: none;
        background: #ededed;
        height: auto;
    }
    .main-text-container {
        padding-top: 30px;
    }
    h2 {
        font-size: 1.75rem;
    }
    .bevezeto-text {
        font-size: 1.25rem;
        text-align: left;
    }
    .lenyilo {
        display: list-item;
    }
    .lenyilo:after, .lenyilo:before {
        display: none;
    }
    .navbar-brand {
        width: 180px;
    }
    .flag {
        display: none;
    }
    .flag-mobile {
        display: block;
        opacity: 0.5;
    }
    .flag-mobile:hover {
        opacity: 1;
    }
    .ssl-desktop {
        display: none;
    }
    .ssl-mobil {
        display: block;
    }
    .dropdown-item {
        white-space: normal;
    }
}

@media (max-width: 1199px) {
    .footer-text {
        top: 50px;
    }
}


@media (min-height: 1000px) {
    header {
        height: auto;
        padding-bottom: 100px;
    }
}