.safari {
    width: 100% !important;
}

.template, .hidden {
    display: none;
}


/* ----- ERSTE PLAKÁT ---- */
.erste_container {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1001;
    display: none;
    max-width: 100%;
}

.erste_container .plakat {
    margin: 70px auto;
    width: 400px;
    position: relative;
    max-width: 100%;
}

.erste_container .plakat .img {
    width: 400px;
    max-width: 100%;
}

.erste_container .plakat .exit {
    width: 25px;
    position: absolute;
    top: -30px;
    right: 20px;
    cursor: pointer;
}

.background_container {
    background: url('/assets/images/eg_material.png') fixed top center no-repeat;
    background-size: cover;
}


/* ---  LOGIN  --- */

.login-container form {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.login-container form input[type="text"], .login-container form input[type="password"] {
    padding: 10px;
    background: #4E4E4E;
    width: 50%;
    margin: 0 auto;
    font-size: 15px;
    color: white;
    margin-top: 10px;
}

.login-container form .L-button {
    width: 50%;
    margin: 30px auto;
}


/* --- MAINPAGE / MENU  --- */

.contact_box_container {
    display: none;
    background: rgba(0, 0, 0, 0.58);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 30000;
    left: 0;
}

.contact_box {
    /* width: 300px; */
    padding: 20px;
    /* height: 300px; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.83);
    font-size: 15px;
    border-radius: 5px;
}

.contact_box .exit {
    position: absolute;
    right: 0px;
    top: -30px;
}

.contact_box .exit img {
    width: 15px;
    cursor: pointer;
    transition: all 0.5s;
}

.contact_box .exit img:hover {
    transform: rotate(-180deg);
}


.contact_box span {
    display: block;
    font-size: 18px;
}

.docs {
    text-align: center;
    background: #272727;
    margin-top: 150px;
}

.docs a {
    margin-right: 15px;
    transition: all 0.5s;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.27);
}

.docs p {
    margin-right: 15px;
    transition: all 0.5s;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    display: inline;
    cursor: pointer;
}

.docs a:hover, .docs p:hover {
    color: #4ec2d8;
}


.freemail {
    display: block;
    margin-left: 20px;
    font-size: 14px;
    height: 0px;
    opacity: 0;
    transition: all 0.5s;
    color: red;
}

.leiras {
    font-size: 14px;
    margin: 10px 20px;
}

.leiras-addedinput {
    font-size: 16px;
    margin: 3px 10px;
    font-weight: bold;
    color: #8C8C8C;
}

.elallas {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #5A5A5A;
    transform: translate(-50%);
    font-size: 15px;
    font-weight: bold;
}

.leiras-addedinput {
    font-size: 20px;
    padding-left: 10px;
    padding-top: 10px;
    color: white;
}

.L-checkbox.added-input {
    margin-top: 10px;
    margin-left: 10px;
}

.L-checkbox.added-input .text {
    color: initial;
}

.main-page.mcc .L-checkbox.added-input .text {
    color: initial;
}

.blocked {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.68);
    box-sizing: border-box;
}

.blocked span {
    font-size: 25px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 14px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 81%, rgba(255, 255, 255, 0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 81%, rgba(255, 255, 255, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 81%, rgba(255, 255, 255, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#bfffffff', GradientType=0);
}

.cookie {
    position: fixed;
    bottom: 0px;
    left: 50%;
    width: 50%;
    background: rgba(255, 255, 255, 1);
    color: #969696;
    padding: 10px;
    text-align: justify;
    font-size: 15px;
    box-shadow: 0px 5px 0px rgba(255, 255, 255, 0.15);
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    z-index: 100;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.cookie p {
    margin-bottom: 0px;
    font-weight: bold;
    width: 70%;
}

.cookie p a {
    color: #E4AF2D;
}

.cookie .L-button {
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.G-container .select-container {
    width: 1000px;
    margin: 90px auto;
    height: 350px;
    display: flex;
    justify-content: space-around;
    transition: all 0.5s;
}

.G-container.select-container.small-height {
    height: 85px;
    margin: 0px auto;
    box-shadow: none;
}

.G-container .select-container .box {
    width: 30%;
    height: 100%;
    position: relative;
    background-size: cover;
    text-align: center;
    cursor: pointer;
    transition: transform 0.5s;
}

.G-container .select-container .box.after-sell:hover .text {
    height: auto;
}

.G-container .select-container .box.after-sell {
    opacity: 0.3;
}

.G-container .select-container .box.after-sell-efott:hover .text {
    height: auto;
}

.G-container .select-container .box.after-sell-efott {
    opacity: 0.3;
}

.G-container .select-container .box.tickets {
    background: url('../images/picture_1.png') bottom center no-repeat;
    background-size: cover;
}

.G-container .select-container .box.tickets.modify {
    background: url('../images/picture_4.png') bottom center no-repeat;
    background-size: cover;
}

.G-container .select-container .box.rooms.modify {
    background: url('../images/picture_4.png') bottom center no-repeat;
    background-size: cover;
}


.G-container .select-container .box.booking {
    background: url('../images/picture_2.png') bottom center no-repeat;
    background-size: cover;
}

.G-container .select-container .box.shop {
    background: url('../images/picture_3.png') bottom center no-repeat;
    background-size: cover;
}

.G-container .select-container .box:hover .text {
    height: 100%;
}

.G-container .select-container .box:hover .icon {
    opacity: 1;
}


/*
.G-container .select-container .box:hover span{
            margin-top: 100px;
            display: block;
            transition: margin 0.5s;
}
*/

.G-container .select-container .box span {
    transition: margin 0.5s;
}

.G-container .select-container .box .text {
    width: 100%;
    height: 20%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.66);
    /*    box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.48);*/
    transition: height 0.5s, font-size 0.5s;
    position: absolute;
    bottom: 0;
    font-family: 'Homestead', sans-serif;
    color: white;
    font-size: 25px;
    z-index: 1;
}

.G-container.select-container.box.text.small-box {
    height: 100%;
    box-shadow: none;
    margin: 0px auto;
    box-shadow: none;
}

.G-container .select-container .box .icon {
    margin: 20px 0px 0px 0px;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
    opacity: 0;
    transition: opacity 0.5s;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 1024px) {
    .G-container .select-container {
        width: 100%;
    }

    .cookie {
        width: 80%;
    }

    .elallas {
        display: none;
    }

}

/*MEDIA QUERY*/
@media only screen and (max-width: 800px) {
    .G-container .select-container {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin: 0px auto;
        align-items: center;
        padding-bottom: 50px;
        background: #272727;
        margin-top: 10px;
    }

    .G-container .select-container .box {
        margin-top: 20px;
        width: 90%;
    }

    .G-container .select-container .box .text {
        height: 20%;
        background: rgba(0, 0, 0, 0.5);
    }

    .G-header .center .logo img {
        width: 90px;
        margin-top: -10px;
        margin-left: -10px;
    }

    .G-header h1 {
        display: none;
    }

    .G-container.select-container.small-height {
        opacity: 0;
        display: none !important;
    }

    .G-container.select-container.box.text.small-box {
        display: none;
    }

    .G-container.small-height {
        height: 0px;
    }

    .G-container .select-container .box.after-sell:hover .text {
        height: 100%;
    }

    .G-container .select-container .box.after-sell-efott:hover .text {
        height: 100%;
    }

    .cookie p {
        margin-bottom: 20px;
        font-weight: bold;
        width: 100%;
    }

    .cookie {
        width: 85%;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .contact_box {
        width: 80%;
    }

    .clearfix, .clearfix:before, .clearfix:after {
        content: " ";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

    .docs {
        display: block;
        text-align: center;
        background: #272727;
        padding-bottom: 30px;
        margin-top: 0px;
        color: #333;
    }

    .docs a {
        margin-right: 2px;
        transition: all 0.5s;
        color: #636363;
        text-transform: uppercase;
        font-size: 11px;
    }

    .docs a:hover {
        color: #4ec2d8;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- MAINPAGE / BOOKINGS  --- */

.G-booking-container header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-booking-container header .L-h1 {
    margin-left: 30px;
}

.G-booking-container .bookings {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.G-booking-container .bookings .booking {
    width: 23%;
    background: white;
    text-align: center;
    border: 1px solid #dfdfdf;
    transition: box-shadow 0.5s;
    cursor: default;
    margin-bottom: 20px;
}

.G-booking-container .bookings .booking:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.G-booking-container .bookings .booking button {
    margin-bottom: 30px;
    height: 40px;
    font-size: 13px;
    min-width: 120px;
    padding: 10px;
}

.G-booking-container .bookings .booking div img {
    width: 100%;
    margin-bottom: 20px;
}

.G-booking-container .bookings .booking div.address img {
    width: auto;
    margin: 0px 10px 0px 0px;
}

.G-booking-container .bookings .booking div.heading {
    text-align: center;
    font-size: 18px;
    margin: 5px auto;
    max-width: 80%;
}

.G-booking-container .bookings .booking div.free {
    text-align: center;
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
}

.G-booking-container .bookings .booking div.address {
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-booking-container .bookings .booking div.text {
    text-align: left;
    font-size: 13px;
    color: black;
    margin: 25px auto;
    width: 90%;
}

.G-booking-container .bookings .booking div.text a {
    color: #2171EC;
}

.G-booking-container .bookings .booking div.text a:hover {
    text-decoration: underline;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 800px) {
    .G-booking-container .bookings {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }

    .G-booking-container .bookings .booking {
        width: 90%;
    }

    .G-booking-container header {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding-right: 10px;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- MAINPAGE / ROOM  --- */

.G-room-container header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-room-container header .L-h1 {
    margin-left: 30px;
}

.G-room-container .rooms {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.G-room-container .rooms .room {
    width: 23%;
    background: white;
    text-align: center;
    border: 1px solid #dfdfdf;
    transition: box-shadow 0.5s;
    cursor: default;
    margin-bottom: 20px;
    position: relative;
}

.G-room-container .rooms .room .room-full {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.G-room-container .rooms .room .room-full span {
    display: flex;
    background: #f2a243;
    display: -webkit-flex;
    justify-content: center;
    transform: rotate(-60deg);
    text-transform: uppercase;
    font-family: 'Homestead', sans-serif;
    padding: 10px;
    margin-left: -32px;
    width: 120%;
    margin-top: 68%;
    color: #FFFFFF;
    font-size: 20px;
}

.G-room-container .rooms .room:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.G-room-container .rooms .room button {
    margin-bottom: 30px;
    height: 40px;
    font-size: 13px;
    min-width: 120px;
    padding: 10px;
}

.G-room-container .rooms .room div img {
    width: 100%;
    max-height: 150px;
    margin-bottom: 20px;
}

.G-room-container .rooms .room div.address img {
    width: auto;
    margin: 0px 10px 0px 0px;
}

.G-room-container .rooms .room div.heading {
    text-align: center;
    font-size: 18px;
}

.G-room-container .rooms .room div.price {
    text-align: center;
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
}

.G-room-container .rooms .room div.address {
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 20px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-room-container .rooms .room div.text {
    text-align: center;
    font-size: 13px;
    color: black;
    margin: 0px auto;
    width: 80%;
}

.G-room-container .rooms .room div.empties {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: black;
    margin: 0px 0px 25px 25px;
    width: 80%;
}

/*MEDIA QUERY*/
@media only screen and (max-width: 800px) {
    .G-room-container .rooms {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }

    .G-room-container .rooms .room {
        width: 90%;
    }

    .G-room-container header {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .G-room-container header .L-h1 {
        margin-right: 10px;
    }

    .G-room-container .rooms .room .room-full span {
        margin-left: auto;
        margin-top: 0px;
        transform: none;
        width: auto;
        box-shadow: 0px 7px 39px rgba(0, 0, 0, 0.5);
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- MAINPAGE / SHOP  --- */

.G-shop-container header {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-shop-container header .L-h1 {
    margin-left: 30px;
}

.G-shop-container .shops {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.G-shop-container .shops .shop {
    width: 23%;
    background: white;
    text-align: center;
    border: 1px solid #dfdfdf;
    transition: box-shadow 0.5s;
    cursor: default;
    margin-bottom: 20px;
}

.G-shop-container .shops .shop:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.G-shop-container .shops .shop button {
    margin-bottom: 30px;
    height: 40px;
    font-size: 13px;
    min-width: 120px;
    padding: 10px;
}

.G-shop-container .shops .shop div img {
    width: 100%;
    max-height: 150px;
    margin-bottom: 20px;
}

.G-shop-container .shops .shop div.address img {
    width: auto;
    margin: 0px 10px 0px 0px;
}

.G-shop-container .shops .shop div.heading {
    text-align: center;
    font-size: 18px;
}

.G-shop-container .shops .shop div.free {
    text-align: center;
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
}

.G-shop-container .shops .shop div.address {
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 20px;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-shop-container .shops .shop div.text {
    text-align: center;
    font-size: 13px;
    color: black;
    margin: 25px auto;
    width: 80%;
}

.G-shop-container .shops .shop div.text a {
    color: #2171EC;
}

.G-shop-container .shops .shop div.text a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 800px) {
    .G-shop-container .shops {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }

    .G-shop-container .shops .shop {
        width: 90%;
    }

    .G-shop-container header {
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding-right: 10px;
    }

}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- POPUPS / ROOMBUYING --- */

.G-roombuying-container .popup {
    width: 1000px;
    height: auto;
    background: white;
    margin: 100px auto;
    position: relative;
    padding-bottom: 50px;
    text-align: center;
}

.G-roombuying-container .popup .room-buying-form {
    max-height: 400px;
    overflow: auto;
}


.G-roombuying-container .popup button {
    margin: 0px 0px 0px 0px;
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translate(-50%);
}

.G-roombuying-container .popup header {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.G-roombuying-container .popup header .L-h1 {
    font-size: 28px;
    color: white;
}

.G-roombuying-container .popup .text {
    font-size: 17px;
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

.G-roombuying-container .popup h4 {
    font-size: 17px;
    width: 90%;
    margin: 30px auto;
    text-align: left;
    color: red;
}

.G-roombuying-container .popup .L-input {
    display: inline-block;
    width: 60%;
    margin: 4px 30px;
}

.G-roombuying-container .popup label {
    font-size: 18px;
    margin: 5px 0px 0px 110px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 65%;
    text-align: left;
}

.G-roombuying-container .popup .exit {
    position: absolute;
    top: -45px;
    right: 0px;
    transition: transform 0.5s;
    cursor: pointer;
}

.G-roombuying-container .popup .exit img {
    width: 19px;
}

.G-roombuying-container .popup .exit:hover {
    transform: rotate(180deg) scale(1.5, 1.5);
}

@media only screen and (max-width: 800px) {
    .G-roombuying-container .popup {
        width: 100%;
        padding: 20px 0px 25px 0px;
        margin: 75px auto;
    }

    .G-roombuying-container .popup header {
        left: 35%;
    }

    .G-roombuying-container .popup header .L-h1 {
        font-size: 18px;
    }

    .G-roombuying-container .popup .exit {
        margin-right: 20px;
    }

    .G-roombuying-container .popup label {
        margin: 0px;
        flex-direction: column;
        -webkit-flex-direction: column;
        width: 100%;
    }

    .G-roombuying-container .popup .L-input {
        width: 90%;
        margin: 10px 30px;
        padding: 10px 10px;
    }

    [data-full="full"] {
        display: none;
    }

    .G-roombuying-container .popup label span {
        display: none;
    }

    .G-roombuying-container .popup h4 {
        margin: 30px 20px 5px 15px;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- POPUPS / UPSELL --- */

.G-upsell-container .popup {
    max-width: 700px;
    height: auto;
    background: white;
    margin: 150px auto;
    position: relative;
    padding: 25px 10px 10px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.G-upsell-container .popup .shop.template {
    display: none;
}


.G-upsell-container .popup header {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.G-upsell-container .popup header .L-h1 {
    font-size: 28px;
    color: white;
}

.G-upsell-container .popup .exit {
    position: absolute;
    top: -45px;
    right: 0px;
    transition: transform 0.5s;
    cursor: pointer;
}

.G-upsell-container .popup .exit img {
    width: 19px;
}

.G-upsell-container .popup .exit:hover {
    transform: rotate(180deg) scale(1.5, 1.5);
}

.G-upsell-container .popup .L-button.next {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.G-upsell-container .shop-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}


.G-upsell-container .shop-container .shop {
    width: 30%;
    background: white;
    text-align: center;
    border: 1px solid #dfdfdf;
    transition: box-shadow 0.5s;
    cursor: default;
    margin-bottom: 20px;
}

.G-upsell-container .shop-container .shop:hover {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
}

.G-upsell-container .shop-container .shop button {
    margin-bottom: 30px;
    height: 40px;
    font-size: 13px;
    min-width: 120px;
    padding: 10px;
}

.G-upsell-container .shop-container .shop div img {
    height: 100%;
    margin-bottom: 20px;
}

.G-upsell-container .shop-container .shop div.address img {
    width: auto;
    margin: 0px 10px 0px 0px;
}

.G-upsell-container .shop-container .shop div.heading {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.G-upsell-container .shop-container .shop div.free {
    text-align: center;
    font-size: 13px;
    color: red;
    margin-bottom: 10px;
}

.G-upsell-container .shop-container .shop .picture {
    height: 120px;
    background: #eee;
}

.G-upsell-container .shop-container .shop div.address {
    text-align: center;
    font-size: 13px;
    color: #a1a1a1;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.G-upsell-container .shop-container .shop div.text {
    text-align: center;
    font-size: 13px;
    color: black;
    margin: 15px auto;
    width: 80%;
}

.G-basket-container .popup .basket-entry.upsell_to {
    height: 50px;
    border-top: 1px dashed rgba(0, 0, 0, 0.24);
    background: rgba(8, 19, 21, 0.03);
}

@media only screen and (max-width: 800px) {
    .G-upsell-container .popup {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .G-upsell-container .shop-container .shop {
        width: 100%;
    }

    .G-upsell-container .popup header .L-h1 {
        font-size: 18px;
    }

    .G-upsell-container .popup .exit {
        right: 20px;
    }

    .G-upsell-container .shop-container {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .G-upsell-container .popup header {
        top: -35px;
        left: auto;
        transform: none;
        -webkit-transform: none;
    }

    .G-upsell-container .popup .exit {
        position: absolute;
        top: -32px;
        right: 10px;
    }

    .G-upsell-container .popup .exit img {
        width: 15px;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* --- POPUPS / UPTICKET --- */

.G-upticket-container .popup,
.G-refund-container .popup,
.G-room-refund-container .popup{
    max-width: 700px;
    height: auto;
    background: #ffde00;
    margin: 150px auto;
    position: relative;
    padding: 20px 10px 20px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    border-top: 3px dashed rgba(0, 0, 0, 0.81);
    border-bottom: 3px dashed black;
    border-radius: 5px;
}

.G-upticket-container .popup form,
.G-refund-container .popup form,
.G-room-refund-container .popup form{
    width: 100%;
}


.G-upticket-container .popup div.logo,
.G-refund-container .popup div.logo,
.G-room-refund-container .popup div.logo{
    width: 100%;
    max-width: 120px;
    height: auto;
    padding-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px dotted white;
}

.G-upticket-container .popup div.logo img,
.G-refund-container .popup div.logo img,
.G-room-refund-container .popup div.logo img{
    display: block;
    max-width: 100%;
}

.G-upticket-container .popup div.inputs,
.G-refund-container .popup div.inputs,
.G-room-refund-container .popup div.inputs{
    width: 79%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.G-upticket-container .popup div.inputs input,
.G-refund-container .popup div.inputs input,
.G-room-refund-container .popup div.inputs input,
.G-upticket-container .popup .L-checkbox.added-input {
    width: 90%;
    margin: 10px;
    padding: 10px 20px;
    background: white;
    color: #444;
    font-weight: normal;
    font-size: 15px;
    box-sizing: border-box;
}

@media only screen and (max-width: 500px) {
    .G-upticket-container .popup div.inputs input,
    .G-refund-container .popup div.inputs input,
    .G-room-refund-container .popup div.inputs input{
        font-size: 11px;
    }
}

.G-upticket-container .popup div.inputs .L-checkbox,
.G-refund-container .popup div.inputs .L-checkbox,
.G-room-refund-container .popup div.inputs .L-checkbox{
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.visible_mail {
    height: 18px;
    opacity: 1;
}

.G-upticket-container .popup div.inputs select,
.G-refund-container .popup div.inputs select,
.G-room-refund-container .popup div.inputs select{
    width: calc(90% - 40px);
    margin: 10px;
    padding: 10px 20px;
    background: white;
    color: #444;
    font-weight: bold;
    font-size: 15px;
}

.G-upticket-container .popup div.inputs textarea,
.G-refund-container .popup div.inputs textarea,
.G-room-refund-container .popup div.inputs textarea{
    width: calc(80% - 40px);
    margin: 10px;
    padding: 10px 20px;
    background: white;
    color: #444;
    font-weight: bold;
    font-size: 18px;
    resize: none;
    height: 150px;
}

.G-upticket-container .popup header,
.G-refund-container .popup header,
.G-room-refund-container .popup header{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.G-upticket-container .popup header .L-h1,
.G-refund-container .popup header .L-h1,
.G-room-refund-container .popup header .L-h1{
    font-size: 28px;
    color: white;
}

.G-upticket-container .popup .exit,
.G-refund-container .popup .exit,
.G-room-refund-container .popup .exit{
    position: absolute;
    top: -45px;
    right: 0px;
    transition: transform 0.5s;
    cursor: pointer;
}

.G-upticket-container .popup .exit img,
.G-refund-container .popup .exit img,
.G-room-refund-container .popup .exit img{
    width: 19px;
}

.G-upticket-container .popup .exit:hover,
.G-refund-container .popup .exit:hover,
.G-room-refund-container .popup .exit:hover{
    transform: rotate(180deg) scale(1.5, 1.5);
}

.G-upticket-container .popup .L-button.next,
.G-refund-container .popup .L-button.next,
.G-room-refund-container .popup .L-button.next{
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

@media only screen and (max-width: 800px) {
    .G-upticket-container .popup,
    .G-refund-container .popup,
    .G-room-refund-container .popup{
        max-width: 700px;
        height: auto;
        background: #ffde00;
        margin: 120px auto;
        padding: 20px 10px 20px 10px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- POPUPS / BEDBUYING --- */

.G-bedbuying-container .popup {
    width: 800px;
    height: auto;
    background: white;
    margin: 150px auto;
    position: relative;
    padding: 30px 10px 40px 0px;
}

.G-bedbuying-container .popup header {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.G-bedbuying-container .popup header .L-h1 {
    font-size: 28px;
    color: white;
}

.G-bedbuying-container .popup .L-input {
    display: inline-block;
    width: 60%;
    margin: 4px 30px;
}

.G-bedbuying-container .popup label {
    font-size: 18px;
    margin: 5px 0px 0px 90px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 80%;
}

.G-bedbuying-container .popup .exit {
    position: absolute;
    top: -45px;
    right: 0px;
    transition: transform 0.5s;
    cursor: pointer;
}

.G-bedbuying-container .popup .exit img {
    width: 19px;
}


.G-bedbuying-container .popup .exit:hover {
    transform: rotate(180deg) scale(1.5, 1.5);
}

.G-bedbuying-container .popup .L-button {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);

}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- POPUPS / PREBUYING --- */

.G-prebuying-container .popup {
    width: 800px;
    height: auto;
    background: white;
    margin: 150px auto;
    position: relative;
    padding: 5px 10px 40px 0px;
}

.G-prebuying-container .popup header {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.G-prebuying-container .popup .text {
    font-size: 17px;
    width: 80%;
    margin: 30px auto;
    text-align: center;
}

.G-prebuying-container .popup header .L-h1 {
    font-size: 28px;
    color: white;
}

.G-prebuying-container .popup .L-input {
    display: inline-block;
    width: 60%;
    margin: 4px 30px;
}

.G-prebuying-container .popup label {
    font-size: 18px;
    margin: 5px 0px 0px 90px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    width: 80%;
}

.G-prebuying-container .popup .exit {
    position: absolute;
    top: -45px;
    right: 0px;
    transition: transform 0.5s;
    cursor: pointer;
}

.G-prebuying-container .popup .exit img {
    width: 19px;
}


.G-prebuying-container .popup .exit:hover {
    transform: rotate(180deg) scale(1.5, 1.5);
    -webkit-transform: rotate(180deg) scale(1.5, 1.5);
}

.G-prebuying-container .popup .L-button {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}


/* --- POPUPS / CHOOSE --- */

.G-choose-container .popup {
    width: 500px;
    height: auto;
    margin: 150px auto;
    position: relative;
    text-align: center;

}

.G-choose-container .popup .exit {
    position: absolute;
    top: -30px;
    right: 60px;
    cursor: pointer;
    transition: transform 0.5s;
}

.G-choose-container .popup .exit img {
    width: 19px;
}

.G-choose-container .popup .exit:hover {
    transform: rotate(180deg) scale(1.5, 1.5);
    -webkit-transform: rotate(180deg) scale(1.5, 1.5);
}

.G-choose-container .popup .L-button {
    margin: 60px 30px 0px 30px;
}

.G-choose-container .popup .L-h1 {
    color: white;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- MAINPAGE / TICKETS --- */

.G-ticket-container header,
.G-ticketmodify-container header,
.G-roommodify-container header{
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-ticket-container .ticket-container,
.G-ticketmodify-container .ticket-container,
.G-roommodify-container .ticket-container{
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 20px 0px 0px 00px;
}

.G-ticket-container .ticket-container .ticket,
.G-ticketmodify-container .ticket-container .ticket,
.G-roommodify-container .ticket-container .ticket{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;

    width: 100%;
    max-width: 630px;
    height: 100px;

    box-sizing: border-box;

    margin-right: 40px;
    padding: 10px 30px;

    background: url('../images/ticket-bg.png') no-repeat;
    background-size: cover;

    font-size: 20px;
    font-weight: bold;
}

.G-ticket-container .ticket-container .ticket .ph,
.G-ticketmodify-container .ticket-container .ticket .ph,
.G-roommodify-container .ticket-container .ticket .ph{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 10px;
}

.G-ticket-container .ticket-container .ticket .nfo,
.G-ticketmodify-container .ticket-container .ticket .nfo,
.G-roommodify-container .ticket-container .ticket .nfo{
    margin-right: 30px;
    width: 30px;
    height: 30px;
    background: url('../images/infoicon.svg') no-repeat top center;
}

.G-roommodify-container .ticket-info,
.G-ticket-container .ticket-info,
.G-ticketmodify-container .ticket-info {
    max-width: 630px;
    margin: 6px 0;
    padding: 0 10px;

    font-size: 11px;
    color: #888;
}

@media screen and (max-width: 800px) {
    .G-ticket-container .ticket-info {
    }
}


.G-ticket-container header .L-h1,
.G-ticketmodify-container header .L-h1,
.G-roommodify-container header .L-h1{
    margin-left: 30px;
}

.G-ticket-container h4,
.G-ticketmodify-container h4,
.G-roommodify-container h4{
    font-size: 20px;
    margin: 40px 0px 0px 0px;
    font-weight: bold;
    color: #8b8b8b;
}

.G-ticket-container .ticket .logo,
.G-ticketmodify-container .ticket .logo,
.G-roommodify-container .ticket .logo{
    height: 100%;
    margin-right: 25px;

    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.G-ticket-container .ticket .price,
.G-ticketmodify-container .ticket .price,
.G-roommodify-container .ticket .price{
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    .G-ticket-container h4,
    .G-ticketmodify-container h4,
    .G-roommodify-container h4{
        text-align: center;
    }
}

@media only screen and (max-width: 800px) {
    .G-ticket-container .ticket-container,
    .G-ticketmodify-container .ticket-container,
    .G-roommodify-container .ticket-container{
        justify-content: center;
        -webkit-justify-content: center;
    }

    .G-ticket-container .ticket-container .ticket,
    .G-ticketmodify-container .ticket-container .ticket,
    .G-roommodify-container .ticket-container .ticket{
        padding: 10px 10px;
        margin: 0px 10px 0px 10px;
        font-size: 17px;
        height: 60px;
    }

    .G-ticket-container .ticket-container .ticket .price,
    .G-ticketmodify-container .ticket-container .ticket .price,
    .G-roommodify-container .ticket-container .ticket .price{
        flex-shrink: 0;
    }

    .G-ticket-container h4,
    .G-ticketmodify-container h4,
    .G-roommodify-container h4{
        text-align: center;
    }

    .G-ticket-container header,
    .G-ticketmodify-container header,
    .G-roommodify-container header{
        justify-content: space-between;
        -webkit-justify-content: space-between;
        padding-right: 10px;
    }

    .G-upticket-container .popup {
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
    }

    .G-upticket-container .popup div.logo {
        display: none !important;
    }

    .G-upticket-container .popup div.inputs {
        flex-direction: row;
        -webkit-flex-direction: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        width: 100%;
    }

    .G-upticket-container .popup div.inputs input {
        width: 90%;
    }

    .G-upticket-container .popup header {
        top: -35px;
        left: auto;
        transform: none;
        -webkit-transform: none;
    }

    .G-upticket-container .popup header .L-h1 {
        font-size: 18px;
    }

    .G-upticket-container .popup .exit {
        position: absolute;
        top: -32px;
        right: 10px;
    }

    .G-upticket-container .popup .exit img {
        width: 15px;
    }

    .G-ticket-container .ticket .logo,
    .G-ticketmodify-container .ticket .logo,
    .G-roommodify-container .ticket .logo{
        display: none;
    }

    .main-page.mcc {
        .G-upticket-container .popup header {
            top: -50px;
        }
    }
}

.G-ticket-container .ticket-container .input-controls {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 500px) {
    .G-ticket-container .ticket-container.has-input-controls {
        flex-wrap: wrap;
    }
    .G-ticket-container .ticket-container .input-controls {
        flex-grow: 1;
        display: flex;
        justify-content: end;
    }
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* --- POPUPS / KOSÁR --- */

.G-basket-container .popup {
    max-width: 800px;
    height: auto;
    background: white;
    margin: 150px auto;
    position: relative;
    padding: 20px 20px 100px 20px;
}

.G-basket-container .popup .basket-entry-container {
    max-height: 400px;
    overflow-y: auto;
}

.G-basket-container .popup header {
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;

    padding: 10px;
    position: relative;
}

.G-basket-container .popup .exit img {
    width: 19px;
}

.G-basket-container .popup .empty {
    padding: 20px 10px 40px 20px;
    font-size: 24px;
    text-align: center;
    font-family: 'Homestead', sans-serif;
    color: rgba(139, 139, 139, 0.4);
}

.G-basket-container .popup header .L-h1 img {
    margin-right: 20px;
}

.G-basket-container .popup .exit {
    position: absolute;
    right: 10px;
    cursor: pointer;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.G-basket-container .popup .exit:hover {
    transform: rotate(180deg) scale(1.1, 1.1);
    -webkit-transform: rotate(180deg) scale(1.1, 1.1);
}

.G-basket-container .popup .basket-entry {
    height: 100px;
    margin: 10px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    display: flex;
    -webkit-display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
}

.G-basket-container .popup .basket-entry .entry {
    width: 80%;
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    font-family: RobotoCondensed;
}

.G-basket-container .popup .basket-entry .info-container {
    width: 40%;

    display: flex;
    -webkit-display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.G-basket-container .popup .basket-entry .picture {
    width: 5%;
}

.G-basket-container .popup .basket-entry .entry span {
    display: block;
    font-size: 13px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.43);
    margin-top: 5px;
}

.G-basket-container .popup .basket-entry .price {
    font-size: 18px;
    font-weight: Bold;
}

.G-basket-container .popup .basket-entry .L-button {
    height: 40px;
    padding: 0px 10px;
    background: #939393;
    font-size: 14px;
}

.G-basket-container .popup .basket-entry .delete img {
    cursor: pointer;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    width: 18px;

}

.G-basket-container .popup .basket-entry .delete img:hover {
    transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
}

.G-basket-container .popup .basket-entry .picture img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

.G-basket-container .popup .final {
    border-top: 1px solid rgba(0, 0, 0, 0.1);

    display: flex;
    -webkit-display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;

    box-shadow: 0px -10px 25px rgba(0, 0, 0, 0.05);
    position: absolute;
    bottom: 0px;
    height: 100px;
    left: 0;
    width: 100%;
    margin: 30px 0px 0px 0px;
}

.G-basket-container .popup .final .summary {
    margin-right: 40px;
    font-size: 18px;
    color: #c0c0c0;
}

.G-basket-container .popup .final .summary span {
    font-weight: bold;
    color: black;
}

.G-basket-container .popup .final .L-button {
    margin-right: 40px;

}

.G-basket-container .popup .final .not {
    margin-right: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #c0c0c0;
    cursor: pointer;
    transition: color 0.5s;
    -webkit-transition: color 0.5s;
}

.G-basket-container .popup .final .not:hover {
    color: #DC534B;
}

@media only screen and (max-width: 800px) {
    .G-basket-container .popup .final .not {
        display: none;
    }

    .G-basket-container .popup .exit img {
        width: 16px;
        height: 23px;
    }

    .G-basket-container .popup {
        max-width: 800px;
        height: auto;
        min-height: 200px;
        max-height: 300px;
        background: white;
        margin: 50px auto;
        position: relative;
        padding: 20px 20px 100px 20px;
    }

    .G-basket-container .popup .basket-entry-container {
        max-height: 300px;
    }

    .G-basket-container .popup .basket-entry .entry {
        width: auto;
        padding-left: 10px;
    }

    .G-basket-container .popup .basket-entry .L-button {
        display: none;
    }

    .G-basket-container .popup .basket-entry {
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .G-basket-container .popup header .L-h1 img {
        display: none;
    }

    .G-basket-container .popup .final {
        -webkit-flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
        bottom: -40px;
        background: white;
    }

    .G-basket-container .popup .final .L-button {
        width: 50%;
        margin: 10px auto;
    }

    .G-basket-container .popup .final .summary {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
        font-size: 18px;
        color: #c0c0c0;
        text-align: center;
    }

    .G-basket-container .popup .basket-entry .picture {
        display: none;
    }

}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* --- POPUPS / ÁGY --- */
.G-bed-container header {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.G-bed-container header .L-h1 {
    margin-left: 30px;
}

.G-bed-container h4 {
    margin-left: 0px;
    text-align: center;
    font-size: 13px;
}

.G-bed-container label {

    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;

    font-size: 18px;
    margin: 20px 0px 0px 0px;
}

.G-bed-container label input[type="checkbox"] {
    margin-left: 30px;
}

.G-bed-container .rooms-container {
    width: 100%;
    height: 300px;

    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;

    margin: 10px auto;
}

.G-bed-container .rooms-container .room {
    width: 28%;
    height: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 20px 20px 20px;
}

.G-bed-container .rooms-container .room .header {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;

    height: 15%;
    font-size: 18px;
}

.G-bed-container .rooms-container .room .room-container {
    height: 85%;

    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-content: flex-start;
    -webkit-align-content: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.G-bed-container .rooms-container .room .room-container .bed {
    width: 32%;
    height: 60px;
    background: #64bea7;
    margin-top: 2px;

    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;

    font-size: 15px;
    font-weight: bold;
    color: white;
    margin-top: 5px;

    transition: background 0.5s;
    -webkit-transition: background 0.5s;

    cursor: pointer;
}

.G-bed-container .rooms-container .room .room-container .bed:hover {
    background: #58a792;
}

.G-bed-container .rooms-container .room .room-container .bed.red {
    background: #d44c44;
}

.G-bed-container .rooms-container .room .room-container .bed.red:hover {
    background: #ba362e;
}

.G-bed-container .rooms-container .room .room-container .bed.grey {
    background: #a8a8a8;
}

.G-bed-container .rooms-container .room .room-container .bed.grey:hover {
    background: #777777;
}


/* VIP section */

.vip-error {
    color: #717171;
    text-align: center;
    padding: 40px;
    font-size: 3em;
}

.vip-container {
    max-width: 400px;
    margin: 0 auto;
}

.vip-container .L-input {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 12px 25px;
    margin: 4px 0;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    background: #545454;
    border: none;
    border-bottom: 1px solid #cacaca;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.08);
    transition: color .2s, border .2s, box-shadow .2s;
}

.vip-container h3 {
    margin-top: 20px;
    font-size: 14px;
    color: white;
}


.vip-container span {
    font-size: 14px;
    color: white;
    margin: 10px 0px !important;
    display: block;
}

.vip-container .button-holder {
    text-align: right;
    margin-top: 20px;
}

.vip-container table {
    width: 100%;
    color: white;
    font-size: 13px;
    margin-top: 20px;
}

.vip-container table tr {
    background: #58CAB7;
}

.vip-container table .th {
    background: #46776f;
}

.vip-container table th.right {
    text-align: right;
}

.vip-container table tr:nth-child(odd) {
    background: #53b5a5;
}

.vip-container table tr td {
    padding: 10px;
}

.vip-container table tr td.right {
    text-align: right;
}

.vip-container table tr td.right .L-button.delete {
    display: inline-block;
    min-width: 0px;
    box-sizing: border-box;
    padding: 5px 5px;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    background: #913333;
    transition: background .2s, color .2s, box-shadow .2s;
}

.vip-container table tr th {
    padding: 10px;
}


/*----------- MultiLangExtend ------------*/
#style-switcher {
    position: fixed;
    z-index: 99999;
    top: 150px;
    right: 0;
    width: 50px;
}

#toggle-switcher {
    display: block;
    position: absolute;
    text-align: center;
}

#style-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#style-switcher a {
    padding-top: 20px;
    margin-top: 0px;
    text-decoration: none;
    display: block;
}

#style-switcher a img {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 50px;
    height: 35px;
    display: block;
}

#style-switcher a:hover {
    opacity: .8;
    text-decoration: none;
}

@media (max-width: 767px) {
    #style-switcher {
        /*display:none;*/
    }
}

/*------------Dear Costumer------------*/
.G-message-container {
    margin: 6px 0;
    padding: 10px 30px;
    font-size: 11px;
    color: #333333;
    background: url(/assets/images/brushed_bg.png);
}

.G-message-container-szezon {
    background: initial;
    background-color: #DC534B;
    color: white;
    margin: 10px;
    width: calc(90% - 60px);
}

.G-message-container p {
    text-align: justify;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 0;
}

/*------------------------------------*/

.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.additional-checkbox-title {
    font-weight: bold;
    margin-left: 10px;
    font-size: 200%;
}
.corvinus-nyiltnap .L-checkbox {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    justify-content: left !important;
}
.corvinus-nyiltnap .L-checkbox .text {
    color: initial;
}
.corvinus-nyiltnap .G-upticket-container .popup {
    max-width: 1000px;
}
.corvinus-nyiltnap .G-upticket-container {
    height: initial;
}
.corvinus-nyiltnap .ticket-container .name,
.corvinus-nyiltnap .ticket-container .ph,
.corvinus-nyiltnap .ticket-container .price {
    visibility: hidden;
}

.G-container .select-container .box.tickets.pannon-egyetem-golyabal-2024 {
    background: url(../images/pannon/picture_1_pannon-egyetem-golyabal-2024.jpg) bottom center no-repeat;
    background-size: cover;
}
