body {
    background-repeat: no-repeat;
    background-size: auto 500px;
}
#pageFrame {
    min-height: 230px;
    position: relative;
    background: none;
}

.coller {
    display: flex;
    height: 100%;
}
.menu-col {
    width: 320px !important;
    padding: 15px;
    color: black;
    background: rgb(195, 148, 48);
    background: linear-gradient(
        90deg,
        rgba(195, 148, 48, 1) 0%,
        rgba(255, 216, 110, 1) 50%,
        rgba(195, 148, 48, 1) 100%
    );
    font-size: 17px;
}

a.yell {
    color: #cdb467;
}

.content-col-site,
.content-col {
    flex: 1;
    overflow: hidden;
}
.page-content {
    padding: 30px 15px;
    background: white url(./images/bg-site-content.png) bottom right no-repeat;
    position: relative;
    flex-direction: row;
    background-size: auto !important;
}

.berlet-thumb strong {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 120%;
    padding: 15px 0;
    display: block;
    color: black;
}

.fake-header {
    height: 500px;
}

.page-title {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    background: #000000bb;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    line-height: 105%;
}
.page-title .small {
    font-size: 50%;
}
.bg-gray {
    background: #c6c7c7;
}

.bg-lgray {
    background: #f1f2f2;
}

.ticket-block {
    background: #f1f2f2 url(./images/bg-ticket-block.png) top right no-repeat !important;
}

.prog-thumb {
    font-style: 15px;
    margin-bottom: 60px;
    position: relative;
}

.prog-thumb a {
    color: black;
    overflow: hidden;
    position: relative;
}
.prog-thumb.expired-1 a {
    color: #aaa;
    overflow: hidden;
    position: relative;
}
.prog-thumb.expired-1 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.prog-thumb.expired-1::before {
    content: attr(data-expired);
    position: absolute;
    background: rgba(255, 255, 255, 0.568);
    color: black;
    display: block;
    transform: rotate(-45deg);
    transform-origin: left;
    margin-top: 60px;
    margin-left: -15px;
    width: 120px;
    text-align: center;
    z-index: +1;
    padding-bottom: 2px;
    font-size: 14px;
}

.prog-thumb.expired-1,
.prog-thumb.soldout-1 {
    display: block;
    position: relative;
    overflow: hidden;
}

.prog-thumb.soldout-1::before {
    content: attr(data-soldout);
    position: absolute;
    background: rgba(255, 0, 0, 0.568);
    color: white;
    display: block;
    transform: rotate(-45deg);
    transform-origin: left;
    margin-top: 60px;
    margin-left: -15px;
    overflow: hidden;
    font-size: 14px;
    width: 120px;
    text-align: center;
    z-index: +1;
    padding-bottom: 2px;
}

.prog-thumb.canceled-1::before {
    content: attr(data-canceled);
    position: absolute;
    background: rgba(255, 0, 0, 0.568);
    color: white;
    display: block;
    transform: rotate(-45deg);
    transform-origin: left;
    margin-top: 60px;
    margin-left: -15px;
    overflow: hidden;
    font-size: 14px;
    width: 120px;
    text-align: center;
    z-index: +1;
    padding-bottom: 2px;
}
.prog-thumb.newdate-1::before {
    content: attr(data-newdate);
    position: absolute;
    background: rgba(255, 0, 0, 0.568);
    color: white;
    display: block;
    transform: rotate(-45deg);
    transform-origin: left;
    margin-top: 90px;
    margin-left: -15px;
    overflow: hidden;
    font-size: 14px;
    width: 165px;
    text-align: center;
    z-index: +1;
    padding-bottom: 2px;
}
.prog-thumb.zoomerbox {
    overflow: hidden;
}

.prog-thumb .date {
    padding: 20px 0;
    border-bottom: 1px solid black;
}
.prog-thumb .venue {
    padding: 20px 0;
}
.prog-thumb .title {
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
}
.prog-full .cat-label,
.prog-thumb .cat-label {
    font-style: 15px;
    word-spacing: nowrap;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 5px;
}
.prog-full .cat-label {
    padding-left: 15px;
}
.prog-full .date {
    margin-bottom: 5px !important;
}
.prog-full .prog-title {
    line-height: 120%;
    margin-bottom: 5px;
}
.prog-full .cat-label::before,
.prog-thumb .cat-label::before {
    display: block;
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: -30px;
}
.prog-full .cat-label::before {
    margin-left: -15px;
}
.prog-full .cat-label::before {
    height: 10px;
    width: 10px;
}
.tickets-toggle > span {
    cursor: pointer;
}
.tickets-toggle > span::after {
    position: absolute;
    content: " ";
    display: inline-block;
    background-image: url(./images/slick-down.png);
    width: 30px !important;
    height: 30px !important;
    background-size: contain;
    margin-left: 10px;
    margin-top: -3px;
    transition: all 0.4s;
}
.tickets-toggle.active > span::after {
    transform: rotate(180deg);
}
.btn {
    border-radius: 0;
}
.btn-bordered {
    border: 1px solid black;
    transition: 0.3s;
    height: 40px;
    vertical-align: top;
}
.btn-bordered:hover {
    background: black;
    color: white;
}
.btn-ticket {
    background: black !important;
    color: white !important;
}

