/**
 * alapbeállítások
 */

body {
	margin: 0;
	padding-top: 0px;
	font-family: 'Source Sans Pro', Verdana, sans-serif;
	color: #333333;
	font-size: 16px;
	min-height: 1000px;
	background-color: #3a3a3a;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
@media all and (max-width: 992px) {
    body {
        background-image: none !important;
    }
}


a {
    text-decoration: none;
    color: #aa7e2d;
    outline: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #4766e0;
}




/**
 * alap konténerek
 */

.oldal-belso-kontener {
    position: relative;
    display: inline-block;
    width: 1140px;
    flex-grow: initial;
    flex-basis: initial;
}
@media all and (max-width: 1160px) {
    .oldal-belso-kontener {
        width: 100%;
    }
}

.fo-kontener {
    position: relative;
    float: none;
    display: block;
    text-align: center;
}




/** 
 * fejléc
 */

.fejlec-szekcio {
    position: relative;
    float: none;
    display: block;
    height: 90px;
    background-repeat: repeat;
    background-image: url(images/hdr-bck-dark.png);
    text-align: center;
}


.fejlec-hatter {
    height: 90px;
}


.fejlec-hatter-hasab {
    display: inline-block;
}
.fejlec-hatter-hasab:nth-child(1) {
    width: 280px;
    height: 90px;
    background-image: url(images/new/hpled-header-left.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
@media all and (max-width: 460px) {
    .fejlec-hatter-hasab:nth-child(1) {
        background-size: 240px;
    }
}
@media all and (max-width: 400px) {
    .fejlec-hatter-hasab:nth-child(1) {
        background-size: 200px;
    }
}
@media all and (max-width: 360px) {
    .fejlec-hatter-hasab:nth-child(1) {
        background-size: 160px;
    }
}
.fejlec-hatter-hasab:nth-child(2) {
    width: calc(100% - 280px - 500px);
    height: 90px;
    background-color: rgba(5, 5, 5, .7);
}
@media all and (max-width: 991px) {
    .fejlec-hatter-hasab:nth-child(2) {
        display: inline-block;
        width: calc(100% - 280px - 500px - 60px);
    }
}
@media all and (max-width: 880px) {
    .fejlec-hatter-hasab:nth-child(2) {
        display: none;
    }
}
.fejlec-hatter-hasab:nth-child(3) {
    width: 500px;
    height: 90px;
    background-image: url(images/new/hpled-header-right.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
@media all and (max-width: 880px) {
    .fejlec-hatter-hasab:nth-child(3) {
        display: none;
    }
}
.fejlec-hatter-hasab:nth-child(4) {
    display: none;
    height: 90px;
}
@media all and (max-width: 991px) {
    .fejlec-hatter-hasab:nth-child(4) {
        display: inline-block;
        width: 60px;
        background-color: rgba(5, 5, 5, .7);
    }
}
@media all and (max-width: 880px) {
    .fejlec-hatter-hasab:nth-child(4) {
        display: none;
    }
}


.fejlec-szekcio nav {
    position: absolute;
    float: none;
    flex-flow: row nowrap;
    right: 20px;
    bottom: 0;
    width: auto;
    height: auto;
    font-size: 0;
}

.fejlec-szekcio nav a,
.fejlec-szekcio nav .dropdown,
.fejlec-szekcio nav .dropdown .btn {
    box-sizing: border-box;
    float: none;
    display: block;
    top: 0;
    left: 0;
    width: 145px;
    height: 23px;
    margin-left: 5px;
    padding-top: 2px;
    border: 0;
    border-radius: 0;
    background-color: #32404c;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 13px;
    color: #cccccc;
    text-align: center;
    transition: 
        background .4s,
        color .4s;
    box-shadow: none;
}
.fejlec-szekcio nav a:first-child {
    margin-left: 0;
}
@media all and (min-width: 992px) {
    .fejlec-szekcio nav a:hover,
    .fejlec-szekcio nav .dropdown .btn:hover {
        background-color: #4e4e4e;
        color: #fff;
    }
}


.fejlec-szekcio nav .dropdown {
    padding: 0;
}

.fejlec-szekcio nav .dropdown .btn,
.fejlec-szekcio nav .dropdown .btn:hover,
.fejlec-szekcio nav .dropdown .btn:focus,
.fejlec-szekcio nav .dropdown .btn:active {
    margin: 0;
    padding: 0;
    padding-top: 2px;
    border: 0;
    border-radius: 0;
    outline: 0;
    outline:0px !important;
    box-shadow: none;
    -webkit-appearance:none;
}
.fejlec-szekcio nav .dropdown .btn:hover {
    box-shadow: none;
    -webkit-appearance:none;
}


.fejlec-szekcio nav .dropdown .btn:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}


.fejlec-szekcio nav .dropdown .dropdown-menu {
    padding: 5px 0;
    border: 0;
    border-radius: 0;
    background-color: #32404c;
}
.fejlec-szekcio nav .dropdown .dropdown-menu.show {
    margin: -2px 0 0 0 !important;
}
    

.fejlec-szekcio nav .dropdown .dropdown-menu a {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px 20px;
    text-align: left;
    
}
.fejlec-szekcio nav .dropdown .dropdown-menu a:hover {
    color: #fff;
}



/**
 * lábléc
 */

.lablec-szekcio {
    position: relative;
    float: none;
    display: block;
    height: auto;
    text-align: center;
}
.lablec-szekcio .oldal-belso-kontener {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, .90);
}
@media all and (max-width: 992px) {
    .lablec-szekcio .oldal-belso-kontener {
        padding: 30px 15px;
        background-color: #303030;
        background-color: #2e2f32;
    }
}


#lablec-google-maps-kontener {
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.lablec-szekcio h2 {
    margin: 0;
    padding: 0;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    text-align: left;
}
@media all and (max-width: 460px) {
    .lablec-szekcio h2 {
        font-size: 16px;
    }
}

.lablec-szekcio p {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: left;
}
@media all and (max-width: 460px) {
    .lablec-szekcio p {
        font-size: 16px;
    }
}

.lablec-szekcio a {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    font-size: 16px;
    color: #3794c8;
}
.lablec-szekcio a:hover {
    text-decoration: underline;
}
@media all and (max-width: 460px) {
    .lablec-szekcio a {
        font-size: 16px;
    }
}


.lablec-szekcio .copyright-sor {
    margin-top: 40px;
}




/**
 * fejlec-alatti-banner
 */
.felso-banner {
    position: relative;
    float: none;
    display: block;
    text-align: center;
}

.felso-banner .col {
    background-color: #333;
    text-align: center;
}




/** 
 * bal oldai menü
 */
.tartalom aside {
    width: 220px;
    background-image: url(images/hdr-bck-darker.png);
    background-repeat: repeat;
    flex-grow: initial;
    flex-basis: initial;
}


.bal-menu {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.bal-menu .menupont-kontener {
    position: relative;
    box-sizing: border-box;
    float: left;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
}

.bal-menu .almenu-nyito {
    position: relative;
    box-sizing: border-box;
    float: left;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: auto;
    margin-top: 8px;
    color: #fff;
    transition: background .35s;
}
.bal-menu .almenu-nyito:hover {
    background-color: #6c6c6c;
    cursor: pointer;
}

.bal-menu .menupont-kontener .almenu-nyito span {
/*    position: absolute;
    top: 16px;
    left: 8px;*/
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #fff;
    transition: 
        transform .35s;
}
.bal-menu .menupont-kontener.lenyitott span {
    transform: 
        rotate(90deg);
}
.bal-menu .menupont-kontener.aktualis a {
    color: #71b3e3;
}


.bal-menu a {
    position: relative;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 8px;
    padding: 8px 18px 8px 8px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    transition: background .35s;
}
.bal-menu .menupont-kontener.lenyitott a {
    /*background-color: #6c6c6c;*/
}
.bal-menu a:hover {
    background-color: #6c6c6c;
}    
.bal-menu a.nem-kattinthato {
    cursor: default;
}
.bal-menu a.nem-kattinthato:hover {
    background-color: transparent;
}

.bal-menu .menupont-kontener.osztott a {
    width: 80%;
}




.bal-menu img {
    margin-top: 16px;
}


.bal-menu .almenu {
    float: left;
    display: none;
    width: 100%;
    height: auto;
    background-color: #ddd;
}
.bal-menu .almenu > a {
    margin-top: 0;
    font-size: .9em;
    color: #000;
}
.bal-menu .almenu > a.aktualis {
    background-color: #ddd;
    color: #447395;
}
.bal-menu .almenu > a:hover {
    background-color: rgba(142, 176, 202, .6);
}




/**
 * cikk
 */
article {
    box-sizing: border-box;
    position: relative;
    float: none;
    width: calc(100% - 220px);
    padding: 18px;
    background-color: #fff;
    text-align: center;
    flex-grow: initial;
    flex-basis: initial;
    text-align: left;
}
@media all and (max-width: 991px) {
    article {
        width: 100%;
    }
}
@media all and (max-width: 767px) {
    article {
        text-align: center
    }
}


article .jumbotron {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 10px;
}

article .jumbotron h1 {
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;    
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #585858;
    line-height: normal;
}

article .jumbotron p {
    font-family: 'Source Sans Pro', Verdana, sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
article .jumbotron p.lead {
    font-size: 1.25rem;
}


article .termek-szekcio {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: thin;
    border-bottom-color: #666666;
    border-bottom-style: solid;
    border-bottom-width: thin;    
}
article .termek-szekcio.termek-szekcio-vonal-nelkul {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 0;
}
article .termek-szekcio.termek-szekcio-kihagyas-nelkul {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
article .jumbotron img {
    padding-bottom: 10px
}


/**
 * ár táblázat
 */

.ar-tablazat-kontener {
    display: inline-block;
    width: 100%;
}
@media all and (max-width: 767px) {
    .ar-tablazat-kontener {
        width: auto;
    }
}


.ar-tablazat-kontener table {
    table-layout: fixed;
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    font-size: 12px;
}
.ar-tablazat-kontener table thead th {
    padding: .5rem .3rem;
    text-align: center;
}
.ar-tablazat-kontener table thead th:first-child {
    text-align: left;
}
.ar-tablazat-kontener table thead th:last-child {
    text-align: right;
}
.ar-tablazat-kontener table td {
    padding: .3rem;
    border-top: 1px solid #dee2e6;    
    vertical-align: top;
    text-align: center;
}
.ar-tablazat-kontener table td:first-child {
    text-align: left;
}
.ar-tablazat-kontener table td:last-child {
    text-align: right;
}
.ar-tablazat-kontener p {
    font-size: 14px;
}





/**
 * bootstrap card 
 */

.card {
    border-radius: 0;
}




/**
 * bootstrap card - termékkárya
 */

.termek-kartya-kontener {
    margin-bottom: 15px;
}


.termek-kartya {
    margin-left: 7.5px;
    margin-right: 7.5px;
    padding: 5px 5px 15px 5px;
    text-align: center;
    transition: 
        all .35s;
}
@media all and (max-width: 576px) {
    .termek-kartya {
        margin-bottom: 15px;
    }
}

.termek-kartya:hover {
    background-color: #f5f5f5;
}
.termek-kartya.nem-kattinthato:hover {
    background-color: transparent;
}


.termek-kartya .card-body {
    padding: 10px 0 0 0;
}


.termek-kartya img {
    box-sizing: border-box;
    display: inline-block;
    max-width: 150px;
    margin: 0 auto 0 auto;
    /*border: 1px solid #999;*/
}
.termek-kartya-200 img {
    box-sizing: border-box;
    display: inline-block;
    max-width: 202px;
    margin: 0 auto 0 auto;
    /*border: 1px solid #999;*/
}

.termek-kartya .termek-kartya-heading {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #aa7e2d;
    text-align: center;
}
.termek-kartya:hover .termek-kartya-heading {
    color: #007bff;
}
.termek-kartya.nem-kattinthato .termek-kartya-heading {
    color: #7c0046;
}
.termek-kartya.nem-kattinthato:hover .termek-kartya-heading {
    color: #7c0046;
}


.termek-kartya .card-title {
    font-size: 16px;
}



/**
 * bootstrap card - képaláírásos kártya
 */
 
.card.kepalairasos-kartya {
    border: 0;
}
.card.kepalairasos-kartya .card-body {
    padding: 5px;
    background-color: #ebebeb;
}
.card.kepalairasos-kartya .card-body .card-text {
    font-family: "Trebuchet MS", Calibri, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}




/**
 * alkalmazási példák
 */

.alkalmazasi-peldak {
    display: block;
    width: 100%;
    height: auto;
    background-color: #d8dee1;
    text-align: center;
    padding: 5px 5px 0 0;
}
@media all and (max-width: 767px) {
    .alkalmazasi-peldak {
        text-align: center;
    }
}


.alkalmazasi-peldak .alkalmazasi-pelda-kep {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    max-width: 100%;
    padding: 0 0 5px 5px;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
}
.alkalmazasi-peldak .alkalmazasi-pelda-kep img {
    max-width: 100%;
    margin-bottom: 3px;    
    border: 1px solid #CCCCCC;
    vertical-align: middle;
}

.alkalmazasi-peldak .alkalmazasi-pelda-kep a {
    /*color: #fdd998;*/
    color: #9feeff;
    font-weight: bold;
}



/**
 * blog szöveg
 */

article .blog-szoveg {
}


article .blog-szoveg h1 {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    color: #0066CC;
    display: inline;
    text-transform: uppercase;
}

article .blog-szoveg h2 {
    float: left;
    /*display: block;*/
    display: inline;
    width: 100%;
    height: auto;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #0066cc;
    /*text-transform: uppercase;*/
}

article .blog-szoveg p {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

article .blog-szoveg .kep {
    display: block;
}

article .blog-szoveg .kep-utani-br {
    display: none;
}
@media all and (max-width: 767px) {
    article .blog-szoveg .kep-utani-br {
        display: inline;
    }
}

article .blog-szoveg .kep-balra {
    float: left;
    display: block;
    margin: .5em .8em .5em 0;
}
@media all and (max-width: 767px) {
    article .blog-szoveg .kep-balra {
        float: none;
        display: inline-block;
        margin: .5em 0 1em 0;
        text-align: center;
    }
}
article .blog-szoveg .kep-jobbra {
    float: right;
    display: block;
    margin: .5em 0 .5em .8em;
}
@media all and (max-width: 767px) {
    article .blog-szoveg .kep-jobbra {
        float: none;
        display: inline-block;
        margin: 0 0 .5em 0;
        text-align: center;
    }
}

article .blog-szoveg .kep-kartya {
    display: block;
    width: 100%;
}

article .blog-szoveg .kep-kartya img {
    max-width: 100%;
    text-align: center;
}

article .blog-szoveg .kep-kartya-balra {
    float: left;
    display: block;
    margin: .5em .8em .5em 0;
}
@media all and (max-width: 767px) {
    article .blog-szoveg .kep-kartya-balra {
        float: none;
        display: inline-block;
        margin: .5em 0 1em 0;
        text-align: center;
    }
}
article .blog-szoveg .kep-kartya-jobbra {
    float: right;
    display: block;
    margin: .5em 0 .5em .8em;
}
@media all and (max-width: 767px) {
    article .blog-szoveg .kep-kartya-jobbra {
        float: none;
        display: inline-block;
        margin: 0 0 .5em 0;
        text-align: center;
    }
}

article .blog-szoveg .kep-kartya .card-body {
    display: block;
    width: auto;
    padding: 4px;
    background-color: #ebebeb;
    font-family: "Trebuchet MS", Calibri, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    color: #666666;
}




/**
 * jellemző lista
 */

ul.jellemzo-lista {
    list-style: none;
}
@media all and (max-width: 767px) {
    ul.jellemzo-lista {
        padding: 0;
    }
}
ul.jellemzo-lista li::before {
    content: "\25A0";
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-weight: bold;
    color: #a2a2a2;
}
@media all and (max-width: 767px) {
    ul.jellemzo-lista li::before {
        content: "";
        width: 0;
        margin-left: 0;
    }
}
ul.jellemzo-lista.jellemzo-lista-felso-kihagyas-nelkul {
    margin-top: -10px;
}




/**
 * egyedi oldal formázások - index
 */

.index-oldali-szekcio {
    margin-bottom: 20px;
}
.index-oldali-szekcio .kiemelt-szoveg {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #868e96;
}
.index-oldali-szekcio .cim-2 {
    margin-top: 0;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 31px;
    color: rgb(33, 37, 41);
}


.index-oldali-szekcio .lista-doboz {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px 15px;
    background-color: #f2f2f2;
}


.index-oldali-szekcio .frissitesek-doboz {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 10px 15px;
    background-color: #d4d4d4;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em !important;    
}
.index-oldali-szekcio .frissitesek-doboz .cim-2 {
    margin: 0;
    font-weight: normal;   
    color: #75004F;
}
.frissitesek-doboz ul {
    padding: 0;
    list-style-type: none;
}

.index-oldali-szekcio .frissitesek-doboz a {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #75004f;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    white-space: normal;
    text-decoration: none;
    transition: 
        background .35s;
}
.index-oldali-szekcio .frissitesek-doboz a:hover {
    background-color: #b70b7f;
}
@media all and (min-width: 768px) {
    .index-oldali-szekcio .frissitesek-doboz br {
        display: none;
    }
}


.led-alkalmazas-kontener {
    background-color: #575757;
}
.led-alkalmazas-kontener .card {
    background: transparent;
}

.led-alkalmazas-kontener .card-body {
    padding: 10px 0;
    background: #575757;
}
@media all and (max-width: 460px) {
    .led-alkalmazas-kontener .card-body {
        padding: 5px 0;
        font-size: 12px;
    }
}
@media all and (max-width: 360px) {
    .led-alkalmazas-kontener .card-body {
        padding: 5px 0;
        font-size: 11px;
    }
}


.led-alkalmazas-kontener .card-body a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #ccc;
}
.led-alkalmazas-kontener .card-body a:hover {
    text-decoration: underline;
}




/**
 * egyedi oldal formázások - impresszum
 */

.impresszum-oldal-szekcio li em {
    color: #8190bd;
    font-style: normal;
    
}

.impresszum-oldal-logok {
    padding: 0;
    text-align: right;
    padding: 0;
}
@media all and (max-width: 767px) {
    .impresszum-oldal-logok {
        padding: 20px 0;
        text-align: center;
    }
}
.impresszum-oldal-logok img {
    margin-top: 5px;
    margin-bottom: 5px;
}




/**
 * egyedi oldal formázások - hiba
 */

.hiba-oldal-szekcio .hiba-kod {
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: 60px;
    font-weight: normal;
    color: #75004f;
}

.hiba-oldal-szekcio .hiba-nev {
    margin: 0;
    padding: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #75004f;
    text-transform: uppercase;
}

.hiba-oldal-szekcio .hiba-szoveg {
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    color: #444;
}



/**
 * transbox
 */

.transbox-kontener {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: auto;
}

.transbox {
    position: absolute;
    padding: 5px 10px;
    background: rgba(230, 230, 230, .8);
}
.transbox.transbox-bottom-right {
    right: 5%;
    bottom: 5%;
}
.transbox.transbox-bottom-left {
    left: 5%;
    bottom: 5%;
}

.transbox .cim-2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, .5);
}

.transbox a {
    font-weight: bold;
    font-size: 16px;
    color: #6695e6;
    transition: 
        color .35s;
}
.transbox a:hover {
    color: #2e60b7;
}
.transbox .cim-2 a {
    font-size: 18px;
    font-weight: bolder;
}

.transbox p {
    font-weight: bold;
    font-size: 16px;
}




/**
 * hamburger menü
 */

#hamburger-menu-gomb {
    box-sizing: content-box;
    position: fixed;
    float: none;
    display: none;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 7px;
    background: rgba(128, 128, 128, .66);
    z-index: 1001;
}
@media all and (max-width: 991px) {
    #hamburger-menu-gomb {
        display: block;
    }
}

#hamburger-menu-gomb span {
    float: none;
    display: block;
    width: 100%;
    height: 20%;
    margin-bottom: 20%;
    background-color: #eee;
}
#hamburger-menu-gomb span:last-child {
    margin-bottom: 0;
}


