:root{
    --blue:#393e56;
    --red:#e51a43;
    --grey:#abacad;
    --dgrey:#9c9fab;
    --lgrey:#eeeeee;

    --bpk:#ec6602;
    --lkk:#a41041;
    --fmk:#008aae;
    --emk:#789b20;
    --erti:#8bbe2d;

    --primary:#393e56;
    --secondary:#e51a43;
}

/*----+ CSS RESET +----*/

*, *::after, *::before {
    box-sizing:border-box;
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, option, textarea {
    font-weight:normal;
    line-height:1.4em;
    font-size:18px;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333;
    font-weight:normal;
    font-family:'OpenSans';
}

h1, h2, h3, h4, h5, h6, p, pre, samp, /* span, */
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}

h1 {
    font-size:42px;
}

h2 {
    font-size:36px;
}

h3 {
    font-size:24px;
}

h4, h5, h6 {
    font-size:18px;
}

@media only screen and (min-width:2560px) {
    html, body, form, fieldset, p, pre, samp, span,
    blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
    table, tr, th, td,
    input, option, textarea {
        font-size:27px;
    }

    h1 {
        font-size:54px;
    }

    h2 {
        font-size:54px;
    }

    h3 {
        font-size:36px;
    }

    h4, h5, h6 {
        font-size:27px;
    }

}

ul, ol {
    list-style-type:none;
    padding:0;
    margin:0;
}

hr {
    clear:both;
    border:none;
}

body.inner,
body.com_content,
body.com_edusearch,
body.com_icalendar {
    background-color:var(--lgrey);
}

body.inner.com_webshop,
body.inner.com_basket {
    background-color:#ffffff;
}

h3 {
    font-weight:bold;
    color:var(--primary);
    margin-bottom:20px;
}

strong, b {
    font-weight:bold;
}

.clearfix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block
}
*:active, object:focus, embed:focus, a {
    outline: none
}
input::-moz-focus-inner {
    border: 0
}

fieldset {
    border: none
}
input, select, option, textarea {
    /*font-size: 100%;*/
    outline-style: none;
}

section {
    clear:both;
}

textarea {
    resize: none;
}
.bug {
    border: 1px solid red;
}
table tbody tr td, table tr th {
    padding: 2px;
}


body {
    overflow-x: hidden;
}

/* admin debug */

a.admin-edit-btn + a.admin-edit-btn {
    display:none !important;
}


/*----+ Site Defualt CSS +----*/

img {
    border: 0;
    max-width:100%;
    height:auto;
}

.clear {
    clear: both;
    height: 0px;
}

a {
    text-decoration:none;
    color:var(--primary);
}

p {
    margin: 0 0 15px;
}

span {
    font-size:inherit;
    font-weight:inherit;
    line-height:inherit;
    font-style:inherit;
}

/*----- SITE -----*/

header {

}

div.pagewidth::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

body.slider-head div#main {
    background-color:#ffffff;
}

body.slider-head.com_content div#main {
    background-color:var(--lgrey);
}

div#noview {
    display: none;
}

@media only screen and (max-width:993px) {
    section.mobile-nomargin .pagewidth {
        margin-left:0;
        margin-right:0;
        width:auto;
    }
}

@media only screen and (max-width:639px) {
    section.mobile-nomargin .pagewidth {
        padding-left:0;
        padding-right:0;
    }
}

/* decorated heading */

.box.decohead h1.component-heading,
.box.decohead h2.component-heading {
    margin-bottom:96px;
    text-align:center;
    position:relative;

}

.box.decohead h1.component-heading::before,
.box.decohead h2.component-heading::before {
    content:"";
    display:block;
    position:absolute;
    z-index:1;
    left:0;
    top:23px;
    border:solid 1px #000000;
    height:0;
    width:100%;
}

.box.decohead h1.component-heading span,
.box.decohead h2.component-heading span {
    display:inline-block;
    padding-left:45px;
    padding-right:45px;
    background-color:var(--lgrey);
    position:relative;
    z-index:2;
}

body.slider-head .box.decohead h1.component-heading span,
body.slider-head .box.decohead h2.component-heading span {
    /* background-color:#ffffff; */
}

.box.decohead {
    /* border-top:solid 1px rgba(0,0,0,0.1); */
}

@media only screen and (min-width:2560px) {
    .box.decohead h1.component-heading::before,
    .box.decohead h2.component-heading::before {
        top:37px;
    }

    p {
        margin: 0 0 10px;
    }
}