.prog-slick {
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 120px;
    overflow: hidden;
    width: 100%;
}
#actualSlick {
    margin-left: -20px;
}

.slick-arrow {
    top: auto !important;
    bottom: 0px !important;
    width: 36px !important;
    height: 36px !important;
}
.slick-arrow::before {
    content: " " !important;
}
.slick-prev {
    background: url(./images/slick-prev.png) !important;
    left: 50% !important;
    margin-left: -40px;
}
.slick-next {
    right: 50% !important;
    margin-right: -70px;
    background: url(./images/slick-next.png) !important;
}

.prog-slick .prog-thumb {
    padding: 0 0px;
    margin: 0 15px;
}

.buy-ticket-icon {
    display: inline-block;
    width: 100px;
    color: black;
    font-size: 12px;
    text-align: center;
}
.buy-ticket-icon img {
    width: 70px;
    height: 70px;
}
.potty {
    width: 72px;
    height: 72px;
    font-size: 11px !important;
    display: flex;
    align-items: center;
    background: url(./images/bg-potty.png);
    background-size: cover;
    text-align: center;
    color: black;
    text-transform: uppercase;
}
.potty span {
    flex: 1;
}

.logos img {
    max-width: 100%;
}

.prog-full .page-title {
    position: relative;
    text-transform: none;
}
.prog-full .page-title .venue,
.prog-full .page-title .date {
    font-size: 12px;
    margin-bottom: 20px;
}
.prog-full .page-title .berlet-name {
    font-size: 10px;
}
.prog-full .page-title .berlet-name a{
    color:white;
}
.prog-full .cats-legend {
    font-size: 9px;
}
.prog-full .prog-title {
    text-transform: uppercase;
}

.page-title .smaller {
    font-size: 12px;
}

.erdekes-thumb {
    margin-bottom: 60px;
}
.erdekes-thumb,
.erdekes-thumb .lead {
    font-size: 14px;
    line-height: 110%;
}
.erdekes-thumb .date {
    font-weight: bold;
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid #959595;
    display: inline-block;
}
.erdekes-thumb .title {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 120%;
    font-size: 16px;
    margin-bottom: 20px;
}
.erdekes-thumb .texts {
    height: 120px;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 20px;
}
.erdekes-thumb .btn {
    padding-left: 30px;
    padding-right: 30px;
}
.erdekes-thumb .lead {
    position: relative;
}
.erdekes-thumb .texts {
    position: relative;
}

.bg-gray .erdekes-thumb .texts:before {
    content: " ";
    display: block;
    height: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(241, 242, 242, 0) 0%,
        rgba(241, 242, 242, 1) 50%,
        rgba(241, 242, 242, 1) 100%
    );
    z-index: 10;
}

.pagination {
    justify-content: center !important;
}
.pagination .page-item,
.pagination .page-link {
    border: none !important;
    background: none !important;
    line-height: 25px;
    font-size: 14px;
    color: black !important;
}
.pagination .page-item.active span {
    font-weight: bold;
    color: #e4b65c !important;
}
.pagination .page-item.disabled {
    opacity: 0.5 !important;
}
.pagination .page-item img {
    width: 25px;
    height: 25px;
}

.bg-grad {
    background: rgb(195, 148, 48);
    background: linear-gradient(
        90deg,
        rgba(195, 148, 48, 1) 0%,
        rgba(255, 216, 110, 1) 50%,
        rgba(195, 148, 48, 1) 100%
    );
}

.fh-container {
    padding-left: 25px;
    padding-right: 25px;
}

.news-info {
    position: relative;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 25px 0;
    padding: 12px 0;
    display: block;
}
.news-info .date {
    font-weight: bold;
    color: white;
    font-size: 12px;
    margin-bottom: 15px;
}
.news-info .title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 120%;
}

.underbar {
    padding-top: 50px;
}

.static-content a {
    color: #cdb467;
}

.orgona-city-item,
.contactAccordion .accordion-button {
    color: #cdb467 !important;
    font-size: 14px;
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contactAccordion .accordion-body {
    font-size: 12px;
    padding-top: 10px;
}

.contactAccordion .accordion-button::after {
    right: 0;
    position: absolute;
    top: 5px;
}

.gal-item .title {
    text-transform: uppercase;
    padding-top: 10px;
    color: black;
    font-weight: bold;
}

#sticky.sticked {
    position: fixed !important;
    top: 20px;
}