#hamburger-menu {
    position: fixed;
    float: none;
    display: none;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background-color: #333;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 1000;
}
#hamburger-menu.hamburger-menu-open {
    display: block;
}
@media all and (min-width: 967px) {
    #hamburger-menu.hamburger-menu-open {
        display: none;
    }
}

#hamburger-menu .bal-menu > a:hover {    
    background-color: #333333;
}
#hamburger-menu .bal-menu > a.aktualis:hover {
    background-color: #6c6c6c;
}    
#hamburger-menu .bal-menu .almenu a:hover {
    background-color: #ddd;
}    




/**
 * felfelé scrollozás
 */

#scroll-fel-gomb {
    box-sizing: content-box;
    position: fixed;
    float: none;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 7px;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(images/new/tetejere-ikon.png);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1001;
}




/**
 * GDPR consent
 */

#gdpr-consent-panel {
    position: fixed;
    float: none;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, .75);
}

#gdpr-consent-panel p {
    box-sizing: border-box;
    display: inline;
    color: #eee;
    font-size: 16px;
}
@media all and (max-width: 767px) {
    #gdpr-consent-panel p {
        font-size: 13px;
    }
}
@media all and (max-width: 640px) {
    #gdpr-consent-panel p {
        display: inline-block;
        width: 100%;
        font-size: 13px;
    }
}

