/* 
    Document   : styles
    Created on : 2018.01.10., 14:13:43
    Author     : peta@infoartnet.hu
*/

:root {
    --sec:#50ADC9;
    --pri:#242943;
    
    --barna:#AE791D;
    --bordo:#AC112B;
    --szurke:#807C78;
    --lila:#7765A6;
    --narancs:#D67C1C;
    --otdk:#EF4C22;
    --regina:#173f35;
    --sarga:#EEC344;
    --sotetzold:#2A8C46;
    --vilagoskek:#357ABE;
    --vilagoszold:#A1C038;
    --szentgyorgyi:#7edffe;
}


/*----+ 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-family:'Titillium Light';
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333;
    font-weight:normal;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}

h3 {
    font-family:'Titillium Bold';
    text-transform:uppercase;
    color:var(--sec);
    font-size:24px;
    margin-bottom:20px;
}
.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 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
    /*font-size: 100%;*/
    outline-style: none;
}
input[type="text"], select{
    height: 30px;
    padding: 5px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
textarea { resize: none; }
.bug { border: 1px solid red; }
table tbody tr td, table tr th { padding: 2px; }


body { overflow-x: hidden;
padding-top:93px; }

body.head-menu {
    margin-top:33px;
}

ul, ol{
    margin: 0 0 0 20px;
}

strong {
    font-family:'Titillium Semibold';
}

/*----+ Site Defualt CSS +----*/

img {
    border: 0;
}

.clear {
    clear: both;
    height: 0px;
}

.hide {
    display:none !important;
}

a {
    text-decoration:none;
    color:var(--sec);
}

.box.noview {
    display:none;
}

div.portlet-content.box div p{
    margin: 0;
    padding: 0 0 10px;
}

div#content a.gen-pdf{
    background:  url('../gfx/pdf_download.png') no-repeat 0 4px transparent;
    padding: 0 0 0 20px;
    margin: 0 0 0 5px;
}

/*----- SITE -----*/

#header-line-top{
    position: fixed;
    z-index:100;
    top: 0px;
    display: block;
    width: 100%;
    background: rgba(255,255,255,1);
    max-height:100%;
    overflow:visible;
}

@media only screen and (max-width:983px) {
    #header-line-top{
        /* overflow:auto; */
    }
}

body.inner #header-line-top,
body.noslider #header-line-top {
    position:fixed;
}

div.pagewidth {
    width: 960px;
    margin: 0 auto;
    display: block;
}

div.pagewidth::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#noview {
    display: none;
}

/* button */

input[type="submit"], input[type="button"],
.part-icalendar_box div.bottom > a.more-events,
.part-downloadmanager div.file > div.buttons > a,
.part-catview div.component-body a.read-more,
.part-newsbox_with_image .item > a,
.part-newsbox_with_image div.next-btn > a,
.part-career div.btn.bottom > a,
.part-gallery_listing > div.component-body > a.gdetails,
.part-idealist_box div.bottom a,
.part-labelview div.component-body a.read-more,
.part-login div.logged > span.logout > a,
.part-mailcenter div#nl-error > a {
    appearance:none;
    -webkit-appearance:none;
    display:table;
    cursor: pointer;
    border: none;
    background-color: var(--sec);
    color:#ffffff;
    margin-top:20px;
    padding: 8px 28px;
    height: auto;
    transition:0.3s;
    border-radius:3px;
    font-size:18px;
    text-transform:uppercase;
}

input[type="submit"]:hover, input[type="button"]:hover,
.part-icalendar_box div.bottom > a.more-events:hover,
.part-downloadmanager div.file > div.buttons > a:hover,
.part-catview div.component-body a.read-more:hover,
.part-newsbox_with_image .item > a:hover,
.part-newsbox_with_image div.next-btn > a:hover,
.part-career div.btn.bottom > a:hover,
.part-gallery_listing > div.component-body > a.gdetails:hover,
.part-idealist_box div.bottom a:hover,
.part-labelview div.component-body a.read-more:hover,
.part-login div.logged > span.logout > a:hover,
.part-mailcenter div#nl-error > a:hover {
    background-color:#242943;
    color:#ffffff;
}