@media only screen and (max-width:639px) {
    .box.decohead h1.component-heading::before,
    .box.decohead h2.component-heading::before {
        width:calc(100% - 30px);
        left:15px;
    }
    
    .box.decohead h1.component-heading span,
    .box.decohead h2.component-heading span {
        padding-left:15px;
        padding-right:15px;
    }

}

/* kiemelt */

section > div.box.kiemelt:not(.part-newsbox_with_image) + div.box.kiemelt {
    padding-top:0;
}

/* anim */

@keyframes fadein {
    from {
        opacity:0;
        transform:scale(0.5,0.5);
    }
    
    to {
        opacity:1;
        transform:scale(1,1);
    }
}

@keyframes slidein {
    from {
        opacity:0;
        right:-32px;
    }
    
    to {
        opacity:1;
        right:0;
    }
}

@keyframes slideout {
    from {
        opacity:1;
        right:0;
    }
    
    to {
        opacity:0;
        right:-32ps;
    }
}

/*----- HEADER -----*/

header {
    position:relative;
}

header::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

@keyframes head-sticky {
    from {
        top:-62px;
    }

    to {
        top:0;
    }
}

header .head-wrap {
    background-color:var(--primary);
}

body.scrolled header .head-wrap,
body.slider-head.scrolled header .head-wrap {
    position:fixed;
    z-index:99;
    top:-62px;
    left:0;
    width:100%;
    pointer-events:none;
    animation-name:head-sticky;
    animation-iteration-count:1;
    animation-duration:1s;
    animation-fill-mode:forwards;
    background:none;
}

body.scrolled header .head-wrap .header-controls {
    pointer-events:auto;
    padding-top:0;
}

body.scrolled header .head-wrap .header-controls > .part-showmenu,
body.scrolled header .head-wrap .header-controls > .part-blindfriendly,
body.scrolled header .head-wrap .header-controls > .part-loginssp,
body.scrolled header .head-wrap .header-controls > .part-user {
    display:none;
}

body.scrolled .header-controls h2.component-heading {
    background-color:#000000;
}

div#logo {
    display:flex;
    align-items:center;
    height:62px;
    float:left;
}

div#logo * {
    margin:0;
    padding:0;
}

div#logo a {
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    width:360px;
    height:48px;
    background-image:url('../gfx/logo.svg');
    background-repeat:no-repeat;
    background-position:0 0;
    background-size:contain;
}

html[lang="en"] div#logo a {
    background-image:url('../gfx/logo_en.svg');
}

@media only screen and (min-width:2560px) {
    div#logo {
        height:104px;
    }

    div#logo a {
        height:77px;
        width:576px;
    }
}

@media only screen and (min-width:1324px) {
    
    #header-slider {
        position:sticky;
        -webkit-position:sticky;
        top:0;
        z-index:0;
    }
    
    .content-holder > #content-left {
        float:left;
        width:72%;
        padding-right:36px;
        min-height:1px;
    }

    .content-holder > #content-right {
        float:left;
        width:28%;
        /*
        position:sticky;
        top:0;
        */
    }
}

@media only screen and (min-width:640px) and (max-width:1323px) {


    .head-wrap .pagewidth {
        width:auto;
        padding-left:15px;
        padding-right:15px;
    }
}

@media only screen and (max-width:1323px) {
    #header-slider {
        position:relative;
    }
    
    .content-holder > #content-left {
        margin-bottom:56px;
    }
}

@media only screen and (max-width:993px) {
    div#logo a {
        width:330px;
        height:49px;
    }
}

@media only screen and (min-width:993px) {
    body.scrolled header div#logo {
        display:none;
    }


}

@media only screen and (max-width:993px) {

    header {

    }

    .head-wrap .pagewidth {
        width:auto;
        padding-left:15px;
        padding-right:15px;
    }

    div#logo {
        height:71px;
        float:none;
    }

    body.scrolled {
        padding-top:142px;
    }

    body.scrolled div#logo {
        height:auto;
        float:left;
        margin-left:-15px;
    }

    body.scrolled div#logo a {
        width:51px;
        height:51px;
        background-color:#ffffff;
        background-image:url('../gfx/logo_sticky.svg');
        pointer-events:auto;
        background-size:contain;
    }

    body.scrolled .header-controls {
        float:right;
        background:none;
        height:auto;
        display:block;
        margin-left:0;
    }

    body.scrolled .header-controls > .box {
        margin-right:0;
    }

}

/* body scrolled */

@media only screen and (min-width:2560px) {
    body.scrolled {
        padding-top:104px;
    }
}

@media only screen and (min-width:994px) and (max-width:2559px) {
    body.scrolled {
        padding-top:62px;
    }
    
    
}

@media only screen and (max-width:993px) {
    body.scrolled {
        padding-top:142px;
    }
    
    body.scrolled.loggedin {
        padding-top:171px;
    }
}