#gdpr-consent-panel a {
    font-size: 16px;
    margin-left: 15px;
}
@media all and (max-width: 767px) {
    #gdpr-consent-panel a {
        font-size: 13px;
    }
}
@media all and (max-width: 640px) {
    #gdpr-consent-panel a {
        margin-left: 0;
        margin-top: 15px;
        font-size: 13px;
    }
}




/**
 * slider
 */

#slider {
    position: relative; /* important */
    max-width: 400px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    margin: 0 auto;
    
	overflow: hidden; /* important */
}
#slider #sliderContent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
}
#slider .sliderImage span {
    position: absolute;
	font: 14px/16px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider .sliderImage span strong {
    font-size: 14px;
}
#slider img {
    max-width: 100%;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
#slider .clear {
	clear: both;
}




/**
 * bootstrap alert
 */

.alert {
    border-radius: 0;
}

.alert-felso-kihagyas {
    margin-top: 15px;
}
.alert-kozepre {
    text-align: center;
}
.alert-jobbra {
    text-align: right;
}
@media all and (max-width: 767px) {
    .alert-jobbra {
        text-align: center;
    }
}
.alert-turkiz {
    padding: 0.25rem 0.5rem;
    background-color: #17a2b8;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
}




/**
 * cím formázások
 */