/* button back */

.part-content div.history-back > a,
.part-formdesigner div.input-box-back-bottom > a,
.part-catview a.go-back,
.part-formdesigner div.input-box-back-bottom > a,
.part-organog div.history-back > a,
.part-senate div.history-back > a {
    display:inline-block;
    margin-top:20px;
    font-family: 'Titillium Semibold';
    color:var(--sec);
}

.part-content div.history-back > a::before,
.part-formdesigner div.input-box-back-bottom > a::before,
.part-catview a.go-back::before,
.part-formdesigner div.input-box-back-bottom > a::before,
.part-organog div.history-back > a::before,
.part-senate div.history-back > a::before {
    content:"\00ab\00a0";
}

/* a button */

a.button {
    display:inline-block;
    margin-bottom:12px !important;
    margin-top:5px !important;
    padding:8px 28px 9px 28px !important;
    border-radius:3px;
    background-repeat:no-repeat;
    background-position:20px center;
    background-color:var(--sec);
    color:#ffffff;
    text-transform:uppercase;
    transition:0.3s;
    line-height:18px;
    font-family: 'Titillium Semibold';
}

a.button:hover {    
    background-color:var(--pri);
}

a.button.pdf {
    background-image:url('../gfx/btn_pdf_hover.svg');
    padding:8px 28px 9px 44px !important;
}

a.button.pdf:hover {
    
}

a.button.file {
    background-image:url('../gfx/btn_file_hover.svg');
    padding:8px 28px 9px 44px !important;
}

a.button.file:hover {
    
}

a.button.doc {
    background-image:url('../gfx/btn_doc_hover.svg');
    padding:8px 28px 9px 44px !important;
}

a.button.doc:hover {
    
}

a.button.video {
    background-image:url('../gfx/btn_video_hover.svg');
    padding:8px 28px 9px 44px !important;
}

a.button.video:hover {
    
}

/* a button end */

/*Head menu*/
div#head-menu{

    background:rgba(13,33,68,.9);
    display:block;
}
div#head-menu #head-menu-in .part-showmenu::after{
    display:block;
    position: absolute;
    top:0;
    left:10px;
    color:#fff;
    font-family: 'Titillium Bold';
    content:"Széchenyi István Egyetem";
    line-height: 40px;
    text-transform: uppercase;
}
div#head-menu #head-menu-in .part-showmenu .component-heading{
    display:none;
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav{
    list-style: none;
    display:flex;
    flex-direction: row;
    justify-content: center;
    text-transform: uppercase;
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li{
    transition: .3s;
    padding:5px 20px;
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li:hover{
    background:rgba(0,186,204,1);
}
div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li a{
    color:#fff;
    font-family: 'Titillium Semibold';
    display:block;
    text-align:center;
}

@media only screen and (min-width:984px) and (max-width:1304px) {
    
    div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li {
        padding:5px 10px;
    }
    
    div#head-menu #head-menu-in .part-showmenu .component-body ul.nav li a {
        font-size:14px;
    }
}

@media only screen and (min-width:665px) {
div#head-menu #head-menu-in .part-showmenu::after{
    display:none;
}
}
/*----- HEADER -----*/

div#header {
    position: relative;
}

div#header::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#logo {
    display: block;
    position:relative;
    z-index:100;
    height: 93px;
    float: left;
    padding-top:27px;
    padding-left:10px;
}

div#logo > a {
    width: 155px;
    height: 60px;
    background-image: url('../gfx/sze_logo.png');
    background-repeat:no-repeat;
    background-size:100%;
    display: block;
    text-indent: -9999px;
}

/*----- Header actions -----*/

#header-console {
    padding-top:17px;   
    float:right;
}

.header-actions {
    display: block;
    float: right;
    padding-right:60px;
}

.header-actions > div.box {
    float:right;
    width:21px;
    height:21px;
    margin-left:22px;
    background-repeat:no-repeat;
    background-position:0 0;
    position:relative;
    z-index:100;
}

.header-actions h1.component-heading,
.header-actions h2.component-heading,
.header-actions h1.component-heading:empty,
.header-actions h2.component-heading:empty {
    text-indent:-9999px;
    display:block;
}