/* slider-head */

body.slider-head.scrolled {
    padding-top:0;
}

body.slider-head div#content h1.component-heading {
    padding-top:52px;
}

@media only screen and (min-width:994px) {
    body.slider-head .header-controls {
        padding-top:26px;
    }

    body.slider-head header div#logo {
        height:117px;
    }

    body.slider-head header div#logo a {
        width:576px;
        height:77px;
    }
    
    @keyframes head-in {
        from {
            top:-180px;
            opacity:0;
        }
        
        to {
            top:0;
            opacity:1;
        }
    }
    
    body.slider-head header .head-wrap {
        position:absolute;
        z-index:10;
        top:0;
        left:0;
        width:100%;
        background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
        height:120px;
        animation-name:head-in;
        animation-iteration-count:1;
        animation-duration:1s;
        animation-fill-mode:forwards;
    }
}

@media only screen and (min-width:994px) and (max-width:1323px) {
    body.slider-head header div#logo a {
        width: 330px;
        height: 49px;
    }
}

@media only screen and (max-width:993px) {
    body.slider-head.scrolled {
        padding-top:142px;
    }
    
    body.loggedin.slider-head.scrolled {
        padding-top:171px;
    }
}

@media only screen and (min-width:2560px) {
    body.slider-head header div#logo {
        height:156px;
    }
    
    body.slider-head header div#logo a {
        width:777px;
        height:104px;
    }
}

/* header ikonmenu */

@media only screen and (min-width:1324px) {
    #header-ikonmenu {
        position:absolute;
        top:50%;
        transform:translatey(-50%);
        left:0;
        width:100%;
        z-index:11;
    }
}

@media only screen and (max-width:1323px) {
    #header-ikonmenu {
        position:static;
    }
}

/* header slider */

#header-slider {
    z-index:1;
}

/* header controls */

.header-controls {
    float:right;
}

.header-controls::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

.header-controls > .box {
    float:left;
    margin-left:2px;
    position:relative;
}

.header-controls h2.component-heading {
    text-indent:-9999px;
    overflow:hidden;
    display:block;
    margin-bottom:0;
    /* background-color:#000000; */
    width:52px;
    height:62px;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
    transition:0.3s;
}

.header-controls #main-menu-control {
    background-image:url('../gfx/controls_menu.svg');
}

.header-controls .part-search h2.component-heading {
    background-image:url('../gfx/controls_search.svg');
}

.header-controls .part-globalsearch h2.component-heading {
    background-image:url('../gfx/controls_search.svg');
}

.header-controls .part-webshop_search h2.component-heading {
    background-image:url('../gfx/controls_search.svg');
}

.header-controls .part-showmenu.langswitch h2.component-heading {
    background-image:url('../gfx/controls_lang.svg');
}

.header-controls .part-blindfriendly h2.component-heading {
    display:none;
}

.header-controls h2.component-heading:hover {
    /* background-color:var(--secondary); */
}

.header-controls > .box:not(.part-blindfriendly):not(.part-loginssp):not(.others):not(.unishop-login) > .component-body {
    display:none;
    position:absolute;
    z-index:11;
    top:100%;
    right:0;
    background-color:var(--primary);
}

@media only screen and (min-width:2560px) {

    .header-controls h2.component-heading {
        width:104px;
        height:104px;
        background-size:44%;
    }
}

@media only screen and (max-width:993px) {
    .header-controls {
        min-height:71px;
        float:none;
        background-color:var(--secondary);
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        padding:0;
        margin-left:-15px;
        margin-right:-15px;
        position:relative;
    }

    .header-controls h2.component-heading {
        width:44px;
        height:51px;
    }

    .header-controls > .box {
        margin:0 1px;
        position:static !important;
    }

    .header-controls > .box:not(.part-blindfriendly) > .component-body {
        top:100%;
        width:100%;
    }

}

/* header socials */

.header-socials {
    position:relative;
    float:right;
    min-height:1px;
    z-index:10;
    top:0;
    transition:0.5s;
    padding-top:15px;
    margin-right:40px;
}

body.scrolled .header-socials {
    top:-72px;
    opacity:0;
}

body.slider-head .header-socials {
    padding-top:40px;
}

@media only screen and (min-width:2560px) {
    .header-socials {
        padding-top:32px;
    }
    
    body.slider-head .header-socials {
        padding-top:60px;
    }
}

@media only screen and (max-width:1323px) {
    .header-socials {
        position:fixed;
        width:32px;
        z-index:2001;
        top:180px;
        right:10px;
        margin:0;
        padding:0;
    }
    
    body.scrolled .header-socials {
        right:0;
        opacity:0;
        top:180px;
        pointer-events:none;
    }
}