.cim-0 {
    border-bottom-color: #333333;
    border-bottom-style: none;
    border-bottom-width: 0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 38px;
    line-height: normal;
    font-weight: 400;
    color: #585858;
}

.cim-1 {
    border-bottom-color: #333333;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
    color: #585858;
}


.cim-2 {
    display: inline-block;
    width: 100%;
/*    
    margin-top: 10px;
    margin-bottom: 10px;
*/
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #0066cc;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #0066cc;
}
@media all and (max-width: 768px) {
    .cim-2 {
        margin-bottom: 10px;
    }
}
.cim-2.cim-2-2 {
    margin-top: 0;
    border-bottom: 0;
    font-size: 19px;
    color: rgba(51, 51, 51, 1);
}
.cim-termek-kartya-fokategoria {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0 15px 0;
    padding: 3px 0 3px 15px;
    background-color: #f4f3f0;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #0066cc;
}
.cim-termek-kartya-fokategoria-kek {
    border-left: 7px solid #317bbf;
}
.cim-termek-kartya-fokategoria-zold {
    border-left: 7px solid #008000;
}




.cim-3 {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;    
    font-style: normal;
    color: #000;
}
.cim-3.cim-3-2 {
    display: inline;    
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #0066CC;
}
.cim-3.cim-termek-kartya-kategoria {
    display: inline-block;
    margin-bottom: 7.5px;
    margin-left: 7.5px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal;
    color: #0066CC;
}


