.template-splash .button {
    color: #fff !important;
    border: 1px solid #119E8B !important;
    box-shadow: #119E8B 0 0 6px 0 !important;
}

html.no-touchevents .template-splash__link--main:hover .button {
    box-shadow: #119E8B 0 0 6px 0 !important;
    border-color: #119E8B !important;
    background-color: #119E8B !important;
    color: #fff !important;
}

.button-ticketshop {
    padding: 4px 25px 4px !important;
}

.button:hover {
    box-shadow: #119E8B 0 0 6px 0 !important;
    border-color: #119E8B !important;
    background-color: #119E8B !important;
    color: #fff !important;
}

.two-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.two-buttons .button+.button {
    margin-left: 0;
}

.template-splash-non-link {
    position: relative;
    display: block;
    padding: 30px;
    color: inherit;
    text-decoration: none;
    z-index: 10;
}