.header-actions::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#login {

}

body.home div#menu-space {
    display:none;
}

body.home div#menu-space::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

body.inner div#menu-space {
    transition:0.3s;
}

/* -------- Content -------- */

div#content {
    padding:52px 0;
    /* overflow-x:hidden; */
}

.content-holder .box:not(.part-index) {
    margin-bottom:56px;
}

div#content-left {
    width:1140px;
    float:left;
    padding-right:40px;
}

div#content-right {
    width:460px;
    float:left;
    min-height:10px;
}

body.rev div#content-left {
    padding-right:0;
}

body.rev div#content-right {
    padding-left:40px;
}

div#content-left > div.newsbox:empty,
div#content-right > div.newsbox:empty {
    margin-bottom:0;
}

h1.component-heading:empty,
h2.component-heading:empty {
    display:none;
}

div#content h1.component-heading,
div#content h2.component-heading {
    font-family:'Titillium Semibold';
    text-transform:uppercase;
    color:var(--sec);
    font-size:36px;
    line-height:42px;
    margin-bottom:20px;
}

div#content .part-index h1.component-heading,
div#content .part-index h2.component-heading {
    margin:0;
}

/* -------- Anchor -------- */

a[name] {
    display:block;
    position:relative;
    top:-30vh;
}

/* -------- Footer -------- */

div#footer {
    background-color:var(--sec);
    padding-top:52px;
    position:relative;
}

div#footer::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#footer * {
    color:#ffffff;
}

div#footer .pagewidth {
    position:relative;
    z-index:2;
}

div#footer .footer-col {
    width:25%;
    padding-right:32px;
    float:left;
}

div#footer-bottom {
    padding: 20px 0;
    background-color:#333738;

}

div#footer-bottom.extended {
    padding-bottom:160px;
}

div#footer-bottom * {
    color:#57605f;
}

div#footer-bottom div.infoartnet {
    float: right;
    height: 21px;
    color:#777d7d;
}

div#footer-bottom div.infoartnet::after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

div#footer-bottom div.infoartnet > span {
    display:block;
    float:left;
    margin-right:28px;
    color:#777d7d;
}

div#footer-bottom div.infoartnet span a {
    color:#777d7d;
}

div#footer-bottom div.infoartnet a.infoartnet-logo {
    display:inline-block;
    overflow:hidden;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    background: url('../gfx/infoartnet_logo.png') 0 0 no-repeat;
}

div#footer .vcard {
    display:none;
}

div#footer div.infoartnet {
    width: 30px;
    height: 30px;
    position: absolute;
    top:0px;
    right: 5px;
}

div#footer div.infoartnet > a {
    width: 30px;
    height: 30px;
    display: block;
    background: transparent url('../gfx/infoartnet_logo.png') 0 0 no-repeat;
    text-indent: -9999px; 
}

div#footer #footer-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0.1;
}

div#footer #footer-bg * {
    margin:0;
    padding:0;
    display:block;
    height:100%;
}

div#footer #footer-bg img {
    object-fit:contain;
    object-position:center center;
    width:100%;
    height:100% !important;
}

div#footer #footer-bg .box.full img {
    object-fit:cover;
}

/* -------- DatePicker -------- */

div#ui-datepicker-div {
    background: #fff;
    border: 5px solid #ccc;
    width: 240px;
    z-index: 9999 !important;
    display: none;
}

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('../components/com_minicalendar/gfx/cal_arrow_prev.png') 0 0 no-repeat;
    text-indent: -9999px;
    margin: 8px 4px 0 4px;
    cursor: pointer;
}

a.ui-datepicker-next.ui-corner-all {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    background: transparent url('../components/com_minicalendar/gfx/cal_arrow_next.png') 0 0 no-repeat;
    margin: 8px 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;
}

table.ui-datepicker-calendar {
    width: 230px;
    margin: 5px;
}

table.ui-datepicker-calendar > thead > tr > th,
table.ui-datepicker-calendar > tbody > tr > td {
    width: 14.2857%;
    padding: 5px 0;
    text-align: center;
}

table.ui-datepicker-calendar > tbody > tr > td:hover {
    background: #ececec;
}