.cim-4 {
    display: inline;
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}





/**
 * általános formázások
 */

.cikkszam {
    display: inline;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;    
    color: #7C0046;
    font-style: normal;
    line-height: inherit;
}


.prodhighlight {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    font-style: italic;
    color: #000;
}


.szin-kiemeles {
    color: #0066cc;
}


.kivalt {
    font-family: 'Source Sans Pro', Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    font-style: italic;
    line-height: normal;
    font-weight: normal;    
}


.fuggo-kozep-kontener-kulso {
    display: table;
}
@media all and (max-width: 768px) {
    .fuggo-kozep-kontener-kulso {
        display: block;
        text-align: center;
    }
}
.fuggo-kozep-kontener-belso {
    display: table-cell;
    vertical-align: middle;
}
@media all and (max-width: 768px) {
    .fuggo-kozep-kontener-belso {
        display: block;
        text-align: center;
    }
}


.cim-alahuzo-vonal {
    padding-bottom: 5px;
    border-bottom: 1px solid #0066cc;
    margin-bottom: 10px;
}

.hatter-doboz {
    box-sizing: border-box;
    padding: 15px;
}
.hatter-szurke-c0c0c0 {
    background-color: #c0c0c0;
}




.nyelv-valaszto {
    position: absolute;
    display: block;
    top: 4px;
    right: 20px;
}
@media all and (max-width: 991px) {
    .nyelv-valaszto {
        right: 80px;
    }
}
@media all and (max-width: 880px) {
    .nyelv-valaszto {
        top: 36px;
        right: 80px;
    }
}