/* main menu wrap */

#main-menu-wrap {
    display:none;
    position:fixed;
    z-index:10001;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:var(--primary);
    padding-top:24px;
}

#main-menu-wrap .pagewidth {
    display:flex;
    flex-direction:column;
}

#main-menu-close {
    width:62px;
    height:62px;
    float:right;
    background-color:#000000;
    margin-bottom:24px;
    background-image:url('../gfx/controls_menu_close.svg');
    background-position:center center;
    background-repeat:no-repeat;
    transition:0.3s;
    cursor:pointer;
    align-self:flex-end;
    flex-shrink:0;
    flex-grow:0;
}

#main-menu-close:hover {
    background-color:var(--secondary);
}

#main-menu-content {
    clear:both;
    float:none;
    flex-grow:1;
    display:flex;
    flex-direction:column;
    padding-bottom:104px;
}

@media only screen and (min-width:2560px) {
    #main-menu-wrap {
        padding-top:74px;
    }

    #main-menu-close {
        width:104px;
        height:104px;
        background-size:44%;
    }
}

@media only screen and (max-width:639px) {
    #main-menu-close {
        width:51px;
        height:51px;
    }
    
    #main-menu-wrap .pagewidth {
        flex-basis:100%;
    }
}

/* main */

#main {
    position:relative;
    z-index:1;
}

/* -------- Content -------- */

div#content {
    padding:52px 0;
}

body.com_index div#content {
    padding:0;
}

body.result div#content,
body.savenewform div#content {
    padding:52px 0;
}

.content-holder .box {
    /* margin-bottom:56px; */
}

h1.component-heading,
h2.component-heading {
    font-weight:bold;
    text-transform:uppercase;
    color:var(--primary);
    font-size:36px;
    margin-bottom:20px;
}

#content h1.component-heading {
    margin-bottom:30px;
}

@media only screen and (min-width:2560px) {
    h1.component-heading,
    h2.component-heading {
        font-size:54px;
        margin-bottom:32px;
    }
}

@media only screen and (max-width:639px) {
    h1.component-heading,
    h2.component-heading {
        font-size:28px;
    }
}

/* ACCORDEON */

.accordeon h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    padding-right:48px !important;
    background-repeat: no-repeat;
    background-position: right 15px;
    padding-top:15px;
    cursor: pointer;
    background-image: url(../gfx/faqitem.svg);
    color:var(--blue);
    font-weight:bold;
}

.accordeon h3.open {
    background-image: url(../gfx/faqitem_open.svg);
}

.accordeon p {
    margin-bottom:15px;
}

.accordeon .accordeon-item-content {
    display:none;
    padding-left:32px;
    margin-bottom:32px;
}

/* QA */

.awe_question_answer {
    margin-bottom:20px;
}

.awe_question_answer .div2 {
    width:auto !important;
    margin-bottom:32px;
}

.awe_question_answer.awe_question *,
.awe_question_answer.awe_answer * {
    
}

.awe_question p {
    border:none !important;
}

.awe_question_answer.awe_question {
    border:none !important;
    padding-right:56px;
    background-repeat: no-repeat;
    background-position: right 0;
    cursor: pointer;
    background-image: url(../gfx/faqitem.svg);
}

.awe_question_answer.awe_question.open {
    background-image: url(../gfx/faqitem_open.svg);
}

.awe_question_answer.awe_question.open {

}

.awe_question_answer.awe_question * {
    font-size:24px;
    color:var(--primary);
    cursor:pointer;
}

.awe_question_answer.awe_answer {
    border:none !important;
    color:var(--primary);
    display:none;
    padding-left:32px;
}

.awe_question_answer.awe_answer * {

}


/* infoart */

#infoart {
    flex-basis:100%;
    padding:10px 0;
    background-color:var(--gray);
    position:relative;
    background-color:#080607;
}

#infoart .copy-blk {
    text-align:center;
}

/* Szechenyi 2020 */

#szechenyi {
    position:fixed;
    z-index:104;
    bottom:0;
    right:0;
    width:280px;
}

#szechenyi * {
    display:block;
    margin:0;
    padding:0;
}

@media only screen and (max-width:639px) {
    #szechenyi {
        width:220px;
        transition:0.5s;
    }
    
    body.scrolled #szechenyi {
        bottom:-170px;
    }
}

/* -------- DatePicker -------- */

div#ui-datepicker-div {
    background: #fff;
    border: 5px solid var(--primary);
    /* width: 240px; */
    z-index: 9999 !important;
    display: none;
}