table.ui-datepicker-calendar > tbody > tr > td.ui-datepicker-today {
    border: 1px solid #ccc;
}

/* -------- JQuery Mail Popup -------- */

div.ui-widget-overlay {
    background: transparent url('../gfx/trans.png');
    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: 18px;
    height: 20px;
    display: block;
    background: transparent url('../gfx/mail_close.png') 0 0 no-repeat;
}

div.ui-dialog.ui-widget.ui-widget-content.ui-corner-all a.ui-dialog-titlebar-close.ui-corner-all > span {
    text-indent: -9999px;
    width: 18px;
    height: 20px;
    display: block;
    cursor: pointer;
}

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 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 #B73F3F;
}

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 > input:hover {
    background: #333 !important;
}

.ui-timepicker-wrapper .ui-timepicker-list{
    background: #FFF;
    padding: 10px;
    border: 1px solid #000;
}

.ui-timepicker-wrapper .ui-timepicker-list{
    height: 200px;
    width: 100px;
    overflow-y:scroll;
    margin: 0;
    background: #fff;
    border: 2px solid #0168b3;
}


.ui-timepicker-wrapper .ui-timepicker-list li{
    cursor: pointer;
    list-style: none;
}

.ui-timepicker-wrapper .ui-timepicker-list li:hover{
    font-weight: bold;
    color: #0168b3;
}

/* -------- Mobile & Tablet -------- */


@media only screen and (min-width: 1681px) {
    div.pagewidth {
        width: 1600px;
        margin: 0 auto;
    }

    div#logo {
        width:12%;
    }

    #header-console {
        width:88%;
    }

}

@media only screen and (min-width: 1305px) and (max-width: 1680px) {
    
    div#content-left {
        width:920px;
    }
    
    div#content-right {
        width:360px;
    }

    div.pagewidth {
        width: 1280px;
        margin: 0 auto;
    }
    
    #header-console {
        max-width:1060px;
    }

}

@media only screen and (min-width: 984px) and (max-width: 1304px) { 
    
    div#content-left {
        width:692px;
    }
    
    div#content-right {
        width:268px;
    }
    
    div#logo {
        margin-bottom:-70px;
    } 
}

@media only screen and (max-width: 983px) {
    body.rev div#content-right {
        padding-left:0;
    }
    div#content-left,
    div#content-right {
        float:none;
        padding-right:0;
        padding-left:0;
        margin-bottom:32px;
        width:auto;
    }
}

@media only screen and (min-width: 665px) and (max-width: 983px) {

    
    div.pagewidth {
        width: 640px;
        margin: 0 auto;
    }
    
    div#logo {
        margin-bottom:-10px;
    }
    
    .header-actions {
        padding-top:20px;
        padding-right:0;
    }
    
    #header-console {
        float:none;
    }
   
    div#footer .footer-col {
        width:50%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 664px) {
    div.pagewidth {
        width: 440px;
        margin: 0 auto;
    }

    div#logo {
        margin-bottom:-10px;
    }
    
    .header-actions {
        padding-top:20px;
        padding-right:0;
    }

    #header-console {
        float:none;
    }
}

@media only screen and (max-width:983px) {
    body {
        
    }
    #header-line-top {
        position:fixed;
        z-index:101;
        background:rgba(255,255,255,1);
    }
    
    .header-actions {
        padding-right:43px;
    }
    
    .header-actions > div.box {
        margin-left:10px;
    }
    
    body.inner div#menu-space {
        display:none;
    }
    
    div#content .newsbox {
        column-count:1;
        column-gap:0;
    }
    
    div#footer {
        padding-bottom:30px;
    }
    
    div#footer .footer-col {
        width:auto;
        padding-right:0;
        float:none;
    }
    
    div#footer-bottom div.infoartnet {
        float:none;
        height:auto;
    }
    
    div#footer-bottom div.infoartnet span {
        float:none;
    }
    
    div#footer-bottom div.infoartnet a.infoartnet-logo {
        float:right;
    }
}