.fakebody {
    background-size: 100% auto;
}
.berlet-full-top-pic {
    margin-top: 0px;
    position: absolute;
}

.mesterkurzus a {
    color: #1b1b1b;
}
.lead {
    font-size: inherit;
}

.fakepic-for-video {
    background-size: auto 100%;
    background-position: center center;
    transition: all 0.4s;
}
.fakepic-for-video:hoverr {
    background-size: auto 110%;
}
.fakepic-for-video img {
    opacity: 0.5;
    transition: all 0.4s;
}
.fakepic-for-video:hover img {
    opacity: 1;
}

.person a,
.person a:hover .ifj a,
.ifj a:hover {
    color: #1b1b1b;
}
.person,
.ifj {
    border-top: 1px solid #c6c7c7;
}
.container > *:nth-child(2) {
    border-top: none !important;
}

.logos-flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.logos-inblk img,
.logos-flex img {
    max-width: 100%;
    max-height: 70px;
}
.logos-flex > * {
    flex: 0 1 25%;
    text-align: center;
}
.logos-inblk {
    text-align: center;
    margin-top: 30px;
}
.logos-inblk > div {
    display: inline-block;
    height: 110px;
    margin: 15px;
}

.img-left {
    float: left;
    margin-right: 15px;
}

.img-right {
    float: right;
    margin-left: 15px;
}

img.resp {
    width: 100%;
    height: auto;
}

.news-full {
    padding-top: 50px;
}

.sel {
    background-color: white !important;
    background-size: 20px;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
}
.kw {
    width: 100%;
}

.tender-thumb {
    padding: 20px 0;
    border-bottom: 1px solid #c6c7c7;
}
.tender-thumb .tender-title {
    color: black;
    font-size: 20px;
}
.tender-thumb:last-child {
    border: none;
}

.prof-title {
    font-size: 28px;
}

.prof-name {
    font-size: 120%;
}

