html,
body {
    height: 100%;
    font-family: Sans-serif;
    font-size: 16px;
    min-width: 300px;
    height: 101%;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 8rem;
    min-height: 100%;
    height: auto;
}
@media (max-width: 768px){
    body {
        padding-bottom: 10rem;
    }
}
@media (max-width: 1024px){
    body {
        padding-bottom: 10rem;
    }
}

.content {
    padding-bottom: 220px;
}

h1 {
    color: #055CA4 /* blue-med-dark */;
}


@media only screen and (max-width: 768px) {
    .content {
        padding-bottom: 580px;
    }
}

.promo {
    /*height: 400px;*/
    width: 100%;
    background-color:  #3498DB /*blue-normal*/;
    margin-bottom: 40px;
}
@media (max-width: 300px){
    .promo {
        display: none;
    }
}

.promo-left {
    height: 400px;
    width: 40%;
    background-color:  #3498DB /*blue-normal*/;
}

.promo-right {
    height: 400px;
    width: 60%;
    background-color:  #3498DB /*blue-normal*/;
}


.swiper-a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: relative;
    text-indent: -9999px;
    width: 100%;
    background-color: #3498DB /*blue-normal*/;
    padding-top: 30.64%;
}
@media (min-width: 1300px){
    .swiper-a {
        padding-top: 0;
        height: 400px;
    }
}


