.eventcard {
    width:100%;
    max-width: 1000px;
    border: 1px solid rgb(32,32,72);
    margin-bottom: 2rem;
    background-color: #eeeeee;
}

.eventtextinfowrapper {
    width:67%;
    float:left;
}
.eventtitle {
    background-color: #3d3a6e;
    color:white;
    padding:10px;
}
.eventdescription {
    padding:10px;
}

.eventimage_tabletplus {
    width: 28%;
    float: right;
    margin: 10px;
}

.eventimage_tabletplus img{
    width: 100%;
}

.eventimage_mobile {

    float: none;
    padding: 10px;
}

.eventimage_mobile img{
    width: 100%;
}

.eventdetailswrapper{
    position:relative;

    display:flex;
    margin: 10px;
}



.eventprice {

    flex-grow:1;
    margin-right:5px;
    padding: .5rem 0;
    text-align: center;
    background-color: #9391ae;
    color:white;
}

.eventduration {

    flex-grow:1;
    margin-left:5px;
    padding: .5rem 0;
    text-align: center;
    background-color: #9391ae;
    color:white;
}

.eventpretixwidget {
    display:block;
    float:none;
    clear:both;
    padding:10px;
}


.col_event {
    /*width:25%;*/
    max-width: 300px;

}

.col_product {

    /*padding-left:20px;*/
    width: 15vh;
}

.col_price {
    text-align: right;
    padding-right:20px;
}






.col_remarks{
    font-family: BrandonGrotesque-Light;
    text-align: left;
    padding-left:20px;
}

@media screen and (min-width: 561px) {

    .eventimage_tabletplus {
        display: block;
    }

    .eventimage_mobile {
        display: none;
    }

}

@media screen and (max-width: 560px) {

    .eventtextinfowrapper {
        width: 100%;
        float: none;
    }

    .eventimage_tabletplus {
        display: none;
    }

    .eventimage_mobile {
        display: block;
    }

}

.pretix-widget {
    font-weight: normal !important;
    font-size: 80%;
    line-height: 1.15;
}

.pretix-widget-event-calendar-head,
.pretix-widget-event-calendar-day,
.pretix-widget-event-calendar-event-availability,
.pretix-widget-event-calendar-event-date,
.pretix-widget-event-calendar-event-name {
    font-weight: normal !important;
}

.pretix-widget a:link {
    text-decoration: none;
    transition: all .5s !important;
}

.pretix-widget-event-calendar-event:hover {
    background-color: #231f5f !important;
    font-color:
        transition: all .5s !important;
}

.pretix-widget-attribution a:link {
    color: #9391ae;
}