div.ui-datepicker-header {
    margin-bottom:10px;
}

div.ui-datepicker-header::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div.ui-datepicker-header.ui-widget-header.ui-helper-clearfix ui-corner-all {
    clear: both;
}

a.ui-datepicker-prev.ui-corner-all {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    background: transparent url('../gfx/cal_arrow_prev.png') 0 0 no-repeat;
    text-indent: -9999px;
    margin: 5px 4px 0 4px;
    cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    background: transparent url('../gfx/cal_arrow_next.png') 0 0 no-repeat;
    margin: 5px 4px 0 0;
    cursor: pointer;
}

a.ui-datepicker-prev.ui-corner-all span,
a.ui-datepicker-next.ui-corner-all span {
    display: none;
}

div.ui-datepicker-title {
    float: left;
}

div.ui-datepicker-title select {
    margin: 5px 5px 0 0;
    clear: both;
    width: 86px;
    padding:0;
    display:inline-block;
    font-size:14px;
}

table.ui-datepicker-calendar {
    width: 230px;
    margin: 5px;
}

table.ui-datepicker-calendar > thead {
    background-color:var(--primary);
}

table.ui-datepicker-calendar > thead * {
    color:#ffffff;
}

table.ui-datepicker-calendar > thead > tr > th,
table.ui-datepicker-calendar > tbody > tr > td {
    width: 14.2857%;
    padding: 5px 0;
    text-align: center;
    font-size:14px;
}

table.ui-datepicker-calendar > tbody > tr > td:hover {
    background: #ececec;
}

table.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today {
    border: 1px solid #ccc;
}

.ui-timepicker-wrapper {
    background: #fff;
    border: 5px solid var(--primary);
    /* width: 240px; */
    z-index: 9999 !important;
    max-height:320px;
    overflow-y:auto;
}

.ui-timepicker-wrapper ul:not(.nav):not(.subnav).ui-timepicker-list {
    list-style-type:none;
    margin:0;
    padding:0;
}

.ui-timepicker-wrapper ul:not(.nav):not(.subnav).ui-timepicker-list li {
    padding:8px 16px;
    margin:0;
    transition:0.5s;
    cursor:pointer;
}

.ui-timepicker-wrapper ul:not(.nav):not(.subnav).ui-timepicker-list li:hover {
    background-color:var(--lgrey);
}

.ui-timepicker-wrapper ul:not(.nav):not(.subnav).ui-timepicker-list li.ui-timepicker-selected {
    background-color:var(--primary);
    color:#ffffff;
}

.ui-timepicker-wrapper ul:not(.nav):not(.subnav).ui-timepicker-list li::before {
    display:none;
}

/* -------- JQuery Mail Popup -------- */