@media only screen and (min-width:320px) and (max-width: 479px) {
    div.pagewidth {
        width:100%;
        padding:0 15px;
    }
    
    div#content {
        padding:52px 0;
    }
    
    div#logo {
        margin-bottom:-20px;
        padding-left:0;
    }
    
    div#logo > a {
        width:125px;
        background-size:contain;
    }
        
    .header-actions {
        padding-top:20px;
        padding-right:43px;
    }
    
    .header-actions > div.box {
        margin-left:10px;
    }

    #header-console {
        float:none;
    }
    
    div#footer, div#footer-bottom {
        padding-left:15px;
        padding-right:15px;
    }
}

@media only screen and (max-width : 319px) {
    div.pagewidth {
        display: none;
    }
    div#noview {
        display: block;
    }
}

/* bordered */

.box.bordered {
    border:solid 2px #242943 !important;
    padding:10px !important;
}

div#content-right .box.bordered {
    border-color:#d9d9d9 !important;
}

/* felveteli.sze.hu */

body.felveteli .header-actions {
    padding-right: 48px;
}
body.felveteli .header-actions > div{
    float:left;
    margin-left:10px;
}
body.felveteli .header-actions > div.part-search{
    /* display:none; */
}
body.felveteli .header-actions > div.part-langswitch{
    display:none;
}

/* felveteli.sze.hu */
body.felveteli .content-holder.box::after{
    content:"";
    display:block;
    float:none;
    clear:both;
}

/* 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{
}
/* table-wrappers table default view */
.table-wrappers:not(.vscroll) .wrapper2 .div2{
    display:flex;
    justify-content: center;
}
.table-wrappers .wrapper2 table{
    margin-bottom:1px;
}
/* uj_h2 */
.uj_h2{
    margin-bottom:10px;
}
.uj_h2::after{
    content:"";
    display:block;
    clear:both;
    float:none;
}
.uj_h2 .h2_title{
    float: left;
    height: 44px;
    line-height: 44px;
    width: calc(100% - 57px);
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Titillium Semibold';
    background-color: #242943;
    color: #fff;
    padding: 0 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media only screen and (min-width:984px) and (max-width: 1304px){
    #content-left .uj_h2 .h2_title{
        font-size:18px;
    }
}
@media only screen and (max-width: 479px) {
    .uj_h2 .h2_title{
        font-size:18px;
    }
}
.uj_h2 .h2_after{
    float:left;
    height:44px;
    width:50px;
    margin-left:7px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.uj_h2 .h2_after > div{
    height:10px;
    background-color:#50ADC9;
}
.ahjk .uj_h2 .h2_after > div{
    background-color:#B7B2AC;
}
.ak .uj_h2 .h2_after > div{
    background-color:#2A8C46;
}
.dfk .uj_h2 .h2_after > div{
    background-color:#EEC344;
}
.esk .uj_h2 .h2_after > div{
    background-color: #AC112B;
}
.eekk .uj_h2 .h2_after > div{
    background-color: #AE791D;
}
.givk .uj_h2 .h2_after > div{
    background-color:#A1C038;
}
.kgk .uj_h2 .h2_after > div{
    background-color:#357ABE;
}
.mek .uj_h2 .h2_after > div{
    background-color:#D67C1C;
}
.mk .uj_h2 .h2_after > div{
    background-color:#7765A6;
}
.uj_h2 .h2_after > div:nth-of-type(2){
    width:70%;
}
/* egéb javítás */
div#content-left > div {
    margin-bottom:40px;
}
div#content-right > div {
    margin-bottom:40px;
}
/* a felső menü túl nagy ezért távolságtartás amíg nncs mobil menü */
@media only screen and (max-width: 1304px){
    #container{
        /* margin-top:80px; */
    }
}
@media only screen and (max-width: 664px){
    #container{
        margin-top:0;
    }
}

/* széchenyi 2020 lebegő */

#szechenyi {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index:999;
}
#szechenyi * {
    padding:0;
    margin:0;
    display:block;
}
#szechenyi img {
    width: 230px !important;
    height: auto !important;
}

@media only screen and (max-width:479px) {
    #szechenyi img {
        width:160px !important;
    }
}

/* Logo plus */

div#logo {
    position:relative;
}

div#logo .box {
    
    position:absolute;
    top:25px;
    left:100%;
}

