*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    background-color: #0c0c0e;
    font-family: "Arial";
    color: #fff;
    font-size: 16px;
}

.leo .content_container {
    background-color: transparent;
    background-image: url("img/content_bg.png");
    background-size: 600px auto, 370px auto;
    background-repeat: no-repeat;
    background-position: right top, left 310px;
    width: 700px;
    margin: auto;
    min-height: 800px;
    padding-top: 450px;
}

#gold {
    text-decoration: none;
    color: #c5ad81;
    font-weight: bold;
}

.leo .content_container .headline {
    color: transparent;
    font-size: 57px;
    line-height: 130%;
    font-weight: 700;
    font-family: "Molengo", "Arial";
    text-align: right;
}

.leo .content_container .headline--small {
    font-size: 38px;
    line-height: 120%;
}

.leo .content_container .events {
    /*text-align: right;*/
    margin-top: 90px;
}

.leo .content_container .event {
    border-bottom: 2px solid #c5ad81;
    padding: 5px 0 20px;
    margin: 0 0 20px;
}

.leo .content_container .event:last-child {
    border-bottom: none;
}

.leo .content_container .event .start {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin: 12px 0 0;
}

.leo .content_container .text-transform--none {
    text-transform: none;
}

.leo .content_container .events .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leo .content_container .events .title__text {
    color: #c5ad81;
    font-weight: 600;
    font-size: 23px;
    font-family: "Molengo";
    letter-spacing: 2px;
    line-height: 140%;
    margin-bottom: 5px;
}

.leo .content_container .events .description {
    margin-top: 20px;
    margin-bottom: 20px;
}

.leo .content_container .events .price__info {
    line-height: 140%;
}

.leo .content_container .events .price__headline {
    color: #c5ad81;
    margin-bottom: 3px;
    margin-top: 15px;
    text-transform: uppercase;
}

.leo .content_container .events .subtitle {
    font-size: 23px;
    line-height: 130%;
    font-weight: 600;
    font-family: "Molengo";
}

.leo .content_container .events .button {
    text-align: right;
    /*margin: 10px 0 15px 0;*/
}

.leo .content_container .events .ticket_button {
    background-color: #c5ad81;
    border: 0 none;
    color: #0c0c0e;
    cursor: pointer;
    padding: 7px 10px;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    text-decoration: none;
}

.leo .content_container .events .ticket_button:hover {
    box-shadow: 0 0 2px 2px #8F7D59;
}

.leo .content_container .events .description_workshop {
    margin: 20px 0 20px -5px;
}

.leo .content_container .events .description_workshop td {
    vertical-align: top;
    padding: 5px;
}

.leo .content_container .events .description_workshop .name {
    width: 25%;
    font-weight: bold;
    color: #c5ad81;
}

.leo .content_container .events .description_workshop .time {
    width: 25%;
    color: #c5ad81;
}

.leo .content_container .events .description_workshop .workshop-title {
    width: 50%;
    color: #c5ad81;
}

.leo .content_container .events .description_workshop .workshop-description {
    font-size: 14px;
    line-height: 140%;
}

.leo .leoticket-logo {
    background-image: url("img/leoticket.png");
    height: 40px;
    width: 113px;
    display: inline-block;
}

.leo .leoticket {
    font-size: 11px;
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 10px;
    justify-content: flex-end;
}