div.ui-widget-overlay {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
    background: #fff !important;
    border: 5px solid #ccc !important;
    clear: both;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    height: 40px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

div.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix > span {
    line-height: 40px;
    padding: 0 0 0 5px;
    font-size: 22px;
    color: #333;
    font-weight: 700;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 24px;
    height: 24px;
    border-radius:50%;
    display: block;
    background-color:var(--secondary);
    display:flex;
    justify-content:center;
    align-items:center;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all > span {
    text-indent: -9999px;
    display: block;
    color:#ffffff;
    line-height:0;
    font-size:24px;
    cursor:pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all > span::after {
    content:"\00d7";
    display:block;
    text-indent:0;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div#mail_mess {
    padding: 5px;
    color: #B73F3F;
    font-size: 13px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all form#mail_form > div::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.message-subject {
    display: none;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button {
    margin: 5px;
    clear: both;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label {
    width: 80px;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 22px;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input label.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea label.error {
    width: 200px;
    display: block;
    float: none;
    font-size: 13px;
    margin: 0 0 0 90px;
    color: #B73F3F;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input {
    width: 190px;
    border: 1px solid #666;
    padding: 4px;
    display: block;
    float: none;
    margin: 0;
}
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-input input.error,
div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea.error {
    border: 1px solid var(--red);
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-textarea textarea {
    width: 190px;
    height: 90px;
    border: 1px solid #666;
    padding: 4px;
    margin: 0;
    display: block;
    float: left;
    overflow: auto;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button {
    text-align:center;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#submit {

    width:100%;
    text-align:center;
    margin-top:10px;
    color: #fff;
    background-color:var(--primary);
    display:block;
    border: none;
    cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#cancel {
    width:100%;
    text-align:center;
    display:inline;
    color: var(--primary);
    background:none;
    display: block;
    border: none;
    cursor: pointer;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all div.box-button > input#submit:hover {
    background: var(--grey) !important;
}

/* Pagewidth */

.pagewidth {
    margin-left:auto;
    margin-right:auto;
}

.pagewidth::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

@media only screen and (min-width:2560px) {
    .pagewidth {
        width:1896px;
    }
}

@media only screen and (min-width:1654px) and (max-width:2559px) {
    .pagewidth {
        width:1274px;
    }
}

@media only screen and (min-width:1324px) and (max-width:1653px) {
    .pagewidth {
        width:1274px;
    }
}

@media only screen and (min-width:994px) and (max-width:1323px) {
    .pagewidth {
        width:960px;
    }
}

@media only screen and (min-width:640px) and (max-width:993px) {
    .pagewidth {
        width:624px;
    }
}

@media only screen and (max-width:639px) {
    .pagewidth {
        padding-left:15px;
        padding-right:15px;
    }
}

/* footer */

footer {
    background-color:var(--primary);
    padding:104px 0 220px 0;
    background-image:url('../gfx/footer_bg.svg');
    background-repeat:no-repeat;
    background-position:right 15% bottom;
}

footer * {
    color:#ffffff;
}

footer .footer-col {
    float:left;
    min-height:1px;
}

footer .footer-col::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

footer .footer-col.fc1,
footer .footer-col.fc2 {
    width:25%;
    padding-right:56px;
}

footer .footer-col.fc3 {
    width:50%;
}

@media only screen and (min-width:1324px) {
    footer .footer-col.fc3 .box {
        clear:both;
        float:right;
    }
}

@media only screen and (max-width:1323px) {
    footer {
        background-size:460px;
    }
}

@media only screen and (min-width:994px) and (max-width:1323px) {
    footer .footer-col.fc1,
    footer .footer-col.fc2 {
        width:50%;
        margin-bottom:56px;
    }

    footer .footer-col.fc2 {
        padding-right:0;
    }

    footer .footer-col.fc3 {
        width:auto;
        clear:both;
        float:none;
    }
}

@media only screen and (max-width:993px) {
    footer .footer-col.fc1,
    footer .footer-col.fc2 {
        width:auto;
        float:none;
        margin-bottom:56px;
        padding:0;
    }

    footer .footer-col.fc3 {
        width:auto;
        clear:both;
        float:none;
    }
}

/* MICROSLIDER */

.microslider * {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mwrap {
    overflow:hidden;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}

.microslider-mask {
    position: relative;
    display: inline-flex;
    width:0;
}

.microslider-mask > * {
    white-space:normal;
}

.msl-arrow-left,
.msl-arrow-right {
    width: 42px;
    height: 42px;
    background-color:rgba(0,0,0,0.5);
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    cursor: pointer;
    z-index: 1;
    background-repeat: no-repeat;
    background-position:center center;
    transition:0.3s;
}

.msl-arrow-left:hover,
.msl-arrow-right:hover {
    background-color:rgba(0,0,0,1);
}

.msl-arrow-right {
    background-image: url(../gfx/right-chevron.svg);
    left: auto;
    right: 0;
}

.msl-arrow-left {
    background-image: url(../gfx/left-chevron.svg);
    left: 0;
    right: auto;
}

@media only screen and (min-width:2560px) {
    .msl-arrow-left,
    .msl-arrow-right {
        width:62px;
        height:62px;
    }
}

/* infoblokk */

img.infoblokk {
    display:block;
    width:auto !important;
    height:auto !important;
    max-width:286px !important;
    max-height:200px;
    position:fixed;
    z-index:99;
    bottom:0;
    right:0;
    margin:0 !important;
    mix-blend-mode:normal !important;
}

@media only screen and (max-width:639px) {
    img.infoblokk {
        max-width:220px !important;
        transition:0.5s;
    }
    
    body.scrolled img.infoblokk {
        bottom:-170px;
    }
}

/* Basket message */

div#basket_message_overlay{
    position: fixed;
    z-index: 10000;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

div#basket_message {
  width: 300px;
  position: fixed;
  background: #fff;
  border: 3px solid var(--blue);
  padding: 15px;
  
  z-index: 99999;
  display: none;
}

div#basket_message > a.basket_message_close {
  width: 32px;
  height: 32px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: 999999;
  background: transparent url('../gfx/icon-close.svg') 0 0 no-repeat;
  cursor: pointer;
}

div#basket_cart_added {
  padding: 0 0 10px;
  text-align:center;
}

div#basket_message_buttons > div > a {
  display:block;
  padding: 10px 20px;
  line-height:24px;
  color: #ffffff;
  background-color:var(--blue);
  text-transform: uppercase;
  transition:0.3s;
  text-align:center;
  margin-bottom:5px;
}

div#basket_message_buttons > div > a:hover {
  color: var(--blue);
  background-color:var(--gray2);
}

/* Fancybox fix */

#fancybox-overlay {
    background-color:rgba(0,0,0,0.85) !important;
}

#fancybox-tmp,
#fancybox-tmp * ,
#fancybox-wrap,
#fancybox-wrap * {
    box-sizing: content-box;
}
#fancybox-wrap {
    padding:0 !important;
    transform:translatex(19px);
    z-index: 11010!important;
}

#fancybox-content > div{
    overflow:hidden!important;
}
#fancybox-content #popup-image{
    position:relative;
}
#fancybox-content #popup-image > div{
    width:auto!important;
}
#fancybox-content #popup-image #image-details-box{
    position:absolute!important;
    left:10px !important;
    bottom:10px !important;
    width:calc(100% - 20px) !important;

}
#fancybox-content #popup-image #image-details-box > h3 {
    margin-bottom:0;
    background-color:rgba(0,0,0,0.6);
    padding:10px;
}

