﻿
/*.buerotecimage {
    z-index: 1;
    padding-top: 0px;
    position: relative;
}*/

    .buerotecimage:after {
        content: '';
        width: 100%;
        height: 140px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
        z-index: -1;
        background: url('/images/wall.jpg');
    }

.tickettitle {
    flex-flow: column;
    text-align: center;
    padding-top: 3rem;
}

.headline {
    margin-bottom: 10px;

}

.information {
    margin-bottom: 25px;
    color: #727272;
    word-break: break-word;
    word-wrap: break-word;
}

#button {
    position: fixed;
    float: left;
    z-index: 1000;
    bottom: 0px;
}