.ticketwrapper_f{
    width:100%;
    position:relative;
    display:flex;
    flex-direction: row;
}
.ticketwrapper{
    width:100%; 
}

.ticketend{
    width:calc(100% - 32px);
    height:calc(100% - 100px);
    position:absolute;
    left:1px;
    bottom:1px;
    background-color:#FFFFFF;
    padding:15px;
    display:none;
}

.ticket_container{
    width:calc(100% - 40px);
    border:1px solid #000000;
    padding:20px;
}

.ticket_input{
    height:30px;
    width:100%;
}

.ticket_price{
    height:50px; 
    text-align:center;
    margin-top:15px;
    margin-bottom:15px;
    border:1px solid #000000;
}

.ticket_button{
    width:100%;
    background-color: #e4003f;
    height:50px;
    color:#FFFFFF;
    margin-top:15px;
    text-align:center;
}

.ticket_senden{
    cursor:pointer;
}

.tlabel{
    font-size:18px;
    margin-bottom:-8px;
    margin-top:10px;
}

.mmtmwrapper{
    margin-bottom:20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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