.nyelv-valaszto p {
    display: block;
    width: auto;
    height: auto;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    color: #656565;
}
@media all and (max-width: 880px) {
    .nyelv-valaszto p {
        font-size: 16px;
        line-height: 16px;
    }
}
.nyelv-valaszto p a {
    font-size: 13px;
    line-height: 13px;
    color: #fff;
}
@media all and (max-width: 880px) {
    .nyelv-valaszto p a {
        font-size: 16px;
        line-height: 16px;
    }
}


@media all and (max-width: 600px) {
    .fejlec-hatter-hasab:nth-child(1) {
        float: left;
    }
}




.youtube-kontener {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    margin: 0 0 1rem 0;
}
.youtube-kontener.youtube-kontener-16-9 {
    padding-bottom: 56.25%;
}
.youtube-kontener iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}




.no-gutters {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}


.ml-0 {
    margin-left: 0 !important;
}
.mr-1 {
    margin-left: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.ml-5 {
    margin-left: 1.25rem !important;
}


.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 0.75rem !important;
}
.mr-4 {
    margin-right: 1rem !important;
}
.mr-5 {
    margin-right: 1.25rem !important;
}


.pl-0 {
    padding-left: 0 !important;
}
.pr-1 {
    padding-left: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pl-3 {
    padding-left: 0.75rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.pl-5 {
    padding-left: 1.25rem !important;
}


.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pr-5 {
    padding-right: 1.25rem !important;
}


.row > article {
    padding-left: 15px;
    padding-right: 15px;
}


.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}




.carousel.slide.carousel-fade {
    max-width: 400px;
    text-align: center;
}
.carousel.slide.carousel-fade .carousel-item {
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.carousel.slide.carousel-fade .carousel-item a {
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.carousel.slide.carousel-fade .carousel-item a img {
    width: 100%;
    max-width: 400px;
}

.carousel.slide.carousel-fade .carousel-caption {
    width: calc(100% - 15px);
    left: 0;
    right: initial;
    bottom: 0;
    padding: 15px;
    background-color: #000;
    opacity: .7;
    pointer-events: none;
}
.carousel.slide.carousel-fade .carousel-caption p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    pointer-events: none;
}


.carousel li::marker{
    font-size: 0;
}


.breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: unset;
}


.breadcrumb {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .breadcrumb {
        justify-content: center;
    }
}

.breadcrumb-item a {
    position: relative;
    /*float: left;*/
    display: inline-block;
    width: auto;
    height: auto;
    padding-left: 0;
}
.breadcrumb-item a::after {
    content: "/";
    display: inline-block;
    /*margin: 0 calc(var(--bs-breadcrumb-item-padding-x) * 1.25) 0 2px;*/
    margin: 0 8px 0 4px;
    font-size: var(--bs-breadcrumb-font-size);
}