.swiper-container {
    /*    min-width: 400px;*/
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: white;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo {
    width: 100px;
    float: inline-start;
    display: none;
    height: 80px;
    padding-left: 20px;
    padding-top: 10px;
}
@media (min-width: 768px){
    .navbar-brand {
        display: none;
    }
    .logo {
        display: unset;
        float: left;
    }

}


.promo-button {
    border-radius: 15px;
    background-color: #FFA500 /* orange */;
    color: white;
    font-weight: 400;
}
a.promo-button:hover {
    text-decoration: none;
}

.sm_promo_box {
    border: 1px #3498DB /*blue-normal*/ solid;
    margin: 5px;
    min-height: 280px;
    padding: 10px;
    place-items: center center;
    display: grid;
    stroke: #3498DB /*blue-normal*/;
    text-align: center;
    fill:#3498DB /*blue-normal*/;
    font-size: 16px;
    color: black;
}

.sm_promo_box > svg {
    width: 100px;
    height: 100px;
}

.sm_promo_box:hover svg path,
.sm_promo_box:hover{
    fill: #FFA500 /* orange */;
    color: white;
    background-color: #3498DB /*blue-normal*/;
    stroke: #FFA500 /* orange */;
}

.sm_gray_promo_box {
    background-color: #DDD /* gray-light */;
    border: none;
    min-height: 300px;
    stroke: #696A6B /* gray-dark */;
    fill:#696A6B /* gray-dark */;
}
.sm_gray_promo_box:hover svg path,
.sm_gray_promo_box:hover{
    fill: #FFA500 /* orange */;
    color: white;
    background-color: #97969B /* gray-normal */;
    stroke: #FFA500 /* orange */;
}

.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.div-separator-blue-line {
    margin-top: 80px;
    border-top: 1px #3498DB /*blue-normal*/ solid;
    padding-top: 60px;
}

h1.xl-title  {
    text-align: center;
    color: #055CA4 /* blue-med-dark */;
}

.half-box-radius-gradient-left{
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: linear-gradient(#055CA4 /* blue-med-dark */,#3498DB /*blue-normal*/);
    color: white;
    min-width: 230px;
    margin-right: 250px;
    float: left;
    padding: 20px;
    padding-top: 00px;
}

@media (max-width: 768px){
    .half-box-radius-gradient-left{
        text-align: center;
        padding-top: 15px;
        margin-right: 00px;
        border-radius: 10px;
        width: 100%;
    }
}

.half-box-radius-gradient-right{
    height: 100%;
    border-radius: 10px;
}
@media (max-width: 768px){
    .half-box-radius-gradient-right{
        display: none;
    }
}

.address-button {
    border-radius: 5px;
    border: 1px solid #3498DB /*blue-normal*/;
    font-weight: 500;
    padding: 5px;
}
a.address-button:hover {
    text-decoration: none;
    color: #055CA4 /* blue-med-dark */;
    border: 1px solid #055CA4 /* blue-med-dark */;
}
.address{
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #3498DB /*blue-normal*/;
    background-color:#EAEFFA /* blue-extralight */;
    padding: 10px;
}






.package-box-left{
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: white;
    min-width: 250px;
    /*background-color: #E7E8E8;*/
    padding: 0;
    border-right: 2px solid #003ef94f;
}
.package-box-left > img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.package-box-right{
    height: 100%;
    min-width: 350px;
    border-radius: 10px;
    background-image: linear-gradient(to left top,#1257fb1c,#fff);
    color: black;
    text-align: center;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    border: 3px solid #0058ffba
}
.package-box-title{
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 300px;
    color:#3F3F3F /* gray-extra-dark */;
    font-weight: bolder;
}
.package-box-size-title-big{
    font-size: xx-large;
}
.package-box-size-title-small{
    font-size: x-large;
}
.package-box-price{
    color:#3F3F3F /* gray-extra-dark */;
    min-height: 100px;
    line-height: 0.9;
    font-size: 1.3em;
    padding-right: 20px;
    float: right;
    width: 200px;
}
.package-box-line-big{
    text-align: left;
    font-size: x-large;
}
.package-box-line-normal{
    text-align: left;
    font-size: large;
}
.package-box-line-small{
    text-align: left;
    font-size: small;
}
@media (max-width: 990px){
    .package-box-line-big{
        font-size: large;
        text-align: center;
        width: 100%;
    }
    .package-box-line-normal{
        font-size: unset;
        text-align: center;
    }
    .package-box-line-small{
        font-size: x-small;
        text-align: center;
    }
    .package-box-price{
        font-size: xx-large;
        float: none;
        width: 100%;
        min-width: 200px;
    }
    .package-box-title{
        text-align: center;
        padding-top: 15px;
        padding-left: 20px;
    }
    .package-box-content {
        text-align: center;
        width: 40%;
    }
}
@media (max-width: 768px){
    .package-box-right{
        text-align: center;
        padding-top: 15px;
        margin: 15px;
    }
    .package-box-title{
        text-align: center;
        padding-top: 15px;
        padding-left: 20px;
    }
    .package-box-left{
        display: none;
    }
    .package-box-content {
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }
    .package-box-price{
        padding-bottom: 25px;
    }
}

.package-inline-button {
    border-radius: 2px;
    font-size: 15px;
    font-weight: 500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    color: #055CA4 /* blue-med-dark */;
    border: 2px solid #3498DB /*blue-normal*/;
    background-color: #8ABDFF /* blue-light */;


}
a.package-inline-button:hover {
    background-color: #8ABDFF /* blue-light */;
    color: #F6E3CE;
    text-decoration: none;
    font-weight: 1500;
    border: 2px solid #3498DB /*blue-normal*/;
}

.packageorder-inline-button {
    border-radius: 2px;
    border: 2px solid #3498DB /*blue-normal*/;
    font-weight: 500;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 180px;
    display: inline-block;
    text-align: center;
    color: #055CA4 /* blue-med-dark */;
    background-color: #FFA500 /* orange */;
    font-size: 18px;
    margin-bottom: 15px;

}
a.packageorder-inline-button:hover {
    background-color: #3498DB /*blue-normal*/;
    color: #FFC300 /* orange-light */;
    text-decoration: none;
    border: 2px solid #055CA4 /* blue-med-dark */;
}

.information-content {
    border: 0px solid #3498DB /*blue-normal*/;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.15);
    border-radius: 5px;
    padding: 5px;
    background-color: #F2F2F2 /* gray-extra-light */;
    color: #3F3F3F /* gray-extra-dark */;
}
.information-content-sub {
    margin-left: 30px;
    font-size: medium;

}

table.gyik td{
    padding: 5px;
    font-variant: small-caps;
}
table.gyik tr{
    border-bottom: 1px solid #3F3F3F /* gray-extra-dark */;
}

.channellist{
    border: 1px solid #3498DB /*blue-normal*/;
    height: 44px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    vertical-align: middle;
    text-transform: uppercase;

}

.channel-href{
    text-decoration: none;
    display: block;

}
.channel-href:hover{
    text-decoration: none;
    background: #EAEFFA /* blue-extralight */;
}
.hd-img.small {
    height: 39px;
    max-width: 42px;
    padding-right: 5px;
}
.channel-img.small {
    height: 39px;
    max-width: 42px;
    border-right: 1px solid #3498DB /*blue-normal*/;
}
span.channel-freq{
    float: right;
    padding-right: 5px;
    font-size: 18px;
    padding-top: 8px;
    color: gray;
}

div.faq_content {
    padding-left: 25px;
}
h3.faq_content {
    color: #055CA4 /* blue-med-dark */;
}



.sm_horizontal_line_box {
    border: 1px #3498DB /*blue-normal*/ solid;
    margin: 5px;
    min-height: 40px;
    padding: 10px;
    place-items: center center;

    stroke: #3498DB /*blue-normal*/;
    fill:#3498DB /*blue-normal*/;
    font-size: large;
    color: black;
}

.sm_horizontal_line_box > div > svg {
    width: 20px;
    height: 20px;
}

.sm_horizontal_line_box:hover svg path,
.sm_horizontal_line_box:hover{
    fill: #FFA500 /* orange */;
    color: white;
    background-color: #3498DB /*blue-normal*/;
    stroke: #FFA500 /* orange */;
}

.address_line{
    text-align: left;
}
@media (max-width: 768px){
    .address_line{
        text-align: center;
        padding-bottom: 10px;
    }
}

.news-button {
    border-radius: 4px;
    background-color: #922B21 /* dark-red (bordo) */;
    color: white;
    font-weight: 400;
    margin-left: 30px;
}
a.news-button:hover {
    text-decoration: none;
    color:  #E6B0AA /* light-red */ ;
}




.package_box {
    border: 1px #696A6B /* gray-dark */ solid;
    margin: 10px;
    margin-bottom: 20px;
    background-color: #EAEFFA /* blue-extra-light */;
}

.package_box > div {
    display: table-cell;
    vertical-align: middle;
}
.package_item {
    width: 150px;
    height: 100px;
    margin: 8px;
    padding: 8px;
    border: 1px #97969B solid;
    float: left;
    background-color: #8ABDFF /* blue-light */;
    border-radius: 3px;
    cursor: pointer;
}
.package_item:hover {
    background-color: #3498DB /* blue-normal */;
}
.package_icon{
    min-width: 80px;
    background-color: #3498DB /* blue-normal */;
    text-align: center;
    border-right: 1px #97969B /* gray-normal */ solid;
}

.package_item_selectable {
    background-color: #3498DB /* blue-normal */;
}
.package_item_unselectable {
    color: darkgray;
    background-color: lightgray;
    cursor: not-allowed;
}
.package_item_unselectable:hover {
    color: darkgray;
    background-color: lightgray;
    cursor: not-allowed;
}

.package_selected {
    background-color: #FFA500 /* orange */;
}
.package_selected:hover{
    background-color: #FFC300 /* orange-light */;
}
.package_icon_selected{
    background-color: #FFA500 /* orange */;
}

.right_order_box{
    border: 1px #696A6B /* gray-dark */ solid;
    margin-top: 10px;
    padding: 0px;
}
@media (max-width: 991px){
    .right_order_box{
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.normal_order_box{
    border: 1px #696A6B /* gray-dark */ solid;
    margin-top: 10px;
    padding: 0px;
}


span.packagebox_name{
    font-weight: 700;
    font-size: 15px;
    display: block;
}
span.packagebox_desc{
    font-size: 14px;
    display: block;
}

span.packagebox_content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
span.packagebox_boarder{
    display: table;
    height: 100%;
    width: 100%;
}

div.summ_time_title{
    background-color: #055ca4 /* blue-med-dark */;
    width: 100%;
    color: white;
    padding: 10px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
div.summ_marked_title{
    background-color:  #EAEFFA /* blue-extra-light */;
    width: 100%;
    padding: 10px;
    padding-botom: 2px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
div.summ_time_loyalty_dropdown{

}
.loyalty_selector{
    padding: 5px;
    margin-left: 10px;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.ebill_selector{
    padding: 5px;
    margin-left: 10px;
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.summ_package_row{
    margin-top: 15px;
}
.summ_pac_name{
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 10px;
    margin-top: 10px;
}
.summ_pac_price{
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
}

.summ_pac_total_name{
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-top: 10px;
}
.summ_pac_total_price{
    text-align: right;
    font-size: 18px;
    font-weight: 700;

}
.summ_summary{
    background-color:  #EAEFFA /* blue-extra-light */;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-button, .order-button:visited, .order-button:active:focus, .order-button:focus, .order-button:active  {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    background-color: orange;
    color: #333333;
    text-transform: uppercase;
    border: 1px #696A6B /* gray-dark */ solid;
}
.order-button:hover {
    text-decoration: none;
    background-color: #FFC300 /* orange-light */;
}

.button-unselectable{
    color: darkgray;
    background-color: lightgray;
    cursor: not-allowed;
    pointer-events: none;
}
.button-unselectable:hover{
    color: darkgray;
    background-color: lightgray;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}

table.valasztott, table.kedvezmeny_osszeg{
    width: 90%;
    margin: auto;
}

table.order_form_table {
    width: 90%;
}
td.order_form_table-left {
    width: 30%;
    padding:5px;
    text-align: right;
    margin:0px;
    vertical-align: baseline;
}
td.order_form_table-right{
    padding-left: 40px;
    text-align: left;
    margin-left: 15px;
}

.field-orderform-checked_gdpr, .field-orderform-checked_aszf{
    float:left;
}
span.order_check_text {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}
.help-block{
    font-size: 16px;
    float: left;
}
.help-block{
    font-size: 14px;
    font-weight: normal;
}

.ui-autocomplete{
    font-size: 14px;
}

.already_subscriber label {
    font-size: 18px;
    font-weight: normal
}

.hidden_tr {
    display: none;
}

.front_news_content {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.div-news_separator {
    margin-top: 10px;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 10px;
    border-top: 1px #3498DB /*blue-normal*/ solid;
    padding-top: 10px;
}

@media (max-width: 768px){
    .newsimage{
        display: none;
    }
}

.covid_form{
    font-size: 14px;
    color: #333333;
    font-family: Raleway,sans-serif;
}

.covid_form_title{
    font-size: 16px;
    padding: 30px;
    background-color: #aed8ff /* blue-light */;
    margin-bottom: 20px;
    border: 2px solid #1b8ffa;
    font-family: sans-serif;
    line-height: 1.5;
    text-align: justify;
}
.covid_form_title > span{
    font-size: 21px;
    text-align: center;
    font-variant-caps: small-caps;
    padding-bottom: 10px;
}
.covid_form_text_capital{
    font-variant-caps: small-caps;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
.covid_form_contentbox{
    background-color:  #EAEFFA /* blue-extra-light */;
    border: 1px #8ABDFF /* blue-light */ solid;
    border-radius: 10px;
}

.front_page_extra_content{
    background-color:  #EAEFFA /* blue-extra-light */;
    border: 1px #8ABDFF /* blue-light */ solid;
    border-radius: 10px;
}

.top_banner_text{
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    padding: 50px 0;
    position: relative;
}
.top_banner_container_big{
    padding-top: 60px;
    padding-bottom: 60px;
}

.form-title{
    padding-top: 4px;
    text-align: right;
}
.form-field{
}




.scroll-nav {
    background-color: #f8f9fa;
    border: 1px solid #a2a9b1;
    padding: 5px 0px;
    position: sticky;
    top: 10px;
    font-size: 14px;
    margin-top:60px;
    display: none;
    text-decoration: none;
    color: black;
}
@media screen and (min-width: 1000px) {
    .scroll-nav {
        float: left;
        padding: 5px 0px;
        top: 60px;
        display: inherit;
        width: 180px;
    }
}

.scroll-nav__list {
    margin: 0;
    padding: 5px;
    list-style-type: none;
}

.scroll-nav__item {
    margin-bottom: 5px;
    min-height: 40px;
    vertical-align: middle;
    text-align: center;
}

.scroll-nav__item--active {
    position: relative;
    text-decoration: none;
    background-color:  #FFA500;
}

.scroll-nav__link {
    color: black;
    text-decoration: none;
}
.scroll-nav__link:hover {
    color: black;
    text-decoration: none;
}

.main_content {
    padding: 5px;
    padding-left: 2%;
}
@media screen and (min-width: 1000px) {
    .main_content {
        margin-left: 180px;
    }
}

.szerzodes_form-title{
    font-size: 13px;
    font-weight: bold;
    padding-top: 6px;
    text-align: left;
    min-height: 36px;
}
.szerzodes_form-field{
}


.idopontok{
    margin:3px;
    border: 1px solid #222;
    float:left;
    width: 13.4%;
    min-height: 450px;
    background-color: #A4DDED;
}
@media (max-width: 768px){
    .idopontok {
        margin:3px;
        border: 1px solid #222;
        width: 100%;
        min-height: 450px;
        background-color: #A4DDED;
    }
}

.smallscreen {
    display: none !important;
}
.bigscreen {
    display: table-cell !important;
}
@media (max-width: 768px){
    .smallscreen {
        display: block !important;
    }
    .bigscreen {
        display: none !important;
    }
}

.right_in_big{
    text-align: right;
}
@media (max-width: 991px){
    .right_in_big{
        text-align: left;
    }
}

.iti {
    width: 100%;
}

#husegadatform-igazolvany_chb > div.checkbox {
    margin-top: 2px;
}

.ugyfelkapu_dot_style {
    padding-top: 20px;
}
.ugyfelkapu_dot_style::marker {
    color: #055ca4;
}
.ugyfelkapu_box {
    border: 1px solid #055ca4;
    padding: 20px;
    min-height: 450px;
}

.ugyfelkapu_button {
    border: 1px solid #055ca4;
    font-size: 1.4em;
    color: white;
    background-color: #055ca4;
    padding: 30px;
    text-align: center;
    border-radius: 15px;
    margin-bottom: 10px;
}
.ugyfelkapu_button:hover {
    background-color: #3498DB;
    text-decoration: none;
}
.ugyfelkapu_bottom{
    position: absolute;
    bottom: 40px;
    width: 90%;
    text-align: center;
}