#fancybox-content #popup-image #image-details-box > h3,
#fancybox-content #popup-image #image-details-box > span{
    font-size:inherit;
    font-weight:normal;
    display:block;
    text-align:center;
    text-transform:none;
    color:#ffffff;
}

#fancybox-content #popup-image #image-details-box > h3:empty {
    display:none;
}

#fancybox-content #popup-image #image-details-box > span.togger {
    display:none;
}
#fancybox-content #popup-image #image-details-box >#image-details{
    display:block!important;
}
#fancybox-content #popup-image #image-details-box >#image-details > ul{
    display:none;
}
#fancybox-content #popup-image #image-details-box >#image-details .description > p{
    margin:0!important;
    text-align: center!important;
    background-color: rgba(255,255,255,0.7)!important;
    font-size: 16px!important;
    font-weight: 600!important;
}
#fancybox-content img{
    display:block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

#fancybox-right span {
    left: auto;
    right: 20px;
}

#fancybox-left span {
    right:auto;
    left:20px;
}

/* Fancybox fix 2 */

a.fancy {
    cursor:pointer;
}

#fancybox-wrap {
    position:fixed !important;
    top:50% !important;
    left:50% !important;
    width:60% !important;
    height:70% !important;
    transform:translatex(-50%) translatey(-50%);
    display:none;
}

#fancybox-outer {

}

#fancybox-content {
    width:100% !important;
    height:100% !important;
    box-sizing:border-box;
    display:flex;
    justify-content:center;
    align-items:center;
}

#fancybox-content > div {
    width:100% !important;
    height:100% !important;
}

#fancybox-content #popup-image {
    width:100%;
    height:100%;
}

#fancybox-content #popup-image > div:first-of-type {
    width:100% !important;
    height:100% !important;
    display:flex;
    justify-content:center;
    align-items:center;
}

#fancybox-title {
    width:100% !important;
    font-size:18px !important;
}

#fancybox-title-over {
    text-align:center;
    color:#ffffff;
}

#fancybox-title-over:empty {
    display:none;
}

#fancybox-content img {
    object-fit:contain;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
}

@media only screen and (max-width:639px) {
    #fancybox-wrap {
        width:90% !important;
        height:50% !important;
    }
}

/* cookie fix */

.awe_cookie_display_body > div.buttons .standard_buttons > a,
.awe_cookie_display_body > div.buttons .extra_buttons > a {
    padding:0 32px !important;
}


/* table-wrappers */
.table-wrappers.vscroll .wrapper1{
    height: 20px;
}
.table-wrappers.vscroll .wrapper1,
.table-wrappers.vscroll .wrapper2{
    width: 100%;
    border: none 0px var(--vilagosszurke);
    overflow-x: scroll;
    overflow-y:hidden;
}
.table-wrappers.vscroll .wrapper1 .div1{
    height:inherit;
}
.table-wrappers.vscroll .wrapper2 .div2{
    /* vscroll nelkul */
    padding-bottom:32px;
}
.table-wrappers .wrapper2 .div2{
    padding-bottom:32px;
}
/* table-wrappers table default view */
.table-wrappers:not(.vscroll) .wrapper2 .div2{
    /* display:flex; */
    /* justify-content: center; */
    /* padding-bottom:32px; */
}
.table-wrappers .wrapper2 table{
    margin-bottom:1px;
}

@media only screen and (min-width:1324px) {
    .table-wrappers .wrapper2 .div2 {
        width:100% !important;
    }
}

/* COLOR WRAP */