div#logo .box img {
    max-width:none;
    width:auto !important;
    height:30px !important;
}

@media only screen and (max-width:1680px) {
    div#logo .box {
        top:31px;
        left:calc(100% + 20px);
    }
}

@media only screen and (max-width:479px) {
    div#logo .box {
        top:50%;
        transform:translatey(-50%);
    }

    div#logo .box img {
        max-width:70px;
        height:auto !important;
    }
}

/* awe_content_slider */

.awe_cntsld {
    width:800px;
    margin-left:auto;
    margin-right:auto;
    margin-top:32px;
    margin-bottom:32px;
    float:none;
    clear:both;
}

.awe_cntsld_screen {
    aspect-ratio:16/9;
    background-color:#f0f0f0;
    z-index:1;
}

.awe_cntsld_screen_wrap {
    position:relative;
}

.awe_cntsld_navi {
    position:absolute;
    z-index:10;
    top:50%;
    transform:translatey(-50%);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
    background-color:rgba(0,0,0,0.5);
    cursor:pointer;
    width:36px;
    height:36px;
}

.awe_cntsld_navi.navi_left {
    left:0;
    background-image:url('../gfx/awe_cntsld_left.svg');
}

.awe_cntsld_navi.navi_right {
    right:0;
    background-image:url('../gfx/awe_cntsld_right.svg');
}

.awe_cntsld_thumb_wrap {
    
}

.awe_cntsld_thumb_wrap img {
    display:block;
    margin:0 !important;
    float:left;
    position:relative;
    z-index:1;
    width:12.5% !important;
    height:auto !important;
    aspect-ratio:1/1;
    object-fit:cover;
    object-position:center center;
    background-color:#f0f0f0;
    cursor:pointer;
    transition:0.3s;
    box-shadow:0 0 0 rgba(0,0,0,0.2);
    filter:brightness(50%);
}

.awe_cntsld_thumb_wrap img.active {
    z-index:9;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    transform:scale(1.1,1.1);
    filter:brightness(100%);
    cursor:default;
}

.awe_cntsld_thumb_wrap::after {
    content:"";
    display:block;
    float:nonoe;
    clear:both;
}

.awe_cntsld_slide {
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:0.5s;
    opacity:0;
    overflow:hidden;
}

.awe_cntsld_slide.active {
    opacity:1;
    z-index:9;
}

.awe_cntsld_slide_bg {
    position:absolute;
    z-index:1;
    top:-20px;
    left:-20px;
    width:calc(100% + 40px);
    height:calc(100% + 40px);
    filter:blur(20px);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.awe_cntsld_slide img,
div#content .part-content .awe_cntsld_slide img {
    display:block;
    z-index:2;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center center;
    margin:0 !important;
}

.awe_cntsld_slide_title,
span.awe_cntsld_slide_title {
    display:block;
    padding:10px;
    position:absolute;
    z-index:3;
    bottom:0;
    left:0;
    width:100%;
    background-color:rgba(0,0,0,0.8);
    color:#ffffff;
    text-align:center;
    text-transform:uppercase;
    pointer-events:none;
}

a.awe_cntsld_fancy {
    display:block;
    position:absolute;
    z-index:3;
    top:0;
    right:0;
    width:36px;
    height:36px;
    background-repeat:no-repeat;
    background-size:20px;
    background-position:center center;
    background-image:url('../gfx/cntsld_zoom.svg');
    background-color:rgba(0,0,0,0.5);
}

.awe_cntsld_slide a {
    cursor:zoom-in;
}

@media only screen and (max-width:1304px) {
    .awe_cntsld {
        width:auto;
    }
}

@media only screen and (max-width:664px) {
    .awe_cntsld_screen {
        aspect-ratio:1/1;
    }
}

@media only screen and (max-width:479px) {
    .awe_cntsld_thumb_wrap img,
    div#content .part-content .awe_cntsld_thumb_wrap img {
        width:12.5% !important;
    }
}

/* awe_content_slider end */

/* fullwidth tartalom */

#content.fullwidth #content-left,
body.rev #content.fullwidth #content-right {
    width:auto;
    float:none;
}

/* fullwidth tartalom end */