.festmenu {
    padding: 5px 0 0 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
.festmenu ul,
.festmenu li {
    display: block;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

.festmenu ul li {
    border-top: 1px solid #dedede;
}
.festmenu ul li a {
    color: black;
    padding: 5px;
    display: block;
}
.festmenu .hamb {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 10px;
}
.hamb2.active span:first-child {
    margin-top: 6px;
}
.hamb2.active span:last-child {
    margin-top: -14px;
}

.evad-selector {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.evad-selector a {
    color: #d0d0d0;
    margin: 0 5px;
}
.evad-selector a.active {
    color: black;
    font-weight: bold;
}

@media (max-width: 480px) {
    .prog-slick {
        margin-left: 0;
    }
    .static-content img.pull-left {
        margin-left: -25px;
        width: 100vw;
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
    body {
        background-size: 100%;
    }
    .fakebody {
        display: block;
        background-image: none !important;
    }
    .fake-header {
        height: 38vw;
    }
    .erdekes-thumb .lead {
        font-size: 15px;
    }
    .erdekes-thumb .title {
        font-size: 20px;
    }
    .static-content img.pull-left {
        margin-left: -25px;
        margin-bottom: 25px;
    }
    .orgona-city-item,
    .contactAccordion .accordion-button {
        color: #cdb467 !important;
        font-size: 30px;
        border-bottom: 1px solid black;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contactAccordion .accordion-body {
        font-size: 16px;
    }
    .contactAccordion .accordion-button::after {
        background-image: url(./images/slick-down.png);
        width: 30px !important;
        height: 30px !important;
        background-size: contain;
    }
    .ticket-block .ticket-info-col {
        padding-right: 15px;
    }
    .ticket-block .berlet-info-col {
        padding-left: 15px;
        position: relative;
    }
    .ticket-block .berlet-info-col::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        border-left: 1px solid #a3a3a3;
        opacity: 0.5;
        margin-left: -28px;
    }
}
@media (min-width: 768px) {
    .page-content {
        background-size: cover;
    }
    .buy-ticket-icon {
        display: inline-block;
        width: 100px;
        color: black;
        font-size: 12px;
        text-align: center;
    }
    .buy-ticket-icon img {
        width: 100%;
        height: 100%;
    }
    .potty {
        width: 139px;
        height: 139px;
        font-size: 18px !important;
    }
    .pagination .page-item img {
        width: 38px;
        height: 38px;
    }
    .pagination .page-item,
    .pagination .page-link {
        font-size: 20px;
        line-height: 38px;
    }
    .fh-container {
        padding-left: 45px;
        padding-right: 45px;
    }
    .static-content img.pull-left {
        margin-left: -45px;
        margin-bottom: 45px;
    }
    .logos-flex > * {
        flex: 0 1 20%;
    }
    .filter-fields {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .filter-fields > * {
        flex: 0 1 47%;
    }
}
@media (min-width: 992px) {
    .underbar {
        padding-top: 0;
    }
    .page-title {
        font-size: 40px;
    }
    .prog-full {
        margin-top: -170px;
    }
    .prog-full .page-title .date {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .prog-full .page-title .prog-title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 10px;
    }
    .prog-full .page-title .venue {
        font-size: 20px;
        line-height: 20px;
    }
    .prog-full .page-title .cats-legend,
    .prog-full .page-title .berlet-name {
        font-size: 16px;
    }
    .prog-full .page-title .cat-label {
        line-height: 20px;
        padding-left: 30px;
    }
    .prog-full .page-title .cat-label::before {
        width: 17px !important;
        height: 17px !important;
        margin-left: -25px;
    }
    .prog-full .page-title .venue {
        margin-bottom: -10px;
    }
    .page-title .smaller {
        font-size: 20px;
    }
    .erdekes-thumb .texts {
        height: 128px;
    }
    .erdekes-thumb .title {
        line-height: 110%;
    }
    .news-info .date {
        font-size: 16px;
    }
    .news-info .title {
        font-size: 28px;
    }
    .static-content img.resp.fl-right {
        width: auto;
        float: right;
        width: 40%;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .static-content img.resp.fl-left {
        width: auto;
        float: left;
        width: 40%;
        margin-right: 10%;
        margin-bottom: 5%;
    }

    .berlet-full-top-pic {
    }
    .static-top-pic {
        margin-top: -170px !important;
    }
    .logos-flex > * {
        flex: 0 1 13%;
    }
    .news-full {
        padding-top: 0;
    }

    .filter-fields {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .filter-fields > * {
        flex: 0 1 30%;
    }
    .kw {
        width: 50%;
    }
    .pos-header{
        margin-top: -170px;
    }
}

@media (min-width: 1200px) {
    .prog-full .page-title {
        position: absolute !important;
    }
    .prog-full .page-title .berlet-name {
        font-size: 16px;
        display: inline-block;
    }
    .prog-full .page-title .cats-legend {
        display: inline-block;
        margin-left: 30px;
    }
    .erdekes-thumb .texts {
        height: 128px;
    }
    .news-info .date {
        font-size: 24px;
    }
    .news-info .title {
        font-size: 48px;
    }
    .filter-fields > * {
        flex: 1 1 100px;
    }
    .kw {
        width: 38.5%;
    }
}

@media (min-width: 1400px) {
    .page-content {
        padding: 60px 45px;
    }
    .menu-col {
        width: 420px;
        padding: 25px;
    }
    .page-title {
        padding-top: 25px !important;
        padding-bottom: 15px !important;
        font-size: 40px;
    }
    .fh-container {
        padding-left: 135px;
        padding-right: 135px;
    }
    .static-content img.pull-left {
        margin-left: -135px;
        margin-bottom: 45px;
    }
    .cover-pic-container {
        height: 100vh;
        max-height: 1000px;
    }
    .cover-pic-container {
        background-position: center center;
        background-size: cover;
    }
    .fake-header {
        height: calc(100vh - 170px);
    }
    .fake-head-pic {
        background-size: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }
}

@media (min-width: 1920px) {
    .content-col {
        padding: 100px 135px;
    }
    body {
        background-position: top center;
        background-size: 1920px auto;
    }
    .page-content > .container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 15px 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.warning-box {
    background: black;
    color: white;
    font-weight: bold !important;
}
.warning-box:hover {
    color: white;
}
.prog-thumb .btn {
    vertical-align: top;
    min-height: 40px;
}

#ticket-quick-links{
    top:0;
    position: fixed;
    width: 100;
    background:#00000055;
    z-index: 10000;
    right: 0;
    left:0;
    padding:15px 0px;
    transition: all 0.3s;
    transform: translateY(-100%);
    text-align: center;
}
#ticket-quick-links.show{
    transform: translateY(0);
}
#ticket-quick-links a{
    margin:0 15px;
}
@media(min-width:992px){
    #ticket-quick-links{
        left:320px;
    }
}
@media(max-width:480px){
    #ticket-quick-links a{
        margin:0 5px;
        padding:5px 10px !important;
    }
}

    .ticket-quick-links-inline{
        margin-top:-35px;
    }

.ticket-quick-links-inline a{
    padding:0px 10px !important;
}
#ticket-quick-links a img{
    width: 70px;
}
.ticket-quick-links-inline a img{
    width: 70px;
}
.alert{
    border-radius: 0;
}
.alert-info{
    background: #5c5c5c !important;
    color: white;
    border-color: black;
}
.alert-info a{
    color:white;
}