div.color-wrap.uni h1,
div.color-wrap.uni h2,
div.color-wrap.uni h3,
div.color-wrap.uni h4,
div.color-wrap.uni h5,
div.color-wrap.uni h6 {
    color:var(--primary) !important;
}

div.color-wrap.uni a {
    color:var(--secondary) !important;
}

div.color-wrap.uni2 h1,
div.color-wrap.uni2 h2,
div.color-wrap.uni2 h3,
div.color-wrap.uni2 h4,
div.color-wrap.uni2 h5,
div.color-wrap.uni2 h6,
div.color-wrap.uni2 a {
    color:var(--secondary) !important;
}

div.color-wrap.bpk h1,
div.color-wrap.bpk h2,
div.color-wrap.bpk h3,
div.color-wrap.bpk h4,
div.color-wrap.bpk h5,
div.color-wrap.bpk h6,
div.color-wrap.bpk a {
    color:var(--bpk) !important;
}

div.color-wrap.lkk h1,
div.color-wrap.lkk h2,
div.color-wrap.lkk h3,
div.color-wrap.lkk h4,
div.color-wrap.lkk h5,
div.color-wrap.lkk h6,
div.color-wrap.lkk a {
    color:var(--lkk) !important;
}

div.color-wrap.fmk h1,
div.color-wrap.fmk h2,
div.color-wrap.fmk h3,
div.color-wrap.fmk h4,
div.color-wrap.fmk h5,
div.color-wrap.fmk h6,
div.color-wrap.fmk a {
    color:var(--fmk) !important;
}

div.color-wrap.emk h1,
div.color-wrap.emk h2,
div.color-wrap.emk h3,
div.color-wrap.emk h4,
div.color-wrap.emk h5,
div.color-wrap.emk h6,
div.color-wrap.emk a {
    color:var(--emk) !important;
}

div.color-wrap.erti h1,
div.color-wrap.erti h2,
div.color-wrap.erti h3,
div.color-wrap.erti h4,
div.color-wrap.erti h5,
div.color-wrap.erti h6,
div.color-wrap.erti a {
    color:var(--erti) !important;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color:inherit;
    font-weight:inherit;
    line-height:inherit;
}

div.color-wrap.uni ul li::before,
div.color-wrap.uni > ol > li::before,
div.color-wrap.uni .awe_question_answer > ol > li::before {
    background-color:var(--primary) !important;
}

div.color-wrap.uni2 ul li::before,
div.color-wrap.uni2 > ol > li::before,
div.color-wrap.uni2 .awe_question_answer > ol > li::before {
    background-color:var(--secondary) !important;
}

div.color-wrap.bpk ul li::before,
div.color-wrap.bpk > ol > li::before,
div.color-wrap.bpk .awe_question_answer > ol > li::before {
    background-color:var(--bpk) !important;
}

div.color-wrap.lkk ul li::before,
div.color-wrap.lkk > ol > li::before,
div.color-wrap.lkk .awe_question_answer > ol > li::before {
    background-color:var(--lkk) !important;
}

div.color-wrap.fmk ul li::before,
div.color-wrap.fmk > ol > li::before,
div.color-wrap.fmk .awe_question_answer > ol > li::before {
    background-color:var(--fmk) !important;
}

div.color-wrap.emk ul li::before,
div.color-wrap.emk > ol > li::before,
div.color-wrap.emk .awe_question_answer > ol > li::before {
    background-color:var(--emk) !important;
}

div.color-wrap.erti ul li::before,
div.color-wrap.erti > ol > li::before,
div.color-wrap.erti .awe_question_answer > ol > li::before {
    background-color:var(--erti) !important;
}

div.color-wrap.uni ol ol li::before {
    color:var(--primary) !important;
}

div.color-wrap.uni2 ol ol li::before {
    color:var(--secondary) !important;
}

div.color-wrap.bpk ol ol li::before {
    color:var(--bpk) !important;
}

div.color-wrap.lkk ol ol li::before {
    color:var(--lkk) !important;
}

div.color-wrap.fmk ol ol li::before {
    color:var(--fmk) !important;
}

div.color-wrap.emk ol ol li::before {
    color:var(--emk) !important;
}

div.color-wrap.erti ol ol li::before {
    color:var(--erti) !important;
}

/* COLOR WRAP END */

/* Takaro */

#cover {
    display:flex;
    justify-content:center;
    align-items:center;
    position:fixed;
    z-index:9999;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:var(--lgrey);
}

#cover * {
    text-align:center;
    font-size:24px;
    color:var(--primary);
    margin-bottom:20px;
}

/* Cookie fix */

.awe_cookie_param {
    /*
    position:fixed !important;
    top:50% !important;
    transform:translatey(-50%) translatex(-50%) !important;
    */
}